2011
10 Best free code editor for Windows
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 [..]
2011
10 amazing jQuery Tabs
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.
2011
9 cool free jQuery caption slider
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.
2011
10 attractive Free jQuery Slider
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.
2011
How to redirect non-www to www
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 [..]
2011
How to enable / disable directory listing
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 [..]
2011
How to add comments in PHP and HTML code
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.



