Ajaxload
I StumbledUpon a notable Ajax resource recently, called Ajaxload. This site provides tools for generating an animated GIF that can be used on your site to indicate that something is loading or happening or whatever. Choose a style you like, the background color, the foreground color, and the transparency of the background, then click “Generate it!” and you have a nice, custom graphic. The site’s in beta now and is free; I’m not sure if it’ll remain so or not (hopefully it will).
jQuery Tips, Tricks, and Miscellaneous
In this, the last post in my series on jQuery, I mention an odd lot of interesting things about jQuery that are worth knowing. Some involve specific code; others aid understanding of jQuery’s philosophy. You may or may not want to also read these earlier posts on jQuery:
- Incorporating jQuery into an HTML page
- Selecting page elements
- Adding event handlers
- Applying effects
- Manipulating elements
- Ajax
- Plug-ins
(continue reading…)
A Primer on jQuery Plug-Ins
In this, Part 7 of my (consistently delayed) series on the jQuery JavaScript framework, I talk about plug-ins you can use to expand jQuery’s features. You may want to read some of the previous six parts before getting into this one:
- Incorporating jQuery into an HTML page
- Selecting page elements
- Adding event handlers
- Applying effects
- Manipulating elements
- Ajax
(continue reading…)