May 13th, 2008 / PHP, WordPress /
While implementing the Polyglot plugin on a WordPress site I was working on, I found a bug related to the search form: the plugin appends “/lang-pref/en/” (or whatever other ISO language code) to the search string (in the URL - when using “pretty permalinks” AKA URL rewriting).
This does not directly affect the first search, but the search field is then filled with “my search string/lang-pref/en”, which is confusing for the visitor.
A quick solution is to filter the search query and remove the said string read full article
April 4th, 2008 / JavaScript, My Playground, Web dev / design /
While implementing yet another a WordPress site, I found myself in the situation where I wanted to display any and all images in lightboxes, but with a minimum of interaction from the editor’s part.
All current plugins that integrate Slimbox (that I know of – this one, for example) actually require the editor to add the rel="lightbox" attribute. But since the editors of this site have no HTML knowledge whatsoever and will be editing in “visual” mode, this hinders deployment.
So I came up with a modification to the actual javascript of Slimbox, to make it identify all links to images and lightboxify them
read full article
March 12th, 2008 / Graphics / Print, Identity, Portfolio /
A good friend of mine is struggling to get his business on the road – he’s selling scooters and parts. In an attempt to help out, I’ve designed a logo for him:
Soon enough, I’ll build him a website as well 
February 29th, 2008 / On the WWW /
This website is just over a year, the MOOdalBox page just went over 100.000 views and I just cashed in my first AdSense payment – a fabulous $100.78
(gathered in about a year)
It’s not much, but it pays for the hosting plan of this website – which means that this site is self-sustained.
I’ve grown to about 12.000 visitors with around 30.000 page views a month.
And this, for a blog with less than 30 posts. This is a wake up call for me: I will put more time in this site, from the little I have left, after my day job and my freelance projects.
I have so many ideas, like, for instance, the long awaited MOOdalBox 2 (lots of people have asked me when it would come out, I’ve made and broken so many promises on this subject
).
To sum it up, I feel the need to thank all my visitors for spending a moment here and for supporting me on every occasion. Thanks guys 
February 27th, 2008 / AJAX, JavaScript, Web dev / design, XHTML / CSS /
MOOdalBox has the the honor to be the first featured post on the SkinShare dev blog, with a tutorial on how to make a quick and easy age verification procedure.
Unfortunately, this is a JavaScript only method – so it’s easily bypassed. I’ll have a version that uses more server-side scripting ready some time soon (for a project I’m working on), but this is cool and can easily enough be used just as a warning.