DOTVOID.COM
External links
My Swedish sites
Toxic
Created by Danne Lundqvist - 2005-05-30 18:21
I have finally managed to put together a release of my AJAX toolkit
that
I have been busy working on for some time now. It makes it very simple
to call PHP methods from javascript. Callbacks can have a "soft"
or
"hard" binding making it easy to call calbacks in javascript from PHP.
Even exceptions thrown in PHP are tranferred and can be caught as normal in javascript.
As my main goal is to minimize the tedious tasks in form intensive applications I am also adding automatic client side form validation routines. To really get rid of code I've also added a way of binding form fields to specific method calls so that you don't even have to specify parameters.
View project
0 comments on this post
FileBrowser library
Created by Danne Lundqvist - 2004-08-12 17:08
A library, or widget, for creating explorer styled file browsers. Complete with callbacks for events and drag'n drop within the file browser. The style is completely dependant upon CSS which makes it easy to apply different looks.
View project
0 comments on this post
Tabgroup library
Created by Danne Lundqvist - 2004-04-29 16:23
A small library for creating a tab control like in any Windows, GTK
or whatever application using javascript. It is very simple to use and
supports most standards based browsers.