Archive for the ‘Uncategorized’ Category

A look at pooQuery internals

Thursday, January 24th, 2008

I have received some questions regarding pooQuery (pQ from now on)... Does this really work? How does it do all this? Short answer: Yes, it does work, and what makes it tick is magic... or not, so let's look at the tricks behind fluent languages.

Blocking ads on websites is bad behavior

Sunday, October 7th, 2007

Originally posted in my old blog at My Opera A lot of people really dislike any ads on a website. This shows in browsers too: Opera added a content blocker and Firefox has AdBlock and probably at least two other plugins for getting rid of ads. Some people even use separate ...

How to easily redirect PHP output to a file

Wednesday, October 3rd, 2007

Ever wanted to change where your PHP sends the output to a file instead of the browser? I have, and it involved changing every echo and other printing statemenet to fwrite. But there is a better solution to that... Tell me more You probably have heard, or even used, PHP's output buffering functions. ...

About Flash and RIA's

Sunday, September 23rd, 2007

I've been working with Flash lately, or more precisely, Flex 2. Flex is like Flash for programmers (more on that later in this post) Not so long ago, I also tried Flash Lite, which is a lightweight version of Flash for mobile devices. What started as a tool to create annoying animations ...