Pass HTML to extension method
Lately I’ve been working in MVC a lot and playing around with refactoring page generation approaches to make it more flexible and easier to customize. One method I wanted to…
Lately I’ve been working in MVC a lot and playing around with refactoring page generation approaches to make it more flexible and easier to customize. One method I wanted to…
As with a lot of my posts, a question was asked on StackOverflow how to Setup .NET 4 on IIS 7 (Windows 7). The process is quite simple as the…
While working on a website this week I needed the ability to disable the form validation on a control that was hidden from view using a style sheet. e.g. <div…
A user on StackOverflow asked if it was possible to allow all users from a domain to access a controller or action in MVC. Yes, it is possible. The immediate…
A user on StackOverflow wanted to know if VLOOKUP for Excel existed in JavaScript. Short answer is: no. However, it can be mimicked quite easily using the following: Array.prototype.vlookup =…
So I came across a post on StackOverflow today that intrigued me. It was a question on reversing two numeric values without the use of additional variable (i.e. temp, or…
An instance came up on StackOverflow where a user wanted to convert a date stamp to the UTC facsimile, but in ISO format. So, with several other responses, and some…
I’ve conformed; I am officially a blogger. I don’t know how this will all work honestly. I am anticipating using this for the purpose just posting tidbits of code I…