Protip: Always Check the Scripts
I had to update a site with a slideshow. But when I added the HTML, CSS and JavaScript and the slideshow just didn’t work I kept banging my head on my keyboard trying to figure out why. I’m checking the … Continued
I had to update a site with a slideshow. But when I added the HTML, CSS and JavaScript and the slideshow just didn’t work I kept banging my head on my keyboard trying to figure out why. I’m checking the … Continued
So with when working with MVC3 you can decorate your POCO’s with attributes that can be used to validate the properties on both the server and client side. It makes validation easy. But what if you don’t really have the … Continued
I had to add some email notification to a project today and wanted to give the new WebMail helper a try. It’s a pretty straight forward chunk of code that makes sending emails really easy. They only thing I couldn’t … Continued
So you want to let someone upload something to your server using ASP.NET MVC. Not a big problem, pretty simple. But what happens if someone tries to upload a large file? The default max upload file size is four megabytes. … Continued
I want to start off with something simple, to make posting easier. Something along the lines of learning something new every day, or Something I Learned Today. Today I was working on a MVC3 project and for some reason on … Continued