<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Mitch Labrador&#039;s Tech Blog</title>
	<link>http://mitchlabrador.com</link>
	<description>Less is more when you are focused.</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:49:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress.com" -->

	<item>
		<title>BigfootMVC: A module development alternative for DotNetNuke &#8211; Part 1: Overview</title>
		<description><![CDATA[What is BigfootMVC? BigfootMVC is an MVC style development framework developed for DotNetNuke. It’s main goal is to increase your productivity while keeping a high degree of maintainability. This is the first in a series of posts regarding BigfootMVC. In this post I will concentrate in giving you the history as well as the goals [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=58&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2010/07/19/bigfootmvc-a-module-development-alternative-for-dotnetnuke-part-1-overview/</link>
			</item>
	<item>
		<title>Is apple hurting themselves with their attitide towards adobe?</title>
		<description><![CDATA[The bottom line is that regardless of wether you like flash or not it is on 98% of the computers out there and it cannot be ignored by a device that pesumes to be the ultimate web browser. Let&#8217;s analize html 5 which seems to be the altermative apple is putting forward. It is an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=56&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2010/05/01/is-apple-hurting-themselves-with-their-attitide-towards-adobe/</link>
			</item>
	<item>
		<title>jQuery.Validate plugin $.format function null error</title>
		<description><![CDATA[jQuery.Validate is an awesome plugin.. Albeit with a few minor issues. This one happens when using the $.format function which is part of jquery.validate 1.7 and previous versions too. When you use the $.format like this: $.format(&#8220;Hello {0} &#8221;, userName) if the userName variable is null then this will be the outcome: &#8220;Hello null&#8221; To fix [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=53&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2010/04/15/jquery-validate-plugin-format-function-null-error/</link>
			</item>
	<item>
		<title>jQuery.Validate 1.7 error does not show in internet explorer</title>
		<description><![CDATA[There is a bug in the jQuery validate plugin when running in internet explorer. When the validate function is called and errors are found, the invalid label error does not show, or rather it shows, it is just empty. After considerable digging around  I found the culprit. jquery.Validate uses the function defaultMessage to determine which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=48&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2010/03/23/jquery-validate-1-7-error-does-not-show-in-internet-explorer/</link>
			</item>
	<item>
		<title>How to minimize and combine your JavaScript on Compile using Visual Studio</title>
		<description><![CDATA[Last night I had the pleasure of presenting at the Orlando Dotnetnuke user group on this subject. This post is a follow up to that presentation. I haven’t presented in a while and I have to admit I was a bit nervous, and to make matters worse the projector was not wanting to cooperate with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=38&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/</link>
			</item>
	<item>
		<title>jQuery intellisense does not work in Visual Studio</title>
		<description><![CDATA[If you use jQuery with its vsdoc file in Visual Studio 2008, you might have noticed that sometimes when adding certain JavaScript files, like jQuery.UI, it knocks out your Visual Studio intellisense. Here is a dead simple way to fix it. 1. First find the offending library that is messing with your jQuery IntelliSense. Do this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=20&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2009/07/21/jquery-intellisense-does-not-work-in-visual-studio/</link>
			</item>
	<item>
		<title>jQuery validation error inside the jQuery.UI.Dialog</title>
		<description><![CDATA[This week I found a peculiar problem while trying to do validation inside a jQuery UI dialog box. Validation, although properly configured, would not happen, it would always show as valid. This is the form, it is using the jquery.validation and the  jquery.ui.dialog components. 1: &#60;form id="form1" runat="server"&#62; 2: &#60;div id="dialog"&#62;&#60;/div&#62; 3: &#60;input type="button" id="load" [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=18&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2009/07/08/jquery-validation-error-inside-the-jquery-ui-dialog/</link>
			</item>
	<item>
		<title>Happy Father&#8217;s Day!</title>
		<description><![CDATA[I would like to wish all the fathers out there a very happy father’s day. Mother’s day is the biggest rose selling day of the year, I wonder what is the biggest selling item for father’s day? Maybe tools, a new grill, etc. You see the pattern, we only get things to work harder! What’s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=15&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2009/06/20/happy-fathers-day/</link>
			</item>
	<item>
		<title>New project, new language, new MVC template, hi there again C#!</title>
		<description><![CDATA[It has been a few months since my last C# project, and it is time to come back into the fold. For the last two projects, the client wanted VB.NET so we obliged them&#8230; you know, them being the clients and all, we kind of listen to them sometimes I&#8217;m back to C# though and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=10&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2009/06/18/new-project-new-language-new-mvc-template-hi-there-again-c/</link>
			</item>
	<item>
		<title>Welcome to my blog!</title>
		<description><![CDATA[Hi, my name is Mitch Labrador and I&#8217;m a software developer living in Orlando, FL. My primary technology focus is on Microsoft technologies, specifically ASP.NET, MVC, and SQL Server. You can find me on Twitter@mitchlabrador and on LinkedIn. I&#8217;m a member of the Orlando .NET User Group, the Orlando DotNetNuke User Group and the Tampa [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mitchlabrador.com&blog=8149074&post=6&subd=mitchlabrador1&ref=&feed=1" />]]></description>
		<link>http://mitchlabrador.com/2009/06/12/welcome-to-my-blog/</link>
			</item>
</channel>
</rss>
