Archive

Author Archive

Compressor Rater – The Javascript Compression rater.

October 26th, 2007 rama No comments

I like comparisons and especially when a tool takes my input and produces 3 different

Step in Compressor Rater it takes the Dojo Shrinker, JSMin and YUI compressors for Javascript and produces a report as well as gives you an option to copy paste the resulting code.

More > http://compressorrater.thruhere.net/

Categories: Web Development Tags:

Of Jumping Cows and Energy Domes.

October 19th, 2007 rama No comments

featured-copyBoth Jquery and Mootools are great libraries, however one must win. Is it the Cow or the Dome, find out as I compare both these libraries feature by feature.

But why now?, Mootools has just released their 1.2 version which boasts of a HashMap for clientside objects.

Jquery has seen a 1.2.1 version ( sounds familiar?, look above) for a month now.

Why dont you subscribe to the feed to be the first one to hear about it.

Categories: Web Development Tags:

The case of lost children – CSS 3 and Why you should care about it.

October 8th, 2007 rama No comments

mcA while back I had this post about support for CSS3 in IE7. With a growing share of 23% and a mission to make this version automatically available to all users of Windows XP, IE7 still seems to have got it wrong for the developer.

The CSS3 frustration continues, for e.g: the “last-child” selector, could have been a boon to site designers. The trailing “class=last” that’s added to every last item of a list, the last cell of a row could have been on the way out for once and all.

The “last-child” selector is a easy way of targeting the last element of any dom node collection. This is great for any last item of a list where you dont want that seperator to appear. MS doesn’t seem to realize that just doing half baked work with “first-child” doesn’t cut it.

Categories: Uncategorized Tags:

Jquery is faster in the Mootools SlickSpeed Test.

October 1st, 2007 rama 2 comments

Slick Speed test for Jquery.Mootools has a great speed test for DOM selectors in JS libraries called the “SlickSpeed” test. The results compare “Mootools “, “Prototype ” and “Jquery“. In the instance that I ran ( I only clicked “Start Tests”!) , Jquery came in first.

Jquery is on the third column in the attached thumbnail.

Its also interesting to note that “prototype” finds no results for the CSS selector (“div:nth-child(even)” and “div:nth-child(odd)”).

[tags]jquery, mootools [/tags]

Categories: Uncategorized Tags:

Understanding why Communities are Important.

September 30th, 2007 rama No comments

When you work as part of a large company, there is an overabundance of similar experienced people. While this might appear as competive to many, to some its an opportunity to form a community…

Click to continue reading “Understanding why Communities are Important.”

Categories: Uncategorized Tags:

5 tricks on Jquery.

September 25th, 2007 rama No comments

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 Jquery.”

Categories: Uncategorized Tags:

More Jquery : Reflections

May 31st, 2007 rama 2 comments

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 reading “More Jquery : Reflections”

Categories: Uncategorized Tags:

Jquery and Interface

May 29th, 2007 rama No comments

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 Interface”

Categories: Uncategorized Tags:

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

December 22nd, 2006 rama No comments

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 page and see it in action.

 This was the third JS library I tried after Sarissa and Mochikit, nowadays I am dojoing a lot :)

Categories: Uncategorized Tags:

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

December 22nd, 2006 rama No comments

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 continue reading “Why can’t you remember what I opened last…A tale of amnesia in Windows apps”

Categories: Uncategorized Tags: