<?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>to write your own &#187; The Codes</title>
	<atom:link href="http://www.torkhum.com/category/the-codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.torkhum.com</link>
	<description>just the info i find for daily tork</description>
	<lastBuildDate>Wed, 23 Jun 2010 03:02:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add Twitter feeds to your web site using Simple XML</title>
		<link>http://www.torkhum.com/2009/07/01/add-twitter-feed/</link>
		<comments>http://www.torkhum.com/2009/07/01/add-twitter-feed/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:52:27 +0000</pubDate>
		<dc:creator>insirri</dc:creator>
				<category><![CDATA[The Codes]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.torkhum.com/?p=283</guid>
		<description><![CDATA[Add Twitter feeds to your web site using Simple XML: see example
//Simply add this section of the code somewhere on top of the page --&#62;//

&#60;?php

function twitter_status($twitter_id, $hyperlinks = true) {

  $c = curl_init();

  curl_setopt($c, CURLOPT_URL, "http://twitter.com/statuses/user_timeline/$twitter_id.xml");

  curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);

  curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3);

  curl_setopt($c, CURLOPT_TIMEOUT, 5);

  $response = curl_exec($c);

  [...]]]></description>
		<wfw:commentRss>http://www.torkhum.com/2009/07/01/add-twitter-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Computing &#8211; Sun Microsystems</title>
		<link>http://www.torkhum.com/2009/07/01/cloud-computing-sun-microsystems/</link>
		<comments>http://www.torkhum.com/2009/07/01/cloud-computing-sun-microsystems/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:04:06 +0000</pubDate>
		<dc:creator>insirri</dc:creator>
				<category><![CDATA[The Codes]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://www.torkhum.com/?p=280</guid>
		<description><![CDATA[Cloud Computing white paper from Sun Microsystems
Cloud computing promises to increase the velocity with which applications are deployed, increase innovation,
and lower costs, all while increasing business agility. Sun takes an inclusive view of cloud computing that
allows it to support every facet, including the server, storage, network, and virtualization technology that drives
cloud computing environments to the [...]]]></description>
		<wfw:commentRss>http://www.torkhum.com/2009/07/01/cloud-computing-sun-microsystems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLV MIME Type for IIS</title>
		<link>http://www.torkhum.com/2008/05/01/flv-mime-type-for-iis/</link>
		<comments>http://www.torkhum.com/2008/05/01/flv-mime-type-for-iis/#comments</comments>
		<pubDate>Thu, 01 May 2008 21:36:23 +0000</pubDate>
		<dc:creator>insirri</dc:creator>
				<category><![CDATA[The Codes]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[MIME TYPE]]></category>

		<guid isPermaLink="false">http://www.torkhum.com/?p=265</guid>
		<description><![CDATA[I ran into a problem of not being able to play FLV on one of the servers. After talking with some experts and thorough research, Here is the solution:
Adding .flv MIME type in IIS
1) Select the site to configure in IIS, right click and select &#8220;Properties&#8221;
2) Under HTTP Headers Tab, select &#8220;File Types&#8221; under the [...]]]></description>
		<wfw:commentRss>http://www.torkhum.com/2008/05/01/flv-mime-type-for-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
