javascript

YUI 3

I’m giving a look into the new YUI 3.

I have seen that it introduces major changes regarding YUI2.

I will post more info after a more extensive test and review of it.

Keep coding…

Tags: , ,

Monday, May 11th, 2009 Every day No Comments

Firebug Lite

One of the concerns you need to have when developing javascript is to make cross browser checks to see if everything works as expected.

One cool extension for Firefox is firebug. It helps a lot for debugging your code.

You have also available firebug lite, it is a set of javascript includes that creates a small firebug console on ie, opera and safari. Also you can use it as a bookmarklet

It is really handy!

You can read more here

keep coding…

Tags: ,

Tuesday, April 28th, 2009 Every day No Comments

looking at jsconf

Jsconf09 is happening as we speak! I did a really simple widget to get the latest 15 tweets from #jsconf

and i did it just because i was in the mood…

here it is (It needs some css to be better… i will change it later)

Tags: ,

Friday, April 24th, 2009 Every day No Comments