Archive for the ‘JavaScript’ Category
jQuery is object oriented
June 22nd, 2009When I first looked at the jQuery frame work, a few years ago I immediately discounted it as a viable framework. My whole reason for that decision was that it did not add a traditional class based object oriented layer. read more »
The one real reason to not use JQuery
February 2nd, 2009JQuery is a very nice for DOM manipulation and access. As I mentioned in my last post, JQuery uses standard CSS selectors by default which is very nice. You can create fairly complex actions with very few lines of code. What read more »
Three real good reasons to use JQuery, from a Mootools lover
January 29th, 2009I have been an avid mootools user for many years. A couple of times I have looked at JQuery and turned up my nose. That being said I am a firm believer that one should reassess ones knowledge/opinions/assumptions read more »
How to: Use MooTools to Fade Between Multiple Images
December 7th, 2008After I wrote my post “Using MooTools to fade between two images” I have received many request on how to fade between multiple images. So here is “How to: Use MooTools to Fade Between Multiple Images”. We start read more »
Debug JavaScript in Internet Explorer
December 2nd, 2008If you have ever had the horror of finishing up some complex JavaScript in Firefox, and when you try it in IE you just get a bunch of usless and cryptic errors that all point to the wrong line of read more »
Using MooTools to fade between two images
March 17th, 2008Fading between two images is actually a fairly simple task with MooTools. The first thing you need to do is setup up two DIV tags that are absolutely positioned over one another inside another DIV tag that uses default placement. read more »
