Posted on December 20th, 2008 by Chris
It’s a trivial fix, and it took them over a month to get around to it (hey, I’m sure they’re busy), but Google’s App Engine team finally accepted my patch. With that, the development datastore can be specified with a relative path, making app-engine related scripts easier to share with others who might not have [...]
No Comments »
Filed under: App Engine, Python
Posted on December 13th, 2008 by Chris
I found a convenient method for creating elements with rounded corners and a drop shadow. Previously, I had been using Steffen Rusitschka’s ShadedBorder script to accomplish this effect with minimal overhead. While his script is an impressive piece of work, it can be a little slow to render since it accomplishes the effect by creating [...]
No Comments »
Filed under: CSS, Javascript, jQuery