Where I talk about me, programming and other stuff that you will not read
  • If a method can be static, declare it static. Speed improvement is by a factor of 4.
  • echo is faster than print.(* compare with list from phplens by John Lim)
  • Use echo’s multiple parameters instead of string concatenation.
  • Set the maxvalue for your for-loops before and not in the loop.
  • Unset your variables to free memory, especially large arrays.
  • ...
    0 comments

@font-face is a new CSS3 rule that links to a TrueType or OpenType font that is sitting on your server.

@font-face {
font-family: Graublau Sans Web;
src: url(GraublauWeb.otf) format("opentype");
}

body {
font-family: Graublau Sans Web, Lucida Grande, sans-serif;
}

Source and extended information.
0 comments

Smashing magazine provides us developers with an exhaustive, easy-to-use reference on the differences in CSS between IE6, IE7 and IE8.


0 comments

As I was working on my Adobe Air email client yesterday it took most of my time trying to figure out why loading two movieclips with exactly the same proportions would have different widths.Here is what I discovered and in my eyes this is a bug.

0 comments


After finally deciding I cannot deal with the sluggish performance from outlook any more I decided to build my own email client. Its still currently an alpha and has a fair bit more work to do to it but is already possible to use as my default email client. I just cant send or receive attachments yet. A beta demo version will be available soon.

0 comments


Showing 1 to 5 Next

Web designer?

Twitter (follow)



I'm rocking out to

All that remains