Archive for the ‘jQuery’ Category
Rotating and translating with Processing
Friday, August 28th, 2009Let’s begin with taking stock of where we stand at the moment. ... Read More
Facebook style information box with jQuery
Thursday, August 27th, 2009Table of Contents for Paceville.com - The Coding
- Customizing Joomla 1.5
- Adding AJAX to Joomla 1.5 with jQuery
- Adding custom columns/fields to Joomla article, section and user
- Hardening the Joomla hacks
- Hijacking controllers and views in Joomla
- Search Engine Friendly urls in Joomla
- Facebook style information box with jQuery
- Image manipulation and watermarking in PHP with GD2
- Joomla! 1.5x Customization - Book review and general Joomla discussion
- Mailing with Joomla’s JMail
- Lost Flirts - a Joomla 1.5 component from scratch
- Facebook style photo tagging with jQuery, Ajax and Joomla
- Controlling form tabbing with jQuery
- Facebook style chat with jQuery and Joomla
- JQuery Joomla chat, adding online/offline and friendlist
Update: Paceville.com is now online. The functionality of this article can be seen in people’s profiles, for instance here.... Read More
Loading JSON, rendering text and using the Processing JS API
Tuesday, August 25th, 2009Table of Contents for Link map/graph with Processing.js
- Loading JSON, rendering text and using the Processing JS API
- Drawing lines with Processing
- Rotating and translating with Processing
- Bezier curves and mouse interaction in Processingjs
- Mouse clicks in Processingjs
I’ve just reached what could be called level 1 in my Processing.js explorations. I’ve managed to setup SVG fonts and load them to draw text. I’ve also managed to use Processing only through the JavaScript API, not the language itself and that is a good thing in my mind. I rather do this API style, I am for instance able to load JSON and use jQuery without any fuss this way.... Read More
jQuery plugin for padding numbers
Tuesday, August 18th, 2009At the moment I’m parsing a lot of RSS/Atom XML, I just came across a date looking like this: 3/23/2009, how lovely, no padding.... Read More
jQuery/regex snippet for Twitter markup
Saturday, August 8th, 2009I just implemented fetching and displaying one’s Twitter feed in my feed reader (that I will be inviting people to use when/if I ever feel like it’s finished).... Read More
Adding AJAX to Joomla 1.5 with jQuery
Saturday, August 1st, 2009Table of Contents for Paceville.com - The Coding
- Customizing Joomla 1.5
- Adding AJAX to Joomla 1.5 with jQuery
- Adding custom columns/fields to Joomla article, section and user
- Hardening the Joomla hacks
- Hijacking controllers and views in Joomla
- Search Engine Friendly urls in Joomla
- Facebook style information box with jQuery
- Image manipulation and watermarking in PHP with GD2
- Joomla! 1.5x Customization - Book review and general Joomla discussion
- Mailing with Joomla’s JMail
- Lost Flirts - a Joomla 1.5 component from scratch
- Facebook style photo tagging with jQuery, Ajax and Joomla
- Controlling form tabbing with jQuery
- Facebook style chat with jQuery and Joomla
- JQuery Joomla chat, adding online/offline and friendlist
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
jQuery debug plugin - print_r style output
Saturday, July 11th, 2009The other day I was searching for some Javascript that could output objects and stuff in a similar fashion to PHP’s print_r function, with indentation and all. In the end I ended up combining two different scripts, a simple one that focuses mostly on the presentation, and one that focuses more on the true recursiveness that is required.... Read More
Detecting parent URL with AS3 and jQuery - redux
Friday, January 23rd, 2009Table of Contents for ActionScript 3 in Flash CS3
- Menu and Banner from XML with AS3 and Flash CS3
- AMFPHP in Flash CS3 with AS3 - jQuery.post style
- Creating Help with Flash and ActionScript3
- Detecting parent URL with AS3 and jQuery - redux
- Thumb Banner Rotator in ActionScript 3
In an earlier article I spoke about changing the stage size based on the URL of the page that loads the ShockWave.
Well as it turns out the simple approach I outline there won’t work in IE7 for some reason (no don’t ask me why, I didn’t find any explanation no matter how much googling I did).... Read More
Changing Flash stage size from ActionScript
Sunday, January 4th, 2009Changing the stage size can’t really be done in a pure sense just with AS, unfortunately.... Read More




