<?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>Goodtree &#38; Co. &#187; cary</title>
	<atom:link href="http://goodtreecompany.com/tag/cary/feed/" rel="self" type="application/rss+xml" />
	<link>http://goodtreecompany.com</link>
	<description>Adventures in new media</description>
	<lastBuildDate>Mon, 10 Oct 2011 13:45:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

<!-- Debugging help, do not remove -->
<meta name="Framework" content="Kpress" />
<meta name="Theme Version" content="1.1" />
<meta name="Framework Version" content="1.1" />


		<item>
		<title>HTML Redirects</title>
		<link>http://goodtreecompany.com/2010/03/14/html-redirects/</link>
		<comments>http://goodtreecompany.com/2010/03/14/html-redirects/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 20:24:51 +0000</pubDate>
		<dc:creator>Hal</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[cary]]></category>
		<category><![CDATA[nc]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://goodtreecompany.com/?p=840</guid>
		<description><![CDATA[Cary, NC - Today, we're going to nerd-out with a post about how to redirect an html page. Html Redirects can help your existing audience find you if you have changed the address of your website. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://goodtreecompany.com/wp-content/uploads/2010/03/jrr_hp_6101.jpg"><img class="alignnone size-full wp-image-842" title="jrr_hp_610" src="http://goodtreecompany.com/wp-content/uploads/2010/03/jrr_hp_6101.jpg" alt="jrr_hp_610" width="610" height="473" /></a></p>
<p>Cary, NC &#8211; Today, we&#8217;re going to nerd-out with a post about how to redirect an html page.</p>
<p><strong>WHY REDIRECT</strong></p>
<p>Sometimes, you need to change the home page address (url) of a domain.</p>
<p>For example, <span id="more-840"></span>we built a new site for our client <a title="Julie Roland • Realtor" href="http://julierolandrealtor.com/" target="_blank">Julie Roland</a>. Previously, her home page had been <a title="Julie's old home page" href="http://julierolandrealtor.com/index.html" target="_blank">http://julierolandrealtor.com/index.html</a>.</p>
<p>For her new site, we went with an all-WordPress installation. That changed her home page address to index.php.</p>
<p>The problem is with legacy links &#8211; people who have the old address (index.html) end up at a 404 (page not found).</p>
<p><strong>THE SOLUTION</strong></p>
<p>Fortunately, the solution is simple.</p>
<ul>
<li>Create a new page called index.html</li>
<li>Add this code between &lt;head&gt; and &lt;/head&gt;:  &lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0; url=http://your-new-home-page.com/&#8221;&gt;</li>
<li>Upload to the root (top level) on your server</li>
</ul>
<p>Bear in mind, if you already have a file called index.html, this will over-write it, so be careful.</p>
<p><strong>ANOTHER EXAMPLE OF A REDIRECT</strong></p>
<p>We also used the redirect trick to send traffic from Julie&#8217;s old blog to her new site.</p>
<ul>
<li>Old blog address: <a title="Julie's old blog" href="http://julierolandrealtor.com/wordpress/" target="_blank">http://julierolandrealtor.com/wordpress/</a></li>
<li>New blog address: <a title="Julie's new blog" href="http://julierolandrealtor.com/" target="_blank">http://julierolandrealtor.com/</a></li>
</ul>
<p>For this instance, we created a directory called &#8216;wordpress&#8217; and upload our index.html redirect file into it. So, when people go to the old address, they get instantly redirected to the current home page.</p>
<p>Click on the old blog address up above and see for yourself.</p>
<p><strong>SUMMARY</strong></p>
<p>Html Redirects can help your existing audience find you if you have changed the address of your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://goodtreecompany.com/2010/03/14/html-redirects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site: Sterling Realty</title>
		<link>http://goodtreecompany.com/2010/01/27/new-site-sterling-realty/</link>
		<comments>http://goodtreecompany.com/2010/01/27/new-site-sterling-realty/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 20:14:39 +0000</pubDate>
		<dc:creator>Hal</dc:creator>
				<category><![CDATA[Real Estate]]></category>
		<category><![CDATA[websites-archive]]></category>
		<category><![CDATA[cary]]></category>
		<category><![CDATA[nc]]></category>
		<category><![CDATA[new work]]></category>
		<category><![CDATA[real estate]]></category>
		<category><![CDATA[sterling carolina realty]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://goodtreecompany.com/?p=771</guid>
		<description><![CDATA[Cary, NC &#8211; We&#8217;re very happy to announce the completion of a new website for Sterling Realty Carolinas. YEP, WORDPRESS Continuing on the trend of using WordPress as a CMS, we built this site using the cubit theme. Sterling has integrated IDX home search (can&#8217;t say MLS, not sure why) and lots of other goodies [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-774" title="sterling_0110_610" src="http://goodtreecompany.com/wp-content/uploads/2010/01/sterling_0110_610.jpg" alt="sterling_0110_610" width="610" height="517" /></p>
<p>Cary, NC &#8211; We&#8217;re very happy to announce the completion of a new website for <a title="Sterling Realty Carolinas" href="http://www.sterlingrealtycarolinas.com/" target="_blank">Sterling Realty Carolinas</a>.<span id="more-771"></span></p>
<p><strong>YEP, WORDPRESS</strong></p>
<p>Continuing on the <a title="Web trends for 2010" href="http://goodtreecompany.com/2010/01/02/web-trend-for-2010-blog-sites/">trend</a> of using WordPress as a CMS, we built this site using the cubit theme. Sterling has integrated IDX home search (can&#8217;t say MLS, not sure why) and lots of other goodies including all our favorite plug-ins:</p>
<ul>
<li>SEO-All-In-One-Pack</li>
<li>Akismet</li>
<li>XML Site Map Generator</li>
<li>Google Analytics for WP</li>
<li>Find Category Number</li>
</ul>
<p>Sterling Realty is run my the capable team of Rick Polley and Chris Nesbitt. <a title="Sterling Realty Carolinas" href="http://www.sterlingrealtycarolinas.com/contact-us/" target="_blank">Drop them a note</a> if you are looking at real estate in Chapel Hill. Tell them what a great site they have.</p>
]]></content:encoded>
			<wfw:commentRss>http://goodtreecompany.com/2010/01/27/new-site-sterling-realty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email: Always Use a Subject Line</title>
		<link>http://goodtreecompany.com/2010/01/04/email-always-use-a-subject-line/</link>
		<comments>http://goodtreecompany.com/2010/01/04/email-always-use-a-subject-line/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:42:00 +0000</pubDate>
		<dc:creator>Hal</dc:creator>
				<category><![CDATA[copywriting]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[cary]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[nc]]></category>
		<category><![CDATA[subject line]]></category>
		<category><![CDATA[web 2010]]></category>

		<guid isPermaLink="false">http://goodtreecompany.com/?p=722</guid>
		<description><![CDATA[Cary, NC &#8211; Part of our shtick is to advise clients on best practices when it comes to Web 2010. The value of email subject lines continues, surprisingly, to come up. &#8220;RE:&#8221; IS NOT A SUBJECT LINE You do a service to your clients, associates, friends and family when you use a descriptive subject line [...]]]></description>
			<content:encoded><![CDATA[<p>Cary, NC &#8211; Part of our shtick is to advise clients on best practices when it comes to Web 2010. The value of email subject lines continues, surprisingly, to come up.<span id="more-722"></span></p>
<p><strong>&#8220;RE:&#8221; IS NOT A SUBJECT LINE<br />
</strong></p>
<p>You do a service to your clients, associates, friends and family when you use a descriptive subject line in all your emails. I&#8217;m not talking about email marketing blasts. For those, subject lines are, of course, crucial to success. Read more about crafting good subject lines.</p>
<p>For everyday email correspondence, using a subject line is still important. The main benefit is that it allows your readers to find important messages by scanning their inbox. Without a subject line, your readers must open multiple emails just to find the desired message.</p>
<p>So don&#8217;t leave the subject line blank. Ever.</p>
<p><strong>MORE ADVICE ABOUT EMAIL CORRESPONDENCE<br />
</strong></p>
<p>Once again, I&#8217;m talking about personal or business email correspondence, not email marketing blasts.</p>
<p><strong><span style="color: #008000;">1. Included a Signature Line in Plain Text</span></strong></p>
<p>A good signature line should include two things:</p>
<ul>
<li>Your Full Name</li>
<li>Phone Number</li>
</ul>
<p>Depending upon your situation, it might also include a street address or a link to your website.</p>
<p>Picture text, for example a gif or jpg with your logo or picture and the contact info, will not be automatically loaded in most email programs. The reader must press a button to &#8220;load images.&#8221; It&#8217;s okay to include a picture or logo. Just put your key contact info in plain text.</p>
<blockquote><p>Think to yourself, &#8220;if this person wanted to get hold of me and opened my last email, would they find the necessary contact info?&#8221;</p></blockquote>
<p><span style="color: #008000;"><strong>2. The Protocol of Greetings</strong></span></p>
<p>If you are corresponding with a close buddy, you can omit the greeting and signature. In the course of a active project, this may also be the case.</p>
<p>But in most situations, a greeting is required. &#8220;Dear_____&#8221; has given way to &#8220;Hi _____.&#8221; Use the recipients name, not just &#8220;Hello!&#8221;</p>
<p>Using the appropriate greeting strikes the right tone in any phase of a relationship.</p>
<p><strong><span style="color: #008000;">3. Including a &#8220;Recent Content&#8221; Link</span></strong></p>
<p>If you are a content creator (blogger, photographer, videographer, musician), including a link to new work in the signature link will boost viewership.</p>
<p><span style="color: #008000;"><strong>4. Example</strong></span></p>
<p>So here&#8217;s what a good email to a colleague might look like:</p>
<p style="padding-left: 30px;">SUBJECT: Meeting with Hal on Tuesday Feb 2</p>
<p style="padding-left: 30px;">Hi Bob,</p>
<p style="padding-left: 30px;">Just confirming our meeting on Tuesday Feb 2, 10 o&#8217;clock, at O&#8217;Keefe&#8217;s Coffee Shop. Call me if you need to reschedule.</p>
<p style="padding-left: 30px;">Hal<br />
&#8212;&#8212;&#8212;&#8211;<br />
Hal Goodtree<br />
Goodtree &amp; Co.<br />
919-389-0129</p>
<p style="padding-left: 30px;"><em><span style="color: #888888;">Take a look at our new <a title="Goodtree &amp; Co - new photo portfolio" href="http://www.goodtreecompany.com/photo-2/" target="_self">photo portfolio</a>.</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://goodtreecompany.com/2010/01/04/email-always-use-a-subject-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

