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

<channel>
	<title>Social Pollen</title>
	<atom:link href="http://thesocialpollen.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesocialpollen.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 May 2011 20:26:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>There is no Web 3.0</title>
		<link>http://thesocialpollen.com/index.php/social-media/there-is-no-web-3-0/</link>
		<comments>http://thesocialpollen.com/index.php/social-media/there-is-no-web-3-0/#comments</comments>
		<pubDate>Wed, 25 May 2011 20:08:59 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social media 101]]></category>
		<category><![CDATA[social pollen]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web 3.0]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[web3.0]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=384</guid>
		<description><![CDATA[There is no Web 3.0. Not yet. So don't ask for what doesn't exist. ]]></description>
			<content:encoded><![CDATA[<p>I saw a job ad the other day that wanted a candidate that was, <em>I kid you not</em>, proficient in Web 3.0 technologies. I couldn&#8217;t stop laughing. I shared this tidbit with a friend of mine at dinner last night, and he could only roll his eyes. It&#8217;s proposterous. There is no Web 3.0, at this point it&#8217;s purely theoretical.</p>
<p>&#8220;But it&#8217;s about&#8230;.&#8221;</p>
<p>No it&#8217;s not.</p>
<p>&#8220;It&#8217;s about virtualization and&#8230;&#8221;</p>
<p>No, it&#8217;s not</p>
<p>&#8220;But&#8230;&#8221;</p>
<p>No!</p>
<p>It doesn&#8217;t exist. Right now ask anyone what Web 3.0 is and you will get 1,000 different answers. We are still firmly in Web 2.0 technologies and behaviors.</p>
<p>Web 3.0 will come along, no one knows what it will be or when it will arrive. In the meantime, don&#8217;t go to any job interviews that ask you to be proficient in something that doesn&#8217;t exist. Chances are their business won&#8217;t exist before too long.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/social-media/there-is-no-web-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1: Post Formats</title>
		<link>http://thesocialpollen.com/index.php/blogging/wordpress-3-1-post-formats/</link>
		<comments>http://thesocialpollen.com/index.php/blogging/wordpress-3-1-post-formats/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 19:04:45 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[from the blog]]></category>
		<category><![CDATA[post formats]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress 3.1]]></category>
		<category><![CDATA[wordpress post formats]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=373</guid>
		<description><![CDATA[Post formats are new to WordPress 3.1. It may not seem like you need them, but you'll want them. This post answers the What, Why, and How of the new formats.]]></description>
			<content:encoded><![CDATA[<p>One of the new goodies in the WordPress 3.1 toolbox is the Post Format feature. This feature is intended to be standardized and portable between themes, especially good for themes where custom formats are not an option. The reason for these new Post Formats is to give you a Tumblr-like blog layout where each type of content has a specific type of styling. Currently supported (per the codex):</p>
<ul>
<li>aside &#8211; Typically styled without a title. Similar to a Facebook note update.</li>
<li>gallery &#8211; A gallery of images. Post will likely contain a gallery shortcode and will have image attachments.</li>
<li>link &#8211; A link to another site. Themes may wish to use the first tag in the post content as the external link for that post. An alternative approach could be if the post consists only of a URL, then that will be the URL and the title (post_title) will be the name attached to the anchor for it.</li>
<li>image &#8211; A single image. The first <img alt="" /> tag in the post could be considered the image. Alternatively, if the post consists only of a URL, that will be the image URL and the title of the post (post_title) will be the title attribute for the image.</li>
<li>quote &#8211; A quotation. Probably will contain a blockquote holding the quote content. Alternatively, the quote may be just the content, with the source/author being the title.</li>
<li>status &#8211; A short status update, similar to a Twitter status update.</li>
<li>video &#8211; A single video. The first  tag or object/embed in the post content could be considered the video. Alternatively, if the post consists only of a URL, that will be the video URL. May also contain the video as an attachment to the post, if video support is enabled on the blog (like via a plugin).</li>
<li>audio &#8211; An audio file. Could be used for Podcasting.</li>
<li>chat &#8211; A chat transcript, like so:</li>
</ul>
<p>Since this is a new feature most themes will not have this function, but if you are changing themes in the future make sure to check the features of themes and see if they support &#8216;Post Formats&#8217;.</p>
<p>What if you don&#8217;t want to change themes?</p>
<p>You can add in the functionality to your existing theme (although be wary, sometimes small changes like this can break a theme. Try it out, but be prepared to pull it back out if your theme breaks).  Add this function to the Theme Functions (functions.php) file. You can add in one or all of the formats:</p>
<pre class="brush: php; title: ; notranslate">
// ADD POST FORMATS
add_theme_support( 'post-formats', array( 'aside', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video', 'audio' ) );
</pre>
<p>The tenth format is the default, that is the catch-all formatting for posts that you don’t assign a specific format. When you have this feature enabled, there will be more options under the Publish button on the Add New Post (Edit Post) screen.</p>
<p><a rel="attachment wp-att-377" href="http://thesocialpollen.com/index.php/blogging/wordpress-3-1-post-formats/attachment/2011-02-27_2127/"><img class="alignnone size-full wp-image-377" style="margin: 2px; border: 2px solid black;" title="2011-02-27_2127" src="http://thesocialpollen.com/wp-content/uploads/2011/03/2011-02-27_2127.png" alt="" width="325" height="310" /></a></p>
<p>There is one thing left to do, and that is change <a href="http://codex.wordpress.org/The_Loop" target="_blank">the loop</a> to recognize the different post formats. This is done with a small amount of php. As always, before messing around in your code make sure you do CTRL + A and copy and paste the current code into a text program (like notepad or wordpad). That way if you mess up something you can just copy back in the old code.</p>
<pre class="brush: php; title: ; notranslate">

php get_header(); ?&gt;
&lt;div id=&quot;main&quot;&gt;
php if (have_posts()) : ?&gt;
php while (have_posts()) : the_post(); ?&gt;
&lt;div id=&quot;post-&lt;?&lt;span class=&quot;&gt;php the_ID(); ?&gt;&quot; &gt;&lt;/div&gt;
		php
			if ( has_post_format( 'aside' )) {
				echo the_content();
			}

			elseif ( has_post_format( 'chat' )) {
				echo '
&lt;h3&gt;';
  				echo the_title();
				echo '&lt;/h3&gt;
';
				echo the_content();
			}

			elseif ( has_post_format( 'gallery' )) {
				echo '
&lt;h3&gt;';
  				echo the_title();
				echo '&lt;/h3&gt;
';
				echo the_content();
			}

			elseif ( has_post_format( 'image' )) {
				echo '
&lt;h3&gt;';
  				echo the_title();
				echo '&lt;/h3&gt;
';
 				echo the_post_thumbnail('medium');
				echo the_content();
			}

			elseif ( has_post_format( 'link' )) {
				echo '
&lt;h3&gt;';
  				echo the_title();
				echo '&lt;/h3&gt;
';
				echo the_content();
			}

			elseif ( has_post_format( 'quote' )) {
				echo the_content();
			}

			elseif ( has_post_format( 'status' )) {
  				echo the_content();
			}

			elseif ( has_post_format( 'video' )) {
				echo '
&lt;h3&gt;';
  				echo the_title();
				echo '&lt;/h3&gt;
';
				echo the_content();
			}

			elseif ( has_post_format( 'audio' )) {
				echo '
&lt;h3&gt;';
  				echo the_title();
				echo '&lt;/h3&gt;
';
				echo the_content();
			}

			else {
				echo '
&lt;h3&gt;';
  				echo the_title();
				echo '&lt;/h3&gt;
';
				echo the_content();
			}
		?&gt;&lt;/div&gt;
php endwhile; else: endif; ?&gt;
php get_sidebar();  get_footer(); ?&gt;
</pre>
<p>Now that I&#8217;ve overwhelmed you with some code, how about we answer the big question: WHY?</p>
<p>Well, post formats do what categories used to do. For example, each photo post now has its own format and post format identifier in the code. I look for more formats to be added as more releases are made available. It also looks nice, and more closely resembles the Tumblr format that is popular for very casual blogging.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/blogging/wordpress-3-1-post-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1</title>
		<link>http://thesocialpollen.com/index.php/from-the-blog/wordpress-3-1/</link>
		<comments>http://thesocialpollen.com/index.php/from-the-blog/wordpress-3-1/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 04:24:24 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[from the blog]]></category>
		<category><![CDATA[Reinhardt Release]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress 3.1]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=363</guid>
		<description><![CDATA[WordPress 3.1 is out and it has all kinds of new bells and whistles. Let's take a quick look!]]></description>
			<content:encoded><![CDATA[<p>Can you believe that the newest release of WordPress is the 14th iteration of WordPress?! If you have been with WordPress for more than a year you have seen how these changes have affected all the great things you can do your blog, your dashboard, and, best of all, your security. A 3.1 is no exception. This has more distinct changes than we&#8217;ve seen for a little while and here is a little round-up of those changes (quoted from this <a href="http://wordpress.org/news/2011/02/threeone/">page</a>).</p>
<ul>
<li>easy to linking to your existing posts and pages</li>
<li>an admin bar</li>
<li>a streamlined writing interface (this interface hides seldom used panels by default, to get them back all you have to do is visit Screen Options in the top right)</li>
<li>refreshed blue admin scheme available for selection under your personal options</li>
<li>Post Formats, this function supports themes to create portable tumblelogs (like Tumblr) with different styling for different types of posts</li>
<li>new CMS capabilities like archive pages for custom content types</li>
<li>new Network Admin, an overhaul of the import and export system</li>
<li>the ability to perform advanced taxonomy and custom fields queries</li>
</ul>
<p>We are going to go over these new functions one by one, but the first one is one of then best new additions, so let&#8217;s explore that first.<br />
If you written on a site more than month, you will find yourself linking back to already-written content all the time. It can be arduous, finding the new content and linking to it. Well, no more! WordPress 3.1 has internal linking, making that back linking easier.</p>
<p>Here&#8217;s how to use it- 1) Select (highlight) the word or phrase that you want to link 2) Click the Link icon on the toolbar to bring up the link options 3) Click on the bottom where it says &#8220;Or link to existing content&#8221; 3) Type in your search terms, and the interface will bring up a list of post titles from your blog 4) Choose the post the want and voila! you have nice HTML anchor tag.</p>
<p>Here&#8217;s a screen shot of what it looks like;</p>
<p style="text-align: center;"><a rel="attachment wp-att-366" href="http://thesocialpollen.com/index.php/from-the-blog/wordpress-3-1/attachment/wp31-2/"><img class="size-full wp-image-366 aligncenter" style="margin-top: 2px; margin-bottom: 2px; border: 2px solid black;" title="WP31" src="http://thesocialpollen.com/wp-content/uploads/2011/02/WP311.png" alt="" width="768" height="496" /></a></p>
<p>Here are two caveats to this:  It&#8217;s not available in the HTML editor and you need to remember the right keywords to bring up the correct posts, and (speaking as person who forgets her own birthday) this could create some frustration.</p>
<p>Otherwise, this is a very cool feature. Use it. Love it. Know it.</p>
<p>Make sure to upgrade your WordPress version today!</p>
<p><em>(If you care this new function uses AJAX and jQuery instant functionality)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/from-the-blog/wordpress-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep your feed healthy</title>
		<link>http://thesocialpollen.com/index.php/blogging/keep-your-feed-healthy/</link>
		<comments>http://thesocialpollen.com/index.php/blogging/keep-your-feed-healthy/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 14:18:34 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[from the blog]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=349</guid>
		<description><![CDATA[Feeds are important to the life of a blog. Here are some quick Dos and Don'ts for your feed, and a word of warning on a common feed mistake.]]></description>
			<content:encoded><![CDATA[<p>Your blog feed is one of the most important things to keep up-to-date and functional. In a perfect world, everyone would come to your site everyday and read every word you&#8217;ve ever written. Except, we live in THIS world, and in this world we don&#8217;t have time to go to site to site to site. That&#8217;s where a blog feed comes in, and every blog has one. Some are done by RSS and some are done by other feed services. No matter what you use, and how you configure it &#8211; you should never forget the importance of this tool in your blog&#8217;s readership.</p>
<p>Once way to to feed content is through RSS (Real Simple Syndication). It&#8217;s that bright orange square that you see somewhere on the blog, and feeds into your reader of choice (I use Google Reader for all my feeds) or into Outlook every time the feed is updated. Unless, you can code XML there isn&#8217;t a whole of customization you can do for the RSS readers. Nonetheless, they are easy, usually standard to every theme you find, and uses a recognizable icon.</p>
<p>My recommendation is to use <a href="http://feedburner.google.com" target="_blank">FeedBurner</a>, a service that is offered by Google (isn&#8217;t everything offered by Google?!). There are many optimizaitons features you should take advantage of, and using them couldn&#8217;t be simpler.</p>
<p>Here are my tips and tricks (or, in this case, <em>Do&#8217;s</em> and <em>Don&#8217;t's</em>) for your FeedBurner feed (and in the end the one <strong><em>GREATEST</em></strong> sin, ever);</p>
<ul>
<li><strong><em>Do burn all your feeds</em></strong>- Use Feedburner to keep track of all your feeds in once place</li>
<li><strong><em>Do Analyze</em></strong>- Feed stats can be analyzed, and stopping by once a month to see what users are doing, where they are coming from, and what your subscribers numbers are is good blogging.</li>
<li><strong><em>Do Optimize</em></strong>- Under Optimize, make sure that the Browser Friendly and Smart Feed services are activated.  Under Browser Friendly don&#8217;t worry about themes, or a content personal message, just make sure you are using Appearance Options &gt; use ClearFeed (English) and under Feed Content &gt; use List Items titles and Content.</li>
<li><strong><span style="color: #ff0000;">Don&#8217;t</span> Clutter- </strong>don&#8217;t splice in links, photos or geotag your feed. People are reading your content, not what you marked on delicious or flickr.</li>
<li><strong><em>Do Publicize</em></strong>- Publicize is the most important, lots to to do here. First, make sure the Email Subscriptions is fully filled out. Take the code they give you and stick it in one of your widgets. This is for those few people who don&#8217;t use readers and want your content by email.</li>
<li><strong><em>Do activate Ping Shot</em></strong>.</li>
<li><strong><em><span style="color: #ff0000;">Don&#8217;t </span>brag</em></strong>-  If you read my post on <a href="http://thesocialpollen.com/index.php/blogging/sidebar-crimes/" target="_blank">Sidebar crimes</a>, you&#8217;ll know that showing off your feed numbers on your blog is kind of tacky, so you can skip the FeedCount.</li>
<li><strong><em>Do be social</em></strong>- Under Socialize, set it up so your posts automatically go to twitter.</li>
<li><strong><em>Do activate Awareness API service</em></strong>.</li>
<li><em>A note: If you have more than one site and want to feed one into the other, you can use the BuzzBooster. Once you activate it, it will generate code snippet that you can stick in a widget or in the footer, this will import part of the feed into your other site. I don&#8217;t use this, I think it&#8217;s confusing- a link to my other sites can be found in my about pages.</em></li>
</ul>
<p><strong><em>The biggest DON&#8217;T of all</em></strong></p>
<p>And now to my biggest feed pet peeve- people who only print excerpts in their feed. This is big way to stick it to your readers and not in a good way. It says &#8220;Hey, I have ads that depend on page views so I need to you actually click on the site.&#8221; It&#8217;s incredibly selfish, and is a mistake a lot of amateurs make.</p>
<p>The argument is made that people online are used to 140 character snippets with links to more information on twitter, the same with Facebook. That’s exactly how an excerpt feed works: just a tease to see if you’re interested, with a link in case you are.  This format is great for letting people  know about interesting articles, but, in the case of your blog, they have already found the interesting content and want to read it. Give your readers the the full content.</p>
<p>You may say, &#8220;Well, CNN does it.&#8221; You are not CNN, and CNN is not a blog. Does your website have enough authority to draw people in just based  small excerpts? No.</p>
<p>All the research I have done on this indicates that bloggers lose readers when they only publish excerpts.  There is a reason people subscribe to your content, they want to read your stuff. Publishing excerpts defeats the purpose of a reader, and 9 times out of 10 the reader will unsubscribe. The other time, he/ she won&#8217;t even bother clicking through. I hope I&#8217;ve convinced you.</p>
<p>No matter what you do with your feeds, remember that feeds feed your readership your great content. Keep them healthy, active, and useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/blogging/keep-your-feed-healthy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyze This!</title>
		<link>http://thesocialpollen.com/index.php/from-the-blog/analyze-this/</link>
		<comments>http://thesocialpollen.com/index.php/from-the-blog/analyze-this/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 03:19:40 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=341</guid>
		<description><![CDATA[Blogging isn't about numbers, but that doesn't mean you should ignore numbers, statistics, and analytics. Here is short run through of what kind of numbers you should be tracking.]]></description>
			<content:encoded><![CDATA[<p>Numbers. They&#8217;re important in blogging. Sometimes we like to pretend they aren&#8217;t, but the reality is that numbers tell you everything. Those numbers tell you if your content is having an impact, if a certain subject resonated more than others, and where much of your traffic comes from. Think of numbers as the subscribers of a magazine. Just like a magazine can charge more in ad rates the higher number of subscribers it has, a blogs numbers can set your advertiser rates. We&#8217;re not going to talk about ads and advertising here, but just know this: numbers are important even if you never take a dime from blogging.</p>
<p>The first question to ask is: What stats should I track? There are only three services that you should use; Alexa, Google and Page Rank. Let&#8217;s start with the easiest one first- Page Rank. What do you have to do to track your page rank? Nothing. You can check your page rank at any time by using various sites, such as <a href="http://www.checkpagerank.net/index.php">http://www.checkpagerank.net/index.php</a>. A higher rank means that page is more important, and more popular. It&#8217;s determined by a complex algorithm, none of which I understand. Just know what it is, and what rank your site is.</p>
<p>The next easiest one is Alexa Rank. First go to <a href="http://www.alexa.com/">http://www.alexa.com/</a> and register for an account. Then under your account add your site. It will ask you verify your site by putting some code in the header. This is where a lot of people stop. They don&#8217;t want to mess anything up, and getting into the root files can be a little daunting. Trust me, this is easy. On the WordPress dashboard, under Appearance &gt; Editor&#8230;open up the <strong><em>header.php</em></strong> and find a little piece of code that looks like this &lt;/head&gt;, then right before it stick in that little line of code that Alexa gave you. Go back to Alexa and verify the site and voila! you&#8217;re set up. Alexa ranks EVERY site on the web, not just blogs. Getting above the #1,000,000 is hard- getting in the top #100,000 is even harder. However, Alexa rank is important for PR and marketing people, so make sure you track it.</p>
<p>But the granddaddy of all analytics is Google Analytics. Google Analytics has its own site where you can register your site, and again you need to put some code in (there is apparently a Google Analytics plug-in, but I don&#8217;t use it). Once you set up an analytic account and register a site, it will give you some code to stick in the header &#8211; use the same process as the Alexa code above. But, oh the things you can do with that little bit of code! Here are some little things that are of interest to bloggers:</p>
<p>If you want to see whether you&#8217;re getting most of your traffic from search engines, or if other websites link to your site, here&#8217;s how to find out. The left-hand column of your dashboard, click traffic sources. Click on referring sites, direct sources, and search engines to see where your traffic coming from. How cool it that? Ever wonder where most of your first time users come from? Twitter, Facebook, someone else&#8217;s blogroll? Well, this little site will tell you.</p>
<p>There&#8217;s more! Ever wonder at which point people are leaving your site? Just go to content&gt; Top Exit pages. It shows at which point visitors are leaving your site. Good to know.</p>
<p>I&#8217;ll leave you with one of my most favorite Google Analytics Tips, and that is the site overlay. On the dashboard go to the site you are analyzing, and on the left hand column, go to content &gt; In-Page Analytics. Your site will load up with a Google Analytic overlay, and as you hover over each element you will get a little bubble telling you the amount of clicks (in percentage) that that link gets. It&#8217;s a great tool to see where your visitors are clicking. It might also be used to get rid of any clutter or pages that people aren&#8217;t even viewing.</p>
<p>When it comes to numbers, you shouldn&#8217;t sweat the details. As a blogger your job is to put out the content you care about. However, you shouldn&#8217;t ignore numbers either. Tracking these three blog statistics will  help you determine what people love (and don&#8217;t love so much) about your blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/from-the-blog/analyze-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sidebar Crimes</title>
		<link>http://thesocialpollen.com/index.php/blogging/sidebar-crimes/</link>
		<comments>http://thesocialpollen.com/index.php/blogging/sidebar-crimes/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 20:12:24 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[from the blog]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=332</guid>
		<description><![CDATA[If your sidebar looks like your grandmother's tchotke cabinet -overstuffed with useless items- then you might have a problem.]]></description>
			<content:encoded><![CDATA[<p>I know we&#8217;ve taken a break from the WordPress Tips and Tricks, but I have a good excuse. It was the holidays, and I had a serious case of writer&#8217;s block. But now I&#8217;m back and it&#8217;s time to jump back into the fray.</p>
<p>This week we are going to talk sidebar crimes. We&#8217;re all guilty of them, some more than others. There are some blogs that I go to where I literally have to search for the content. Their site is so overloaded with sidebars, widgets, icons, and ads that their content is buried and, thus becomes almost irrelevant.</p>
<p>Sidebar crimes can hurt your blog, but they are easily fixed. Here are some tips and tricks to filling up sidebars.</p>
<p>Don&#8217;t play the numbers game- all those stat counters, page rank, and alexa rank icons? Useless. People are reading your content, not looking at your numbers. In fact, putting up these widgets is free advertising for those services. If you want to track your stats (and you should) then stick the code in the header, and track it through the service&#8217;s website (this is how it&#8217;s done for Google and Alexa). You don&#8217;t need to add any code for PageRank. These are the only three stats that you should care about, the rest are superfluous.</p>
<p>Don&#8217;t put up other blog&#8217;s buttons- I know that bloggers like to let you &#8216;grab&#8217; their button and stick it on your website. It&#8217;s a nice way to support another blogger, and a super-easy way to to send readers somewhere else. Why do you want readers clicking on to other sites? You don&#8217;t, so get rid of the buttons, or if you must have them stick them on their own page. Better yet- if you have a blogroll (and I don&#8217;t think you need one) list them as links on a separate page, again, no reason for free advertising.</p>
<p>Widgets that proclaim you&#8217;ve won an award no one has ever heard of- You look a little desperate when you put those up there. If the only &#8216;prize&#8217; for winning an award is that someone else&#8217;s graphic gets to take up space on your sidebar, then politely decline the &#8216;honor&#8217;. There are some valid awards out there, and it&#8217;s nice to be rewarded for your work. If you do win an award, display the graphic for a limited amount of time, then take it down and include a link to the award in your bio &#8211; if you must.</p>
<p>Give money to me/ my cause/ my friend&#8217;s cause all year long- It&#8217;s OK to ask you reader&#8217;s to take up a cause you believe in, it&#8217;s even OK to ask them to donate to the cause. That is one of the powers of being a blogger, but use this power sparingly. If you have a widget up there, take it down as soon as the event is done. My rule of thumb is never more than a month, 2-3 weeks if you can help it. Other than that, you&#8217;re being greedy (unless your whole blog is built around a cause, then this rule doesn&#8217;t apply).</p>
<p>Anything that plays music- just no.</p>
<p>(I am on the fence about conference badges. I don&#8217;t like them, nor include them. I do have an event page on my url, that way people can get a sense of where I will be. But I know bloggers that like them. If asked by a blogger, I say don&#8217;t include them, they&#8217;re obnoxious and no one really cares. But others have a different opinion, so I&#8217;ll just leave that here.)</p>
<p><strong>So what should you have on your sidebar?</strong></p>
<p>Social Icons- I shouldn&#8217;t have to search to find out where you tweet, facebook, or YouTube. Make the icons big and link them to your sites.</p>
<p>RSS/ Feedburner- We&#8217;ll talk about feeds in an upcoming article, but for now just know that this is the most important button on your blog (besides your content). I can&#8217;t tell you how many time I have actually had to search for this button. It&#8217;s important, as important as your logo. Make sure people can see it.</p>
<p>Tweets- Putting your last four or five tweets in your sidebar complements your content (usually) and gives new readers a sense of your personality beyond your posts.</p>
<p>A picture- I don&#8217;t have one on my sidebar, but I know people that do. But a word of warning, make sure it&#8217;s a nice picture; not the one your husband took of you as you came out of the bathroom on Sunday morning.</p>
<p>Search- so important. We will talk about search tools in the future, but every blog (and I mean EVERY blog) should have a search box right on the homepage.</p>
<p>Ads or ad space- if you take ads or are trying to sell ads keep placeholders where those ads will go. This will give marketing people a chance to  see how their ad is going to look.</p>
<p>(Again I am on the fence about Networked Blogs and Google Friend Connect, I think they serve a valid purpose, but both of the widgets are too big. I know a lot of people that use them, and it looks perfectly fine sitting on the sidebar.)</p>
<p>Sidebars play an important role in your blog, but they should be kept clean, useful and free from clutter and distractions. Take a look at your sidebar? Who&#8217;s getting free advertising? What&#8217;s there that distracts from your content? Find it and remove it, the result will be a more professional-looking blog.</p>
<p>Next week: Blog stats and analytics!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/blogging/sidebar-crimes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pretty Permalinks</title>
		<link>http://thesocialpollen.com/index.php/from-the-blog/pretty-permalinks/</link>
		<comments>http://thesocialpollen.com/index.php/from-the-blog/pretty-permalinks/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 02:41:04 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[pretty permalinks]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=285</guid>
		<description><![CDATA[Permalinks are important for you and your SEO. Here's why and how you can change them.]]></description>
			<content:encoded><![CDATA[<p><em>Although the team at Social Pollen can set-up, design, and run any type of site, it’s no secret I love WordPress. I recommend it to every customer, no matter what site they are setting up. Many of my customers use WordPress as well, so as part of our blog we are going to offer some tips and tricks to WordPress every week. They will range from simple to advanced; let us know if there is something you would like to learn more about by leaving us a comment below.</em></p>
<p>Too many times I work on a blog that has URLs that look like this: www.yourdomain.com/<strong><span style="color: #ff9900;">?pageid=21</span></strong>. Twenty-one? What kind of post is that, what is the subject matter, the keywords? One of the most important things for your blog traffic is making sure it is easily searchable through any number of search engines. However, search engine crawlers don&#8217;t understand that 21 is anything other than a number. Post 21 might be the best post you&#8217;ve ever written, but to Google it&#8217;s just a number- 21. Using custom links (so-called &#8220;pretty permalinks&#8221;) in WordPress will allow you to use URLs that are 100% recognizable by the search engine crawlers (and readers!). It also contains keywords for your posts that will make them easier to be found during in-site searches.</p>
<p>You have many options to choose from, but I am going to recommend you use a custom structure. First, I&#8217;ll tell what the structure should be and then why.</p>
<p><em>Changing your permalinks:</em></p>
<p>To change your permalinks go to Settings in your WordPress dashboard, then select Permalinks. Under &#8220;Common Settings&#8221; select the custom structure field and enter, <span style="color: #ff9900;"><strong>index.php/</strong><strong>%category%/%postname%/</strong> </span>and click Save Changes. This will create a permalink structure of www.yourdomain.com/index.php/awesome-category/greatest-post-ever/ which is the most search engine friendly URL structure for your blog.</p>
<p><em>Now why you should do that:</em></p>
<p>Most of the other options include dates, and this can make it impractical to republish posts. If you ever want to update a post and republish it, all you have to do is go into the WordPress dashboard, make any edits, and change the publication date in the publish widget on your post-writing dashboard. The url will stay the same, and the post will appear at the as new content.</p>
<p>It&#8217;s also better for search behavior. When a reader does a Google search, the url is below each listing. If the date in that url is a year or two old, readers may decide it&#8217;s outdated and skip it.</p>
<p><em>(If you have been blogging for a while and would like to change permalinks, try the <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/" target="_blank">Permalink Migration</a> plugin to prevent your links from breaking and losing pagerank. I&#8217;ve not used this personally, so I can&#8217;t comment on how to use it or how effective it is.)</em></p>
<p>I hope I&#8217;ve convinced you to use pretty permalinks. Next week, we are going to start on sidebars. Here&#8217;s a short note: If you&#8217;re sidebar is so distracting that people have trouble finding your content, then something is wrong. More about that next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/from-the-blog/pretty-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicons</title>
		<link>http://thesocialpollen.com/index.php/from-the-blog/favicons/</link>
		<comments>http://thesocialpollen.com/index.php/from-the-blog/favicons/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 00:51:14 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[from the blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=289</guid>
		<description><![CDATA[Favicons may be small, but they can make a big difference in your branding. Here's how to make one for your blog.]]></description>
			<content:encoded><![CDATA[<p><em>Although the team at Social Pollen can set-up, design, and run any type of site, it’s no secret I love WordPress. I recommend it to every customer, no matter what site they are setting up. Many of my customers use WordPress as well, so as part of our blog we are going to offer some tips and tricks to WordPress every week. They will range from simple to advanced; let us know if there is something you would like to learn more about by leaving us a comment below.</em></p>
<p>What is a favicon? A Favicon is a small square icon associated with a website or a web page. By a small square icon, I mean that a favicon is a really small icon, usually measuring 16×16 pixels. In IE, it&#8217;s displayed before a web page’s address in the address bar. In other browsers that have a tabs, the favicon is on the tab next the page’s title . If you add it to your Favorites, the name and icon will be shown in the favorites folder (this is why it is called a Favicon. It&#8217;s short for “Favorites Icon”).</p>
<p>A  favicon doesn’t help with SEO, but you should still have one.  A favicon presents your brand as professional and put together (its always small details that help). Also, favicons can be similar icons that you use for Twitter or Facebook. When we set up a branding package for a customer, a favicon is ALWAYS part of the suite.</p>
<p>There is another, more obscure, reason for using favicon.</p>
<blockquote><p><em>If you don’t use custom favicon you will get 404 errors in your server log every time one bookmarks your site using IE or everytime someone opens your site using browsers like Firefox or Opera. This is because the browser first requests the server for the custom favicon. If the favicon is not present in the server the browser uses its default icon. And a faviocn.ico 404 Not Found error is created in the log. But there will be no error for your user. He will see your site as it is without any problem. Still if you monitor your error log regularly, remember a favicon of your own can clear lots of the errors.</em> [<a href="http://www.waveofweb.com/web-design/why-you-should-have-your-own-favicon/" target="_blank">source</a>]</p></blockquote>
<p>So now that I&#8217;ve convinced you to have a favicon, how do you make one?</p>
<p>Find and image you like and generate a favicon using <a href="http://www.favicon.cc/">http://www.favicon.cc/</a> (don&#8217;t bother registering, just click the import image and upload your image. I check the box that say &#8220;Shrink to square icon&#8221; you may choose the proportion option if you choose, but the icon may be harder to see). From here, I am going to quote directly from the WordPress Codex.</p>
<ol>
<li>With an FTP Client/ cpanel, upload the new <tt>favicon.ico</tt> file into your current theme’s main folder.</li>
<li>Upload another copy of your <tt>favicon.ico</tt> file to the main directory of your site (ie. <tt>http://example.com/favicon.ico</tt>). This will display the favicon in your subscribers’ feedreaders.</li>
</ol>
<p>If you don&#8217;t already have a favicon, you will need to edit your page header.</p>
<ol>
<li> Go to your WordPress Administration Panel.</li>
<li> Click on <em>Appearance</em></li>
<li> Click on <em>Theme Editor</em>.</li>
<li> Select the file called <em>Header</em> or <em>header.php</em> to edit the file.</li>
<li> Search for the line of code that begins with <tt>&lt;link rel="shortcut icon"</tt> and ends with <tt>/favicon.ico" /&gt;</tt>. Overwrite it, if it exists, or add the following code below the <tt>&lt;head&gt;</tt> HTML tag.
<pre>&lt;link rel="shortcut icon" href="&lt;?php bloginfo('template_directory'); ?&gt;/favicon.ico" /&gt;</pre>
</li>
<li> Save the changes.</li>
</ol>
<p>You may have to clear your cache, but once you do- voila, a favicon. Some of you may have a theme that came with a favicon; in that case; I encourage you to change it. Just upload a favicon.ico file to themes files and it will overwrite the current favicon (the first two steps). No changing the code, or inserting code.</p>
<p>And that is everything you wanted to know (and more) on favicons.</p>
<p>Next time- permalinks!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/from-the-blog/favicons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plug-Ins Part Two</title>
		<link>http://thesocialpollen.com/index.php/from-the-blog/wordpress-plug-ins-part-two/</link>
		<comments>http://thesocialpollen.com/index.php/from-the-blog/wordpress-plug-ins-part-two/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 22:23:42 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[from the blog]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plug-ins]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=276</guid>
		<description><![CDATA[Part-two on the best plug-ins for your WordPress blog. This one isn't the must-have's, but the I-really-like-them-a-lot-so-you-should-haves.]]></description>
			<content:encoded><![CDATA[<p><em>Although the team at Social Pollen can set-up, design, and run any type of site, it’s no secret I love WordPress. I recommend it to every customer, no matter what site they are setting up. Many of my customers use WordPress as well, so as part of our blog we are going to offer some tips and tricks to WordPress every week. They will range from simple to advanced; let us know if there is something you would like to learn more about by leaving us a comment below.</em></p>
<p>Last week, I covered the WordPress plug-ins that I considered essential. This week I am going to cover the plug-ins I love, but don&#8217;t install on every site. Some of them are site specific, and some are just to make my life easier. But first, a update to wordpress came out this week. This update is v3.03 and here is why it was released:</p>
<p>“This release fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts.” Remote publishing is disabled by default, but WordPress recommends making sure it is not enabled by checking settings on the “Settings ? Writing” screen.</p>
<p>The files affected by the update are;<br />
wp-includes/version.php<br />
xmlrpc.php<br />
readme.html<br />
wp-admin/includes/update-core.php</p>
<p>Make sure, you update your WordPress when you next log-in. That is a nice segue into my plug-in recommendations because one of the plug-ins I use is;</p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" target="_blank" class="broken_link">WordPress Automatic Upgrade</a>- This is a nice plug-in that takes 5 step to update your WordPress. It backs up your sites, installs the new release, and then deletes any old files from the update. It&#8217;s a nice way to update in a fail-safe manner. If something goes wrong, nothing gets lost.</p>
<p><a href="http://wordpress.org/extend/plugins/wptouch/" target="_blank">WP Touch</a>- This is a recent find and I already love it. WPtouch automatically transforms your WordPress blog into an iPhone application-style, which is necessary these days.</p>
<p><a href="http://wordpress.org/extend/plugins/sexybookmarks/" target="_blank" class="broken_link">SexyBookmarks</a>- The best sharing plug-in. I install it on all my clients websites, it is the best way for your readers to share your content to all the sites you love.</p>
<p><a href="http://wordpress.org/extend/plugins/search-meter/" target="_blank">Search Meter</a>- It can be very enlightening to know what your readers are searching for- this plug-in keeps track of that information for you.</p>
<p><a href="http://wordpress.org/extend/plugins/exclude-pages/" target="_blank">Exclude Pages from Navigation</a>- There are a lot of reasons to have pages not on the top menu of the site, this plug-in adds a check box and presto- no page on the menu.</p>
<p><a href="http://wordpress.org/extend/plugins/disqus-comment-system/" target="_blank">Disqus Comment System</a>- There are actually two great comment systems out there, Disqus and Intense Debate. I highly recommend these over the standard WordPress comment system? Why? More options, easier for replies, better interface, and it keeps track of your comments across the web.</p>
<p>That&#8217;s it for now. If I stumble over any other gems, I&#8217;ll be sure to let you know. Next week- favicons.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/from-the-blog/wordpress-plug-ins-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plug-Ins</title>
		<link>http://thesocialpollen.com/index.php/from-the-blog/wordpress-plug-ins/</link>
		<comments>http://thesocialpollen.com/index.php/from-the-blog/wordpress-plug-ins/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 01:06:25 +0000</pubDate>
		<dc:creator>amy</dc:creator>
				<category><![CDATA[From the Blog]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[from the blog]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plug-ins]]></category>

		<guid isPermaLink="false">http://thesocialpollen.com/?p=270</guid>
		<description><![CDATA[Part One on the best plug-ins for your WordPress blog. This one is the must-have's, according to me.]]></description>
			<content:encoded><![CDATA[<p><em>Although the team at Social Pollen can set-up, design, and run any type of site, it&#8217;s no secret I love WordPress. I recommend it to every customer, no matter what site they are setting up. Many of my customers use WordPress as well, so as part of our blog we are going to offer some tips and tricks to WordPress every week. They will range from simple to advanced; let us know if there is something you would like to learn more about by leaving us a comment below.</em></p>
<p>After setting up your wordpress blog, one of the first things you should do is install some plug-ins. What you need varies on how you want to structure your blog. However, as someone who sets up WordPress blogs regularly, there are seven plug-ins that I install right away. Without further ado, here is a list of WordPress plug-ins that I contend are esstenial.</p>
<p><a href="http://wordpress.org/extend/plugins/bad-behavior/" target="_blank">Bad Behavior</a>- Askimet is absolutely essential for stopping spam, but it comes with the basic WordPress install. Bad Behavior is a step further. It can stop spammers from even getting to your site by analyzing the IP site and the delivery method. It&#8217;s a must-have.</p>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a>- One way search engines find your blog is by indexing them. This plug-in does it for you, and takes all of the hard work out of XML site maps.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP Security Scan</a>- An easy way to make sure your blog is as protected as you want it to be against attack or hacking.</p>
<p><a href="http://wordpress.org/extend/plugins/broken-link-checker/" target="_blank">Broken Link Checker</a>- There is nothing I hate worse on blogs than links that don&#8217;t work. It&#8217;s your job to make sure that they work: this plug-in checks your links on a regular basis and makes sure that they still work.</p>
<p><a href="http://contactform7.com/" target="_blank">Contact Form 7</a>- easy, easy, easy. Hard for more complicated forms (I use a different plug-in for that) but perfect for most blog needs.</p>
<p><a href="http://wordpress.org/extend/plugins/like/screenshots/" target="_blank">Like</a>- Easy way for people to say &#8220;Hey, I&#8217;ve been here and I liked this post&#8221; (it also shows up on their FaceBook profile feed). A must for bloggers.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WordPress Database Back-Up</a>- Allows you set what and when you do a back-up. I set for at least once a week for my clients, a layer of protection in case something happens to your blog.</p>
<p>There you go, that&#8217;s my list. Next week, I talk plug-ins again, this time ones I like but use them for special needs/ circumstances.</p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://thesocialpollen.com/index.php/from-the-blog/wordpress-plug-ins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

