Monday, March 20, 2006

New versions of jsVal and SimpleBrowser

Hello all,

i finished a new version of my JavaScript Form validation Framework jsVal over the weekend. The new version fixes some long outstandig bugs. I'm planning to do more work on jsVal again in the next weeks. One of the reasons is that i'm writing an article about form validation with jsVal for the german magazin "PHPMagazin".

And i tuned the SimpleBrowser a little bit again. You can now configure more UI dependend things like ShowScrollbars, the window size at startup and more. SimpleBrowser is available for all who doneted to Server2Go

Timo

2 Comments:

At 11:38 AM, Blogger Unknown said...

This comment has been removed by the author.

 
At 11:40 AM, Blogger Unknown said...

Project jsVal seems to bo dead :( it's a pity news I have found another bug, line :
if(regex.charAt(regex.length-1)=="/")nEnd=0;
should be like this
if(regex.charAt(regex.length-1)=="/")nEnd=-1;

Regards

 

Post a Comment

<< Home