Aptana IDE now includes jQuery
Aptana latest release of their Web 2.0 IDE software now includes the ability to import jQuery’s JavaScript library into a web project.
Aptana latest release of their Web 2.0 IDE software now includes the ability to import jQuery’s JavaScript library into a web project.
If there’s anything that’s apparent from watching the jQuery mailing list and jQuery-related blog posts on Technorati, it’s that there’s a huge international audience for the library. As I’ve been working on the new version of the web site (to be released together with the upcoming version 1.0 of jQuery) I’ve had a number of … Continue reading
jQuery provides an extremely versatile DOM query mechanism. If you’re wondering what’s happening under the covers, and if there are less- and more-performant ways to formulate your query . . . the answer is YES. In many cases you can help jQuery by specifying a tag name, i.e.: $(“div.class”).show() is faster than: $(“.class”).show() . . … Continue reading
Just today Technorati pushed a new redesign live. Amongst other changes, it now uses jQuery as its primary Javascript code base. This is huge news as another big web site chooses jQuery as their Javascript library of choice. If I had to guess, as to why they chose it, I’d say that they appreciated the … Continue reading
There is a lot of good plugin development going on for jQuery. Here are two which have come up on the list lately: HighlightFade by Blair Mitchelmore is a very thorough jQuery implementation of the “yellow fade” technique. Options include the type of fade (linear, sinusoidal, exponential), the duration, and a function to call on … Continue reading
Steven Wittens of Drupal fame has released a nifty jQuery plugin of his own called Farbtastic. So what does it do, you ask? Farbtastic uses layered transparent PNGs to render a saturation/luminance gradient inside of a hue circle. No Flash, no pixel sized divs. With Farbtastic, a simple form input box turns into an auto-updated … Continue reading
We’ve all heard of in-line editing. Flickr uses it for many things such as changing the title or description of one of your pictures. For those of you who dont know, in-line editing is when you can just click on text, and it becomes a text box which the user can then edit. When the … Continue reading
On the road up to 1.0 there is one thing, that we’ve been lacking in, that we need more of: Lots of jQuery bloggers! With my commitment to squishing bugs in the jQuery core, adding new features, writing documentation – I just don’t have time to keep the blog updated with all the hot new … Continue reading