|
How I Can Code Twice As Fast As You
Category: Tools > Editor
Posted: 06 Apr 09
We're all familiar with text expander programs; though I would surmise that the percentage of us who use them when coding is quite low. To change thing...
|
|
|
Setting up a Project in Subversion (Svn)
Category: Tools > Version Control
Posted: 05 Apr 09
In this episode we will walk you though how to setup and add your project to the Subversion (SVN) source control server.
We will be using the VisualSVN Server and TortoiseSvn Client in this episode. By the end of this episode you should be able to setup, maintain and use a SVN server with ...
|
|
Learning the Check-in Dance
Category: Tools > Version Control
Posted: 25 Mar 09
In this episode we will walk you though the various steps that make up the Check-in Dance. The steps of the check-in dance are below:
Compile your local copy of the code
Test your local copy of the code
Get the latest version from source control and merge
Compile the merged versi...
|
|
Neil Bartlett: From Desktop to Web
Category: Tools > Eclipse
Posted: 03 Feb 09
Building Rich Client and Web applications from a single code base. A short demo of an application which runs both as a desktop "rich client" using Ecli...
|
|
|
Git Diff
Category: Tools > Version Control
Posted: 10 Aug 08
This episode goes over some of the common or interesting options to 'git diff', showing how to see what has changed between your last commit and your staged files, unstaged files, all changed files or another commit. We also demonstrate how to create and apply patchfiles and how to view changed file ...
|
|
TextMate: Working with Comments
Category: Tools > Editor
Posted: 11 Jul 08
In a recent email exchange with Allan Odgaard, creator of TextMate, I asked if he had any suggestions for tips that would make for a good screencast. Allan mentioned that on the TextMate IRC, there are often questions about working with comments. And with that, he shared a list of tips that you’ll fi...
|
|
What I like about Eclipse 3.4 JDT
Category: Tools > Eclipse
Posted: 11 Jul 08
In this screencast you are going to see some of the more interesting changes made to the Java development tools for the 3.4 release of Eclipse: Extract class refactoring, New quick assists & Java editor breadcrumb
|
|
Git Submodules
Category: Tools > Version Control
Posted: 27 Jun 08
This episode shows how to add other git projects as submodules to your own, how to update them in your project and how to keep up to date with them in another developers project. It also, as a side note, shows how to develop a simple ruby web application on Rack
|
|
Git on Windows
Category: Tools > Version Control
Posted: 16 Jun 08
This episode of GitCasts demonstrates how to setup mSysGit on Windows and goes through some basic workflow using the Windows Git version, in an attempt to partially dispel rumors that Git is unsupported or difficult to get going on Windows. I assume previous knowledge of Git here - this just shows yo...
|
|