Programming

HomeProgramming

Profiling Ruby Code

Pat Eyler has written a nice set of articles about profiling Ruby code He shows how to use the built in Ruby profiler as well as ruby-prof (my personal favorite :) He talks a...

Selenium and XHTML

Last month I blogged about Selenium, which is an open source project that let's you test web applications running in a variety of browser Unfortunately, Selenium doesn't work out...

YAML and RDF

Sean mentioned the idea of using YAML for MapServer configuration files instead of XML I wholeheartedly agree The most important thing for a configuration file is that it is...

Selenium

There are good tools for testing most parts of web applications At the base level, almost every language has a unit testing framework Above that, some web frameworks, like...

Disappointed in Firefox 1.5

I have to join the ranks of those unhappy with Firefox 15 I've been using Mozilla browsers forever - long, long before Firefox I switched over to Firefox right around the time it...

Dynamically Scoped Variables

Just as Peter continues to be amazed by Wikipedia, so do I Today I noticed that David Jenkins, who I used to work with, wrote an article about a programminglanguage called Magik...

Top