<?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>NateBal.com</title>
	
	<link>http://www.natebal.com</link>
	<description>Web Site Design Tutorials And Social Media Marketing</description>
	<lastBuildDate>Sun, 07 Feb 2010 00:40:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/nate-balcom" /><feedburner:info uri="nate-balcom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Making Wordpress Run More Securely and More Effiently</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/SVTlYAyyo5k/</link>
		<comments>http://www.natebal.com/2010/02/wordpress-securely-effiently/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:15:14 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[web-design]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=29</guid>
		<description><![CDATA[
I&#8217;ve been a fan of Wordpress for quite some time. In fact I&#8217;ve been using the CMS since 2005. Up until recently I haven&#8217;t had many issues running Wordpress aside from a few heavy plugin snags. 
Well about 2 months ago I started the task of making Wordpress run more efficiently or at the very [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2010%2F02%2Fwordpress-securely-effiently%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2010%2F02%2Fwordpress-securely-effiently%2F" height="61" width="51" title="Making Wordpress Run More Securely and More Effiently" alt=" Making Wordpress Run More Securely and More Effiently" /></a></div><p><img src="http://i144.photobucket.com/albums/r181/lukeslytalker/wordpress1.jpg" alt="How To Make Wordpress More Securely and More Effiently" title="How To Make Wordpress More Securely and More Effiently" /></p>
<p>I&#8217;ve been a fan of Wordpress for quite some time. In fact I&#8217;ve been using the CMS since 2005. Up until recently I haven&#8217;t had many issues running Wordpress aside from a few heavy plugin snags. </p>
<p>Well about 2 months ago I started the task of making Wordpress run more efficiently or at the very least lighter. Here&#8217;s a serious list of things to try if you&#8217;re site begins spiking.</p>
<h2>How to Make Wordpress Run Better</h2>
<p>1. <strong><a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">Install WP Super Cache</a></strong> &#8211; First and foremost you should be running the wp-supercache plugin. IMHO this should be a core part of the Wordpress platform, but until it is you&#8217;ll have to install this one yourself. This plugin creates an html file out of served pages that is much smaller than it&#8217;s php doppelganger.</p>
<p>2. <strong>Remove Heavy Plugins</strong> &#8211; Some of the plugins written for WP while value adding are often heavy draws. One of the ways to find some of your heavier plugins is with the <a href="http://money.bigbucksblogger.com/pluginhogdetector-plugin-helps-you-find-cpu-hogging-plugins/">Plugin Hog Detecor</a>. This will help you pin point offending plugins. </p>
<p>One of the things that makes plugins heavy is the number of queries made to your database. <a href="http://www.natebal.com/2009/11/reduced-wordpresss-cpu-age/">This article here</a> will help you determine how many queries are being run every time someone accesses a page on your website.</p>
<p>3. <strong>Delete old SQL prefixes</strong> &#8211; Over time your sql database will start to accumulate more and more unused sql tables. You may uninstall a plugin while it&#8217;s table info is still saved in your database. By logging into phpMyAdmin and removing old plugin prefixes you can speed and streamline your database performance.</p>
<p>4. <strong>Remove large files</strong> &#8211; This one is a no brainer, but some times when you&#8217;re too close to the problem it&#8217;s hard to see the forest for the trees. Make sure there aren&#8217;t any outside sites serving a large media file from your server. If you really must serve up video create your own to be hosted on Youtube or track something down. Chances are whatever you are looking for is already there.</p>
<p>5. <strong>Use phpMyAdmin to optimize your database</strong> &#8211; Log in to phpMyAdmin, select all the tables, then, &#8220;repair&#8221;, and, &#8220;olptimize&#8221;.</p>
<h2>How to Make Wordpress Run Safer</h2>
<p>1. <strong>Keep your Wordpress version up to date</strong> &#8211; Aside from compatibility issues WP releases are filled with new security fixes. As Wordress is constantly evolving so are the ways it is exploited. In an effort to stay ahead of the hackers always try to keep the most up to date version of Wordpress running for the best possible security coverage.</p>
<p>2. <strong>Disallow Access to WP Core Files With .htaccess</strong> &#8211; It&#8217;s a good idea to keep curious bots out of parts of your site such as wp-admin, wp-content, etc. This can be done with your .htaccess file by banning access to these directories. Get more info about <a href="http://blamcast.net/articles/block-bots-hotlinking-ban-ip-htaccess">manually altering your .htaccess file here</a>. Or give the <a href="http://wordpress.org/extend/plugins/askapache-password-protect/">AskApache Password Protect</a> plugin for Wordpress here.</p>
<p>3. <strong>Update your login information</strong> &#8211; Never use,  &#8220;admin&#8221;, as your login username. Wordpress sets this by default. So do many other CMS&#8217;s and scripts out of the box. </p>
<p>To assign a new Wordpress username, login to your control panel and create a new user. Then set this profile as an administrator. For this user provide a password that is harder to crack than your birthday date or local address. Make sure your password contains both upper and lower case letters. Be sure to inlcude alpha numeric characters as well as qwerty symbols. It may be hard to remember, but it&#8217;s also harder to crack. It&#8217;s also not a bad idea to update this information every so often.</p>
<h2>Wordpress Security Plugins</h2>
<p><a href="http://wordpress.org/extend/plugins/askapache-password-protect/">Ask Apache Password Protect</a> &#8211; Password protect sections of your website with this plugin.</p>
<p><a href="http://wordpress.org/extend/plugins/bad-behavior/">Bad Behavior</a> &#8211; Deny automated spambots access to your PHP-based Web site.</p>
<p><a href="http://wordpress.org/extend/plugins/close-old-posts/">Close old posts</a> &#8211; Closes comments on old posts on the fly, without any DB queries. By default it&#8217;s 14 days, change that setting by editing the plugin file.</p>
<p><a href="http://wordpress.org/extend/plugins/disable-revisions/">Disable Revisions</a> &#8211; Disable revision functions in WordPress and delete all entries of revisions in database.</p>
<p><a href="http://wordpress.org/extend/plugins/exploit-scanner/">WordPress Exploit Scanner</a> &#8211; Scans your WordPress site for possible exploits.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-spamfree/">WP-Spamfree</a> &#8211; An extremely powerful anti-spam plugin that virtually eliminates comment spam. Finally, you can enjoy a spam-free WordPress blog! Includes spam-free contact form feature as well.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-security-scan/">WP Security Scan</a> &#8211; Scans your WordPress installation for security vulnerabilities and suggests corrective actions.</p>
<p><a href="http://wordpress.org/extend/plugins/simple-captcha/">Simple Captcha</a> &#8211; A CAPTCHA for your comment system to prevent unwanted spams. Prevent automated spams by bots and most important naughty peoples. It&#8217;s simple and yet secure.</p>
<h2>Some Free Handy Web Tools</h2>
<p><a href="http://tools.pingdom.com/fpt/">Page Load Test</a> from Pingdom. This free tool will tell you which parts of your site are running slower than others.</p>
<p><a href="http://websitegrader.com/">Website Grader</a> Website Grader provides a decent report of where your website needs the most help.</p>
<p><a href="http://themeforest.net?ref=n8balcom"><img src="http://envato.s3.cdn.plus.org/referrer_adverts/tf_468x60_v2.gif" alt="Wordpress Templates" title="Wordpress Templates" /><a/></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2010/02/wordpress-securely-effiently/&amp;t=Making+Wordpress+Run+More+Securely+and+More+Effiently" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2010/02/wordpress-securely-effiently/&amp;title=Making+Wordpress+Run+More+Securely+and+More+Effiently" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Making+Wordpress+Run+More+Securely+and+More+Effiently+-+http://bit.ly/aADVwL+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2010/02/wordpress-securely-effiently/&amp;title=Making+Wordpress+Run+More+Securely+and+More+Effiently" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2010/02/wordpress-securely-effiently/&amp;title=Making+Wordpress+Run+More+Securely+and+More+Effiently&amp;summary=%0D%0A%0D%0AI%27ve%20been%20a%20fan%20of%20Wordpress%20for%20quite%20some%20time.%20In%20fact%20I%27ve%20been%20using%20the%20CMS%20since%202005.%20Up%20until%20recently%20I%20haven%27t%20had%20many%20issues%20running%20Wordpress%20aside%20from%20a%20few%20heavy%20plugin%20snags.%20%0D%0A%0D%0AWell%20about%202%20months%20ago%20I%20started%20the%20task%20of%20making%20Wordpress%20run%20more%20efficiently%20or%20at%20the%20very%20&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2010/02/wordpress-securely-effiently/&amp;title=Making+Wordpress+Run+More+Securely+and+More+Effiently" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2010/02/wordpress-securely-effiently/&amp;title=Making+Wordpress+Run+More+Securely+and+More+Effiently" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2010/02/wordpress-securely-effiently/&amp;submitHeadline=Making+Wordpress+Run+More+Securely+and+More+Effiently&amp;submitSummary=%0D%0A%0D%0AI%27ve%20been%20a%20fan%20of%20Wordpress%20for%20quite%20some%20time.%20In%20fact%20I%27ve%20been%20using%20the%20CMS%20since%202005.%20Up%20until%20recently%20I%20haven%27t%20had%20many%20issues%20running%20Wordpress%20aside%20from%20a%20few%20heavy%20plugin%20snags.%20%0D%0A%0D%0AWell%20about%202%20months%20ago%20I%20started%20the%20task%20of%20making%20Wordpress%20run%20more%20efficiently%20or%20at%20the%20very%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2010/02/wordpress-securely-effiently/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=SVTlYAyyo5k:irw9MRMADmQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=SVTlYAyyo5k:irw9MRMADmQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=SVTlYAyyo5k:irw9MRMADmQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=SVTlYAyyo5k:irw9MRMADmQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=SVTlYAyyo5k:irw9MRMADmQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=SVTlYAyyo5k:irw9MRMADmQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=SVTlYAyyo5k:irw9MRMADmQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2010/02/wordpress-securely-effiently/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2010/02/wordpress-securely-effiently/</feedburner:origLink></item>
		<item>
		<title>Should Tweet Adder Be Considered Black Hat SEO?</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/elj3wrqKDzM/</link>
		<comments>http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 14:34:37 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[tweet-adder]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=26</guid>
		<description><![CDATA[ 
I&#8217;ve been playing around with Tweet Adder today and am trying to determine if this is a program I should purchase or not. So far all the reviews I&#8217;ve been reading have been positive, but to be honest it just feels a little like black hat SEO to me. 
The idea of automating who [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Ftweet-adder-considered-black-hat-seo%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Ftweet-adder-considered-black-hat-seo%2F" height="61" width="51" title="Should Tweet Adder Be Considered Black Hat SEO?" alt=" Should Tweet Adder Be Considered Black Hat SEO?" /></a></div><p><img src="http://www.natebal.com/images/spy-vs-spy.jpg" alt="Is Tweet Adder Considered Black Hat SEO? " title="Click here for a larger screenshot" border="0" /> </p>
<p>I&#8217;ve been playing around with <a href="http://tweetadder.com/">Tweet Adder</a> today and am trying to <a href="http://answers.yahoo.com/question/index?qid=20091230070724AATNpGm">determine if this is a program I should purchase or not</a>. So far all the reviews I&#8217;ve been reading have been positive, but to be honest it just feels a little like black hat SEO to me. </p>
<p>The idea of automating who I follow seems to be counter-intuitive to the whole idea of social networking. That being said I began my trial this morning and have so far been impressed with some of the features at first glimpse.</p>
<h2>How Tweet Adder Works</h2>
<p>Ok so here are a few screen shots from Tweet Adder. Once you&#8217;ve associated your account/ accounts in the Tweet Adder admin you can do a keyword search. I chose to search through profiles as I figured anyone who had any of my search terms in their profile were more than likely going to better fall within my niche. Notice in the screen shot below there are a number of different search criteria.</p>
<p>First off you can search for <a href="http://twitter.com/LukeSlyTalker"target="_blank"rel="external"title="Follow Me On Twitter" >Twitter</a> users by keyword either in their profiles or in their posts both recent and historical. This way you&#8217;re at least aiming towards a targeted audience. </p>
<p><a href="http://www.natebal.com/images/tweet-adder-1-lg.jpg" target="_blank"><img src="http://www.natebal.com/images/tweet-adder-1-sm.jpg" alt="Is Tweet Adder Considered Black Hat SEO? " title="Click here for a larger screenshot" border="0" /></a></p>
<p>I did a keyword search for, &#8220;social-networks&#8221;, and got 1500 results. I believe this is the default minimum as I also did a search for, &#8220;web-design&#8221;, and garnered the same number. however, shouldn&#8217;t this be done one at a time to insure the site I&#8217;m subscribing to is relevant?</p>
<p>Below you can see the, &#8220;Follow&#8221;, panel where you can set up how many users you want to follow. This number could be zero if you wanted. There&#8217;s also a time delay between follows option which to me&#8230;feels like your trying to pull a fast one.</p>
<p><a href="http://www.natebal.com/images/tweet-adder-2-lg.jpg" target="_blank"><img src="http://www.natebal.com/images/tweet-adder-2-sm.jpg" alt="Is Tweet Adder Considered Black Hat SEO? " title="Click here for a larger screenshot" border="0" /></a></p>
<p>Here&#8217;s a sample of what the, &#8220;Unfollow&#8221;, panel looks like. Again I don&#8217;t understand how blanketly unfollowing an arbitrary number of users pans out. This feels like a ditch effort to try and not be black listed by Twitter if you garner too many followers too quickly. Does this feel Black hatty to anyone else?</p>
<p><a href="http://www.natebal.com/images/tweet-adder-3-lg.jpg" target="_blank"><img src="http://www.natebal.com/images/tweet-adder-3-sm.jpg" alt="Is Tweet Adder Considered Black Hat SEO? " title="Click here for a larger screenshot" border="0" /></a></p>
<p>Below is the Scheduled Tweet panel. This is interesting to me as I would like to see how this affects my traffic in different parts of the world if I were to post tweets in the middle of the night from the US. Here you can set as many tweets to go out at what ever interval you choose. The one thing about this that feels Black Hat to me is the fact that you could set the program to rewteet the same post over and over again for as long as you wanted to. You can even set up a number of different posts to go out in a determined time frame retweeting from a group of selected tweets. This just feels like Twitter spam to me.</p>
<p>You can also schedule when to send tweets out and automate posting. <a href="http://marketingflop.com/2009/06/tweet-adder/">This article here</a> is from <a href="http://marketingflop.com" target="_blank">marketingflop.com</a>, a blog based in Norway. This blogger noticed he was getting a lot of traffic from America and wanted to tweet his posts while he was sleeping. <a href="http://www.natebal.com/2009/12/10/view-hourly-web-traffic-google-analytics/">I&#8217;ve been experimenting with times of day to post</a> to see if there is a prime time for my site to garner the most traffic. With <a href="http://www.natebal.com/2009/12/21/optimize-google-live-search-2/">Google Live Search</a> I think we&#8217;re going to see this is more important than ever.</p>
<p><a href="http://www.natebal.com/images/tweet-adder-4-lg.jpg" target="_blank"><img src="http://www.natebal.com/images/tweet-adder-4-sm.jpg" alt="Is Tweet Adder Considered Black Hat SEO? " title="Click here for a larger screenshot" border="0" /></a></p>
<p>Here&#8217;s a look at the scheduling panel in Tweet Adder.</p>
<p><a href="http://www.natebal.com/images/tweet-adder-5-lg.jpg" target="_blank"><img src="http://www.natebal.com/images/tweet-adder-5-sm.jpg" alt="Is Tweet Adder Considered Black Hat SEO? " title="Click here for a larger screenshot" border="0" /></a></p>
<p>In this panel you can declare how you wish to deal with Direct Messages. Again this is a social network. Don&#8217;t you want to receive these and reply to them individually?</p>
<p><a href="http://www.natebal.com/images/tweet-adder-6-lg.jpg" target="_blank"><img src="http://www.natebal.com/images/tweet-adder-6-sm.jpg" alt="Is Tweet Adder Considered Black Hat SEO? " title="Click here for a larger screenshot" border="0" /></a></p>
<h2>Why It Feels Like Black Hat SEO</h2>
<p>So in summation the following bullets are why this program feels so Black Hat or at the very least Gray Hat SEO to me.</p>
<ul>
<li>The idea of bulk adding followers through a social network seems counter-intuitive</li>
<li>Time delays between adding friends seems like a black hat move.</li>
<li>The bulk unfollow option feels like a quick fix to a possible black listing.</li>
<li>Automate redundant ReTweets of a singe post or posts.</li>
<li>Bulk handling of direct messages.</li>
</ul>
<p>That being said, I haven&#8217;t read a bad review yet. I just feel like in my heart of hearts when you automate something like this you will in the end up screwing yourself some how. Time will tell.</p>
<p><script type="text/javascript" src="http://feeds.delicious.com/v2/js/nbalcom/tweet-adder?title=Other%20Tweet%20Adder%20Reviews&#038;icon=m&#038;count=7&#038;bullet=%E2%80%A2&#038;sort=date&#038;tags&#038;extended&#038;name&#038;showadd"></script></p>
<p><a href="http://codecanyon.net?ref=n8balcom"><img src="http://envato.s3.cdn.plus.org/referrer_adverts/cc_468x60_v4.gif" alt="Purchase Awesome 3D Files" title="Purchase Awesome 3D Files" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/&amp;t=Should+Tweet+Adder+Be+Considered+Black+Hat+SEO%3F" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/&amp;title=Should+Tweet+Adder+Be+Considered+Black+Hat+SEO%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Should+Tweet+Adder+Be+Considered+Black+Hat+SEO%3F+-+http://b2l.me/d899V+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/&amp;title=Should+Tweet+Adder+Be+Considered+Black+Hat+SEO%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/&amp;title=Should+Tweet+Adder+Be+Considered+Black+Hat+SEO%3F&amp;summary=%20%0D%0A%0D%0AI%27ve%20been%20playing%20around%20with%20Tweet%20Adder%20today%20and%20am%20trying%20to%20determine%20if%20this%20is%20a%20program%20I%20should%20purchase%20or%20not.%20So%20far%20all%20the%20reviews%20I%27ve%20been%20reading%20have%20been%20positive%2C%20but%20to%20be%20honest%20it%20just%20feels%20a%20little%20like%20black%20hat%20SEO%20to%20me.%20%0D%0A%0D%0AThe%20idea%20of%20automating%20who%20I%20follow%20seems%20&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/&amp;title=Should+Tweet+Adder+Be+Considered+Black+Hat+SEO%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/&amp;title=Should+Tweet+Adder+Be+Considered+Black+Hat+SEO%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/&amp;submitHeadline=Should+Tweet+Adder+Be+Considered+Black+Hat+SEO%3F&amp;submitSummary=%20%0D%0A%0D%0AI%27ve%20been%20playing%20around%20with%20Tweet%20Adder%20today%20and%20am%20trying%20to%20determine%20if%20this%20is%20a%20program%20I%20should%20purchase%20or%20not.%20So%20far%20all%20the%20reviews%20I%27ve%20been%20reading%20have%20been%20positive%2C%20but%20to%20be%20honest%20it%20just%20feels%20a%20little%20like%20black%20hat%20SEO%20to%20me.%20%0D%0A%0D%0AThe%20idea%20of%20automating%20who%20I%20follow%20seems%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=elj3wrqKDzM:P2EIjIzMVyw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=elj3wrqKDzM:P2EIjIzMVyw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=elj3wrqKDzM:P2EIjIzMVyw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=elj3wrqKDzM:P2EIjIzMVyw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=elj3wrqKDzM:P2EIjIzMVyw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=elj3wrqKDzM:P2EIjIzMVyw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=elj3wrqKDzM:P2EIjIzMVyw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/tweet-adder-considered-black-hat-seo/</feedburner:origLink></item>
		<item>
		<title>Making The Most Out of Twitter</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/p2j8zvKWE_w/</link>
		<comments>http://www.natebal.com/2009/12/making-twitter/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 12:32:08 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=25</guid>
		<description><![CDATA[
Why do I want more Twitter followers?
In an effort to increase traffic to my newly revamped website I began stepping up my Twitter efforts. Why is this important you might ask? Well with the advent of Google Live Search it makes more sense now than ever to get on board with Twitter. As Google Live [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fmaking-twitter%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fmaking-twitter%2F" height="61" width="51" title="Making The Most Out of Twitter" alt=" Making The Most Out of Twitter" /></a></div><p><img src="http://www.natebal.com/images/twitter_logo_post.png" alt="Making The Most Out of Twitter" title="Making The Most Out of Twitter" /></p>
<h2>Why do I want more Twitter followers?</h2>
<p>In an effort to increase traffic to my newly revamped website I began stepping up my <a href="http://twitter.com/LukeSlyTalker"target="_blank"rel="external"title="Follow Me On Twitter" >Twitter</a> efforts. Why is this important you might ask? Well with the advent of <a href="http://www.natebal.com/2009/12/21/optimize-google-live-search-2/">Google Live Search</a> it makes more sense now than ever to get on board with Twitter. As Google Live lists the most current updates returned from the social networks this was a no-brainer to step up my tweeting. </p>
<p>Not only that, but like <a href="http://www.facebook.com/nate.balcom?ref=profile"target="_blank"rel="external"title="Facebook" >Facebook</a> and the rest of the social networks; notifications are sent out to all of your followers every time you post a status update. Increased awareness = increased traffic. <a href="http://www.natebal.com/2009/12/03/feed-rss-feed-social-networks-twitterfeed/">Click here to find out how to automate your social networks every time you make a post to Wordpress</a>. </p>
<p>With that said I try to follow people who share common interests with me or my website. As it can get hard to follow multiple users <a href="http://www.natebal.com/2009/12/09/tweetdeck-maintain-follow-social-networks/">I use a program called Tweetdeck</a>. It&#8217;s a great way to follow your favorite social networks. As you begin to follow more people obviously you begin to get more updates. Following people with like interests increases the chances that they&#8217;ll make use of your tweets.</p>
<h2>Be Specific When You Tweet</h2>
<p>I always include the title of my article along with any url I tweet. As people often don&#8217;t take the time to read if they don&#8217;t have to it helps to have specific or provocative titles. For instance a tweet of this article would look something like this.</p>
<p><strong>Making The Most Out of Twitter &#8211;> <a href="http://bit.ly/6CVwIf">http://bit.ly/6CVwIf</a></strong></p>
<h2>Make It Easy To Find You On Twitter</h2>
<p>If you&#8217;re looking for more Twitter followers you need to make it easy for people to find <a href="http://twitter.com/LukeSlyTalker">your twitter page</a>. There are a few effective ways to do this. First and probably the easiest step would be to add your Twitter address to your email signature. In addition to that, it&#8217;s a good idea to list your Twitter url on Facebook. And if you&#8217;re using Wordpress you can install the <a href="http://wpburn.com/wordpress-plugins/wp-followme-plugin">WP FollowMe plugin</a> which adds a follow me button to the side of your website. Look to the immediate left for mine.</p>
<h2>Set Up An Auto Responder</h2>
<p>Setting up an auto responder for people who decide to follow you is a must. This way you can use Twitter to promote different parts of your website. As my gmail address is associated with <a href="http://twitter.com/LukeSlyTalker">my Twitter account</a> I had to come up with a way to auto respond when new followers added me to their lists. You don&#8217;t want to overdue it with your response as people are more apt to delete your email if you send them something that looks like spam. Below is a sample of my Auto response text.</p>
<p><i><strong>Hello Fellow Tweeter,</p>
<p>Thanks for taking the time to <a href="http://twitter.com/LukeSlyTalker">follow me on Twitter</a>. Please visit <a href="http://www.natebal.com">my website</a> at any time for up to date web design tutorials and <a href="http://www.natebal.com/tag/social-media/"target="_blank"rel="external"title="Social Media Tutorials" >social media</a> marketing tips.</p>
<p>Happy surfing.</p>
<p>Nate Balcom<br />
Come on in the web is fine. <img src='http://www.natebal.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' title="Making The Most Out of Twitter" /> </strong></i></p>
<p>This message can be changed at any time if you wish to promote a different section or post on your website so be creative.</p>
<h2>How to set up an auto responder in thunderbird, using your gmail account</h2>
<p><a href="http://www.natebal.com/images/gmail-config.jpg" target="_blank"><img src="http://www.natebal.com/images/gmail-config-small.jpg" alt="Making The Most Out of Twitter" title="Click here for a larger image" border="0" /></a></p>
<p>1. Associate your gmail account to Thunderbird.</p>
<p>To associate your gmail account with thunderbird click on <strong>Tools > Account Settings > Add Account > and select Gmail</strong>.</p>
<p>2. Set up your auto responder text.</p>
<p>To set up your auto responder text select your gmail account from the list in the left hand pane and then click on, &#8220;Write&#8221;, as if you are sending out a normal email. Add the Subject and text here you want to send as your automated response. Then rather than sending that email choose <strong>File > Saves As > Template</strong></p>
<p>3. Set up your message filter.</p>
<p>To set up your message filter go to <strong>Tools > Message Filters New</strong>. I use the criteria, &#8220;Subject Contains&#8221;, and ,&#8221;following you on Twitter!&#8221;.</p>
<h2>How To Create Your Own ReTweet Button</h2>
<p>What does RT Stand for? The answer is ReTweet. So why would you want to get your site rewteeted?</p>
<p>Getting your site retweeted is a good way of diverting traffic to your website. Making it as easy as possible for your site or posts to be retweeted only make this that much easier. There are a couple ways of doing this. If you have a wordpress site a very good plugin for retweeting is <a href="http://wordpress.org/extend/plugins/tweetmeme/">Tweet Meme</a>. Not only will this provide you with a handsome widget, but it also has support in the back end for placement of said widget.</p>
<p>If you&#8217;d rather create one your self you can copy and paste the code below.</p>
<p><TEXTAREA name="textfield" rows="2" cols="45" wrap="on" style="width:450px"><a href="http://www.twitter.com/home?status=add+your+text+here" target="_blank">ReTweet My Site</a></TEXTAREA></p>
<p>After, &#8220;?status=&#8221;, in the code above you can add your own personalized message. make sure to separate each word with a, &#8220;+&#8221;. You can add urls here as well.</p>
<p><a href="http://www.twitter.com/home?status=RT+@+Check+out+www.natebal.com+for+web+site+design+tutorials+and+social+media+marketing+tips." target="_blank"><img src="http://www.natebal.com/images/retweet.png" alt="ReTweet NateBal.com" title="ReTweet NateBal.com" border="0" /></a></p>
<h2>Twitter Directories</h2>
<p><script type="text/javascript" src="http://feeds.delicious.com/v2/js/nbalcom/twitter-directories?title=Good%20Twitter%20Directoies%20to%20Submit%20Your%20Twitter%20Account%20To&#038;icon=m&#038;count=5&#038;sort=date&#038;name&#038;showadd"></script></p>
<p><a href="http://codecanyon.net?ref=n8balcom"><img src="http://envato.s3.cdn.plus.org/referrer_adverts/cc_468x60_v4.gif" alt="Purchase Awesome 3D Files" title="Purchase Awesome 3D Files" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/making-twitter/&amp;t=Making+The+Most+Out+of+Twitter" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/making-twitter/&amp;title=Making+The+Most+Out+of+Twitter" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Making+The+Most+Out+of+Twitter+-+http://b2l.me/d896k+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/making-twitter/&amp;title=Making+The+Most+Out+of+Twitter" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/making-twitter/&amp;title=Making+The+Most+Out+of+Twitter&amp;summary=%0D%0A%0D%0AWhy%20do%20I%20want%20more%20Twitter%20followers%3F%0D%0AIn%20an%20effort%20to%20increase%20traffic%20to%20my%20newly%20revamped%20website%20I%20began%20stepping%20up%20my%20Twitter%20efforts.%20Why%20is%20this%20important%20you%20might%20ask%3F%20Well%20with%20the%20advent%20of%20Google%20Live%20Search%20it%20makes%20more%20sense%20now%20than%20ever%20to%20get%20on%20board%20with%20Twitter.%20As%20Google%20L&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/making-twitter/&amp;title=Making+The+Most+Out+of+Twitter" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/making-twitter/&amp;title=Making+The+Most+Out+of+Twitter" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/making-twitter/&amp;submitHeadline=Making+The+Most+Out+of+Twitter&amp;submitSummary=%0D%0A%0D%0AWhy%20do%20I%20want%20more%20Twitter%20followers%3F%0D%0AIn%20an%20effort%20to%20increase%20traffic%20to%20my%20newly%20revamped%20website%20I%20began%20stepping%20up%20my%20Twitter%20efforts.%20Why%20is%20this%20important%20you%20might%20ask%3F%20Well%20with%20the%20advent%20of%20Google%20Live%20Search%20it%20makes%20more%20sense%20now%20than%20ever%20to%20get%20on%20board%20with%20Twitter.%20As%20Google%20L&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/making-twitter/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=p2j8zvKWE_w:b71izlcERHs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=p2j8zvKWE_w:b71izlcERHs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=p2j8zvKWE_w:b71izlcERHs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=p2j8zvKWE_w:b71izlcERHs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=p2j8zvKWE_w:b71izlcERHs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=p2j8zvKWE_w:b71izlcERHs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=p2j8zvKWE_w:b71izlcERHs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/making-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/making-twitter/</feedburner:origLink></item>
		<item>
		<title>Is It Possible to Optimize for Google Live Search?</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/QWrMW-whE0U/</link>
		<comments>http://www.natebal.com/2009/12/optimize-google-live-search/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:23:32 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=24</guid>
		<description><![CDATA[
I posted this question as I&#8217;m still not sure if you can even optimize for Google Live Search aside from submitting to social networks. Live Search pulls the most recent updates from social networks across the web and displays them in line with regular Google results. New results are pulled as they happen. 
Since these [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Foptimize-google-live-search%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Foptimize-google-live-search%2F" height="61" width="51" title="Is It Possible to Optimize for Google Live Search?" alt=" Is It Possible to Optimize for Google Live Search?" /></a></div><p><embed src="http://www.youtube.com/v/WRkYmx4A9Do&#038;hl=en_US&#038;fs=1&#038;color1=0xe1600f&#038;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed><br />
I posted this question as I&#8217;m still not sure if you can even optimize for <a href="http://www.natebal.com/tag/google/"target="_blank"rel="external"title="SEO Tutorials" >Google</a> Live Search aside from submitting to social networks. Live Search pulls the most recent updates from social networks across the web and displays them in line with regular Google results. New results are pulled as they happen. </p>
<p>Since these are based on recent updates it would seem that they are only searchable for a short period. Older social posts still appear in live search, but they get progressively pushed further down the page. Fickle viewers statistically only view the fist 1-5 listings so this wouldn&#8217;t pull much weight with the majority of people.</p>
<p><img src="http://www.natebal.com/images/google-live-search-screen-shot.jpg" title="Is It Possible to Optimize for Google Live Search?" alt="Is It Possible to Optimize for Google Live Search?" /></p>
<p>Here&#8217;s a shot of Google Live Search if you haven&#8217;t seen it yet. The listing under my <a href="http://lukeslytalker.wordpress.com/">Wordpress blog</a> site is the actual live view. It must be Ajax they&#8217;re using to pull results that appear entwined in a scrollable search box within the search results.</p>
<h2>Google Live Search Vs. Facebook</h2>
<p>The big controversy here is that <a href="http://www.facebook.com/nate.balcom?ref=profile"target="_blank"rel="external"title="Facebook" >Facebook</a> being a social network will be indexed by Google Live Search. As of December 14th this has become a reality. By default all Facebook accounts are wide open for inclusion into Google live search results. </p>
<p>So if you don&#8217;t wish to have your Facebook page and status updates crawled by Googlebot follow the instructions below. <a href="http://wezzul.com/">Thanks Wezzul</a>.</p>
<p><strong>Settings &#8211;> Privacy Settings &#8211;> Search &#8211;> then UN-CLICK the box that says &#8216;Allow indexing&#8217;.</strong></p>
<h2>Cool Live Search Features</h2>
<p><strong><a href="http://googleblog.blogspot.com/2009/12/relevance-meets-real-time-web.html">From The Official Google Blog:</a></strong></p>
<p><i>Our real-time search features are based on more than a dozen new search technologies that enable us to monitor more than a billion documents and process hundreds of millions of real-time changes each day. Of course, none of this would be possible without the support of our new partners that we&#8217;re announcing today: Facebook, MySpace, FriendFeed, Jaiku and Identi.ca — along with <a href="http://twitter.com/LukeSlyTalker"target="_blank"rel="external"title="Follow Me On Twitter" >Twitter</a>, which we announced a few weeks ago.</i></p>
<ul>
<li>Filter your results to see only &#8220;Updates&#8221; from micro-blogs like Twitter, FriendFeed, Jaiku and others.</li>
<li>Works with the iPhone and Android</li>
</ul>
<h2>How to turn on Live Search</h2>
<p><a href="http://www.natebal.com/images/google-live-search-screen-shot-2.jpg" target="_blank"><img src="http://www.natebal.com/images/google-live-search-screen-shot-3.jpg" title="Click here for larger image" alt="Is It Possible to Optimize for Google Live Search?" width="500" height="359" /><br />
(Click here for larger image)</a></p>
<p>With Google open click on the, &#8220;Show Options&#8221;, link at the top of the page. On the left hand side under, &#8220;Any Time&#8221;, click on latest. </p>
<h2>How Does This Effect SEO?</h2>
<p>It&#8217;s still unclear to me exactly how this will change how we market web sites as I&#8217;m already <a href="http://www.natebal.com/2009/12/03/feed-rss-feed-social-networks-twitterfeed/">hitting the social networks</a>. So I guess time will tell if there is more we should be doing to get the most out of Google Live Search. In the mean time, I&#8217;ll keep my eye on <a href="http://www.google.com/trends" target="_blank">the trends</a> and get back with you. <img src='http://www.natebal.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' title="Is It Possible to Optimize for Google Live Search?" /> </p>
<p><script type="text/javascript" src="http://feeds.delicious.com/v2/js/nbalcom/google-live-search?title=Google%20Live%20On%20The%20Web&#038;icon=m&#038;count=5&#038;bullet=%E2%80%A2&#038;sort=date&#038;tags&#038;name&#038;showadd"></script></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/optimize-google-live-search/&amp;t=Is+It+Possible+to+Optimize+for+Google+Live+Search%3F" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/optimize-google-live-search/&amp;title=Is+It+Possible+to+Optimize+for+Google+Live+Search%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Is+It+Possible+to+Optimize+for+Google+Live+Search%3F+-+http://b2l.me/d89y3+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/optimize-google-live-search/&amp;title=Is+It+Possible+to+Optimize+for+Google+Live+Search%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/optimize-google-live-search/&amp;title=Is+It+Possible+to+Optimize+for+Google+Live+Search%3F&amp;summary=%0D%0AI%20posted%20this%20question%20as%20I%27m%20still%20not%20sure%20if%20you%20can%20even%20optimize%20for%20Google%20Live%20Search%20aside%20from%20submitting%20to%20social%20networks.%20Live%20Search%20pulls%20the%20most%20recent%20updates%20from%20social%20networks%20across%20the%20web%20and%20displays%20them%20in%20line%20with%20regular%20Google%20results.%20New%20results%20are%20pulled%20as%20they&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/optimize-google-live-search/&amp;title=Is+It+Possible+to+Optimize+for+Google+Live+Search%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/optimize-google-live-search/&amp;title=Is+It+Possible+to+Optimize+for+Google+Live+Search%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/optimize-google-live-search/&amp;submitHeadline=Is+It+Possible+to+Optimize+for+Google+Live+Search%3F&amp;submitSummary=%0D%0AI%20posted%20this%20question%20as%20I%27m%20still%20not%20sure%20if%20you%20can%20even%20optimize%20for%20Google%20Live%20Search%20aside%20from%20submitting%20to%20social%20networks.%20Live%20Search%20pulls%20the%20most%20recent%20updates%20from%20social%20networks%20across%20the%20web%20and%20displays%20them%20in%20line%20with%20regular%20Google%20results.%20New%20results%20are%20pulled%20as%20they&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/optimize-google-live-search/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=QWrMW-whE0U:eSJlWbEeKg0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=QWrMW-whE0U:eSJlWbEeKg0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=QWrMW-whE0U:eSJlWbEeKg0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=QWrMW-whE0U:eSJlWbEeKg0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=QWrMW-whE0U:eSJlWbEeKg0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=QWrMW-whE0U:eSJlWbEeKg0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=QWrMW-whE0U:eSJlWbEeKg0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/optimize-google-live-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/optimize-google-live-search/</feedburner:origLink></item>
		<item>
		<title>Use Tweetdeck To Maintain And Follow Your Social Networks</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/3AKDdAJvKKY/</link>
		<comments>http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 20:41:29 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[tweetdeck]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=19</guid>
		<description><![CDATA[Tweetdeck is a program for following and contributing to social networks. In particular Twitter (obviously), Facebook, LinkedIn and Myspace. Not only can you follow all of these accounts, but you can follow multiple versions of these accounts.
For instance at work I have Twitter accounts for all of our different companies so when I make updates [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Ftweetdeck-maintain-follow-social-networks%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Ftweetdeck-maintain-follow-social-networks%2F" height="61" width="51" title="Use Tweetdeck To Maintain And Follow Your Social Networks" alt=" Use Tweetdeck To Maintain And Follow Your Social Networks" /></a></div><p><a href="http://tweetdeck.com/beta/">Tweetdeck</a> is a program for following and contributing to social networks. In particular <a href="http://twitter.com/LukeSlyTalker"target="_blank"rel="external"title="Follow Me On Twitter" >Twitter</a> (obviously), <a href="http://www.facebook.com/nate.balcom?ref=profile"target="_blank"rel="external"title="Facebook" >Facebook</a>, LinkedIn and Myspace. Not only can you follow all of these accounts, but you can follow multiple versions of these accounts.</p>
<p>For instance at work I have Twitter accounts for all of our different companies so when I make updates I tweet to a targeted audience. If you look at the top of the Tweetdeck panel you&#8217;ll notice a number of account names. These are my various social networks. To post to them you simply click on the username or usernames if you want to post to more than one account at a time.</p>
<p><a href="http://www.natebal.com/images/tweetdeck-screenshot.jpg" target="_blank"><img title="Click here for larger image" src="http://www.natebal.com/images/tweetdeck-screenshot.jpg" border="0" alt="Use Tweetdeck To Maintain And Follow Your Social Networks " width="550" height="361" /><br />
<strong>(Click for larger image)</strong></a></p>
<p>If you&#8217;re big into Facebook this is a great application for following your friends. It can be set up to follow full news feeds, status updates, wall posts, photos and videos.</p>
<p><img title="Click here for larger image" src="http://www.natebal.com/images/tweetdeck-screenshot-3.jpg" border="0" alt="Use Tweetdeck To Maintain And Follow Your Social Networks " /><br />
(Updates panel looks like this)</p>
<h2>How to control where the updates panel pops up</h2>
<p>Updates can be configured to pop up in any corner of your screen in the option settings. Click on the settings icon. It looks like a little wrench. Then click on the, &#8220;Notifications&#8221;, tab.</p>
<p><a href="http://www.natebal.com/images/tweetdeck-screenshot-2.jpg" target="_blank"><img title="Click here for larger image" src="http://www.natebal.com/images/tweetdeck-screenshot-2.jpg" border="0" alt="Use Tweetdeck To Maintain And Follow Your Social Networks " width="550" height="411" /><br />
<strong>(Click for larger image)</strong></a></p>
<h2>Related Links</h2>
<p><a href="http://www.tweetdeck.com/beta/iphone/">TweetDeck for iPhone</a><br />
<a href="http://twitter.com/tweetdeck">TweetDeck on Twitter</a></p>
<p><embed src="http://www.youtube.com/v/AUdulCI7B-A&#038;hl=en_US&#038;fs=1&#038;color1=0xe1600f&#038;color2=0xfebd01&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="446"></embed></object></p>
<p><a href="http://codecanyon.net?ref=n8balcom"><img src="http://envato.s3.cdn.plus.org/referrer_adverts/cc_468x60_v4.gif" alt="Purchase Awesome 3D Files" title="Purchase Awesome 3D Files" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/&amp;t=Use+Tweetdeck+To+Maintain+And+Follow+Your+Social+Networks" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/&amp;title=Use+Tweetdeck+To+Maintain+And+Follow+Your+Social+Networks" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Use+Tweetdeck+To+Maintain+And+Follow+Your+Social+Networks+-+http://bit.ly/8UbxDd+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/&amp;title=Use+Tweetdeck+To+Maintain+And+Follow+Your+Social+Networks" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/&amp;title=Use+Tweetdeck+To+Maintain+And+Follow+Your+Social+Networks&amp;summary=Tweetdeck%20is%20a%20program%20for%20following%20and%20contributing%20to%20social%20networks.%20In%20particular%20Twitter%20%28obviously%29%2C%20Facebook%2C%20LinkedIn%20and%20Myspace.%20Not%20only%20can%20you%20follow%20all%20of%20these%20accounts%2C%20but%20you%20can%20follow%20multiple%20versions%20of%20these%20accounts.%0D%0A%0D%0AFor%20instance%20at%20work%20I%20have%20Twitter%20accounts%20for%20all%20&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/&amp;title=Use+Tweetdeck+To+Maintain+And+Follow+Your+Social+Networks" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/&amp;title=Use+Tweetdeck+To+Maintain+And+Follow+Your+Social+Networks" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/&amp;submitHeadline=Use+Tweetdeck+To+Maintain+And+Follow+Your+Social+Networks&amp;submitSummary=Tweetdeck%20is%20a%20program%20for%20following%20and%20contributing%20to%20social%20networks.%20In%20particular%20Twitter%20%28obviously%29%2C%20Facebook%2C%20LinkedIn%20and%20Myspace.%20Not%20only%20can%20you%20follow%20all%20of%20these%20accounts%2C%20but%20you%20can%20follow%20multiple%20versions%20of%20these%20accounts.%0D%0A%0D%0AFor%20instance%20at%20work%20I%20have%20Twitter%20accounts%20for%20all%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=3AKDdAJvKKY:oMPCOb9fm5Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=3AKDdAJvKKY:oMPCOb9fm5Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=3AKDdAJvKKY:oMPCOb9fm5Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=3AKDdAJvKKY:oMPCOb9fm5Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=3AKDdAJvKKY:oMPCOb9fm5Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=3AKDdAJvKKY:oMPCOb9fm5Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=3AKDdAJvKKY:oMPCOb9fm5Q:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/tweetdeck-maintain-follow-social-networks/</feedburner:origLink></item>
		<item>
		<title>Got Traffic? Social Networks You Should Be Submitting To</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/OpSuiG6Ec4A/</link>
		<comments>http://www.natebal.com/2009/12/traffic-social-networks-submitting/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 16:02:17 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=22</guid>
		<description><![CDATA[
In this post I showed you how to automatically post updates to a number of different social networks, but that doesn&#8217;t mean that you&#8217;re done submitting if you truly want to get your blog the maximum exposure possible. In addition to being posted to the main social networks like Facebook, Twitter and Linkedin here are [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Ftraffic-social-networks-submitting%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Ftraffic-social-networks-submitting%2F" height="61" width="51" title="Got Traffic? Social Networks You Should Be Submitting To" alt=" Got Traffic? Social Networks You Should Be Submitting To" /></a></div><p><img src="http://www.natebal.com/images/smm-logos.png" alt="Social Networks You Should Be Submitting To" title="Social Networks You Should Be Submitting To" /></p>
<p>In <a href="http://www.natebal.com/2009/12/03/feed-rss-feed-social-networks-twitterfeed/">this post</a> I showed you how to automatically post updates to a number of different social networks, but that doesn&#8217;t mean that you&#8217;re done submitting if you truly want to get your blog the maximum exposure possible. In addition to being posted to the main social networks like <a href="http://www.facebook.com/nate.balcom?ref=profile"target="_blank"rel="external"title="Facebook" >Facebook</a>, Twitter and Linkedin here are a few more sites you should make sure you&#8217;re listed on.</p>
<h2>Must Have Social Networks</h2>
<p><a href="http://en.wikipedia.org/wiki/Digg" target="_blank" title="Click Here For More Info">Digg</a> &#8211; Since Digg requires a little more finessing you will be unable to automatically post here. Digg requires that you select a category for your posts as well as implements the use of, &#8220;Capthca Code&#8221;, making this a manual submission.</p>
<p><a href="http://en.wikipedia.org/wiki/StumbleUpon" target="_blank" title="Click Here For More Info">Stumbleupon</a> &#8211; This is my biggest traffic referral. I&#8217;ve crashed servers by submitting to Stumble so don&#8217;t leave this one out.</p>
<p><a href="http://en.wikipedia.org/wiki/Reddit" target="_blank" title="Click Here For More Info">Reddit</a> &#8211; Popular social networking site where users can vote on your content and pump it up if they like it. This works well when you have a lot of online friends.</p>
<p><a href="http://en.wikipedia.org/wiki/Simpy" target="_blank" title="Click Here For More Info">Simpy</a> &#8211; This is a social bookmarking service kind of like delicious. </p>
<p><a href="http://en.wikipedia.org/wiki/Technorati" target="_blank" title="Click Here For More Info">Technorati</a> &#8211; Technorati is one of the most popular blog search engines out there. </p>
<h2>Manual Submission Quick Tips</h2>
<p>I always try to submit to all the networks possible so I end up doing a fair amount of manual submitting. It doesn&#8217;t have to be so bad if you do a little work ahead of time. Since I use the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO Pack for Wordpress</a> I need to generate a list of keywords and tags for each post.</p>
<p>Using <a href="http://www.natebal.com/tag/google/"target="_blank"rel="external"title="SEO Tutorials" >Google</a> Analytics I form a short list of relevant keywords and keyword  phrases. I put this comma separated list in a txt file that also has the title of your post as well as a different short description. Once you have your lists it&#8217;s just a matter of being logged into your social networks and a little copy and pasting.</p>
<h2>Social Networking Plugins &#038; Programs</h2>
<p><a href="http://wordpress.org/extend/plugins/sociable/" target="_blank" title="Click Here For More Info">Sociable Plugin For Wordpress</a> &#8211; Automatically add links to your favorite social bookmarking sites on your posts, pages and in your RSS feed.</p>
<p><a href="http://www.shareaholic.com/" target="_blank" title="Click Here For More Info">Shareaholic Plugin For Firefox</a> &#8211; is the better, quicker, easier way to share, e-mail, tweet, and bookmark stuff you care about online with friends.</p>
<p><a href="http://codecanyon.net?ref=n8balcom"><img src="http://envato.s3.cdn.plus.org/referrer_adverts/cc_468x60_v4.gif" alt="Purchase Awesome 3D Files" title="Purchase Awesome 3D Files" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/traffic-social-networks-submitting/&amp;t=Got+Traffic%3F+Social+Networks+You+Should+Be+Submitting+To" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/traffic-social-networks-submitting/&amp;title=Got+Traffic%3F+Social+Networks+You+Should+Be+Submitting+To" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Got+Traffic%3F+Social+Networks+You+Should+Be+Submitting+To+-+http://b2l.me/d89k8+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/traffic-social-networks-submitting/&amp;title=Got+Traffic%3F+Social+Networks+You+Should+Be+Submitting+To" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/traffic-social-networks-submitting/&amp;title=Got+Traffic%3F+Social+Networks+You+Should+Be+Submitting+To&amp;summary=%0D%0A%0D%0AIn%20this%20post%20I%20showed%20you%20how%20to%20automatically%20post%20updates%20to%20a%20number%20of%20different%20social%20networks%2C%20but%20that%20doesn%27t%20mean%20that%20you%27re%20done%20submitting%20if%20you%20truly%20want%20to%20get%20your%20blog%20the%20maximum%20exposure%20possible.%20In%20addition%20to%20being%20posted%20to%20the%20main%20social%20networks%20like%20Facebook%2C%20Twitter&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/traffic-social-networks-submitting/&amp;title=Got+Traffic%3F+Social+Networks+You+Should+Be+Submitting+To" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/traffic-social-networks-submitting/&amp;title=Got+Traffic%3F+Social+Networks+You+Should+Be+Submitting+To" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/traffic-social-networks-submitting/&amp;submitHeadline=Got+Traffic%3F+Social+Networks+You+Should+Be+Submitting+To&amp;submitSummary=%0D%0A%0D%0AIn%20this%20post%20I%20showed%20you%20how%20to%20automatically%20post%20updates%20to%20a%20number%20of%20different%20social%20networks%2C%20but%20that%20doesn%27t%20mean%20that%20you%27re%20done%20submitting%20if%20you%20truly%20want%20to%20get%20your%20blog%20the%20maximum%20exposure%20possible.%20In%20addition%20to%20being%20posted%20to%20the%20main%20social%20networks%20like%20Facebook%2C%20Twitter&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/traffic-social-networks-submitting/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=OpSuiG6Ec4A:uOscjdv0Gh4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=OpSuiG6Ec4A:uOscjdv0Gh4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=OpSuiG6Ec4A:uOscjdv0Gh4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=OpSuiG6Ec4A:uOscjdv0Gh4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=OpSuiG6Ec4A:uOscjdv0Gh4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=OpSuiG6Ec4A:uOscjdv0Gh4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=OpSuiG6Ec4A:uOscjdv0Gh4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/traffic-social-networks-submitting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/traffic-social-networks-submitting/</feedburner:origLink></item>
		<item>
		<title>How to Use Ping.fm And Why You Should Be Using It Now</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/kg2JXPzzMmg/</link>
		<comments>http://www.natebal.com/2009/12/pingfm/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 12:30:14 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=21</guid>
		<description><![CDATA[Ping.fm is a great free web service that enables users to post to multiple social networks at one time. It can be configured to update most of the popular social networks including Facebook, Twitter, MySpace, Linkedin and many more. As an SEO guy I still submit my posts to Digg, Reddit, Simpy and Stumbleupon manually [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fpingfm%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fpingfm%2F" height="61" width="51" title="How to Use Ping.fm And Why You Should Be Using It Now" alt=" How to Use Ping.fm And Why You Should Be Using It Now" /></a></div><p><a href="http://ping.fm">Ping.fm</a> is a great free web service that enables users to post to multiple social networks at one time. It can be configured to update most of the popular social networks including <a href="http://www.facebook.com/nate.balcom?ref=profile"target="_blank"rel="external"title="Facebook" >Facebook</a>, <a href="http://twitter.com/LukeSlyTalker"target="_blank"rel="external"title="Follow Me On Twitter" >Twitter</a>, MySpace, Linkedin and many more. As an SEO guy I still submit my posts to <a href="http://www.natebal.com/tag/social-media/"target="_blank"rel="external"title="Social Networking Tutorials" >Digg</a>, Reddit, Simpy and Stumbleupon manually as these services require a little more finessing, but are no less valuable.</p>
<h2>How to use Ping.fm</h2>
<p>First thing you&#8217;ll need is a Ping.fm account. <a href="https://ping.fm/signup/">Sign up for one here</a>. Once you&#8217;re logged in you can add your networks. Below is a screen shot of my network configuration.</p>
<p><a href="http://www.natebal.com/images/ping.fm-screenshot.jpg" target="_blank"><img src="http://www.natebal.com/images/ping.fm-screenshot-sm.jpg" alt="How to Use Ping.fm And Why You Should Be Using It Now" title="Click here for larger image" border="0" width="550px" height="612px" /></a></p>
<p>From here it&#8217;s just a matter of associating your social network accounts. As you can see there are a lot of different services to choose from including image networks like Flickr and Britekite. You can configure ping.fm to update delicious as well. The downside is you&#8217;ll have to go back and add your own tags and keywords as this method will only post status updates to the social bookmarking network.</p>
<p><strong>Suggestion for the developers @ping.fm: It would be cool to have a way of pulling tags and keywords from my posts to my delicious account.</strong></p>
<h2>Creating Posting Groups</h2>
<p><a href="http://www.natebal.com/images/ping.fm-screenshot.jpg" target="_blank"><img src="http://www.natebal.com/images/ping.fm-screenshot-2-sm.jpg" alt="How to Use Ping.fm And Why You Should Be Using It Now" title="Click here for larger image" border="0" width="550px" height="612px" /></a></p>
<p>Posting groups are for for submitting to specific networks. At the top of the Ping.fm dashboard is a drop down that gives you the option to ping any of your social networks or posting groups. To create your own Posting Group click on the, &#8220;Create Group&#8221;, link at the top of the page and choose what type of posting method you wish to use. </p>
<p>For instance I may want to post status updates to all of my social networks except Flickr as it&#8217;s an image based social network. From the dashboard I can create a posting group that doesn&#8217;t include flickr for Status updates and another posting group that includes only image based social networks when pinged.</p>
<h2>Why should I bother?</h2>
<p>Any serious web marketing guy will tell you that you need to be on board with the social networks. They&#8217;re the wave of the future. Just look at how many businesses now a days that have Facebook and Twitter accounts. It&#8217;s an easy and effective way of updating customers about new deals and promotions. Not only that, but with the advent of <a href="http://www.the33tv.com/news/kdaf-google-real-time-story,0,4929122.story">Google Live Search</a> you&#8217;ll want to be submitting to the social networks for inclusion in recent news listings. </p>
<h2>How to Automatically Syndicate Your Blog Posts</h2>
<p>I wrote a post on the 3rd about how to automatically update Ping.fm every time you make a post to your blog. <a href="http://www.natebal.com/2009/12/03/feed-rss-feed-social-networks-twitterfeed/">Check it out here >></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/pingfm/&amp;t=How+to+Use+Ping.fm+And+Why+You+Should+Be+Using+It+Now" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/pingfm/&amp;title=How+to+Use+Ping.fm+And+Why+You+Should+Be+Using+It+Now" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+Use+Ping.fm+And+Why+You+Should+Be+Using+It+Now+-+http://b2l.me/d89hp+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/pingfm/&amp;title=How+to+Use+Ping.fm+And+Why+You+Should+Be+Using+It+Now" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/pingfm/&amp;title=How+to+Use+Ping.fm+And+Why+You+Should+Be+Using+It+Now&amp;summary=Ping.fm%20is%20a%20great%20free%20web%20service%20that%20enables%20users%20to%20post%20to%20multiple%20social%20networks%20at%20one%20time.%20It%20can%20be%20configured%20to%20update%20most%20of%20the%20popular%20social%20networks%20including%20Facebook%2C%20Twitter%2C%20MySpace%2C%20Linkedin%20and%20many%20more.%20As%20an%20SEO%20guy%20I%20still%20submit%20my%20posts%20to%20Digg%2C%20Reddit%2C%20Simpy%20and%20St&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/pingfm/&amp;title=How+to+Use+Ping.fm+And+Why+You+Should+Be+Using+It+Now" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/pingfm/&amp;title=How+to+Use+Ping.fm+And+Why+You+Should+Be+Using+It+Now" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/pingfm/&amp;submitHeadline=How+to+Use+Ping.fm+And+Why+You+Should+Be+Using+It+Now&amp;submitSummary=Ping.fm%20is%20a%20great%20free%20web%20service%20that%20enables%20users%20to%20post%20to%20multiple%20social%20networks%20at%20one%20time.%20It%20can%20be%20configured%20to%20update%20most%20of%20the%20popular%20social%20networks%20including%20Facebook%2C%20Twitter%2C%20MySpace%2C%20Linkedin%20and%20many%20more.%20As%20an%20SEO%20guy%20I%20still%20submit%20my%20posts%20to%20Digg%2C%20Reddit%2C%20Simpy%20and%20St&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/pingfm/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=kg2JXPzzMmg:ibc7TctcDJo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=kg2JXPzzMmg:ibc7TctcDJo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=kg2JXPzzMmg:ibc7TctcDJo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=kg2JXPzzMmg:ibc7TctcDJo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=kg2JXPzzMmg:ibc7TctcDJo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=kg2JXPzzMmg:ibc7TctcDJo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=kg2JXPzzMmg:ibc7TctcDJo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/pingfm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/pingfm/</feedburner:origLink></item>
		<item>
		<title>Syndicate Your RSS Feed to Your Favorite Social Networks With Twitterfeed And Ping.fm</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/ekQhA5W8C8o/</link>
		<comments>http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 09:34:59 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=18</guid>
		<description><![CDATA[I was looking for a way to automatically update ping.fm every time I posted to my blog. This way it would hit all of the social networks so I didn&#8217;t have to submit them all one by one. I was looking at Yahoo Pipes at first as a way of doing this, but was turned [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fsyndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fsyndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm%2F" height="61" width="51" title="Syndicate Your RSS Feed to Your Favorite Social Networks With Twitterfeed And Ping.fm" alt=" Syndicate Your RSS Feed to Your Favorite Social Networks With Twitterfeed And Ping.fm" /></a></div><p>I was looking for a way to automatically update <a href="http://www.ping.fm">ping.fm</a> every time I posted to my blog. This way it would hit all of the social networks so I didn&#8217;t have to submit them all one by one. I was looking at <a href="http://pipes.yahoo.com/pipes/">Yahoo Pipes</a> at first as a way of doing this, but was turned onto <a href="http://www.twitterfeed.com">Twitterfeed</a>; (Thanks <a href="http://www.cirriusbusiness.com/">Cirrius Business Solutions</a>), as a solution to this dilemma.</p>
<p><img src="http://www.natebal.com/images/twitterfeed.jpg" alt="Feed Your RSS Feed to Social Networks With Twitterfeed" title="Feed Your RSS Feed to Social Networks With Twitterfeed" /></p>
<p><a href="http://twitter.com/LukeSlyTalker"target="_blank"rel="external"title="Follow Me On Twitter" >Twitter</a>feed allows you to feed your site&#8217;s rss feed to not only Twitter, but <a href="http://www.facebook.com/nate.balcom?ref=profile"target="_blank"rel="external"title="Facebook" >Facebook</a>, Laconi.ca, HelloTxt and yes Ping fm. </p>
<p><img src="http://www.natebal.com/images/pingfm.jpg" alt="Ping.fm Configuration" title="Ping.fm Configuration" /></p>
<p>This is beautiful as you can configure Ping.fm to hit a huge number of social networks including Twitter, Facebook, Delicious &#038; many more. You will still have to submit articles to <a href="http://www.digg.com">Digg</a> and <a href="http://www.stumbleupon.com">Stumbleupon</a> as those not only include <a href="http://en.wikipedia.org/wiki/CAPTCHA">captcha code</a>, but require some finessing of your actual ads. </p>
<p>You just have to love syndication. Beautiful&#8230;:)</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/&amp;t=Syndicate+Your+RSS+Feed+to+Your+Favorite+Social+Networks+With+Twitterfeed+And+Ping.fm" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/&amp;title=Syndicate+Your+RSS+Feed+to+Your+Favorite+Social+Networks+With+Twitterfeed+And+Ping.fm" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Syndicate+Your+RSS+Feed+to+Your+Favorite+Social+Networks+With+Twitterfeed+And+Pi%5B..%5D+-+http://b2l.me/d88rz+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/&amp;title=Syndicate+Your+RSS+Feed+to+Your+Favorite+Social+Networks+With+Twitterfeed+And+Ping.fm" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/&amp;title=Syndicate+Your+RSS+Feed+to+Your+Favorite+Social+Networks+With+Twitterfeed+And+Ping.fm&amp;summary=I%20was%20looking%20for%20a%20way%20to%20automatically%20update%20ping.fm%20every%20time%20I%20posted%20to%20my%20blog.%20This%20way%20it%20would%20hit%20all%20of%20the%20social%20networks%20so%20I%20didn%27t%20have%20to%20submit%20them%20all%20one%20by%20one.%20I%20was%20looking%20at%20Yahoo%20Pipes%20at%20first%20as%20a%20way%20of%20doing%20this%2C%20but%20was%20turned%20onto%20Twitterfeed%3B%20%28Thanks%20Cirrius%20Busi&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/&amp;title=Syndicate+Your+RSS+Feed+to+Your+Favorite+Social+Networks+With+Twitterfeed+And+Ping.fm" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/&amp;title=Syndicate+Your+RSS+Feed+to+Your+Favorite+Social+Networks+With+Twitterfeed+And+Ping.fm" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/&amp;submitHeadline=Syndicate+Your+RSS+Feed+to+Your+Favorite+Social+Networks+With+Twitterfeed+And+Ping.fm&amp;submitSummary=I%20was%20looking%20for%20a%20way%20to%20automatically%20update%20ping.fm%20every%20time%20I%20posted%20to%20my%20blog.%20This%20way%20it%20would%20hit%20all%20of%20the%20social%20networks%20so%20I%20didn%27t%20have%20to%20submit%20them%20all%20one%20by%20one.%20I%20was%20looking%20at%20Yahoo%20Pipes%20at%20first%20as%20a%20way%20of%20doing%20this%2C%20but%20was%20turned%20onto%20Twitterfeed%3B%20%28Thanks%20Cirrius%20Busi&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=ekQhA5W8C8o:sUaUsfL1oJQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=ekQhA5W8C8o:sUaUsfL1oJQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=ekQhA5W8C8o:sUaUsfL1oJQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=ekQhA5W8C8o:sUaUsfL1oJQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=ekQhA5W8C8o:sUaUsfL1oJQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=ekQhA5W8C8o:sUaUsfL1oJQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=ekQhA5W8C8o:sUaUsfL1oJQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/syndicate-rss-feed-favorite-social-networks-twitterfeed-pingfm/</feedburner:origLink></item>
		<item>
		<title>How To View Hourly Web Traffic With Google Analytics</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/KBcK_X3IUa4/</link>
		<comments>http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 02:35:50 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[google-analytics]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=20</guid>
		<description><![CDATA[Are you trying to find out what time of day you get the most traffic to your website? Is it Thursdays at lunch time or Saturdays after 4pm? In this quick tutorial I&#8217;ll show you how to view your hourly traffic using Google Analytics.
I became interested in hourly stats as of recently when I posted [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fview-hourly-web-traffic-google-analytics%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fview-hourly-web-traffic-google-analytics%2F" height="61" width="51" title="How To View Hourly Web Traffic With Google Analytics" alt=" How To View Hourly Web Traffic With Google Analytics" /></a></div><p>Are you trying to find out what time of day you get the most traffic to your website? Is it Thursdays at lunch time or Saturdays after 4pm? In this quick tutorial I&#8217;ll show you how to view your hourly traffic using <a href="http://www.natebal.com/tag/google/"target="_blank"rel="external"title="SEO Tutorials" >Google</a> Analytics.</p>
<p>I became interested in hourly stats as of recently when I posted the question <a href="http://answers.yahoo.com/question/index;_ylt=As7HjmpfZ46MnLeLotTnpSsazKIX;_ylv=3?qid=20091209085310AAXzkca">When is the best time to post to my blog? For Traffic?</a>. I was curious to see what time of day I could garner the most traffic. As I recently started <a href="http://www.natebal.com/2009/12/03/feed-rss-feed-social-networks-twitterfeed/">automatically submitting my rss feed</a> to a number of social networks I thought the next step would be the best time of day to post.</p>
<p><a href="http://www.natebal.com/images/hourly-visits.jpg"><img src="http://www.natebal.com/images/hourly-visits.jpg" alt="How To View Hourly Web Traffic With Google Analytics" title="Click here for larger image" border="0" width="550px" height="362px" /><br />Click here for larger image</a></p>
<p>In <a href="http://www.google.com/analytics/">Google Analytics</a> select the, &#8220;Visitors&#8221;, tab. Under Visitors select Visitor Trending > Visits. Then over to the right select hour in the Graph By options. You can also choose to view traffic by daily, weekly or monthly here.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/&amp;t=How+To+View+Hourly+Web+Traffic+With+Google+Analytics" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/&amp;title=How+To+View+Hourly+Web+Traffic+With+Google+Analytics" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+To+View+Hourly+Web+Traffic+With+Google+Analytics+-+http://b2l.me/d89aD+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/&amp;title=How+To+View+Hourly+Web+Traffic+With+Google+Analytics" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/&amp;title=How+To+View+Hourly+Web+Traffic+With+Google+Analytics&amp;summary=Are%20you%20trying%20to%20find%20out%20what%20time%20of%20day%20you%20get%20the%20most%20traffic%20to%20your%20website%3F%20Is%20it%20Thursdays%20at%20lunch%20time%20or%20Saturdays%20after%204pm%3F%20In%20this%20quick%20tutorial%20I%27ll%20show%20you%20how%20to%20view%20your%20hourly%20traffic%20using%20Google%20Analytics.%0D%0A%0D%0AI%20became%20interested%20in%20hourly%20stats%20as%20of%20recently%20when%20I%20posted&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/&amp;title=How+To+View+Hourly+Web+Traffic+With+Google+Analytics" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/&amp;title=How+To+View+Hourly+Web+Traffic+With+Google+Analytics" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/&amp;submitHeadline=How+To+View+Hourly+Web+Traffic+With+Google+Analytics&amp;submitSummary=Are%20you%20trying%20to%20find%20out%20what%20time%20of%20day%20you%20get%20the%20most%20traffic%20to%20your%20website%3F%20Is%20it%20Thursdays%20at%20lunch%20time%20or%20Saturdays%20after%204pm%3F%20In%20this%20quick%20tutorial%20I%27ll%20show%20you%20how%20to%20view%20your%20hourly%20traffic%20using%20Google%20Analytics.%0D%0A%0D%0AI%20became%20interested%20in%20hourly%20stats%20as%20of%20recently%20when%20I%20posted&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=KBcK_X3IUa4:7bd75JtsYTU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=KBcK_X3IUa4:7bd75JtsYTU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=KBcK_X3IUa4:7bd75JtsYTU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=KBcK_X3IUa4:7bd75JtsYTU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=KBcK_X3IUa4:7bd75JtsYTU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=KBcK_X3IUa4:7bd75JtsYTU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=KBcK_X3IUa4:7bd75JtsYTU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/view-hourly-web-traffic-google-analytics/</feedburner:origLink></item>
		<item>
		<title>How To Use Winamp To Subscribe To Podcasts</title>
		<link>http://feedproxy.google.com/~r/nate-balcom/~3/Emxpv_Ys52o/</link>
		<comments>http://www.natebal.com/2009/12/winamp-subscribe-podcasts/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 12:08:10 +0000</pubDate>
		<dc:creator>n8man</dc:creator>
				<category><![CDATA[Podcasting]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://www.natebal.com/?p=17</guid>
		<description><![CDATA[I&#8217;ve been using Thunderbird to download podcasts for a while now, but my good buddy Shane just clued me in on how to use Winamp for all my podcast needs.
How To Download Podcasts With Winamp
First off you&#8217;ll need to download the newest version of Winamp. You can grab Winamp Media Player 5.56 right here.

Where do [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 8px; margin-right: 8px; margin-bottom: 8px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fwinamp-subscribe-podcasts%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.natebal.com%2F2009%2F12%2Fwinamp-subscribe-podcasts%2F" height="61" width="51" title="How To Use Winamp To Subscribe To Podcasts" alt=" How To Use Winamp To Subscribe To Podcasts" /></a></div><p>I&#8217;ve been <a href="http://www.natebal.com/2009/03/02/how-to-download-adam-carollas-podcast-via-rss-feed-using-thunderbird/">using Thunderbird to download podcasts</a> for a while now, but my good buddy <a href="http://www.cirriusbusiness.com">Shane</a> just clued me in on how to use Winamp for all my podcast needs.</p>
<h2>How To Download Podcasts With Winamp</h2>
<p>First off you&#8217;ll need to download the newest version of Winamp. You can grab <a href="http://www.winamp.com/media-player" target="_blank">Winamp Media Player 5.56</a> right here.</p>
<p><img title="How To Use Winamp To Subscribe To Podcasts" src="http://www.natebal.com/images/winamp-for-podcasting.png" alt="How To Use Winamp To Subscribe To Podcasts" /></p>
<h3>Where do I find Podcasts?</h3>
<p>Secondly you&#8217;ll have to find feeds to the shows you like. Here are a couple of my favs.</p>
<ul>
<li><a href="http://www.adamcarolla.com/ACPBlog/feed/" target="_blank">The Adam Carolla Podcast</a></li>
<li><a href="http://www.npr.org/rss/podcast/podcast_directory.php?type=provider&amp;value=1#podcast1" target="_blank">NPR Podcast Directory</a></li>
<li><a href="http://feeds.thisamericanlife.org/talpodcast" target="_blank">This American Life</a></li>
</ul>
<p>Most broadcasters nowadays have podcasts if they&#8217;re savvy enough. If you have someone else you&#8217;re interested in visit their website and look for a podcast or rss feed.</p>
<p>Once you find your podcast feed you will want to click on the, &#8220;Media Library&#8221;, link at the top of Winamp . On the left hand side you&#8217;ll see a list that looks something like this.</p>
<p>Remote media, local media, playlists, online services and podcast directory.</p>
<p>Click on the, &#8220;Subscriptions&#8221;, link under Podcast Directory and paste your feed in here. Once you have pasted in your feed hit Ctrl + P to pop up the Winamp Preferences console. From here you can set where to download your podcasts to and how often to do so.</p>
<p><img title="How To Use Winamp To Subscribe To Podcasts" src="http://www.natebal.com/images/winamp-for-podcasting-2.png" alt="How To Use Winamp To Subscribe To Podcasts" /></p>
<h3>Winamp Podcast Extras</h3>
<p>Once you have your feed entered into your saved list you can use Winamp to browse the podcast website or view videos from the same site. I&#8217;ve always been a fan of Winamp, but here&#8217;s one more reason to love it all the more.</p>
<p><img title="How To Use Winamp To Subscribe To Podcasts" src="http://www.natebal.com/images/winamp-for-podcasting-3.png" alt="How To Use Winamp To Subscribe To Podcasts" /></p>
<p><a href="http://audiojungle.net?ref=n8balcom"><img src="http://envato.s3.cdn.plus.org/referrer_adverts/aj_468x60_v1.gif" alt="Music Loops And Sound Effects" title="Music Loops And Sound Effects" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.natebal.com/2009/12/winamp-subscribe-podcasts/&amp;t=How+To+Use+Winamp+To+Subscribe+To+Podcasts" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.natebal.com/2009/12/winamp-subscribe-podcasts/&amp;title=How+To+Use+Winamp+To+Subscribe+To+Podcasts" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+To+Use+Winamp+To+Subscribe+To+Podcasts+-+http://b2l.me/d88qb+(via+@lukeslytalker)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.natebal.com/2009/12/winamp-subscribe-podcasts/&amp;title=How+To+Use+Winamp+To+Subscribe+To+Podcasts" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.natebal.com/2009/12/winamp-subscribe-podcasts/&amp;title=How+To+Use+Winamp+To+Subscribe+To+Podcasts&amp;summary=I%27ve%20been%20using%20Thunderbird%20to%20download%20podcasts%20for%20a%20while%20now%2C%20but%20my%20good%20buddy%20Shane%20just%20clued%20me%20in%20on%20how%20to%20use%20Winamp%20for%20all%20my%20podcast%20needs.%0D%0AHow%20To%20Download%20Podcasts%20With%20Winamp%0D%0AFirst%20off%20you%27ll%20need%20to%20download%20the%20newest%20version%20of%20Winamp.%20You%20can%20grab%20Winamp%20Media%20Player%205.56%20right&amp;source=NateBal.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.natebal.com/2009/12/winamp-subscribe-podcasts/&amp;title=How+To+Use+Winamp+To+Subscribe+To+Podcasts" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.natebal.com/2009/12/winamp-subscribe-podcasts/&amp;title=How+To+Use+Winamp+To+Subscribe+To+Podcasts" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.natebal.com/2009/12/winamp-subscribe-podcasts/&amp;submitHeadline=How+To+Use+Winamp+To+Subscribe+To+Podcasts&amp;submitSummary=I%27ve%20been%20using%20Thunderbird%20to%20download%20podcasts%20for%20a%20while%20now%2C%20but%20my%20good%20buddy%20Shane%20just%20clued%20me%20in%20on%20how%20to%20use%20Winamp%20for%20all%20my%20podcast%20needs.%0D%0AHow%20To%20Download%20Podcasts%20With%20Winamp%0D%0AFirst%20off%20you%27ll%20need%20to%20download%20the%20newest%20version%20of%20Winamp.%20You%20can%20grab%20Winamp%20Media%20Player%205.56%20right&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.natebal.com/2009/12/winamp-subscribe-podcasts/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/nate-balcom?a=Emxpv_Ys52o:D3vNw-lRf1U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=Emxpv_Ys52o:D3vNw-lRf1U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=Emxpv_Ys52o:D3vNw-lRf1U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=Emxpv_Ys52o:D3vNw-lRf1U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=Emxpv_Ys52o:D3vNw-lRf1U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/nate-balcom?i=Emxpv_Ys52o:D3vNw-lRf1U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/nate-balcom?a=Emxpv_Ys52o:D3vNw-lRf1U:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/nate-balcom?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.natebal.com/2009/12/winamp-subscribe-podcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.natebal.com/2009/12/winamp-subscribe-podcasts/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.253 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-07 01:16:05 -->
