<?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"
	>

<channel>
	<title>oktaykilic.com</title>
	<atom:link href="http://oktaykilic.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oktaykilic.com</link>
	<description>freelance programmer</description>
	<pubDate>Sun, 22 Apr 2012 06:50:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How to install Django + MySQL Support on Ubuntu 11.10</title>
		<link>http://oktaykilic.com/other-stuff/how-to-install-django-mysql-support-on-ubuntu-11-10/</link>
		<comments>http://oktaykilic.com/other-stuff/how-to-install-django-mysql-support-on-ubuntu-11-10/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 06:50:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Other Stuff]]></category>

		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://oktaykilic.com/?p=25</guid>
		<description><![CDATA[# Install MySQL
sudo apt-get install mysql-server
# Install Dependencies
sudo apt-get install python-setuptools build-dep python-mysqldb
# Install Django
wget http://www.djangoproject.com/download/1.4/tarball/
tar zxf Django-1.4.tar.gz
cd Django-1.4
sudo python setup.py install
# Install Python MySQL Support
http://downloads.sourceforge.net/project/mysql-python/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gz
tar zxf MySQL-python-1.2.3.tar.gz
cd MySQL-python-1.2.3
python setup.py build
sudo python setup.py install
# Verify you are all covered
python
&#62;&#62;&#62; import MySQLdb
&#62;&#62;&#62; MySQLdb.apilevel
&#8216;2.0&#8242;
&#62;&#62;&#62; import django
&#62;&#62;&#62; print django.VERSION
(1, 4, 0, &#8216;final&#8217;, 0)
]]></description>
			<content:encoded><![CDATA[<p># Install MySQL<br />
sudo apt-get install mysql-server</p>
<p># Install Dependencies<br />
sudo apt-get install python-setuptools build-dep python-mysqldb</p>
<p># Install Django<br />
wget http://www.djangoproject.com/download/1.4/tarball/<br />
tar zxf Django-1.4.tar.gz<br />
cd Django-1.4<br />
sudo python setup.py install</p>
<p># Install Python MySQL Support<br />
http://downloads.sourceforge.net/project/mysql-python/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gz<br />
tar zxf MySQL-python-1.2.3.tar.gz<br />
cd MySQL-python-1.2.3<br />
python setup.py build<br />
sudo python setup.py install</p>
<p># Verify you are all covered<br />
python<br />
&gt;&gt;&gt; import MySQLdb<br />
&gt;&gt;&gt; MySQLdb.apilevel<br />
&#8216;2.0&#8242;<br />
&gt;&gt;&gt; import django<br />
&gt;&gt;&gt; print django.VERSION<br />
(1, 4, 0, &#8216;final&#8217;, 0)</p>
]]></content:encoded>
			<wfw:commentRss>http://oktaykilic.com/other-stuff/how-to-install-django-mysql-support-on-ubuntu-11-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Calendar API (PHP)</title>
		<link>http://oktaykilic.com/programming/google-calendar-api-php/</link>
		<comments>http://oktaykilic.com/programming/google-calendar-api-php/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 09:09:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Projects]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oktaykilic.com/?p=23</guid>
		<description><![CDATA[Hey again,
Today I&#8217;m with a new php class. It&#8217;s for Google Calendar. Like other many Google API&#8217;s, this one doesn&#8217;t have the code for php, either. So I&#8217;ve written one.
With my new Google Calendar API PHP Class you can list your calendars, list events, add new event, delete events. Basically do everything that API offers.
Again, [...]]]></description>
			<content:encoded><![CDATA[<p>Hey again,</p>
<p>Today I&#8217;m with a new php class. It&#8217;s for <a href="http://www.google.com/calendar">Google Calendar</a>. Like other many Google API&#8217;s, this one doesn&#8217;t have the code for php, either. So I&#8217;ve written one.</p>
<p>With my new Google Calendar API PHP Class you can list your calendars, list events, add new event, delete events. Basically do everything that <a href="http://code.google.com/apis/calendar/data/2.0/developers_guide.html">API</a> offers.</p>
<p>Again, it&#8217;s very easy to use. It&#8217;s usage is similar to my other class <a href="http://oktaykilic.com/my-projects/google-docs-api-php-class/">Google Docs API Class</a>.</p>
<p><strong>I&#8217;m selling this one for $25.</strong></p>
<p><strong>Contact me if you are interested in. info [at] oktaykilic.com </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://oktaykilic.com/programming/google-calendar-api-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Alerts API (Python)</title>
		<link>http://oktaykilic.com/programming/google-alerts-api-python/</link>
		<comments>http://oktaykilic.com/programming/google-alerts-api-python/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 09:31:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Projects]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oktaykilic.com/?p=22</guid>
		<description><![CDATA[Hello again,
Thanks for your freat interest for my google alerts php class. (Found here: http://oktaykilic.com/programming/google-alerts-api-class/) I’ve coded it in Python and I’m selling it, too.
The price is $50.
Contact me on info [at] oktaykilic.com to buy it.
]]></description>
			<content:encoded><![CDATA[<p>Hello again,</p>
<p>Thanks for your freat interest for my google alerts php class. (Found here: http://oktaykilic.com/programming/google-alerts-api-class/) I’ve coded it in Python and I’m selling it, too.</p>
<p>The price is $50.</p>
<p>Contact me on info [at] oktaykilic.com to buy it.</p>
]]></content:encoded>
			<wfw:commentRss>http://oktaykilic.com/programming/google-alerts-api-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Docs API Php Class</title>
		<link>http://oktaykilic.com/programming/google-docs-api-php-class/</link>
		<comments>http://oktaykilic.com/programming/google-docs-api-php-class/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 19:42:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Projects]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oktaykilic.com/?p=21</guid>
		<description><![CDATA[Hello guys,
I&#8217;m with another google api php class now. It&#8217;s for Google Docs service. As you know google provided only Java and Python codes for Google Docs API, so I&#8217;ve written a PHP class for you guys.
It&#8217;s much more simpler than Zend GData. It doesn&#8217;t need OpenID Login, defining scope or registering application to google. [...]]]></description>
			<content:encoded><![CDATA[<p>Hello guys,</p>
<p>I&#8217;m with another google api php class now. It&#8217;s for <a href="http://docs.google.com" target="_blank">Google Docs</a> service. As you know google provided only Java and Python codes for Google Docs API, so I&#8217;ve written a PHP class for you guys.</p>
<p><strong>It&#8217;s much more simpler than Zend GData. It doesn&#8217;t need OpenID Login, defining scope or registering application to google. It&#8217;s very straight forward to use. You&#8217;ll just need to enter your email and password. That&#8217;s it! </strong></p>
<p>Again, it&#8217;s very simple to use. With my Google Docs API Php Class you can list your documents, upload a new document, create an empty document, download a google document or delete a google document on your account. Basically, you can do everything that Google Docs API provides.</p>
<p>Usage is very simple:</p>
<p>First of you need to call my class:</p>
<p>$docs = new GoogleDocs();<br />
$docs-&gt;email = &#8221;; // your google account email address<br />
$docs-&gt;password = &#8221;; // your password</p>
<p>To list the documents in your account:</p>
<p>$docs-&gt;listDocs(); and this will return an array including all of your documents.</p>
<p>You can filter the list by document type like:</p>
<p>$docs-&gt;listDocs(&#8217;documents&#8217;); or $docs-&gt;listDocs(&#8217;sheets&#8217;);</p>
<p>You can search your documents by name:</p>
<p>$docs-&gt;listDocs(&#8217;all&#8217;, &#8216;my title&#8217;);</p>
<p>To upload a new document:</p>
<p>$docs-&gt;uploadDoc(&#8217;/path/to/your/document.doc&#8217;); or $docs-&gt;uploadDoc(&#8217;/path/to/your/document.xls&#8217;);</p>
<p>To download a document:</p>
<p>$docs-&gt;downloadDoc(&#8217;mydocument.doc&#8217;);</p>
<p>To delete a document:</p>
<p>$docs-&gt;deleteDoc(&#8217;mydocument.doc&#8217;);</p>
<p><strong>And I&#8217;m selling this cool php class for only $35</strong></p>
<p><strong> </strong></p>
<p><strong>Contact me at info[at]oktaykilic.com to buy it!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://oktaykilic.com/programming/google-docs-api-php-class/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Alerts API Class (JAVA)</title>
		<link>http://oktaykilic.com/programming/google-alerts-api-class-java/</link>
		<comments>http://oktaykilic.com/programming/google-alerts-api-class-java/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 17:06:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Projects]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oktaykilic.com/?p=20</guid>
		<description><![CDATA[Hello again,
Thanks for your freat interest for my google alerts php class. (Found here: http://oktaykilic.com/programming/google-alerts-api-class/) I&#8217;ve coded it in JAVA and I&#8217;m selling it, too.
The price is $50.
Contact me on info [at] oktaykilic.com to buy it.
]]></description>
			<content:encoded><![CDATA[<p>Hello again,</p>
<p>Thanks for your freat interest for my google alerts php class. (Found here: http://oktaykilic.com/programming/google-alerts-api-class/) I&#8217;ve coded it in JAVA and I&#8217;m selling it, too.</p>
<p>The price is $50.</p>
<p>Contact me on info [at] oktaykilic.com to buy it.</p>
]]></content:encoded>
			<wfw:commentRss>http://oktaykilic.com/programming/google-alerts-api-class-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Alerts API Class (PHP)</title>
		<link>http://oktaykilic.com/programming/google-alerts-api-class/</link>
		<comments>http://oktaykilic.com/programming/google-alerts-api-class/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 22:42:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Projects]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oktaykilic.com/?p=19</guid>
		<description><![CDATA[Google announced a wonderful service called Google Alerts lately.
Unfortunately, Google hasn&#8217;t published an API for Google Alerts, yet. I know how frustrating is to search for an API and can&#8217;t find it. So I decided to code a PHP class to use Google Alerts programmatically.
You would be able to add alerts, delete alerts and list [...]]]></description>
			<content:encoded><![CDATA[<p>Google announced a wonderful service called <a title="Google Alerts" href="http://www.google.com/alerts" target="_blank">Google Alerts</a> lately.</p>
<p>Unfortunately, Google hasn&#8217;t published an API for Google Alerts, yet. I know how frustrating is to search for an API and can&#8217;t find it. So I decided to code a PHP class to use Google Alerts programmatically.</p>
<p>You would be able to add alerts, delete alerts and list alerts by my Google Alerts API Class.</p>
<p>It is very simple to use. To use it;</p>
<p>1. Include it to your PHP code:<br />
<code>include('alerts.php');</code></p>
<p>2. Call the class:<br />
<code>$alerts = new GoogleAlerts();</code></p>
<p>3. Define the username and password of your Google account:<br />
<code>$alerts-&gt;username = '';<br />
$alerts-&gt;password = '';</code></p>
<p>And you would be able to list your alerts, add new alert and delete an alert now.</p>
<p><strong>To List Google Alerts:<br />
</strong><br />
<code>$alerts-&gt;listAlerts();</code></p>
<p>This code will return an array like this:</p>
<p><code>Array<br />
(<br />
[0] =&gt; Array<br />
(<br />
[s] =&gt; AB2Xq4hCMYO4rAnGLE_dX_g1s0VFPOvDsES-Y5Y<br />
[string] =&gt; oktay kilic<br />
[feed] =&gt; http://www.google.com/alerts/feeds/16833094743212089380/8815252463603277810<br />
)[1] =&gt; Array<br />
(<br />
[s] =&gt; AB2Xq4hybmv6-xhVJt-7zp61iRiEQ5aIAdoMHhI<br />
[string] =&gt; test<br />
[feed] =&gt; http://www.google.com/alerts/feeds/16833094743212089380/8505692390365346203<br />
))<strong>To Add A New Alert:</strong></p>
<p></code></p>
<p><code>$alerts-&gt;addAlert('test');</code></p>
<p>This code will return the info of the added alert like list function.</p>
<p><strong>To Delete A Google Alert:</strong></p>
<p><code>$alerts-&gt;deleteAlert('<code>AB2Xq4hCMYO4rAnGLE_dX_g1s0VFPOvDsES-Y5Y</code>&#8216;); // s value</code></p>
<p>You see it&#8217;s very simple.</p>
<p><strong>I&#8217;m selling the Google Alerts API Class for only $25</strong>, please contact me to buy it. I can also integrate the code in your application.</p>
<p>My email address is: info [at] oktaykilic.com</p>
<p>P.S: You need to clear your cookie.txt file contents to use another google account .</p>
]]></content:encoded>
			<wfw:commentRss>http://oktaykilic.com/programming/google-alerts-api-class/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello World!</title>
		<link>http://oktaykilic.com/other-stuff/hello-world/</link>
		<comments>http://oktaykilic.com/other-stuff/hello-world/#comments</comments>
		<pubDate>Fri, 29 Jan 1999 21:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Other Stuff]]></category>

		<category><![CDATA[hello world]]></category>

		<guid isPermaLink="false">http://oktaykilic.com/?p=17</guid>
		<description><![CDATA[I&#8217;ve decided to publish  a personal blog to organize my thoughts better. I&#8217;ve been using computer for about 12+ years and believe it or not, this&#8217;s my first blog entry.
I&#8217;ll try to write about programming (PHP mostly), web security and server management. I hope these would help someone.
You&#8217;d be able to view my current [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to publish  a personal blog to organize my thoughts better. I&#8217;ve been using computer for about 12+ years and believe it or not, this&#8217;s my first blog entry.</p>
<p>I&#8217;ll try to write about programming (PHP mostly), web security and server management. I hope these would help someone.</p>
<p>You&#8217;d be able to view my current projects and my previous projects here. Feel free to submit your comments, that would be very helpful.</p>
<p>Hello Blog :)
<div style="display:none">.!.</div>
]]></content:encoded>
			<wfw:commentRss>http://oktaykilic.com/other-stuff/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

