Subversion Hack: Automatic Versioning on Save With SubversionAugust 14th, 2007 I discovered a really cool way to use Subversion, my favorite version control system - automatic versioning / commit on save. Essentially with this simple tweak you can use subversioned files like you would use any ordinary files.
Using Photoshop's Extract Filter EffectivelyFebruary 21st, 2006 James Huff (MacManx) points to comprehensive set of resources on how to effectively use Photoshop's Extract filter and Photoshop in general.
How To Burn Cross-Platform Readable CD's in Windows VistaAugust 30th, 2007 By default, Windows Vista uses Live File System to incrementally add files to your CD. Live File System is a file storage system that can be used to create CDs and DVDs.
Windows 7 hack: Migrate Windows Mail from VistaJune 6th, 2009 Microsoft had introduced a new free email and newsgroup client in Windows Vista, Windows Mail. It succeeded Microsoft's long grown Outlook Express.
How To Find Bash Script Directory Within ScriptSeptember 14th, 2008 One of the common challenges bash script writers face when writing a script which references files in the same directory (or its sub-directories) as the script file. As the script can be called from anywhere, you cannot use the current directory to refer to the files.
Running php 5.x on windows using tomcat 4.x or 5.xDecember 11th, 2004 Using php 5.x is not documented in the manual, there are lots of questions with few answers, redundant hints etc. Even php 4.x users will benefit from this as it shows how to enable php only in a single web application, instead of all web applications as all the existing docs state. Enjoy!
JavaFX Script Programming Language Raises More Questions Than AnswersMay 6th, 2008 The JavaFX Script Programming Language Tutorial by James Weaver at JavaOne 2008 was rather insipid. In my jet-lagged state, it was enough to put me to peaceful slumber.
How to Hide A File inside an ImageJanuary 7th, 2009 How about a simple trick that hides a file in an image? Yes I will give you a simple tip which will hide a file inside an image. So much so that the image file will be a JPEG, look and act like a JPEG too.
How To Run Ant FTP / Telnet / Rexec TaskNovember 2nd, 2005 Ant (java software) from Apache Foundation is a popular build tool (often used successfully with other release management tasks) which replaces make. "Apache Ant is a Java-based build tool.
How to: 5 Ways to Fix Blue Screen of Death in Windows VistaDecember 26th, 2008 If these men die the death of all men or if they suffer the fate of all men, then the LORD has not sent me. No I am not here to remind you of an old saying of Bible.
Upgrade Ubuntu 8.10 to Ubuntu 9.04 and ext3 to ext4 in 10 MinutesApril 24th, 2009 Ubuntu 9.04, released yesterday, has got a lot of great new features. One of them is ext4 filesystem.
How to Speed-up Firefox Significantly with tmpfs!January 5th, 2009 Firefox, statistically the most popular browser in the world has a lot that is to be explored still. Though we have regularly fed you to better your firefox experience, the resource-hungriness of Firefox has always been under question.
How to Extract the Text from an Image? March 30th, 2009 Did you ever download an awesome wall paper that had a lovely message in the background and you wished if you could set that over some of your snaps? Well, you can always do that through photoshop and all. But it takes so much of time and energy, no? What if there was a genie who could just cut the text out of the photo? Yes seriously.
How To Exclude Files From Displaying in Subversion Status Command?October 25th, 2006 Often you have files in your subversion directiory which you do not want to commit / check-in. Such files could be compiled files, intermediate files used for data processing etc.
Subversion: How To Ignore Files From Status DisplayJune 23rd, 2007 In directories under subversion there may be files which you do not want to add to subversion. Normally such files would show in subversion status (svn stat) with ? in front of them.