JQuery Mobile Flip Switch Toggle Alignment Issue
When I first found JQuery mobile, I thought I had found heaven on Earth. Combining JQuery mobile with ASP.net MVC4 was so freaking AWESOME! What I could do seemed limitless… Until stupid BS like the...
View ArticleFix JQuery Vertical Tab Bug
We shall all have JQuery vertical tabs, forthwith! And ones that work well too. Have you seen the bug on JQuery’s site when you switch between vertical tabs on this page...
View ArticleCreate Tabs in MVC4
Creating tabs using nothing but JQuery and CSS took some digging but I got it working. Here’s a snapshot of what it will look like at the end: Your menu choices will probably be different but this...
View ArticleJQuery .Post Parameters Null In Safari
God. Bless. America. I spent half the day trying to debug an issue that was infuriating. Here is the background. I have an MVC 4 .net 4.0 web application that uses a bunch of JQuery calls to...
View ArticleStore Unique Data Client-Side In Each Tab Using HTML5 and JQuery
The Problem: Moving to ASP.net MVC 4 from ASP.net (aka WebForms) wasn’t as easy as most books would make you think. The biggest reason? The viewstate does not exist in ASP.net MVC. The viewstate...
View ArticleHow To Enable Client Side JQuery Validation in MVC4
There are (at least) 2 ways to implement validation in MVC4. One is server side and the other is client-side. The benefit of client-side validation is that it’s quicker and doesn’t require a...
View ArticleHTML5 Website Refuses To Display Correctly In Internet Explorer
A developer I work with ran into an interesting issue he threw my direction the other day with a very surprising solution. He had just published a new website using ASP.NET MVC4 and Bootstrap 3. I’m...
View ArticleAngularJS File Upload Corrupting Files
How quickly I could troubleshoot an issue if only I knew ahead of time what the cause of the problem was… Setup: We are using AngularJS, Bootstrap, and MVC Web API REST Services to build a large web...
View Article