Archive for the ‘Javascript’ Category

Pico Lisp to JSON with JavaScript

Wednesday, September 2nd, 2009

On many occasions it’s preferable to convert PicoLisp on the client side instead of on the server, here’s an attempt.... Read More

Mouse clicks in Processingjs

Sunday, August 30th, 2009

Demo here.... Read More

Bezier curves and mouse interaction in Processingjs

Saturday, August 29th, 2009

Demo here.... Read More

Rotating and translating with Processing

Friday, August 28th, 2009

Let’s begin with taking stock of where we stand at the moment. ... Read More

Facebook style information box with jQuery

Thursday, August 27th, 2009

Update: Paceville.com is now online. The functionality of this article can be seen in people’s profiles, for instance here.... Read More

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

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