<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>cre8d design</title>
	
	<link>http://www.cre8d-design.com</link>
	<description>blog designer</description>
	<lastBuildDate>Thu, 02 Sep 2010 10:12:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/cre8ddesign" /><feedburner:info uri="cre8ddesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>cre8ddesign</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Adventures in Life Streaming, Archiving Tweets and Facebook Status Updates</title>
		<link>http://www.cre8d-design.com/2010/09/adventures-in-life-streaming-archiving-tweets-and-facebook-status-updates/</link>
		<comments>http://www.cre8d-design.com/2010/09/adventures-in-life-streaming-archiving-tweets-and-facebook-status-updates/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 07:44:19 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cre8d-design.com/?p=565</guid>
		<description><![CDATA[Last year, I started a blog on  social archiving &#8211; about creating physical archives of digital memories.  I&#8217;m still fascinated by that, but also wanted to revise again how I could archive in one spot (if possible) my personal blogs and interests online.  
I&#8217;ve been blogging on a few different personal blogs [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, I started a blog on  <a href="http://www.socialarchivist.com/">social archiving</a> &#8211; about creating physical archives of digital memories.  I&#8217;m still fascinated by that, but also wanted to revise again how I could archive in one spot (if possible) my personal blogs and interests online.  </p>
<p>I&#8217;ve been blogging on a few different personal blogs since 2002 and have finally got around to aggregating them all together in one spot, over at <a href="http://www.rachelcunliffe.com">rachelcunliffe.com</a>.  (I&#8217;m using the default Wordpress design for now while I focus on content.)</p>
<h3>Combining my blogs</h3>
<p>It was surprisingly easy to take my original journal blog which had been offline for ages, it was running Wordpress 1.5 (what a blast from the past seeing the old admin interface).  That blog was my entry into the world of blogging and I met so many wonderful people through that.  Ahh, the good old days of blogging where it was so fresh, so new and such a small world (it seemed).  </p>
<p>To start resurrecting the blog, I updated the <code>wp-config.php</code> file to the new host database login information, disabled all the plugins, deleted all the spam, made a backup and uploaded Wordpress 3.0.  After seeing a number of problems upgrading Wordpress in a big leap, I was pleasantly surprised to see my blog all back and running, using a theme I made in the summer of 2006! An export of the blog posts split up by about six month chunks (you don&#8217;t want the import files to be bigger than 2MB) and then importing into <a href="http://www.rachelcunliffe.com">rachelcunliffe.com</a> didn&#8217;t take long at all.   </p>
<p>The next step was exporting from a <a href="http://www.wordpress.com">Wordpress.com</a> blog I wrote on for a while in 2008 then abandoned. This time it was a much simpler process a quick export and import.  </p>
<h3>Importing my Tweets</h3>
<p>I&#8217;ve been also investigating how to archive my tweets.  <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter tools</a> is perfect for tweets you do after adding the plugin to Wordpress, but I also wanted all my old Tweets stored in Wordpress.  </p>
<p>There&#8217;s a really simple plugin (<a href="http://wordpress.org/extend/plugins/twitter-importer/">Twitter importer</a>) which actually imports all your old tweets into a certain category of your choice in one step &#8211; no need to worry about exporting your Tweets first. However, the plugin current currently has no options e.g. no filtering out of &#8220;@&#8221; replies or retweets.  I got around this by quickly tweaking the plugin code:</p>
<p>Add: </p>
<p><code>if (substr($post_title,0,1) != "@" &#038;&#038; substr($post_title,0,2) != "RT")</code> </p>
<p>before: </p>
<p><code>$post_id = wp_insert_post($post);</code></p>
<p>I did notice that sometimes the plugin didn&#8217;t work first time around or didn&#8217;t pull them all in, wait a while and then run it again &#8211; you can run it multiple times and it won&#8217;t make duplicates.  </p>
<p>Until I work out how best to display all these tweets, I&#8217;m using the <a href="http://wordpress.org/extend/plugins/advanced-category-excluder/">Advanced Category Excluder</a> plugin to hide all the old tweets from the homepage and the feed, and just put have on their own <a href="http://www.rachelcunliffe.com/category/tweets/">tweets category page</a>.  </p>
<h3>Importing my Facebook Status Updates</h3>
<p>Facebook is a little buggy when it comes to this, but I&#8217;ve made a simple script to <a href="http://www.socialarchivist.com/2009/08/20/exporting-all-your-old-facebook-statuses/">export your Facebook status updates</a> to a CSV file.  It&#8217;s buggy because sometimes it works, sometimes later on it doesn&#8217;t work.  It&#8217;s also buggy because it only pulls out actual status updates, not links you share or photos you add in your status box.  Oh, and it doesn&#8217;t go back before about August 2008 when they released a new version of Facebook.  That being said, it still exported out over 700 of my status updates.  </p>
<p>I then played around with the CSV file a little to get it into the <a href="http://wordpress.org/extend/plugins/csv-importer/other_notes/">right format</a> that the <a href="http://wordpress.org/extend/plugins/csv-importer/">Wordpress CSV importer plugin</a> requires.  These all went into my <a href="http://www.rachelcunliffe.com/category/facebook-status-updates/page/80/">Facebook status updates category</a> and are also hidden from the homepage for now.  Going forward, I&#8217;ll either need to use Twitter again to update my Facebook status (using <a href="http://www.facebook.com/selectivetwitter">Selective Twitter</a> or find a way to bring in status updates one-by-one automatically (just like Twitter tools does).  </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=xvMQ3f3nOEk:Bl7DOHuEYkU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=xvMQ3f3nOEk:Bl7DOHuEYkU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=xvMQ3f3nOEk:Bl7DOHuEYkU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=xvMQ3f3nOEk:Bl7DOHuEYkU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=xvMQ3f3nOEk:Bl7DOHuEYkU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=xvMQ3f3nOEk:Bl7DOHuEYkU:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.cre8d-design.com/2010/09/adventures-in-life-streaming-archiving-tweets-and-facebook-status-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helaine Smith, Boston Cosmetic Dentists</title>
		<link>http://www.cre8d-design.com/2010/08/helaine-smith-boston-cosmetic-dentists/</link>
		<comments>http://www.cre8d-design.com/2010/08/helaine-smith-boston-cosmetic-dentists/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 22:25:31 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Blog design]]></category>
		<category><![CDATA[Business site]]></category>
		<category><![CDATA[Custom Wordpress plugin]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress theme]]></category>

		<guid isPermaLink="false">http://www.cre8d-design.com/?p=558</guid>
		<description><![CDATA[We had the pleasure of working with Helaine Smith and her team to redesign her business website using Wordpress as a content management system. 
 The site features lots of custom menus, rich content and, of course a blog.  
]]></description>
			<content:encoded><![CDATA[<p>We had the pleasure of working with <a href="http://www.helainesmithdmd.com">Helaine Smith</a> and her team to redesign her <a href="http://www.helainesmithdmd.com">business website</a> using Wordpress as a content management system. </p>
<p> The site features lots of custom menus, rich content and, of course a blog.  </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=Ed7Tdkqi0dI:FYTXSGuhT6o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=Ed7Tdkqi0dI:FYTXSGuhT6o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=Ed7Tdkqi0dI:FYTXSGuhT6o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=Ed7Tdkqi0dI:FYTXSGuhT6o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=Ed7Tdkqi0dI:FYTXSGuhT6o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=Ed7Tdkqi0dI:FYTXSGuhT6o:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.cre8d-design.com/2010/08/helaine-smith-boston-cosmetic-dentists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp New Zealand: Creating Custom Themes Talk Notes (Part 1)</title>
		<link>http://www.cre8d-design.com/2010/08/wordcamp-new-zealand-creating-custom-themes-talk-notes-part-1/</link>
		<comments>http://www.cre8d-design.com/2010/08/wordcamp-new-zealand-creating-custom-themes-talk-notes-part-1/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 00:10:42 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.cre8d-design.com/?p=549</guid>
		<description><![CDATA[Last weekend I had the pleasure of being the second speaker at WordCamp NZ &#8211; a large gathering of Kiwi Wordpress enthusiasts, users, designers and developers.  
I spoke on creating custom Wordpress themes and talked about some of the sites we&#8217;re working on and have recently worked on and here&#8217;s the first part of [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I had the pleasure of being the second speaker at <a href="http://wordcamp.org.nz/">WordCamp</a> NZ &#8211; a large gathering of Kiwi Wordpress enthusiasts, users, designers and developers.  </p>
<p><em>I spoke on creating custom Wordpress themes and talked about some of the sites we&#8217;re working on and have recently worked on and here&#8217;s the first part of my talk notes.</em></p>
<p>While it was the title of the talk, we don’t see our job really as building “custom Wordpress themes”.  We see it more as building sites which are easy-to-edit and maintain &#8211; using Wordpress as a content management system.  This involves lots more than just creating a theme and pressing a few buttons to install it for clients.  </p>
<p>Rather than looking at themes and seeing how these can be tweaked to a site, we start from the basics and think about the site’s purpose and the best way to present content – rather than trying to fit their site into pre-determined boxes.  We try and encourage clients to not think in terms of “what cool widgets and plugins can I add to my site” but go back to basics of what are they trying to achieve through their site, then looking at ways to do that. </p>
<p>In fact, sometimes Wordpress just isn&#8217;t the right tool for the job.  Then we look at Drupal &#8211; which has a lot more flexibility and functionality for larger community-driven sites.  (It&#8217;s not always the right tool either.)</p>
<p>Some of the common Wordpress things we do include:</p>
<ul>
<li>Putting together new Wordpress sites from scratch</li>
<li>Redesigning Wordpress sites</li>
<li>Converting existing sites over to Wordpress from either another CMS (e.g. Blogger, TypePad, MovableType, Expression Engine) or none at all</li>
<li>Taking PSD design templates and build the Wordpress or Drupal site from them</li>
<li>Writing our own plugins or using/evaluating/adapting ones out there already.</li>
<li>Maintaining sites &#8211; including upgrades, content, tweaks, and of course the fun job of security (which is becoming a bigger and bigger issue as Wordpress&#8217; popularity and code base grows).</li>
</ul>
<p>A big part of many of our projects is actually dealing with content &#8211; managing and migrating it and making it easy to add content in the future. </p>
<p>Common things we do include providing multiple and creative ways of exploring content which are applicable to the site in question.  </p>
<p>For example, we&#8217;re currently working on a gorgeous new redesign for <a href="http://www.thenaptimechef.com/">The Naptime Chef</a> (new site not yet live) and providing multiple ways to explore her yummy recipes.  </p>
<p>We recently redesigned <a href="http://www.vampyvarnish.com/">Vampy Varnish</a> &#8211; a super popular varnish blog by Kelly Keaton.  She wanted people to be able to explore her archives in multiple ways – and for her content, this made most sense by browsing her photos of the nail polishes by either brand or color. </p>
<p><a href="http://www.vampyvarnish.com/gallery/"><img src="http://www.cre8d-design.com/wp-content/uploads/2010/08/gallery.jpg" alt="" title="gallery" width="680" height="322" class="alignnone size-full wp-image-550" /></a></p>
<p>Normally this could be done by just categorizing the posts by brand and color but she has multiple photos per post which are in different colors regularly and sometimes different brands. </p>
<p><a href="http://www.vampyvarnish.com/gallery/"><img src="http://www.cre8d-design.com/wp-content/uploads/2010/08/color.jpg" alt="" title="color" width="680" height="322" class="alignnone size-full wp-image-551" /></a></p>
<p>The <a href="http://www.wordpress.org/extend/plugins/media-tags">Media Tags plugin</a> solved this problem by enabling tagging of images – so the gallery shows all images with a certain tag. </p>
<p><a href="http://www.vampyvarnish.com/gallery/pink/"><img src="http://www.cre8d-design.com/wp-content/uploads/2010/08/pink.jpg" alt="" title="pink" width="680" height="322" class="alignnone size-full wp-image-552" /></a></p>
<p>The only problem is this didn’t allow parent tags so we needed an automatic way to know which tags were colors and which tags were brands for the gallery overview page.    The solution was to make the gallery page still look at post categories and list all subcategories of color and brand but then link through to show all images with a matching tag.  </p>
<p>This worked well, as she was already categorizing all her posts for her category archives.</p>
<p><a href="http://www.vampyvarnish.com/categories/"><img src="http://www.cre8d-design.com/wp-content/uploads/2010/08/categories.jpg" alt="" title="categories" width="680" height="322" class="alignnone size-full wp-image-553" /></a></p>
<p>We also used a custom post type to handle the mastheads (headers) she designs each month on her blog.  Adding content becomes a breeze: she gives the masthead a title, optional background color, optional background image and publishes &#8211; past months are automatically <a href="http://www.vampyvarnish.com/mastheads/">archived</a>.  </p>
<p>Another common feature of sites we’ve worked on are simple event handling – often this has been for authors we’ve worked with.  </p>
<p><a href="http://www.mandelasway.com/"><img src="http://www.cre8d-design.com/wp-content/uploads/2010/08/mandelasway.jpg" alt="" title="mandelasway" width="680" height="322" class="alignnone size-full wp-image-554" /></a></p>
<p>They want a simple way to archive their media appearances&#8230;</p>
<p><a href="http://www.mandelasway.com/media/"><img src="http://www.cre8d-design.com/wp-content/uploads/2010/08/mandelasway-2.jpg" alt="" title="mandelasway-2" width="680" height="322" class="alignnone size-full wp-image-555" /></a></p>
<p>&#8230;promote their upcoming appearances:</p>
<p><a href="http://www.foodpolitics.com/"><img src="http://www.cre8d-design.com/wp-content/uploads/2010/08/foodpolitics.jpg" alt="" title="foodpolitics" width="680" height="322" class="alignnone size-full wp-image-556" /></a></p>
<p><a href="http://www.ericpooley.com/"><img src="http://www.cre8d-design.com/wp-content/uploads/2010/08/theclimatewar.jpg" alt="" title="theclimatewar" width="680" height="322" class="alignnone size-full wp-image-557" /></a></p>
<p>There&#8217;s a great little plugin called <a href="http://www.wordpress.org/extend/plugins/the-future-is-now">The Future is Now</a> which has been around for years but still works nicely for you to timestamp posts in the future but have them appear immediately.  </p>
<p><em>Part 2 of my talk to be posted on my blog </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=eQzCzWRfJac:7G1bq4hLzzw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=eQzCzWRfJac:7G1bq4hLzzw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=eQzCzWRfJac:7G1bq4hLzzw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=eQzCzWRfJac:7G1bq4hLzzw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=eQzCzWRfJac:7G1bq4hLzzw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=eQzCzWRfJac:7G1bq4hLzzw:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.cre8d-design.com/2010/08/wordcamp-new-zealand-creating-custom-themes-talk-notes-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rechelle Unplugged</title>
		<link>http://www.cre8d-design.com/2010/08/rechelle-unplugged/</link>
		<comments>http://www.cre8d-design.com/2010/08/rechelle-unplugged/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 22:29:06 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Blog design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress theme]]></category>

		<guid isPermaLink="false">http://www.cre8d-design.com/?p=560</guid>
		<description><![CDATA[Rechelle&#8217;s personal, and often irreverent blog covers gardening, atheism, religion, books and much, much more.  We enjoyed working with Rechelle on her blog &#8211; and there&#8217;s lots of cute little quirky features to be found.  We combined her four different Wordpress blogs into one install, making it far easier for her to update [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rechelleunplugged.com">Rechelle&#8217;s</a> personal, and often irreverent <a href="http://www.rechelleunplugged.com">blog</a> covers gardening, atheism, religion, books and much, much more.  We enjoyed working with Rechelle on her blog &#8211; and there&#8217;s lots of cute little quirky features to be found.  We combined her four different Wordpress blogs into one install, making it far easier for her to update them all, but keep them reasonably distinct.  </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=eBroSWWyOkY:miJam77Ky2c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=eBroSWWyOkY:miJam77Ky2c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=eBroSWWyOkY:miJam77Ky2c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=eBroSWWyOkY:miJam77Ky2c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=eBroSWWyOkY:miJam77Ky2c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=eBroSWWyOkY:miJam77Ky2c:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.cre8d-design.com/2010/08/rechelle-unplugged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>INEO</title>
		<link>http://www.cre8d-design.com/2010/07/ineo/</link>
		<comments>http://www.cre8d-design.com/2010/07/ineo/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 22:34:11 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Blog design]]></category>
		<category><![CDATA[Business site]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Wordpress theme]]></category>

		<guid isPermaLink="false">http://www.cre8d-design.com/?p=562</guid>
		<description><![CDATA[We worked with INEO&#8217;s distinctive branding to create a clean business site for showcasing their interior design product ranges with large photo slideshows easily maintained from inside Wordpress.  
]]></description>
			<content:encoded><![CDATA[<p>We worked with <a href="http://www.ineo.co.nz/">INEO&#8217;s</a> distinctive branding to create a clean business site for showcasing their interior design product ranges with large photo slideshows easily maintained from inside Wordpress.  </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=7oYHUsnr78c:edM6QzS5nm0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=7oYHUsnr78c:edM6QzS5nm0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=7oYHUsnr78c:edM6QzS5nm0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=7oYHUsnr78c:edM6QzS5nm0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=7oYHUsnr78c:edM6QzS5nm0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=7oYHUsnr78c:edM6QzS5nm0:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.cre8d-design.com/2010/07/ineo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Blogger still the main entry point into blogging?</title>
		<link>http://www.cre8d-design.com/2010/05/is-blogger-still-the-main-entry-point-into-blogging/</link>
		<comments>http://www.cre8d-design.com/2010/05/is-blogger-still-the-main-entry-point-into-blogging/#comments</comments>
		<pubDate>Sat, 01 May 2010 03:08:00 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cre8d-design.com/?p=544</guid>
		<description><![CDATA[A number of friends and relatives have recently started blogging and in every case, I noticed they created their blog with Blogger.  Being immersed in the world of Wordpress, I found myself a little surprised that it&#8217;s still the choice for many new bloggers today.  
Curious to discover more, I asked a group [...]]]></description>
			<content:encoded><![CDATA[<p>A number of friends and relatives have recently started blogging and in every case, I noticed they created their blog with Blogger.  Being immersed in the world of Wordpress, I found myself a little surprised that it&#8217;s still the choice for many new bloggers today.  </p>
<p>Curious to discover more, I asked a group of them the following four questions:</p>
<ol>
<li>When you started writing your blog, how and why did you decide which blogging tool to use (Blogger)? </li>
<li>What are the main things you like about Blogger now that you&#8217;re blogging?</li>
<li> What (if anything) have you found hard to use in Blogger?</li>
<li> Had you heard about Wordpress before choosing Blogger? If so, what made you decide to use Blogger?</li>
</ol>
<p>Their answers were fascinating.</p>
<p>To those new to blogging, Blogger was actually all they&#8217;d ever heard of.  I wonder if this a confusion with the term and name; ie. to become a <em>blogger</em> you use Blogger?  Many hadn&#8217;t heard of Wordpress at all, or had vaguely heard of it but didn&#8217;t know anything about it.  </p>
<p>They found it incredibly easy to get going and start writing blog posts and adding photos in Blogger.  They felt it was great for non-technical type people to just start writing.  However, the majority said they found it hard to get the rest of the blog looking how they wanted it to (design and functionality) and complained that they needed to know HTML (which many didn&#8217;t) to change things around.  </p>
<p>As more and more of the general population (read: non-technical) find a reason or two to start blogging, does Wordpress need to find a new way to reach out to beginners, or is Blogger still an appropriate starting point for someone just wanting to get going?   Is Wordpress still too techy for someone new to the world of blogging?  And does the name Wordpress need more explaining to people?  (&#8220;It&#8217;s the new <em>Blogger</em>?&#8221;)</p>
<p>To me, when I compare Blogger and Wordpress, there really seems no competition.  Wordpress is much more powerful, flexible and still easy to use.  You don&#8217;t have to be a technical person to use Wordpress and benefit from all the vast code under the hood.  </p>
<p>However, there&#8217;s probably still a long way to go before Wordpress is the first tool people think of when launching their first blog.  </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=fCVFP45Dglg:Varrc2zXMgE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=fCVFP45Dglg:Varrc2zXMgE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=fCVFP45Dglg:Varrc2zXMgE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=fCVFP45Dglg:Varrc2zXMgE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=fCVFP45Dglg:Varrc2zXMgE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=fCVFP45Dglg:Varrc2zXMgE:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.cre8d-design.com/2010/05/is-blogger-still-the-main-entry-point-into-blogging/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Wordpress plugin for Facebook’s new “Like” functionality</title>
		<link>http://www.cre8d-design.com/2010/04/wordpress-plugin-for-facebooks-new-like-functionality/</link>
		<comments>http://www.cre8d-design.com/2010/04/wordpress-plugin-for-facebooks-new-like-functionality/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 22:24:05 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cre8d-design.com/?p=542</guid>
		<description><![CDATA[Bloggers are super-excited about a new way to drive traffic to their sites through Facebook&#8217;s newly announced &#8220;like&#8221; functionality being available to all websites now.  
If you&#8217;re a developer, this code will help but if you&#8217;re a Wordpress user wanting to jump straight on board, Jonathan Dingman has written a plugin for you which [...]]]></description>
			<content:encoded><![CDATA[<p>Bloggers are super-excited about a new way to drive traffic to their sites through Facebook&#8217;s newly announced &#8220;like&#8221; functionality being available to <em>all</em> websites now.  </p>
<p>If you&#8217;re a developer, <a href="http://developers.facebook.com/docs/reference/plugins/like">this code</a> will help but if you&#8217;re a Wordpress user wanting to jump straight on board, <a href="http://wpvibe.com/facebook-like-plugin-wordpress-269/">Jonathan Dingman</a> has written a plugin for you which can be downloaded here:</p>
<p><a href="http://www.travisballard.com/fblike.tar.gz">Facebook Like Wordpress Plugin</a>. </p>
<p>It&#8217;s yet to be added into Wordpress&#8217; plugin repository.  Expect other plugins to be developed over the coming days and weeks with added options, but if you&#8217;re wanting code now, give his plugin a go!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=HrkhSYUpB88:DEh_HL24s2U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=HrkhSYUpB88:DEh_HL24s2U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=HrkhSYUpB88:DEh_HL24s2U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=HrkhSYUpB88:DEh_HL24s2U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cre8ddesign?a=HrkhSYUpB88:DEh_HL24s2U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/cre8ddesign?i=HrkhSYUpB88:DEh_HL24s2U:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.cre8d-design.com/2010/04/wordpress-plugin-for-facebooks-new-like-functionality/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
