/* I'm a freelance web developer,
   visual designer and blogger, love to working with
   Ruby and PHP */

Screencast: How to Install Ruby on Rails on Ubuntu?

June 23rd, 2009

Screencast: How to Install Ruby on Rails on Ubuntu?

This screencast will teach you to set up the Ruby on Rails development environment on Ubuntu.

Read the rest of this entry »

Tags: , , ,
Posted in How to, Misc, Ruby on Rails, Tutorials, Ubuntu, Web Development | 2 Comments »

How to setup PHP for IIS 7 server on Vista?

May 23rd, 2009

php-iis

Are you a .NET developer? Looking forward to learn or switch to PHP (which is quit impossible. May be I’m dreaming…! :D . However if you are, you are mostly welcome to the word of light..! I mean LAMP) You can setup PHP in IIS server. I’ll walk you through step by step. So, are you ready for the journey..? Let’s go..

I’m writing this tutorial to understand even by a newbie. So bare with me for some very basics stuffs.

Read the rest of this entry »

Tags: , , ,
Posted in How to, PHP, Tutorials, Web Development | No Comments »

How to Install Ruby on Rails on Ubuntu 9.04 (Jaunty Jackalope)

April 28th, 2009

install_ror_on_ubuntu
Few of my friends have started to learn Ruby on Rails recently. According to my point of view, Windows is not a suitable and enjoyable  environment for RoR development. So, I recommended them to start with Ubuntu. Most of them have installed Ubuntu 8.10 and 9.04. So, I wish to write a small guide to setup the Ruby on Rails environment on Ubuntu 8.10 and 9.04

Read the rest of this entry »

Tags: , , , ,
Posted in How to, Ruby on Rails, Ubuntu, Web Development | 16 Comments »

How to fix Apache – “Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName” Error on Ubuntu

April 17th, 2009

ubuntu_apache_error
You might probably faced the same following error while you were restarting the Apache server on Ubuntu.

aslam@aslam:~$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2                                                apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

Read the rest of this entry »

Tags: , , ,
Posted in Apache, How to, Ubuntu | 11 Comments »