Me
http://www.codeutopia.net
http://widgets.opera.com/author/zomg
http://zeeohemgee.blogspot.com
http://www.last.fm:80/user/Zomg
Reading
http://www.godpatterns.com/
Dan writes about game programming and other intresting things. Good C#+DirectX tutorials, too!
http://www.codinghorror.com/blog/
Jeff Atwood blogs daily about various software development topics
Worthy games
http://openttd.org
http://battlefield2142.ea.com/
http://www.dayofdefeat.net
http://www.simcity4.com
http://www.liveforspeed.net
http://www.richardburnsrally.com/
http://www.guiltygearx2reload.com/
CodeUtopia blog
Jeff Atwood’s latest post (at the time of writing this) talks about mixing HTML markup and server-side code, Ã la He also throws in the question: Is there a better way? - However, it seems there’s at least as [...]
There was a short discussion on Zend Framework general mailing list about Smarty being obsolete. I decided to take my opinion here, since the discussion was getting quite off-topic… Arguments against Smarty presented were mainly the facts that it is PHP4 and its no longer necessary in “modern” ...
With Ajax apps getting more and more popular, there’s often the question of the browsers own controls working or not in the app in question. If you hit reload, you might end up back on the start page of the application, if you hit back.. who knows. I think this is especially an issue in applicatio ...
Ever tried using Google Spreadsheets with something else than IE or Firefox? Yeah, it doesn’t work very well… Docs used to be the same, but at least something is getting better… However, the issue in Spreadsheets that stops it from working in Opera 9.5 is ridiculously simple! The JavaScript fu ...
The other day I needed to create some thumbnail images. You know, the usual stuff: Admin uploads image, needs it resized to a smaller one for preview or such… I thought, why bother with writing code manually in the admin to create the thumbnail? I mean, the requirements for its size might change, ...