<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Creative Grease</title>
	
	<link>http://hotgluemedia.com/blog</link>
	<description>stains on the driveway of hot glue media</description>
	<lastBuildDate>Thu, 26 Aug 2010 22:21:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CreativeGrease" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="creativegrease" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">CreativeGrease</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How To Sell Things Using WordPress and Paypal And Still Look Like A Pro</title>
		<link>http://hotgluemedia.com/blog/how-to-sell-things-using-wordpress-and-paypal-and-still-look-like-a-pro/</link>
		<comments>http://hotgluemedia.com/blog/how-to-sell-things-using-wordpress-and-paypal-and-still-look-like-a-pro/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 22:18:04 +0000</pubDate>
		<dc:creator>mer</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=630</guid>
		<description><![CDATA[E-Commerce on your own website is a pain in the ass. There. I said it. WordPress and other CMS&#8217;s and frameworks are great tools for speeding up website development, but when it comes to integrating shops into websites, the options stink. You can go with plugins like WP-Ecommerce, but it&#8217;s such a pain in the [...]]]></description>
			<content:encoded><![CDATA[<p>E-Commerce on your own website is a pain in the ass. There. I said it.</p>
<p>WordPress and other CMS&#8217;s and frameworks are great tools for speeding up website development, but when it comes to integrating shops into websites, the options stink. You can go with plugins like WP-Ecommerce, but it&#8217;s such a pain in the ass there are professionals who do nothing but get that plugin running for civilians. You can pick e-commerce framework CMS thingies like OSCommerce or ZenCart, but they&#8217;re a bear to get working and a bitch to make look nice. I&#8217;m a developer, which means I&#8217;m kind of lazy and want to do things the easy way whenever I can, and make the computer or website I&#8217;m working with do as much of the work for me as possible.</p>
<p>Most self-hosted e-commerce solutions are overkill for most people, but the other end of the spectrum, the humble Paypal Buy It Now button, isn&#8217;t quite enough. It works, but it&#8217;s not especially professional looking. Here&#8217;s a good compromise that I love: using custom fields, you can integrate a Paypal shopping cart into your WordPress theme.<span id="more-630"></span></p>
<p>The first thing you do is go to Paypal, log in, and go to Merchant Services. There, you generate an Add To Cart button. The button type should be &#8220;shopping cart&#8221;, and then you fill out the item name, the price, shipping, and whatnot. Paypal also provides a feature for inventory tracking that I won&#8217;t go into here, but you should check out some time. Don&#8217;t worry about customizing your paypal button, because we won&#8217;t be using it.</p>
<p>Finish filling out your item details, and click the &#8220;generate button&#8221; button, and you should end up with something that looks like this (click images to embiggen):</p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/paypal1.png" rel="lightbox[630]"><img class="size-medium wp-image-722 alignnone"  src="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/paypal1-300x213.png" alt="" width="300" height="213" /></a></p>
<p>THIS IS NOT THE CODE YOU&#8217;RE LOOKING FOR. See that little Email tab? Click that.</p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/paypal2.png" rel="lightbox[630]"><img class="size-medium wp-image-723 alignnone" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/paypal2-300x95.png" alt="" width="300" height="95" /></a></p>
<p>This is the code we need to use. Snag that URL and save it. This is your item code.</p>
<p>Next, scroll down and click Create A View Cart Button. Don&#8217;t worry about the details, just click Create Button. Just like last time, you&#8217;ll get a two-tabbed output, so select Email and save that code as well. This is your cart code.</p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/paypal3.png" rel="lightbox[630]"><img class="alignnone size-medium wp-image-724" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/paypal3-300x91.png" alt="" width="300" height="91" /></a></p>
<p>Now we have the information we need in a format we can easily use. For the sake of this tutorial I&#8217;ll be using pages, but if you are so inclined you can use the same technique in posts as well.</p>
<p>Open up WordPress, and add a new Page. Give it a title and some content, then scroll down to Custom Fields. If you&#8217;ve never used Custom Fields before, they&#8217;re not as scary as you think. All Custom Fields do is provide free-form values you can use in your themes as key/value pairs.</p>
<p>Now, I know I said it wasn&#8217;t scary. It&#8217;s not. Honest. Here&#8217;s <a href="http://hotgluemedia.com/blog/wordpress-custom-fields-explained-for-normal-people-i-hope/">my review of custom fields</a>. Go read it. I&#8217;ll wait.</p>
<p>Feel better? Ok, great. Now, in your new page, go down to the Custom Fields area and create a new custom field with your add-to-cart code. Lets call the new field &#8220;addtocart&#8221;. Click Enter New, and make it look like this:</p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/custfield1.png" rel="lightbox[630]"><img class="alignnone size-medium wp-image-727"  src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/custfield1-300x101.png" alt="" width="300" height="101" /></a></p>
<p>Click the &#8220;Add Custom Field&#8221; button, and you get this.</p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/custfield2.png" rel="lightbox[630]"><img class="alignnone size-medium wp-image-728"  src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/custfield2-300x148.png" alt="" width="300" height="148" /></a></p>
<p>You did it! Make sure you save your page.</p>
<p>So, now that we have the information in our page, we need to display it. Everything I know about conditional custom fields I learned from <a href="http://perishablepress.com/press/2008/12/22/wordpress-custom-fields-tips-tricks/">Jeff at Perishable Press</a>, so we&#8217;re pretty much exactly using his code.</p>
<p>Displaying the content of a custom field is pretty simple, but I find it much more useful to display custom field information <em>only if the custom field is filled out</em>, so that&#8217;s what we&#8217;re gunna do. First, lets start with the code:</p>
<p><a class="dirtycode" title="Code" href="javascript:toggleLayer('dirtycode6301');">View Code</a></p>
<div id="dirtycode6301" class="dirtycode"><code><br />
&lt;?php $addtocart = get_post_meta($post-&gt;ID, &#039;addtocart&#039;, true); if($addtocart) : ?&gt;<br />
&lt;a href=&quot;&lt;?php echo $addtocart; ?&gt;&quot;&gt;Add This Item To Cart!&lt;/a&gt;<br />
&lt;?php endif; ?&gt;<br />
</code></div>
<p>Here&#8217;s what&#8217;s going on. First, where WordPress has a key called &#8220;addtocart&#8221;, PHP should make a variable called $addtocart. Then, if $addtocart has a value (meaning, if the custom field is filled out and there&#8217;s a <em>value</em> associated with the <em>key), </em>then display a hyperlink pointed to the URL in the custom field, and make the link say &#8220;Add This Item To The Cart!&#8221;. Otherwise, if $addtocart is null (there&#8217;s no custom field filled out), do nothing.</p>
<p>You can obviously customize this to say anything you want, or to show a little image, or do anything else you like, but that&#8217;s the whole thing. Now all you need to do is take that code and put it in the page.php file in your theme, probably right after &#8220;the_content&#8221;.</p>
<p>All that&#8217;s left is the View Cart button, which is as simple as putting the link that Paypal gave you in a sidebar widget.</p>
<p>And that&#8217;s it, folks. I&#8217;m not going to go into the details of tweaking your theme, if only because this post is already long enough. Now, when you make a page, and you fill out the custom field with a Paypal button URL, you&#8217;ll get a link to add the item to your cart.</p>
<p>It doesn&#8217;t get much more simple than that, does it?</p>
<p>Question me in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/how-to-sell-things-using-wordpress-and-paypal-and-still-look-like-a-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimpleViewer, SWFObject, Flyout Menus, and Z-Index</title>
		<link>http://hotgluemedia.com/blog/simpleviewer-swfobject-dhtml-zindex/</link>
		<comments>http://hotgluemedia.com/blog/simpleviewer-swfobject-dhtml-zindex/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:55:00 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Random Drips]]></category>
		<category><![CDATA[Tech Splatters]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=730</guid>
		<description><![CDATA[Animated flyout menus? Nifty. Flash slideshows? Also nifty, and SimpleViewer Pro is one of my favorites. I was about to throw them both out the window tonight, though, because I could not for the life of me get the flyouts to, well, fly out *above* the SimpleViewer on the main page of a site we&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Animated flyout menus? Nifty. Flash slideshows? Also nifty, and <a href="http://www.simpleviewer.net/simpleviewer/pro/">SimpleViewer Pro</a> is one of my favorites. I was about to throw them both out the window tonight, though, because I could not for the life of me get the flyouts to, well, fly out *above* the SimpleViewer on the main page of a site we&#8217;re working on. No matter what z-index I threw at the containing divs, it wouldn&#8217;t budge. Found a number of recommendations for adding the &#8216;transparent&#8217; parameter thusly:</p>
<p><a class="dirtycode" title="Code" href="javascript:toggleLayer('dirtycode7301');">View Code</a></p>
<div id="dirtycode7301" class="dirtycode"><code>&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;</code></div>
<p>But since we&#8217;re using the <a href="http://code.google.com/p/swfobject/">swfobject</a> <a href="http://www.simpleviewer.net/simpleviewer/support/embedding.html#js">embed method</a> for this particular SimpleViewer implementation, that wouldn&#8217;t cut it. Fortunately, I eventually ran across<a href="http://www.simpleviewer.net/forum/search.php?search_id=1561472933"> a post in the SimpleViewer forums</a> that implemented the same parameter in a slightly different way, by adding &#8216;params.wmode = &#8220;transparent&#8221;&#8216; to the header script. Here&#8217;s the script pulled from my updated header:</p>
<p><a class="dirtycode" title="Code" href="javascript:toggleLayer('dirtycode7302');">View Code</a></p>
<div id="dirtycode7302" class="dirtycode"><code><br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
	var flashvars = {};<br />
	flashvars.baseURL=&quot;gallery/&quot;;<br />
	flashvars.galleryURL = &quot;gallery.xml&quot;;<br />
	var params = {};<br />
	params.bgcolor = &quot;FFFFFF&quot;;<br />
	params.allowfullscreen = true;<br />
	params.allowscriptaccess = &quot;always&quot;;<br />
	params.wmode = &quot;transparent&quot;;<br />
	swfobject.embedSWF(&quot;gallery/simpleviewer.swf&quot;, &quot;flashContent&quot;, &quot;505&quot;, &quot;300&quot;, &quot;9.0.124&quot;, false, flashvars, params);<br />
	&lt;/script&gt;<br />
</code></div>
<p>Et voilà &#8211; SimpleViewer behaving nicely and obeying z-index rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/simpleviewer-swfobject-dhtml-zindex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super-Sweet jQuery Slider</title>
		<link>http://hotgluemedia.com/blog/super-sweet-jquery-slider/</link>
		<comments>http://hotgluemedia.com/blog/super-sweet-jquery-slider/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:27:39 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=704</guid>
		<description><![CDATA[I love jQuery. Hard. I&#8217;m not as good at it as I probably should be &#8211; I bang my head against the wall over jQuery issues more often than Internet Explorer issues, it seems &#8211; but it can do some really nifty things. Right now, I&#8217;m working on a minor redesign of our website. I [...]]]></description>
			<content:encoded><![CDATA[<p>I love jQuery. Hard. I&#8217;m not as good at it as I probably should be &#8211; I bang my head against the wall over jQuery issues more often than Internet Explorer issues, it seems &#8211; but it can do some really nifty things.</p>
<p><img title="Hot Glue Media Site Redesign" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/hgmredesign1.jpg" alt="Hot Glue Media Site Redesign" width="480" height="314" /></p>
<p>Right now, I&#8217;m working on a minor redesign of <a href="http://hotgluemedia.com">our website</a>. I say minor because the colors and structure will remain the same, while the content area &#8211; and possibly the back end &#8211; will be changing. I wanted to incorporate a bit of flashiness (not capital-F Flashiness!) into our portfolio, so I started looking around at all the jQuery slideshows, scrollers, carousels, and galleries out there.  I wanted something lightweight and customizable &#8211; both things that jQuery excels at &#8211; and something that wouldn&#8217;t scream &#8220;this site was designed in 2010&#8243;.</p>
<p>I found a *fantastic* little jQuery plugin called <a href="http://bit.ly/9dXoF5">Tiny Carousel</a>. It works off an unordered list, as most sliders/carousels do, and has a good amount of options for such a wee little plugin (just over 2 kb!). Bonus? It works (and looks fantastic) on my phone.</p>
<p>Bottom line: if you&#8217;re looking for a kick-ass jQuery Carousel plugin, check out <a href="http://bit.ly/9dXoF5">Tiny Carousel</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/super-sweet-jquery-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Post Types Fail</title>
		<link>http://hotgluemedia.com/blog/wordpress-custom-post-types-fail/</link>
		<comments>http://hotgluemedia.com/blog/wordpress-custom-post-types-fail/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 20:28:53 +0000</pubDate>
		<dc:creator>mer</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=650</guid>
		<description><![CDATA[Indulge me while I rant. One of the big freaking deals made over WordPress 3.0 was the introduction of Custom Post Types and its partner in crime, Custom Taxonomies. These are amazing wonderful things that will help make WordPress even more customizable! It&#8217;ll be even more like a CMS! Amazing! New! Oh Frabjous day! It&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Indulge me while I rant.</p>
<p>One of the big freaking deals made over WordPress 3.0 was the introduction of Custom Post Types and its partner in crime, Custom Taxonomies. These are amazing wonderful things that will help make WordPress even more customizable! It&#8217;ll be even more like a CMS! Amazing! New! Oh Frabjous day! It&#8217;ll be so easy!</p>
<p>&#8220;That&#8217;s funny,&#8221; I thought to myself when I installed WordPress 3.0 for the first time, &#8220;I can&#8217;t find anything in the admin area anywhere about Custom Posts or Custom Taxonomies.&#8221; So I Googled these amazing new features to see where they were hidden, because surely they couldn&#8217;t be <em>missing from the interface.</em></p>
<p>Turns out, I was entirely wrong. These features <em>were </em>missing from the interface entirely, because they&#8217;re not supported natively in WordPress 3.0. In fact, if I wanted to play with these &#8220;new features&#8221;, I&#8217;d have to hack core with entirely new code to make them work.</p>
<p>Whut?</p>
<p>Why don&#8217;t we take a closer look at these &#8220;features&#8221;? <span id="more-650"></span></p>
<p>Custom Taxonomies were introduced in WordPress 2.3. (Do you remember that? No? <a href="http://codex.wordpress.org/Custom_Taxonomies">Neither does anyone else</a>.) They started out as a hacky, but serviceable, solution. <a href="http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28">Here&#8217;s a good example of what you needed to do in WordPress 2.3 and above to enact custom taxonomies on your blog</a>. Lots of coding. Lots of <em>advanced</em> coding, especially for a WordPress site. And check out the article: it&#8217;s for WordPress 2.8. Even taking into account that between WP 2.3 and WP 2.8 was The Era Of Hackiness, this clearly isn&#8217;t a feature that evolved much.</p>
<p>But then, Custom Taxonomies were refreshed for WordPress 3.0! What did we get? <a href="http://justintadlock.com/archives/2010/06/10/a-refresher-on-custom-taxonomies">An incredibly inelegant and entirely code-based solution that&#8217;s exactly the same as it&#8217;s always been</a>. Nothing has changed. There&#8217;s no easy way to do this, folks.</p>
<p>I hear you cry &#8220;Custom Post Types! They will liberate WordPress to take over the CMS world filled with Tumblr and Expression Engine!&#8221;</p>
<p>Ok, first? Shut up. Second, if you want to use WordPress for tumblogging, you&#8217;ll save yourself a lot of time if you install the Custom Post Template plugin and use that, and you&#8217;ll save <em>even more time</em> if you just get a Tumblr account. Third? Shut up, Expression Engine, stop being so unfinished and completely overpriced at the same time.</p>
<p>Custom Post Types, you say? What does my favorite WordPress codemeister <a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress">Justin Tadlock</a> have to say about it?</p>
<blockquote><p>In WordPress 3.0, we’ll have the capability to easily create and manage content via <em>custom post types</em>.  Not only that, but you won’t have to rely on a plugin to do this for you.  It can be done via your theme’s <code>functions.php</code> file with a few lines of code.</p></blockquote>
<p>Really, WordPress? Thank you for hyping the ever-living crap out of a feature that is effectively unusable for the average user and lives completely in the domain of the professional WordPress geek, like me. I appreciate it, I do. I could always use the work. I mean, look at <a href="http://justintadlock.com/archives/2010/02/02/showing-custom-post-types-on-your-home-blog-page">this</a>. And <a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/">this</a>. And <a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress">this</a>. And <a href="http://codex.wordpress.org/Custom_Post_Types">here&#8217;s what WordPress has to say about it</a>, with their characteristic lack of practical, working examples. Clearly, not rocket science, and quite a powerful hack for those in the know.</p>
<p>Just as clearly, this is beyond your average WordPress user.</p>
<p>Maybe I shouldn&#8217;t bother getting so worked up about this, but WordPress is what it is because it&#8217;s supposed to combine a relatively easy-to-use interface with powerful power for power users. WordPress has a (relatively) long history of consistent growth in power and usability, with both elegant solutions and powerful public hacks, all available for everyone, everywhere.</p>
<p>Never have I seen such a cockup between an elegant feature and a hackity hack job hack as we have here. There&#8217;s a difference between features and hacks, and Custom Taxonomies and Custom Post Types are <em>hacks, </em>and it&#8217;s utterly ridiculous that the Automattic team has forgotten the difference.</p>
<p>Still don&#8217;t believe me? Check this out. If an average user wants to take advantage of these features, they need to install a third-party plugin. Do you understand how wrong that sentence is?</p>
<p>The <a href="http://wordpress.org/extend/plugins/custom-post-type-ui/">Custom Post Type UI plugin</a> is a marvelous little tool, by the way.  It automates the creation of custom post types and taxonomies for you. In other words, it does what WordPress really should be doing for you already and doesn&#8217;t.</p>
<p>So! If you want to take advantage of Custom Post Types and Custom Taxonomies but just can&#8217;t figure out how to make it go? Drop me a line. Obviously, when using some of the most populist software on the internet, this is a job for professionals.</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/wordpress-custom-post-types-fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Featured Project: Pottstown Cluster Rebranding</title>
		<link>http://hotgluemedia.com/blog/featured-project-pottstown-cluster/</link>
		<comments>http://hotgluemedia.com/blog/featured-project-pottstown-cluster/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 19:51:55 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=539</guid>
		<description><![CDATA[The Pottstown Cluster of Religious Communities is an interfaith organization that supports our former community, Pottstown, Pa, in a number of different ways, including a food pantry, clothes closet, and providing community meals. When they contacted us in January regarding a logo redesign, they&#8217;d already tried redesigning internally several times, but didn&#8217;t feel that any [...]]]></description>
			<content:encoded><![CDATA[<p>The Pottstown Cluster of Religious Communities is an interfaith organization that supports our former community, Pottstown, Pa, in a number of different ways, including a food pantry, clothes closet, and providing community meals. When they contacted us in January regarding a logo redesign, they&#8217;d already tried redesigning internally several times, but didn&#8217;t feel that any of the results met their goals or communicated their mission.</p>
<h3>Challenges</h3>
<p><img class="alignright" title="PCRC Original Logo" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/mi1_7231.jpg" alt="PCRC Original Logo" width="102" height="104" />This project presented a wide range of challenges beyond a typical logo/brand design project (if there is such a thing). The original logo, shown at right, was well-liked by board members and committee members, but there was a fair amount of dissenting opinion regarding why the logo needed to change, if at all. We worked with the committee to focus on the reasons for undertaking an organization-wide rebranding. <span id="more-539"></span> The resulting points of focus were:</p>
<ul>
<li>The organization lacks community recognition. A new logo, in combination with the forthcoming capital campaign and move to a new facility, can be used to increase awareness of the organization among three distinct groups: current and potential donors (primarily local businesses); community members who may be in need of the organization&#8217;s services, now or in the future; and potential volunteers.</li>
<li>Among those who are aware of the organization, including volunteers, donors, and Board members, there is no common name by which the organization is referred; common names include &#8220;The Cluster&#8221;, &#8220;Cluster Outreach Center&#8221;, and &#8220;PCRC&#8221;. The rebranding offers an ideal opportunity to present a cohesive &#8220;short name&#8221; to the community at large, while maintaining a connection to the organization as community members may know it.</li>
<li>The existing logo is outdated and is used inconsistently throughout the organization. In addition, the tagline &#8220;A Hand Up, Not a Hand Out&#8221; does not sufficiently communicate the organization&#8217;s mission. The new logo should be more modern, incorporate a new tagline, and guidelines should be provided for its use.</li>
<li>The Board and Committee stressed the importance of maintaining a spiritual motif within the brand, in accordance with the organization&#8217;s mission and spiritual foundation.  However, because this is an interfaith organization, the imagery should not be specific to or exclude any one religion.</li>
</ul>
<h3>Process</h3>
<p>Before hitting the sketchbook, I started with a hefty amount of research to find out how interfaith organizations represent themselves. The common theme seemed to be overlapping or interlocked symbols, usually circles, to display cooperation among groups. I also researched logos for non-profit organizations and religious organizations such as churches and youth groups.</p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c003-e1281379321129.jpg" rel="lightbox[539]"><img class="size-thumbnail wp-image-656 alignnone" title="Cluster Sketch" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c003-150x150.jpg" alt="Cluster Sketch" width="150" height="150" /></a> <a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c004-e1281379293505.jpg" rel="lightbox[539]"><img class="size-thumbnail wp-image-657 alignnone" title="Cluster Sketch" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c004-150x150.jpg" alt="Cluster Sketch" width="150" height="150" /></a> <a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c006-e1281379266385.jpg" rel="lightbox[539]"><img class="size-thumbnail wp-image-658 alignnone" title="Cluster Sketch" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c006-150x150.jpg" alt="Cluster Sketch" width="150" height="150" /></a> <a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c007-e1281379240517.jpg" rel="lightbox[539]"><img class="size-thumbnail wp-image-659 alignnone" title="Cluster Sketch" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c007-150x150.jpg" alt="Cluster Sketch" width="150" height="150" /></a> <a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c008-e1281379219534.jpg" rel="lightbox[539]"><img class="size-thumbnail wp-image-660 alignnone" title="Cluster Sketch" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c008-150x150.jpg" alt="Cluster Sketch" width="150" height="150" /></a> <a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c010-e1281379192405.jpg" rel="lightbox[539]"><img class="size-thumbnail wp-image-661 alignnone" title="Cluster Sketch" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/c010-150x150.jpg" alt="Cluster Sketch" width="150" height="150" /></a></p>
<p>I pursued a number of different routes and associated taglines with my sketches (above; click to view full). Of all the sketches, one that was purely a brainstorming throwaway &#8211; a stylized hand &#8211; started to stick out. (More on that in a bit.) I met with the Executive Director to review a select number of the sketches, and during an impromptu brainstorming session, the new tagline was born: &#8220;Nourishing Lives. Strengthening Families.&#8221;  The new tagline, with two still-rough logos, as presented to the Committee:</p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/Cluster-Sketches-Rev1-e1281379162369.png" rel="lightbox[539]"><img class="size-medium wp-image-663 alignnone" title="Cluster Sketch" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/Cluster-Sketches-Rev1-300x207.png" alt="Cluster Sketch" width="300" height="207" /></a></p>
<p>A number of type and color options were presented, including a crisper, less hand-stroked option for the heart/hand, but in the end, it was option A, in bright tones of purple and raspberry, that won over the Committee and the Board. Not bad for a throwaway sketch. It grew out of the existing &#8220;heart in hand&#8221; logo that they liked, and was originally nothing more than an exploration of an existing idea; an exploration that came to represent the evolution of their organization. The tagline, in cooperation with the evolved hand/heart, communicates their message and mission. The name of the organization was purposefully set to bring attention to the &#8220;short name&#8221; &#8220;Pottstown Cluster&#8221;, with emphasis on the commonly-used term Cluster, to enforce the connection between this logo and the existing organization. The inclusion of &#8220;Of Religious Communities&#8221; underscores the spiritual aspect of the organization, while simultaneously clarifying the organization&#8217;s name and purpose.</p>
<p>A look at the final logo and some of its implementations:</p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/Cluster-Final-Logo-Color1.jpg" rel="lightbox[539]"><img class="size-medium wp-image-677 alignnone" title="Final Logo" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/Cluster-Final-Logo-Color1-300x91.jpg" alt="Final Logo" width="300" height="91" /></a></p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/Outreach-Center-Pictures-6.10-007.jpg" rel="lightbox[539]"><img class="alignnone size-medium wp-image-680" title="Banner Option for New Building" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/Outreach-Center-Pictures-6.10-007-300x225.jpg" alt="Banner Option for New Building" width="300" height="225" /></a></p>
<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/front-folded.jpg" rel="lightbox[539]"><img class="size-medium wp-image-674 alignnone" title="Brochure Front - Final" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/08/front-folded-293x300.jpg" alt="Brochure Front - Final" width="293" height="300" /></a></p>
<p>The logo and branding guide have been passed along to their marketing team, who will be implementing the logo for their capital campaign and website, and their new stationery, business cards, and brochures have been submitted to the printer. I look forward to seeing this design implemented throughout the organization as they proceed with their capital campaign and move to their new location.</p>
<p>To learn more about the Pottstown Cluster and their mission, learn more about the capital campaign and new building, or get involved in their support of the Pottstown community, visit their website at <a href="http://pottstowncluster.org">PottstownCluster.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/featured-project-pottstown-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Reason A Single Post or Page Might Not Show Up</title>
		<link>http://hotgluemedia.com/blog/one-reason-a-single-post-or-page-might-not-show-up/</link>
		<comments>http://hotgluemedia.com/blog/one-reason-a-single-post-or-page-might-not-show-up/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 23:33:57 +0000</pubDate>
		<dc:creator>mer</dc:creator>
				<category><![CDATA[Random Drips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=639</guid>
		<description><![CDATA[I just had a wee problem with one of my websites. I was trying to publish a post called &#8220;Green&#8221;. It put all the information in, and it published just fine, but when I went to look at the single post, I got a 404 error. I wasn&#8217;t getting any 404 errors on any other [...]]]></description>
			<content:encoded><![CDATA[<p>I just had a wee problem with one of my websites. I was trying to publish a post called &#8220;Green&#8221;. It put all the information in, and it published just fine, but when I went to look at the single post, I got a 404 error. I wasn&#8217;t getting any 404 errors on any other post or page on my site.</p>
<p>I asked the internet what to do about this, and the internet suggested that there might be an issue with my custom permalink structure. (My website was set up to display as http://www.mysite.com/%postname%/.) To diagnose a permalink issue, you go and set your permalinks back to the default. I did that, and my post showed up. So, I reset my custom permalinks to http://www.mysite.com/%category%/%postname%/, and my post went back to 404.</p>
<p>Clearly, there was a permalink problem, but I didn&#8217;t know what it was.</p>
<p>The weird thing was, if I manually edited the post slug in the permalink in the post to, say, Green1, it showed up on my site just fine right where it was supposed to.</p>
<p>Then, I realized that I tried to write this post before, but as a page. It was a fail page, though, so I trashed the page. Since WordPress has integrated trashcans in their admin area, that means that the program holds onto deleted content until you empty your trashcan. Turns out, there was a page in the trash also called &#8220;Green&#8221;, and it was conflicting with my current live page called Green. I deleted the old page permanently, and my post showed up immediately.</p>
<p>The moral of the story is: If you have a mysteriously missing page or post, check the trashcan to make sure you&#8217;re not duplicating a title (really, a post/page slug) isn&#8217;t conflicting with your new post. Trashed items are apparently not segregated from the rest of your content, and exist in the site&#8217;s navigation structure.</p>
<p>The moral of the moral is: take out the damn trash.</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/one-reason-a-single-post-or-page-might-not-show-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Fields Explained For Normal People (I hope)</title>
		<link>http://hotgluemedia.com/blog/wordpress-custom-fields-explained-for-normal-people-i-hope/</link>
		<comments>http://hotgluemedia.com/blog/wordpress-custom-fields-explained-for-normal-people-i-hope/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:45:14 +0000</pubDate>
		<dc:creator>mer</dc:creator>
				<category><![CDATA[Tech Splatters]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=632</guid>
		<description><![CDATA[I was sitting here trying to write up a post on how to make e-commerce a little bit easier, and I got hung up. My favorite solution for simplifying e-commerce is to use custom fields in WordPress, and they&#8217;re really easy to use, but really hard to explain to someone who isn&#8217;t already familiar with [...]]]></description>
			<content:encoded><![CDATA[<p>I was sitting here trying to write up a post on how to make e-commerce a little bit easier, and I got hung up. My favorite solution for simplifying e-commerce is to use custom fields in WordPress, and they&#8217;re really easy to use, but really hard to explain to someone who isn&#8217;t already familiar with them. Worse yet, they&#8217;re based on fundamental WordPress concepts that normal people never have to deal with. After all, we use WordPress so that a lot of the complicated programmery stuff is already done for us. So if I&#8217;m going to describe custom fields, I need to explain how pretty much all of WordPress works in the process.</p>
<p>The payoff will be my next post on how to use Paypal and WordPress Custom Fields to create simple, elegant and fast e-commerce pages. Stay tuned for that.</p>
<p>So, what is a custom field? It&#8217;s a key/value pair. What the hell does that mean? <span id="more-632"></span></p>
<p>In WordPress, there is a fundamental divide between data and display (it&#8217;s a simplistic view, but if that bugs you, you probably don&#8217;t need to read this article, then). If you&#8217;ve ever installed WordPress before, you know that it&#8217;s a two-part operation: you upload .php files to your server, and you connect those files to a mySQL database. The parts that display live on the server, and the data lives in the database.</p>
<p>Imagine making 100 people fill out a form. Each person fills out the same form with different information. Think of it as 1 form filled out 100 times. Now, go find a magician, and give him your stack of 100 forms. He will shake them over a box so all the words fall off into the box, hand you the box, and leave. Now you&#8217;ve really got something interesting.</p>
<p>Sit down with your box-full-of-words and declare &#8220;Show me the name and age of the 61st person!&#8221; Out of the box flies &#8220;Margaret V., 34&#8243;. Next, declare &#8220;Show me the name, age, and eye color of all the people named John!&#8221; The details for four different Johns appears. &#8220;Show me the last form filled out!&#8221; and the information person 100 put down appears.</p>
<p>Are you getting the idea? The magical box-full-of-words is your mySQL database, and your commands are the .php files on your server. When you look at a .php file on the internet, the .php files say &#8220;<strong>TITLE</strong> goes here, <strong>DATE</strong> goes over there and the <strong>CONTENT</strong> goes underneath that&#8221;, reaches into the database, pulls out, say, post #34, and populates <strong>TITLE</strong>, <strong>DATE</strong>, and <strong>CONTENT</strong> with the information saved under that post.</p>
<p>It might be something like:</p>
<blockquote>
<h4>My Day</h4>
<p><em>posted 3/04/2010</em></p>
<p>Today was wonderful! I got icecream!</p></blockquote>
<p>So, are you starting to get an idea of how the data is stored? For post #34,</p>
<ul>
<li><strong>TITLE</strong>:My Day,</li>
<li><strong>DATE</strong>:03.04.2010</li>
<li><strong>CONTENT</strong>:Today was wonderful! I got icecream!</li>
</ul>
<p>For post #35, it could be</p>
<ul>
<li><strong>TITLE</strong>:I have a Cat</li>
<li><strong>DATE</strong>:03.26.2010</li>
<li><strong>CONTENT</strong>:My cat is really cute when she lays on her back</li>
</ul>
<p>We have defined information types, and the various information filed under them. The information types are <strong>KEYS</strong>, and the various information under are the <strong>VALUES</strong>. Collectively, we make <strong>KEY/VALUE PAIRS</strong>.</p>
<p>WordPress comes with tons of pre-defined key/value pairs already. Why do you care? Because you can take those <strong>KEYS</strong>, and put them in the .php files in your WordPress theme and make them display <strong>VALUES</strong>.</p>
<p>One of the things that&#8217;s awesome about WordPress is that, if you like, you can make up your own keys on the fly, and display them in your themes. That&#8217;s what a custom field is. (We&#8217;ve finally come back around to what a custom field is, yay!) A custom field is just an arbitrary key/value pair that you make up and use for your own sinister purposes.</p>
<p>For example, say you want your blog posts to display your mood. In your post, you go to your custom field, create a new key called &#8220;mood&#8221;, then set it to &#8220;bouncy&#8221;. Then, in your theme, under<strong> TITLE</strong>, <strong>DATE</strong> and <strong>CONTENT</strong>, you can add <strong>MOOD</strong>, and for every post you put a &#8220;mood&#8221; custom field in, it&#8217;ll output your mood in the blog.</p>
<p>Cool, huh?</p>
<p>I’ve tried to make this really simple, but what I hope was conveyed is that custom fields can be a powerful tool. In my next post, I’ll show you how you can use custom fields to create a quick-n-dirty e-commerce application for your WordPress website.</p>
<p>If you have any questions at all, please hit me up in the comments. I would HATE to have gone through all that and still be unclear.</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/wordpress-custom-fields-explained-for-normal-people-i-hope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyphen Available Now!, or, Well That Was Fast</title>
		<link>http://hotgluemedia.com/blog/hyphen-available-now-or-well-that-was-fast/</link>
		<comments>http://hotgluemedia.com/blog/hyphen-available-now-or-well-that-was-fast/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 22:37:19 +0000</pubDate>
		<dc:creator>mer</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=620</guid>
		<description><![CDATA[Everything keeps happening here at once. Hyphen was released by Magnatune this weekend, and it&#8217;s already been featured in an ambient music podcast! Ok, so, it&#8217;s the Magnatune promotional ambient music podcast, so it&#8217;s not THAT big of a deal, but still. Kinda cool. Hyphen hasn&#8217;t made it out to iTunes or the Amazon music [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/hyphen-front-rev.jpg" rel="lightbox[620]"><img class="alignleft size-medium wp-image-611" title="hyphen-front-rev" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/hyphen-front-rev-300x300.jpg" alt="Hyphen cover" width="300" height="300" /></a>Everything keeps happening here at once. Hyphen was released by <a href="http://magnatune.com/artists/albums/brain-hyphen">Magnatune this weekend</a>, and it&#8217;s already been featured in an ambient music podcast!</p>
<p>Ok, so, it&#8217;s the <a href="http://magnatune.com/podcasts/details/magnatune_ambient_podcast_2010_07_17">Magnatune promotional ambient music podcast</a>, so it&#8217;s not THAT big of a deal, but still. Kinda cool.</p>
<p>Hyphen hasn&#8217;t made it out to iTunes or the Amazon music store yet, that takes a couple of weeks, but if you want to purchase a copy now, <a href="http://braindouche.bandcamp.com/album/hyphen">I&#8217;ve published a copy of Hyphen at Bandcamp</a>. The individual tracks are a buck a piece, and I&#8217;ve set the album price to &#8220;whatever you like, as long as it&#8217;s 8 bucks or more&#8221;. Why would you want to pay more? You might love me, and be excited to know that this money is direct artist support, or if you pay $15 or more I&#8217;ll send you a physical CD to go along with your digital download. Shipping and handling will even be included. Ain&#8217;t that cool?</p>
<p>That&#8217;s not the only option, either. You can also go to Magnatune and <a href="http://magnatune.com/downloads">subscribe as a member</a>, and for $15 a month you can download Hyphen and every other album available on the website, DRM-free.</p>
<p>If you want to license a tune from this album, and use it attribution-free in whatever wacky project you have going on, Magnatune can <a href="https://magnatune.com/artists/license/?artist=Braindouche&amp;album=Hyphen&amp;genre=Ambient&amp;sitePrefix=">help you out</a> there. (And then send me a note. I love wacky projects.)</p>
<p>If you&#8217;ve got a podcast or a blog and you want to review Hyphen, kill some time talking to me, or play some of my music, <a href="http://www.hotgluemedia.com/contact/">just drop me a line</a>, and I&#8217;ll be happy to work with you.</p>
<p>And, finally, go to <a href="http://braindouche.net/">Braindouche!</a> and subscribe to the goddamn podcast already. It&#8217;s music and stuff. Some of it is quite pretty. It&#8217;s <strong>free</strong>.</p>
<p>So, to review:</p>
<p><a href="http://braindouche.bandcamp.com/album/hyphen">Buy Hyphen from me. </a></p>
<p><a href="http://magnatune.com/downloads">Buy a subscription at my label.</a></p>
<p><a href="http://braindouche.net/">Subscribe for free to my podcast. </a></p>
<p><a href="http://www.hotgluemedia.com/contact/">Drop me a line. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/hyphen-available-now-or-well-that-was-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid Internet Trick #313: Track a Package</title>
		<link>http://hotgluemedia.com/blog/stupid-internet-trick-313-track-a-package/</link>
		<comments>http://hotgluemedia.com/blog/stupid-internet-trick-313-track-a-package/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 00:04:18 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Random Drips]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=615</guid>
		<description><![CDATA[I don&#8217;t know about you, but I find tracking packages through the major carrier websites cumbersome. Tracking a package should be a simple, fast thing, yanno? Well, many thanks to Google for making it so. All you need to do is search for your tracking number, and you&#8217;ll get a link that says &#8220;track $carrier [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you, but I find tracking packages through the major carrier websites cumbersome. Tracking a package should be a simple, fast thing, yanno? Well, many thanks to Google for making it so. All you need to do is search for your tracking number, and you&#8217;ll get a link that says &#8220;track $carrier package $number&#8221;:<br />
<img class="alignnone size-medium wp-image-616" title="Track a Package" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/Untitled-1-300x142.jpg" alt="track a Package" width="300" height="142" /></p>
<p>Click that link, and poof! You know where your package is.</p>
<p>I&#8217;ve been using this trick for years &#8211; probably read about it on Lifehacker or something &#8211; but I find that it&#8217;s something a lot of people don&#8217;t have in their database-o-internet-tricks. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/stupid-internet-trick-313-track-a-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the release of my first album, Hyphen!</title>
		<link>http://hotgluemedia.com/blog/announcing-the-release-of-my-first-album-hyphen/</link>
		<comments>http://hotgluemedia.com/blog/announcing-the-release-of-my-first-album-hyphen/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 00:57:03 +0000</pubDate>
		<dc:creator>mer</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Random Drips]]></category>

		<guid isPermaLink="false">http://hotgluemedia.com/blog/?p=610</guid>
		<description><![CDATA[In the next 2 weeks or so, I, your humble web geek, will be releasing my first album, Hyphen. It&#8217;s experimental dark ambient music, and it&#8217;s coming out on the Magnatune label. How freakin&#8217; cool is that? The short version of the story goes something like this: I started 4 years ago, noodling around with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/hyphen-front-rev.jpg" rel="lightbox[610]"><img class="size-medium wp-image-611 alignleft" title="hyphen-front-rev" src="http://hotgluemedia.com/blog/wp-content/uploads/2010/07/hyphen-front-rev-300x300.jpg" alt="" width="300" height="300" /></a>In the next 2 weeks or so, I, your humble web geek, will be releasing my first album, Hyphen. It&#8217;s experimental dark ambient music, and it&#8217;s coming out on the Magnatune label.</p>
<p>How freakin&#8217; cool is that?</p>
<p>The short version of the story goes something like this: I started 4 years ago, noodling around with sound software and publishing it on a podcast, and then one day listened to a new Magnatune dark ambient album and thought &#8220;hell, I make music like this, and better&#8221;. I sent off some tracks to the label, they came back with a yes, and here we are.</p>
<p>The album cover is Dani&#8217;s work, and it&#8217;s a confirmed <em>awesome</em>.</p>
<p>As I get to it, there will be more information on the podcast site, <a href="http://braindouche.net/">braindouche.net</a>, but here&#8217;s what we know now: the release won&#8217;t be for a little while yet, but I&#8217;ll let you know when it&#8217;s live. It&#8217;ll be available for purchase on iTunes, Amazon MP3, and a few other places too, you can choose to get a subscription to Magnatune and get my album and a boatload of other great music for not a whole lot a month, and in the not-too-distant-future I will get some physical CDs printed up and let everyone know ahead of time, so we can have fun with preorders and whatnot.</p>
]]></content:encoded>
			<wfw:commentRss>http://hotgluemedia.com/blog/announcing-the-release-of-my-first-album-hyphen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.793 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-06 18:23:37 -->
