<?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"
	>

<channel>
	<title>Pixel Currents</title>
	<atom:link href="http://pixelcurrents.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pixelcurrents.com</link>
	<description>web presence design, WordPress help, and other cool stuff</description>
	<pubDate>Wed, 16 Jul 2008 01:59:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Upgrading WordPress All By Yourself</title>
		<link>http://pixelcurrents.com/2008/07/15/upgrading-wordpress-all-by-yourself/</link>
		<comments>http://pixelcurrents.com/2008/07/15/upgrading-wordpress-all-by-yourself/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 15:21:44 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Pixel Currents Blog]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[WordPress tips]]></category>

		<category><![CDATA[wordpress upgrade]]></category>

		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/?p=90</guid>
		<description><![CDATA[A new version of WordPress was released last night. They&#8217;re up to 2.6 which offers some nifty new features, as seen in this video created by WordPress. 
While it may seem that WordPress releases upgrades every week, it&#8217;s important to install them. Hackers have made sport of seeking out securty holes in WordPress, and the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Upgrading WordPress All By Yourself", url: "http://pixelcurrents.com/2008/07/15/upgrading-wordpress-all-by-yourself/" });</script>]]></description>
			<content:encoded><![CDATA[<p>A new version of WordPress was released last night. <a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">They&#8217;re up to 2.6</a> which offers some nifty new features, as seen in this video created by WordPress.<embed src="http://v.wordpress.com/mARhRBcT/fmt_std" type="application/x-shockwave-flash" width="400" height="250" flashvars="blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&#038;width=400&#038;height=250" class="alignleft"> </embed></p>
<p>While it may <em>seem</em> that WordPress releases upgrades every week, it&#8217;s important to install them. Hackers have made sport of <a href="http://ocaoimh.ie/2008/06/08/did-your-wordpress-site-get-hacked/">seeking out securty holes in WordPress</a>, and the longer you wait to patch them the more likely you are to be hacked. I&#8217;ve seen it, and it ain&#8217;t pretty. If you&#8217;re running a version of WordPress prior to 2.5.1, upgrade NOW. </p>
<p>If you&#8217;re using a self-hosted version of WordPress (in other words, you aren&#8217;t hosted at <a href="http://wordpress.com">wordpress.com</a>, in which case none of this applies to you, thanks for stopping by and have a great day!) there are a few ways to deal with upgrades.</p>
<ol>
<li>Contact someone (<a href="http://pixelcurrents.com/services/wordpress-services/">like me!</a>) who will take care of your upgrade for you for a fee. Or maybe you have a generous friend who knows how to upgrade.</li>
<li>Use Fantastico (via cPanel) or some other one step upgrade script offered by your webhost (not all hosts offer this, you may have to contact your host to find out what your options might be.)</li>
<li>Use the <a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin-update.html">WordPress Automatic Upgrade</a> plugin.</li>
<li><strong>Manually upgrade yourself via FTP.</strong></li>
</ol>
<p>Each of these options has it&#8217;s pros and cons. </p>
<p>Hiring someone is a good solution if you have more money than time, but be aware that you need to hand over the keys (passwords) to your site, so make sure you trust that person completely. If a friend offers to help be <em>sure</em> that friend has experience with upgrading WordPress. It would be a stupid thing to ruin a friendship over, right?</p>
<p>Fantastico and other one-step upgrades are quick and easy, but if your site is highly customized you risk losing some of the customizations. It sometimes takes awhile for the lastest version of WordPress to become available (for example at this writing version 2.6 is not available via Fantastico.) Also if something goes wrong your timesaver just could have added hours of work to troubleshoot and correct the problem. Same with the WordPress Automatic Upgrade plugin, I&#8217;ve used it a few times with no problems but then there was that one time&#8230;</p>
<p>If you decide to go with one of these options<a href="http://codex.wordpress.org/WordPress_Backups#Backing_Up_Your_WordPress_Site"> be sure to backup your database and files first!</a> Even if you think you don&#8217;t need to, <em>do it anyway</em>.</p>
<h3>Upgrading yourself, while appearing at first to be complicated, may be your best and smartest option.</h3>
<p>If you already have experience uploading files using an FTP client, upgrading yourself is actually quite easy. And you get that wonderful sense of pride and satisfaction knowing you did it yourself. There are <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended">step by step instructions at WordPress</a>, but the key is &#8220;step by step.&#8221; Do <em>not</em> skip a step, and you&#8217;ll do fine. Remember these key points:</p>
<ul>
<li><a href="http://codex.wordpress.org/Backing_Up_Your_Database"><strong>Back up</strong> your database</a> (using phpMyAdmin or something similar, or via the <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP-DB-Backup</a> plugin which works quite well), and the following files in your WordPress installation:</p>
<ul>
<li>wp-config.php (this contains the information WordPress needs to speak to your database, it&#8217;s content is crucial.)</li>
<li>all the contents of your wp-content folder, in particular your theme folder if you are using <em>anything</em> but the default or classic themes as they arrived out of the box, any custom plugins, and the contents of your uploads folder.</li>
<li>your .htaccess  &#038; robots.txt files (which may appear in your web root.)</li>
</ul>
<p> If you have an older version of WordPress there may be other files to be aware of, so be sure to check the <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended#Step_7:_Delete_the_old_WordPress_files">instructions at WordPress</a>.</li>
<li>Back up your content by going to Manage > Export in the admin panel. Your content is also in your database backup, but in some cases having the XML file this tool generates may make recovery (if necessary) a bit less painful.</li>
<li>Ensure that these backups are safely set aside where you have easy access to them (I like to keep them on my desktop until the upgrade is complete, then I file them away just in case.)</li>
<li><strong>Be sure to deactivate ALL plugins prior to upgrading.</strong> (adding the bold because I&#8217;ve seen a few people on Twitter suffering from upgrade issues that I suspect were caused by skipping this step.)</li>
</ul>
<p><img src="http://pixelcurrents.com/main/wp-content/uploads/2008/07/watch-these.jpg" alt="" title="watch-these" width="196" height="371" class="alignleft size-full wp-image-92" /><br />
Once you&#8217;ve done this preliminary stuff, the actual upgrade is simple. WordPress recommends that you delete and replace your WordPress files rather than overwriting them, and yes, that is the safest bet. Be careful with the wp-content folder, if you delete or overwrite it you&#8217;ll lose any custom themes or added plugins (which of course you&#8217;ve saved backups of so no big deal right? Right?) Save that folder for last, then open it and the theme and plugin folders within it to upload the new versions of the default themes and plugins individually.</p>
<p>After the files are uploaded, go to yoursite.com/wordpressfolder/wp-admin/upgrade.php and follow the instructions (which consist of a single mouse click.) Next reactivate your plugins via the admin panel, one by one. You may see a message that a particular plugin is out of date, and some may not install at all (if you&#8217;re upgrading from an old version in particular.) You can update your plugins by going to their individual sites and grabbing the latest version. You do in most cases have the ability to let WordPress do this for you but keep in mind this involves giving your credentials to a third party.</p>
<p>If you decide to upgrade yourself <em>please do not rely on this post alone</em>. There is important information at the links I&#8217;ve provided, <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended">particularly at Wordpress</a> and I make no guarantees that reading this post will result in a flawless upgrade. Hopefully, though, I&#8217;ve taken a bit of the mystery out of the process. The most important step you can take is <strong>back up your database and custom theme</strong>. In fact, backing up is, in my opinion, the most complicated part of an upgrade, yet it&#8217;s something that you should be doing on a regular basis anyway. If you have backups any problems that occur can be easily overcome. And once you&#8217;ve done one upgrade you won&#8217;t hesitate to keep your WordPress installation up to date and secure. So go for it!</p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=Upgrading+WordPress+All+By+Yourself&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F07%2F15%2Fupgrading-wordpress-all-by-yourself%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/07/15/upgrading-wordpress-all-by-yourself/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PodCamp NYC 2 Panel Session- Video Conversaton</title>
		<link>http://pixelcurrents.com/2008/05/02/video-conversation/</link>
		<comments>http://pixelcurrents.com/2008/05/02/video-conversation/#comments</comments>
		<pubDate>Fri, 02 May 2008 14:12:52 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Pixel Currents Blog]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[podcamp]]></category>

		<category><![CDATA[podcampnyc2]]></category>

		<category><![CDATA[seesmic]]></category>

		<category><![CDATA[social networks]]></category>

		<category><![CDATA[video conversation]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/?p=88</guid>
		<description><![CDATA[I was thrilled to create and present a panel discussion at PodCamp NYC this past weekend on the topic of Video Conversations. In recent months I&#8217;ve been an active user of Seesmic, which is both a tool that allows for connecting with friends and strangers via video, and a community. I was lucky to receive [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "PodCamp NYC 2 Panel Session- Video Conversaton", url: "http://pixelcurrents.com/2008/05/02/video-conversation/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I was thrilled to create and present a panel discussion at <a href="http://podcampnyc.org">PodCamp NYC</a> this past weekend on the topic of Video Conversations. In recent months I&#8217;ve been an active user of <a href="http://seesmic.com">Seesmic</a>, which is both a tool that allows for connecting with friends and strangers via video, and a community. I was lucky to receive an invitation into the alpha (rather, pre-alpha!) testing stage of the site in October 2007, and have been amazed with how quickly and tightly I&#8217;ve come to know and bond with other users. Unlike <a href="http://youtube.com">YouTube</a>, which is an all-purpose personal video hosting site, you typically would post to Seesmic a video of yourself, with the intention that viewers will respond and take the conversation further. In fact their tagline is &#8220;Join the video conversation.&#8221;<br />
<a href='http://www.flickr.com/photos/filmosity/2446301554'><img src="http://pixelcurrents.com/main/wp-content/uploads/2008/05/2446301554_b7c998d34a.jpg" alt="" title="2446301554_b7c998d34a" width="500" height="375" class="alignright size-full wp-image-89" /></a></p>
<p>A PodCamp is an &#8220;unconference&#8221;, based around podcasting and podcasters, but also including social media and social networking. The idea is not just to attend but to contribute. I had attended my first PodCamp, in <a href="http://podcampphilly.pbwiki.com/">Philadelphia</a> in September 2007, as a sponge, soaking up as much knowledge as I could. This time I felt I had something to offer, and realizing that many of my new &#8220;Seesmic friends&#8221; would also be attending, I decided to put together this session about Video Conversations. And what better format than a panel, a live version of the type of conversations we were having online? A panel that would hopefully answer the questions What? Who? How? and most importantly- Why?</p>
<p>There are other services that allow you to have a video conversation. Seesmic is the one I&#8217;m most familiar with and the community I&#8217;m most connected with, but it&#8217;s not really about one particular service, it&#8217;s about this new way to connect, what it is and where it&#8217;s going.</p>
<p>I&#8217;d like to thank the people who made this session what it was: <a href="http://me.dm">Phil Campbell</a>, <a href="http://theobstructionist.com">Seth Eagelfeld</a>, <a href="http://geekfridge.com">Mike Gaines</a>, <a href="http://twitter.com/pishba">Patty Hartwell</a>, <a href="http://www.fridaynightdanceparty.com/">Jeff Hinz</a>, <a href="http://creepysleepy.com/">Dan Patterson</a>, <a href="http://ourmaninside.com">Christian Payne</a>, and most especially <a href="http://purplecar.net">Christine Cavalier</a> who saved me when I had the wrong connection from MacBook to projector and who gave me feedback as I developed the session. Also thank you to the many other Seesmic users who attended the session, provided insight, and helped fill seats ;).</p>
<p>What follows are videos that were sent to Seesmic during the session. The first two were uploaded by Christian Payne (aka Documentally), the remainder by Patty Hartwell. At the end are the slideshow itself and a video I put together of responses to the question &#8220;What is the Future of Video Conversation.&#8221; If you watch nothing else (and I wouldn&#8217;t blame you, it&#8217;s a lot!) I encourage you to watch the video at the end.</p>
<p><em>Seesmic is still in testing and you can become a member by invite only. If you would like to join, register by leaving a video comment here, contact me at <a href="mailto:annie@pixelcurrents.com">annie@pixelcurrents.com</a>, or if you are on twitter you can follow <a href="http://twitter.com/getseesmic">getseesmic</a> and send a DM request for an invitation.</em><br />
<em>Above image originally uploaded to flickr by <a href="http://www.flickr.com/photos/filmosity/">Filmosity</a>, aka ChrisCavs, used with permission.</em></p>
<p>Documentally Part One<br />
<object width="425" height=" 353"><param name="movie" value="http://seesmic.com/Standalone.swf?video=LzG6cUKqDE"></param><param name="allowFullScreen" value="true" /><embed src="http://seesmic.com/Standalone.swf?video=LzG6cUKqDE" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" allowScriptAccess="sameDomain" width="425" height=" 353"></embed></object><br />
Documentally Part Two<br />
<object width="425" height=" 353"><param name="movie" value="http://seesmic.com/Standalone.swf?video=QpR9QtNwup"></param><param name="allowFullScreen" value="true" /><embed src="http://seesmic.com/Standalone.swf?video=QpR9QtNwup" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" allowScriptAccess="sameDomain" width="425" height=" 353"></embed></object><br />
Patty Hartwell Part One<br />
<object width="425" height=" 353"><param name="movie" value="http://seesmic.com/Standalone.swf?video=jVBzBZZA1g"></param><param name="allowFullScreen" value="true" /><embed src="http://seesmic.com/Standalone.swf?video=jVBzBZZA1g" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" allowScriptAccess="sameDomain" width="425" height=" 353"></embed></object><br />
Patty Hartwell Part Two<br />
<object width="425" height=" 353"><param name="movie" value="http://seesmic.com/Standalone.swf?video=Bhej3BtsFy"></param><param name="allowFullScreen" value="true" /><embed src="http://seesmic.com/Standalone.swf?video=Bhej3BtsFy" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" allowScriptAccess="sameDomain" width="425" height=" 353"></embed></object><br />
Patty Hartwell Part Three<br />
<object width="425" height=" 353"><param name="movie" value="http://seesmic.com/Standalone.swf?video=R1icdLY1Jk"></param><param name="allowFullScreen" value="true" /><embed src="http://seesmic.com/Standalone.swf?video=R1icdLY1Jk" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" allowScriptAccess="sameDomain" width="425" height=" 353"></embed></object><br />
Patty Hartwell Part Four<br />
<object width="425" height=" 353"><param name="movie" value="http://seesmic.com/Standalone.swf?video=0YShX7ga79"></param><param name="allowFullScreen" value="true" /><embed src="http://seesmic.com/Standalone.swf?video=0YShX7ga79" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" allowScriptAccess="sameDomain" width="425" height=" 353"></embed></object><br />
Patty Hartwell Part Five<br />
<object width="425" height=" 353"><param name="movie" value="http://seesmic.com/Standalone.swf?video=SrBCJ2m7K7"></param><param name="allowFullScreen" value="true" /><embed src="http://seesmic.com/Standalone.swf?video=SrBCJ2m7K7" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" allowScriptAccess="sameDomain" width="425" height=" 353"></embed></object><br />
Patty Hartwell Part Six<br />
<object width="425" height=" 353"><param name="movie" value="http://seesmic.com/Standalone.swf?video=4oJVInPehp"></param><param name="allowFullScreen" value="true" /><embed src="http://seesmic.com/Standalone.swf?video=4oJVInPehp" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" allowScriptAccess="sameDomain" width="425" height=" 353"></embed></object><br />
Presentation slideshow<br />
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/miV8rYsGADA"></param> <embed src="http://www.youtube.com/v/miV8rYsGADA" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
<p>What is the future of Video Conversation?<br />
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/YLEyi3iG1DA&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/YLEyi3iG1DA&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=PodCamp+NYC+2+Panel+Session-+Video+Conversaton&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F05%2F02%2Fvideo-conversation%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/05/02/video-conversation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PodCamp NYC is this weekend!</title>
		<link>http://pixelcurrents.com/2008/04/21/podcamp-nyc-is-this-weekend/</link>
		<comments>http://pixelcurrents.com/2008/04/21/podcamp-nyc-is-this-weekend/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 20:13:20 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Pixel Currents Blog]]></category>

		<category><![CDATA[podcamp]]></category>

		<category><![CDATA[podcampnyc2]]></category>

		<category><![CDATA[seesmic]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/?p=84</guid>
		<description><![CDATA[I&#8217;m so excited to be presenting a session this Friday at PodCamp NYC 2 entitled &#8220;Video Conversations.&#8221; It will be a panel discussion and I&#8217;ve invited some fascinating folks to participate. They&#8217;re all active users of Seesmic and other video conversation tools and services. 
It will be a lively and fun real life conversation about [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "PodCamp NYC is this weekend!", url: "http://pixelcurrents.com/2008/04/21/podcamp-nyc-is-this-weekend/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href='http://pixelcurrents.com/main/wp-content/uploads/2008/04/podcampnyc2_logo.jpg'><img src="http://pixelcurrents.com/main/wp-content/uploads/2008/04/podcampnyc2_logo.jpg" alt="" title="podcampnyc2_logo" width="222" height="300" class="alignleft size-full wp-image-85" /></a>I&#8217;m so excited to be presenting a session this Friday at <a href="http://podcampnyc.org">PodCamp NYC 2</a> entitled &#8220;Video Conversations.&#8221; It will be a panel discussion and I&#8217;ve invited some fascinating folks to participate. They&#8217;re all active users of Seesmic and other video conversation tools and services. </p>
<p>It will be a lively and fun real life conversation about video conversation!</p>
<p>My friend (and PodCamp roomie) Christine Cavalier (known far and wide as <a href="http://purplecar.net">purplecar</a>) will be co-moderating with me, and I&#8217;ll be assisting her with a presentation on &#8220;Social Media Parenting&#8221; which will also take place on Friday. Christine has some brilliant thoughts on raising the next generation in a digital age.</p>
<p>I&#8217;ll also be running around helping out in the registration area both Friday and Saturday. </p>
<p>We may even try to record an episode of Push My Follow at some point, since four of the six of us will be there!</p>
<p>Did I mention <em>how much fun </em>this is going to be? A long weekend in NYC at the foot of the Brooklyn Bridge!</p>
<p>If you see me please make sure to say hi! And ask for a <a href="http://pushmyfollow.com">Push My Follow</a> sticker :).</p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=PodCamp+NYC+is+this+weekend%21&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F04%2F21%2Fpodcamp-nyc-is-this-weekend%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/04/21/podcamp-nyc-is-this-weekend/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Push My Follow</title>
		<link>http://pixelcurrents.com/2008/04/15/push-my-follow/</link>
		<comments>http://pixelcurrents.com/2008/04/15/push-my-follow/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 15:18:41 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/?p=81</guid>
		<description><![CDATA[ WordPress theme, new logo design.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Push My Follow", url: "http://pixelcurrents.com/2008/04/15/push-my-follow/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href='http://pushmyfollow.com'><img src="http://pixelcurrents.com/main/wp-content/uploads/2008/04/pmf-150x150.jpg" alt="" title="push my follow" width="150" height="150" class="photo size-thumbnail wp-image-82" /></a> WordPress theme, new logo design.</p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=Push+My+Follow&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F04%2F15%2Fpush-my-follow%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/04/15/push-my-follow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cheezewire</title>
		<link>http://pixelcurrents.com/2008/03/09/cheezewire/</link>
		<comments>http://pixelcurrents.com/2008/03/09/cheezewire/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 14:46:38 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/2008/03/09/cheezewire/</guid>
		<description><![CDATA[
Wordpress theme.
Original theme using client&#8217;s existing logo.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Cheezewire", url: "http://pixelcurrents.com/2008/03/09/cheezewire/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.cheeze.com/blog/'><img src='http://pixelcurrents.com/main/wp-content/uploads/2008/03/2297603873_68fb7324a4_o.thumbnail.jpg' alt='2297603873_68fb7324a4_o.jpg' class='photo' /></a><br />
Wordpress theme.</p>
<p>Original theme using client&#8217;s existing logo.</p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=Cheezewire&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F03%2F09%2Fcheezewire%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/03/09/cheezewire/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Communication 2.0</title>
		<link>http://pixelcurrents.com/2008/03/09/communication-20/</link>
		<comments>http://pixelcurrents.com/2008/03/09/communication-20/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 14:43:40 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/2008/03/09/communication-20/</guid>
		<description><![CDATA[
WordPress Theme
Customization of the Misty Look theme. New header graphic.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Communication 2.0", url: "http://pixelcurrents.com/2008/03/09/communication-20/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href='http://communication2-0.com' title='communication 2.0'><img src='http://pixelcurrents.com/main/wp-content/uploads/2008/03/2297590717_88d6f4b7d0_o.thumbnail.jpg' alt='2297590717_88d6f4b7d0_o.jpg' class='photo' /></a><br />
WordPress Theme</p>
<p>Customization of the <a href="http://wpthemes.info/misty-look/">Misty Look</a> theme. New header graphic.</p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=Communication+2.0&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F03%2F09%2Fcommunication-20%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/03/09/communication-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Banannie 2008</title>
		<link>http://pixelcurrents.com/2008/02/28/banannie-2008/</link>
		<comments>http://pixelcurrents.com/2008/02/28/banannie-2008/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 14:05:45 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/2008/02/28/banannie-2008/</guid>
		<description><![CDATA[
WordPress Theme
New original theme for my personal site based on hacked up Sandbox code, includes up to six widget boxes.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Banannie 2008", url: "http://pixelcurrents.com/2008/02/28/banannie-2008/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://banannie.com/blog" target="_blank"><img src='http://pixelcurrents.com/main/wp-content/uploads/2008/02/banannie08thumb.thumbnail.jpg' alt='banannie08thumb.jpg' class='photo'  /></a><br />
WordPress Theme</p>
<p>New original theme for my personal site based on hacked up Sandbox code, includes up to six widget boxes.</p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=Banannie+2008&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F02%2F28%2Fbanannie-2008%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/02/28/banannie-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Collected Wisdom and the Power of Twitter</title>
		<link>http://pixelcurrents.com/2008/02/04/collected-wisdom-and-the-power-of-twitter/</link>
		<comments>http://pixelcurrents.com/2008/02/04/collected-wisdom-and-the-power-of-twitter/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 12:18:32 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Pixel Currents Blog]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[Becky McCray]]></category>

		<category><![CDATA[small business]]></category>

		<category><![CDATA[social networks]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/2008/02/04/collected-wisdom-and-the-power-of-twitter/</guid>
		<description><![CDATA[The other day, feeling a bit overwhelmed, I sent out a desperate cry for help to Twitter:
 hey twitter, write a blog post for me wouldja? kthxbai
I was joking- but not really. I knew I needed some content, some good content, but I was coming up with nothing.
Out of the tweeterstream came this from twitter [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Collected Wisdom and the Power of Twitter", url: "http://pixelcurrents.com/2008/02/04/collected-wisdom-and-the-power-of-twitter/" });</script>]]></description>
			<content:encoded><![CDATA[<p>The other day, feeling a bit overwhelmed, I sent out a desperate cry for help to Twitter:</p>
<blockquote><p> hey twitter, write a blog post for me wouldja? kthxbai</p></blockquote>
<p>I was joking- but not really. I knew I needed some content, some good content, but I was coming up with nothing.</p>
<p>Out of the tweeterstream came this from twitter friend <a href="http://twitter.com/BeckyMcCray">Becky McCray</a>.<em> </em></p>
<blockquote><p>We can do that.</p></blockquote>
<p>A few quick direct message exchanges later, Becky sent me an amazing collection of wisdom she&#8217;d gathered from her twitter followers. She kindly offered it to me, to publish. What&#8217;s even better is this list is full of ideas and links that I can use myself, and happily share with my readers.</p>
<p>Becky has an incredible site called <a href="http://www.smallbizsurvival.com/">Small Biz Survival</a>. On her site Becky offers a wealth of helpful information for small business owners. While her stated focus is on businesses in small towns, such as her own liquor store in Oklahoma, any small business will find great advice here. And even better, as proven by her offer to share this collection with me, Becky is quick to help and encourage fellow entrepreneurs. <a href="http://www.smallbizsurvival.com/">Check her site out</a>, you won&#8217;t be sorry!</p>
<p>So, without further ado, Twitter Wisdom on Web Design and Small Business Resources, as collected by Becky McCray <em>(after the jump!)</em></p>
<p><span id="more-68"></span><br />
<font><font style="font-weight: bold">Web Design Ideas</font></font></p>
<p><strong><a href="http://twitter.com/dalecruse" title="Dale Cruse" target="_blank">dalecruse</a></strong>         <font>      Everyone talks about the new hot technologies but no one talks about creating better content</font></p>
<p><strong><a href="http://twitter.com/GlendaWH" title="Glenda Watson Hyatt " target="_blank">GlendaWH</a></strong>         <font>      measuring blog success&#8230;&#8230;&#8230;challenging!</font></p>
<p><strong><a href="http://twitter.com/khaynes" title="khaynes" target="_blank">khaynes</a></strong>         <font>      Chatting with a contact off a LinkedIn question about services from one of our vendors. Social networking = Conversations</font><br />
<strong><br />
</strong><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font> At Naturally Yours organic grocery client, I was shocked to see they had printed a business card devoted to the blog we designed for them!<br />
</font><font> <font style="font-weight: bold">N</font>aturally Yours blog business card: Articles Opinions Videos Photos Interviews Product Reviews Giveaways. Made me smile really big.</font></p>
<p><strong><a href="http://twitter.com/communicatrix" title="communicatrix" target="_blank">communicatrix</a></strong>         <font>      How stupidly happy does it make me when I see that someone&#8217;s spent 53 minutes reading my blog? Very happy.</font><br />
<font><br />
</font><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font> Remember, the Web Revolution is about Transparency and User Empowerment, Consumer Info, Peer Recommendation. Base web strategy on these.</font></p>
<p><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font> Hate &#8220;About&#8221; pages that contain vague text about &#8220;purpose&#8221;, but not names, bios, credentials, expertise, thus no credibility whatsoever.</font></p>
<p><strong><a href="http://twitter.com/Marti_L" title="Marti Lawrence" target="_blank">Marti_L</a></strong>         <font>      Whether you&#8217;re an author or not, JA Konrath has some great advice about web presence  <a href="http://jakonrath.blogspot.com/" rel="nofollow" target="_blank">http://jakonrath.blogspot.com/</a></font><br />
<font><br />
</font><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font> Don&#8217;t compare your humble podcast or vlog with mainstream media&#8217;s glitzy junk now. Compare it to the beginning fumblings of early MSM.</font></p>
<p><strong><a href="http://twitter.com/byosko" title="Ben Yoskovitz" target="_blank">byosko</a></strong>         <font>      Do bloggers always follow their own advice? What do you folks think? <a href="http://tinyurl.com/ysw6f8" rel="nofollow" target="_blank">http://tinyurl.com/ysw6f8</a></font></p>
<p><strong><a href="http://twitter.com/TrevR" title="Trevor" target="_blank">TrevR</a></strong>         <font>      Blogging lessons learned: <a href="http://tinyurl.com/27fqgg" rel="nofollow" target="_blank">http://tinyurl.com/27fqgg</a></font><br />
<strong><br />
<a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font> I suggested showing After photos w/ text &#8220;Curious what these bathrooms looked like before our work? Click the photos above and see!&#8221;<br />
</font><font>&#8230;so customer clicks on After photo, which is a link to Before photos, to see what the bathrooms looked like before client remodeled them.</font></p>
<p><strong><a href="http://twitter.com/brightwings" title="brightwings" target="_blank">brightwings</a></strong>         <font> noticing i don&#8217;t care anymore about free reports, audios, videos. i just wanna get stuff done! if i need it i will find it thank you.</font></p>
<p><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font> Soon our computers will start their own blogs, make their own music, upload their own videos to YouTube for other machines to enjoy.</font></p>
<p><font><br />
</font><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font>      My new post: &#8220;using blogs for business&#8221; <a href="http://tinyurl.com/27s8jz" rel="nofollow" target="_blank">http://tinyurl.com/27s8jz</a></font></p>
<p><a href="http://twitter.com/chrisbrogan"><strong>chrisbrogan</strong></a>         <font>      Do you have an activated community around your efforts: <a href="http://tinyurl.com/2fg4ve" rel="nofollow" target="_blank">http://tinyurl.com/2fg4ve</a></font></p>
<p><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font>      Enjoying blog called The Buzz Bin. Deep thinking about blogs, marketing, buzz, authenticity, etc. <a href="http://www.livingstonbuzz.com/blog/" target="_blank">http://www.livingstonbuzz.com<wbr></wbr>/blog/</a></font></p>
<p><font style="font-weight: bold">Resources<br />
</font><strong><br />
<a href="http://twitter.com/cspenn" title="Christopher Penn" target="_blank">cspenn</a></strong>         <font>      Screencast software makes corporate training easy. Record once, make employees watch over and over.</font><br />
<font style="text-decoration: underline"><br />
</font><strong><a href="http://twitter.com/rickmahn" title="Rick Mahn" target="_blank">rickmahn</a></strong>         <font>      Reading: &#8221; The Future of the Press Release - Part I, Acceptance at PR 2.0&#8243; (<a href="http://tinyurl.com/2xz9y3" rel="nofollow" target="_blank">http://tinyurl.com/2xz9y3</a>)     </font></p>
<p><strong><a href="http://twitter.com/TatsuyaNakagawa" title="Tatsuya Nakagawa" target="_blank">TatsuyaNakagawa</a></strong>         <font>      Obvious but seldom applied: Even if you SUCK, any skill you spend 4 days/week training will become a strength - <a href="http://tinyurl.com/23vyre" rel="nofollow" target="_blank">http://tinyurl.com/23vyre</a>.</font></p>
<p><strong><a href="http://twitter.com/jbreazeale" title="Jennifer Breazeale" target="_blank">jbreazeale</a></strong>         <font>      7 critical rules to understanding people - <a href="http://tinyurl.com/25hn9m" rel="nofollow" target="_blank">http://tinyurl.com/25hn9m</a>    </font></p>
<p><strong><a href="http://twitter.com/cc_chapman" title=" C.C. Chapman" target="_blank">cc_chapman</a></strong>         <font>      Watching Greg Verdino talk about small business marketing at <a href="http://tinyurl.com/yvycg9" rel="nofollow" target="_blank">http://tinyurl.com/yvycg9</a></font></p>
<p><strong><a href="http://twitter.com/cspenn" title="Christopher Penn" target="_blank">cspenn</a></strong>         <font>      Borrow my C&amp;D letter to drop the hammer on people syndicating YOUR stuff without permission: <a href="http://urltea.com/13s2" rel="nofollow" target="_blank">http://urltea.com/13s2</a></font></p>
<p><strong><a href="http://twitter.com/aidg" title="AIDG" target="_blank">aidg</a></strong>         <font>      Entrepreneurship Principles from the African Leadership Academy <a href="http://tinyurl.com/2wvgwo" rel="nofollow" target="_blank">http://tinyurl.com/2wvgwo</a></font></p>
<p><strong><a href="http://twitter.com/cc_chapman" title=" C.C. Chapman" target="_blank">cc_chapman</a></strong>         <font>      New blog post: Inbox Productivity <a href="http://tinyurl.com/2bcq8b" rel="nofollow" target="_blank">http://tinyurl.com/2bcq8b</a></font></p>
<p><strong><a href="http://twitter.com/rudy10" title="rudy10" target="_blank">rudy10</a></strong>         <font>      Updating my website <a href="http://www.disabilityresourcedirectory.com/" rel="nofollow" target="_blank">http://www.disabilityresourcedi<wbr></wbr>rectory.com</a></font></p>
<p><strong><a href="http://twitter.com/pacificIT" title="Robert Sanzalone" target="_blank">pacificIT</a></strong>         <font>      Link: Talkster - Truly free international calling, after you listen to an ad <a href="http://www.talkster.com/" rel="nofollow" target="_blank">http://www.talkster.com/</a></font></p>
<p><strong><a href="http://twitter.com/brightwings" title="brightwings" target="_blank">brightwings</a></strong>         <font>      Currently Browsing: <a href="http://www.motivator.ws/motivator/default.aspx" rel="nofollow" target="_blank">http://www.motivator.ws<wbr></wbr>/motivator/default.aspx</a> wow just what I needed and it&#8217;s free<br />
</font><font><br />
</font><strong><a href="http://twitter.com/JasonCalacanis" title="Jason Calacanis" target="_blank">JasonCalacanis</a></strong>         <font>      this is a cool &#8220;how to&#8221; on how to book cheap hotel rooms&#8230; <a href="http://tinyurl.com/2e4klt" rel="nofollow" target="_blank">http://tinyurl.com/2e4klt</a></font></p>
<p><strong><a href="http://twitter.com/chrisbrogan" title="Chris Brogan" target="_blank">chrisbrogan</a></strong>         <font>      This is a MUST-READ for freelancers: <a href="http://tinyurl.com/24cvav" rel="nofollow" target="_blank">http://tinyurl.com/24cvav</a></font></p>
<p><strong><a href="http://twitter.com/susanreynolds" title="Susan Reynolds" target="_blank">susanreynolds</a></strong>         <font>      I am not here. But I wanted to share the hourly billing calculator at <a href="http://freelanceswitch.com/rates/" rel="nofollow" target="_blank">http://freelanceswitch.com<wbr></wbr>/rates</a></font></p>
<p><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font>      &#8220;What is Open Source Marketing&#8221; by pal Valeria Maltoni <a href="http://tinyurl.com/yqoccv" rel="nofollow" target="_blank">http://tinyurl.com/yqoccv</a>     </font></p>
<p><strong><a href="http://twitter.com/springnet" title="Paul Terry Walhus" target="_blank">springnet</a></strong>         <font>      Startupping - A Community for Internet Entrepreneurs: Startupping is a one-of-a-kind community resource.. <a href="http://tinyurl.com/2jfsjl" rel="nofollow" target="_blank">http://tinyurl.com/2jfsjl</a><br />
</font></p>
<p><strong><a href="http://twitter.com/goldiekatsu" title="Goldie Katsu" target="_blank">goldiekatsu</a></strong>         <font>      A friend of  mine just sent me this example of a great cover letter: <a href="http://tinyurl.com/ypkrmq" rel="nofollow" target="_blank">http://tinyurl.com/ypkrmq</a></font></p>
<p><strong><a href="http://twitter.com/vaspers" title="Steven E. Streight" target="_blank">vaspers</a></strong>         <font>      My &#8220;Social Networking Tips for Business&#8221; in InterBusiness. <a href="http://tinyurl.com/ys797d" rel="nofollow" target="_blank">http://tinyurl.com/ys797d</a></font></p>
<p><em>you can  follow me on twitter at <a href="http://twitter.com/banannie7">http://twitter.com/banannie</a> </em></p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=Collected+Wisdom+and+the+Power+of+Twitter&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F02%2F04%2Fcollected-wisdom-and-the-power-of-twitter%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/02/04/collected-wisdom-and-the-power-of-twitter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to plan ahead to save time, money, and get a great design</title>
		<link>http://pixelcurrents.com/2008/01/07/how-to-plan-ahead-to-save/</link>
		<comments>http://pixelcurrents.com/2008/01/07/how-to-plan-ahead-to-save/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 15:51:14 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Pixel Currents Blog]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[WordPress design]]></category>

		<category><![CDATA[WordPress tips]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/2008/01/07/how-to-plan-ahead-to-save/</guid>
		<description><![CDATA[The initial discussions I have with clients about what they want often go in circles. I have to accept some blame for this, because if I don&#8217;t ask the right questions I can&#8217;t expect the answers I need.
It&#8217;s also important for clients to put in some thought and do a bit of homework before reaching [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to plan ahead to save time, money, and get a great design", url: "http://pixelcurrents.com/2008/01/07/how-to-plan-ahead-to-save/" });</script>]]></description>
			<content:encoded><![CDATA[<p>The initial discussions I have with clients about what they want often go in circles. I have to accept some blame for this, because if I don&#8217;t ask the right questions I can&#8217;t expect the answers I need.</p>
<p>It&#8217;s also important for clients to put in some thought and do a bit of homework before reaching out to a designer. The more clear an initial request for proposal is, the more quickly and accurately the proposal can be returned, and the less likely it is that additional costs will be incurred, and time wasted.</p>
<p>I&#8217;ve developed this simple list of questions/criteria for potential clients. These are WordPress specific, but can be applied to other design projects as well.</p>
<p><strong>General Layout:</strong></p>
<ul>
<li>Width:</p>
<ul>
<li>fluid?</li>
<li>static?</li>
<li>narrow, wide, or something in between</li>
</ul>
</li>
<li>Header:
<ul>
<li>text?</li>
<li>graphic?</li>
<li>both?</li>
</ul>
</li>
<li>Columns:
<ul>
<li>number of sidebars</li>
<li>location of sidebars</li>
<li>width of main content and sidebars</li>
</ul>
</li>
<li>Footer
<ul>
<li>any special requirements?</li>
</ul>
</li>
</ul>
<p><strong>Images:</strong> What images/graphics do you need for your site? Is there existing artwork to use or adapt?</p>
<ul>
<li>Header image</li>
<li>Images in sidebars (as section headers, etc.)</li>
<li>Other images (bullets, RSS, etc.)</li>
<li>Footer image</li>
</ul>
<p><strong>Colors:</strong> What colors are necessary (corporate ID, etc) or what would you like to use?</p>
<ul>
<li>background</li>
<li>focal (sidebar backgrounds, etc)</li>
<li>accents</li>
</ul>
<p><strong>Inspiration:</strong> What have you seen elsewhere that has influenced or inspired you?</p>
<ul>
<li>Existing artwork or design</li>
<li>Links to attractive sites</li>
<li>Other inspiration or ideas</li>
</ul>
<p><strong>Content:</strong> What type of content will your site include?</p>
<ul>
<li>Text</li>
<li>Photos</li>
<li>Video</li>
<li>Ads</li>
<li>Types of badges
<ul>
<li>Flickr</li>
<li>Twitter</li>
<li>Etc.</li>
</ul>
</li>
</ul>
<p><strong>Custom Pages:</strong></p>
<ul>
<li>Static or blog front page?</li>
<li>About</li>
<li>Archive</li>
<li>Links</li>
<li>Other</li>
</ul>
<p><strong>Additional functionality:</strong></p>
<ul>
<li>Photo gallery</li>
<li>Forum</li>
<li>Etc.</li>
</ul>
<p>Not every client can, or should, answer every question, of course. If your answer to a question is &#8220;I don&#8217;t really care&#8221; or &#8220;Give me some ideas&#8221; those are perfectly valid responses. You might be hiring a designer because you don&#8217;t want to think about these things!</p>
<p>Hopefully these questions are helpful. Can you think of others I may have missed? Do you think there are too many? Add your voice in the comments!</p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=How+to+plan+ahead+to+save+time%2C+money%2C+and+get+a+great+design&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2008%2F01%2F07%2Fhow-to-plan-ahead-to-save%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2008/01/07/how-to-plan-ahead-to-save/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Shrink Rap Radio</title>
		<link>http://pixelcurrents.com/2007/12/13/shrink-rap-radio/</link>
		<comments>http://pixelcurrents.com/2007/12/13/shrink-rap-radio/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 02:04:38 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/2007/12/13/shrink-rap-radio/</guid>
		<description><![CDATA[
WordPress Theme
Upgrade of existing blog plus new theme design to complement existing logo.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Shrink Rap Radio", url: "http://pixelcurrents.com/2007/12/13/shrink-rap-radio/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://shrinkrapradio.com"><img src='http://pixelcurrents.com/main/wp-content/uploads/2007/12/screenshot.thumbnail.png' alt='screenshot.png' class='photo' /></a><br />
WordPress Theme</p>
<p>Upgrade of existing blog plus new theme design to complement existing logo.</p>
<p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=ac6655de-b5a5-40c3-b569-efe662ae4c7d&amp;title=Shrink+Rap+Radio&amp;url=http%3A%2F%2Fpixelcurrents.com%2F2007%2F12%2F13%2Fshrink-rap-radio%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/2007/12/13/shrink-rap-radio/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
