Weblogs

JS Syntactic Parser

2010-03-04 21:44:29

So I've been working on a Javascript parser the past week or two. Well, I've been doing more than that, but results from the parser is at least something I can show you :) Below you can see an example of what the parser can spit out. It takes regu...


Pragmatic HTML

2010-03-04 17:27:59

For as long as I've used HTML, for better or worse, I was under the impression that the language (if you want to call it that) was a governing set of rules to be applied where-ever one could, when creating a website. Yesterday, for the first time, I ...


Pre ballot browser stats

2010-03-02 20:02:23

These are the browser stats for http://waarbenjij.nu a popular Dutch travel blog where I work right now. The special thing about these stats is that they were derived from a test that tried to get data on the usage of Javascript with our use...


ES5 spec choices

2010-02-22 22:05:44

I'm working on a Ecmascript 5 parser in Javascript. Yes yes, there are plenty. Whatever. I just want to do this myself. Having said that, I do keep bumping into small problems. They are probably mostly due to the way the language is described. Whi...


Webdev circles

2010-02-22 20:19:42

It seems web development is running around in circles. A few years back, web development was a pain in the ... somewhere. Standards were upcoming as well as support, but the world simply was IE6 and there was no way around it. Now lately this barr...


As the world turns

2010-01-30 09:22:04

Exit economic problems, enter technological revolution. Yes, revolution. You might not be aware of it, but these are once again exciting times! The past decade was one with virtually no technological breakthroughs. Well, maybe that's not entirely ...


Site updates

2009-12-27 17:19:16

I've added an RSS feed (again..), as it has was missing for about two years. It's cached and only updated when I add new items. It uses a last-modified header, which only Safari refuses to use (and after a few hours of trying, I just gave up on that ...


Re: Simplest jQuery slideshow

2009-12-22 22:28:19

I read http://snook.ca/archives/javascript/simplest-jquery-slideshow this post from Jonathan Snook a while ago but I wasn't able to respond to it right there and then. I'm not going to post a shorter code here. One line is one line and I'...


Spam

2009-11-26 16:51:27

The qfox.nl and kuvos.nl domains have been spammed like since forever. Nothing new there. All domains get spam. Shorter more than longer ones, popular more than unpopular (these aren't popular :)). At this point these two domains receive about 150...


Closure Tools

2009-11-07 12:32:14

So Google released a JS library of their own. They decided to coin the library http://code.google.com/intl/nl/closure/ "Closure Tools" . Now, this goes in line of their naming convention of using normal dictionary words or lingo. The problem ...