Archive for December, 2008

Factorials, permutations and recursion in Pico Lisp

Thursday, December 25th, 2008

Currently I’m simulating trading strategies on historical stock data. Yes I know according to Nassim this is complete bullshit but I might beg to differ. At least I feel the need to determine if it’s bullshit on my own than just take his word for it :) ... Read More

Menu and Banner from XML with AS3 and Flash CS3

Tuesday, December 23rd, 2008

I’ve just finished remaking the menu/banner of Sea Bees, one of the bigger diving shops here in Phuket. ... Read More

Debugging Javascript in IE

Saturday, December 20th, 2008

I just found a great post on how to debug Javascript in IE.... Read More

Draggable & Resizable with Prototype and Scriptaculous

Sunday, December 14th, 2008

So my earlier drag and resize combination with jQuery never worked out OK due to the fact that Prototype and jQuery are not getting along. Collections of DOM elements won’t work in jQuery which pretty much makes the whole proposition useless.... Read More

My BarCamp Phuket presentation – Prolog as a dating aid

Tuesday, December 2nd, 2008

This Saturday I had a small presentation. It wasn’t really well prepared so I’ll try and make up for it here instead.... Read More

Parsing PHP gettext strings with Ruby

Monday, December 1st, 2008

I just had the need to fetch all gettext strings from a whole project. Sure poEdit can normally do this but this project is using Smarty and {t}something to translate{/t}, poEdit can’t do the Smarty stuff so we need something custom.... Read More