Archive for February, 2010

HTML5 JavaScript APIs

HTML5 JavaScript APIs View more presentations from Remy Sharp.


error code [1030]; Got error 28 from storage engine

This is quick thing which i wanted to share with you all and also the possible cause of this. This error started coming today afternoon on one of our production servers. We wasted some of the time searching logs and some errors which were irrelevant and finally Google for it. Quickly we got the cause [...]


“The requested theme does not exist” – WordPress Theme editor not loading

Had this one on wordpress blog of my friend who had this new theme installed.This theme was little more customized by the owner of the theme that the published one as my friend contacted him for some more customizations in this theme. This problem came only after this extra customization and started reporting “The requested [...]


Making long/bulk web operations offline/asynchronous

As web is a stateless medium of interaction, every action is a request/response pair. As this request response pair should have a definite life cycle there are timeouts attached to It i.e. you can not wait for a request’s response forever. There comes a problem where you want to execute longish actions. These longish actions [...]