Sjeiti

WOOT FWA SOTD!!!

Sjeiti @ 13/07/2009 17:54 in actionscript, code, css, flash, php

The Kees Kroot website I made for Pool has gone ”site of the day” at theFWA.

That does make me proud. But of course it”s not just me that deserves credit, also the people at Pool (Matthijs, Sip, Mayke etc…), and Krijn van Noordwijk for the very cool photography.

javascript unordered list folding

Sjeiti @ 17/02/2007 23:24 in code, css, javascript

Below is a feature for unordered lists that I needed for our CMS. I tried searching for some good scripts but sometimes just making it yourself is way faster than searching, testing and adjusting someone elses script. Since this is quite a usefull script, and since I’ve done my share of shamelessly ‘ripping’ other peoples scripts, I thought it would be nice to share it. All you have to do is add the script in the html head and give your unordered list the classname ‘foldtree’. Further instructions are in the script itself. Here’s the download. And of course an example:


PSP browsing

Sjeiti @ 19/07/2006 08:48 in css, javascript

My girlfriend gave me a PSP for my birthday. One of the first things I did was get online and check out that Netfront browser that comes with it. The browser is great: HTML4, CSS2, javascript 1.5. Creating websites for it is a bit hard. There are only a few websites that tell you the ins and outs. I wrote an article about creating PSP websites, mainly because I found out some stuff I couldn’t find anywhere online. I’ll keep it updated.
Next thing to research is the PSP’s javascript capabilities. For starters I wrote a little javascript keyboard, you can download it and easily customize it to your own needs. Next todo of course is a javascript game, let’s see how far I can go.