<?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>ewakened &#187; Ewakened &#8211; Web Apps, Web Sites, Mobile, Inbound Marketing</title>
	<atom:link href="http://www.ewakened.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ewakened.com</link>
	<description>Web Development</description>
	<lastBuildDate>Tue, 03 Apr 2012 12:53:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to make Pinterest Pin the image you want</title>
		<link>http://www.ewakened.com/2012/04/how-to-make-pinterest-pin-the-image-you-want/</link>
		<comments>http://www.ewakened.com/2012/04/how-to-make-pinterest-pin-the-image-you-want/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 01:46:14 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[pinterest]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=234</guid>
		<description><![CDATA[Are Pinterest images not showing up for your site? One of the questions that we see all the time when people start getting into Pinterest is How can I decide what image I want people to pin? Or, we also hear. Pinterest, keeps saying that my page doesn&#8217;t have any images to Pin&#8230; that sucks ...]]></description>
			<content:encoded><![CDATA[<h2>Are Pinterest images not showing up for your site?</h2>
<p>One of the questions that we see all the time when people start getting into Pinterest is</p>
<blockquote><p>How can I decide what image I want people to pin?</p></blockquote>
<p>Or, we also hear.</p>
<blockquote><p>Pinterest, keeps saying that my page doesn&#8217;t have any images to Pin&#8230; that sucks</p></blockquote>
<p>We agree.</p>
<p>I am going to walk you through how to add any image on your website and make it available for pinning.  We are going to use this blog post as an example.  Let&#8217;s say that I want you to Pin this blog post to one of your Boards.  The problem is, if we hit the Pin It button in our bookmark bar, we get the following image.</p>
<div id="attachment_235" class="wp-caption alignnone" style="width: 720px"><a href="http://www.ewakened.com/2012/04/how-to-make-pinterest-pin-the-image-you-want/ewakened-pinterest-1/" rel="attachment wp-att-235"><img class=" wp-image-235 " title="ewakened-pinterest-1" src="http://www.ewakened.com/wp-content/uploads/2012/04/ewakened-pinterest-1.png" alt="" width="710" height="170" /></a>
<p class="wp-caption-text">What you see when you normally Pin this page&#8230; not very exciting.</p>
</div>
<h3>Here is the strategy we are going to use.</h3>
<ol>
<li>
<p>Create a new image that we want to become our Pin image.</p>
</li>
<li>
<p>Add that image to this page</p>
</li>
<li>
<p>Hide the image for normally viewers using a good, easy, non sneaky css property.</p>
</li>
</ol>
<h3><strong>Step 1.</strong></h3>
<p>I am going to use Illustrator to create a quick image.  Here is what I want the Pin for this page to look like</p>
<p>http://www.ewakened.com/wp-content/uploads/2012/04/ewakened-custom-pin.png</p>
<h3><strong>Stept 2.</strong></h3>
<p>I have in fact, already added this image to the page.  You can see it in the source.</p>
<h3><strong>Step 3.</strong></h3>
<p>Now to hide the image from view.  We don&#8217;t want to use</p>
<code class="code">style="display:none;"</code>
<p>But we can simply move it SO far off screen that no one will ever see it.</p>
<code class="code">style="position: absolute; left: -99999em;"</code>
<p>So the entire image tag will look like this:</p>
<code class="code">&lt;img src="/path/to/image/" style="position: absolute; left: -99999em" /&gt;</code>
<p>That&#8217;s it!  Try it now.  Event though this page has crappy images on it, the image we added can now be used for a Pin.</p>
<div id="attachment_239" class="wp-caption alignnone" style="width: 858px"><a href="http://www.ewakened.com/2012/04/how-to-make-pinterest-pin-the-image-you-want/ewakened-pinterest-2/" rel="attachment wp-att-239"><img class=" wp-image-239" title="ewakened-pinterest-2" src="http://www.ewakened.com/wp-content/uploads/2012/04/ewakened-pinterest-2.png" alt="" width="848" height="171" /></a>
<p class="wp-caption-text">Look at me now! A custom Pin for Pinterest.</p>
</div>
<p>Simple, easy, effective.</p>
<p>Give it a try and let me know what you think.</p>
<p><a href="http://www.ewakened.com/2012/04/how-to-make-pinterest-pin-the-image-you-want/ewakened-custom-pin/" rel="attachment wp-att-236"><img class="alignnone  wp-image-236" style="position: absolute; left: -99999em;" title="ewakened-custom-pin" src="http://www.ewakened.com/wp-content/uploads/2012/04/ewakened-custom-pin.png" alt="" width="353" height="236" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/04/how-to-make-pinterest-pin-the-image-you-want/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A toe in the deep end &#8211; how to start inbound marketing</title>
		<link>http://www.ewakened.com/2012/03/a-toe-in-the-deep-end-how-to-start-inbound-marketing/</link>
		<comments>http://www.ewakened.com/2012/03/a-toe-in-the-deep-end-how-to-start-inbound-marketing/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 01:45:06 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[inbound marketing]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[starting]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=231</guid>
		<description><![CDATA[Starting your inbound marketing campaign For whatever reason the prevailing wisdom with regard to digital marketing is that when you start doing it, you&#8217;ve got to go big.  If an investment in digital marketing is like swimming, the going notion is that you&#8217;re only allowed to get in by doing a cannon ball with your ...]]></description>
			<content:encoded><![CDATA[<div style="font-size: 16px; font-family: Arial; color: #000000; text-align: left;">
<h3>Starting your inbound marketing campaign</h3>
</div>
<div style="font-size: 16px; font-family: Arial; color: #000000; text-align: left;">For whatever reason the prevailing wisdom with regard to digital marketing is that when you start doing it, you&#8217;ve got to go big.  If an investment in digital marketing is like swimming, the going notion is that you&#8217;re only allowed to get in by doing a cannon ball with your clothes on.  Not only is this not the only way to get in the pool, it&#8217;s certainly not the best way for the vast majority of people looking to take a dip.An entry into digital advertising isn&#8217;t a &#8220;go big or go home&#8221; affair.  It&#8217;s far more important to make sure that you&#8217;ve got your bases covered and the fundamentals in place before you start than it is to worry about making the biggest splash possible.</div>
<p><br/></p>
<div style="font-size: 16px; font-family: Arial; color: #000000; text-align: left;">
<h3 style="background-color: rgba(0, 0, 0, 0);">Develop Clear Goals</h3>
<p>If someone were to ask you &#8220;what do you hope to accomplish with this advertising&#8221; it&#8217;s important to be able to have a good response.  Advertising simply for the sake of &#8220;doing that new digital thing&#8221; isn&#8217;t all that good of a use for your advertising budget.  Take the time to sit down and really develop the <em style="background-color: rgba(0, 0, 0, 0);">why</em>of your digital marketing desires.  Are you looking to:</p>
<ul style="background-color: rgba(0, 0, 0, 0);">
<li style="background-color: rgba(0, 0, 0, 0);">Drive more visitors to your website?  How many will you need to translate into a sale?</li>
<li style="background-color: rgba(0, 0, 0, 0);">Reach a specific demographic?  How might those ads be places to reach them specifically?</li>
</ul>
<p>By developing clear goals up front, you&#8217;ve created a measurable success point.  It&#8217;s important to know what success looks like and it&#8217;s far easier to measure that when you&#8217;ve got the end goal in mind before you start.</p>
<h3 style="background-color: rgba(0, 0, 0, 0);">Make a Great Landing Page</h3>
<p>Remember that adage &#8221; You only get one chance to make a first impression?&#8221;  In the quick glance and on-to-the-next-page world of websites, that&#8217;s never been more true.  It doesn&#8217;t if your site is full up on great content; if visitors can&#8217;t get to it easily and intuitively from the page they land on, it doesn&#8217;t matter.  A consumer that can&#8217;t find what they need is just going to hit the back button and go back to the search results.  A great landing page makes sure they stay put.</p>
<h3 style="background-color: rgba(0, 0, 0, 0);">Exhibit Good, Clean Design</h3>
<p>Similar to needing a good &#8220;face&#8221; or landing page on your website, it&#8217;s also vital that the design of the page is pleasing not only to the user but also to the eye.  Customers have an expectation for ease of use and professional appearance when it comes to a page.  If your web design isn&#8217;t clean, simple, straight forward, and easy to use, customers are going to find one that is.  Layout, colors, and proper use of links all go into good, clean web design.</p>
<p>Once you&#8217;ve got those key elements in place you&#8217;re as set as you can possible be to venture into the world of digital marketing.  Again, the notion that it&#8217;s an all or nothing venture is misplaced.  Simply dip your toe in and test out the water.  However if you&#8217;re going to dip your toe in you may as well position yourself for success first.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/03/a-toe-in-the-deep-end-how-to-start-inbound-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile First Design and Why it Matters</title>
		<link>http://www.ewakened.com/2012/03/mobile-first-design-and-why-it-matters/</link>
		<comments>http://www.ewakened.com/2012/03/mobile-first-design-and-why-it-matters/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 01:08:42 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile-first]]></category>
		<category><![CDATA[mobile-ready]]></category>
		<category><![CDATA[windows phone 7]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=230</guid>
		<description><![CDATA[Unless you live under a rock, you’ve probably noticed that over the past couple of years, there has been an overwhelming trend for business websites to “go mobile.” For many years, the most popular (and only) way to access the internet was through the use of a desktop computer. Eventually, laptops became a much more ...]]></description>
			<content:encoded><![CDATA[<div style="font-size: 16px; font-family: Arial; color: #000000; text-align: left;">
<p style="background-color: rgba(0, 0, 0, 0);">Unless you live under a rock, you’ve probably noticed that over the past couple of years, there has been an overwhelming trend for business websites to “go mobile.” For many years, the most popular (and only) way to access the internet was through the use of a desktop computer. Eventually, laptops became a much more practical tool due to their portability. Today, however, mobile devices such as cell phones and tablets are quickly becoming the preferred method of surfing the web. In fact, technology experts speculate that in the not-so-distant future, people won’t be using desktop computers at all.</p>
<p style="background-color: rgba(0, 0, 0, 0);">So, what does this mean for your web presence? Well, in short, it means everything. In this day in age it is not only important to have a website designed for mobile use – it’s a necessity. Choosing to forego a mobile design is sort of like amputating an arm – it limits your reach and gives more power to your competitors. Given the mobile trend, it’s best for your company to design mobile first. Design of the traditional website is secondary.</p>
<p style="background-color: rgba(0, 0, 0, 0);">Let me put it this way: Imagine a potential customer needs a good or service that your company provides. If they are like most modern individuals, they will take out their mobile device and quickly type a phrase into their preferred search engine. From these results, the potential customer will likely click the link to a company website for more information. The page may load slowly, awkwardly or be difficult to navigate if it is not optimized for mobile first. Design plays a role in a customer’s impression, but usability plays an even larger role.</p>
<p style="background-color: rgba(0, 0, 0, 0);">All in all, if you plan to remain a contender in your industry, it is imperative that your website be accessible from nearly every conceivable browser and device. The better your site is optimized, the greater your reach.</p>
<p style="background-color: rgba(0, 0, 0, 0);">For fun.  Head on over to <a title="Ewakened - Right Development." href="http://www.ewakened.com">www.ewakened.com</a> on your mobile device.  It&#8217;s looks different.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/03/mobile-first-design-and-why-it-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is inbound marketing and how can I use it?</title>
		<link>http://www.ewakened.com/2012/03/what-is-inbound-marketing-and-how-can-i-use-it/</link>
		<comments>http://www.ewakened.com/2012/03/what-is-inbound-marketing-and-how-can-i-use-it/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 17:53:43 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=225</guid>
		<description><![CDATA[Traditional outbound marketing relies on an effective sales representative capable of &#8220;warming up&#8221; a cold lead to close a sale of products or services. This approach is a numbers game relying on sales representatives meeting with a high volume of prospects in hopes that, over time, a certain percentage can be converted into sales.The problem with ...]]></description>
			<content:encoded><![CDATA[<p>Traditional outbound marketing relies on an effective sales representative capable of &#8220;warming up&#8221; a cold lead to close a sale of products or services. This approach is a numbers game relying on sales representatives meeting with a high volume of prospects in hopes that, over time, a certain percentage can be converted into sales.The problem with outbound marketing is that it is inefficient and &#8212; particularly for smaller businesses &#8212; costly. Between the hardships of the economic recession and the growing opportunities provided by the Internet, many companies are now using online and digital platforms to expand their inbound marketing efforts.</p>
<h2>Changing directions</h2>
<p>Whereas outbound marketing generates cold leads and few guarantees with any client, inbound marketing engages with prospective clients familiarizes them with your company before you first make contact. When a sales representative contacts a lead generated through inbound practices, the lead is considered &#8220;warm&#8221; because the prospective buyer has chosen to engage your company&#8217;s sales staff after learning about the products or services offered.</p>
<p>This means that, instead of pitching products or services more or less blindly to generated leads, your inbound leads will already have an interest in the offerings of your business. Not only are the leads closer to committing to a sale than would be the case for many outbound leads, but your sales staff also becomes more efficient because they don&#8217;t have to play percentages and focus on volume &#8212; every lead they pursue is high-quality, putting the onus on sales staff to close the deal.</p>
<h2>Implement Your Own Inbound Marketing</h2>
<p>I see businesses of all shapes and sizes looking for ways they can increase the quality of their sales leads and take advantage of inbound marketing strategies. Through the Internet, there are a variety of ways you can increase your business&#8217;s exposure and engage with current and prospective clients, ultimately leading to inbound sales leads.</p>
<p>In this day and age, businesses cannot afford to overlook the social media as a tool for building clients. Facebook profiles, Twitter accounts and other social networking tools can help you build an online following that produces residual exposure to your prospective client base. Interacting with consumers through these platforms can help strengthen brand loyalty and trust with consumers.</p>
<p>Developing search engine-optimized web content will help your company appear more prominently in online searches. Blogging regularly on subject matter of relevance to your clients can keep leads returning to your site, resulting in repeated exposures while establishing your business as an industry expert.</p>
<h2>Take advantage of Free Services</h2>
<p>When developing your inbound marketing strategies, consider implementing some free service offerings as a way consumers can test-drive your business. Through the use of webinars, e-brochures, or other online tools and materials that can benefit your targeted consumer base, you can demonstrate your business&#8217;s expertise and value to your clients while getting your name in front of potential leads. Inbound marketing requires a time investment from your business, but the end result will be better leads, more efficient sales and expanded revenue streams.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/03/what-is-inbound-marketing-and-how-can-i-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Store Dreams</title>
		<link>http://www.ewakened.com/2012/03/app-store-dreams/</link>
		<comments>http://www.ewakened.com/2012/03/app-store-dreams/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 00:49:02 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[advice]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=222</guid>
		<description><![CDATA[We are excited to announce that we will have two applications hitting the Mac App Store in the next few weeks!  Well, at least that&#8217;s what we hoped for.  Turns out that the approval process not just for Apps, but for companies is pretty involved.  I guess that is a good thing as it keeps ...]]></description>
			<content:encoded><![CDATA[<p>We are excited to announce that we will have two applications hitting the Mac App Store in the next few weeks!  Well, at least that&#8217;s what we hoped for.  Turns out that the approval process not just for Apps, but for companies is pretty involved.  I guess that is a good thing as it keeps everything relatively safe, but nonetheless, we might be a little delayed.</p>
<p>So, we wanted to post this&#8230; post to let all Canadian would be App developers to know that the App approval and company approval process takes time.  After doing some research we heard that it could take up to 10-15 days to get the company approved, let alone the Apps approved.</p>
<p>We did not factor this into our plan and luckily we built these Apps for us and you, but not for clients <img src='http://www.ewakened.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Make sure you keep these timelines in mind when planning your release.</p>
<p>Get approved before you want to launch!</p>
<p>Have a great weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/03/app-store-dreams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smile and Smile to Go NYC</title>
		<link>http://www.ewakened.com/2012/03/smile-and-smile-to-go-nyc/</link>
		<comments>http://www.ewakened.com/2012/03/smile-and-smile-to-go-nyc/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 15:36:06 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=220</guid>
		<description><![CDATA[We are thrilled to be working on The Smile and Smile to Go redesign with WHITMANEMORSON. They have designed a wicked landing page and it&#8217;s now up, ready for you at http://www.thesmilenyc.com/ Can&#8217;t wait to show off the full site.  It&#8217;s going to be fully designed for mobile. Love it.]]></description>
			<content:encoded><![CDATA[<p>We are thrilled to be working on The Smile and Smile to Go redesign with <a title="whitmanemorson" href="http://whitmanemorson.com/">WHITMANEMORSON</a>.</p>
<p>They have designed a wicked landing page and it&#8217;s now up, ready for you at <a title="The Smile NYC" href="http://www.thesmilenyc.com/">http://www.thesmilenyc.com/</a></p>
<p>Can&#8217;t wait to show off the full site.  It&#8217;s going to be fully designed for mobile.</p>
<p>Love it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/03/smile-and-smile-to-go-nyc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoiding twin domains &#8211; use www</title>
		<link>http://www.ewakened.com/2012/03/avoiding-twin-domains-use-www/</link>
		<comments>http://www.ewakened.com/2012/03/avoiding-twin-domains-use-www/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 14:40:01 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[advice]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=218</guid>
		<description><![CDATA[One of the biggest SEO challenges that companies face is so easy to fix. Many times when you hire a company (that&#8217;s not ewakened) to build your website, the company will setup your website so that yourdomain.com and www.yourdomain.com go to the same place. This is good, but having two domains pointing to the same ...]]></description>
			<content:encoded><![CDATA[<p>One of the biggest SEO challenges that companies face is so easy to fix.</p>
<p>Many times when you hire a company (that&#8217;s not ewakened) to build your website, the company will setup your website so that yourdomain.com and www.yourdomain.com go to the same place.</p>
<p>This is good, but having two domains pointing to the same place is bad for Search Engine Optimization.  It essentially creates two competing domains.</p>
<p>There are many ways to fix this.</p>
<ol>
<li>
<p> You can change your server&#8217;s rules to automatically route non www requests to your www domain.</p>
</li>
<li>
<p>If you are using Ruby on Rails, or Ruby you can add a simple rule like this into your production.rb file</p>
</li>
</ol>
<code class="code">config.middleware.insert_before(Rack::Lock, Rack::Rewrite) do canonical_domain = 'www.yourdomain.com' r301 %r{.*}, "http://#{canonical_domain}$&amp;", :if =&gt; Proc.new {|rack_env| rack_env['SERVER_NAME'] != canonical_domain } end</code>
<p>This will force your server to send a 301 rewrite rule and search engines like Google will always index and look for your www.yourdomain.com rather than yourdomain.com</p>
<ol>
<li> You can hire us next time and never worry about things like this again <img src='http://www.ewakened.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
<p>Let us know if you have any questions.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/03/avoiding-twin-domains-use-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit your action</title>
		<link>http://www.ewakened.com/2012/03/limit-your-action/</link>
		<comments>http://www.ewakened.com/2012/03/limit-your-action/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 19:56:50 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[being]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=216</guid>
		<description><![CDATA[Limit your action to what you are doing now. This means no listening to music, no podcasts, no 5by5, no TV, nothing.  Focus on what you are doing in this moment. Cut the moment down into 1 moment and do that really well.  Limit your actions. By limiting your actions you will bring a higher ...]]></description>
			<content:encoded><![CDATA[<p>Limit your action to what you are doing now.</p>
<p>This means no listening to music, no podcasts, no 5by5, no TV, nothing.  Focus on what you are doing in this moment.</p>
<p>Cut the moment down into 1 moment and do that really well.  Limit your actions.</p>
<p>By limiting your actions you will bring a higher quality of yourself into it.</p>
<p>When you are sitting, sit.  When you are drinking, drink.  When you are watching TV, watch it deeply.  When you are thinking, think deeply and easily.  When you are coding, code with intent and quality.</p>
<p>Try this for a week and see how it feels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/03/limit-your-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On starting over</title>
		<link>http://www.ewakened.com/2012/03/on-starting-over/</link>
		<comments>http://www.ewakened.com/2012/03/on-starting-over/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 20:10:24 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[advice]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=214</guid>
		<description><![CDATA[As programmers, designers, human beings we often feel the excruciating urge to start over. You know what I am talking about. We want to start over with a design, a website, a blog, a project or anything meaningful or not. We think that starting over will let us rectify past mistakes and make for a better future. ...]]></description>
			<content:encoded><![CDATA[<p>As programmers, designers, human beings we often feel the excruciating urge to start over.</p>
<p>You know what I am talking about.</p>
<p>We want to start over with a design, a website, a blog, a project or anything meaningful or not.</p>
<p>We think that starting over will let us rectify past mistakes and make for a better future.  We trick ourselves into thinking that if we just had the chance for a fresh start, that we would do things differently, that will all be better.</p>
<p>We are deluding ourselves.</p>
<p>The only way to make meaningful change happen is to change the little (and big) things we do every day.  Change your habits.  Change your life.</p>
<p>Don&#8217;t start over.  Keep doing what you are doing, but do it better.  Do it everyday better.</p>
<p>Don&#8217;t focus on what you are doing, but how you are doing it.  Focus on this, and there will be no need to start over.</p>
<p>Make it habit.</p>
<p>Do not start over.  Start now.  Start here</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2012/03/on-starting-over/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is Twitter and How to Use It</title>
		<link>http://www.ewakened.com/2011/10/what-is-twitter-and-how-to-use-it/</link>
		<comments>http://www.ewakened.com/2011/10/what-is-twitter-and-how-to-use-it/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 01:59:59 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[ewakened]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://www.ewakened.com/?p=161</guid>
		<description><![CDATA[So what is Twitter and how to use it? I won&#8217;t try and describe exactly what Twitter is because that could take a while! What I will do is give you 3 tangible tips that you can use right now to make Twitter work harder for you. 1. Post often, but keep in mind that ...]]></description>
			<content:encoded><![CDATA[<h2>So what is <a href="http://www.twitter.com/kentf" title="Kent Fenwick on Twitter">Twitter</a> and how to use it?</h2>
<p>I won&#8217;t try and describe exactly what Twitter is because that could take a while!  What I will do is give you 3 tangible tips that you can use right now to make Twitter work harder for you.</p>
<h3>1. Post often, but keep in mind that quality is better than quantity.</h3>
<p>How often?  That depends on your market and your audience.  Once a day is a good start.  You could get away with Monday, Wednesday and Friday but you will likely get lost in the noise.</p>
<p>A lot of times people ask me.</p>
<blockquote><p>What should I Tweet about?</p></blockquote>
<p>Remember the three Is.  <strong>Interesting. Informative. Insightful</strong>.  If you find something interesting, it will likely be interesting to your audience, so tweet it, or re-tweet it.  Giving your audience good information is difficult but essential for building a following.  Seek out information if you need to.  If you find it informative, then so will your audience.  If you can&#8217;t find anything new to tweet, try re-acting to someone else&#8217;s tweet, just make sure it&#8217;s insightful.  Don&#8217;t tweet for the sake of it.  Tweet with a purpose.</p>
<h3>2. Know your audience</h3>
<p>Bookmark <a href="http://search.twitter.com" title="Search Twitter">http://search.twitter.com</a>.  Go ahead Bookmark it. I will wait.  Okay, so it&#8217;s bookmarked, now it&#8217;s time to see it&#8217;s jaw dropping power.  Use the search box and put in your company&#8217;s name.  Hopefully something comes up.  If not, don&#8217;t worry, see 1. to get the word out there.</p>
<p>If people are talking about you in a positive way, thank them and interact with them.</p>
<p>If people are talking about you in a negative way, thank them and interact with them.</p>
<p>See how easy this is!  Don&#8217;t shy away from criticism and don&#8217;t ignore praise.  Stroke the egos of your followers and make them feel special, because let&#8217;s face it&#8230; they are!  If they are taking the time to speak to you on Twitter, they are special and should be treated as such.</p>
<p>If there is really NOTHING going on on Twitter for your company, then you have your work cut out for you.  Get yourself out there and start conversations.  It takes time and patience, but it will pay off.</p>
<h3>3. Everything you need to know about Twitter you can learn from Sesame Street.</h3>
<p>What!  Did he just say that?  Yes I did, and here&#8217;s why&#8230;</p>
<p>The key to Twitter is being open and honest.  There is no room for stuffy PR people here.  Be real.  Be yourself.</p>
<p>And have fun with it.  Twitter is quickly becoming the new e-mail.  It&#8217;s a very low impact way to communicate and share your thoughts with anyone willing to listen.  Don&#8217;t use it as a press release platform.  You are the best judge of content.  If you would roll your eyes if you saw the Tweet you are about to post, then DON&#8217;T POST IT.</p>
<p>Be real. Be honest. Give more than you get.</p>
<p>Pretty soon I will show you how to actually gain paying customers using Twitter but that&#8217;s for another day.  This should keep you busy for the next few weeks.</p>
<p>Hope your Thanksgiving was relaxing and filling.  Back to work!  Have a fantastic week,</p>
<p>Yours,</p>
<p>Kent</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ewakened.com/2011/10/what-is-twitter-and-how-to-use-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

