<?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>Crystal&#039;s Adventures in Webdev Land &#187; php</title>
	<atom:link href="http://crysodenkirk.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://crysodenkirk.com/blog</link>
	<description>Luck smiles on me often. Usually, it&#039;s with derision.</description>
	<lastBuildDate>Thu, 12 Jan 2012 17:09:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Mt. Mary Event Registration</title>
		<link>http://crysodenkirk.com/blog/2010/03/mt-mary-event-registration/</link>
		<comments>http://crysodenkirk.com/blog/2010/03/mt-mary-event-registration/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 02:53:03 +0000</pubDate>
		<dc:creator>Crys</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://crysodenkirk.com/blog/?p=1122</guid>
		<description><![CDATA[Mt. Mary needed an event registration form that could both send them information via email and post over to a credit card vendor at the same time. It also needed to be easy to update but had no database or &#8230; <a href="http://crysodenkirk.com/blog/2010/03/mt-mary-event-registration/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2010/06/essential-template-style-in-16-colors/' rel='bookmark' title='&#8220;Essential&#8221; Template Style in 16 colors'>&#8220;Essential&#8221; Template Style in 16 colors</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/view-javascript-generated-code-in-internet-explorer/' rel='bookmark' title='View Javascript-Generated Code in Internet Explorer'>View Javascript-Generated Code in Internet Explorer</a></li>
<li><a href='http://crysodenkirk.com/blog/2008/08/keepers-of-stromgarde/' rel='bookmark' title='Keepers of Stromgarde'>Keepers of Stromgarde</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1123" class="wp-caption aligncenter" style="width: 410px"><a href="https://www.mtmary.edu/events.php" target="_blank"><img src="http://crysodenkirk.com/blog/wp-content/uploads/2010/05/mtmary.jpg" alt="Mt. Mary Events Registration Form" title="Mt. Mary Events Registration Form" width="400" class="size-full wp-image-1123" /></a><p class="wp-caption-text">Mt. Mary Events Registration Form</p></div>
<p>Mt. Mary needed an event registration form that could both send them information via email and post over to a credit card vendor at the same time. It also needed to be easy to update but had no database or admin system to work through. So I used a php array to allow the client easy access to update the events without the need for them to learn html or javascript. This form includes the ability to add/delete guests and a running subtotal, as well as in-place validations via jquery which are then revalidated via php in case the user has javascript off.</p>
<img src="http://crysodenkirk.com/blog/?ak_action=api_record_view&id=1122&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2010/06/essential-template-style-in-16-colors/' rel='bookmark' title='&#8220;Essential&#8221; Template Style in 16 colors'>&#8220;Essential&#8221; Template Style in 16 colors</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/view-javascript-generated-code-in-internet-explorer/' rel='bookmark' title='View Javascript-Generated Code in Internet Explorer'>View Javascript-Generated Code in Internet Explorer</a></li>
<li><a href='http://crysodenkirk.com/blog/2008/08/keepers-of-stromgarde/' rel='bookmark' title='Keepers of Stromgarde'>Keepers of Stromgarde</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://crysodenkirk.com/blog/2010/03/mt-mary-event-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You know you&#8217;re a geek when&#8230;</title>
		<link>http://crysodenkirk.com/blog/2009/05/you-know-youre-a-geek-when/</link>
		<comments>http://crysodenkirk.com/blog/2009/05/you-know-youre-a-geek-when/#comments</comments>
		<pubDate>Mon, 25 May 2009 21:56:53 +0000</pubDate>
		<dc:creator>Crys</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[keepers of stromgarde]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[roleplaying games]]></category>
		<category><![CDATA[world of warcraft]]></category>

		<guid isPermaLink="false">http://crysodenkirk.com/blog/?p=379</guid>
		<description><![CDATA[You know you&#8217;re a geek when&#8230; &#8230; you spend your Memorial Day bouncing between making a checklist for finally upgrading your WoW guild&#8217;s (Keepers of Stromgarde) forums/portal application, moving content from your old website to your new, trying to get &#8230; <a href="http://crysodenkirk.com/blog/2009/05/you-know-youre-a-geek-when/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2009/06/a-spot-of-trouble-part-2/' rel='bookmark' title='A Spot of Trouble, part 2'>A Spot of Trouble, part 2</a></li>
<li><a href='http://crysodenkirk.com/blog/2010/05/jquerycss3-gallery-update/' rel='bookmark' title='jQuery/CSS3 gallery update'>jQuery/CSS3 gallery update</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/12/such-a-geek/' rel='bookmark' title='such a geek'>such a geek</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You know you&#8217;re a geek when&#8230;</p>
<p>&#8230; you spend your Memorial Day bouncing between making a checklist for finally upgrading your <a href="http://www.keepersofstromgarde.net" target="_blank" title="*sobs* I love you guys...">WoW guild&#8217;s (Keepers of Stromgarde) forums/portal application</a>, moving content from your old website to your new, trying to get your calluses back for the guitar you finally have again after more than a decade without playing (ouch), modding your WordPress files, and writing a serial story for one of your MCs (Adrien/Aydrien Seelund &#8212; watch this space for the first story soon) who&#8217;s been both a <a href=http://www.birthright.net title="My Favorite Game. EVAR!" target="_blank">Birthright</a> and and <a href="http://www.worldofwarcraft.com" target="_blank" title="My second favorite game. EVAR!">World of Warcraft</a> character at this point&#8230;</p>
<p>&#8230; all while having had more <a href="http://www.uplandbeer.com/" target="_blank" title="try the Ard Ri if you get the chance... who knew Indiana could brew? Finally, something that makes me proud to have been born there!">good red beer</a> than any rational being should consume&#8230;</p>
<img src="http://crysodenkirk.com/blog/?ak_action=api_record_view&id=379&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2009/06/a-spot-of-trouble-part-2/' rel='bookmark' title='A Spot of Trouble, part 2'>A Spot of Trouble, part 2</a></li>
<li><a href='http://crysodenkirk.com/blog/2010/05/jquerycss3-gallery-update/' rel='bookmark' title='jQuery/CSS3 gallery update'>jQuery/CSS3 gallery update</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/12/such-a-geek/' rel='bookmark' title='such a geek'>such a geek</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://crysodenkirk.com/blog/2009/05/you-know-youre-a-geek-when/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schroeder Bros. Construction, Inc.</title>
		<link>http://crysodenkirk.com/blog/2007/04/schroeder-bros-construction-inc/</link>
		<comments>http://crysodenkirk.com/blog/2007/04/schroeder-bros-construction-inc/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 17:06:17 +0000</pubDate>
		<dc:creator>Crys</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Sites I've done]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://crysodenkirk.com/blog/?p=215</guid>
		<description><![CDATA[This one might just be the best design I&#8217;ve ever done. It&#8217;s certainly one of the top ones. And they made it really easy to make the site for them. They do amazing work and gave me excellent photos to &#8230; <a href="http://crysodenkirk.com/blog/2007/04/schroeder-bros-construction-inc/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2005/10/lithograhicscom/' rel='bookmark' title='Lithograhics.com'>Lithograhics.com</a></li>
<li><a href='http://crysodenkirk.com/blog/2007/01/precision-screw-thread-corp/' rel='bookmark' title='Precision Screw Thread Corp.'>Precision Screw Thread Corp.</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/keyclothes/' rel='bookmark' title='Keyclothes'>Keyclothes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>  <a href="/images/gallery_new/schroederbrosscreen.png" title="Click here to see the Schroeder Bros. screenshot full size" target="_blank"><img src="/images/gallery_new/schroederbrosscreen.png" alt="Schroeder Bros. Construction Inc, screenshot" width=460></a></p>
<p>This one might just be the best design I&#8217;ve ever done. It&#8217;s certainly one of the top ones. And they made it really easy to make the site for them. They do amazing work and gave me excellent photos to work from. If I was building a house, I&#8217;d want them to do it. And I&#8217;m not just saying that because they were clients. Go take a look at some of the gorgeous woodwork in the gallery.</p>
<p><strong>Website:</strong> <a href="http://www.schroederbrothers.com" target="_blank" title="Open a new window and go to schroederbrothers.com">Custom Homes and Condos &#8211; Schroeder Bros. Construction, Inc of Pewaukee, WI</a></p>
<p><strong>Details:</strong> Fixed width site with repeating background. All of the textures used in the site are sampled from client-supplied photos from their homes, including the background /bracketing texture. Summer of &#8217;2007. </p>
<p>Banners:<br />
<img src="http://crysodenkirk.com/blog/wp-content/uploads/2007/04/schroederbrothers.gif" alt="schroederbrothers" title="schroederbrothers" width="468" height="60" class="alignnone size-full wp-image-217" /></p>
<p><img src="http://crysodenkirk.com/blog/wp-content/uploads/2007/04/schroederbrothers468x60static-300x38.gif" alt="schroederbrothers468x60static" title="schroederbrothers468x60static" width="300" height="38" class="alignnone size-medium wp-image-219" /></p>
<p><img src="http://crysodenkirk.com/blog/wp-content/uploads/2007/04/schroederbrothers120x90static.gif" alt="schroederbrothers120x90static" title="schroederbrothers120x90static" width="120" height="90" class="alignnone size-full wp-image-218" /></p>
<img src="http://crysodenkirk.com/blog/?ak_action=api_record_view&id=215&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2005/10/lithograhicscom/' rel='bookmark' title='Lithograhics.com'>Lithograhics.com</a></li>
<li><a href='http://crysodenkirk.com/blog/2007/01/precision-screw-thread-corp/' rel='bookmark' title='Precision Screw Thread Corp.'>Precision Screw Thread Corp.</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/keyclothes/' rel='bookmark' title='Keyclothes'>Keyclothes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://crysodenkirk.com/blog/2007/04/schroeder-bros-construction-inc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Precision Screw Thread Corp.</title>
		<link>http://crysodenkirk.com/blog/2007/01/precision-screw-thread-corp/</link>
		<comments>http://crysodenkirk.com/blog/2007/01/precision-screw-thread-corp/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 18:18:34 +0000</pubDate>
		<dc:creator>Crys</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Sites I've done]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[photo manipulation]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://crysodenkirk.com/blog/?p=228</guid>
		<description><![CDATA[I&#8217;ve done a lot of industrial and manufacturing sites. Most of them are very cut and dried, get it done as fast as you can, we want it to look as plain as you can and still get our information &#8230; <a href="http://crysodenkirk.com/blog/2007/01/precision-screw-thread-corp/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2009/10/yes-its-pretty-but-its-not-a-great-web-presence/' rel='bookmark' title='Yes, it&#8217;s pretty but it&#8217;s not a great web presence'>Yes, it&#8217;s pretty but it&#8217;s not a great web presence</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/keyclothes/' rel='bookmark' title='Keyclothes'>Keyclothes</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/a-couple-tips-for-your-website-random-companies/' rel='bookmark' title='A couple tips for your website, random companies'>A couple tips for your website, random companies</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done a lot of industrial and manufacturing sites. Most of them are very cut and dried, get it done as fast as you can, we want it to look as plain as you can and still get our information across. That&#8217;s not a value judgment, just a constraint that you usually have to work under with certain industries.</p>
<p>Precision Screw Thread stands out from their industry for their recognition that &#8220;functional&#8221; does not have to equal &#8220;ugly&#8221;. I had a lot of fun putting this one together.</p>
<p><a href="http://www.precisionscrewthread.com" target=_blank>Precision Screw Thread, Inc.</a></p>
<p>The initial landing page for the site was conceived as an abstracted display panel from one of the threading machines and evolved into what you see on the page now. We wanted to showcase the short movie but avoid the typical &#8220;trash splash&#8221; intro that trips up a lot of sites. This display panel instead brings together the site&#8217;s navigation and news from the company blog to make it easy for users to get where they want to go on the site (I was outvoted on making the movie start playing immediately. Sorry visitors, you&#8217;ll have to hit stop instead of start).</p>
<p><a href="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/precision_splash.png"><img src="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/precision_splash-300x199.png" alt="precision_splash" title="precision_splash" width="300" height="199" class="alignnone size-medium wp-image-229" /></a></p>
<p>The internal pages carry through the theme and the navigation from the intro page. We wanted to add a little motion so I animated the starburst behind the logo in the upper left so that it glows and rotates on mouseover.</p>
<p><a href="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/pst_internal.png"><img src="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/pst_internal-295x300.png" alt="pst_internal" title="pst_internal" width="295" height="300" class="alignnone size-medium wp-image-230" /></a></p>
<img src="http://crysodenkirk.com/blog/?ak_action=api_record_view&id=228&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2009/10/yes-its-pretty-but-its-not-a-great-web-presence/' rel='bookmark' title='Yes, it&#8217;s pretty but it&#8217;s not a great web presence'>Yes, it&#8217;s pretty but it&#8217;s not a great web presence</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/keyclothes/' rel='bookmark' title='Keyclothes'>Keyclothes</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/a-couple-tips-for-your-website-random-companies/' rel='bookmark' title='A couple tips for your website, random companies'>A couple tips for your website, random companies</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://crysodenkirk.com/blog/2007/01/precision-screw-thread-corp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Associated Surgical &amp; Medical Specialists, LLC</title>
		<link>http://crysodenkirk.com/blog/2006/04/associated-surgical-medical-specialists-llc/</link>
		<comments>http://crysodenkirk.com/blog/2006/04/associated-surgical-medical-specialists-llc/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 17:40:33 +0000</pubDate>
		<dc:creator>Crys</dc:creator>
				<category><![CDATA[Sites I've done]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://crysodenkirk.com/blog/?p=223</guid>
		<description><![CDATA[Associated Surgical &#38; Medical Specialists, LLC Liquid layout, javascript enhancement, dynamically generated menu items Related posts:View Javascript-Generated Code in Internet Explorer Form Usability and Design


Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2009/05/view-javascript-generated-code-in-internet-explorer/' rel='bookmark' title='View Javascript-Generated Code in Internet Explorer'>View Javascript-Generated Code in Internet Explorer</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/form-usability-and-design/' rel='bookmark' title='Form Usability and Design'>Form Usability and Design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href=http://www.asmsdocs.com/ target=_blank>Associated Surgical &amp; Medical Specialists, LLC</a></p>
<p>Liquid layout, javascript enhancement, dynamically generated menu items</p>
<img src="http://crysodenkirk.com/blog/?ak_action=api_record_view&id=223&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2009/05/view-javascript-generated-code-in-internet-explorer/' rel='bookmark' title='View Javascript-Generated Code in Internet Explorer'>View Javascript-Generated Code in Internet Explorer</a></li>
<li><a href='http://crysodenkirk.com/blog/2009/05/form-usability-and-design/' rel='bookmark' title='Form Usability and Design'>Form Usability and Design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://crysodenkirk.com/blog/2006/04/associated-surgical-medical-specialists-llc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lithograhics.com</title>
		<link>http://crysodenkirk.com/blog/2005/10/lithograhicscom/</link>
		<comments>http://crysodenkirk.com/blog/2005/10/lithograhicscom/#comments</comments>
		<pubDate>Fri, 28 Oct 2005 13:50:45 +0000</pubDate>
		<dc:creator>Crys</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Sites I've done]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://crysodenkirk.com/blog/?p=191</guid>
		<description><![CDATA[This is a site worth visiting. I&#8217;m pretty happy with how it turned out. The brief for Lithographics included a small book that they print and use for promotions and my task was to keep the website in line with &#8230; <a href="http://crysodenkirk.com/blog/2005/10/lithograhicscom/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2006/04/rhh-foam-systems/' rel='bookmark' title='RHH Foam Systems'>RHH Foam Systems</a></li>
<li><a href='http://crysodenkirk.com/blog/2007/04/schroeder-bros-construction-inc/' rel='bookmark' title='Schroeder Bros. Construction, Inc.'>Schroeder Bros. Construction, Inc.</a></li>
<li><a href='http://crysodenkirk.com/blog/2007/01/precision-screw-thread-corp/' rel='bookmark' title='Precision Screw Thread Corp.'>Precision Screw Thread Corp.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/lithographics.png"><img src="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/lithographics-300x225.png" alt="lithographics" title="lithographics" width="300" height="225" class="alignnone size-medium wp-image-188" /></a></p>
<p>This is a site worth visiting. I&#8217;m pretty happy with how it turned out. The brief for Lithographics included a small book that they print and use for promotions and my task was to keep the website in line with that book while still giving them a dynamic &#8212; in both design and technical terms &#8212; site that would stand out from the competition and convey the quality of their print work despite being a non-print medium.</p>
<p>I wrote all the code and markup for this site, with the exception of the reference desk, which I heavily modified from an application written in-house by another programmer at the company, and I created all the banner ads using single-frame cel animation techniques in Photoshop and ImageReady. I also converted all the photos from press-ready to web-ready with an eye to making them look the way they looked after coming off the press, rather than just making them look like digital photos. (I was very successful at that, if that tells you anything about the exceptional quality of the print-work that Lithographics does).</p>
<p><a href=http://www.lithographics.com target=_blank>Lithographics, Inc. &#8211; Quality Printing, Superior Production</a></p>
<p>When I did the site in 2005 it had a different look for each of the sections; looks like they liked the lightbulb so much they had the agency that hosts the site change all the sections to match that. Here are mockups of two of those other two sections:</p>
<p><a href="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/prepress.jpg"><img src="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/prepress-150x150.jpg" alt="Digital Pre-Press" title="Digital Pre-Press" width="150" height="150" class="alignnone size-thumbnail wp-image-193" /></a>&nbsp;<a href="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/refdesk2.jpg"><img src="http://crysodenkirk.com/blog/wp-content/uploads/2009/05/refdesk2-150x150.jpg" alt="Reference Desk" title="Reference Desk" width="150" height="150" class="alignnone size-thumbnail wp-image-192" /></a></p>
<p>Banners:</p>
<p><img src="http://crysodenkirk.com/blog/wp-content/uploads/2005/10/lithographics468x60static.gif" alt="lithographics468x60static" title="lithographics468x60static" width="468" height="60" class="alignnone size-full wp-image-213" /></p>
<p><img src="http://crysodenkirk.com/blog/wp-content/uploads/2005/10/lithographics.gif" alt="lithographics" title="lithographics" width="468" height="60" class="alignnone size-full wp-image-211" /></p>
<p><img src="http://crysodenkirk.com/blog/wp-content/uploads/2005/10/lithographics120x90static.gif" alt="lithographics120x90static" title="lithographics120x90static" width="120" height="90" class="alignnone size-full wp-image-212" /></p>
<img src="http://crysodenkirk.com/blog/?ak_action=api_record_view&id=191&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2006/04/rhh-foam-systems/' rel='bookmark' title='RHH Foam Systems'>RHH Foam Systems</a></li>
<li><a href='http://crysodenkirk.com/blog/2007/04/schroeder-bros-construction-inc/' rel='bookmark' title='Schroeder Bros. Construction, Inc.'>Schroeder Bros. Construction, Inc.</a></li>
<li><a href='http://crysodenkirk.com/blog/2007/01/precision-screw-thread-corp/' rel='bookmark' title='Precision Screw Thread Corp.'>Precision Screw Thread Corp.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://crysodenkirk.com/blog/2005/10/lithograhicscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twilight Games</title>
		<link>http://crysodenkirk.com/blog/2003/09/twilight-games/</link>
		<comments>http://crysodenkirk.com/blog/2003/09/twilight-games/#comments</comments>
		<pubDate>Tue, 09 Sep 2003 19:26:21 +0000</pubDate>
		<dc:creator>Crys</dc:creator>
				<category><![CDATA[Sites I've done]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[roleplaying games]]></category>

		<guid isPermaLink="false">http://crysodenkirk.com/blog/?p=253</guid>
		<description><![CDATA[This site is no longer available, but here&#8217;s a screenshot and one of the animated banners I did for the site. Related posts:Twilight Games Logo Schroeder Bros. Construction, Inc. Lithograhics.com


Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2003/07/twilight-games-logo/' rel='bookmark' title='Twilight Games Logo'>Twilight Games Logo</a></li>
<li><a href='http://crysodenkirk.com/blog/2007/04/schroeder-bros-construction-inc/' rel='bookmark' title='Schroeder Bros. Construction, Inc.'>Schroeder Bros. Construction, Inc.</a></li>
<li><a href='http://crysodenkirk.com/blog/2005/10/lithograhicscom/' rel='bookmark' title='Lithograhics.com'>Lithograhics.com</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This site is no longer available, but here&#8217;s a screenshot and one of the animated banners I did for the site.</p>
<p><a href=http://www.crysodenkirk.com/images/gallery/tg_screenshot.jpg target=_blank><img src=http://www.crysodenkirk.com/images/gallery/tg_screenshot.jpg></a></p>
<p><img src=http://www.crysodenkirk.com/images/gallery/bannerobsid.gif></p>
<img src="http://crysodenkirk.com/blog/?ak_action=api_record_view&id=253&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://crysodenkirk.com/blog/2003/07/twilight-games-logo/' rel='bookmark' title='Twilight Games Logo'>Twilight Games Logo</a></li>
<li><a href='http://crysodenkirk.com/blog/2007/04/schroeder-bros-construction-inc/' rel='bookmark' title='Schroeder Bros. Construction, Inc.'>Schroeder Bros. Construction, Inc.</a></li>
<li><a href='http://crysodenkirk.com/blog/2005/10/lithograhicscom/' rel='bookmark' title='Lithograhics.com'>Lithograhics.com</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://crysodenkirk.com/blog/2003/09/twilight-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

