How does PHP echo’s a “Hello World”? - Behind the scene

Wednesday, November 26th, 2008

Have you ever wondered how PHP echo's a "Hello World" for you on the browser? Even I didn't until I read about the PHP internals and extensions. I thought may be a few out there will be interested in exploring the other side of PHP, so here we go. In my ...

How to make faster websites and enhance your site user experience - Part 1

Wednesday, August 6th, 2008

In all my posts till now I concentrated over how to get started with web development and related introductory stuffs. In next few posts (series of 3 posts), I will write some of my learning in the field of "How to make your website faster and enhance your site user ...

How to get started with web development?

Sunday, July 27th, 2008

Many of my friends have asked me on how to start with web development. I am not expert but here in this post I would like to describe a few steps that might help one climb the ladder of web development fast. Kindly feel free to add to this blog ...

How to configure Ubuntu and LAMP on Windows

Tuesday, May 13th, 2008

Hello all Linux freaks, Having already looked upon how to configure Apache-PHP-MySQL on Windows, now here I will try to explain in short how to do the same on Linux OS. I personally don't have a seperate machine for linux. I run Ubuntu on my Windows machine using VM Ware. So ...

Web Development - Part 1: Apache, MySQL, PHP

Sunday, May 4th, 2008

Hello Friends, Ever since I have started web development and launched Altertunes, many of my friends have asked me, "How and Where to start web development ?" . Though there are infinite tutorials over the internet on web development, I will try to jot down my experiences and learnings here. To start ...