Author Archives: LoneTechie

DelegatingHandler in WCF WebAPI Preview 5

Just thought I would throw up a quick post on how to implement an delegatinghandler in WCF webapi preview 5+.  Preview 5 introduced some breaking changes to most of the samples out on the net I could find.  After some … Continue reading

Posted in coding | Leave a comment

Internet Explorer 8 (IE8) freezes at connecting to site

I was really liking internet explorer 8 until I started having a random issue with opening new tabs and opening new windows freezing or hanging up.  I would sometimes happen when I first open internet explorer 8 or other times … Continue reading

Posted in web | Leave a comment

.net GraphicsPath to EPS (vector)

Sometimes when you are presented with a project you simply don’t know where to begin.  This was the case with my latest endeavor.  The core of the project, produce a vector based output of text to be able to outline … Continue reading

Posted in coding | Leave a comment

FormsAuthentication.RedirectToLoginPage() does not stop page execution!

So it hit me like a ton of bricks today.  If you are utilizing asp.net’s built in forms authentication you need to read this closely!  A common chunk of code when using forms authentication is the actual authentication process and … Continue reading

Posted in coding | Tagged , , , | 2 Comments

Internet Explorer 8 is out, Webmasters be ready!

I was intentionally avoiding loading up internet explorer 8 simply because I knew it was going to break some of my pages.  But today I couldn’t wait any longer since it was the official release.  Sure enough it was worse … Continue reading

Posted in web | 6 Comments