Well, Prototype is pretty awesome. So is scriptaculous.
However, I was hunting around and I couldn’t find a decent tutorial on how to return an array of data using prototype’s AJAX functions in JSON notation. There is this one, which was helpful, but it did a lot more than I wanted, and I wanted to use […]
Posted on February 13th, 2007 by franktank
Filed under: Javascript, Scripts | 10 Comments »
Recently I came across a post which explained this great tip to speed up your seo analysis, it was such a simple idea I was surprised I hadn’t come across it sooner - basically using a javascript bookmarklet to run a query on a search engine at the click of a bookmark.
For those that don’t […]
Posted on December 11th, 2006 by franktank
Filed under: Javascript, SEO | No Comments »
Creating a morphing image using the scriptaculous javascript libraries is really pretty straightforward. I was chewing over which libraries of special effects I should use first, browsing round mochikit and scriptaculous when I found this page and it cinched the deal - sorry mochikit, next time.
The method I have uses for this image morph is […]
Posted on November 3rd, 2006 by franktank
Filed under: Javascript, Scripts | 1 Comment »
Recursion. It can be a bit to get your head around at first but it can often create a lightweight, robust and elegant solution. This is a pretty basic example of recursion using PHP which can display a list based tree of a catalogue or any sort of data which has parents, children and end […]
Posted on October 23rd, 2006 by franktank
Filed under: Javascript, PHP, Scripts | 16 Comments »
Ajax Drop Downs Example Download
Everyone knows what Ajax is by now, and there are a slew of libraries and toolkits out there that I mostly have very little experience with but have linked to below because I want to use some of them someday
For those that don’t know - (my understanding is that) […]
Posted on September 17th, 2006 by franktank
Filed under: Javascript, Scripts | 2 Comments »