Archive

Posts Tagged ‘Template’

Solution to Wordpress Blank Web Pages without error Display

Jul 25th, 2010

Are you getting blank pages on Wordpress without any error displaying on web browser? I got this error when I have deactivated the W3 Total Cache and with that removed subdomain used as cdn. Therefore, I have shifted all the media files to normal upload directly. In the process I… READ MORE

Wordpress 3.0 Benefits: Custom Fields

Jun 27th, 2010

Very recently, I have download the Wordpress 3.0 and installed on my laptop and office PC also. Just after downloading, I thought about the new buzzwords going around for Wordpress 3.0. and few points attracted my eye were these:
- WordPress and WordPress MU have merged. This means we can… READ MORE

CSS for Print Media for your Web Site

Mar 21st, 2010

All blogger spend time making his blog beautiful. Blogger want to style his blog or web site by selecting right template for his blog. For Wordpress user, there are plenty of themes available free of cost and premium ones also. After selecting a very good, suitable for his content template,… READ MORE

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… READ MORE

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, if you have breadcrumb for posts then that will visible to person searching for something and your page come in result page.
Breadcrumb is displayed… READ MORE

Image Swap with Text for Search Engine Optimization

Nov 29th, 2009

This article is for CSS Image swap with text for SEO purpose. This article is also for the following reasons:
I need to create a template kind of system on a page, so that new row can be added easily without any new consideration of the styling. All image was… READ MORE

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… READ MORE

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… READ MORE