1st November 2009
I’m quite relieved to reveal that there is finally a version of the site I am happy for people to set their eyes upon and start putting into use.
This is in fact the third version of the juice site that has been through the development process, however the previous variations never reached completion, especially the first iteration consisting of nothing but a handful of examples.
The latest version includes improved and extended documentation and examples for all of the existing plugins and will also provide a good, easily manageable base for those to come.
I still haven’t really began to promote the library due to it’s current unfinished state, but will continue to work on and complete the existing plugins as well as convert those remaining in the previous version of the library.
Design No Comments »
31st October 2009
Following up on the jQuery Halloween Pumpkin blog post, I thought I would try and get in on the act with this short snippet:
$('head').remove().die();
It’s no pumpkin carving but is a bit of fun
.
Snippets No Comments »
12th September 2009
At the beginning of 2007 I started taking more of an interest in the development of JavaScript based content enhancements.
The very first script I remember creating was a stand alone popup date picker, which really got me interested and wanting to learn to take things further.
Since this time I’ve had my head down learning more about JavaScript, mainly through reading a number of books. The included JavaScript for Web Developers (Wrox), JavaScript The Good Parts (O’Reilly) and JavaScript & DHTML Cookbook (O’Reilly).
At this point in time I decided to start constructing my own library, which eventually consisted of 23 plugins and a core functions file. That was going quite well until earlier this year when I discovered the power of jQuery! Read the rest of this entry »
Books No Comments »