<?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>Farkow.com</title>
	<atom:link href="http://farkow.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://farkow.com</link>
	<description></description>
	<lastBuildDate>Sun, 08 Aug 2010 16:19:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A web-based personal organizer on the way</title>
		<link>http://farkow.com/2010/08/a-web-based-personal-organizer-on-the-way/</link>
		<comments>http://farkow.com/2010/08/a-web-based-personal-organizer-on-the-way/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 16:17:40 +0000</pubDate>
		<dc:creator>Farkow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://farkow.com/?p=457</guid>
		<description><![CDATA[A web-based personal organizer which is designed and programmed by me is on the way&#8230; You can check out the video to have some ideas on it. For security issues, I do not want to give the project&#8217;s name and domain. To have the project file, please contact info@farkow.com (available only for companies)]]></description>
		<wfw:commentRss>http://farkow.com/2010/08/a-web-based-personal-organizer-on-the-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The United Nations : Women&#8217;s Shelter Project</title>
		<link>http://farkow.com/2010/07/the-united-nations-womens-shelter-project/</link>
		<comments>http://farkow.com/2010/07/the-united-nations-womens-shelter-project/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 19:38:45 +0000</pubDate>
		<dc:creator>Farkow</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://farkow.com/?p=445</guid>
		<description><![CDATA[Work on The United Nations Women&#8217;s Shelter Project for Turkey just started. Documentation and project plan is in progress&#]]></description>
		<wfw:commentRss>http://farkow.com/2010/07/the-united-nations-womens-shelter-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Accordion with JQuery</title>
		<link>http://farkow.com/2010/06/easy-accordion-with-jquery/</link>
		<comments>http://farkow.com/2010/06/easy-accordion-with-jquery/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 01:04:01 +0000</pubDate>
		<dc:creator>Farkow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://farkow.com/?p=423</guid>
		<description><![CDATA[This is small script which is like JQuery&#8217;s accordion. Easy, small, do not need to run in $(document).ready() HTML PART &#60;div id="cont1"&#62; &#60;div class="slides"&#62; &#60;h3&#62;title&#60;/h3&#62; &#60;div class="content"&#62; ... &#60;/div&#62; ... &#60;/div&#62; &#60;/div&#62; &#8212; JS PART $("#cont1 div.content").hide(); $("#cont1 div.content:first").show(); $("#cont1 h3").bind("click", function() { if ( $(this).next().css("display") == 'none' ) { $("#cont1 div.content").hide(); $(this).next().slideDown(250); } }); ]]></description>
		<wfw:commentRss>http://farkow.com/2010/06/easy-accordion-with-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox Crashes (1)</title>
		<link>http://farkow.com/2010/05/firefox-crashes-1/</link>
		<comments>http://farkow.com/2010/05/firefox-crashes-1/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:25:00 +0000</pubDate>
		<dc:creator>Farkow</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://farkow.com/?p=420</guid>
		<description><![CDATA[I have some crash report for Firefox and I reported them below. First link: http://www.ustream.tv/channel/final-fantasy-radio-x2 Crashed after some load. Maybe about a flash component. Second link: http://rgonotsayz.com/video/templates/playindex.html I tried to drag sound icon and Firefox crashed. Third link: http://www.funfacecam.com/fun/games/118/blonde-wavy-sculpted-beehive-updo.html Just crashed. These crashes are reported and waiting for reply]]></description>
		<wfw:commentRss>http://farkow.com/2010/05/firefox-crashes-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Motion Capture Example</title>
		<link>http://farkow.com/2010/05/motion-capture-example/</link>
		<comments>http://farkow.com/2010/05/motion-capture-example/#comments</comments>
		<pubDate>Sun, 09 May 2010 09:01:42 +0000</pubDate>
		<dc:creator>Farkow</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://farkow.com/?p=417</guid>
		<description><![CDATA[It is a motion capture example from my webcam. It is my first try and goes well. In this example, I tried &#8220;top left&#8221; and &#8220;top right&#8221; points. Next time, there will be more points&#8230; You can watch a demonstration below; I used Andrew Kirillov&#8217;s motion capture algorithm and he says he used AForge.NET framework. ]]></description>
		<wfw:commentRss>http://farkow.com/2010/05/motion-capture-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
