Connecting the dots…

Thoughts on Web Development, Scalability and Application Architecture

Tag: Javascript

Custom Events in JQuery

Its barely been 1 week and I am already missing out the loveliness of YUI and have to work on JQuery, not saying its bad just missing out on the lack of verbosity that JQuery has to offer. I had to implement custom events on JQuery found this kind of working for what I needed [...]

Bookmarklet For YUI Logger

During development using javascript I have always felt that it would be useful to be able to easily add and remove YUI Logger without having to deal with manually adding and removing the related javascript and css from the source files. I resolved this problem by writing a bookmarklet which will allow you to do [...]

Testing progressive enhancement in IE6/7

Quite often we need to do development in firefox and check in IE6/7 to ensure that the content is still available for users with or without javascript, recently i was faced with a problem which required a clever use of <noscript> tag, thanks to Neil. Will talk more about it in a later post, this [...]