Home Home Home Submit Home Contact Home Advertise Home Donate

Latest Tutorials and Scripts


avatar
ColumNav is a hierarchical menu implementation utilizing Bill Scott's Yahoo UI Carousel component. Content is loaded from an unordered list and displayed in a scrollable viewport, similar to Column View in the Mac OS X Finder.
AJAX | 26 Feb 2007 | 82 | 0 Comments

avatar
frevvo Live Forms is (yet another) Ajax-based web form builder that has been created for business forms. It was created by developers who were getting tired of hand-coding forms for clients.
Tools | 26 Feb 2007 | 130 | 0 Comments




avatar
Who wants to use Excel to make a new graph each week? Using CSS and PHP you can create attractive bar graphs (yes, even the stacked kind) that are always up to date.
CSS | 21 Feb 2007 | 74 | 0 Comments

avatar
Now you can style both < a /> and < button /> in this super easy and light-weight solution.

You may not get a Wii, but you can still get your own Wii Buttons with only 2 tags + 1 image + one CSS file .

At least it's tested and compatible with IE6, IE5.5, IE7, Safari 2, Firefox 2, Opera 9.
CSS | 19 Feb 2007 | 130 | 0 Comments

avatar
Pete Frueh has released a PHP-based Ajax image editor under the LGPL.

The editor is both front and back end code, and is yet another tool to play with images.
AJAX | 02 Feb 2007 | 106 | 0 Comments

avatar
Image Thumbnail Viewer is a compact, unobtrusive image viewer that can be applied to any link on the page to load the desired image inside a sleek interface based on the link's "href" value. Simply give the link in question- be it a text link or image thumbnail link- a rel attribute of "thumbnail", and you're done.
Image Effects | 02 Feb 2007 | 190 | 0 Comments

avatar
Online calendars are often used in many web applications. Though popular, the logic behind creating a calendar can be scary especially for those who are new to programming. There are many web calendars in the market but some of them are quite complicated. If we are not able to understand the code, it becomes harder for us to customise the calendar to fit into our existing application. As such, we need to create a calendar that can plug itself into any system seamlessly without problems. Whether we are using Wordpress, Mambo/Joomla or Drupal, we should only need to insert one line into our code for the calendar to work.
Calendars | 27 Jan 2007 | 134 | 0 Comments

avatar
In this article, we’ll create a drag drop system using JavaScript that will let you drag an item to its new position, and then save the new order as soon as you drop the item.
AJAX | 26 Jan 2007 | 102 | 0 Comments

avatar
In this tutorial I will explain how to open a mysql database connection using PHP and the all popular AJAX. The purpose of this article is to demonstrate how the XMLHttpRequest object works within php and the advantages of using it. This tutorial will be the first in a series of articles leading to the development of a fully functional dynamic web events application.
AJAX | 26 Jan 2007 | 118 | 0 Comments

avatar
You know how to use AJAX to pull rows from a database, but do you know how to create an AJAX-based system to organize the records neatly into pages? You'll know how to do that by the end of this series! This first article shows you how to build the user interface.
AJAX | 26 Jan 2007 | 147 | 0 Comments

More Tutorials