Twitter Feed

Sponsors

Related Links

Article Image

Develop a Website In Windows

This article explains how to setup a Microsoft Windows machine to develop a website. This is for the times you don't have access to a Mac or Linux machine. This strategy will use what I call a WAMP (Windows Apache MySQL PHP) server to install a open source PHP CMS.

Read more...

Article Image

Install VMWare Tools Ubuntu Server

I don't often install Ubuntu server on a Virtual Machine (VM) so I've documented the process here. Usually you can just click "install VMWare tools" and VMWare will complete the process automatically.

Read more...

Article Image

Ubuntu Keyboard Shortcuts

I've been using Ubuntu for about three years now and I've never taken the time to learn the keyboard shortcuts. I've wasted so much time taking the extra second to move my hand over to the mouse. The purpose of this article is to quickly teach you useful time-saving keyboard shortcuts available in Ubuntu.

Read more...

Article Image

Using grep for web development

grep is a great tool for web development. I've included a script to make things a little bit easier for searching your files for code.

Read more...

Article Image

Speed Up Development - Aliases

I just read this great article about Command Aliases in Unix shells. I felt so inspired by this post, I'm writing about how you can use aliases to speed up web development.

Read more...

Article Image

Installing Qtopia Desktop

This article has nothing to do with web development. It is more for my reference, but if your interested feel free to read.

Read more...

Article Image

Change your etc hosts file

I don't work in Windows or Mac often so I always forget where the hosts file is located. The windows etc hosts file and unix etc host file both work the same, so usage is easy.

Read more...