Keeping it DRY with Function.call and jQuery toggle
Wednesday, September 1st, 2010Update: There is now a simpler example of the principles detailed here in the form of JQuery trigger and JS Function Call revisited. ... Read More
Update: There is now a simpler example of the principles detailed here in the form of JQuery trigger and JS Function Call revisited. ... Read More
... Read More
... Read More
I recently made a very simple but functional administrational interface using jQuery and Ajax to avoid having to refresh the page all the time thus simplifying development.... Read More
This tutorial will all be about managing loading data into multiple select lists and then save the selections in the list.... Read More
A demo of the functionality can be found in one of paceville.com’s galleries. Just click the first thumbnail. Update: To see the full images one now has to be registered so the demo is not easily accessible anymore.... Read More
Update: Paceville.com is now online. The functionality of this article can be seen in people’s profiles, for instance here.... Read More
I’m wrapping up the Joomla work here so it’s time to talk a bit about security. There are two main issues, sanitizing GET and POST and making sure people who are not supposed to call certain methods can’t do so. ... Read More
This piece will build on the prior piece, this time we’ll take a look at how we can implement quick and dirty AJAX, using the very same class we went through in the prior tutorial.... Read More
So for the last two days I’ve completed my first RoR application that is actually used by somebody, my SEO colleagues to be more precise, their first wish was a script that would make it much easier to submit links to link directories, that and an article spinner.... Read More