<?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>Rufusmedia</title>
	
	<link>http://www.rufusmedia.com</link>
	<description>Web Designer &amp; Developer in Tacoma Washington.  Homepage of freelance web developer Jeromy Condon</description>
	<lastBuildDate>Thu, 04 Aug 2011 00:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Rufusmedia" /><feedburner:info uri="rufusmedia" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Tacoma WordPress Developer For Hire</title>
		<link>http://www.rufusmedia.com/journal/2011/06/tacoma-wordpress-developer-for-hire</link>
		<comments>http://www.rufusmedia.com/journal/2011/06/tacoma-wordpress-developer-for-hire#comments</comments>
		<pubDate>Mon, 20 Jun 2011 03:41:44 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=113</guid>
		<description><![CDATA[Just want to throw a line out there, my name is Jeromy Condon, and I am a WordPress theme and plugin developer in Tacoma, Washington.  If you or your business is looking for someone to wrangle the WordPress content management system, or develop some WordPress plugins or themes, I&#8217;m your guy.  These days, WordPress can [...]]]></description>
			<content:encoded><![CDATA[<p>Just want to throw a line out there, my name is Jeromy Condon, and I am a WordPress theme and plugin developer in Tacoma, Washington.  If you or your business is looking for someone to wrangle the WordPress content management system, or develop some WordPress plugins or themes, I&#8217;m your guy.  These days, WordPress can be utilized for pretty much any type of website, ranging from the simple portfolio website, to the more involved e-commerce website.  The myths about WordPress just being blogging software are long behind us, and the advantages of having a site built with it are numerous.   I have upgraded many legacy sites now to WordPress, and my clients couldn&#8217;t be happier for it.  It is easy to use, simple to manage, and allows for ease of future expansion.</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/06/tacoma-wordpress-developer-for-hire/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 – The future of the web</title>
		<link>http://www.rufusmedia.com/journal/2011/06/html-5-the-future-of-the-web</link>
		<comments>http://www.rufusmedia.com/journal/2011/06/html-5-the-future-of-the-web#comments</comments>
		<pubDate>Fri, 17 Jun 2011 03:55:08 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=110</guid>
		<description><![CDATA[Like it or not web developers and designers, HTML 5 is here and now is the time to learn it and start using to develop your sites and pages. I&#8217;ve been using it for a while now, and it brings some new things to the table, including a new learning curve.  As someone who cut [...]]]></description>
			<content:encoded><![CDATA[<p>Like it or not web developers and designers, HTML 5 is here and now is the time to learn it and start using to develop your sites and pages. I&#8217;ve been using it for a while now, and it brings some new things to the table, including a new learning curve.  As someone who cut their teeth on XHTML 1.0 Strict, the new HTML is so much more lenient it is like a breath of fresh air into my development process.  For those who haven&#8217;t started using it yet, here is my assessment of the features thus far:</p>
<h2>1 &#8211; Ease up on that &lt;div&gt; tag soldier!</h2>
<p>HTML now includes new tags, solely for the purpose of making your page outline more logical, and structured better, with less markup.  Now, rather that &lt;div id=&#8221;header&#8221;&gt; or &lt;div id=&#8221;nav&#8221;&gt; we have the tags &lt;header&gt; and &lt;nav&gt;, respectively.  Lets go through some of the more useful sectioning tags now:</p>
<ol>
<li>The &lt;header&gt; tag.  Useful for enclosing just that, the header of your document &#8212; or section for that matter. This tag delineates the beginning of a new area of content.</li>
<li>The &lt;nav&gt; tag.  Here is where links are collected, and the document structure lays out your navigation.</li>
<li>The &lt;article&gt; tag. There is some confusion with this and the &lt;section&gt; tag.  Use &lt;article&gt; when you are enclosing content that could potentially be republished as it&#8217;s own entity.  A blog post for example.</li>
<li>The &lt;section&gt; tag.  This is more of a generic content enclosing mechanism.  Using a section tag says: this is an area of related content.  Treat me as such.</li>
<li>The &lt;footer&gt; tag.  Use this in a similar manner to the &lt;header&gt; tag.</li>
</ol>
<h2>2 &#8211; Have your &lt;h1&gt; tags your way!</h2>
<p>Someone told me once recently, &#8220;You can&#8217;t have more than one H1 tag on a page!&#8221;.  While he was right in the old way of doing things, he is wrong with the new specification. Basically, with each section of content you define in your document, you can start a whole new hierarchy of heading tags and still be semantically correct.  The &lt;h1&gt; thru &lt;h6&gt; tags will still establish page structure if you leave them out on their own in the document, but as a best practice, use them to establish the heading of a new section of content.</p>
<h2>3 &#8211; Self closing tags? What self closing tags?</h2>
<p>If you&#8217;re like me, you&#8217;ve been adding the / to close all those &lt;br /&gt;, &lt;hr /&gt;,  and other void tags.  No more.  HTML 5 in all it&#8217;s loose goodness no longer requires it (in fact, adding the / has always been poor HTML, added only to conform to XML standards).  So don&#8217;t do it. It&#8217;s really hard.  I&#8217;ve made so many &lt;br /&gt; that making a &lt;br&gt; seems unnatural and uncomfortable. I&#8217;m learning.</p>
<p>That&#8217;s my beginning to HTML5 markup.  For more information please see the <a href="http://dev.w3.org/html5/spec-author-view/">W3C HTML5 standards page</a> . I&#8217;ll be adding more HTML5 stuff here soon, so check back.</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/06/html-5-the-future-of-the-web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Beauty of the Grid</title>
		<link>http://www.rufusmedia.com/journal/2011/06/the-beauty-of-the-grid</link>
		<comments>http://www.rufusmedia.com/journal/2011/06/the-beauty-of-the-grid#comments</comments>
		<pubDate>Thu, 09 Jun 2011 05:45:55 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=105</guid>
		<description><![CDATA[As I design more and more CSS layouts, I&#8217;m finding that I&#8217;m becoming quite fond of a nice, grid based system.  Not the huge bloat of code that most pre-packaged CSS grid systems generate, but a simple grid layout of 3 to 12 columns to help give content a little breathing room.  Just last week [...]]]></description>
			<content:encoded><![CDATA[<p>As I design more and more CSS layouts, I&#8217;m finding that I&#8217;m becoming quite fond of a nice, grid based system.  Not the huge bloat of code that most pre-packaged CSS grid systems generate, but a simple grid layout of 3 to 12 columns to help give content a little breathing room.  Just last week I ran across a really neat <a href="http://www.problem.se/labs/gridcalc/">CSS grid generator</a> that I wanted to share with you all, from Problem Labs.  My favorite thing about this particular grid generator is the flexibility of customization, and the lean base stylesheet it produces. I think I actually kept more of the styles from it than I deleted!  And coming from a generated grid that is a good thing.</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/06/the-beauty-of-the-grid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Art Site Up!</title>
		<link>http://www.rufusmedia.com/journal/2011/06/new-art-site-up</link>
		<comments>http://www.rufusmedia.com/journal/2011/06/new-art-site-up#comments</comments>
		<pubDate>Sun, 05 Jun 2011 16:48:37 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=94</guid>
		<description><![CDATA[My newly redesigned jerzart.com site is up!  I&#8217;m going to try to add art to it at least once a week, so check back for new content!]]></description>
			<content:encoded><![CDATA[<p>My newly redesigned <a href="http://www.jerzart.com">jerzart.com</a> site is up!  I&#8217;m going to try to add art to it at least once a week, so check back for new content!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/06/new-art-site-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer Service in Web Design</title>
		<link>http://www.rufusmedia.com/journal/2011/05/customer-service-in-web-design</link>
		<comments>http://www.rufusmedia.com/journal/2011/05/customer-service-in-web-design#comments</comments>
		<pubDate>Sun, 29 May 2011 03:40:03 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=91</guid>
		<description><![CDATA[There are a lot of people who make web pages. Some of them good, some mediocre, some downright bad.  I sometimes hear of other developers and designers, and some of the things that their clients like and dislike about them. Really I think that the key to this, like any industry, is in the customer [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of people who make web pages. Some of them good, some mediocre, some downright bad.  I sometimes hear of other developers and designers, and some of the things that their clients like and dislike about them. Really I think that the key to this, like any industry, is in the customer service. I want to be that developer nerd that is always there when you need them, that gets the job done right the first time, and gets the job done when they say they will, and in a timely manner. If you say your&#8217;re going to deliver Friday, then darn it deliver Friday.  When my clients refer me to their colleagues and friends, I want them to speak to how diligently I work,  and how easy to deal with I am.  Thats the reputation I want to build, and that is my promise to you &#8211; every current and potential customer of mine out there. I will just plain do it better than the next guy for you.</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/05/customer-service-in-web-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to go for inspiration</title>
		<link>http://www.rufusmedia.com/journal/2011/05/where-to-go-for-inspiration</link>
		<comments>http://www.rufusmedia.com/journal/2011/05/where-to-go-for-inspiration#comments</comments>
		<pubDate>Tue, 24 May 2011 01:57:28 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=86</guid>
		<description><![CDATA[I love to be inspired, and inspiration comes in many forms.  Here are just a few of my favorites&#8230;. 1 &#8211; The great outdoors. Nothing beats being close to nature when the cold shoulder of design block strikes. I love to hike out deep into the woods and find some nice photos to take or [...]]]></description>
			<content:encoded><![CDATA[<p>I love to be inspired, and inspiration comes in many forms.  Here are just a few of my favorites&#8230;.</p>
<h2>1 &#8211; The great outdoors.</h2>
<p>Nothing beats being close to nature when the cold shoulder of design block strikes. I love to hike out deep into the woods and find some nice photos to take or some interesting bugs or critters to catch and examine. You can never get too much outside time.  Especially when you spend the majority of your days looking at functions, variables, arrays and other associated data.</p>
<h2>2 &#8211; Abduzeedo.com</h2>
<p>If there is one place to go first when I need inspiration, <a href="http://abduzeedo.com/">abduzeedo</a> is it.  For as long as I can remember it seems, they have been putting out a list of inspiring works daily, as well as interesting typography, logos, and design assets.  99% of the time, the work viewable here is top notch and a great starting point when looking for design ideas.</p>
<h2>3 &#8211; My sketchbook(s).</h2>
<p>I keep a sketchbook. Actually a bunch of sketchbooks.  I&#8217;ve been sketching most of my life, and those books are like a chronology of my ideas and thoughts all the way back to my pre-teens. Thumbing through the old sketchbooks has got to be one of the most inspiring things I do. If you don&#8217;t keep a sketchbook or journal, I highly recommend doing so.</p>
<h2>4 &#8211; The treadmill.</h2>
<p>It&#8217;s surprising how a little exercise gets the blood pumpin and the ideas flowin.  I&#8217;m pretty certain there is some sort of connection between fitness and creativity because most of my best stuff comes when I&#8217;m at my physical best as well.</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/05/where-to-go-for-inspiration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to target iOS with jQuery</title>
		<link>http://www.rufusmedia.com/journal/2011/05/how-to-target-ios-with-jquery</link>
		<comments>http://www.rufusmedia.com/journal/2011/05/how-to-target-ios-with-jquery#comments</comments>
		<pubDate>Fri, 20 May 2011 03:54:23 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=78</guid>
		<description><![CDATA[Mobile Safari for iOS comes with it&#8217;s own little quirks, like scaling your background images or needing a lighter page footprint when on 3G. Fortunately targeting the devices that pack mobile Safari is pretty easy.  Here is a little snippet: //INCLUDE LATEST VERSION OF JQUERY &#60;script src="http://code.jquery.com/jquery-latest.js"&#62;&#60;/script&#62; $(document).ready(function(){ var device = navigator.userAgent.toLowerCase(); var ios = [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile Safari for iOS comes with it&#8217;s own little quirks, like scaling your background images or needing a lighter page footprint when on 3G. Fortunately targeting the devices that pack mobile Safari is pretty easy.  Here is a little snippet:</p>
<pre style="padding-left: 30px;">//INCLUDE LATEST VERSION OF JQUERY
&lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
$(document).ready(function(){
var device = navigator.userAgent.toLowerCase();
var ios = device.match(/(iphone|ipod|ipad)/);
if (ios) {
     //ADD CLASSES HERE THAT WILL ONLY APPLY TO IOS
     $("some-element").addClass("some-class");
     }
});
</pre>
<p>Well, that&#8217;s it for today.  Hopefully that&#8217;s useful for someone!</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/05/how-to-target-ios-with-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I </title>
		<link>http://www.rufusmedia.com/journal/2011/05/i</link>
		<comments>http://www.rufusmedia.com/journal/2011/05/i#comments</comments>
		<pubDate>Wed, 18 May 2011 03:21:09 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=72</guid>
		<description><![CDATA[One of the things that makes me sad sometimes about being a developer is that a lot of times nobody ever sees the beauty and elegance you put into your code. All that time you spend commenting every little piece, all that time you spend making certain everything works perfectly, struggling over whether to add [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that makes me sad sometimes about being a developer is that a lot of times nobody ever sees the beauty and elegance you put into your code. All that time you spend commenting every little piece, all that time you spend making certain everything works perfectly, struggling over whether to add that extra element just for styling purposes. Believe me, it&#8217;s a lot of time.  A lot of time well spent.  I&#8217;ve been doing a little housecleaning on a couple sites built by other developers, and man I really wish they had left me some comments, structured their markup well, and not filled every page with line after line of unnecessary javascript.</p>
<p>Properly structured code is a thing of beauty.  The W3C has a <a href="http://validator.w3.org/">validation service</a> that you should visit regularly when developing a website, to make sure that there are no errors in your HTML.  Please everyone, utilize this fantastic tool.  It will save you many headaches down the road.  For all you PHP devs out there, other than commenting the crap out of your code, check out this <a href="http://http://net.tutsplus.com/tutorials/php/30-php-best-practices-for-beginners/">post about PHP best practices</a> to start. Seriously &#8211; nobody wants to deal with someone elses 5 year old PHP spaghetti.</p>
<p>And to anyone who might be interested in hiring me, rest assured that the site you get will contain nothing less than the cleanest, leanest, most next-developer friendly code this side of the mountains.  It&#8217;s my gift to the world.</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/05/i/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite Tools</title>
		<link>http://www.rufusmedia.com/journal/2011/05/my-favorite-tools</link>
		<comments>http://www.rufusmedia.com/journal/2011/05/my-favorite-tools#comments</comments>
		<pubDate>Tue, 17 May 2011 03:19:22 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=63</guid>
		<description><![CDATA[Everyone has their favorite tools, and I am no exception.  In this post I want to share some of the apps/services/tools I use regularly and why.  I have many criteria when selecting the tools of my trade, but ultimately it comes down to a few key items: Ease of use Features Support Price Not necessarily [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone has their favorite tools, and I am no exception.  In this post I want to share some of the apps/services/tools I use regularly and why.  I have many criteria when selecting the tools of my trade, but ultimately it comes down to a few key items:</p>
<ol>
<li>Ease of use</li>
<li>Features</li>
<li>Support</li>
<li>Price</li>
</ol>
<p>Not necessarily in that order. Without further ado, the list:</p>
<h2>Photoshop.</h2>
<p>Seriously, who doesn&#8217;t use Photoshop these days? Sure there are open source alternatives such as <a href="http://www.gimp.org/">GIMP</a> and <a href="http://www.aviary.com/">Aviary</a>, but really when it comes down to it, there&#8217;s no substitute for the orignial.  The powerhouse.  Sometimes you have to splurge and this is one of those apps no designer should be without.</p>
<h2>Komodo Edit.</h2>
<p>For anyone who writes a lot of code, and doesn&#8217;t need a bloated IDE full of features they&#8217;ll never use, I can&#8217;t recommend <a href="http://www.activestate.com/komodo-edit">Komodo Edit</a> enough. It has syntax highlighting, support for snippets, code hinting, FTP, pretty much everything you need short of serving coffee. And did I mention that you get all that and more for the everyday low price of FREE? I used to use Dreamweaver, but sometimes you don&#8217;t need to wash your dishes with a belt sander.  Honorable mention: <a href="http://notepad-plus-plus.org/">Notepad++</a></p>
<h2>Lynda.com.</h2>
<p>In an industry where you must constantly learn new skills and techniques, having access to tutorials on just about any piece of software or subject is utterly invaluable. For as little as $25 bucks a month there&#8217;s no excuse not to be current on the latest stuff.  <a href="http://www.lynda.com/">Lynda.com</a> is darn near a replacement for years of school.  If you&#8217;re motivated to learn.</p>
<h2>Font Squirrel.</h2>
<p>Remember back when you could really only use Times, Georgia, Arial ect.. on your websites?  Thank the good Lord those days are over.  Nowadays there is little excuse to use images to display text on your pages.  It sucks for SEO, and adds a lot of page weight. Check out <a href="http://www.fontsquirrel.com/">font squirrel</a> today, they even package up your fonts in @font-face kits for easy integration with your site.</p>
<h2>Codeigniter.</h2>
<p>Thinking of starting a PHP project? The only way to go for me is with the <a href="http://codeigniter.com/">codeigniter framework</a>. It has full MVC structure, a fantastic library of functions and assets, and it&#8217;s super light and fast. Use codeigniter and never re-invent the wheel again. For some great codeigniter based CMS&#8217;s, check out <a href="http://pyrocms.com/">PyroCMS</a> or if you have deep pockets I hear <a href="http://expressionengine.com/">Expression Engine</a> is pretty good.</p>
<h2>WordPress.</h2>
<p>I&#8217;ve written CMS software, I&#8217;ve used the alternatives, and when it really comes down to it I always come back to <a href="http://wordpress.org/">WordPress</a>. Once you really settle into a work flow with WordPress, I&#8217;m sure you&#8217;ll see how great it is too. And if you&#8217;ve ever tried to teach a client to use garbage like JOOMLA!, you&#8217;ll marvel at how intuitive the WordPress back end is.</p>
<h2>jQuery.</h2>
<p>If you haven&#8217;t taken the time to learn the <a href="http://jquery.com/">jQuery</a> library you&#8217;re really missing out. JQuery is like adding magic elves to your page.  Elves that fix browser incompatibilities, and add niceties like transitions and special effects, all while being cross browser compliant. Yippee!</p>
<p>Well, thats my little list. Of course those aren&#8217;t all the wrenches in my toolbag, but they&#8217;re some of the ones I use most.  If you haven&#8217;t checked some of them out, get to it!</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/05/my-favorite-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Facebook good for your business?</title>
		<link>http://www.rufusmedia.com/journal/2011/05/is-facebook-good-for-your-business</link>
		<comments>http://www.rufusmedia.com/journal/2011/05/is-facebook-good-for-your-business#comments</comments>
		<pubDate>Mon, 16 May 2011 02:49:34 +0000</pubDate>
		<dc:creator>Jeromy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.rufusmedia.com/?p=35</guid>
		<description><![CDATA[As a business owner, is a facebook or twitter page a substitute for a dedicated website?  I&#8217;ve really been thinking about this for the past few weeks, as I see more and more small companies opting to have a facebook page in lieu of an actual website.  In my professional opinion, I think not.  Can [...]]]></description>
			<content:encoded><![CDATA[<p>As a business owner, is a facebook or twitter page a substitute for a dedicated website?  I&#8217;ve really been thinking about this for the past few weeks, as I see more and more small companies opting to have a facebook page in lieu of an actual website.  In my professional opinion, I think not.  Can your business be summed up by how many &#8220;likes&#8221; your page has?  Are you really reaching your customers through social marketing?  Do people care if you disperse a facebook post about your widgets being on sale? Posts from most businesses end up being hidden in your feed, or something you barely see in between the actual posts you care about &#8212; those of your friends.</p>
<p>It seems to me that the social aspect of a business facebook page should be to drive traffic to your website, where conversions take place, and where you control what your users see.  But in many of the websites I see these days, the most prominent element on them is a giant &#8220;facebook&#8221; or &#8220;twitter&#8221; button staring at you like a horrible zit.  Do you want your brand to be confined to the standard blue and gray of a facebook page?  What if they change those colors to pink and yellow?  What happens when the next facebook, or myspace, or whatever comes along and it&#8217;s not fashionable to be on facebook anymore?  Without a real web presence in addition to facebook, you&#8217;re just spinning your wheels.  Use social media as a tool to generate traffic and interest to your website.  Stop letting facebook use <strong>your content</strong> to display <strong>their ads</strong> to your customers.</p>
<h3 style="text-align: right;">[Jeromy]</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.rufusmedia.com/journal/2011/05/is-facebook-good-for-your-business/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.rufusmedia.com @ 2012-03-11 21:11:24 -->

