<?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>gr[ea]ymetalprimer.com</title>
	<atom:link href="http://greymetalprimer.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://greymetalprimer.com</link>
	<description>the glonous world</description>
	<lastBuildDate>Mon, 20 Aug 2007 21:44:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shin and Murdo</title>
		<link>http://greymetalprimer.com/?p=12</link>
		<comments>http://greymetalprimer.com/?p=12#comments</comments>
		<pubDate>Mon, 20 Aug 2007 21:44:21 +0000</pubDate>
		<dc:creator>sprion</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://greymetalprimer.com/?p=12</guid>
		<description><![CDATA[Allow me to introduce Shin Prion and collaborator Murdo:
memorial Featuring Murdo

I&#8217;ve been saving these boxtops for almost three years
I tally my score at the end of each week
Discarded as worthless
It takes a million to reveal their purpose
Thirty score more points
and I&#8217;m going to Fiji
Just a few packs of smokes
I&#8217;ll be lying on the beach
Margaritas, Mojitos
Caipirinhas, [...]]]></description>
		<wfw:commentRss>http://greymetalprimer.com/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maggie &amp; Shawn</title>
		<link>http://greymetalprimer.com/?p=11</link>
		<comments>http://greymetalprimer.com/?p=11#comments</comments>
		<pubDate>Tue, 29 Aug 2006 13:03:42 +0000</pubDate>
		<dc:creator>sprion</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://greymetalprimer.com/?p=11</guid>
		<description><![CDATA[What are the young couple up to?
]]></description>
		<wfw:commentRss>http://greymetalprimer.com/?feed=rss2&amp;p=11</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash won&#8217;t save every one of us</title>
		<link>http://greymetalprimer.com/?p=10</link>
		<comments>http://greymetalprimer.com/?p=10#comments</comments>
		<pubDate>Tue, 18 Apr 2006 10:31:26 +0000</pubDate>
		<dc:creator>sprion</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://greymetalprimer.com/?p=10</guid>
		<description><![CDATA[attention bands of the world:




I don&#8217;t feel myself so important as to entertain any illusion that you, the bands of the world, should give a rat&#8217;s ass what I think. But should you be inclined to take the time to listen to my ramblings, keep reading.



If you really don&#8217;t want me to like your band [...]]]></description>
		<wfw:commentRss>http://greymetalprimer.com/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fun with :CueCat</title>
		<link>http://greymetalprimer.com/?p=4</link>
		<comments>http://greymetalprimer.com/?p=4#comments</comments>
		<pubDate>Mon, 21 Feb 2005 01:16:21 +0000</pubDate>
		<dc:creator>sprion</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[cuecat.sc]]></category>

		<guid isPermaLink="false">http://greymetalprimer.com/?p=4</guid>
		<description><![CDATA[40cd531f95e019890b0203a85104cfa5  cuecat_sc.tar.gz
A few years ago a company called Digital Convergence Inc. released a barcode reader called the :CueCat&#8482;. Shortly thereafter, it was discovered that the output of this device could be easily decoded (see here or here),ushering in countless homegrown applications for the device.
I like a few of my peers picked up one of [...]]]></description>
		<wfw:commentRss>http://greymetalprimer.com/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test pages</title>
		<link>http://greymetalprimer.com/?p=6</link>
		<comments>http://greymetalprimer.com/?p=6#comments</comments>
		<pubDate>Wed, 23 Jun 2004 09:16:53 +0000</pubDate>
		<dc:creator>sprion</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://greymetalprimer.com/?p=6</guid>
		<description><![CDATA[While I worked in web hosting technical support, I made a collection of test
scripts to check to see if various interpreters were working.
Active Server Pages (ASP)
reference
test.asp
&#60;html&#62;
&#60;% response.write(&#8221;test&#8221;) %&#62;
&#60;/html&#62;
Cold Fusion
reference
test.cfm
&#60;html&#62;
&#60;cfset testVar = &#8220;test&#8221;&#62;
&#60;cfoutput&#62;
#variables.testVar#
&#60;/cfoutput&#62;
&#60;/html&#62;
PHP: Hypertext Preprocessor (PHP)
reference
test.php
&#60;html&#62;
&#60;?php
print &#8220;test&#8221;;
?&#62;
&#60;/html&#62;
Practical Extraction and Report Language (Perl)
test.pl
#!/usr/bin/perl
use CGI qw(:standard);
print header,start_html,&#8221;test&#8221;,end_html;
Server Side Includes (SSI)
reference
test.shtml
&#60;html&#62;
&#60;!&#8211;#echo var=&#8221;HTTP_HOST&#8221; &#8211;&#62;
&#60;/html&#62;
eXtended Server-Side Includes (XSSI)
test.shtml
&#60;html&#62;
&#60;!&#8211;#set var=&#8221;test&#8221; value=&#8221;test&#8221; &#8211;&#62;
&#60;!&#8211;#echo [...]]]></description>
		<wfw:commentRss>http://greymetalprimer.com/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
