catch 22 - Andreas Kahler's blog
/* Quasi-random notes by a software developer */ }
March 9, 2010
Google AppEngine + Google Docs + Some Python = Simple CMS
›
I was looking for a CMS that could run on the Google App Engine lately. As the free quotas are pretty high, a GAE powered CMS would make sen...
February 21, 2010
appify: Make Web Apps Look Like iPhone Apps
›
As you probably know, simple web pages can appear as 'normal' apps on your iPhone (or iPod touch) when you add them to your home scr...
November 24, 2009
My media temple hosted web site got hacked
›
Last night my web sites hosted at media temple got hacked. I got an email from them saying that they detected "suspicious activity...
November 18, 2009
WPF: How to set HorizontalAlignment in ListView/GridView
›
I spent quite some time figuring out how to set the HorizontalAlignment property for a cell in a WPF ListView/GridView. I wanted to set it t...
November 12, 2009
C#'s fixed statement doesn't work with delegates!?
›
I recently ran into an issue with using the C# fixed statement in conjunction with delegates. Let's look at a small example: unsafe byte...
November 2, 2009
Debugging event subscriptions in C#/.NET
›
Recently I had to debug a problem around events. I wanted to find out which objects are subscribing to a certain event and when. As there is...
September 14, 2009
Managing the browser history for AJAX apps with dojo
›
AJAX web application (or any web app using client side scripting to modify the page) suffer from the "Back button problem": Users ...
›
Home
View web version