Archive for May 13th, 2007

Scripts

Sunday, May 13th, 2007

Here you can find a list of all scripts that I have published so far here in my blog. This is just a more concise list of the same posts that you can find in the archives.

EasyDrag jQuery Plugin

EasyDrag is a jQuery plugin aimed to provide a simple way of adding drag-and-drop functionality to DOM elements. It features the ability to set functions to be called on drag and on drop events.

XML Generator DIR

XML Generator DIR is an XML generator that will make a lot easier for you to create XML configuration files. It is focused in the creation of configuration files for image galleries, music players and for any other stuff where you need to list all files in a directory in a simple way.

XML Generator DB

It is a new XML Generator flavor aimed to build XML files based on records from a database table instead of files in a directory.

Auto-Complete Field with jQuery, JSON & PHP

An easy to implement auto-complete field based on the Ajax technology coded with the jQuery JavaScript library. It uses JSON and has an example of how to implement the backend script with PHP.

XML Generator DIR

Sunday, May 13th, 2007

XML Generator DIR is an XML generator that will make a lot easier for you to create XML configuration files. It is focused in the creation of configuration files for image galleries, music players and for any other stuff where you need to list all files in a directory in a simple way.

This script uses a model file to give you freedom defining your XML file. You can create practically any structure you want and let the script populate it for you.

If you need to read records from a database instead of directories in a filesystem you should check the XML Generator DB instead.

(more…)

XML Generator DB

Sunday, May 13th, 2007

Here is a new flavor of the XML Generator, called XML Generator DB. This version builds XML files based on records from a database table instead of files in a directory.

I was thinking about embedding this functionality into the original script (now called XML Generator DIR to follow the name pattern) but it would add a lot more complexity in its configuration. The usage is pretty similar to the original, the model is the same but with different placeholders.

If you need to list files from directories in a filesystem instead of a database you should check the XML Generator DIR instead.

(more…)