Wordpress 2.9 has been released and comes packed with some awesome new features. One of the new feature that I am loving as I have been longing for it, is the post thumbnail. This is a new feature in Wordpress that allows you to upload an image to a post that you are creating and attaches to the post...
Link to ‘child pages’ in Wordpress with ‘the_post_thumbnail’
By jaibeee on January 16, 2010
Removing ^M From File in Emacs
By jaibeee on December 6, 2009
If you edit a text file on Windows and you then use it in emacs under a Linux environment you will see the ^M character at the end of each lin. Do the following to remove it in emacs. ; goto top of buffer M-x replace-string C-q C-m RET The control-q will allow you to type control characters into the input...
100 Open Computer Courses
By jaibeee on December 5, 2009
While doing my usual random searching through Google I stumbled across a wonderful resource. Something I think every individual not only computer savvy persons or geeks would find useful. It’s a list of 100 open computer courses. Yes, open as in FREE! The are split into the following categories: Computer...
Converting keystores between JKS and P12
By jaibeee on December 2, 2009
Found these keytool commands that saved me some valuable time working with an already existing .p12 certificate for signing an applet. It withs in JDK6 and onwards (not in JDK5 and earlier). JKS → P12 keytool -importkeystore -srckeystore keystore.jks -srcstoretype JKS -deststoretype PKCS12 -destkeystore...
Useful Online HTML Tools
By jaibeee on November 17, 2009
Ever interested in applying all kind of stuff to text you already have, like converting csv data into a table or reversing the order of words in a sentence without reversing the letters of the words? Well, I have and it has been a nightmare to find online resources to get these quick tasks complete. As...
Wordpress Automatic Update Issues
By jaibeee on November 16, 2009
How to mount a USB drive in Linux
By jaibeee on October 17, 2009
Taming Ubuntu : Access shared Ubuntu folders from Windows XP
By jaibeee on July 26, 2009
Ubuntu is a wonderful system especially for those who want to be in control of their operating system. On the other hand, sometimes you just want something to work without the hassle. Here is how to overcome one of those hassle if you or your friends want to share files across an Ubuntu installation. On...
Migrating Cforms 2 to Production Server
By jaibeee on July 10, 2009
Cforms II is one of the most popular plug-ins considered by WordPress. I recently started using this plug-in for the contact form on any website that I create and it works like a charm. The only problem arise when you want to migrate your local development install to your production server. Here I am...

