As developers we're constantly inundated with requests like this .... Can you add a button that does does ________ On this screen _________ I need to have a chart of ________ displaying data ... I …
MODI – The Lightweight DOM Inspector Bookmarklet
There are a ton of HTML DOM inspectors out there. I mean, a lot of them. They're helpful as hell when you're in a pinch and you can't figure out what the DOM is doing. I've used all kinds, from …
Continue Reading about MODI – The Lightweight DOM Inspector Bookmarklet →
Auto-Insert Attribute Quotes in HTML
A quick tip for those of you who don't use tools like ReSharper that automatically put the attribute quotes in for you when typing HTML. Don't you hate it when you're typing in the HTML window …
Continue Reading about Auto-Insert Attribute Quotes in HTML →
A Sandbox/Test Server Is a Sandbox For A Reason
That's right. Read it again. "A Sandbox Server Is a Sandbox For A Reason." Now, read it again, and again, and again. MEMORIZE IT. What is a Test/Sandbox Environment? A test/sandbox …
Continue Reading about A Sandbox/Test Server Is a Sandbox For A Reason →
Watermarking Images in ASP.NET with an HttpHandler
This will be a first of a couple posts about this ImageHandler and ways it can be used. At times I've worked for different very creative and artistic companies (here, here, here and …
Continue Reading about Watermarking Images in ASP.NET with an HttpHandler →
Automated Form Posting with .NET / ASP.NET’s CURL
At times you'll encounter an issue where a client, customer or merchant does not provide an endpoint to an application you're required to use. Basically, the application you're working with does not …
Continue Reading about Automated Form Posting with .NET / ASP.NET’s CURL →