Thursday, December 10th, 2009
Interactive rebase is one of my most used Git commands. It'll let me slice and dice commits in various useful ways. Here's a few tips for you to unleash the true potential of rebase :)
Basics: editing, combining, reordering and removing commits
Breaking a commit into two
Taking a part of a commit ...
Posted in general | 4 Comments »
Thursday, November 19th, 2009
SVN is the version control system I've used the most, but lately I've been using Git more and more. I've also been using Git with projects that have an svn repository thanks to git's built in svn support.
While working with it, I've ran into several typical cases that I've often ...
Posted in general | 7 Comments »
Tuesday, August 4th, 2009
I've recently been looking into some JavaScript unit testing frameworks. There are many alternatives, and while many of them seem good, very few of them actually matched my requirements:
Must be able to run tests from the commend-line
Tests should be relatively easy to write
Posted in Programming | 4 Comments »
Monday, July 20th, 2009
Note: latest versions of webOS SDK should install without problems on Win 7 x64. However you are free to try this if you encounter problems with it.
Palm has recently released the Palm Pre webOS SDK to the public. Installing it on Windows 7 64-bit is a bit problematic however.
When attempting ...
Posted in general | 12 Comments »
Saturday, July 18th, 2009
Lately I've had the chance to use an iPhone 3G. As I've been considering purchasing the new 3G S, this has been a good opportunity to see if I like the thing, but what I think of the phone itself is a matter of another post - Today, let's look ...
Posted in Web | 7 Comments »
Monday, June 1st, 2009
I've been using Subversion for quite a while, and while it has some minor annoyances like complex merging, it never really bothered me.
Then along comes Git, touting that it's easy and that you're stupid if you don't use it. The technical stuff people said about it were impressing, but not ...
Posted in general | 12 Comments »
Sunday, April 12th, 2009
Do you have a repetitive task for example in a programming project? Chances are you could automate the steps with a build tool.
For example, in one of my JavaScript projects I had to do the following:
Put all project files to a zip file: Click each file and each dir, and ...
Posted in Programming | 5 Comments »
Wednesday, January 14th, 2009
Here's a quick tip on how to deal with configuration files when working with Subversion. This probably applies to other VCS's too like CVS or Git.
You probably have noticed this: you have a configuration file or such, and you need to keep it in SVN, but committing it would be ...
Posted in Programming | 3 Comments »
Monday, January 12th, 2009
Here's another reason to like NetBeans: the jVi plugin.
It changes the NetBeans code editor to Vim, which is in my opinion much more powerful text editor than the standard one in NB. What makes jVi even better is that you actually get all the code-assist and other features present in ...
Posted in general | 1 Comment »
Monday, December 15th, 2008
The packageizer had some problems determining the dependencies for the newly added Zend Framework 1.7 packages, but the problem is now fixed.
The packageizer source-code has also been updated with the patch.
Posted in general | 2 Comments »