Projects
Here you will find a list of my projects I have done.
jazGallery - A simple gallery script
JazGallery is a gallery script that is not only easy to use, it is also very easy to add new galleries and images. You can read here about it, view a demonstration here or download it from the project page.
JazTpl - Template System
If you ever wanted to have a flexible template system within your systems. One that allows such easy to understand template as this one:
<ul><jaz:comments>
<li>Nr. <jaz:key/>: <jaz:item> <jaz:Name /> says: <jaz:Text /> </jaz:item></li>
</jaz:comments></ul>
<jaz:commentform>
<h2>Please make a comment:</h2>
<jaz:Text label="Enter a text here:" />
<jaz:Name label="Your Name please:" />
</jaz:commentform>
Then you should take a closer look at JazTpl. And with its buildin plugin system you can do almost everything with it, except cooking coffee. ;)
Jaz formValidator
If you have some forms on your site and you want them to be more useful for your users so you can use jaz formValidator so the users will know, what they have to enter. Jaz formValidator is an easy to use autmatic form validation tool that helps your users to fill out your forms correctly.