<?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>Kerem Erkan &#187; Linux</title>
	<atom:link href="http://keremerkan.net/posts/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://keremerkan.net</link>
	<description>The mind of the six billionth one...</description>
	<lastBuildDate>Wed, 23 Jun 2010 15:41:55 +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>PHP QR Code Generator evolves!</title>
		<link>http://keremerkan.net/posts/php-qr-code-generator-evolves/</link>
		<comments>http://keremerkan.net/posts/php-qr-code-generator-evolves/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 21:48:17 +0000</pubDate>
		<dc:creator>Kerem</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Data Matrix]]></category>
		<category><![CDATA[Generator]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[libqrencode]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[QR Code]]></category>
		<guid isPermaLink="false">http://keremerkan.net/?p=652</guid>
		<description><![CDATA[PHP QR Code Generator page is the most visited page on my blog. It has evolved from a small page with a few features into a full featured real time generator on which you can choose from a lot of actions for your device and create different image types, even vector images. As far as]]></description>
		<wfw:commentRss>http://keremerkan.net/posts/php-qr-code-generator-evolves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PHP QR Code Generator Page</title>
		<link>http://keremerkan.net/posts/new-php-qr-code-generator-page/</link>
		<comments>http://keremerkan.net/posts/new-php-qr-code-generator-page/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 22:47:19 +0000</pubDate>
		<dc:creator>Kerem</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Generator]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[libqrencode]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[QR Code]]></category>
		<guid isPermaLink="false">http://keremerkan.net/?p=223</guid>
		<description><![CDATA[Checking my blog stats, I saw that most people come to my Real Time QR Code Generator PHP Function post. So, I decided to create a decent page for QR Code generation instead of linking to a URL which accepts only base64 encoded variables. The new page is PHP QR Code Generator page, and now]]></description>
		<wfw:commentRss>http://keremerkan.net/posts/new-php-qr-code-generator-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supporting Oracle FCF in Tomcat</title>
		<link>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/</link>
		<comments>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 12:53:09 +0000</pubDate>
		<dc:creator>Kerem</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[FCF]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[ONS]]></category>
		<category><![CDATA[Pool]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[TAF]]></category>
		<guid isPermaLink="false">http://keremerkan.net/?p=92</guid>
		<description><![CDATA[We use Tomcat with Apache HTTPD in our company. And as a database backend, we use a two node Oracle Real Application Cluster (RAC). We were having stale connection problems when a RAC node was behaving abnormally, because the JDBC pool which was created by Tomcat was not getting any notification about it. So I]]></description>
		<wfw:commentRss>http://keremerkan.net/posts/supporting-oracle-fcf-in-tomcat/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>PHP Captcha 1.0 released</title>
		<link>http://keremerkan.net/posts/php-captcha-10-released/</link>
		<comments>http://keremerkan.net/posts/php-captcha-10-released/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 13:25:46 +0000</pubDate>
		<dc:creator>Kerem</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[Imagemagick]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://keremerkan.net/2007/06/04/php-captcha-10-released/</guid>
		<description><![CDATA[Today I am releasing PHP Captcha 1.0. The main difference of PHP Captcha from other free or paid PHP implementations is, that it is written to utilize ImageMagick functions through the wonderful MagickWand PHP API to create CAPTCHA images that are hard enough for bots to crack, while more readable by humans than the others.]]></description>
		<wfw:commentRss>http://keremerkan.net/posts/php-captcha-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Captcha beta testers needed</title>
		<link>http://keremerkan.net/posts/php-captcha-beta-testers-needed/</link>
		<comments>http://keremerkan.net/posts/php-captcha-beta-testers-needed/#comments</comments>
		<pubDate>Thu, 31 May 2007 14:39:06 +0000</pubDate>
		<dc:creator>Kerem</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[Imagemagick]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://keremerkan.net/2007/05/31/php-captcha-beta-testers-needed/</guid>
		<description><![CDATA[UPDATE: PHP Captcha 1.0 is released. Thanks to all who beta tested it. I have started a new project named PHP Captcha which will be released as open source. It will be a PHP Captcha implementation which will use ImageMagick instead of standard PHP GD libraries. It purpose is to create less crackable CAPTCHAs than]]></description>
		<wfw:commentRss>http://keremerkan.net/posts/php-captcha-beta-testers-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Time QR Code Generator PHP Function</title>
		<link>http://keremerkan.net/posts/real-time-qr-code-generator-php-function/</link>
		<comments>http://keremerkan.net/posts/real-time-qr-code-generator-php-function/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 14:51:28 +0000</pubDate>
		<dc:creator>Kerem</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[libqrencode]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[QR Code]]></category>
		<guid isPermaLink="false">http://keremerkan.net/2007/04/17/real-time-qr-code-generator-php-class/</guid>
		<description><![CDATA[UPDATE: Please read this post. You will be able to create more different images now! If you have read my earlier posts, you must have seen that I am excited about implementing QR Code to my projects. These mostly include my work projects. Today I have discovered that Fukuchi Kentaro, who is an assistant professor]]></description>
		<wfw:commentRss>http://keremerkan.net/posts/real-time-qr-code-generator-php-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
