I Code, Therefore I Am

while(!(succeed == try()));

Parsing an RSS feed in MVC with XML

| August 27, 2011

I know at some point you’re going to need to display an RSS feed from another site, and that’s where this posting from comes from. There are many ways one can parse and display the other sites feed. There’s the, Microsoft even included ways right in the Framework for parsing & eading an RSS feed. [...]

Follow Friday => Friday August 26, 2011

| August 26, 2011

Well it’s time again (I know, I know… I missed a few weeks but it will get better). Most of you know what Follow Friday is, it’s where you provide people others should be following and the reason why. I prefer to use my blog for this because I can’t say a lot about 4 [...]

Follow Friday => Friday August 19, 2011

| August 19, 2011

Well it’s that time again, time for my #FollowFriday list. I know they havent been consistent but I’ve just been slammed with work, so not much free time to play around, but I figured it’d been long enough since the last one and time for a new one, so let’s get to the list: Richard [...]

Debugging, a lost art?

| August 9, 2011

I dont know how many times I’ve seen someone post an error message and ask how to fix it. Does it irritate me , you bet it does.

Http error handling the proper way

| August 2, 2011

Working with MVC (ether 2 or 3) there are numerous ways of dealing with exceptions, so I’m going to be writing a few entries to show good ways to handle these issues, and the these classes will inherit cases from ActionResults to ViewResults, allowing you to handle your exceptions (handled or unhandled) is a cleaner [...]