General Technology
//
brent
//
December 10, 2011
//
I don’t usually post articles not pertaining directly to ASP.NET/SQL Server/ or other code related things, but this one caught my attention, and is related to software development.
Interesting article that was published from Forbes, touting the value of developers to their companies. I love the article, but of course I am biased.
In a rough economy such as this, it does give som…
Read more »
ASP.NET
//
brent
//
December 4, 2011
//
I was looking for a consistent way to be able to know the url a user was coming from when loading a page. I came across the Request.UrlReferrer property of the page, and thought “hey, this is exactly what I need!”, but that wasn’t the case. It was working in some instances, and was coming up null in other instances, I wasn’t sure exactly what causing the null value so I did a litt…
Read more »