16
Apr
2011

10 amazing jQuery Tabs

Posted in: Coding No Comments
post image

JQuery tab let you display multiple content in same region in a fancy style. Below is some amazing jQuery tabs which you can use in your web design.

15
Apr
2011

9 cool free jQuery caption slider

Posted in: Coding No Comments
post image

Caption is used to provide some description/ details of an image. It generally appears below the image. With jQuery you can style this caption. Below I have listed nine attractive free jQuery caption slider.

14
Apr
2011

10 attractive Free jQuery Slider

Posted in: Coding No Comments
post image

You may have seen many modern site with a attractive slider in header. The slider is generally used to show featured content, top content, portfolio etc.

14
Apr
2011

How to redirect non-www to www

Posted in: Coding, SEO No Comments
post image

I have seen lots of people asking this question. Most webmaster want to have one type of url for their website either http://domain.com/ or http://www.domain.com If you want to have all urls as http://www.domain.com just add below code in .htaccess [..]

06
Apr
2011

WordPress 3.1.1 Released with many fixes and improvements

Posted in: Wordpress No Comments
post image

WordPress has released another update version of 3 series, its WordPress 3.1.1 The update includes following update:

04
Apr
2011

PHP Programming Solutions to Create Successful Web Pages

Posted in: PHP No Comments
post image

Being a development terminology that is popular on the list of php developers world wide, PHP provides with distinctive capabilities and straightforward convenience. This allows computer programmers to create a helpful as well as desirable web site using webpages for [..]

04
Apr
2011

3 Important CSS3 properties not supported by IE9

Posted in: CSS No Comments
post image

Microsoft IE9 no doubt is a great browser, but it still do not support many CSS3 properties. Below I have listed few important CSS3 properties which are not supported by IE 9, but are supported by latest version of other [..]

30
Mar
2011

Free Image Hosting Script

Posted in: Script , No Comments
post image

Image hosting script let you run a website where visitors can store and share images. There are many free and paid image script. Below I have listed two very good free image hosting script.

23
Mar
2011

Best open source platform to setup a ecommerce website

Posted in: CMS, Script No Comments
post image

There are lots of free open source platform to setup a ecommerce website in just few minutes. Features of all scripts are almost same and include all basic features required for a ecommerce website. But everyone wants to select and [..]

12
Feb
2011

Using HTML inside PHP echo function

Posted in: PHP , , No Comments
post image

You can use HTML tags inside PHP echo function. Look below examples of echo function with html tags. Using HTML heading tag.