Making cross-sub-domain ajax (XHR) requests using mod_proxy and iframes

November 29, 2009   -   Web Development   -   16 comments

One of the restrictions imposed by all browser side programming languages is that one cannot make cross-domain ajax requests. This restriction comes because of the same origin policy and even sub-domain ajax calls are not allowed. In this blog post, I will demo two methods of making cross-sub-domain ajax requests. First demo will use mod_proxy [...]

How does PHP echo's a "Hello World"? – Behind the scene

November 26, 2008   -   PHP   -   13 comments

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 last post I discussed in [...]

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

August 6, 2008   -   Web Development   -   26 comments

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 experience”. So lets assume I made [...]

How to get started with web development?

July 27, 2008   -   Web Development   -   9 comments

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 post if you think some [...]

How to configure Ubuntu and LAMP on Windows

May 13, 2008   -   Web Development   -   2 comments

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 before we go on to [...]

Web Development – Part 1: Apache, MySQL, PHP

May 4, 2008   -   Web Development   -   4 comments

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 with, I will just try [...]

Powered by Wordpress. © 2008-2010 All Rights Reserved.