<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thisismyurl.com &#187; Tutorials</title>
	<atom:link href="http://thisismyurl.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://thisismyurl.com</link>
	<description>Tutorials for WordPress and Website Design</description>
	<lastBuildDate>Sun, 12 Feb 2012 02:04:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sitemaps, WordPress, and SEO</title>
		<link>http://thisismyurl.com/7331/sitemaps-wordpress-seo/</link>
		<comments>http://thisismyurl.com/7331/sitemaps-wordpress-seo/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 13:54:57 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google Webmaster]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[Sitemap]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7331</guid>
		<description><![CDATA[Sitemaps are a great way to tell Google about your website and pages or posts that it may not otherwise discover. Sitemaps are simply XML documents that help Google by creating a list of links on your website, and presenting them in a way that Google understands. By creating and submitting a sitemap to Google, [...]]]></description>
			<content:encoded><![CDATA[<p>Sitemaps are a great way to tell Google about your website and pages or posts that it may not otherwise discover. Sitemaps are simply XML documents that help Google by creating a list of links on your website, and presenting them in a way that Google understands. By creating and submitting a sitemap to Google,  <strong>you&#8217;re helping the search giant to find pages it might otherwise miss</strong>.<span id="more-7331"></span></p>
<h2>How to Create a Sitemap with WordPress</h2>
<p>There are many great plugins for WordPress for website owners to use to create a Sitemap, perhaps one of the oldest and best known is <a title="Google XML Sitemap" href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemap</a> by <a href="http://www.arnebrachhold.de/2006/11/16/yahoo-and-msn-join-the-google-sitemaps-program/">Arne Brachhold</a>, a very simple to install solution which will create a sitemap file for Google to  index.</p>
<p>Google has published a number of articles on how to build a Sitemap, and some website owners may wish to create a more custom version for themselves. Here on <a title="WordPress website design, SEO and marketing" href="http://thisismyurl.com">thisismyurl.com</a> for example, we use no fewer than three sitemaps, each designed to help Google index the website in a different way.</p>
<ul>
<li><strong>Google Images Sitemap</strong> (<a href="http://thisismyurl.com/image-sitemap.xml">http://thisismyurl.com/image-sitemap.xml</a>) which follows the <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=178636" target="_blank">Image Sitemap recommendations</a> and indexes the feature images on thisismyurl.com for inclusion in the Google Image Search.</li>
<li><strong>Google Code Sitemap</strong> (<a href="http://thisismyurl.com/code-sitemap.xml" target="_blank">http://thisismyurl.com/code-sitemap.xml</a>) which includes a list of all articles containing code samples for Google to index and follows the <a href="http://support.google.com/webmasters/bin/answer.py?answer=75225" target="_blank">Code Sitemap structure</a>, allowing WordPress code snippets to be indexed at a higher rate.</li>
<li><strong>Google Sitemap</strong> (<a href="http://thisismyurl.com/sitemap.xml" target="_blank">http://thisismyurl.com/sitemap.xml</a>) which is a generic sitemap for all posts on thisismyurl.com and follows the recommendations of <a href="http://support.google.com/webmasters/bin/answer.py?answer=183668" target="_blank">Google&#8217;s How to Create a Sitemap</a>.</li>
</ul>
<p>There are several additional Sitemap formats including <a href="http://support.google.com/webmasters/bin/answer.py?answer=80471">video</a>, <a href="http://support.google.com/webmasters/bin/answer.py?answer=178636">images</a>, <a href="http://support.google.com/webmasters/bin/answer.py?answer=34627">mobile</a>, <a href="http://www.google.com/support/news_pub/bin/answer.py?answer=75717">news</a>,<a href="http://support.google.com/webmasters/bin/answer.py?answer=75225"> source code</a>, and <a href="http://support.google.com/webmasters/bin/answer.py?answer=94554">geographic</a>.</p>
<h2>Who Should add a Sitemap to their website?</h2>
<p>All website owners should have Sitemaps but they are particularly helpful if:</p>
<ul>
<li>Your site has dynamic content and that content changes on a regular basis;</li>
<li>Your site has hard to reach pages that the Googlebot can&#8217;t locate;</li>
<li>Your site has few hyperlinks;</li>
<li>Your site has a large archive of pages;</li>
</ul>
<p>While Google doesn&#8217;t guarantee it will index (or even crawl) all the pages included in your Sitemap, it will use that information to make more informed calculations about your website and in most cases, website owners will benefit from the inclusion of a sitemap.</p>
<h2>Adding Your Sitemap to a WordPress website</h2>
<p>Once you&#8217;ve created your Sitemap, be sure to add it to your robots.txt file. If you would like the Sitemap to be auto discovered by Google simply add the line <strong>Sitemap: http://thisismyurl.com/sitemap.xml</strong> to your robots.txt file to ensure that Google is able to discover and index your Sitemap. Also, remember to add your RSS feed to your robots.txt file if you&#8217;d like to use the built in RSS feed for WordPress as a Sitemap on Google.</p>
<p>Your robots.txt file should look something like this:</p>
<blockquote><p>User-agent: *<br />
Disallow: /wp-<br />
Disallow: /feed/<br />
Disallow: /trackback/</p>
<p>Sitemap: http://thisismyurl.com/image-sitemap.xml<br />
Sitemap: http://thisismyurl.com/code-sitemap.xml<br />
Sitemap: http://thisismyurl.com/sitemap.xml<br />
Sitemap: http://thisismyurl.com/feed/</p></blockquote>
<h2>How to Add Your Sitemap to Google</h2>
<p>Once you&#8217;ve created a Sitemap, adding the file to Google is done through your Google Webmaster account at <a href="http://google.com/webmaster/">http://google.com/webmaster/</a>, simply choose your website from the list and navigate to <em>Site configuration &gt; Sitemaps</em>  to see a list of your website Sitemaps and add new Sitemaps to your account.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7331/sitemaps-wordpress-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christopher Ross: Make a Living by Giving it Away for Free (Toronto Style)</title>
		<link>http://thisismyurl.com/7262/christopher-ross-living-giving-free-toronto-style/</link>
		<comments>http://thisismyurl.com/7262/christopher-ross-living-giving-free-toronto-style/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 20:24:37 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[speach]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7262</guid>
		<description><![CDATA[If you didn&#8217;t get a chance to attend WordCamp in Toronto this year, the great team over at WordPress.tv has recently added my presentation to the system. I&#8217;ll be honest, I was really nervous and had to rewrite a whole lot of the presentation at the last minute when I couldn&#8217;t get a cable. You&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t get a chance to attend <strong>WordCamp in Toronto</strong> this year, the great team over at WordPress.tv has recently added my presentation to the system.</p>
<p>I&#8217;ll be honest, I was really nervous and had to rewrite a whole lot of the presentation at the last minute when I couldn&#8217;t get a cable. You&#8217;ll also note some great things &#8230; one, I call <a href="http://howardlindzon.com/">Howard Lindzon</a> &#8220;<a href="http://www.howard.tv/">Howard Stern</a>&#8220;, also I talk a lot about sex.</p>
<p>BTW, a few links from the video for you &#8230; <a title="Chris Bavota" href="http://bavotasan.com">Chris Bavota</a>, <a title="Ron and Andrea" href="http://ronandandrea.com/">Ron &amp; Andrea Rennick</a>, <a href="http://www.billerickson.net/">Bill Erickson</a>, <a href="http://digibombinc.com/">Brendan Sera-Shriar</a> and of course <a href="http://ottopress.com/">Otto</a>.</p>
<p><a href="http://wordpress.tv/2012/01/27/christopher-ross-make-a-living-by-giving-it-away-for-free/">How to Make Money with WordPress (video)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7262/christopher-ross-living-giving-free-toronto-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to protest SOPA without losing your SEO on WordPress</title>
		<link>http://thisismyurl.com/7164/sopa-seo-wordpress/</link>
		<comments>http://thisismyurl.com/7164/sopa-seo-wordpress/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:16:18 +0000</pubDate>
		<dc:creator>Rodonic Corporation</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blackout]]></category>
		<category><![CDATA[sopa]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7164</guid>
		<description><![CDATA[A lot of very high profile websites are planning an outage this week in protest of SOPA, the US government&#8217;s perverse legislation which is essentially designed to hand the power to police the Internet over to corporate powers. If you don&#8217;t already know what SOPA is, there are plenty of news articles detailing it already but [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of very high profile websites are <a href="http://www.i-programmer.info/news/81-web-general/3622-web-blackout-as-sopa-protest-.html">planning an outage</a> this week in <a href="http://www.pcmag.com/article2/0,2817,2398927,00.asp">protest of SOPA</a>, the US government&#8217;s perverse legislation which is essentially designed to hand the power to police the Internet over to corporate powers. If you don&#8217;t already know what SOPA is, there <a href="http://www.forbes.com/sites/insertcoin/2012/01/13/wikipedia-mulls-sopa-blackout-as-other-sites-join-in/">are plenty of news articles</a> detailing it already but let&#8217;s just call it bad. <span id="more-7164"></span></p>
<p>Very bad in fact. The type of bad that can kill the Internet as we know it, destroy free speech and change the way we surf the web forever. It&#8217;s bad enough that Facebook may go dark to protest it. It&#8217;s bad enough that Wikipedia is considering going offline and it&#8217;s bad enough that every website owner should be writing their government official to ensure this doesn&#8217;t go through.</p>
<p><strong>How to participate in the SOPA blackout without losing your SEO</strong></p>
<p>For website owners who are looking to protest SOPA, there are few choices except to participate in the blackout on Wednesday, but how can we do that while still protecting our existing SEO value?</p>
<p>Simply <strong>taking your website down</strong> for the day will result in a <strong>404 error</strong> and cause <strong>Google to de-index your pages. </strong>Setting your <em>robots.txt</em> file to <strong>dis-allow</strong> everything will do the same thing, both will result in Google&#8217;s robots assuming your website is no longer online but &#8230; there is a solution. The <strong>503 header</strong> is designed to tell search engine robots and visits that your website is temporarily unavailable and will return shortly.</p>
<p>I&#8217;ve created a <strong><a title="WordPress SOPA Blackout Plugin for WordPress" href="http://thisismyurl.com/downloads/wordpress/plugins/wordpress-sopa-blackout/">free plugin to temporarily remove your website</a></strong> from the Internet (and allows you to leave a message for users) without hurting your SEO value, feel free to share it and download it for your own website.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7164/sopa-seo-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be successful in Social Media by doing your own thing.</title>
		<link>http://thisismyurl.com/7155/successful-social-media/</link>
		<comments>http://thisismyurl.com/7155/successful-social-media/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 18:57:51 +0000</pubDate>
		<dc:creator>Rodonic Corporation</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[authority building]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7155</guid>
		<description><![CDATA[There are a whole lot of online strategy guides for social media but in the end, the real trick to being social with modern technology is to simply forget that it&#8217;s modern technology and instead focus on being social by doing what you do best. Heidi Cohen has a wonderful piece about the 5 Stages [...]]]></description>
			<content:encoded><![CDATA[<p>There are a whole lot of online strategy guides for social media but in the end, the real trick to being social with modern technology is to simply forget that it&#8217;s modern technology and instead focus on being social by doing what you do best.<span id="more-7155"></span></p>
<p>Heidi Cohen has a wonderful piece about the <a href="http://heidicohen.com/social-media-adoption-chart/">5 Stages of Social Media</a> in which she breaks down the phases that a business goes through for social media, and presents a structured approach to businesses growing their social structure.  I think she&#8217;s right about almost everything she says but at the same time, I think it&#8217;s vital for business owners (and marketers) to take a step back from well executed social media strategies and remember what it&#8217;s really about &#8230; being social.</p>
<p>Here are my 5 rules for social media, let me know if you agree or disagree.</p>
<p><strong>Be remarkable.</strong></p>
<p>I love that word, remarkable. I use it on the new Rodonic website all the time, because it doesn&#8217;t mean the same as great or impressive, it means to be <em>worthy of remark</em>. I learned that reading one of <a href="http://sethgodin.typepad.com/seths_blog/2012/01/out-on-a-limb.html">Seth Godin</a>&#8216;s books.</p>
<p><strong>Be interesting.</strong></p>
<p><a href="https://twitter.com/#!/MizKitts">Colleen Kitts</a> is a writer in Fredericton who spends too much of her time correcting my grammar and spelling. She reminded me this week that being interesting is important as a blogger, but also on social media. That&#8217;s why I&#8217;m a fan of <a href="http://www.facebook.com/georgehtakei">George Takei</a>.</p>
<p><strong>Be positive.</strong></p>
<p>Positive is another funny word, we tend to think of it as meaning uplifting or cheery, but it actually means to be clear and without doubt, being positive about something is to be clear about it and have faith in what your saying, which would make anybody pleased.</p>
<p><strong>Be honest.</strong></p>
<p>The internet has a very, very long memory. If you&#8217;re going to take the time to post something, make sure it&#8217;s the truth and on those rare occasions when you&#8217;re wrong, be sure to correct yourself before somebody else does.</p>
<p><strong>Be yourself.</strong></p>
<p>I can&#8217;t stress this one enough, be yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7155/successful-social-media/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 Ways to Increase Your Online Reputation</title>
		<link>http://thisismyurl.com/7141/7-increase-online-reputation/</link>
		<comments>http://thisismyurl.com/7141/7-increase-online-reputation/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 14:38:31 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[apologize]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[reputation]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7141</guid>
		<description><![CDATA[How do you influence what people think of you or your company using the Internet? Or perhaps a broader question is how do the methods we've used our whole lives translate to the modern digital world?  I've outlined seven ways to help manage your business reputation online.]]></description>
			<content:encoded><![CDATA[<p>In today&#8217;s blog, I&#8217;m going to avoid talking about my passionate love for WordPress and instead focus on one of the three things that I believe it takes to make a living, I call it <em>authority</em> but it could just as easily be called <em>reputation</em> or <em>power</em>. It&#8217;s the only third of the equation (the other two being <em>sex</em> and <em>money</em>) that while we can directly influence, we can&#8217;t control.</p>
<p>How do you influence what people think of you or your company using the Internet? Or perhaps, a broader question is how do the methods we&#8217;ve used our whole lives translate to the modern digital world?  I&#8217;ve outlined seven ways to help manage your business reputation online.</p>
<h2>Be honest and consistent.</h2>
<p>Nothing is more insulting to an irate customer than insincerity. Years ago I was flying from Edmonton, Alberta to Fredericton, New Brunswick the day before Christmas. We had a connecting flight in Toronto, Ontario but the plane was three hours late taking off from Edmonton and we all knew that our connecting flights would leave without us but the air crew had been trained to lie to us and tell us everything would be OK, clearly it wasn&#8217;t.</p>
<p>While the air crew choose to blame the weather for our delay, a quick search and a phone call to the airport terminal revealed that the reason for our delay was due to a shortage of ground crew staff, in short there was nobody to load our luggage.</p>
<p>This reminds me of a rule an Art Director once taught me, it&#8217;s OK to screw up in graphic design, but do it consistently and people will just assume it&#8217;s part of your style.</p>
<h2>Learn to apologize, for real.</h2>
<p>If there&#8217;s one thing that I fear we&#8217;ve lost in the age of 140 character messages and email, it&#8217;s the art of an apology. We all make mistakes, so <a href="http://www.pickthebrain.com/blog/5-steps-to-an-effective-apology/">learn how to be genuine and apologize</a>. Here&#8217;s mine;</p>
<p><em>I&#8217;m sorry for not posting much in the past month, I know my regular readers might have wondered where I disappeared to and that it&#8217;s not acceptable for me to simply stop posting. I was caught up with the holidays, a crisis at work and a lack of motivation. I took some time away from blogging to help myself get a clearer picture of what I wanted to blog about and hope you&#8217;ll approve of the new subjects.</em></p>
<h2>Respond to issues before they become crisis.</h2>
<p>If there&#8217;s one thing that great politicians have taught us over the years it is that the saying <em>&#8216;a stitch in time saves nine&#8217;</em> is more than a old adage, it&#8217;s a way of life. Now I&#8217;m not talking about national politicians or celebrity politicians, I&#8217;m talking about the type of mayor who gets re-elected five, six or even ten times in a row. The type of political powerhouse who could easily run for a Senate seat but instead stays in the community.</p>
<p>These people know how to manage issues before those issues because crisis and it&#8217;s a vital skill that every online business should take the time to learn. What seasoned politicians don&#8217;t do is start deleting comments off their Facebook wall in response to an advertising failure. This Christmas, <a href="http://www.globalnews.ca/mobile/news/latest/mobile/plus/zellers+customers+outraged+by+online+ad+error/6442550290/story.html">Zellers (Canada&#8217;s version of Target) did just that</a> when they accidentally published a Facebook <strong>coupon offering 50% off anything in the store. </strong>The proper response would have been to fix the issue, apologize and close the issue. The incorrect response &#8230; would have been everything Zellers did.</p>
<h2>Have a clear method of communication.</h2>
<p>Let us lament the days gone by when we, the company, controlled the message because it&#8217;s gone (if it ever truly existed) and instead accept that today customers can control the message. Look at what happened to GoDaddy this year when they openly supported the <strong>Stop Online Piracy Act</strong>, activists took to the social media channels and the result was thousands of customers leaving GoDaddy over the holidays.</p>
<p>It could have, if GoDaddy had listened to all of it&#8217;s stakeholders but this story reminds me of working for an international software developer in Ottawa, Ontario. I was working as the web master for the company (let&#8217;s pretend you don&#8217;t know them) in 2000 and asked the email team, how I could access the <em>webmaster@</em> email account, their response? You couldn&#8217;t. The email address went straight to the spam folder, despite being publicly posted throughout our website because as their director explained &#8230;. <em>too many people used it to complain about things</em>. That may have worked in 2000 but with social media, your best defence against a consumer backlash is to offer a free and easy means for them to talk directly with your team.</p>
<h2>Dedicate your best people to solving your problems.</h2>
<p>Every company has <em>gate keepers</em>, they&#8217;re the lower rung employee who&#8217;s job it is to protect management from the rest of the company, the general public, sales people and unfortunately the customer. The gate keeper&#8217;s job is to protect the important people inside the company from people who would consume their time and waste company resources.</p>
<p><strong>We all hate the gate keeper</strong> but nobody hates the gate keeper more than a customer with a legitimate problem that could be solved by an effective employee quickly. Instead of hiring more gate keepers to keep the thinkers from interacting with customers, companies should be encouraging these core team members to spend more time with customers.</p>
<h2>Be open and stop hiding behind your rules.</h2>
<p>Customers may hate the gate keeper but we truly loathe the bureaucrat who hides behind company policy when a decision is clearly unjust and public opinion (the type that is generated through social media) doesn&#8217;t care about your rules, they care about what&#8217;s right and wrong.</p>
<p>In the 1960&#8242;s, the Canadian government sprayed large areas of land outside Fredericton with Agent Orange. While not admitting fault, in 2007 the government began issuing cheques to victims of the after affects but <a href="http://www.cbc.ca/news/canada/story/2011/12/16/bc-agentorange.html">dozens of people found themselves without compensation</a> due to an overly complex, bureaucratic application process. The resulting public outcry led the government to reverse it&#8217;s decision and compensate people caught up in the &#8220;less than perfect&#8221; program.</p>
<h2>Learn from what WalMart does right.</h2>
<p>You won&#8217;t often hear me compliment WalMart, but one thing WalMart does exceptionally well is handle returns. In fact, they seem almost happy to take their merchandise back. It&#8217;s hard to complain about anything when you show up to their store in a foul mood, wait in line for less time than you expected and then find yourself greeted by a smiling, happy person who&#8217;s ready to give your money back.</p>
<p>In the online world, we might not always be able to do it quite as well as WalMart does at store level, but we can help customers get over their frustrations and solve their issues before they become crisis, we can be sincere with them and apologize instead of hiding behind bureaucracy and we can help our customers by opening better means to communication, directly to the people who can help them best.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7141/7-increase-online-reputation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 beautiful websites that you wouldn&#8217;t guess are made with WordPress</title>
		<link>http://thisismyurl.com/7054/5-beautiful-websites-guess-wordpress/</link>
		<comments>http://thisismyurl.com/7054/5-beautiful-websites-guess-wordpress/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 23:05:09 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[beautiful websites]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7054</guid>
		<description><![CDATA[Can WordPress make a website do [insert website type here]? That's a question I get all the time, so here are a few great examples of websites build with WordPress that you might not have guessed.]]></description>
			<content:encoded><![CDATA[<p>Today being Chris-e-mas (the celebration of all things Chris) and the season of giving, I&#8217;ve decided to post something a little different here on the site.  5 websites that you might have had a hard time guessing are powered by WordPress. These sites demonstrate that given the <strong>right designer</strong>, a <strong>talented developer</strong> and the <strong>power of WordPress</strong>, almost anything is possible.</p>
<p><a href="http://thisismyurl.com/files/2011/12/Developer-Drive.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7055" src="http://thisismyurl.com/files/2011/12/Developer-Drive.jpg" alt="Developer Drive 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://www.developerdrive.com/">http://www.developerdrive.com/</a></p>
<p><a href="http://thisismyurl.com/files/2011/12/Cast-Iron-Design-Company.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7056" src="http://thisismyurl.com/files/2011/12/Cast-Iron-Design-Company.jpg" alt="Cast Iron Design Company 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://www.castirondesign.com/">http://www.castirondesign.com/</a></p>
<p><a href="http://thisismyurl.com/files/2011/12/Ecomagination.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7057" src="http://thisismyurl.com/files/2011/12/Ecomagination.jpg" alt="Ecomagination 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://www.ecomagination.com/">http://www.ecomagination.com/</a></p>
<p><a href="http://thisismyurl.com/files/2011/12/Editor-Journal.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7059" src="http://thisismyurl.com/files/2011/12/Editor-Journal.jpg" alt="Editor Journal 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://editerjournal.com/">http://editerjournal.com/</a></p>
<p><a href="http://thisismyurl.com/files/2011/12/Stubble-and-Glasses.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7060" src="http://thisismyurl.com/files/2011/12/Stubble-and-Glasses.jpg" alt="Stubble and Glasses 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://www.stubbleandglasses.com/">http://www.stubbleandglasses.com/</a></p>
<p>Have you seen some great looking WordPress websites that you&#8217;d like to share with me? I&#8217;m always looking for websites designed with WordPress that don&#8217;t look like a traditional WordPress powered blog. Have a safe and happy holiday.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7054/5-beautiful-websites-guess-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Subscriptions have come to WordPress blogs</title>
		<link>http://thisismyurl.com/6842/email-subscriptions-wordpress-blogs/</link>
		<comments>http://thisismyurl.com/6842/email-subscriptions-wordpress-blogs/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 13:03:53 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=6842</guid>
		<description><![CDATA[With the latest update from WordPress.com's JetPack, installing email subscriptions on your blog is so easy that anybody can do it!]]></description>
			<content:encoded><![CDATA[<p>This week has been a banner release week for the team at <strong>WordPress.com</strong>, first they added <a title="WordPress.com adds Drag and Drop file uploads" href="http://thisismyurl.com/6833/wordpresscom-adds-drag-drop-file-uploads/">drag and drop file uploads to WordPress.com</a> and now today I updated <strong><a href="http://jetpack.me">JetPack</a></strong> (a free plugin by WordPress.com) to find they&#8217;d added some powerful, cool new features to the <strong>WordPress.org</strong> tool.</p>
<h2>Add easy email subscriptions to your WordPress blog</h2>
<p><img class="alignright size-full wp-image-6843" src="http://thisismyurl.com/files/2011/11/JetPack-Subscriptions.png" alt="JetPack Subscriptions Email Subscriptions have come to WordPress blogs" width="239" height="225" title="wordpress tutorials  Email Subscriptions have come to WordPress blogs" />What caught my attention as soon as the update was complete was the new email subscription widget which will allow users to be updated via email when posts and comments change on my website.</p>
<p><strong>Permission based marketing</strong> such as email subscriptions to your blog are a core indicator of how well your website is doing because unlike click throughs and sales, email subscriptions are from people who have chosen to have you market to them. Much like <strong>Facebook</strong> fans and <strong>Twitter</strong> followers, these are the committed members of your community who are most likely to share and repost your blog articles.</p>
<h2>How do you add email subscriptions to your WordPress blog?</h2>
<p>If you haven&#8217;t already done so, open up your WordPress administration panel (located at yourdomain<em>/wp-admin/</em>) and click on <em>Plugins</em> &gt; <em>Add New</em>. Search for and install JetPack, once activated you&#8217;re ready to go to the next step.</p>
<p>Next, navigate to <em>Appearance</em> &gt; <em>Widgets</em> and look for <strong>Blog Subscriptions (JetPack)</strong>. Once you&#8217;ve found it, simply drag it to the appropriate sidebar on the right hand side of the screen and set it up. You&#8217;re all done!</p>
<p><img class="aligncenter size-full wp-image-6844" src="http://thisismyurl.com/files/2011/11/Install-Email-Subscription-on-WordPress.jpg" alt="Install Email Subscription on WordPress Email Subscriptions have come to WordPress blogs" width="650" height="329" title="wordpress tutorials  Email Subscriptions have come to WordPress blogs" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/6842/email-subscriptions-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress.com adds Drag and Drop file uploads</title>
		<link>http://thisismyurl.com/6833/wordpresscom-adds-drag-drop-file-uploads/</link>
		<comments>http://thisismyurl.com/6833/wordpresscom-adds-drag-drop-file-uploads/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 17:43:23 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=6833</guid>
		<description><![CDATA[Did Chris-e-mas come early for me or is WordPress just getting more amazing everyday?]]></description>
			<content:encoded><![CDATA[<p>This morning I woke up to find the elves at <strong>WordPress</strong> command have added two new and brutally cool features to <strong>WordPress.com</strong>, we can assume these are part of the upcoming <strong>WordPress.org</strong> self-hosted download as well.</p>
<h2>Drag and Drop File Uploads in WordPress</h2>
<p><a href="http://thisismyurl.com/files/2011/11/WordPress-Drag-and-Drop.png" rel="lightbox[6833]" title="WordPress.com adds Drag and Drop file uploads"><img class="alignright size-medium wp-image-6834" src="http://thisismyurl.com/files/2011/11/WordPress-Drag-and-Drop-300x98.png" alt="WordPress Drag and Drop 300x98 WordPress.com adds Drag and Drop file uploads" width="300" height="98" title="wordpress tutorials  WordPress.com adds Drag and Drop file uploads" /></a>How cool it this? When you want to upload a file to <a title="WordPress consulting and marketing" href="http://thisismyurl.com">WordPress</a>, the old school dialog for selecting and uploading a file, but now there&#8217;s a simple drag and drop interface for moving files straight from your computer to WordPress.</p>
<p>It&#8217;s as easy as copying a file from one folder to the other.</p>
<h2>New Fly Out Menus in WordPress.com</h2>
<p>Improving the WordPress interface is an ongoing process and the new updates to the menu system are sure to have critics as well as supporters, I fall firmly under the support column for this new menu change, it moves the menus to the right of titles instead of appearing under the main heading.</p>
<p><img class="aligncenter size-full wp-image-6835" src="http://thisismyurl.com/files/2011/11/WordPress-Fly-Out-Menus.png" alt="WordPress Fly Out Menus WordPress.com adds Drag and Drop file uploads" width="650" height="214" title="wordpress tutorials  WordPress.com adds Drag and Drop file uploads" /></p>
<p>WordPress 3.3 is scheduled for release in about a month, what do you think of the new changes?</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/6833/wordpresscom-adds-drag-drop-file-uploads/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Make a Living with WordPress (Detroit)</title>
		<link>http://thisismyurl.com/6817/living-wordpress-detroit/</link>
		<comments>http://thisismyurl.com/6817/living-wordpress-detroit/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 19:15:41 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aweseome]]></category>
		<category><![CDATA[Detroit]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=6817</guid>
		<description><![CDATA[WordCamp Detroit 2011 Presentation "How to make a living, giving WordPress away for free".]]></description>
			<content:encoded><![CDATA[<p><a href="http://2011.detroit.wordcamp.org/">WordCamp Detroit 2011</a> was (as I&#8217;m writing this during the event) fantastic, thank you to everybody who&#8217;s commented on the presentation this morning and to the organizing team for putting together such a fantastic event.</p>
<p>As promised, here&#8217;s my presentation from this morning.</p>
<object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=10134404&doc=wordcampdetroit-111112130959-phpapp01' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=10134404&doc=wordcampdetroit-111112130959-phpapp01' /><param name='allowFullScreen' value='true' /></object>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/6817/living-wordpress-detroit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Presentation from WordCamp Toronto</title>
		<link>http://thisismyurl.com/6814/presentation-wordcamp-toronto/</link>
		<comments>http://thisismyurl.com/6814/presentation-wordcamp-toronto/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 15:17:35 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=6814</guid>
		<description><![CDATA[How do you make a living supporting a tool that's free? Here's my presentation from WordCamp Toronto 2011 that discusses just that!]]></description>
			<content:encoded><![CDATA[<h2>How to make a living by giving it away for free.</h2>
<p>How do you make a living supporting a tool that&#8217;s free? Here&#8217;s my presentation from WordCamp Toronto 2011 that discusses just that!</p>
<object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=10087977&doc=wordcamptoronto-111109091217-phpapp02' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=10087977&doc=wordcamptoronto-111109091217-phpapp02' /><param name='allowFullScreen' value='true' /></object>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/6814/presentation-wordcamp-toronto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

