Archive for April, 2008

60+ AJAX utils

On today’s web Ajax has played an important role.

If you need something in Ajax, be shure to check this link before you start coding yourself.

You will find everything, from calendars to masked inputs, menus and several other things.

Create tables with php

One of the many things that we usually do when creating a webpage is designing tables.

I created a simple php function (to be added to my Utils class), that receives a style name, one array of elements (for the header) and one array of elements (for the body of the table). This way, instead of having to write the table all the time you need one, you just need to invoke the function.

You can download the files included on the rar, decompress it and use it. There is a css file, the main Utils.php file and the test.php file. Fell free to ask any questions you may have, or give any tips for improvements.

Utils class file

WordPress update

Today i upgraded my site to use the most recent version of WordPress.

The administration section has really improved a lot. Now is easier to find what i want to do, everything is well placed and very intuitive.

One thing that i’m hopping next is the possibility to automaticly update my plugins. This way, WordPress will be really perfect (at least for me).

Way to go :)

Return top