<?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>ThansCorner &#187; Programming</title>
	<atom:link href="http://www.thanscorner.info/archives/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thanscorner.info</link>
	<description>Tech. Philosophy. Politics. Everything else.</description>
	<lastBuildDate>Thu, 10 Jun 2010 23:10:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter OAuth for PHP</title>
		<link>http://www.thanscorner.info/archives/2009/twitter-oauth-for-php</link>
		<comments>http://www.thanscorner.info/archives/2009/twitter-oauth-for-php#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:11:40 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=256</guid>
		<description><![CDATA[For anyone writing a PHP Twitter App to interact with the Twitter API, TwitterOAuth is an incredibly helpful piece of open source code.  It handles the secure authentication through OAuth, and then includes function calls for using that authenticated status to carry out any desired GET or POST exchange with the Twitter API.
The project is [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone writing a PHP Twitter App to interact with the Twitter API, TwitterOAuth is an incredibly helpful piece of open source code.  It handles the secure authentication through OAuth, and then includes function calls for using that authenticated status to carry out any desired GET or POST exchange with the Twitter API.</p>
<p>The project is located at: <a href="http://twitter.abrah.am/">http://twitter.abrah.am/</a></p>
<p>The author is pretty careful to remind readers that the library is still in beta, incomplete and likely to change.  Nevertheless, his documentation, comments, and live examples make this library a must use.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2009/twitter-oauth-for-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenGL Video Tutorials</title>
		<link>http://www.thanscorner.info/archives/2008/opengl-video-tutorials</link>
		<comments>http://www.thanscorner.info/archives/2008/opengl-video-tutorials#comments</comments>
		<pubDate>Sun, 13 Jan 2008 20:54:29 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2008/opengl-video-tutorials</guid>
		<description><![CDATA[I&#8217;ve been working a bit lately with the Glut OpenGL library.  It&#8217;s pretty simple to get started with but there were a few complicated bits that had me stumped.  In my search for online resources, I came across Bill Jacobs&#8217; very good step-by-step set of video tutorials with lots of accompanying sample code.
Covering [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working a bit lately with the Glut OpenGL library.  It&#8217;s pretty simple to get started with but there were a few complicated bits that had me stumped.  In my search for online resources, I came across Bill Jacobs&#8217; very good step-by-step set of video tutorials with lots of accompanying sample code.</p>
<p>Covering everything from basic topics such as shapes and colors all the way up to perspective changes, textures, and animations, these lessons help build up a solid and thorough understanding of OpenGL and Glut.  To top it off, the videos are in flash and download pretty quickly.</p>
<p>Check them out: <a href="http://www.videotutorialsrock.com">OpenGL Video Tutorials</a><br />
<!-- technorati tags begin --></p>
<p style="font-size: 10px; text-align: right">Tags: <a href="http://technorati.com/tag/Programming" rel="tag">Programming</a>, <a href="http://technorati.com/tag/OpenGL" rel="tag">OpenGL</a></p>
<p><!-- technorati tags end --></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials&amp;title=OpenGL+Video+Tutorials" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials&amp;title=OpenGL+Video+Tutorials" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials&amp;title=OpenGL+Video+Tutorials" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials&amp;title=OpenGL+Video+Tutorials" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials&amp;title=OpenGL+Video+Tutorials', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials&amp;title=OpenGL+Video+Tutorials" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fopengl-video-tutorials&amp;title=OpenGL+Video+Tutorials" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2008/opengl-video-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.391 seconds -->
