
How to Write Clean JavaScript
JavaScript, jQuery
Once your website or application goes past a small number of lines, it will inevitably contain bugs of some sort. This isn’t specific to JavaScript but is shared by nearly all languages—it’s very tricky, if not impossible, to thoroughly…

SOLVED: Bootstrap Typeahead Error
.NET Development, Bootstrap, C#, Entity Framework, jQuery, MVC5Recently, while trying to implement Bootstrap's typeahead.js to an ASP.NET MVC project, we ran into a couple problems. To start, we were using the following articles as a guide:
http://deanhume.com/home/blogpost/twitter-bootstrap-typeahead-and-asp-net-mvc---key-value-pairs/88
http://yassershaikh.com/using-twitter-typeahead-js-with-asp-net-mvc-web-api/
The…

HOWTO: JQuery UI in IE7 & IE8
jQueryJQuery
jqueryRotate is awesome, it can rotate images in every browser known to man. http://code.google.com/p/jqueryrotate/ Except that it breaks the ability to drag. (Easily fixable.)
Unfortunately, the crazy backflips necessary for IE7…