If you visit a site's homepage, then click around a bit, it's really useful to be able to click back to previous pages in your click trail. If you've ever used Amazon's site and clicked around a ...
Version 1.0 Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
If you're developing a front end to web applications, sooner or later, you'll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. You'll find ...
Version 1.0 Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
You see these every on the net, they are fairly easy to do and manage. This tutorial explains every aspect of the code to keep you in touch with what you are doing.
Explore drawing dynamic navigation menus using PHP, CSS and JavaScript. This tutorial teaches you how to generate an easily modifiably bulleted-list that is fully collapsible and preserves state ...
Version n/a Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
If your a web designer/webmaster you've probably heard about using CSS to make your pages separate from style and your content separate from presentation. PHP can also make your pages more efficently ...
Version 1.0 Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
This tutorial will help you create a .htaccess file that will redirect any errors to pages you specify. This will give your site a far more professional look if an unfortunate error does occur and it ...
With a stylesheet switcher script you can have multiple styles on your website. For instance if you want to have a blue, red, and orange version of your website, but don't want to create all the ...
At somepoint you'll have come across websites using urls like domain.com/index.php?page=xxx. This is a brief tutorial on creating this type of navigation without use of the code-heavy switch() ...