<?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"
	>
<channel>
	<title>Comments for (pk)blog</title>
	<atom:link href="http://p.karageorgakis.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://p.karageorgakis.com</link>
	<description>Blog of Panos Karageorgakis - Design in progess</description>
	<pubDate>Sat, 22 Nov 2008 07:24:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on jQuery: Simulating a delay function between fade in/out effects by David</title>
		<link>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/#comment-1652</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 25 Sep 2008 14:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/jquery-simulating-a-delay-function-between-fade-inout-effects#comment-1652</guid>
		<description>@mvpetrovich: Thank you! That seems to work great for me.</description>
		<content:encoded><![CDATA[<p>@mvpetrovich: Thank you! That seems to work great for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery: Simulating a delay function between fade in/out effects by jQuery-Based Popout Ad: Part 2 - CSSnewbie</title>
		<link>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/#comment-1528</link>
		<dc:creator>jQuery-Based Popout Ad: Part 2 - CSSnewbie</dc:creator>
		<pubDate>Wed, 17 Sep 2008 02:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/jquery-simulating-a-delay-function-between-fade-inout-effects#comment-1528</guid>
		<description>[...] I found a solution on a blog titled “Panagiotis Karageorgakis,” and modified it to fit my needs. The basic concept is this: we animate the ad in some way that [...]</description>
		<content:encoded><![CDATA[<p>[...] I found a solution on a blog titled “Panagiotis Karageorgakis,” and modified it to fit my needs. The basic concept is this: we animate the ad in some way that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery: Simulating a delay function between fade in/out effects by mvpetrovich</title>
		<link>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/#comment-789</link>
		<dc:creator>mvpetrovich</dc:creator>
		<pubDate>Sun, 13 Jul 2008 21:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/jquery-simulating-a-delay-function-between-fade-inout-effects#comment-789</guid>
		<description>I do not understand.  This works.

$(document).ready(function() {
  setTimeout( '$("#foo").fadeOut(2000)', 3000);
});</description>
		<content:encoded><![CDATA[<p>I do not understand.  This works.</p>
<p>$(document).ready(function() {<br />
  setTimeout( &#8216;$(&#8221;#foo&#8221;).fadeOut(2000)&#8217;, 3000);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery: Simulating a delay function between fade in/out effects by Big Burch</title>
		<link>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/#comment-648</link>
		<dc:creator>Big Burch</dc:creator>
		<pubDate>Wed, 23 Apr 2008 03:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/jquery-simulating-a-delay-function-between-fade-inout-effects#comment-648</guid>
		<description>To make this code work without the flickering of the targeted element, set  the element's css property to (display:none).

JQuery
$(document).ready(function() {
	$("#foo").fadeTo(3000, 0).fadeIn(2000)
	.fadeTo(5000, 1).fadeOut(2000);
});

CSS
#foo { display:none }

Works like a charm!</description>
		<content:encoded><![CDATA[<p>To make this code work without the flickering of the targeted element, set  the element&#8217;s css property to (display:none).</p>
<p>JQuery<br />
$(document).ready(function() {<br />
	$(&#8221;#foo&#8221;).fadeTo(3000, 0).fadeIn(2000)<br />
	.fadeTo(5000, 1).fadeOut(2000);<br />
});</p>
<p>CSS<br />
#foo { display:none }</p>
<p>Works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery: Simulating a delay function between fade in/out effects by links for 2008-01-30 &#171; Richard@Home</title>
		<link>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/#comment-262</link>
		<dc:creator>links for 2008-01-30 &#171; Richard@Home</dc:creator>
		<pubDate>Wed, 30 Jan 2008 05:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/jquery-simulating-a-delay-function-between-fade-inout-effects#comment-262</guid>
		<description>[...] jQuery: Simulating a delay function between fade in/out effects A very useful technique. In essense, between the fades you do something that makes no visible change but takes some time (such as changing the opacity to 1 over 2 seconds) (tags: jquery animation fade delay)       Posted by Richard@Home Filed in 15 [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery: Simulating a delay function between fade in/out effects A very useful technique. In essense, between the fades you do something that makes no visible change but takes some time (such as changing the opacity to 1 over 2 seconds) (tags: jquery animation fade delay)       Posted by Richard@Home Filed in 15 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery: Simulating a delay function between fade in/out effects by links for 2008-01-17 at doug nelson: DISENGAGE!</title>
		<link>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/#comment-203</link>
		<dc:creator>links for 2008-01-17 at doug nelson: DISENGAGE!</dc:creator>
		<pubDate>Thu, 17 Jan 2008 00:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/jquery-simulating-a-delay-function-between-fade-inout-effects#comment-203</guid>
		<description>[...] jQuery: Simulating a delay function between fade in/out effects Don&#8217;t know if this is the best way or not, but it worked well for my purposes. (tags: jquery javascript)        &#171; Learned Today: Incredibly Obvious jQuery Trick.              Categories [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery: Simulating a delay function between fade in/out effects Don&#8217;t know if this is the best way or not, but it worked well for my purposes. (tags: jquery javascript)        &laquo; Learned Today: Incredibly Obvious jQuery Trick.              Categories [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The end of online piracy and the Internet as we know it by Chaos Motor</title>
		<link>http://p.karageorgakis.com/blog/the-end-of-online-piracy-and-the-internet-as-we-know-it/#comment-182</link>
		<dc:creator>Chaos Motor</dc:creator>
		<pubDate>Thu, 10 Jan 2008 22:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://p.karageorgakis.com/blog/the-end-of-online-piracy-and-the-internet-as-we-know-it/#comment-182</guid>
		<description>Indeed these are interesting times. Just when the big guys think they can control the game, all the rules change. 

Read how I'm changing the rules out from underneath them at my blog here: 
http://chaosmotor.wordpress.com/2008/01/10/imagine-a-world-of-freedom-and-openness/</description>
		<content:encoded><![CDATA[<p>Indeed these are interesting times. Just when the big guys think they can control the game, all the rules change. </p>
<p>Read how I&#8217;m changing the rules out from underneath them at my blog here:<br />
<a href="http://chaosmotor.wordpress.com/2008/01/10/imagine-a-world-of-freedom-and-openness/" rel="nofollow">http://chaosmotor.wordpress.com/2008/01/10/imagine-a-world-of-freedom-and-openness/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on K610im iSync problem: Download the solution by Nizz</title>
		<link>http://p.karageorgakis.com/blog/k610im_isync_problem_download_the_solution/#comment-158</link>
		<dc:creator>Nizz</dc:creator>
		<pubDate>Wed, 12 Dec 2007 06:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/k610im-isync-problem-download-the-solution#comment-158</guid>
		<description>That's the thing....my suspicion is that it works only for iSync version 2 upwards.  I'm running OSX 10.3.9 (with iSync v1.5), resisting any upgrade to Tiger or Leopard as I don't see the upgrades improving my workflow on the current setup tremendously to justify the spending.

Oh well....maybe this is the right time to upgrade.  Thanks anyway!</description>
		<content:encoded><![CDATA[<p>That&#8217;s the thing&#8230;.my suspicion is that it works only for iSync version 2 upwards.  I&#8217;m running OSX 10.3.9 (with iSync v1.5), resisting any upgrade to Tiger or Leopard as I don&#8217;t see the upgrades improving my workflow on the current setup tremendously to justify the spending.</p>
<p>Oh well&#8230;.maybe this is the right time to upgrade.  Thanks anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on K610im iSync problem: Download the solution by Panagiotis Karageorgakis</title>
		<link>http://p.karageorgakis.com/blog/k610im_isync_problem_download_the_solution/#comment-157</link>
		<dc:creator>Panagiotis Karageorgakis</dc:creator>
		<pubDate>Tue, 11 Dec 2007 21:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/k610im-isync-problem-download-the-solution#comment-157</guid>
		<description>Nizz,

I don't recall what version of iSync there was installed in my machine when I wrote this post (I should have checked when I wrote it). But as I mention in the edit on the top of the post, all should work now since Apple supports the phone. What version of Mac OS / iSync do you use?</description>
		<content:encoded><![CDATA[<p>Nizz,</p>
<p>I don&#8217;t recall what version of iSync there was installed in my machine when I wrote this post (I should have checked when I wrote it). But as I mention in the edit on the top of the post, all should work now since Apple supports the phone. What version of Mac OS / iSync do you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on K610im iSync problem: Download the solution by Nizz</title>
		<link>http://p.karageorgakis.com/blog/k610im_isync_problem_download_the_solution/#comment-156</link>
		<dc:creator>Nizz</dc:creator>
		<pubDate>Tue, 11 Dec 2007 18:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://dev.karageorgakis.com/article/k610im-isync-problem-download-the-solution#comment-156</guid>
		<description>Hi there

For which version of iSync is your method supposed to work for?  Thanks.

Cheers....</description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>For which version of iSync is your method supposed to work for?  Thanks.</p>
<p>Cheers&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
