5 tricks on Jquery.

5 tricks on Jquery.

Sep 25

Jquery is as usual the best you can get with plugins as well as the sheer joy of writing short and sweet. In this post I talk about 5 re-used Jquery snippets across projects. Some of this may not be news to you, but for some it might just make you a “jfan” Click to continue reading “5 tricks on...

More Jquery : Reflections

More Jquery : Reflections

May 31

It amazes me how people can “extend shortcuts”.  First there was Jquery, the shorter and meaner way to write Javascript and now there are extensions/ plugins. Smaller chunks of code that build upon Jquery to achieve cross browser effects. If you are still reflecting , I suggest you look for Reflections, the Jquery plugin that puts images in a new perspective. Click to continue...

Jquery and Interface

Jquery and Interface

May 29

The Jquery authors as well as other plugin writers virtually took out the need for other libraries, with a all in one package and a great support site. Having worked with Dojo, Mochikit, Prototype, Sarissa, Jquery feels much different. [tags]jquery, development [/tags] Click to continue reading “Jquery and...

No winners – “Can you guess what the code below is doing?”

No winners – “Can you guess what the code below is doing?”

Dec 22

Well thanks for the single response, time for me to popularize this site I guess  The code below is a left hand tree navigation built in ”Prototype“  without the tree elements . Its unique because… It highlights self, the parent it belongs to Collapses everybody if the great grandparent is clicked but expands only to the first child if itself is clicked. Put it on a...

Why can’t you remember what I opened last…A tale of amnesia in Windows apps

Why can’t you remember what I opened last…A tale of amnesia in Windows apps

Dec 22

The file open / save dialog box probably gets the least limelight, it’s dismissed as fast as its invoked. However make no mistake the interface specialists probably gave a lot of thought. Microsoft doesnt seem to care to popularize the thought behind how its dialog boxes appear, but Apple does and I have a feeling that that MS simply read and copied from the Apple Interface Click to...