Godaddy Coupon code for 2009 , Get a .com in 6.99

August 4, 2009

I bought a few domains lately and found these godaddy coupon code to buy the domains in 6.99 USD. Hope this helps some of our fellow developers. 6.99 .com Domain, Coupon Code:- goaz2001ai 6.99 .com Domain, Coupon Code:- goaztk03a

Read the full article →

Handling Php errors and exceptions

August 3, 2009

Elegant Ways of Handling PHP Errors and Exceptions View more documents from ZendCon.

Read the full article →

7 jQuery code snippets a programmer need daily

August 2, 2009

Usually programmers use a lot of JavaScript code snippets as functions regularly, These JavaScript functions are lengthy code snippets and are usually tough to understand and edit. Some of the most common functions used are form validation functions , Pagination functions etc. The day since jQuery has been on the block , It has provided [...]

Read the full article →

City , Country and zipcode lookup via Ip address in PHP

July 31, 2009

A lot of times i have seen newbies and even PHP pros struggling to find any method of implementing zipcode and country lookup ! This can be easily achieved with the help of Maxmind Geo API, They provide a exhaustive DB lookup functionality of IP adress . Which can be further translated into City, Country [...]

Read the full article →

Database basics: Connect to a Mysql Database

July 30, 2009

This tutorial is part of the Tutorial Series Database basics !, Let us learn and try to understand how connecting a mysql database works in PHP Before learning how to connect to a database we should know how to create a database , For creating a database there are several methods that we can use [...]

Read the full article →

Html Pop up page using javascript

July 29, 2009

Html pop up pages are legacy ways that are used across all the web for showing small snippets of information , However they are fastly replaced via Lightbox nowadays ! Here in this tutorial we will be creating a popup javascript function which can be called multiple times on a webpage for creating different popups [...]

Read the full article →

How to create a Simple Php Contact form

July 28, 2009

Here I am going to discuss a most common and I think one of most necessary component which every body require for their blog or site. So, friends here is the code of a simple contact form. how to create it and how to handle it. Generally it is required that if somebody is filling [...]

Read the full article →

Spell Check in PHP with Yahoo API

July 28, 2009

Spell Check is a very nifty feature that a developer need to know , Especially when creating htaccess rewrite rules dynamically you will not want your URL’s to have index with wrong spellings , As this will hamper your SEO performance. Here is a very easy tool that a developer can implement in their applications [...]

Read the full article →

Php Login System – Login Management and Login Control Tutorial

July 25, 2009

One of the most basic and most common question that i encounter via Php newbies is how to make a login system in PHP , The login, registration and authentication are very basic and yet very important tools that a php programmer should posses ! For this tutorial there are few prerequisites:- 1) You should [...]

Read the full article →

Redirect old blog traffic to new blog via htaccess

July 18, 2009

Recently my good friend honey needed help on redirecting his popular old blog http://honeytech.wordpress.com to his new blog http://www.honeytechblog.com . He needed to save his old permalinks and redirect his wordpress.com traffic  onto the pages of Honeytechblog. The obvious way to use was a .htaccess file. So, once he has redirected his honeytech.wordpress.com to a [...]

Read the full article →