<?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 Clive Ciappara&#039;s Blog</title>
	<atom:link href="http://ciappara.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ciappara.com</link>
	<description>Clive Ciappara &#124; Windows PC + Phone &#124; .Net Development</description>
	<lastBuildDate>Wed, 16 May 2012 20:56:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Sync Outlook with Windows Live Calendar For Free &#8211; Updated by ciappara</title>
		<link>http://ciappara.com/2008/08/24/sync-outlook-with-windows-live-calendar-for-free/#comment-13013</link>
		<dc:creator>ciappara</dc:creator>
		<pubDate>Wed, 16 May 2012 20:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=77#comment-13013</guid>
		<description>I think it should be available in October with the release of Windows 8</description>
		<content:encoded><![CDATA[<p>I think it should be available in October with the release of Windows 8</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Theme cannot be found in the application or global theme directories by Max</title>
		<link>http://ciappara.com/2008/05/26/theme-cannot-be-found-in-the-application-or-global-theme-directories/#comment-7871</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 19 Apr 2012 14:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=38#comment-7871</guid>
		<description>I would agree with that statement - I never had that many configuration issues with any of my hosting providers as GoDaddy. And Again - all the sudden all of my sites are broken, because some-thing got changed on the GoDaddy side and I am getting the theme folder not found error.</description>
		<content:encoded><![CDATA[<p>I would agree with that statement &#8211; I never had that many configuration issues with any of my hosting providers as GoDaddy. And Again &#8211; all the sudden all of my sites are broken, because some-thing got changed on the GoDaddy side and I am getting the theme folder not found error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sync Outlook with Windows Live Calendar For Free &#8211; Updated by Bryan Smith</title>
		<link>http://ciappara.com/2008/08/24/sync-outlook-with-windows-live-calendar-for-free/#comment-3167</link>
		<dc:creator>Bryan Smith</dc:creator>
		<pubDate>Sun, 18 Mar 2012 03:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=77#comment-3167</guid>
		<description>Hi, any news about when VS2012 will be available?</description>
		<content:encoded><![CDATA[<p>Hi, any news about when VS2012 will be available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cannot Delete Folders in Windows Vista by JoshuaReen</title>
		<link>http://ciappara.com/2008/08/28/cannot-delete-folders-in-windows-vista/#comment-1655</link>
		<dc:creator>JoshuaReen</dc:creator>
		<pubDate>Tue, 06 Mar 2012 20:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=130#comment-1655</guid>
		<description>I like this way. This trick is good for users who love to play with technical ways. However, I have used Long Path Tool in this situation and it helped me easily and quickly. So this tool is best for those members who don&#039;t love to play with technical skills.</description>
		<content:encoded><![CDATA[<p>I like this way. This trick is good for users who love to play with technical ways. However, I have used Long Path Tool in this situation and it helped me easily and quickly. So this tool is best for those members who don&#8217;t love to play with technical skills.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Lightbox 0.5 Image Size by mandia</title>
		<link>http://ciappara.com/2011/02/06/change-lightbox-0-5-image-size/#comment-1002</link>
		<dc:creator>mandia</dc:creator>
		<pubDate>Thu, 01 Mar 2012 12:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=778#comment-1002</guid>
		<description>Hi, 
I tried youur solution but it doesn&#039;t work for me.
i did it but i use practicaly the css:

in the function &#039;_resize_container_image_box&#039; i add the code you gave to us:
&quot;page_width=window.innerWidth;
page_height=window.innerHeight;
        if((page_width != null &amp;&amp; page_height != null) &amp;&amp; (intImageWidth &gt; page_width &#124;&#124; intImageHeight &gt; page_height)){
	    var isWider = intImageWidth &gt; intImageHeight;//is the image wide or tall?
	    var scale = isWider ?  page_width/intImageWidth : page_height/intImageHeight;
	    intImageWidth = intImageWidth * scale;
	    intImageHeight = intImageHeight * scale;
         }
&quot;

and at the end of the function  i add other thing:
&quot;
			$(&#039;#lightbox-container-image-box&#039;).css({ &#039;max-width&#039;: intWidth, &#039;max-height&#039;:intHeight });
			$(&#039;#lightbox-container-image-box img&#039;).css({ &#039;max-width&#039;: intImageWidth, &#039;max-height&#039;:intImageHeight });
&quot;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried youur solution but it doesn&#8217;t work for me.<br />
i did it but i use practicaly the css:</p>
<p>in the function &#8216;_resize_container_image_box&#8217; i add the code you gave to us:<br />
&#8220;page_width=window.innerWidth;<br />
page_height=window.innerHeight;<br />
        if((page_width != null &amp;&amp; page_height != null) &amp;&amp; (intImageWidth &gt; page_width || intImageHeight &gt; page_height)){<br />
	    var isWider = intImageWidth &gt; intImageHeight;//is the image wide or tall?<br />
	    var scale = isWider ?  page_width/intImageWidth : page_height/intImageHeight;<br />
	    intImageWidth = intImageWidth * scale;<br />
	    intImageHeight = intImageHeight * scale;<br />
         }<br />
&#8221;</p>
<p>and at the end of the function  i add other thing:<br />
&#8221;<br />
			$(&#8216;#lightbox-container-image-box&#8217;).css({ &#8216;max-width&#8217;: intWidth, &#8216;max-height&#8217;:intHeight });<br />
			$(&#8216;#lightbox-container-image-box img&#8217;).css({ &#8216;max-width&#8217;: intImageWidth, &#8216;max-height&#8217;:intImageHeight });<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mark as Spam or Trash/Delete? by ciappara</title>
		<link>http://ciappara.com/2012/02/27/mark-as-spam-or-trashdelete/#comment-774</link>
		<dc:creator>ciappara</dc:creator>
		<pubDate>Tue, 28 Feb 2012 17:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.com/?p=1055#comment-774</guid>
		<description>Hi Elizabeth, thanks for reading. When having a blog on wordpress or blogger, they have their spamming protection, so you&#039;re safe :) the problem comes when you are hosting your blog on your own. Though I found a plugin that will reduce spam, i&#039;ll make a post about it soon.</description>
		<content:encoded><![CDATA[<p>Hi Elizabeth, thanks for reading. When having a blog on wordpress or blogger, they have their spamming protection, so you&#8217;re safe <img src='http://ciappara.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  the problem comes when you are hosting your blog on your own. Though I found a plugin that will reduce spam, i&#8217;ll make a post about it soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mark as Spam or Trash/Delete? by Elizabeth Nesbitt</title>
		<link>http://ciappara.com/2012/02/27/mark-as-spam-or-trashdelete/#comment-695</link>
		<dc:creator>Elizabeth Nesbitt</dc:creator>
		<pubDate>Tue, 28 Feb 2012 02:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.com/?p=1055#comment-695</guid>
		<description>I never understood that, on Google blogs wouldn&#039;t somebody assume you could get spammed all the time?  I never do get much spam, sometimes something odd but nothing that would be enough that would annoy me to any extent.</description>
		<content:encoded><![CDATA[<p>I never understood that, on Google blogs wouldn&#8217;t somebody assume you could get spammed all the time?  I never do get much spam, sometimes something odd but nothing that would be enough that would annoy me to any extent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can Malta Shuffle? by Elizabeth Nesbitt</title>
		<link>http://ciappara.com/2012/02/24/can-malta-shuffle/#comment-410</link>
		<dc:creator>Elizabeth Nesbitt</dc:creator>
		<pubDate>Sat, 25 Feb 2012 22:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.com/?p=1045#comment-410</guid>
		<description>Very entertaining and what a great beat</description>
		<content:encoded><![CDATA[<p>Very entertaining and what a great beat</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My First Post&#8230; Welcome to my blog!! by My New Corner &#171; Clive Ciappara&#039;s Blog</title>
		<link>http://ciappara.com/2006/10/13/my-first-post-welcome-to-my-blog/#comment-337</link>
		<dc:creator>My New Corner &#171; Clive Ciappara&#039;s Blog</dc:creator>
		<pubDate>Thu, 23 Feb 2012 21:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.wordpress.com/2006/10/13/my-first-post-welcome-to-my-blog/#comment-337</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Lightbox 0.5 Image Size by Ayyaz Zafar</title>
		<link>http://ciappara.com/2011/02/06/change-lightbox-0-5-image-size/#comment-303</link>
		<dc:creator>Ayyaz Zafar</dc:creator>
		<pubDate>Wed, 25 Jan 2012 13:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=778#comment-303</guid>
		<description>I set          $(&#039;.gallery a&#039;).lightBox({ maxHeight: 20, maxWidth: 20});

but its not working its still showing the original size
please help me</description>
		<content:encoded><![CDATA[<p>I set          $(&#8216;.gallery a&#8217;).lightBox({ maxHeight: 20, maxWidth: 20});</p>
<p>but its not working its still showing the original size<br />
please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

