Create a Slide-In Panel with jQuery
In this tutorial, I'll explain how to create a slide-in panel effect with jQuery. Basically, this means a hidden panel the slides into view when it is triggered by a button or other action. This is often used to display a contact form in a ... Version: Platform(s): Price: Free Developer:
UltraMega Tech. Added: 15/08/2009 Updates: 15/08/2009
Maintain a Single Database Object in PHP 5
When creating a PHP application, it is usually necessary to connect to a database to perform certain tasks. In some cases you only want to open a connection when necessary, but limit it to a single connection. This way you don't waste resources on unnecessary ... Version: Platform(s): Price: Free Developer:
UltraMega Tech. Added: 23/10/2009 Updates: 23/10/2009
Add Records to a Queue with jQuery
This tutorial will explain how to make an animated "add to queue" type functionality with jQuery. First, I'll show how to create the actual effect, and then how to implement AJAX submission to a back-end script for database storage or some other processing. Version: Platform(s): Price: Free Developer:
UltraMega Tech. Added: 13/09/2009 Updates: 13/09/2009
Using MySQL Prepared Statements in PHP
Prepared statements in MySQL are an alternative to writing raw SQL code to execute. This tutorial will explain how to use prepared statements. Version: Platform(s): Price: Free Developer:
UltraMega Tech. Added: 06/09/2009 Updates: 06/09/2009
Snippet: Autoloading Objects (PHP 5)
This tutorial explains how to use the autoload function to let PHP handle the dependencies automatically. Version: Platform(s): Price: Free Developer:
UltraMega Tech. Added: 22/07/2009 Updates: 22/07/2009