27
Apr
2011

10 Best free code editor for Windows

Posted in: Coding, Tools 1 Comment
post image

An code editor is a text editor similar like notepad, but more advanced and have many good features. It makes the editing of codes like HTML, CSS, PHP etc. much simpler. Code editor display code syntax in a separate color [..]

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

12
Feb
2011

How to enable / disable directory listing

Posted in: Coding No Comments
post image

This method applies on Apache / Linux servers. Directory listing will show all folder and files of any directory in a browser if that directory do not have any index.html / index.php file. You can enable disable directory listing. Simply [..]

06
Feb
2011

How to add comments in PHP and HTML code

Posted in: Coding, PHP No Comments
post image

A comment in PHP code is part of the program, its only purpose is to provide extra information. PHP supports both single-line and multi-line comment.