nav-left cat-right
cat-right

Manually validate an ASP.Net MVC form on the clien...

A recent problem cropped up in my Asp.Net MVC application. Its using the standard setup of DataAnnotations + MicrosoftMvcValidation.js + jQuery 1.4.2, and I needed to check the validation state of a form before performing some client-side actions. No problem, right? Obviously not. This second part of this post gets in depth as to what's going on with the MicrosoftMvcValidation script, but to save you some time,...

An Exercise in Wordpress Integration, or Why Wordp...

I'd like to prefix my upcoming rant with the fact that Wordpress is good at what it does: making basic blogs and publishing content. I use it, many other people use it, it works. Heck, I'm using it right now. But from a technical standpoint, Wordpress sucks. I'm going to relate my experience here trying write a quick function to store post output to a file, to be used by a separate application on the same server. I...

ASP.Net MVC – How to route to images or othe...

A recent question on Stack Overflow (and subsequent answer that I wrote for it) inspired this post. I had recently been discussing URL rewriting in depth with my brother, and have also been doing some introductory work with the routing engine in ASP.Net MVC, and the question piqued my interest since I had been meaning to look at this more closely for some time. The question on Stack Overflow is titled "How do I route images...

Facebook Notifications – "An unknown er...

Over the last few months, I've worked with the Facebook Notification system many times, and there has always been a moderate-to-high level of frustration with it. It is difficult to test on a development application, because you simply don't have the same number of users as a live application, and the application settings on a dev app are different, which affects your allocation of allowed notifications. One of the prevalent...
Recent Comments
  • Tony Parrillo: And Muhkuh, kindly stick to your guns: in one sentence you b...
  • Tony Parrillo: Friends, I'm choosing to attack the naysayers of the tab mov...
  • Braeden Petruk: Great article. However, there is an error in your section ab...
  • fuxximus: i've read your article, having played around with PHP for th...
  • muhkuh: Ah the myth about single quotes that are faster than double ...
  • Erwin1441: I managed to solve this problem by writing an ImageHelper cl...
Random Articles
Grandmaster Indeed Catching up on my reading tonight and I ended up reading this post from end to...
An Exercise in Wordpress ... I'd like to prefix my upcoming rant with the fact that Wordpress is good at...
10 Tips for Building Sele... I've been developing an API for our testers to use when writing GUI integration...
Reasons Why You Shouldn&#... Morgan was trolling newsgroups the other day when he stumbled across a fun...
PHP vs .Net – The B... Blog status: activated! Just in the nick of time too. Or is it? Doing a...