I’ve been using version control for various projects for quite a while now. Basically, it lets you (and your co-developers) track your changes, who added what, merge conflicts, as well as going back in time and reverting your code base to its previous state.
Typically (in Subversion and CVS for example) you will have a central server which all the developers check their code in to. For a project not too long ago I was required to learn git, a distributed version control system. There were a number of reasons for doing so, but the most important (well, in my opinion) are: (more…)
So, I’m sure many of you have heard of RSS before, but may not know the benefits, or if you do, how to set it up. Yet another acronym, RSS stands for Really Simple Syndication and basically what it will do is allow you to subscribe to the content of a website that has a ‘feed’. Then, whenever this site is updated with new content, you will know right away. Most current browsers (Firefox, and Internet Explorer 7) have built in RSS reading capabilities under names such as Live Bookmarks or something similar. In the top right corner of the address bar you will see an icon similar to the one to the right. Clicking on this will walk you through the process of setting up an RSS feed right in your browser.