Recently in a Java project that I’m currently working on it was necessary to read remote XML data. Since my Java skills aren’t too strong and that I’ve never used Java and XML together I hit the road to search for help. I quickly found some articles and tutorials about dealing with XML within Java. […]
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 […]
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 […]
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 […]
Update: I have updated and fixed some minor functionalities of this script and also changed its name to XML Generator DIR to differentiate from the new flavor XML Generator DB. Although the usage still the same you should check the new post instead.
So here it is! The 2nd version of the XML generator that will […]
Although this version may be an interesting study, you should check the new version instead. XML Generator 2.0 is easier and more powerful than the version presented in this post. Check it by clicking here.
This morning a friend of mine came to me asking for a script to automatically generate an XML config file. He […]
Recently I was using the SimpleXML extension from PHP5 to build a menu based on information contained in an XML file. I was using XPath queries to retrieve specific nodes from the XML tree and the var_dump() and print_r() functions to debug the results.
I thought my XPath queries were all wrong because the output data […]
Hello! As I promised, I’ll be explaining all the JavaScript code of the auto-complete field in this post. If you haven’t read the previous post where I talk about the auto-complete field take a moment to read it first before continuing.
Now take some cookies because the post is quite long. Be comfortable and let’s start!
In the last few days I’ve started using the jQuery JavaScript library. To experiment with this great piece of software I’ve decided to implement an AJAX auto-complete feature. jQuery makes remote scripting a piece of cake and that led me to spend more time coding additional functionalities for the auto-complete field. In this post I’ll […]
Hello, this is my first post since the return of my blog. Different from before, when I used to post about my life and friends, now I’ll try to post some interesting and useful stuff for the community. Things that I have coded and learned during the years and that now are lost in the […]