Archive

Posts Tagged ‘Template’

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 [...]

Wordpress SEO: Breadcrumb for each Post!

Dec 21st, 2009

All of you may have already noticed that Google has started displaying breadcrumb in place of URL at the bottom of each search result. So, here is how you can yourself add breadcrumb to Wordpress.

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.

Template like Smarty is in trouble

May 13th, 2008

Long before I learned the smarty I have the solution for separating my template/view from logic. How I do that?
Simple! I write php code at the top and html at the bottom of the page. Sometimes when PHP code grows big then I have created new page for php and included that in template/view [...]

PHP Smarty Template

Apr 29th, 2007

Here are the details of Template benefits, list of templates which are currently running, Installation and setup, and finally sample codes. Here I have also provided solutions for some of the common problems faced by a programmer when they start using smarty template or any template. Examples are divided in two section:
One telling about sample [...]