
Security should be a top concern throughout the development of any PHP web application. There are some very simple measu ...

Cron Jobs are used for scheduling tasks to run on the server. They\'re most commonly used for automating system maintena ...

When building a site for a client, it can be useful to be able to modify the dashboard footer text. This recipe is going ...
![]() |
Creating tabbed content is easy with jQuery UI. Using a simple HTML layout and calling the tabs function is all it takes. Here, I'll show you how to make a degradable tabbed interface. That is, we'll make it so the page is still readable when JavaScript is disabled. This involves hiding and showing elements using JavaScript before enabling tabs.
0 comments and a rating of
By CMS tutorial Crawler in Mootools
One modern, attractive way of placing a lot of content into a little space is by using a tab system. This tutorial will show you how to create a sexy, animated tab system complete with CSS sprites, cookies, and animated tab swapping.
0 comments and a rating of