<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pk &#187; Development</title>
	<atom:link href="http://p.karageorgakis.com/blog/category/web/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://p.karageorgakis.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 Dec 2009 11:44:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>jQuery: What to do when replaceWith() doesn&#8217;t work</title>
		<link>http://p.karageorgakis.com/blog/jquery-what-to-do-when-replacewith-doesnt-work/</link>
		<comments>http://p.karageorgakis.com/blog/jquery-what-to-do-when-replacewith-doesnt-work/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 09:03:48 +0000</pubDate>
		<dc:creator>Panos Karageorgakis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://p.karageorgakis.com/?p=65</guid>
		<description><![CDATA[Nothing&#8217;s perfect in this world and jQuery is not the exception to prove the rule. Sometimes the replaceWith() function doesn&#8217;t seem to work, no matter what you do. It looks like the function does nothing, and that&#8217;s a problem. But don&#8217;t bother; this will do the trick: instead of $('#someElement').replaceWith('something'); use this: $('#someElement').empty().append('something');]]></description>
		<wfw:commentRss>http://p.karageorgakis.com/blog/jquery-what-to-do-when-replacewith-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery: Simulating a delay function between fade in/out effects</title>
		<link>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/</link>
		<comments>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 07:02:55 +0000</pubDate>
		<dc:creator>Panos Karageorgakis</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://dev.karageorgakis.com/article/jquery-simulating-a-delay-function-between-fade-inout-effects</guid>
		<description><![CDATA[jQuery is a robust JavaScript library providing great ways to implement several effects on DOM objects, but lacks a delay() function. Here's an easy way to simulate the delay effect, between fade ins and fade outs.]]></description>
		<wfw:commentRss>http://p.karageorgakis.com/blog/jquery_simulating_a_delay_function_between_fade_in_out_effects/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>CodeIgniter: A simple solution to the SAFE_MODE mail problem</title>
		<link>http://p.karageorgakis.com/blog/codeigniter-a-simple-solution-to-the-safe_mode-mail-problem/</link>
		<comments>http://p.karageorgakis.com/blog/codeigniter-a-simple-solution-to-the-safe_mode-mail-problem/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 23:00:48 +0000</pubDate>
		<dc:creator>Panos Karageorgakis</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://p.karageorgakis.com/blog/codeigniter-a-simple-solution-to-the-safe_mode-mail-problem/</guid>
		<description><![CDATA[A simple solution on how to overcome CodeIgniter's mail function problem when PHP's safe mode is on]]></description>
		<wfw:commentRss>http://p.karageorgakis.com/blog/codeigniter-a-simple-solution-to-the-safe_mode-mail-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
