Wednesday, January 23, 2008

Deserialize, another update

Some of you pointed out some problems and some possible upgrade for the "prototype form deserializer".
So, here it is an updated version of the script: the deserialization of textareas should now work (thanks to Gliebster) adds support for JSON deserialization (thanks to krzak).

Sunday, September 23, 2007

Did you remember the Gajim Status Plugin?

Hi all! Thanks to Raoul Jean Pierre Bonnal, I released an updated version of the Gajim Status plugin I released long time ago. This new version (0.4) now supports Rhythmbox 0.9.8 and Gajim 0.11.1.

The plugin is useful only if your version of Rhythmbox does not support D-Bus API, since Gajim from versoin 0.11 speaks directly to Rhythmbox via its D-Bus API.

Download the plugin here.

Monday, August 13, 2007

Deserializer update

Hi guys...here it is an updated version of my script "prototype form deserializer". It solves some bugs people all around has found using it. Thanks to all.

Sunday, June 24, 2007

A long delay

After a long period of hard work, I return here to this blog, trying to update some of the scripts I published time ago.
I saw that the script to prevent double submits had a great success around here...but also it had (and probably has) some bug.
One of those bug is strictly connected to the way browsers are managing events. I the case of my script, the return of an onsubit event was simply ignored: so there was no way to stop the layer to popup after the submit button was pressed, even if the return of the event was false.
Now I slightly modified the script, removing the use of Event.observe method (the prototype extension) and adding a more rough but secure way of handling the onsubmit form event, hooking it and calling it just before the layer show.
You can download the latest version here.
The previous version is still available here.
The example was also updated, to show how the script now works.

Thursday, March 08, 2007

Updated version of deserializer

I just released an updated version of my old script "prototype form deserializer". It solves some bugs and now uses Prototype 1.5. An updated version of the example can be found here.
See the old post and its comments for a detailed list of fix of this release.

Wednesday, March 07, 2007

Updated PreventDoubleSubmit script

It was a "long" time ago when I published a "not so good" PreventDoubleSubmit script, a little script that using prototype and lightbox aims to prevent double submit of forms in your site.
I recently updated the script, correcting it and adding a new feature.
Read the old article and its comments, you'll be able to add the new script in a minute to your site.

Tuesday, November 07, 2006

LiveHTTPHeaders for Firefox 2.0

For those who, like me, need to use this extension with the new Firefox version, here's a patched xpi.
This is version 0.12 with a patched install.rdf file in it, that allows the extension to be installed on Firefox 2.