Jamalah Bryan

Just another WordPress weblog

Advertisement

About The Author

Jamalah Bryan is an IT enthusiast working to achieve the highest level of success in IT.

Get The Latest News

  • Sign up to receive the latest news
Link to ‘child pages’ in Wordpress with ‘the_post_thumbnail’

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... 

Removing ^M From File in Emacs

By jaibeee on December 6, 2009

Removing ^M From File in Emacs

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

100 Open Computer Courses

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

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

Useful Online HTML Tools

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

Wordpress Automatic Update Issues

When trying to use Wordpress automatic update I got this error ‘Error: There was an error connecting to the server, Please verify the settings are correct.’, after trying multiple attempts to rid myself of the problem I had a eureka moment. I thought to myself, “what if it Apache wasn’t... 

How to mount a USB drive in Linux

Most Linux distribution such as Ubuntu automatically mounts your usb drive when it is plugged in. Sometimes we take this for granted and if for some reason the drive doesn’t load we tend to pull our hair out trying to figure out why. If you’re like me then this is a sad reality that you have... 

Taming Ubuntu : Access shared Ubuntu folders from Windows XP

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

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... 

Top of Page