<?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>tryingtothink &#187; code</title>
	<atom:link href="http://tryingtothink.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://tryingtothink.com</link>
	<description>wait for it...</description>
	<lastBuildDate>Sun, 01 May 2011 22:52:16 +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>Moving to Linode</title>
		<link>http://tryingtothink.com/2008/01/30/moving-to-linode/</link>
		<comments>http://tryingtothink.com/2008/01/30/moving-to-linode/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 23:30:35 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tryingtothink.com/2008/01/30/moving-to-linode/</guid>
		<description><![CDATA[I&#8217;ve recently switched this site&#8217;s hosting from Dreamhost to Linode. I&#8217;ve always wanted to manage my own server, but until this point I&#8217;ve been either too lazy or too busy to learn. I looked for VPS solutions for a while, but I never found any that I liked or that I could afford; until I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently switched this site&#8217;s hosting from <a href="http://dreamhost.com">Dreamhost</a> to <a href="http://www.linode.com/?r=c755270390d98a81c8eb0b77e61d757e2f35c100">Linode</a>.  I&#8217;ve always wanted to manage my own server, but until this point I&#8217;ve been either too lazy or too busy to learn.  I looked for VPS solutions for a while, but I never found any that I liked or that I could afford; until I found Linode.  My first encounter with Linode was through the <a href="http://tryingtothink.com/2007/09/10/rails-rumble-2007-gigasaurus/">Rails Rumble Competition I was in</a>.  After seeing what they had to offer, I couldn&#8217;t hold out any longer.</p>
<p>I&#8217;m now a server administrator of sorts.  </p>
<p>For $20/month I have a VPS w/ 360MiB of RAM and 10 gigs of space.  Not bad!  Within the first hour or so, I had Debian loaded and running <a href="http://www.lighttpd.net/">lighttpd</a> with PHP.  I later found out I messed everything up and that my heart longed for <a href="http://httpd.apache.org/">Apache</a>, so I started over.  Within a few days I had setup Apache2+PHP+FastCGI+SuExec, MySQL, Subversion, Postfix/Courier and FTP and found time to move <a href="http://hhband.com">all</a> <a href="http://syhla.com/">of</a> <a href="http://localgroove.com">my</a> <a href="http://inspiredworks.net">sites</a> to the new server.  Whew!</p>
<p>For those looking for help with Linode setup, here&#8217;s a list of guides I used to setup my server:</p>
<ul>
<li><a href="http://technichristian.net/index.php?q=node/5">Debian 4.0 Server Guide</a></li>
<li><a href="http://workaround.org/articles/ispmail-etch/">Howto: ISP-style Email Server with Debian-Etch and Postfix</a></li>
<li><a href="http://www.linode.com/forums/viewtopic.php?t=2982">HowTo: Apache2, SuExec, PHP5 and FastCGI for Virtual Domains</a></li>
</ul>
<p>If you&#8217;re looking for a good VPS, I suggest taking a look at <a href="http://www.linode.com/?r=c755270390d98a81c8eb0b77e61d757e2f35c100">Linode</a>.  So far, I&#8217;m loving the move (and no, I&#8217;m not being paid to say this).</p>
]]></content:encoded>
			<wfw:commentRss>http://tryingtothink.com/2008/01/30/moving-to-linode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Combining iCals</title>
		<link>http://tryingtothink.com/2007/08/02/combining-icals/</link>
		<comments>http://tryingtothink.com/2007/08/02/combining-icals/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 15:41:48 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://tryingtothink.com/2007/08/02/combining-icals/</guid>
		<description><![CDATA[I have two separate calendars within Google Calendar that I use to keep track of things. One is for the band, which is shared amongst the members, and the other is my personal calendar. I use Netvibes as my homepage and wanted to have both calendars displayed within one calendar widget. The Netvibes calendar widget [...]]]></description>
			<content:encoded><![CDATA[<p>I have two separate calendars within <a href="http://calendar.google.com">Google Calendar</a> that I use to keep track of things.  One is for the <a href="http://hhband.com/">band</a>, which is shared amongst the members, and the other is my personal calendar.  I use <a href="http://netvibes.com">Netvibes</a> as my homepage and wanted to have both calendars displayed within one calendar widget.</p>
<p><span id="more-8"></span></p>
<p>The Netvibes calendar widget supports iCal, which is the preferred export format for Google Calendar, so I set out to make a script to combine the two (or more) iCals into one.</p>
<p>The script is rudimentary and no attempt at caching was made.  I just needed something quick and dirty to solve the problem.  This script is a modified version of the final script, which uses a made up token and public iCal links instead of my own:</p>
<h3>Usage</h3>
<ol>
<li>Download the script, saving as ical.php</li>
<li>Change the key and/or calendar name to something meaningful</li>
<li>Link to the file on your server appending your key: ical.php?key=[yourkey]</li>
</ol>
<p class="download php"><a href="/wp-content/code/ical.phps">Download ical.php source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tryingtothink.com/2007/08/02/combining-icals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: tryingtothink.com @ 2012-05-19 08:42:34 -->
