<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for ITmeze</title>
	<atom:link href="http://itmeze.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://itmeze.com</link>
	<description>IT world served like Cyprus meze</description>
	<lastBuildDate>Thu, 12 Jan 2012 18:57:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Deploying BlackBerry OTA App (.jad, .cod files) or Android(.apk) on IIS by Dave</title>
		<link>http://itmeze.com/2011/03/21/deploying-blackberry-ota-app-jad-cod-on-iis/comment-page-1/#comment-22337</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=396#comment-22337</guid>
		<description>Thank you.  This was a big help and exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Thank you.  This was a big help and exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate max file size during upload in asp.net mvc by Rafael</title>
		<link>http://itmeze.com/2011/02/20/validate-max-file-size-during-upload-in-asp-net-mvc/comment-page-1/#comment-22082</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Fri, 16 Dec 2011 11:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=336#comment-22082</guid>
		<description>Asad, you can use something like that:

ErrorMessage = String.Format(&quot;File is too large, maximum allowed is: {0} KB&quot;, (MaxContentLength / 1024));</description>
		<content:encoded><![CDATA[<p>Asad, you can use something like that:</p>
<p>ErrorMessage = String.Format(&#8220;File is too large, maximum allowed is: {0} KB&#8221;, (MaxContentLength / 1024));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me by glacial</title>
		<link>http://itmeze.com/about-me/comment-page-1/#comment-21596</link>
		<dc:creator>glacial</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:25:51 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-21596</guid>
		<description>&lt;strong&gt;What is the top blogging site in the United States?...&lt;/strong&gt;

I am giving a speech on social networking sites and need to mention a top blogging site. If someone could mention one for me, I would really appreciate it!....</description>
		<content:encoded><![CDATA[<p><strong>What is the top blogging site in the United States?&#8230;</strong></p>
<p>I am giving a speech on social networking sites and need to mention a top blogging site. If someone could mention one for me, I would really appreciate it!&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Checkbox has to be &#8216;checked&#8217; &#8211; with unobtrusive jQuery validation and ASP.NET MVC 3 by René Titulaer</title>
		<link>http://itmeze.com/2010/12/06/checkbox-has-to-be-checked-with-unobtrusive-jquery-validation-and-asp-net-mvc-3/comment-page-1/#comment-21405</link>
		<dc:creator>René Titulaer</dc:creator>
		<pubDate>Fri, 14 Oct 2011 08:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=364#comment-21405</guid>
		<description>It does work now.
There was something strange going on with my javascript includes.
In the layout page I included (will be rendered in the head section):
jquery-1.5.1.js
jquery.unobtrusive-ajax.min.js
jquery.validate.js
jquery.validate.unobtrusive.js

In the page I included (will be rendered in the body):
jquery.unobtrusive-ajax.min.js
jquery.validate.js
jquery.validate.unobtrusive.js

Because I didn&#039;t include jquery-1.5.1.js in the page it didn&#039;t work for me.

Now I removed the javascript includes in the page (because they were added twice anyway) and now it works.
I don&#039;t understand why it doesn&#039;t works when I include files twice. Doesn&#039;t matter, they only have to be include onced of course so now it&#039;s solved.</description>
		<content:encoded><![CDATA[<p>It does work now.<br />
There was something strange going on with my javascript includes.<br />
In the layout page I included (will be rendered in the head section):<br />
jquery-1.5.1.js<br />
jquery.unobtrusive-ajax.min.js<br />
jquery.validate.js<br />
jquery.validate.unobtrusive.js</p>
<p>In the page I included (will be rendered in the body):<br />
jquery.unobtrusive-ajax.min.js<br />
jquery.validate.js<br />
jquery.validate.unobtrusive.js</p>
<p>Because I didn&#8217;t include jquery-1.5.1.js in the page it didn&#8217;t work for me.</p>
<p>Now I removed the javascript includes in the page (because they were added twice anyway) and now it works.<br />
I don&#8217;t understand why it doesn&#8217;t works when I include files twice. Doesn&#8217;t matter, they only have to be include onced of course so now it&#8217;s solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Checkbox has to be &#8216;checked&#8217; &#8211; with unobtrusive jQuery validation and ASP.NET MVC 3 by René Titulaer</title>
		<link>http://itmeze.com/2010/12/06/checkbox-has-to-be-checked-with-unobtrusive-jquery-validation-and-asp-net-mvc-3/comment-page-1/#comment-21401</link>
		<dc:creator>René Titulaer</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=364#comment-21401</guid>
		<description>Hello,

this doesn&#039;t work for me. 

The server side part works well. But the client side code doesn&#039;t kick in before submit.

I use IE8, any ideas?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>this doesn&#8217;t work for me. </p>
<p>The server side part works well. But the client side code doesn&#8217;t kick in before submit.</p>
<p>I use IE8, any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client side validation after Ajax Partial View result in ASP.NET MVC 3 by Nico</title>
		<link>http://itmeze.com/2010/10/08/client-side-validation-after-ajax-partial-view-result-in-asp-net-mvc-3/comment-page-1/#comment-20817</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Wed, 07 Sep 2011 13:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=290#comment-20817</guid>
		<description>But you can also add this on the top of the partial view


     // wait for the DOM to be loaded
     $(document).ready(function () {       
         jQuery.validator.unobtrusive.parse($(&quot;#content&quot;));
     }); 
 </description>
		<content:encoded><![CDATA[<p>But you can also add this on the top of the partial view</p>
<p>     // wait for the DOM to be loaded<br />
     $(document).ready(function () {<br />
         jQuery.validator.unobtrusive.parse($(&#8220;#content&#8221;));<br />
     });</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client side validation after Ajax Partial View result in ASP.NET MVC 3 by Szczepan</title>
		<link>http://itmeze.com/2010/10/08/client-side-validation-after-ajax-partial-view-result-in-asp-net-mvc-3/comment-page-1/#comment-20499</link>
		<dc:creator>Szczepan</dc:creator>
		<pubDate>Tue, 23 Aug 2011 09:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=290#comment-20499</guid>
		<description>Thanks. Exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks. Exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate max file size during upload in asp.net mvc by Asad</title>
		<link>http://itmeze.com/2011/02/20/validate-max-file-size-during-upload-in-asp-net-mvc/comment-page-1/#comment-20480</link>
		<dc:creator>Asad</dc:creator>
		<pubDate>Mon, 22 Aug 2011 20:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=336#comment-20480</guid>
		<description>Can u please share the code of your extension method formatwith?? i am newbie thanks in advance</description>
		<content:encoded><![CDATA[<p>Can u please share the code of your extension method formatwith?? i am newbie thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET MVC 1.0 issue within HtmlHelper.GetModelStateValue method by Eric S Brown Ian D Brown</title>
		<link>http://itmeze.com/2009/09/02/asp-net-mvc-1-0-issue-within-htmlhelper-getmodelstatevalue-method/comment-page-1/#comment-20383</link>
		<dc:creator>Eric S Brown Ian D Brown</dc:creator>
		<pubDate>Thu, 18 Aug 2011 13:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=98#comment-20383</guid>
		<description>&lt;strong&gt;You should check this out...&lt;/strong&gt;

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</description>
		<content:encoded><![CDATA[<p><strong>You should check this out&#8230;</strong></p>
<p>[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client side validation after Ajax Partial View result in ASP.NET MVC 3 by Guest</title>
		<link>http://itmeze.com/2010/10/08/client-side-validation-after-ajax-partial-view-result-in-asp-net-mvc-3/comment-page-1/#comment-20025</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 03 Aug 2011 00:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=290#comment-20025</guid>
		<description>I&#039;ve added this code and I still have a problem.  The textbox&#039;s contained within the loaded PartialView have the &quot;Required&quot; DataAnnotation on them and the associated message displays right away.  How can I avoid this?  Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added this code and I still have a problem.  The textbox&#8217;s contained within the loaded PartialView have the &#8220;Required&#8221; DataAnnotation on them and the associated message displays right away.  How can I avoid this?  Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying BlackBerry OTA App (.jad, .cod files) or Android(.apk) on IIS by naeem</title>
		<link>http://itmeze.com/2011/03/21/deploying-blackberry-ota-app-jad-cod-on-iis/comment-page-1/#comment-19682</link>
		<dc:creator>naeem</dc:creator>
		<pubDate>Sat, 16 Jul 2011 18:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=396#comment-19682</guid>
		<description>how do i get the MIME types icon on windows 7?</description>
		<content:encoded><![CDATA[<p>how do i get the MIME types icon on windows 7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client side validation after Ajax Partial View result in ASP.NET MVC 3 by Jeff</title>
		<link>http://itmeze.com/2010/10/08/client-side-validation-after-ajax-partial-view-result-in-asp-net-mvc-3/comment-page-1/#comment-19535</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 06 Jul 2011 10:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=290#comment-19535</guid>
		<description>Excellent! Thanks very much :)</description>
		<content:encoded><![CDATA[<p>Excellent! Thanks very much <img src='http://itmeze.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate max file size during upload in asp.net mvc by David</title>
		<link>http://itmeze.com/2011/02/20/validate-max-file-size-during-upload-in-asp-net-mvc/comment-page-1/#comment-19428</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 27 Jun 2011 10:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=336#comment-19428</guid>
		<description>You are using [int.MaxValue] for the max upload size. It is not true. you have to read the value from the aspnte settings, isn&#039;t it?</description>
		<content:encoded><![CDATA[<p>You are using [int.MaxValue] for the max upload size. It is not true. you have to read the value from the aspnte settings, isn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tips for jQuery validation plugin by keong</title>
		<link>http://itmeze.com/2009/08/13/tips-for-jquery-validation-plugin/comment-page-1/#comment-19283</link>
		<dc:creator>keong</dc:creator>
		<pubDate>Wed, 15 Jun 2011 10:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=80#comment-19283</guid>
		<description>Hi ITmeze 

Thank for your post. Very usefully for me.

btw, do you have time take a look for my jquery form validation issue ?

http://forum.jquery.com/topic/jquery-form-validati...

I try to figure out this few days but no luck.


Anyway, thank for your time and have a nice day..

Regard
keong</description>
		<content:encoded><![CDATA[<p>Hi ITmeze </p>
<p>Thank for your post. Very usefully for me.</p>
<p>btw, do you have time take a look for my jquery form validation issue ?</p>
<p><a href="http://forum.jquery.com/topic/jquery-form-validati.." rel="nofollow">http://forum.jquery.com/topic/jquery-form-validati..</a>.</p>
<p>I try to figure out this few days but no luck.</p>
<p>Anyway, thank for your time and have a nice day..</p>
<p>Regard<br />
keong</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A hint for Entity Framework multi-join performance problem by A Hint For The Problem Of Performance Multi-Join Entity Framework &#124; NHibernate Programming</title>
		<link>http://itmeze.com/2009/11/19/a-hint-for-entity-framework-multi-join-performance-problem/comment-page-1/#comment-19202</link>
		<dc:creator>A Hint For The Problem Of Performance Multi-Join Entity Framework &#124; NHibernate Programming</dc:creator>
		<pubDate>Tue, 07 Jun 2011 18:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=194#comment-19202</guid>
		<description>[...] I hope that some of you &#8211; especially those who are new to the Entity Framework, as I am &#8211; will find this useful tip. I showed that sometimes, especially when we try to load entity with a lot of relationships that we made in hell sql. In such a case, it may be useful to divide the single request in a few smaller. Despite the fact that lose us some performance because these additional calls, we find ourselves with gain much more high. I also demonstrated how more on such code may be improved for better unit testing. Thank you and happy coding  See A hint for Entity Framework multi-join performance problem. [...]</description>
		<content:encoded><![CDATA[<p>[...] I hope that some of you &#8211; especially those who are new to the Entity Framework, as I am &#8211; will find this useful tip. I showed that sometimes, especially when we try to load entity with a lot of relationships that we made in hell sql. In such a case, it may be useful to divide the single request in a few smaller. Despite the fact that lose us some performance because these additional calls, we find ourselves with gain much more high. I also demonstrated how more on such code may be improved for better unit testing. Thank you and happy coding  See A hint for Entity Framework multi-join performance problem. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery style Ui dialog over flash banners by Ryan</title>
		<link>http://itmeze.com/2011/02/20/jquery-style-ui-dialog-over-flash-banners/comment-page-1/#comment-19164</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 03 Jun 2011 21:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=339#comment-19164</guid>
		<description>Wow, yes this worked. Saved me hours..... jeez! Thanks so much for this simple, yet crucial tip.</description>
		<content:encoded><![CDATA[<p>Wow, yes this worked. Saved me hours&#8230;.. jeez! Thanks so much for this simple, yet crucial tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client side validation after Ajax Partial View result in ASP.NET MVC 3 by Skywalker</title>
		<link>http://itmeze.com/2010/10/08/client-side-validation-after-ajax-partial-view-result-in-asp-net-mvc-3/comment-page-1/#comment-19114</link>
		<dc:creator>Skywalker</dc:creator>
		<pubDate>Tue, 31 May 2011 13:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=290#comment-19114</guid>
		<description>Excellent, this saved me a lot of headache! :) Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent, this saved me a lot of headache! <img src='http://itmeze.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Checkbox has to be &#8216;checked&#8217; &#8211; with unobtrusive jQuery validation and ASP.NET MVC 3 by Madhu</title>
		<link>http://itmeze.com/2010/12/06/checkbox-has-to-be-checked-with-unobtrusive-jquery-validation-and-asp-net-mvc-3/comment-page-1/#comment-19037</link>
		<dc:creator>Madhu</dc:creator>
		<pubDate>Tue, 24 May 2011 16:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=364#comment-19037</guid>
		<description>Hi, 

This was really helpful. I have another scenario in which I have to check if atleast one checkboxes is checked out of the two check boxes I have and then submit the form. I searched a lot on this issue but couldn&#039;t get a clear picture. Can you help me on this? 

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This was really helpful. I have another scenario in which I have to check if atleast one checkboxes is checked out of the two check boxes I have and then submit the form. I searched a lot on this issue but couldn&#8217;t get a clear picture. Can you help me on this? </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Client side validation after Ajax Partial View result in ASP.NET MVC 3 by naspinski</title>
		<link>http://itmeze.com/2010/10/08/client-side-validation-after-ajax-partial-view-result-in-asp-net-mvc-3/comment-page-1/#comment-18938</link>
		<dc:creator>naspinski</dc:creator>
		<pubDate>Thu, 12 May 2011 03:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=290#comment-18938</guid>
		<description>Fantastic!  You just saved me who knows how many hours!</description>
		<content:encoded><![CDATA[<p>Fantastic!  You just saved me who knows how many hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handler &#8220;Elmah&#8221; has a bad module &#8220;ManagedPipelineHandler&#8221; in its module list by Theodros Begashaw</title>
		<link>http://itmeze.com/2011/02/23/handler-elmah-has-a-bad-module-managedpipelinehandler-in-its-module-list/comment-page-1/#comment-18918</link>
		<dc:creator>Theodros Begashaw</dc:creator>
		<pubDate>Tue, 10 May 2011 12:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://itmeze.com/?p=391#comment-18918</guid>
		<description>great post. I received the exact same error message and solved it by using your recommendation</description>
		<content:encoded><![CDATA[<p>great post. I received the exact same error message and solved it by using your recommendation</p>
]]></content:encoded>
	</item>
</channel>
</rss>

