Easy Slides 1.1

Written By: Editor - Feb• 03•11

Easy Slides 1.1 plugin

Trying out new plugins can be a lot of fun… or it can be a disappointing waste of time. How can you know which is which before you dive in? Ask around.

I’ve been playing with this plugin and talking with someoneelse who has used it and it is very easy to implement. And it works. It does not have every option in the world, which is a good thing, but it has the essentials, like captions, links, timer, and randomization. I wish I had this last month when I reworked an image rotator for a friend. Getting the job done quickly was the first order of business, and this certainly would have been no harder than what I used, and that one didn’t have captions.

There are some quirky things about this plugin that may be good or bad for your usage. First, the images are defined inside of your jQuery block. That’s good if you like the idea of not showing the images to people who have Javascript turned off. It is also dead easy to add images, since you just have to name them 1, 2, 3, 4, etc and tell jQuery how many there are. However, if you want to show the images, or at least one image, even when Javascript fails, then this won’t work for you without some tweaks. Another quirk is that the captions are defined in your jQuery. That’s kinda good, since they will fail for non-JS viewers just like the images. And you can define each image as a link (again, inside your jQuery block), which is just a really handy feature.

At first I was a bit negative about the fact that the images aren’t in the HTML in an unordered list the way I am used to seeing them. But then I recalled the little kludge I had to add to the last slider I used. Because the images flash onto the screen for a few milliseconds before the jQuery kicks in, I had to hid the div with CSS and then unhide it with jQuery. With all of the definitions inside of the jQuery, nothing shows up until the jQuery loads. Yes, I could move my jQuery to the HTML head block, but there are reasons I put it at the bottom of the body. With Easy Slider 1.1 I don’t have to compromise. I like that. Oh, and the images probably won’t get indexed by robots. Fine by me, but YMMV.

The site says that this is, “Possibly the easiest to use jQuery plugin for making slideshows!” I can’t really find fault with that. Well, maybe I’d leave off the exclamation point, but that’s just me.

Time for 1.5

Written By: Editor - Feb• 03•11

Whether we need it or not, here comes jQuery 1.5, right on schedule. I’ve always been suspicious of release schedules, seriously questioning whether software should be released because of the data on the calendar or the character of the content. Leaving off that argument for now, I have been looking at the content of this release and wondering “where’s the beef”. The speed improvements are good, the bug fixes are welcome, and the cloning of jQuery is interesting, but the real meat is inside the bun. The AJAX rewrite is sort of hidden, but it is quite astonishing that is can be so nearly transparent considering the nature of the changes. Yes, this release has broken a few things on the periphery, but the new jqXHR object and the Deferred Objects are pretty major changes. What do you say? you’re a designer and don’t really use that mystifying AJAX stuff? Then you will have to enjoy the new, sleeker bun and trust the meat to us real developers ;-)

The Birds! Run Awaaaaay!

Written By: Editor - Feb• 03•11

I used to like Twitter and I’d get a lot of great tips by watching my feed or searching on jQuery as a keyword. These days I get 9000 retweets of the same announcement, even when the link sucked the first time it was tweeted. Plus, the people who used to have a pretty professional stream have either diversified or have gone to using their feed mostly to share their random thoughts on life.

So, here is what I’m doing about it. I have found 112 feeds that are either exclusively jQuery related or that are those of team members. I am watching my feed carefully and will be putting the best feeds into a list (http://twitter.com/list/jQueryMagazine/better-jquery) that I will monitor closely. The goal here is to flip the 80/20 rule on its head and have a feed that is 80% useful information. Then all you need to do is follow the list and hopefully avoid a lot of frustration.

Bringing Back this Site

Written By: Editor - Feb• 03•11

Two years ago this week I had an idea for a web site. I tried to figure out how to create a blog-ish site that would cull the better jQuery information from the flood of online jQuery mayhem. Time was the biggest issue, but experience was also a limiting factor. It limped along for a little while as I looked for help, then I just gave up and forwarded the site to JSMag, one of the best JS resources available.

So why bring it back now? Two years of growth in my own knowledge has been very helpful, for one. The real spark is the explosion of information and the fact that so much of it is terrible drivel. Maybe I’m just talking to myself here, but whenever I look for a way to do something with jQuery I have to wade through seeming oceans of aborted projects, abandoned code, and pure trash just to find a plugin or effect or a simple solution! It is discouraging, doubly so for the newbie, I’m sure.

As to the question of time, I don’t really have any more now than before. Days still have 24 hours and I still need to sleep away seven of them, waste one on commuting, put in a solid 8 for the man who pays the bills, and say hello to the family once in awhile, but I’ve gotten to such a point of disgust that I’m determined to make time. I hope to learn from the experience and to jump start another phase in my own development.

I’d love to hear your comments, suggestions, or even your well-reasoned arguments on why I’m a fool with oatmeal for brains. Thanks.