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

Archive for the ‘Web Development’ Category

How to uninstall / remove Ruby Gems (on Ubuntu)?

Wednesday, July 22nd, 2009

Uninstall Ruby Gems

First we need to find out the exact location that the Ruby installs it’s libraries. In the terminal program, You can type the following command to find out the exact location.

ruby -e 'puts $:'

(more…)

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

Screencast: How to Install Ruby on Rails on Ubuntu?

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

(more…)

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

How to setup PHP for IIS 7 server on Vista?

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

(more…)

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