It’s not all about baseball but base paths can be a pain. Here’s a simple way to mange the base paths and help to keep code simple and document relative. Especially helpful when using Server.Transfer to move people to different pages in your site.
//This goes in the <head> section of your Master Page
<base [...]
Read the rest of this entry »
I have been working on eliminating the need for error handling and messages for a project I’m doing. The project is for an alcohol company so I had to create a birthday checker. In doing so I came across many reasons to raise error messages, thinking about how much I hate writing them, I decided [...]
Read the rest of this entry »
So, there have been a lot of newsworthy earthquakes this year. Something must be wrong with the planet right?! Well as it turns out, according to USGS data, we are seemingly on track to have a normal seismic year.
http://earthquake.usgs.gov/earthquakes/eqarchives/year/eqstats.php
Read the rest of this entry »