Archive

Posts Tagged ‘code’

Add Input Fields Dynamically to Form Using JavaScript

Feb 8th, 2010

Here you will get working code for adding input fields dynamically using a link or button. Default number of input fields are provided and you want to give users a option to add more input elements then this script will work. Be it Input box field, Textarea or any other form elements,  it will work [...]

Google Ajax Search API – Description and Example

Dec 6th, 2009

Want to add Google Search in your website or blog? Google AJAX search API is available to add on any website you own. You can restrict the search to the websites you own with Google Custom Search Engine. It can be single site or multiple sites or whole of internet.
First you need to sign [...]

Image Swap with Text for Search Engine Optimization

Nov 29th, 2009

Example image swap code for SEO. This code meet certain requirements which are mentioned in the article. Few are:template kind of code, image size can differ.

Simple Login Code in PHP for Symfony

Apr 12th, 2008

Complete and simple login code for Symfony framework. Validation included. It stores userid and name after successful login. Redirect user to login page if login unsuccessful.