Other News

Editorials

No Magic Numbers

No Magic Numbers Today I wanted to share a tip for SQL queries to make them more manageable. Recently I have been translating some SQL code into C#. One of the things that made the process more difficult is that the SQL code was written using a variable @X INT. The code takes different branches depending on the value of […]

Uncategorized

JQuery – Browser Equalizer

JQuery – Browser Equallizer We have been considering how to handle code unique for different brands and versions of browsers for the last couple of days. Some of the things I have been looking for were testing techniques, ways to reduce the number of tests necessary, and software frameworks to reduce coding. A number of tools and techniques were submitted […]