<?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 stevescodingblog.co.uk</title>
	<atom:link href="http://stevescodingblog.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevescodingblog.co.uk</link>
	<description>Musings on software development, .Net platform and other stuff</description>
	<lastBuildDate>Tue, 10 Jan 2012 09:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project by Steve</title>
		<link>http://stevescodingblog.co.uk/adding-a-new-jquery-ui-theme-to-the-default-asp-net-mvc-3-project/#comment-869</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 10 Jan 2012 09:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=465#comment-869</guid>
		<description>Hi Pavan,

You&#039;re quite correct - that&#039;s exactly how you get the buttons working. I didn&#039;t include it in my code samples above as the focus of the article was about adding a different theme, rather than the enabling of the buttons themselves.</description>
		<content:encoded><![CDATA[<p>Hi Pavan,</p>
<p>You&#8217;re quite correct &#8211; that&#8217;s exactly how you get the buttons working. I didn&#8217;t include it in my code samples above as the focus of the article was about adding a different theme, rather than the enabling of the buttons themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project by Pavan</title>
		<link>http://stevescodingblog.co.uk/adding-a-new-jquery-ui-theme-to-the-default-asp-net-mvc-3-project/#comment-868</link>
		<dc:creator>Pavan</dc:creator>
		<pubDate>Tue, 10 Jan 2012 06:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=465#comment-868</guid>
		<description>I followed steps given in the blog post here and no theme is applied just like that. I guess you missed to talk about JQuery binding like below, because my page works after adding below binding on document ready event in a JS file...

$(function() {
		$( &quot;input:submit, a, button&quot;, &quot;.demo&quot; ).button();
		$( &quot;a&quot;, &quot;.demo&quot; ).click(function() { return false; });
	});

I may be wrong, however prefer to get it clarified by you once. Thanks!</description>
		<content:encoded><![CDATA[<p>I followed steps given in the blog post here and no theme is applied just like that. I guess you missed to talk about JQuery binding like below, because my page works after adding below binding on document ready event in a JS file&#8230;</p>
<p>$(function() {<br />
		$( &#8220;input:submit, a, button&#8221;, &#8220;.demo&#8221; ).button();<br />
		$( &#8220;a&#8221;, &#8220;.demo&#8221; ).click(function() { return false; });<br />
	});</p>
<p>I may be wrong, however prefer to get it clarified by you once. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Caching with .Net 4.0 and Asp.Net MVC &#8211; part 1 by Pradeep</title>
		<link>http://stevescodingblog.co.uk/net4-caching-with-mvc/#comment-865</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Fri, 16 Dec 2011 07:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=88#comment-865</guid>
		<description>good work done dear..
keep up the good work.

Try caching data in xml file from db, and use xml for caching.
looking forward for post like that.tc</description>
		<content:encoded><![CDATA[<p>good work done dear..<br />
keep up the good work.</p>
<p>Try caching data in xml file from db, and use xml for caching.<br />
looking forward for post like that.tc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Caching with .Net 4.0 and Asp.Net MVC &#8211; part 1 by putting a model in the cache repository issue &#124; Coders &#38; Admins</title>
		<link>http://stevescodingblog.co.uk/net4-caching-with-mvc/#comment-864</link>
		<dc:creator>putting a model in the cache repository issue &#124; Coders &#38; Admins</dc:creator>
		<pubDate>Tue, 13 Dec 2011 02:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=88#comment-864</guid>
		<description>[...] http://stevescodingblog.co.uk/net4-caching-with-mvc/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://stevescodingblog.co.uk/net4-caching-with-mvc/" rel="nofollow">http://stevescodingblog.co.uk/net4-caching-with-mvc/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project by Steve</title>
		<link>http://stevescodingblog.co.uk/adding-a-new-jquery-ui-theme-to-the-default-asp-net-mvc-3-project/#comment-862</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 08 Dec 2011 12:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=465#comment-862</guid>
		<description>Hi

I constantly have this problem also with the jQuery UI button sizes, or more specifically the font sizes. This page explains it though:

&lt;a href=&quot;http://forum.jquery.com/topic/adjust-button-size&quot; rel=&quot;nofollow&quot;&gt;Adjust button size&lt;/a&gt;

In my case, I think I just add a stylesheet rule into my own stylesheets which looks something similar to:

.ui-widget { font-size: 0.8em; }

Try that, and use a font size which is acceptable for you, and you might get the result you want.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I constantly have this problem also with the jQuery UI button sizes, or more specifically the font sizes. This page explains it though:</p>
<p><a href="http://forum.jquery.com/topic/adjust-button-size" rel="nofollow">Adjust button size</a></p>
<p>In my case, I think I just add a stylesheet rule into my own stylesheets which looks something similar to:</p>
<p>.ui-widget { font-size: 0.8em; }</p>
<p>Try that, and use a font size which is acceptable for you, and you might get the result you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project by Tom Chan</title>
		<link>http://stevescodingblog.co.uk/adding-a-new-jquery-ui-theme-to-the-default-asp-net-mvc-3-project/#comment-861</link>
		<dc:creator>Tom Chan</dc:creator>
		<pubDate>Thu, 08 Dec 2011 05:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=465#comment-861</guid>
		<description>I did exactly what you described.  but the buttons are much bigger than yours.
Here&#039;s the JS and CSS I included on VS 2010


    

    







problem 1, why I need to add  to see the JQuery button.  W/o it, I could not even see it.  What&#039;s the right div class I should use.


    A button element
    
    &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;An anchor&lt;/a&gt;

</description>
		<content:encoded><![CDATA[<p>I did exactly what you described.  but the buttons are much bigger than yours.<br />
Here&#8217;s the JS and CSS I included on VS 2010</p>
<p>problem 1, why I need to add  to see the JQuery button.  W/o it, I could not even see it.  What&#8217;s the right div class I should use.</p>
<p>    A button element</p>
<p>    <a href="#" rel="nofollow">An anchor</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asp.Net and Colorbox: Creating a &#8216;delete&#8217; confirmation dialog by Ryan</title>
		<link>http://stevescodingblog.co.uk/asp-net-colorbox-delete-dialog/#comment-855</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 23 Nov 2011 21:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=220#comment-855</guid>
		<description>Worked great.  Thanks so much!

And like Travis posted above, I also had an issue posting back after clicking Delete.  As you said, it turned out to be an issue with Colorbox.  I then installed the &quot;jquery.colorbox.js&quot; you included in your sample code, and was able to get it to post back successfully :)</description>
		<content:encoded><![CDATA[<p>Worked great.  Thanks so much!</p>
<p>And like Travis posted above, I also had an issue posting back after clicking Delete.  As you said, it turned out to be an issue with Colorbox.  I then installed the &#8220;jquery.colorbox.js&#8221; you included in your sample code, and was able to get it to post back successfully <img src='http://stevescodingblog.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .Net Image Processing library now available by Steve</title>
		<link>http://stevescodingblog.co.uk/net-image-processing-library-now-available/#comment-850</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 16 Nov 2011 11:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=500#comment-850</guid>
		<description>Hi

That library certainly looks a lot more comprehensive than mine. For example, mine doesn&#039;t support .PSD files or allows you to draw arbitrary shapes onto your images.

My library does, however, provide a simple framework for applying one or many filters to your images, including resizing, cropping, watermarking, format conversion, greyscale and other pixel operations. It&#039;s also designed to be extensible.

Also, it&#039;s completely free (and always will be)!</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>That library certainly looks a lot more comprehensive than mine. For example, mine doesn&#8217;t support .PSD files or allows you to draw arbitrary shapes onto your images.</p>
<p>My library does, however, provide a simple framework for applying one or many filters to your images, including resizing, cropping, watermarking, format conversion, greyscale and other pixel operations. It&#8217;s also designed to be extensible.</p>
<p>Also, it&#8217;s completely free (and always will be)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .Net Image Processing library now available by sherazam</title>
		<link>http://stevescodingblog.co.uk/net-image-processing-library-now-available/#comment-849</link>
		<dc:creator>sherazam</dc:creator>
		<pubDate>Tue, 15 Nov 2011 11:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=500#comment-849</guid>
		<description>Hi, 
This looks a great library Steve. I came across a nice image processing control. I just wonder what is the difference between yours and Aspose.Imaging for .NET library. 

Here are some details about aspose library,

Aspose.Imaging for .NET is an &lt;a href=&quot;http://www.aspose.com/categories/.net-components/aspose.imaging-for-.net/default.aspx&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;image processing &amp; manipulation component&lt;/strong&gt;&lt;/a&gt;  that allows developers to create, edit, draw or convert images in their .NET  application. It allows developers to convert image files to PSD, BMP, JPEG, PNG,  TIFF and GIF formats. Moreover a set of pens, brushes and fonts can be used to  draw images or add new elements &amp; text to existing images. Aspose.Imaging  for .NET works well with both web &amp; windows applications. Moreover, it adds  the support for Silverlight platform.

Thanks for your time</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This looks a great library Steve. I came across a nice image processing control. I just wonder what is the difference between yours and Aspose.Imaging for .NET library. </p>
<p>Here are some details about aspose library,</p>
<p>Aspose.Imaging for .NET is an <a href="http://www.aspose.com/categories/.net-components/aspose.imaging-for-.net/default.aspx" rel="nofollow"><strong>image processing &amp; manipulation component</strong></a>  that allows developers to create, edit, draw or convert images in their .NET  application. It allows developers to convert image files to PSD, BMP, JPEG, PNG,  TIFF and GIF formats. Moreover a set of pens, brushes and fonts can be used to  draw images or add new elements &amp; text to existing images. Aspose.Imaging  for .NET works well with both web &amp; windows applications. Moreover, it adds  the support for Silverlight platform.</p>
<p>Thanks for your time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection: A Beginner&#8217;s Guide by Steve</title>
		<link>http://stevescodingblog.co.uk/dependency-injection-beginners-guide/#comment-844</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 09 Nov 2011 12:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=379#comment-844</guid>
		<description>Thanks Srinivas, I&#039;m glad it helped!</description>
		<content:encoded><![CDATA[<p>Thanks Srinivas, I&#8217;m glad it helped!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

