Archive for the ‘Javascript’ Category

Drawing lines with Processing

Wednesday, August 26th, 2009

There are a few general things of note here:... Read More

Loading JSON, rendering text and using the Processing JS API

Tuesday, August 25th, 2009

Update: The final result can now bee seen in the VizReader RSS reader, and in the end I actually used Flare instead of Processing due to performance issues, having hundreds of links display at the same time was too much for Processing.... Read More

jQuery plugin for padding numbers

Tuesday, August 18th, 2009

At 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

Prototype – get selected element from non-unique select box

Friday, August 14th, 2009

These days I’m working a lot with other people’s code, I just discovered that a selectbox whose currently selected option I want to retrieve the inner html from; has the same id as a table column higher up in the document. Great…... Read More

jQuery/regex snippet for Twitter markup

Saturday, August 8th, 2009

I 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, 2009

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, 2009

The 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

Invitation card creator with Prototype and Scriptaculous

Saturday, April 25th, 2009

I’ve created a demo demonstrating the feasibility earlier, the first one using jQuery and jQuery UI actually, although at the end I never used jQuery since Inviclub is created with Symphony and Symphony is using Prototype.... Read More

Detecting parent URL with AS3 and jQuery – redux

Friday, January 23rd, 2009

In an earlier article I spoke about changing the stage size based on the URL of the page that loads the ShockWave. ... Read More

Changing Flash stage size from ActionScript

Sunday, January 4th, 2009

Changing the stage size can’t really be done in a pure sense just with AS, unfortunately.... Read More