<?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>Webomator Blog &#187; Web Development</title>
	<atom:link href="http://www.webomator.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webomator.com</link>
	<description>Swell News, Hype &#038; Hyperbole from the Secret Laboratory at Webomator.com</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:16:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How you can help me support your mobile device in the Future That Never Was</title>
		<link>http://www.webomator.com/2011/10/08/how-you-can-help-me-support-your-mobile-device-in-the-future-that-never-was/</link>
		<comments>http://www.webomator.com/2011/10/08/how-you-can-help-me-support-your-mobile-device-in-the-future-that-never-was/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 22:25:18 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Works in Progress]]></category>

		<guid isPermaLink="false">http://www.webomator.com/?p=1399</guid>
		<description><![CDATA[A couple of years ago, when I put together my Retropolis web site, I had no idea that there would be a problem there for users who were using touch sensitive mobile devices. Since I figured that out it has bothered me whenever I&#8217;ve had a moment to be bothered. The problem is that my [...]]]></description>
			<content:encoded><![CDATA[<div style="width:450px;margin-left:25px;">
<p align="left">A couple of years ago, when I put together my <a href="http://shop.webomator.com/retropolis/" target="_blank">Retropolis web site</a>, I had no idea that there would be a problem there for users who were using touch sensitive mobile devices. Since I figured that out it has bothered me whenever I&#8217;ve had a moment to be bothered.</p>
<p align="left"><img src="http://www.webomator.com/grafx2/blog/retropolis_mobile_devices.jpg" alt="Mobile Devices in a retro futuristic world" width="295" height="329" style="float:right;margin:4px;margin-right:0px;">The problem is that my spiffy dropdown menus scroll down when you pass your mouse over them. This is a really neat thing, for desktops and laptops, while it&#8217;s a disaster on those devices that don&#8217;t understand the concept of a hovering pointer. Which is every touch device, I&#8217;m afraid.</p>
<p align="left">The sorry truth is that I&#8217;m sure the main navigation at Retropolis just hasn&#8217;t worked for folks who came there with their iPad, their Android or Blackberry smartphone, or one of the countless numbers of other mobile devices.</p>
<p align="left">I <em>may</em> have fixed that today; I can&#8217;t be certain (because I&#8217;ve got no actual mobile devices to test with*) but it seems sound.</p>
<p align="left">I adopted the logic from a <a href="http://notnotmobile.appspot.com/" target="_blank">clever Python script.</a> The deal is, you don&#8217;t want to have to selectively identify <em>every mobile device in the universe</em>. There are too many; there are more every day; and any bit of Javascript that tries to keep up to date will be as big as a phone book before you know it.</p>
<p align="left">On the other hand, there are very few <em>desktop operating systems</em>. If you check for each of those, almost anything that&#8217;s left is a phone or tablet. There are some exceptions &#8211; the iPhone and iPad actually include the word &quot;Mac OS&quot; in their user agent strings (curse you, iDevices!) so you need to do a little additional screening to weed that out, as shown in the post above. But on the whole the logic works, so I made up my own little version in Javascript.</p>
<p align="left">At the moment those menus <em>should</em> behave properly whether you&#8217;re on a desktop/laptop, or on a mobile device. But like I said I can&#8217;t do a lot of testing since at the moment I&#8217;m limited to Windows, plus a little user agent spoofing.</p>
<p align="left"><a href="http://shop.webomator.com/retropolis/" target="_blank"><img src="http://www.webomator.com/grafx2/blog/Retropolis_Art.jpg" alt="The Retropolis web site" width="296" height="400" border="0" style="float:right;"></a>So if you&#8217;re using an iPad or an Android tablet, some other tablet, or a smartphone (or even an unusual operating system) you could test that for me by <a href="http://shop.webomator.com/retropolis/" target="_blank">visiting Retropolis</a> and trying to use the dropdown menu below the header on each page.</p>
<p align="left">If you&#8217;re using a desktop computer the menus should drop down when you pass your mouse over them. If you&#8217;re using a mobile device, you should be able to bring the menu down by clicking on it. That&#8217;s all there is to it (I hope!)</p>
<p align="left">You can enter your results in the comments here if you like; I&#8217;d like to know what device you used, what browser you used, and how the menus behaved.</p>
<p align="left">What I hate in Safari &#8211; when I&#8217;m pretending to be an iPad &#8211; is that the menus pop down lower than on a desktop. But that&#8217;s a lot better than having them fail entirely, isn&#8217;t it?</p>
<p align="left"><em>*although I do have a fantastic 1947 Stromberg-Carlson telephone; so, you know, eat your heart out.</em></p>
</div>
<p align="left"><p>Technorati Tags: <a href="http://technorati.com/tag/web+development" rel="tag">web development</a>, <a href="http://technorati.com/tag/mobile+devices" rel="tag"> mobile devices</a>, <a href="http://technorati.com/tag/touch" rel="tag"> touch</a>, <a href="http://technorati.com/tag/mouseover" rel="tag"> mouseover</a>, <a href="http://technorati.com/tag/hover" rel="tag"> hover</a>, <a href="http://technorati.com/tag/web+design" rel="tag"> web design</a>, <a href="http://technorati.com/tag/retropolis" rel="tag"> retropolis</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2011/10/08/how-you-can-help-me-support-your-mobile-device-in-the-future-that-never-was/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Igor Sez: The Mug-O-Matic ith Online and Ready to Make Mugth, Mathter!</title>
		<link>http://www.webomator.com/2010/10/15/igor-sez-the-mug-o-matic-ith-online-and-ready-to-make-mugth-mathter/</link>
		<comments>http://www.webomator.com/2010/10/15/igor-sez-the-mug-o-matic-ith-online-and-ready-to-make-mugth-mathter/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 16:45:31 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Thrilling Tales of the Downright Unusual]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Works in Progress]]></category>

		<guid isPermaLink="false">http://www.webomator.com/?p=956</guid>
		<description><![CDATA[So you, too, adventurer, can now harness the awesome power that is the Mug-O-Matic: it randomly generates the titles of pulp science fiction stories that don't exist, but often ought to.]]></description>
			<content:encoded><![CDATA[<p align="left"><a href="http://shop.webomator.com/retropolis/random_sci_fi_title_mugs.shtml" target="_blank"><img src="http://www.webomator.com/grafx2/blog/mugomatic.jpg" alt="The Mug-O-Matic" width="501" height="283" border="0"></a><br />
Through the liberal use of lasers, faceted coprolites, sub-aetheric rays, and a 3/8&quot; open end wrench, I&#8217;ve now completed the <a href="http://shop.webomator.com/retropolis/random_sci_fi_title_mugs.shtml" target="_blank">MUG-O-MATIC</a> edition of Cornelius Zappencackler&#8217;s <em>Pulp Sci-Fi Title-O-Tron</em>. It&#8217;s glowing where it ought to be glowing and it doesn&#8217;t make that high-pitched noise that attracted the squirrels any more.</p>
<p align="left">Though I always liked that part, myself.</p>
<p align="left">So you, too, adventurer, can now harness the awesome power that is the Mug-O-Matic: it randomly generates the titles of pulp science fiction stories that don&#8217;t exist, but often ought to*, and then it slaps your favorite titles onto coffee mugs, travel mugs, and mugs of other mysterious and malevolent kinds that it were not well to mention here.</p>
<p align="left">Okay, not really: I just got tired of listing them. <a href="http://shop.webomator.com/retropolis/random_sci_fi_title_mugs.shtml" target="_blank">Fun little toy, though!</a></p>
<p align="left"><em>*every now and then it manages to re-create a title that does, in fact., exist. Which is even stranger than the thing with the squirrels.</em></p>
<p align="left"><p>Technorati Tags: <a href="http://technorati.com/tag/thrilling+tales+of+the+downright+unusual" rel="tag">thrilling tales of the downright unusual</a>, <a href="http://technorati.com/tag/mug-o-matic" rel="tag"> mug-o-matic</a>, <a href="http://technorati.com/tag/title-o-tron" rel="tag"> title-o-tron</a>, <a href="http://technorati.com/tag/random+sci+fi+title+generator" rel="tag"> random sci fi title generator</a>, <a href="http://technorati.com/tag/humor" rel="tag"> humor</a>, <a href="http://technorati.com/tag/coffee+mugs" rel="tag"> coffee mugs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2010/10/15/igor-sez-the-mug-o-matic-ith-online-and-ready-to-make-mugth-mathter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Choice of the Dragon&#8221; game &#8211; and its Downloadable Engine</title>
		<link>http://www.webomator.com/2010/05/29/choice-of-the-dragon-game-and-its-downloadable-engine/</link>
		<comments>http://www.webomator.com/2010/05/29/choice-of-the-dragon-game-and-its-downloadable-engine/#comments</comments>
		<pubDate>Sat, 29 May 2010 17:51:28 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Found on the Web]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webomator.com/?p=765</guid>
		<description><![CDATA[I just had some fun playing through a text adventure game called Choice of the Dragon (try it!).

It was created with a system called Choicescript. Choicescript games are free to play on the web, but are also available as iPhone and Android apps. ]]></description>
			<content:encoded><![CDATA[<p align="left"><img src="http://www.choiceofgames.com/dragon/design/promo.jpg" width=180 height=120 style="float:left; margin-right:12px;margion-bottom:12px;" />I just had some fun playing through a text adventure game called <a href="http://www.choiceofgames.com/dragon/" target="_blank"><em>Choice of the Dragon</em></a> (try it!).</p>
<p align="left">It was created with a system called <a href="http://www.choiceofgames.com/about.html" target="_blank">Choicescript</a>. Choicescript games are free to play on the web, but are also available as <a href="http://itunes.apple.com/us/app/choice-of-the-dragon/id348940932?mt=8" target="_blank">iPhone</a> and <a href="market://details?id=com.choiceofgames.dragon" target="_blank">Android</a> apps. There&#8217;s (so far) one more game called <em>Choice of Broadsides</em>.</p>
<p align="left">In a lot of ways these resemble what I&#8217;ve done with <em><a href="http://thrilling-tales.webomator.com/" target="_blank">Thrilling Tales of the Downright Unusual</a></em> &#8211; in fact the basic differences are owed to the two facts that I&#8217;m simultaneously developing for the web and for print, and I&#8217;m illustrating my story nodes. As it stands the Choicescript games don&#8217;t support illustrations but it wouldn&#8217;t take much custom Javascript (and/or php) in the page template to fix that. Choicescript allows you to set variables depending on the player&#8217;s actions and one of those variables could easily be the URL of an illustration. A little document.write, and you&#8217;re there.</p>
<p align="left">If you&#8217;re interested in playing with Choicescript &#8211;  some user-created games get hosted on the <a href="http://www.choiceofgames.com/" target="_blank">choiceofgames</a> site &#8211; you can start out with the <a href="http://www.choiceofgames.com/blog/" target="_blank">blog.</a></p>
<p align="left"><p>Technorati Tags: <a href="http://technorati.com/tag/text+adventure" rel="tag">text adventure</a>, <a href="http://technorati.com/tag/game+engine" rel="tag"> game engine</a>, <a href="http://technorati.com/tag/choice+of+games" rel="tag"> choice of games</a>, <a href="http://technorati.com/tag/choice+of+the+dragon" rel="tag"> choice of the dragon</a>, <a href="http://technorati.com/tag/choice+of+broadsides" rel="tag"> choice of broadsides</a>, <a href="http://technorati.com/tag/roll+your+own" rel="tag"> roll your own</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2010/05/29/choice-of-the-dragon-game-and-its-downloadable-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Retropolis Multi-POD Web Site, Part 2:  The Tools</title>
		<link>http://www.webomator.com/2009/12/11/the-retropolis-multi-pod-web-site-part-2-the-tools/</link>
		<comments>http://www.webomator.com/2009/12/11/the-retropolis-multi-pod-web-site-part-2-the-tools/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 19:22:55 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Print On Demand]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webomator.com/?p=515</guid>
		<description><![CDATA[A couple of weeks ago I posted the first in a series of articles about my experiences in putting together a single web site that combines products from several different print-on-demand companies. For a better idea of what I was trying to do, and what I felt the design priorities were, you should have a [...]]]></description>
			<content:encoded><![CDATA[<p align="left">A couple of weeks ago I posted the first in a series of articles about my experiences in putting together a single web site that combines products from several different print-on-demand companies. For a better idea of what I was trying to do, and what I felt the design priorities were, you should have a look at <a href="http://www.webomator.com/2009/11/24/the-retropolis-multi-pod-web-site-part-1-design-considerations/">that article</a>.</p>
<p align="left">You&#8217;re back? Okay then.</p>
<p align="left">In order to get the basic function of the site working, I used three different solutions from three different sources. I&#8217;ll be writing about each of them in detail as we go. For today, let&#8217;s start with an overview of those three solutions.</p>
<p align="left">They are <a href="http://www.marty.net/cgi/marty/infoget/webomator/101" target="_blank">CPShop</a>, for Cafepress content; the <a href="http://www.zazzle.com/sell/tools/storebuilder?rf=238134783800639800" target="_blank">Zazzle Store Builder</a> (ZSB) for Zazzle content; and <a href="http://teeplates.australele.com/home/myPFstore/" target="_blank">myPFStore</a>, for Printfection content. Here&#8217;s a basic description of their features.</p>
<p><span id="more-515"></span></p>
<table width="501" border="0" cellspacing="0" cellpadding="8">
<tr>
<td bgcolor="#A57D7E"><strong><font color="#FFFFFF" size="2">CPSHOP</font></strong></td>
</tr>
<tr>
<td>
<p><font size="2"><strong>Content:<br />
</strong></font><font size="2">Any Cafepress shop, or any combination of Cafepress Shops.  Incoming content can be filtered by name, product type, or other parameters.</font></p>
</td>
</tr>
<tr>
<td bgcolor="#FFF5E4"><font size="2"><strong>Navigation:</strong><br />
Provides a simple text menu of &quot;StoreIDs&quot; (sections/categories) which are defined in CPShop admin. This can be disabled and replaced with fully customized navigation.</font></td>
</tr>
<tr>
<td><font size="2"><strong>Pagination</strong>:  Yes.</font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><font size="2"><strong>Customization:</strong><br />
Many opportunities for customization, including:</font></p>
<p><font size="2">1.  Template(s):  The CPShop installation can use a single HTML template, separate templates for sections and products, or unique templates for each section and the products within that section; or any combination of these, defined individually by StoreIDs.</font></p>
<p><font size="2">2.  Text replacement for Cafepress content and/or images.  (This is pretty flexible, and where it doesn&#8217;t do what&#8217;s wanted there is an after market extension that performs even more replacements.)</font></p>
<p><font size="2">3.  &quot;Hooks&quot;, which are special tags in a CPShop template.  Hooks allow you to place a tag in your template that loads custom content when certain conditions are met in the current page.  These conditions include Product Number, Section Number, StoreID, and other parameters.</font></p>
<p><font size="2">4.  Other tags can load specific content into a template; these include product names and product descriptions.  Not all tags work in every kind of page, though.</font></p>
<p><font size="2">5.  Meta Tags:  Can be the same throughout the shop (not a good idea), can be varied by using multiple templates, or can be varied using the CPShop tags described in #4 &#8211; note, though, that not all CPShop tags work on all kinds of pages.</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Affiliate Sales:  </strong><br />
If you&#8217;re building an affiliate site you can add your own affiliate ID to the sales links.  Optionally, you can accept incoming affiliate IDs so that others can make an affiliate commission on your sales.</font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><font size="2"><strong>Price and License:</strong><br />
<a href="http://www.marty.net/cgi/marty/infoget/webomator/101" target="_blank">$19.77</a>; unlimited license allows you to install CPShop in as many shops and on as many domains as you like.</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Updates:</strong><br />
As needed to adapt to changes at Cafepress.  Usually there&#8217;s a very short delay between a problem and its solution.</font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><strong><font size="2">Format:</font></strong><font size="2"><br />
Perl.  Can also be used within a PHP page, which opens other possibilities for customization.</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Notes:  </strong><br />
CPshop is the oldest and most mature of these scripts.  For that reason it has the widest variety of features and, in general, good and timely support from the author and from other users.</font></td>
</tr>
</table>
<p></p>
<table width="501" border="0" cellspacing="0" cellpadding="8">
<tr>
<td bgcolor="#A57D7E"><strong><font color="#FFFFFF" size="2">ZAZZLE STORE BUILDER</font></strong></td>
</tr>
<tr>
<td>
<p><font size="2"><strong>Content:<br />
</strong>Any Zazzle store or store section; Zazzle Marketplace (filtered by keywords).  ZSB only displays product thumbnail pages &#8211; when shoppers click on a thumbnail they&#8217;re sent to the product page on the Zazzle site.<br />
</font></p>
</td>
</tr>
<tr>
<td bgcolor="#FFF5E4"><font size="2"><strong>Navigation:</strong><br />
Not provided in output; must be added in your template(s).  A ZSB page is displaying a product feed, so it doesn&#8217;t &quot;know&quot; anything about your custom site&#8217;s structure the way the other scripts do.<br />
</font></td>
</tr>
<tr>
<td><font size="2"><strong>Pagination</strong>:  Yes. In fact, pagination of ZSB pages is more consistent and reliable than in Zazzle store pages.</font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><font size="2"><strong>Customization:</strong><br />
Uses a separate HTML template for each &quot;section&quot; you create.  This is flexible, but it can mean you&#8217;re going to need a bunch of templates.  Each of these can include external files, though: so changing the site&#8217;s framing HTML can still be a matter of changing just a couple of files.  Because the Zazzle Store Builder is written in PHP, it can be further modified if you&#8217;re fluent in PHP.<br />
</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Affiliate Sales:  </strong><br />
Uses your own affiliate ID to give you commissions on your ZSB sales.<br />
</font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><font size="2"><strong>Price and License:</strong><br />
<a href="http://www.zazzle.com/sell/tools/storebuilder?rf=238134783800639800" target="_blank">Free</a>, with an unlimited license.<br />
</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Updates:</strong><br />
Infrequent<br />
</font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><strong><font size="2">Format:</font></strong><font size="2"><br />
PHP<br />
</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Notes:  </strong><br />
ZSB is only about a year old as I write this.  Its most interesting feature is that it loads in feeds of products rather than reading and analyzing the contents of the source store(s).  As written it has very little in the way of other features, but it&#8217;s expandable given a knowledge of PHP.  Of course, it&#8217;s a free product. In my book, the fact that your custom store doesn&#8217;t host the actual product pages is a major problem with ZSB.<br />
</font></td>
</tr>
</table>
<p></p>
<table width="501" border="0" cellspacing="0" cellpadding="8">
<tr>
<td bgcolor="#A57D7E"><strong><font color="#FFFFFF" size="2">MYPFSTORE</font></strong></td>
</tr>
<tr>
<td>
<p><font size="2"><strong>Content:<br />
</strong>Any one Printfection store.<strong> <br />
</strong></font></p>
</td>
</tr>
<tr>
<td bgcolor="#FFF5E4"><font size="2"><strong>Navigation:</strong><br />
In its &quot;Basic&quot; mode, myPFstore creates an exact duplicate of the Printfection Store, simply changing all links to point to the pages at your own domain.  <em>(For reasons having to do with SEO and duplicate content I don&#8217;t recommend Basic mode.)</em>  In its &quot;Advanced&quot; mode, the navigation and site design can be completely replaced, with some limitations (though in fact those limitations probably affect very few people).<br />
</font></td>
</tr>
<tr>
<td><font size="2"><strong>Pagination</strong>: No.</font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><font size="2"><strong>Customization:</strong> <em>(In Advanced mode)</em><br />
1.  All CSS from Printfection and from the source store can be replaced. In &#8220;Advanced&#8221; mode, custom HTML can replace the HTML used by the source store.</font></p>
<p><font size="2">2. However&#8230; even in Advanced mode a single template is used and some meta tags (and other content) will be the same throughout the store unless you do some major customization.  Because it&#8217;s written in PHP it&#8217;s possible to modify myPFStore in major, fundamental ways if you&#8217;re fluent in PHP and Javascript.</font></p>
<p><font size="2">3.  Text replacement (and image replacement) of Printfection content is possible through a provided include file.</font><font size="2"><br />
</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Affiliate Sales:   </strong><br />
Not supported because Printfection has no affiliate sales program. </font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><font size="2"><strong>Price and License:</strong><br />
<a href="http://teeplates.australele.com/home/myPFstore/" target="_blank">$40</a>; may be used any number of times within a single domain (additional domains will require additional licenses).<br />
</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Updates:</strong><br />
Emergency updates are pretty rapid, judging by a single incident.<br />
</font></td>
</tr>
<tr>
<td bgcolor="#FFF5E4">
<p><strong><font size="2">Format:</font></strong><font size="2"><br />
PHP<br />
</font></p>
</td>
</tr>
<tr>
<td><font size="2"><strong>Notes:  </strong><br />
  I spent (by far) the most time wrestling with the myPFStore installation &#8211; that&#8217;s because I wanted it to do more with it than it was meant to do.  So although I had to work at it, I eventually came to love what I was able to get out of the system &#8211; and I&#8217;ll probably try to retrofit my ZSB installation to use some of what I learned.</p>
<p>As I write this, though, Printfection has another solution that might work for some people &#8211; they&#8217;ll now <a href="http://blog.printfection.com/printfection/2009/12/put-a-printfection-merchandise-store-on-your-own-website.html" target="_blank">remap your Printfection store to your own domain</a> &#8211; and if you also use their &quot;<a href="http://blog.printfection.com/printfection/2008/11/introducing-printfection-mybrand-total-control-to-grow-your-brand.html" target="_blank">MyBrand</a>&quot; service there will be almost no reference to Printfection in the store that now, for all intents and purposes, is located at your own web site.</p>
<p>This wouldn&#8217;t have been a good solution for me, since my goal was to create a single web site that combined products from multiple PODs. But it&#8217;s probably a great idea for some. I don&#8217;t know what this new service means to the future of myPFStore.</font></td>
</tr>
</table>
<p>I&#8217;ll have more to say about each of these when I continue these articles with a description of what I did &#8211; and in some cases, how I did it &#8211; as I incorporated each of them into a single site.</p>
<p>There were some challenges. If you remember, I wanted each part of the site to be uniform  even though the incoming content would vary, and it was also important that in both large ways and small ones the new pages would look unique to the search engines.</p>
<p>But that&#8217;s another story- or, in fact, three of them.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/print+on+demand" rel="tag">print on demand</a>, <a href="http://technorati.com/tag/custom+web+site" rel="tag"> custom web site</a>, <a href="http://technorati.com/tag/off+site" rel="tag"> off site</a>, <a href="http://technorati.com/tag/printfection" rel="tag"> printfection</a>, <a href="http://technorati.com/tag/zazzle" rel="tag"> zazzle</a>, <a href="http://technorati.com/tag/cafepress" rel="tag"> cafepress</a>, <a href="http://technorati.com/tag/ecommerce" rel="tag"> ecommerce</a>, <a href="http://technorati.com/tag/pod" rel="tag"> pod</a>, <a href="http://technorati.com/tag/customization" rel="tag"> customization</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2009/12/11/the-retropolis-multi-pod-web-site-part-2-the-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Retropolis Multi-POD Web Site, Part 1:  Design Considerations</title>
		<link>http://www.webomator.com/2009/11/24/the-retropolis-multi-pod-web-site-part-1-design-considerations/</link>
		<comments>http://www.webomator.com/2009/11/24/the-retropolis-multi-pod-web-site-part-1-design-considerations/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:40:47 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Print On Demand]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webomator.com/?p=478</guid>
		<description><![CDATA[The first in a series of articles about how I built a single web site that displays products from several PODs, or print on demand companies.]]></description>
			<content:encoded><![CDATA[<p><em>The first in a series of articles that describe how I combined products from several different print on demand companies into a single web site at my own domain.</em></p>
<p><img src="http://shop.webomator.com/retropolis/grafx/sb_gcards2.jpg" alt="Ray guns are important in web site design" width="160" height="152" hspace="5" vspace="9" align="left">The design of a web site is always about several things, and only one of those things is &quot;making it pretty&quot;.  In fact the <em>way</em> you make it pretty all depends on the decisions you&#8217;ve made about what the purpose of the site will be (often not as obvious as you might think), what the content will be, how the user will find that content, and how the user will understand where he or she is within the site &#8211; and then be able to get elsewhere with as few clicks as you can manage.</p>
<p>The answers to those questions determine the framework within which you<em> will</em> make the site pretty.  That&#8217;s because these answers tell you <em>what you&#8217;re designing</em>.  If you leap off to figure out what it&#8217;s going to look like without answering those questions first you&#8217;re going to end up with something that (presumably) looks great, but whether it does the job it <em>needs </em>to do is left completely to chance.</p>
<p><span id="more-478"></span></p>
<p>So although I didn&#8217;t start by making a list that I can handily reprint here (<em>bad, bad me!</em>), these are the answers to those questions for my Retropolis site.</p>
<blockquote>
<p>1.  The purpose of the site is to create one central location in which shoppers can find all (or nearly all) of the Retropolis merchandise I sell through several Print on Demand, or POD, venues elsewhere on the web.  The main components are T-Shirts (and other merchandise) from my Retropolis Transit Authority store (through Printfection);  posters, blank books, and other merchandise from my Celtic Art &amp; Retro-Futuristic Design store (through Cafepress, although the primary storefront is already at my own domain); customizable business cards and greeting cards, coffee mugs, and other merchandise from my Retropolis Travel Bureau store (through Zazzle); and other odds and ends, including the archival art prints I offer through Deviant Art and other yet-to-be- disclosed products that I&#8217;m not talking about yet.  Although some of the existing stores may sell the same <em>type</em> of merchandise (coffee mugs, for example), I will pick just one POD for a product type here. That&#8217;s mainly to avoid confusion, but it also depends on how well the products are presented.</p>
<p>2.  The content of the site is mostly determined by the above, but there are some other considerations.  First off there needs to be a certain amount of supporting content that explains what the site is, what the art is, and where it comes from.  Secondly, the presentation of the site&#8217;s products needs to include a lot of unique, new content to convince the search engines that these pages are not carbon copies of the original store pages; thirdly, wherever possible minor changes to the incoming POD content should be made, for the same reason. (<em>More on this below</em>).</p>
<p>3.  The site is built from content that comes from several sources, and the products are sold through more than one shopping cart.  The user will navigate through all of this using a single, consistent, unifying system.  Inasmuch as it&#8217;s possible the pages within a given POD&#8217;s content will look like the pages from any of the other PODs, so that the site <em>feels like a single place</em> rather than a hodgepodge of stuff that&#8217;s loosely tied together.</p>
<p>4.  The final question &#8211; &quot;How the user will understand where he or she is within the site&quot; &#8211; is central to this project.  Everything in #3 above is true: but in addition, while the site <em>feels like a single place</em> the user must also understand at all times that there are (at least) three shopping carts; that only one of those carts can be used to purchase the products on the current page; and which cart that is.</p>
</blockquote>
<p>
You often find in the design of a thing that there&#8217;s a contradiction between two or more of the goals of the object.  So part of the process of design is to find compromises between those conflicting goals.</p>
<p>Sometimes these conflicting goals are as simple as &quot;The device needs to be ready Thursday!&quot; and &quot;The device needs to work!&quot;.  (A pretty challenging example, when you think about it).  In this project we&#8217;ve got a dynamic tension between #3 and #4.</p>
<p>That tension &#8211; the compromises between those conflicting goals &#8211; is the basic framework that everything else, technical or visual, needs to address.</p>
<p>The second most important consideration is how the search engines view the site.  I touched on this above.</p>
<p>The reality is that for the most part this means:  how will <em>Google</em> view the site? Will it decide that the site is nothing but duplicate content?  And since some of the links to merchandise are affiliate links (<em>the Zazzle product links, for example, have a referrer  code attached</em>), will Google see this as nothing but a writhing nest of affiliate links, and disregard it?</p>
<p>Both of those issues are about duplicate content.</p>
<blockquote>
<p>It&#8217;s not that Google <em>hates</em> affiliate links; but when it finds them, it seems to hold the whole page (and maybe the whole site) to a higher standard.  When Googlebot sees your affiliate links it sort of raises one eyebrow and says &quot;Oh<em> yeah</em>?&quot;</p>
<p>Why?  Well, in some places on the web you&#8217;ll find products offered for sale where all of the information about the product is taken from someplace else.  The framing site may be different, but the product information is identical.  This is almost always an affiliate marketing site &#8211; since who else would do that?  Google sees this as an uncreative attempt to sell the same stuff, in the same way, that it&#8217;s sold elsewhere&#8230;  just an effort to siphon off some of the sales revenue.  From Google&#8217;s standpoint the web site owner has added nothing valuable for the customer.  So the pages that Google considers the &quot;original&quot; product pages will be ranked much more highly than these new pages, which may even be ignored.</p>
<p>Yet in other parts of the web you&#8217;ll find the <em>same books</em> offered for sale through web sites like Amazon, Barnes &amp; Noble, and Borders.  Google understands that these are completely different stores that sometimes sell the same merchandise.</p>
</blockquote>
<p>You want Google to see your site as the second type &#8211; not the first.</p>
<p>So the final design consideration for my multi-POD web site is that wherever possible I would not only add new content, but make subtle changes to the incoming content from the POD.  This is a technical issue, not a visual one, but it also involves some new visual design.</p>
<p>Is this some kind of a way to trick Google?  I&#8217;m pretty sure it depends on who you ask.  Obviously<em> I&#8217;d</em> say &quot;No&quot;.  Even if I made no effort to present  these products differently I&#8217;d still be adding value for the user by presenting all of these scattered &#8211; but related &#8211; things in one place.  But experience shows us that Google might feel differently about that.</p>
<p>And the fact is, by addressing those concerns I&#8217;ll end up with a better web site, with new, unique content that&#8217;s related to these products.  Google hopefully gets what it likes to see, users get something more interesting, and I get&#8230; well, I get a site that does what it&#8217;s intended to do.</p>
<p>Everybody wins! But&#8230; somehow, <em>I&#8217;m</em> the only one who has to work at it. Oh well.</p>
<p>I won&#8217;t return to this issue in much detail until I&#8217;m writing about the ways I drew in and modified the product content for each POD.  But it&#8217;s an essential part of how the site is built and it affects the visual design, too, as we&#8217;ll see.</p>
<p>Because what we&#8217;re going to look at now is the ways I tried to meet all of these goals in the site&#8217;s visual design.  Remember what these goals are?</p>
<blockquote>
<p>1.  To draw in related products from my many POD ventures across the web.</p>
<p>
2.  To create a unified appearance and navigation for the site despite the fact that the content is coming in from several places, and in several ways.</p>
<p>
3.  And although it all looks unified, it must always be clear to the user that the products within one section of the site use <em>one </em>shopping cart and checkout, while other sections of the site use <em>their own</em> shopping cart and checkout.</p>
</blockquote>
<p>So let&#8217;s have a look at what I did.</p>
<p><em>Figure 1: Overall page layout (links to original)</em></p>
<p><a href="http://shop.webomator.com/retropolis/retropolis_pf/retro-future/Retropolis-T-Shirts-Page-1/_s_59947" target="_blank"><img src="http://www.webomator.com/grafx2/blog/PortalArticleFigure1.jpg" alt="Retropolis Section Page" width="501" height="752" border="0"></a> </p>
<p><em>Figure 1 Notes:</em></p>
<blockquote>
<p>1. The header bar for the site. There are links to the home page, a &quot;Shopping Carts&quot; link, an &quot;About Retropolis&quot; link, and a &quot;Help&quot; link. These are the basic navigation links that a user may want <em> at any time </em>- unlike #8, the footer &#8211; and have two features (&quot;Shopping Carts&quot; and &quot;Help&quot;) that immediately explain how orders are processed and shipped in different ways. Those two links are important, but they need to display only a small amount of information to the user &#8211; immediately. For those reasons I use modal <a href="http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/dhtmlmodal.htm" target="_blank">DHTML &quot;pop-ups&quot;</a> here. They&#8217;re not what you think of as a pop up window &#8211; one that opens in a new browser. They&#8217;re small(ish), informative panels that come up &quot;above&quot; the page content without leaving the page. Once they&#8217;re dismissed, you&#8217;re left exactly where you were, on the same page where you started.</p>
<p>2. The site&#8217;s main navigation bar. This isn&#8217;t in the sidebar &#8211; we&#8217;d have a long, wandering sidebar if I&#8217;d gone that way, and I had other plans for the sidebar content. This is a four-part horizontal <a href="http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm" target="_blank">drop-down menu</a>. By handling the site&#8217;s navigation this way I&#8217;m able to create a visual cue &#8211; echoed on the <a href="http://shop.webomator.com/retropolis/" target="_blank">home page</a>, where the top of the page is divided into matching columns &#8211; which reinforces the idea that we have separate, related sections in the site. This also gave me the canvas on which I&#8217;d use another visual cue, which we see in #3. Finally, the last item in the three main dropdown menus is a link to visit the shop these products have come from. I don&#8217;t much care if they do; I&#8217;m perfectly happy if users stay right here. But it&#8217;s another way to communicate the idea that these products are coming from several distinct places.</p>
<p>3. The &quot;You Are Here&quot; graphic hovers over whichever section of the site you&#8217;re in. This is another visual cue that I hope will prevent confusion if, for example, you&#8217;ve added t-shirts to your cart (under Tab #1) and don&#8217;t see those t-shirts in the cart when you&#8217;re under another tab.</p>
<p>4. The Breadcrumb and page links bars throughout the site look as nearly identical as possible. The Breadcrumb always links back to <em>this site&#8217;s home page</em> rather than to a separate &quot;home page&quot; for, say, the Retropolis Transit Authority. This presented some problems with the Printfection content, but we&#8217;ll see why when we get there. Even when the content of the page links bar changes from a pretty standard layout of <strong>1 | 2 | 3 | 4</strong> to something else, it&#8217;s still shown in the same colored and bordered rectangle no matter what sort of page you&#8217;re on.</p>
<p>5. The &quot;View Cart&quot; buttons at the top and bottom of the sidebar identify the source of the cart (here, &quot;from the Retropolis Transit Authority&quot;) to further <em>show</em> the user that this is a cart for these products, not for every product on the site. This is getting repetitive, I know, but as I explained above this single point is the most important thing the user interface needs to make clear. That&#8217;s what these many visual cues are trying to do.</p>
<p>6. The sidebars throughout the site are used to add relevant, unique content to the pages. In some cases this is information the user needs, about the products on that page. in other cases the sidebar is just adding some funny bits and bobs that relate to the products. Apart from being entertaining, this is all part of the plan to add unique content to the site pages that will differentiate them from my original shops&#8217; pages. Where practical this content is different when you&#8217;re on a main section, a subsection, or a product page. That became a technical hurdle at times &#8211; and I can still do more of it &#8211; but I came to see this as a basic tenet for the pages: to distinguish them from the pages in the &quot;parent&quot; sites, and also to distinguish them from one another.</p>
<p>7. Page link bars repeat at the bottom of the pages. That probably seems pretty basic but often they&#8217;re <em>not</em> included. In fact, giving the user <em>someplace of your own to go</em> when they&#8217;re done with a page&#8217;s content is always very important, and it&#8217;s an area where I think this site design could be made stronger. I&#8217;ve been resisting a repeat of the horizontal nav bar down here even though I think it could be of practical value &#8211; I just don&#8217;t like the way it would look.  Also:  directly beneath each POD&#8217;s content there&#8217;s a fine print disclaimer explaining that items in this POD&#8217;s shopping cart can&#8217;t be combined with items from another&#8217;s.</p>
<p>8. The footer repeats the links we saw in the header, but adds some: &quot;Contact&quot;, &quot;Blog&quot;, and &quot;Links&quot;. these are places the user may want to go, but they don&#8217;t directly help me to shake all the loose change out of the user&#8217;s pockets. So here, at the bottom of the page, they&#8217;re available to those who made it this far without looking at more products or &#8211; better yet! &#8211; buying something.</p>
</blockquote>
<p>These features are common to every page on the site, which sounds obvious, but isn&#8217;t always as simple as you&#8217;d expect. The fact that the product content is being delivered in three different ways &#8211; four, when we include some static pages &#8211; made the Breadcrumb and page links areas difficult to manage. But remember: we&#8217;re trying to make everything consistent while still showing that there are important differences.</p>
<p>The example in Figure 1 is a &quot;Main Section&quot; or &quot;Department&quot; page. Some main sections have subsections, and those are essentially the same; for the most part the changes we see are in the content of the sidebars as described above in #6,</p>
<p>Product pages, on the other hand, are bound to vary between one POD and another. In fact because of the way Zazzle product pages work, my pages have to link to the product page at the Zazzle site &#8211; a big, continuing irritation for me. That&#8217;s the one area where my site&#8217;s inclusive design falls apart, and it&#8217;s simply because of the way the tools work. There are ways to work around this, and I may be exploring them, but that should wait till we&#8217;re looking at the Zazzle Store Builder.</p>
<p>In all other cases we continue with the same principles we&#8217;ve used so far. Product pages will vary, where possible, from the original POD product pages; they will use sidebar content that&#8217;s different from the sidebar content of their parent sections; in some cases, they will use sidebar content that is also unique to a single product.</p>
<p><em>Figure 2: A Product Page (links to original)</em></p>
<p><a href="http://shop.webomator.com/retropolis/retropolis_pf/retro-future/Ray-O-Zap-T-Shirt/_p_896583" target="_blank"><img src="http://www.webomator.com/grafx2/blog/PortalArticleFigure2.jpg" alt="Retropolis Product Page" width="501" height="636" border="0"></a></p>
<blockquote>
<p><em>Figure 2 Notes:</em></p>
<p>1. Product page sidebars continue the convention of using that section&#8217;s shopping cart in links at the top and bottom of the sidebar. Otherwise, product sidebars feature content that&#8217;s at least slightly different from their parent sections (and sometimes from one another). This may be information about that type of product (as shown) or something completely different. Getting that particular content to appear when you want it was one of the technical challenges I faced here. But it&#8217;s worth the trouble.</p>
<p>2. The generic product information areas will be changed, where possible, from the version that comes in from the original POD. This works against a verdict of &quot;duplicate content&quot; for the site. Methods for making these changes differ a bit from POD to POD. More on that later.</p>
</blockquote>
<p>So what we&#8217;ve seen so far is what I felt were the goals for, and the constraints on, the site&#8217;s design &#8211; and how I tried to solve the warring goals I was dealing with. I decided on a series of visual cues to help the user understand what was going on in the pages; I provided some informative links that spelled it out in simple language; and I mapped out the ways in which I wanted the site&#8217;s navigation to work across sections, and within the sections.</p>
<p>This seems so obvious that I&#8217;m in my third draft before I&#8217;m adding it &#8211; but <strong>this is just one solution.</strong> I&#8217;m not claiming that it&#8217;s the only one (it isn&#8217;t) or that it&#8217;s the best one (no idea!). It&#8217;s the best visual solution I came up with <em>this time</em>, facing these problems. The thing you should take away from this is that these are the problems that a site like this <em>needs to solve.</em></p>
<p>Assuming that I achieved all of those goals, the remaining challenges &#8211; as I began to bring in and present the products &#8211; would center on keeping visual consistency and satisfying Google&#8217;s hunger for the unique, relevant content that would differentiate these pages from the original store pages I&#8217;d created at the different print-on-demand companies.</p>
<p>In future posts we&#8217;ll look at how I did that, one POD at a time.</p>
<p align="left"><p>Technorati Tags: <a href="http://technorati.com/tag/print+on+demand" rel="tag">print on demand</a>, <a href="http://technorati.com/tag/printfection" rel="tag"> printfection</a>, <a href="http://technorati.com/tag/zazzle" rel="tag"> zazzle</a>, <a href="http://technorati.com/tag/cafepress" rel="tag"> cafepress</a>, <a href="http://technorati.com/tag/offsite" rel="tag"> offsite</a>, <a href="http://technorati.com/tag/domain" rel="tag"> domain</a>, <a href="http://technorati.com/tag/portal" rel="tag"> portal</a>, <a href="http://technorati.com/tag/multi+pod+web+site" rel="tag"> multi pod web site</a>, <a href="http://technorati.com/tag/web+site+design" rel="tag"> web site design</a>, <a href="http://technorati.com/tag/several+PODs+on+a+web+site" rel="tag"> several PODs on a web site</a>, <a href="http://technorati.com/tag/ecommerce" rel="tag"> ecommerce</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2009/11/24/the-retropolis-multi-pod-web-site-part-1-design-considerations/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Art of Retropolis &#8211; all in one place!</title>
		<link>http://www.webomator.com/2009/11/20/the-art-of-retropolis-all-in-one-place/</link>
		<comments>http://www.webomator.com/2009/11/20/the-art-of-retropolis-all-in-one-place/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:18:31 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Print On Demand]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Works in Progress]]></category>

		<guid isPermaLink="false">http://www.webomator.com/?p=475</guid>
		<description><![CDATA[So&#8230; when last we saw our hero, who at that time was me, I was working on the second half of my illustrations for Thrilling Tales of the Downright Unusual. Then, to all appearances, I vanished. Here&#8217;s why: In the annual ramp up to the holiday season &#8211; that happy, carefree and yet spiritual time [...]]]></description>
			<content:encoded><![CDATA[<p align="left"><a href="http://shop.webomator.com/retropolis/"><img src="http://www.webomator.com/grafx2/blog/Retropolis_Art.jpg" alt="Retropolis Art" width="296" height="400" border="0" align="right"></a>So&#8230; when last we saw our hero, who at that time was me, I was working on the second half of my illustrations for <em>Thrilling Tales of the Downright Unusual</em>.</p>
<p>Then, to all appearances, I vanished.<br />
Here&#8217;s why:</p>
<p>In the annual ramp up to the holiday season &#8211; that happy, carefree and yet spiritual time when I turn you upside down and try to shake all the change out of your pockets &#8211; I took on a big project that&#8217;s been on my mind for the last couple of years.</p>
<p align="left">There are a whole bunch of places on the web where I sell my work, as posters and prints, on the ever-popular t-shirts of the <em>Retropolis Transit Authority</em> and &#8211; new, this year &#8211; on customizable business cards and other nifty swag at the <em>Retropolis Travel Bureau</em>. The trouble is that although I do cross-link between them, where I&#8217;m able, there was no central clearing house for all these different things.  A visitor to one would usually not realize that the others existed.</p>
<p align="left">So I&#8217;ve just completed that very clearing house: an &quot;<a href="http://shop.webomator.com/retropolis/">Art of Retropolis</a>&quot; site where I combine the products I sell through different vendors so that they&#8217;re all available in one spot.</p>
<p align="left">In order to do that I had to combine three different scripts to draw in the products, along with quite a few static pages, in such a way that (I hope) it&#8217;s not confusing to the user, and moreover &#8211; when the all powerful Googlebot sees it &#8211; the site does <em>not </em>look as though someone&#8217;s simply scraped existing content from my original online shops. Which is pretty much a death sentence where SEO&#8217;s concerned. These two issues were such important and interesting problems that I may write up the project later on.</p>
<p align="left">But for now, <a href="http://shop.webomator.com/retropolis/">IT&#8217;S ALIVE!!!!!</a></p>
<p align="left">If it works as well as I hope it will, I&#8217;ll probably do the same thing with my scattered Celtic art shops. Sometime next year.</p>
<p align="left">And <em>Thrilling Tales?</em> I was already aware that creating the illustrations for its first story was taking longer than I&#8217;d expected. So its launch &#8211; which I&#8217;d hoped would happen right about now, or soon after &#8211; will be taking place early next year.</p>
<p align="left"><p>Technorati Tags: <a href="http://technorati.com/tag/retropolis" rel="tag">retropolis</a>, <a href="http://technorati.com/tag/retro+future" rel="tag"> retro future</a>, <a href="http://technorati.com/tag/uchronic" rel="tag"> uchronic</a>, <a href="http://technorati.com/tag/tee+shirts" rel="tag"> tee shirts</a>, <a href="http://technorati.com/tag/t+shirts" rel="tag"> t shirts</a>, <a href="http://technorati.com/tag/posters" rel="tag"> posters</a>, <a href="http://technorati.com/tag/business+cards" rel="tag"> business cards</a>, <a href="http://technorati.com/tag/gifts" rel="tag"> gifts</a>, <a href="http://technorati.com/tag/science+fiction" rel="tag"> science fiction</a>, <a href="http://technorati.com/tag/sci+fi" rel="tag"> sci fi</a>, <a href="http://technorati.com/tag/retro+futuristic" rel="tag"> retro futuristic</a>, <a href="http://technorati.com/tag/raygun+gothic" rel="tag"> raygun gothic</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2009/11/20/the-art-of-retropolis-all-in-one-place/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Three New Tutorials on Customizing a Zazzle Store</title>
		<link>http://www.webomator.com/2009/05/10/three-new-tutorials-on-customizing-a-zazzle-store/</link>
		<comments>http://www.webomator.com/2009/05/10/three-new-tutorials-on-customizing-a-zazzle-store/#comments</comments>
		<pubDate>Sun, 10 May 2009 04:26:04 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Print On Demand]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webomator.com/?p=226</guid>
		<description><![CDATA[Two weeks ago I started to set up my first gallery/store at Zazzle; when the powers that be there saw what I was putting on the gallery&#8217;s front page they ushered me into the closed beta of their new Store Customization system. I set up a second gallery there this week, and the other night [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webomator.com/grafx2/blog/RetroFutureLab.jpg" alt="Tutorials! Honest!" width="250" height="224" align="left" /></p>
<p>Two weeks ago I started to set up my first gallery/store at <a href="http://www.zazzle.com/?rf=238847717078690969" target="_blank">Zazzle</a>; when the powers that be there saw what I was putting on the gallery&#8217;s front page they ushered me into the closed beta of their new Store Customization system. I set up a second gallery there this week, and the other night they opened up the beta so everyone could play.</p>
<p>This turned out to be perfect timing for me. I&#8217;d had a chance to experiment with a system that was almost ready for release (this means there was documentation!) and which as a result was pretty solid. I&#8217;d gone through about a week and a half of trying to figure out how to do the things that just about anyone would want to do and it was all fresh in my mind.</p>
<p>So I wrote up three tutorials at the <a href="http://www.zazzle.com/?rf=238847717078690969">Zazzle</a> forum, which I&#8217;ve retooled a bit and reformatted to post here.</p>
<p>1. <a href="http://www.webomator.com/skinning-the-zazzle-sidebar">Skinning the Zazzle Sidebar</a></p>
<p>This is a step-by-step tutorial with sample graphics. It shows you how to use three small images, some CSS, and some HTML to change the appearance of your Zazzle sidebar.</p>
<p>2. <a href="http://www.webomator.com/tutorials/how-to-reorganize-your-zazzle-sidebar/">How to Reorganize Your Zazzle Sidebar</a></p>
<p>This shows you how Zazzle&#8217;s modular elements fit together to build a store&#8217;s sidebar, and how you can move those elements around till you like &#8216;em.</p>
<p>3. <a href="http://www.webomator.com/tutorials/how-to-add-a-new-custom-page-to-your-zazzle-store/">How to Add a New, Custom Page to Your Zazzle Store</a></p>
<p>Here&#8217;s another step-by-step tutorial that helps you to create an entirely new page, which comes up in the sidebar like any of the standard pages and can contain your own custom content. It&#8217;s much easier to do than to explain!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/zazzle" rel="tag">zazzle</a>, <a href="http://technorati.com/tag/print+on+demand" rel="tag">print on demand</a>, <a href="http://technorati.com/tag/store+customization" rel="tag">store customization</a>, <a href="http://technorati.com/tag/gallery+customization" rel="tag">gallery customization</a>, <a href="http://technorati.com/tag/skinning" rel="tag">skinning</a>, <a href="http://technorati.com/tag/custom+pages" rel="tag">custom pages</a>, <a href="http://technorati.com/tag/navigation+panel" rel="tag">navigation panel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2009/05/10/three-new-tutorials-on-customizing-a-zazzle-store/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Site Redesign at Celtic Art &amp; Retro-Futuristic Design</title>
		<link>http://www.webomator.com/2009/04/13/site-redesign-at-celtic-art-retro-futuristic-design/</link>
		<comments>http://www.webomator.com/2009/04/13/site-redesign-at-celtic-art-retro-futuristic-design/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:04:52 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Works in Progress]]></category>

		<guid isPermaLink="false">http://www.webomator.com/?p=174</guid>
		<description><![CDATA[It&#8217;s been about four years since I did a redesign at my flagship site, Celtic Art &#38; Retro-Futuristic Design. Till now, anyway. Last night I updated the site with a new look and a wider format layout that will better acommodate the continuously growing content that&#8217;s been trying to bust out of the pages. Over [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been about four years since I did a redesign at my flagship site, <a href="http://shop.webomator.com/" target="_blank"><em>Celtic Art &amp; Retro-Futuristic Design</em></a>. Till now, anyway. Last night I updated the site with a new look and a wider format layout that will better acommodate the continuously growing content that&#8217;s been trying to bust out of the pages.</p>
<p><a href="http://shop.webomator.com/" target="_blank"><img src="http://www.webomator.com/grafx2/blog/new_celticretro.jpg" border="0" alt="Redesign at Celtic Art &amp; Retro-Futuristic Design" hspace="8" width="320" height="398" align="left" /></a></p>
<p>Over the years, that site&#8217;s been laid out to work in a browser window that&#8217;s 640 pixels wide (2002), 800 pixels wide (2005), and now 1024 pixels wide (2009). It&#8217;s always looked good, but each time it&#8217;s looked good, well, better.</p>
<p>I can&#8217;t let the width grow until I&#8217;m inconveniencing a very small percentage of the site&#8217;s visitors. Which is, well, now. I watch the stats on my visitors and I can see that very, very few of them are now running their displays at less than 1024 x 768.</p>
<p>Truth to tell, I&#8217;m still tinkering with the new version a bit. But that&#8217;s normal.</p>
<p><a href="http://shop.webomator.com/" target="_blank">See what you think</a>!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/celtic+art+and+retro-futuristic+design" rel="tag">celtic art and retro-futuristic design</a>, <a href="http://technorati.com/tag/celtic+design" rel="tag"> celtic design</a>, <a href="http://technorati.com/tag/retro+science+fiction" rel="tag"> retro science fiction</a>, <a href="http://technorati.com/tag/retro+sci+fi" rel="tag">retro sci fi</a>, <a href="http://technorati.com/tag/dieselpunk" rel="tag"> dieselpunk</a>, <a href="http://technorati.com/tag/atompunk" rel="tag"> atompunk</a>, <a href="http://technorati.com/tag/retropolis" rel="tag"> retropolis</a>, <a href="http://technorati.com/tag/retro+future" rel="tag"> retro future</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2009/04/13/site-redesign-at-celtic-art-retro-futuristic-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Sites &#8211; The Retrovert</title>
		<link>http://www.webomator.com/2007/07/07/my-sites-the-retrovert/</link>
		<comments>http://www.webomator.com/2007/07/07/my-sites-the-retrovert/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 20:08:22 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Works in Progress]]></category>

		<guid isPermaLink="false">http://www.webomator.com/wordpress/2007/07/07/my-sites-the-retrovert/</guid>
		<description><![CDATA[How I set about creating the vintage graphics web site "The Retrovert", which loads content from a Cafepress store into my own web site. How artists can use print on demand tools and third party software to build their own ecommerce sites that promote their art.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theretrovert.com/cgi-bin/cpshop.cgi?i=mm_ca/the_retrovert.84352581" target="_blank"><img src="http://www.webomator.com/grafx2/blog/retrovert_zeppelin.jpg" alt="Zeppelin Greeting Cards" align="left" border="0" height="245" width="191" /></a>I mentioned <a href="http://www.webomator.com/2007/07/04/my-web-sites-celtic-art-retro-futuristic-design/">earlier</a> that &#8220;<a href="http://www.theretrovert.com/index.shtml" target="_blank">The Retrovert</a>&#8221; was the first commercial site I hosted on a domain of my own. This came about in early 2003, when I was between jobs, as we say, and had some time on my hands.</p>
<p>I was pleased with the way &#8220;<a href="http://shop.webomator.com/" target="_blank">Celtic Art &amp; Retro-Futuristic Design</a>&#8221; was working out for me &#8211; if you missed it, that was my first commercial shop on the web, where I sell two kinds of art that I love making &#8211; and it was natural enough to think about what else I might do. That turned out to be the Retrovert.</p>
<p><span id="more-22"></span><br />
<a href="http://www.theretrovert.com/cgi-bin/cpshop.cgi?i=calendars" target="_blank"><img src="http://images.cafepress.com/product/84351866v1_240x240_Front.jpg" alt="Vintage Graphics Calendars" align="right" border="0" height="240" width="240" /></a>At the Retrovert I sell T-Shirts, coffee mugs, greeting cards and posters with art that I&#8217;ve restored from vintage graphics sources &#8211; like <a href="http://www.theretrovert.com/wpa_poster_art.shtml" target="_blank">WPA posters</a>, old <a href="http://www.theretrovert.com/modern_mechanix.shtml" target="_blank">magazine covers</a>, <a href="http://www.theretrovert.com/crate_labels.shtml" target="_blank">crate labels</a>, <a href="http://www.theretrovert.com/sheet_music.shtml" target="_blank">sheet music</a>, and promotional art for the <a href="http://www.theretrovert.com/1939fair.shtml" target="_blank">1939 New York Worlds Fair</a>, a particular favorite of mine.</p>
<p>Because these are based on period originals they&#8217;ve taken a fair bit of retouching &#8211; a lot of retouching, in some cases. But since I picked things that I liked (and had often collected) myself, I didn&#8217;t mind so much. It was very satisfying to make these great old things new again. I really like old things, as you may have guessed, which is lucky for me since I&#8217;m on my way to being an old thing myself.</p>
<p align="center"><img src="http://www.theretrovert.com/maingrafx/BeforeAfter.jpg" height="295" width="363" /></p>
<p align="left"><a href="http://www.theretrovert.com/cgi-bin/cpshop.cgi?i=wpa1_ca/the_retrovert.84969878/-/7" target="_blank"><img src="http://www.theretrovert.com/maingrafx/CureJuvieSplash.jpg" alt="WPA Art Greeting Cards" align="left" border="0" height="210" hspace="5" width="170" /></a>So the meat and potatoes of the Retrovert is restored vintage graphics. But I&#8217;ve done some other things there that I also like. For one thing, I&#8217;d shot a set of photographs of some wonderful old <a href="http://www.theretrovert.com/carousel_animals.shtml" target="_blank">carousel animals</a>, and those photographs found their way there; and I&#8217;ve also remixed and adapted some period sources in &#8220;Special Collections&#8221; like the <a href="http://www.theretrovert.com/NCU/" target="_blank">Non-Conformists Union</a> and my campaign to <a href="http://www.theretrovert.com/cgi-bin/cpshop.cgi?i=fdr_again" target="_blank">re-elect FDR</a>.</p>
<p><a href="http://www.theretrovert.com/NCU/" target="_blank">The Non-Conformists Union (Local 404)</a> is an organization I invented because it wanted to exist. I supplied it with a detailed history and supported that history <a href="http://www.theretrovert.com/cgi-bin/NCUshop.cgi?i=membership/bws01.12543830" target="_blank"><img src="http://images.cafepress.com/product/12543830_240x240_Front.jpg" alt="Non-Conformists Union Button" align="right" border="0" height="240" width="240" /></a>with old family photographs of my great-grandparents, who were vaudeville performers and traveled all over the world. The merchandise at the NCU site claims to be reproductions of the Union&#8217;s promotional art from the 1920s and 1930s &#8211; with cheerful, misguided slogans like &#8220;<a href="http://www.theretrovert.com/cgi-bin/NCUshop.cgi?i=tshirts/bws01.12574285" target="_blank">Let&#8217;s All Go on the Road Less Traveled</a>&#8221; or &#8220;<a href="http://www.theretrovert.com/cgi-bin/NCUshop.cgi?i=mugs/bws01.12566104/-/2" target="_blank">Organize Against Conformity</a>!&#8221; I&#8217;m well aware that I may have had a little too much fun, there.</p>
<p>And it&#8217;s a funny sort of site because although it&#8217;s a joke, it never admits it. The NCU takes itself perfectly seriously. I&#8217;m often left wondering what its visitors make of it, especially since I&#8217;ve gotten a couple of requests for information about <a href="http://www.theretrovert.com/cgi-bin/NCUshop.cgi?i=membership/bws01.12860126" target="_blank">membership</a> in local chapters. I really can&#8217;t tell if these people are just as deadpan as I am, or if they think a.) <em>The Non-Conformists Union is a real organization</em>; and b.) <em>that it makes any kind of sense at all.</em></p>
<p align="center"><a href="http://www.theretrovert.com/cgi-bin/cpshop.cgi?i=fdr_again/the_retrovert.85426212"><img src="http://www.webomator.com/grafx2/blog/retrovert_fdr.jpg" alt="FDR Bumper Sticker" border="0" height="142" width="422" /></a></p>
<p> My other great hoax section at the Retrovert is my <a href="http://www.theretrovert.com/cgi-bin/cpshop.cgi?i=fdr_again" target="_blank">campaign to re-elect Franklin Delano Roosevelt</a>. I&#8217;m reasonably sure that no one has taken <em>that one</em> seriously. Despite the (if I say it myself) attractive and persuasive campaign merchandise, FDR failed in the 2004 election. Heck, I even issued press releases. Here&#8217;s hoping he sees a groundswell of popular support in 2008!<br /><p>Technorati Tags: <a href="http://technorati.com/tag/retrovert" rel="tag">retrovert</a>, <a href="http://technorati.com/tag/retro" rel="tag">retro</a>, <a href="http://technorati.com/tag/vintage+graphics" rel="tag">vintage graphics</a>, <a href="http://technorati.com/tag/wpa" rel="tag">wpa</a>, <a href="http://technorati.com/tag/worlds+fair" rel="tag">worlds fair</a>, <a href="http://technorati.com/tag/fdr" rel="tag">fdr</a>, <a href="http://technorati.com/tag/franklin+delano+roosevelt" rel="tag">franklin delano roosevelt</a>, <a href="http://technorati.com/tag/election" rel="tag">election</a>, <a href="http://technorati.com/tag/non+conformists+union" rel="tag">non conformists union</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2007/07/07/my-sites-the-retrovert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Sites &#8211; Celtic Art &amp; Retro-Futuristic Design</title>
		<link>http://www.webomator.com/2007/07/04/my-web-sites-celtic-art-retro-futuristic-design/</link>
		<comments>http://www.webomator.com/2007/07/04/my-web-sites-celtic-art-retro-futuristic-design/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 21:39:52 +0000</pubDate>
		<dc:creator>Bradley W. Schenck</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Works in Progress]]></category>

		<guid isPermaLink="false">http://www.webomator.com/wordpress/2007/07/04/my-web-sites-celtic-art-retro-futuristic-design/</guid>
		<description><![CDATA[How I set about creating the web site "Celtic Art &#038; Retro-Futuristic Design", which loads content from a Cafepress store into a web site at my own domain. How artists can use print on demand services and third party software to build their own ecommerce sites that promote their art.]]></description>
			<content:encoded><![CDATA[<p><a href="http://shop.webomator.com/" target="_blank"><img src="http://www.theretrovert.com/outlink/ms/Illo_Links_Celtic-Retro.jpg" alt="Celtic Art &amp; Retro-Futuristic Design" align="left" border="0" height="197" hspace="12" vspace="8" width="160" /></a><a href="http://www.webomator.com/2007/07/04/13/">Earlier</a> I described how I built my <a href="http://www.webomator.com/bws/" target="_blank">personal web site</a> and used it as a guinea pig for both site design and search engine optimization – then left it alone for a few years without realizing just how successful it&#8217;d become.</p>
<p>But in 2002, when I did notice how much traffic I was getting, I started to wonder if any of those visitors would like to own a piece of my work.</p>
<p>Now in those days I was a pixel-pushing laborer in the Computer Game Mines.  Okay, nominally I was a manager, but you get the idea.  The game business is notorious for requiring long hours from its serfs and for that reason I wasn&#8217;t doing as much of my own work as I&#8217;d have liked; but I was doing some, and I was especially interested in large, ambitious pieces in resolutions that were suitable for print – and at the heart of that, what I really wanted to do was to offer archival quality prints for sale.</p>
<p><span id="more-17"></span><br />
That&#8217;s because, when it comes down to it, digital artwork doesn&#8217;t exist – it&#8217;s just a ghost on your monitor. Unlike a traditional painting, there is no object when you&#8217;re done making it. And twenty or thirty years from now, the odds are that no one will even be able to read your digital file – so it&#8217;ll end up just as the ghost of a ghost, I guess. And while I don&#8217;t fool myself that this will matter much to anyone else, it does <a href="http://shop.webomator.com/cgi-bin/cpshop_posters.cgi?i=cp/bws01.3548103" target="_blank"><img src="http://www.webomator.com/grafx2/blog/CR_A.jpg" alt="Triskelion Mandala Poster" align="right" border="0" height="376" width="228" /></a>matter to me. I&#8217;d like to think that some of my work, which is already more interesting than I am, will last longer than I do. And since my work is entirely digital these days the only way I can encourage that to happen is to see that there are high quality prints of the work out there in the world. Hence, selling archival prints of my poster-resolution work was a big deal to me.</p>
<p>Now, <a href="http://shop.webomator.com/celtic-art.shtml" target="_blank">Celtic design</a> had been one of my favorite styles to work in since the early 80&#8242;s – so much so that I had deliberately stopped doing it for awhile, because people thought of me only as the Celtic art guy. And on the other hand, more and more I&#8217;d been exploring what I call &#8220;<a href="http://shop.webomator.com/retropolis.shtml" target="_blank">The Future That Never Was</a>&#8220;, the sort of retro-future vision that flourished in the 20&#8242;s, 30&#8242;s, and 40&#8242;s. So when I looked at my body of work, what I saw was schizophrenic – part Celtic and Celtic Revival, part Buck Rogers (no, the real one) and Flash Gordon. It was, to be kind, an eclectic mix that might not make sense to other people.</p>
<p>As I looked around at what I might be able to do on the web to serve my two purposes (turning my site&#8217;s visitors into customers, and selling archival prints of my work), I took what turned out to be a second look at <a href="http://www.cafepress.com/cp/info/storeref.aspx?pid=153270&amp;tid=C_R&amp;refby=bws01" target="_blank">Cafepress</a>, the successful print-on-demand site. They&#8217;ve got a pretty interesting business model &#8211; not any longer unique to them &#8211; and in 2002 they were still a relatively new service that mainly printed T-Shirts and coffee mugs. This hadn&#8217;t excited me – but they then added posters to their line-up.</p>
<p>And that, though it still wasn&#8217;t archival, was close enough to what I wanted that I sat up and took notice.</p>
<p><a href="http://shop.webomator.com/cgi-bin/cpshop_posters.cgi?i=sci_fi_mugs/bws01.130922299" target="_blank"><img src="http://www.webomator.com/grafx2/blog/CR_B.jpg" alt="Retro Robot Coffee Mug" align="left" border="0" height="218" width="209" /></a>So I started a Cafepress store where I designed and sold posters, T-Shirts, coffee mugs, and other items decorated with my work. In the beginning, since it was the poster work I was most interested in, most everything else derived from that. My shop was hosted on the Cafepress server, but I was able to customize it to some degree, and it started to look like a place of my own.</p>
<p>I started placing links to the shop in my personal site, especially in those very popular <a href="http://www.webomator.com/bws/data/reclip.html" target="_blank">clip art</a> pages that had started the ball rolling; I looked for more quality inbound links, and in fact tried just about anything to get traffic to the shop (even fliers at local bookstores, coffee houses, and bars – I was living in Los Angeles, and there were plenty of them).</p>
<p>Within a few months I saw that in order to do better in my search engine traffic, I really needed to have more control over my pages, and host them myself on my own domain, instead of at the Cafepress site. So I purchased an excellent CGI program called <a href="http://www.marty.net/cgi/marty/infoget/webomator/101" target="_blank">CPShop</a>, which allowed me to do those things. I tried it out on my second Cafepress venture, <a href="http://www.theretrovert.com/" target="_blank">the Retrovert</a>, and saw that it was working very well for me. So I used it on the Celtic/Retro shop as well. And that&#8217;s when <a href="http://shop.webomator.com/" target="_blank">Celtic Art &amp; Retro-Futuristic Design</a> really began to come into its own.</p>
<p style="text-align: center"><a href="http://shop.webomator.com/RetroPrintsSevenSkies.shtml" target="_blank"><img src="http://www.webomator.com/grafx2/blog/CR_C.jpg" alt="Retro Sc-Fi Art Prints" border="0" height="230" vspace="3" width="500" /></a></p>
<p>I&#8217;ve redesigned the shop several times over the past years. I&#8217;ve added loads of new products and designs, and over time I&#8217;ve learned to design products based on their nature, rather than trying to repurpose my poster images for use on merchandise. Eventually, through my <a href="http://bws.deviantart.com/" target="_blank">Deviant Art</a> account, I&#8217;ve even been able to sell the archival prints that I wanted to offer in the first place.</p>
<p>And it&#8217;s also fun. I&#8217;ve had visits from people I admire, like <a href="http://www.kaluta.com/" target="_blank">Michael Willam Kaluta</a> and <a href="http://www.myspace.com/drmotter%20%20" target="_blank">Dean Motter</a>; I&#8217;ve sold fifteen &#8220;<a href="http://shop.webomator.com/cgi-bin/cpshop_posters.cgi?i=sci_fi_mugs/bws01.42774517" target="_blank">There&#8217;s an Art to Rocket Science</a>&#8221; mugs to someone at NASA who apparently drinks even more coffee than I do; I&#8217;ve been contacted by people I never knew existed, but find I&#8217;m glad that they do, like Jeff Brewer of <a href="http://www.coolrockets.com/" target="_blank">Cool Rockets</a>; and, you know, I&#8217;ve made some money &#8211; because it turns out that people do like my work, once they find it.</p>
<p><img src="http://www.webomator.com/grafx2/blog/CR_D.jpg" align="left" height="267" width="216" />So while <a href="http://www.webomator.com/bws/" target="_blank">Long Playing Computer Graphics</a> was my first site, and taught me loads about design and search engine optimization, <a href="http://shop.webomator.com/" target="_blank">Celtic Art &amp; Retro-Futuristic Design</a> was the first site in which I learned how to offer my own merchandise and make some money from my art by making it available to the public, on my own, through the use of a fulfillment service. I&#8217;ve done more since then, but it&#8217;s still my most popular and successful venture – as weird a combination of art as it may be.</p>
<p><em>&#8220;It sounds like an anchovy and jelly sandwich, doesn&#8217;t it?&#8221;</em><br /><p>Technorati Tags: <a href="http://technorati.com/tag/celtic+art" rel="tag">celtic art</a>, <a href="http://technorati.com/tag/retropolis" rel="tag">retropolis</a>, <a href="http://technorati.com/tag/science+fiction" rel="tag">science fiction</a>, <a href="http://technorati.com/tag/retro-futuristic" rel="tag">retro-futuristic</a>, <a href="http://technorati.com/tag/print+on+demand" rel="tag">print on demand</a>, <a href="http://technorati.com/tag/web+design" rel="tag">web design</a>, <a href="http://technorati.com/tag/art" rel="tag">art</a>, <a href="http://technorati.com/tag/artist" rel="tag">artist</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webomator.com/2007/07/04/my-web-sites-celtic-art-retro-futuristic-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

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

