<?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 &#187; Development</title>
	<atom:link href="http://farkow.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://farkow.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Dec 2011 11:52:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Skype Toolbar Crash</title>
		<link>http://farkow.com/2011/02/skype-toolbar-crash/</link>
		<comments>http://farkow.com/2011/02/skype-toolbar-crash/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 10:53:57 +0000</pubDate>
		<dc:creator>Farkow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://farkow.com/?p=517</guid>
		<description><![CDATA[Skype Toolbar crashes when a javascript counter string looks like a phone number. Create a string like countdown and when it looks like a phone number Skype Toolbar crashes]]></description>
		<wfw:commentRss>http://farkow.com/2011/02/skype-toolbar-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4 Beta Bookmarking Screen Rendering Bug on Multiple Monitors</title>
		<link>http://farkow.com/2011/02/firefox-4-beta-bookmarking-screen-rendering-bug-on-multiple-monitors/</link>
		<comments>http://farkow.com/2011/02/firefox-4-beta-bookmarking-screen-rendering-bug-on-multiple-monitors/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 20:08:22 +0000</pubDate>
		<dc:creator>Farkow</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://farkow.com/?p=511</guid>
		<description><![CDATA[On Firefox 4, If you have a 2 or more monitors, try to take Firefox 4 with multiple tabs to your secondary monitor (or other but main). On a website, press CTRL+D and try to choose directory for bookmarks. You will see whats happening in the FLV file below. Firefox 4 ]]></description>
		<wfw:commentRss>http://farkow.com/2011/02/firefox-4-beta-bookmarking-screen-rendering-bug-on-multiple-monitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Datepicker &#8220;setDate&#8221; whitespace problem</title>
		<link>http://farkow.com/2010/10/jquery-datepicker-whitespace-problem/</link>
		<comments>http://farkow.com/2010/10/jquery-datepicker-whitespace-problem/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 16:17:20 +0000</pubDate>
		<dc:creator>Farkow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://farkow.com/?p=466</guid>
		<description><![CDATA[In Firefox, if you try to set date for datepicker object like $(&#8216;obj&#8217;).datepicker(&#8220;setDate&#8221;, &#8220;01.01.2010&#8243;); , your page automatically create a scrollbar; no visible characters (maybe whitespace), only a scrollbar shown. This problem happens if you have the line below on the top of your page; &#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62; Delete this ]]></description>
		<wfw:commentRss>http://farkow.com/2010/10/jquery-datepicker-whitespace-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>0</slash:comments>
		</item>
	</channel>
</rss>

