Browser Adaptive CSS with AppEngine

As I said, I鈥檓 doing some stuff with Google AppEngine. And, of course, I鈥檓 facing the usual problem of Browser Incompatibility: Browser Incompatibility ;-) =Browser Incompatibilities: the Most Common Problem= The most common problem for Web Site developers is the fact that every browser treats HTML Tags, CSS and Javascript in it鈥檚 own way. This Recipe tries to address one of the problem I faced the most: having a slightly different CSS for every Browser. =The Usual Solution= The usual solution is to load every time a different CSS depending on the Browser. But this solution has some side effects: ...

September 21, 2008 路 1 min 路 190 words

Google AppEngine resources

In the last period I鈥檓 spending some time working with Google AppEngine: if you don鈥檛 know what is it, be ashamed! :P I would like to highlight a couple of interesting resources that can make the life of who works with this framework/hosting platform/cloud computing system easier: * [Google AppEngine Cookbook](http://appengine-cookbook.appspot.com/) with a lot of good recipe (there are few now, written by the Googlers, but I'm sure it's gona blow up soon) The App Gallery, with a lot of interesting applications already in production phase ...

August 30, 2008 路 1 min 路 172 words