Archive

Archive for October, 2009

Getting Visitors IP Address in PHP

Oct 26th, 2009

Find the visitors’ real IP address and know how to store it in database. Discussion about the various ways to handle the IP address for storing and comparison.

HTML5 – What I don’t like?

Oct 25th, 2009

Something I have not find interesting in HTML5. HTML5 specification is in draft mode. So, I have thought it is good time to express our opinion.

Strange Marketing Strategy!

Oct 25th, 2009

I got a trackback from an unexpected location. I have visited that site and found that they have added number of sites that are no way related to their content. You can yourself see the trackback, I have received in post “PHP Session Array” on 25, Oct. Is not that strange? a strange marketing strategy [...]

Permanent 301 Redirect, using HTML and PHP

Oct 25th, 2009

In case, you do not have option of using server side header directive then you can use HTML method of 301 permanent redirect.

PHP Session Array

Oct 21st, 2009

In beginning, programmer think whether they can store array or not in PHP session.
Yes, you can store array in php session.

Google’s Website Performance tool – Page-Speed

Oct 18th, 2009

A useful, free and easy to use tool for Website Optimization from Google.

PHP Redirect Vs JavaScript Redirect?

Oct 17th, 2009

Redirect to another web page is possible through PHP as well as JavaScript. So, which one you will choose? Code, comparison and discussion about the suitability of each method.

Send Tweet from Airtel India

Oct 16th, 2009

Twitter has partnership with Airtel recently. Now, anyone can send tweet using the Airtel mobile from anywhere in India. Tweet on normal SMS charge. There is no special charge for tweeting.
Airtel is the largest mobile operator in India.
Send START to 53000 and start tweeting.
According to today’ news (Oct 16, 2009), Airtel will charge [...]

Fast Load JavaScript and CSS Files

Oct 15th, 2009

Minify JavaScript and CSS file and get response speed increased of your website. Save bandwidth also.

Show Current Database in MySQL

Oct 13th, 2009

Know which database is in effect! All Queries are executing against which database?