Tagged: Ajax, JavaScript, PHP Date: 22nd, December 2008
I have just released very simple photo tagging solution. It works much like Facebook tagging and requires Prototype and optionally PHP5/MySQL (you can always make backend from scratch in any lang/db you wish… it requires novice skills).
Tested in Firefox, IE6+, Safari and Chrome.
Here is the link: http://ferdinand.rs/javascript/ferdinandphototag
Tagged: Ajax, Database, JavaScript, Programming, Wordpress Plugins Date: 9th, December 2008
Moved
Go to new addres >>
location.href=”http://ferdinand.rs/javascript/ferdinandslider”;
Tagged: Ajax, JavaScript Date: 18th, March 2008
I’ve just finished writing up some docs on the new Cross-Site XMLHttpRequest feature in Firefox 3. I was a little worried at first, but it definitely appears to be both easy-to-implement and easy-to-use. Specifically, it’s an implementation of the W3C Access Control working draft (which is respected by Firefox’s XMLHttpRequest).
If you’re interested in giving it [...]
Tagged: Ajax, JavaScript Date: 20th, August 2007
Few days ago I have created very simple JS class for creating popup html forms.
Task was pritty specific, create dynamic form interface with ajax form submission. Apon completition of the task I noticed that the class was pritty much plug&play so I decided to publish it here.
It has simple controls, you can show, hide and [...]