Skip to content

Category Archives: Web Development

web development related articles

Working Maven 3 Google App Engine Plugin with GWT support.

06-Feb-11

I spent a great deal of time getting this to work. I could not find a single source of information on what all the needed dependencies and repositories were, so there was a lot of trial and error involved. This first version is configured for GAE 1.4.0 and GWT 2.1.1, the latest versions at the [...]

How to see what your site looks like in many browsers on many operating systems

04-Jun-10

I just found this site that lets you see what your pages look like in a bunch of different browsers on a bunch of different operating systems.

Updating all Code blocks to prefer Inconsolata where supported

17-May-10

I am looking at you IE with your non-standard EOT font format. I added an @font-face declaration for my favorite monospace programming font. All Firefox 3.5+, Safari 3.1+, Opera 10+ the latest version of Chrome should now see all the formatted code blocks in the font Inconsolata instead of the default monospace which is what [...]