<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/">
   <channel>
      <title>query | Filome sharers have read the following articles about "query" | www.filome.com </title>
	  <itunes:author>filome.com</itunes:author>
      <link>http://www.filome.com/key/query</link>
      <description>You're viewing shares 1-25 of 548 total shares for the keyword query This is a keyword feed for "query" from Filome read and shared items in Google Reader. If you would like to search or subscribe to category/keyword feeds for posts that are by shared with Google Reader users visit http://filome.com.</description>
      <language>en-us</language>
	  <copyright>Copyright for these items belong to their original publishers.</copyright>
	  		<itunes:explicit>No</itunes:explicit>

		<itunes:keywords>filome, google reader, shared items, community knowledge organizer</itunes:keywords>

		<itunes:subtitle>This is the keyword feed for "query" from my read items in Google Reader.</itunes:subtitle>

 	<itunes:summary>This is the keyword feed for "query" from my read items in Google Reader.</itunes:summary>

 	<image> 

		<url>http://www.filome.com/images/feed_image.jpg</url>
 		<title>query | Filome sharers have read the following articles about "query" | www.filome.com</title>
 		<link>http://www.filome.com/key/query</link>
 		<description>This is a keyword feed for "query" from Filome read and shared items in Google Reader. If you would like to search or subscribe to category/keyword feeds for posts that are by shared with Google Reader users visit http://filome.com.</description>
 	</image> 	
      <docs>http://www.filome.com</docs>
      <generator>filome beta</generator>
      <item>
         <title>Spam Magnet Blog Posts</title>
         <link>http://feedproxy.google.com/~r/planetozh/~3/RU4Pxts0J5o/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/1Uhgy2wShYX1u4">planetOzh</a><br> First shared  by - <a href="http://www.filome.com/StephenFoskett">StephenFoskett</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>Lately, every time I manually flagged a comment as spam, I started to have the impression that they all were posted on the same post, namely an old announcement for my plugin "Absolute Comments".</p>
<p>An SQL query later, my impression was confirmed: this blog post *is* a spam magnet:</p>
<p><img src="http://planetozh.com/blog/wp-content/uploads/2010/09/spam-magnet.png" width="500" height="420" border="0" /> </p>
<p>I suspect that some particular keywords in page titles act like pheromones to spammers. These keywords probably include "comments", "guestbook", "feedback" and anything that will make them think there's a form they can spam.</p>
<p>The SQL query I used to list blog posts sorted by the number of spam they get is:</p>
<div><span><a href="http://planetozh.com/blog#">PLAIN TEXT</a></span></div>
<div><span>SQL:</span>
<div>
<div>
<ol>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">SELECT</span> COUNT<span style="color:#006600;font-weight:bold">(</span>wp_posts.ID<span style="color:#006600;font-weight:bold">)</span> <span style="color:#993333;font-weight:bold">AS</span> spam_count, wp_posts.ID, wp_posts.post_title</div>
</li>
<li style="font-weight:bold;color:#26536A">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">FROM</span> wp_posts, wp_comments</div>
</li>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">WHERE</span> wp_comments.comment_approved = <span style="color:#ff0000">'spam'</span> <span style="color:#993333;font-weight:bold">AND</span> wp_comments.comment_post_ID=wp_posts.ID</div>
</li>
<li style="font-weight:bold;color:#26536A">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">GROUP</span> <span style="color:#993333;font-weight:bold">BY</span> wp_posts.ID</div>
</li>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">ORDER</span> <span style="color:#993333;font-weight:bold">BY</span> spam_count <span style="color:#993333;font-weight:bold">DESC</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>If you want to play with it, I made a quick standalone script that will run the query and output a pretty interactive pie chart. Download <a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/wp-content/uploads/2010/09/spam-magnet.txt" title="(No click)">spam-magnet.txt</a>, rename as <tt>.php</tt> and put it in your blog root (where <tt>wp-load.php</tt> is)</p>
<p>If you run it and notice a pattern on your blogs too, share your analysis! I've always enjoyed useless fun stats :)</p>
<p><a href="http://planetozh.com/blog/?p=1498&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." rel="nofollow">Share This</a>
</p><hr>
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2010. | <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/">Permalink</a> | <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/#comments">No comment</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/&amp;title=Spam%20Magnet%20Blog%20Posts">del.icio.us</a> <small> | splogmenotplz</small><br>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/code/" rel="tag">Code</a>, <a href="http://planetozh.com/blog/tag/comments/" rel="tag">Comments</a>, <a href="http://planetozh.com/blog/tag/spam/" rel="tag">Spam</a>, <a href="http://planetozh.com/blog/tag/stats/" rel="tag">Stats</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a><br>
</small></p>
	<h4>Related posts</h4>
	<ul>
	<li><a href="http://planetozh.com/blog/2005/01/spam-statistics/" title="Spam statistics (January 3, 20051/3/2005)">Spam statistics</a> (2)</li>
	<li><a href="http://planetozh.com/blog/2005/02/wordpress-plugin-auto-moderate-comments/" title="WordPress Plugin : Auto Moderate Comments (February 2, 20052/2/2005)">WordPress Plugin : Auto Moderate Comments</a> (50)</li>
	<li><a href="http://planetozh.com/blog/2005/06/testing-some-new-anti-spam-code/" title="Testing Some New Anti Spam Code (June 29, 20056/29/2005)">Testing Some New Anti Spam Code</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2004/09/new-plugin-under-way/" title="New plugin under way (September 13, 20049/13/2004)">New plugin under way</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2009/11/how-to-style-editor-or-any-role-comments-in-wordpress/" title="How To Style Editor (Or Any Role) Comments in WordPress (November 16, 200911/16/2009)">How To Style Editor (Or Any Role) Comments in WordPress</a> (14)</li>
</ul>


<p><small>Feed enhanced by <a href="http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/">Better Feed</a> from  <a href="http://planetozh.com/blog/">Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/RU4Pxts0J5o" border="0" /> <br><br><a href="http://www.filome.com/key/spam" >spam</a> <a href="http://search.twitter.com/search?q=%22spam%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wp" >wp</a> <a href="http://search.twitter.com/search?q=%22wp%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wp.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments" >comments</a> <a href="http://search.twitter.com/search?q=%22comments%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/id" >id</a> <a href="http://search.twitter.com/search?q=%22id%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/id.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam" >spam</a> <a href="http://search.twitter.com/search?q=%22spam%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments" >comments</a> <a href="http://search.twitter.com/search?q=%22comments%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comment" >comment</a> <a href="http://search.twitter.com/search?q=%22comment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam magnet" >spam magnet</a> <a href="http://search.twitter.com/search?q=%22spam magnet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam magnet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments comment" >comments comment</a> <a href="http://search.twitter.com/search?q=%22comments comment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments comment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam count" >spam count</a> <a href="http://search.twitter.com/search?q=%22spam count%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam count.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sql query" >sql query</a> <a href="http://search.twitter.com/search?q=%22sql query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sql query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog posts" >blog posts</a> <a href="http://search.twitter.com/search?q=%22blog posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/1Uhgy2wShYX1u4">planetOzh</a><br> First shared  by - <a href="http://www.filome.com/StephenFoskett">StephenFoskett</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>Lately, every time I manually flagged a comment as spam, I started to have the impression that they all were posted on the same post, namely an old announcement for my plugin "Absolute Comments".</p>
<p>An SQL query later, my impression was confirmed: this blog post *is* a spam magnet:</p>
<p><img src="http://planetozh.com/blog/wp-content/uploads/2010/09/spam-magnet.png" width="500" height="420" border="0" /> </p>
<p>I suspect that some particular keywords in page titles act like pheromones to spammers. These keywords probably include "comments", "guestbook", "feedback" and anything that will make them think there's a form they can spam.</p>
<p>The SQL query I used to list blog posts sorted by the number of spam they get is:</p>
<div><span><a href="http://planetozh.com/blog#">PLAIN TEXT</a></span></div>
<div><span>SQL:</span>
<div>
<div>
<ol>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">SELECT</span> COUNT<span style="color:#006600;font-weight:bold">(</span>wp_posts.ID<span style="color:#006600;font-weight:bold">)</span> <span style="color:#993333;font-weight:bold">AS</span> spam_count, wp_posts.ID, wp_posts.post_title</div>
</li>
<li style="font-weight:bold;color:#26536A">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">FROM</span> wp_posts, wp_comments</div>
</li>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">WHERE</span> wp_comments.comment_approved = <span style="color:#ff0000">'spam'</span> <span style="color:#993333;font-weight:bold">AND</span> wp_comments.comment_post_ID=wp_posts.ID</div>
</li>
<li style="font-weight:bold;color:#26536A">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">GROUP</span> <span style="color:#993333;font-weight:bold">BY</span> wp_posts.ID</div>
</li>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">ORDER</span> <span style="color:#993333;font-weight:bold">BY</span> spam_count <span style="color:#993333;font-weight:bold">DESC</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>If you want to play with it, I made a quick standalone script that will run the query and output a pretty interactive pie chart. Download <a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/wp-content/uploads/2010/09/spam-magnet.txt" title="(No click)">spam-magnet.txt</a>, rename as <tt>.php</tt> and put it in your blog root (where <tt>wp-load.php</tt> is)</p>
<p>If you run it and notice a pattern on your blogs too, share your analysis! I've always enjoyed useless fun stats :)</p>
<p><a href="http://planetozh.com/blog/?p=1498&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." rel="nofollow">Share This</a>
</p><hr>
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2010. | <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/">Permalink</a> | <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/#comments">No comment</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/&amp;title=Spam%20Magnet%20Blog%20Posts">del.icio.us</a> <small> | splogmenotplz</small><br>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/code/" rel="tag">Code</a>, <a href="http://planetozh.com/blog/tag/comments/" rel="tag">Comments</a>, <a href="http://planetozh.com/blog/tag/spam/" rel="tag">Spam</a>, <a href="http://planetozh.com/blog/tag/stats/" rel="tag">Stats</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a><br>
</small></p>
	<h4>Related posts</h4>
	<ul>
	<li><a href="http://planetozh.com/blog/2005/01/spam-statistics/" title="Spam statistics (January 3, 20051/3/2005)">Spam statistics</a> (2)</li>
	<li><a href="http://planetozh.com/blog/2005/02/wordpress-plugin-auto-moderate-comments/" title="WordPress Plugin : Auto Moderate Comments (February 2, 20052/2/2005)">WordPress Plugin : Auto Moderate Comments</a> (50)</li>
	<li><a href="http://planetozh.com/blog/2005/06/testing-some-new-anti-spam-code/" title="Testing Some New Anti Spam Code (June 29, 20056/29/2005)">Testing Some New Anti Spam Code</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2004/09/new-plugin-under-way/" title="New plugin under way (September 13, 20049/13/2004)">New plugin under way</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2009/11/how-to-style-editor-or-any-role-comments-in-wordpress/" title="How To Style Editor (Or Any Role) Comments in WordPress (November 16, 200911/16/2009)">How To Style Editor (Or Any Role) Comments in WordPress</a> (14)</li>
</ul>


<p><small>Feed enhanced by <a href="http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/">Better Feed</a> from  <a href="http://planetozh.com/blog/">Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/RU4Pxts0J5o" border="0" /> <br><br><a href="http://www.filome.com/key/spam" >spam</a> <a href="http://search.twitter.com/search?q=%22spam%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wp" >wp</a> <a href="http://search.twitter.com/search?q=%22wp%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wp.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments" >comments</a> <a href="http://search.twitter.com/search?q=%22comments%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/id" >id</a> <a href="http://search.twitter.com/search?q=%22id%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/id.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam" >spam</a> <a href="http://search.twitter.com/search?q=%22spam%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments" >comments</a> <a href="http://search.twitter.com/search?q=%22comments%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comment" >comment</a> <a href="http://search.twitter.com/search?q=%22comment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam magnet" >spam magnet</a> <a href="http://search.twitter.com/search?q=%22spam magnet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam magnet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments comment" >comments comment</a> <a href="http://search.twitter.com/search?q=%22comments comment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments comment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam count" >spam count</a> <a href="http://search.twitter.com/search?q=%22spam count%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam count.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sql query" >sql query</a> <a href="http://search.twitter.com/search?q=%22sql query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sql query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog posts" >blog posts</a> <a href="http://search.twitter.com/search?q=%22blog posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Mon, 06 Sep 2010 19:15:26 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,1</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Google Experimenting With 20 Search Results Per Page?</title>
         <link>http://feedproxy.google.com/~r/Exploring-Niche-Websites/~3/XIc2bJU62Bs/google-experimenting-with-20-search-results-per-page.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/1L4uL8TGWDywxF">Andy Beard - Niche Marketing</a><br> First shared  by - <a href="http://www.filome.com/Avi">Avi</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>You have always (well for as long as I can remember) been able to select the number of search results shown by Google.</p>
<p>The default is 10<br>
Then they add in various other things like news, video, images, local results etc.</p>
<p>Those additions are generally known as universal search</p>
<p>Then you might have results included from your social circle  I have quite a large social circle because I follow lots of people on different social networks, so I almost always see them in the search results.</p>
<h2>Google 20 Results Per Page</h2>
<p>This isn't unusual in itself, you could select 20 results before, but now even if I go into advanced search and select 10 results, or manually add &amp;num=10 <strong>Google is still giving me 20 search results</strong>.</p>
<p><img src="http://andybeard.eu/wp-content/uploads/lawn-mower-andy-beard.jpg" width="213" height="500" border="0" /> </p>
<h2>Pseudo Site Search 20 Search Results</h2>
<p>A couple of weeks ago Google rolled out what I coined <a href="http://andybeard.eu/2958/pseudo-site-search.html">pseudo site search</a>. I spent so long trying to gather data, work out exactly why it was happening and come up with a name for it that <a href="http://www.malcolmcoles.co.uk/blog/google-treating-brand-names-in-search-terms-as-site-searches/">Malcolm got the drop on me</a> writing about it.</p>
<p><img src="http://andybeard.eu/wp-content/uploads/andy-beard-seo-Google-20-links-per-page-annotated.jpg" width="225" height="500" border="0" /> </p>
<p><strong>I should point out pseudo site search isn't brand  there are more prerequisites  there has to be a very specific indication in the search query that the intent might have been to perform a search query for a specific domain, but either the searcher was unaware of syntax or just lazy.</strong></p>
<h2>Commercial Reason For Google To Make Change</h2>
<p>A week or so back Dan Taylor of Destination 360 mentioned in a comment on the <a href="http://www.tnooz.com/2010/08/20/news/google-fiddles-search-does-no-evil-for-brands-like-expedia/#comment-83612">travel technology blog Tnooz</a> that for the search query [bellagio las vegas] he was seeing 7 out of 10 results from Bellagio.com  travel is a competitive even for hotels as a specific destination and Dan happens to have a page that might rank even higher for <a href="http://www.destination360.com/north-america/us/nevada/las-vegas/bellagio">Bellagio Las Vegas</a> now (thanks for the great example search result)</p>
<p>I was an idiot and didn't grab a screenshot then sigh.</p>
<p>So here is a current 20 page result of which bits were being pushed around. It isn't now showing a pseudo site search.</p>
<p><img src="http://andybeard.eu/wp-content/uploads/bellagio-las-vegas-Google-Search.jpg" width="190" height="500" border="0" /> </p>
<p>Everything below the current #5 result for Trip Advisor was being pushed onto the 2nd page of results, and trip advisor itself was at #10 with Vegas.com 8 &amp; 9</p>
<p>Now imagine that everyone was forced to have 20 search results like I currently am for US searches I still get 10 in the UK &amp; Poland.<br>
Whilst those results for hotel review sites would be pushed down, they would still be on the page, and a reader might be more tempted to scroll down a 20 result page.</p>
<h2>Significance</h2>
<p>For some search queries I think this would be useful, though it might cost Google revenue as there are no ads at the bottom half of the search results if people did start scrolling.<br>
It may also result in the 2nd page of results being totally worthless, rather than just very low traffic, for all search queries.</p>
<p>This doesn't mean you should ever be happy with a page #1 search result  the fold line  the part of the page immediately visible when opened gets most clicks, thus unless someone is using a very high resolution monitor anything below result #3 is frequently severely hampered.</p>
<p>Also with personalization and region there are significant variations in what is seen in the results.</p>
<p>You will also tend to have a lot more <a href="http://andybeard.eu/1376/google-double-indented-listing.html">double search results in Google</a>.</p>
<p>I would assume this is just a test for now, though Google did roll out the pseudo site search to everyone at once.</p>


	Tags: <a href="http://andybeard.eu/tag/20-results" title="20 results" rel="tag">20 results</a>, <a href="http://andybeard.eu/tag/20-search-results" title="20 search results" rel="tag">20 search results</a>, <a href="http://andybeard.eu/tag/google-serps" title="google serps" rel="tag">google serps</a>, <a href="http://andybeard.eu/tag/pseudo-site-search" title="pseudo site search" rel="tag">pseudo site search</a>, <a href="http://andybeard.eu/tag/search-engine-optimization" title="search engine optimization" rel="tag">search engine optimization</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/serps" title="serps" rel="tag">serps</a><br>

	<h4>Related posts</h4>
	<ul>
	<li><a href="http://andybeard.eu/257/google-pagerank-updates-are-weird.html" title="Google Pagerank updates are weird (January 14, 2007)">Google Pagerank updates are weird</a> (4)</li>
	<li><a href="http://andybeard.eu/299/darren-rouse-on-yahoo-tags-tags-tags.html" title="Darren Rouse on Yahoo  Tags Tags Tags (January 23, 2007)">Darren Rouse on Yahoo  Tags Tags Tags</a> (2)</li>
	<li><a href="http://andybeard.eu/843/wordpress-seo-masterclass-for-competitive-niches.html" title="WordPress SEO Masterclass For Competitive Niches (June 19, 2007)">WordPress SEO Masterclass For Competitive Niches</a> (130)</li>
	<li><a href="http://andybeard.eu/927/wordpress-seo-plugin.html" title="WordPress Plugin: Nofollow Those Dupes (WordPress SEO Masterclass Continued) (August 4, 2007)">WordPress Plugin: Nofollow Those Dupes (WordPress SEO Masterclass Continued)</a> (13)</li>
	<li><a href="http://andybeard.eu/941/wordpress-plugin-custom-query-string-utw-edition.html" title="WordPress Plugin  Custom Query String  UTW Edition (August 11, 2007)">WordPress Plugin  Custom Query String  UTW Edition</a> (31)</li>
	<li><a href="http://andybeard.eu/294/wikipedia-nofollow-plugin-wikidigg.html" title="Wikipedia NoFollow Plugin? WikiDigg? (January 22, 2007)">Wikipedia NoFollow Plugin? WikiDigg?</a> (28)</li>
	<li><a href="http://andybeard.eu/1357/wide-circles-blog-comment-spam.html" title="Wide Circles = Blog Comment Spam (May 14, 2008)">Wide Circles = Blog Comment Spam</a> (28)</li>
	<li><a href="http://andybeard.eu/810/video-seo-search.html" title="Video Roundup | SMX Seattle | Duplicate Content | Jason Calacanis (June 5, 2007)">Video Roundup | SMX Seattle | Duplicate Content | Jason Calacanis</a> (3)</li>
	<li><a href="http://andybeard.eu/129/ultimate-tag-warrior-seo-tricks-pt-1.html" title="Ultimate Tag Warrior SEO Tricks (pt 1) (November 11, 2006)">Ultimate Tag Warrior SEO Tricks (pt 1)</a> (18)</li>
	<li><a href="http://andybeard.eu/310/toolbar-pagerank-ball-linking.html" title="Toolbar Pagerank | Ball Linking (January 25, 2007)">Toolbar Pagerank | Ball Linking</a> (4)</li>
</ul>

<div>
<a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:-BTjWOF_DHI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?d=TzevzKxY174" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?d=YwkR-u9nhCs" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Exploring-Niche-Websites/~4/XIc2bJU62Bs" border="0" /> <br><br><a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/result" >result</a> <a href="http://search.twitter.com/search?q=%22result%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/result.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pseudo" >pseudo</a> <a href="http://search.twitter.com/search?q=%22pseudo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pseudo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/page" >page</a> <a href="http://search.twitter.com/search?q=%22page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/result" >result</a> <a href="http://search.twitter.com/search?q=%22result%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/result.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pseudo" >pseudo</a> <a href="http://search.twitter.com/search?q=%22pseudo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pseudo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site" >site</a> <a href="http://search.twitter.com/search?q=%22site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tags" >tags</a> <a href="http://search.twitter.com/search?q=%22tags%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tags.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query" >query</a> <a href="http://search.twitter.com/search?q=%22query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search results" >search results</a> <a href="http://search.twitter.com/search?q=%22search results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site search" >site search</a> <a href="http://search.twitter.com/search?q=%22site search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pseudo site" >pseudo site</a> <a href="http://search.twitter.com/search?q=%22pseudo site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pseudo site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search query" >search query</a> <a href="http://search.twitter.com/search?q=%22search query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress plugin" >wordpress plugin</a> <a href="http://search.twitter.com/search?q=%22wordpress plugin%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress plugin.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/2nd page" >2nd page</a> <a href="http://search.twitter.com/search?q=%222nd page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/2nd page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search queries" >search queries</a> <a href="http://search.twitter.com/search?q=%22search queries%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search queries.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/seo masterclass" >seo masterclass</a> <a href="http://search.twitter.com/search?q=%22seo masterclass%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/seo masterclass.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tags tags" >tags tags</a> <a href="http://search.twitter.com/search?q=%22tags tags%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tags tags.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trip advisor" >trip advisor</a> <a href="http://search.twitter.com/search?q=%22trip advisor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trip advisor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress seo" >wordpress seo</a> <a href="http://search.twitter.com/search?q=%22wordpress seo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress seo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/bellagio las" >bellagio las</a> <a href="http://search.twitter.com/search?q=%22bellagio las%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/bellagio las.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per page" >per page</a> <a href="http://search.twitter.com/search?q=%22per page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results per" >results per</a> <a href="http://search.twitter.com/search?q=%22results per%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results per.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social circle" >social circle</a> <a href="http://search.twitter.com/search?q=%22social circle%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social circle.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results google" >results google</a> <a href="http://search.twitter.com/search?q=%22results google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/las vegas" >las vegas</a> <a href="http://search.twitter.com/search?q=%22las vegas%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/las vegas.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search result" >search result</a> <a href="http://search.twitter.com/search?q=%22search result%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search result.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pseudo site search" >pseudo site search</a> <a href="http://search.twitter.com/search?q=%22pseudo site search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pseudo site search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search results google" >search results google</a> <a href="http://search.twitter.com/search?q=%22search results google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search results google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/1L4uL8TGWDywxF">Andy Beard - Niche Marketing</a><br> First shared  by - <a href="http://www.filome.com/Avi">Avi</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>You have always (well for as long as I can remember) been able to select the number of search results shown by Google.</p>
<p>The default is 10<br>
Then they add in various other things like news, video, images, local results etc.</p>
<p>Those additions are generally known as universal search</p>
<p>Then you might have results included from your social circle  I have quite a large social circle because I follow lots of people on different social networks, so I almost always see them in the search results.</p>
<h2>Google 20 Results Per Page</h2>
<p>This isn't unusual in itself, you could select 20 results before, but now even if I go into advanced search and select 10 results, or manually add &amp;num=10 <strong>Google is still giving me 20 search results</strong>.</p>
<p><img src="http://andybeard.eu/wp-content/uploads/lawn-mower-andy-beard.jpg" width="213" height="500" border="0" /> </p>
<h2>Pseudo Site Search 20 Search Results</h2>
<p>A couple of weeks ago Google rolled out what I coined <a href="http://andybeard.eu/2958/pseudo-site-search.html">pseudo site search</a>. I spent so long trying to gather data, work out exactly why it was happening and come up with a name for it that <a href="http://www.malcolmcoles.co.uk/blog/google-treating-brand-names-in-search-terms-as-site-searches/">Malcolm got the drop on me</a> writing about it.</p>
<p><img src="http://andybeard.eu/wp-content/uploads/andy-beard-seo-Google-20-links-per-page-annotated.jpg" width="225" height="500" border="0" /> </p>
<p><strong>I should point out pseudo site search isn't brand  there are more prerequisites  there has to be a very specific indication in the search query that the intent might have been to perform a search query for a specific domain, but either the searcher was unaware of syntax or just lazy.</strong></p>
<h2>Commercial Reason For Google To Make Change</h2>
<p>A week or so back Dan Taylor of Destination 360 mentioned in a comment on the <a href="http://www.tnooz.com/2010/08/20/news/google-fiddles-search-does-no-evil-for-brands-like-expedia/#comment-83612">travel technology blog Tnooz</a> that for the search query [bellagio las vegas] he was seeing 7 out of 10 results from Bellagio.com  travel is a competitive even for hotels as a specific destination and Dan happens to have a page that might rank even higher for <a href="http://www.destination360.com/north-america/us/nevada/las-vegas/bellagio">Bellagio Las Vegas</a> now (thanks for the great example search result)</p>
<p>I was an idiot and didn't grab a screenshot then sigh.</p>
<p>So here is a current 20 page result of which bits were being pushed around. It isn't now showing a pseudo site search.</p>
<p><img src="http://andybeard.eu/wp-content/uploads/bellagio-las-vegas-Google-Search.jpg" width="190" height="500" border="0" /> </p>
<p>Everything below the current #5 result for Trip Advisor was being pushed onto the 2nd page of results, and trip advisor itself was at #10 with Vegas.com 8 &amp; 9</p>
<p>Now imagine that everyone was forced to have 20 search results like I currently am for US searches I still get 10 in the UK &amp; Poland.<br>
Whilst those results for hotel review sites would be pushed down, they would still be on the page, and a reader might be more tempted to scroll down a 20 result page.</p>
<h2>Significance</h2>
<p>For some search queries I think this would be useful, though it might cost Google revenue as there are no ads at the bottom half of the search results if people did start scrolling.<br>
It may also result in the 2nd page of results being totally worthless, rather than just very low traffic, for all search queries.</p>
<p>This doesn't mean you should ever be happy with a page #1 search result  the fold line  the part of the page immediately visible when opened gets most clicks, thus unless someone is using a very high resolution monitor anything below result #3 is frequently severely hampered.</p>
<p>Also with personalization and region there are significant variations in what is seen in the results.</p>
<p>You will also tend to have a lot more <a href="http://andybeard.eu/1376/google-double-indented-listing.html">double search results in Google</a>.</p>
<p>I would assume this is just a test for now, though Google did roll out the pseudo site search to everyone at once.</p>


	Tags: <a href="http://andybeard.eu/tag/20-results" title="20 results" rel="tag">20 results</a>, <a href="http://andybeard.eu/tag/20-search-results" title="20 search results" rel="tag">20 search results</a>, <a href="http://andybeard.eu/tag/google-serps" title="google serps" rel="tag">google serps</a>, <a href="http://andybeard.eu/tag/pseudo-site-search" title="pseudo site search" rel="tag">pseudo site search</a>, <a href="http://andybeard.eu/tag/search-engine-optimization" title="search engine optimization" rel="tag">search engine optimization</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/serps" title="serps" rel="tag">serps</a><br>

	<h4>Related posts</h4>
	<ul>
	<li><a href="http://andybeard.eu/257/google-pagerank-updates-are-weird.html" title="Google Pagerank updates are weird (January 14, 2007)">Google Pagerank updates are weird</a> (4)</li>
	<li><a href="http://andybeard.eu/299/darren-rouse-on-yahoo-tags-tags-tags.html" title="Darren Rouse on Yahoo  Tags Tags Tags (January 23, 2007)">Darren Rouse on Yahoo  Tags Tags Tags</a> (2)</li>
	<li><a href="http://andybeard.eu/843/wordpress-seo-masterclass-for-competitive-niches.html" title="WordPress SEO Masterclass For Competitive Niches (June 19, 2007)">WordPress SEO Masterclass For Competitive Niches</a> (130)</li>
	<li><a href="http://andybeard.eu/927/wordpress-seo-plugin.html" title="WordPress Plugin: Nofollow Those Dupes (WordPress SEO Masterclass Continued) (August 4, 2007)">WordPress Plugin: Nofollow Those Dupes (WordPress SEO Masterclass Continued)</a> (13)</li>
	<li><a href="http://andybeard.eu/941/wordpress-plugin-custom-query-string-utw-edition.html" title="WordPress Plugin  Custom Query String  UTW Edition (August 11, 2007)">WordPress Plugin  Custom Query String  UTW Edition</a> (31)</li>
	<li><a href="http://andybeard.eu/294/wikipedia-nofollow-plugin-wikidigg.html" title="Wikipedia NoFollow Plugin? WikiDigg? (January 22, 2007)">Wikipedia NoFollow Plugin? WikiDigg?</a> (28)</li>
	<li><a href="http://andybeard.eu/1357/wide-circles-blog-comment-spam.html" title="Wide Circles = Blog Comment Spam (May 14, 2008)">Wide Circles = Blog Comment Spam</a> (28)</li>
	<li><a href="http://andybeard.eu/810/video-seo-search.html" title="Video Roundup | SMX Seattle | Duplicate Content | Jason Calacanis (June 5, 2007)">Video Roundup | SMX Seattle | Duplicate Content | Jason Calacanis</a> (3)</li>
	<li><a href="http://andybeard.eu/129/ultimate-tag-warrior-seo-tricks-pt-1.html" title="Ultimate Tag Warrior SEO Tricks (pt 1) (November 11, 2006)">Ultimate Tag Warrior SEO Tricks (pt 1)</a> (18)</li>
	<li><a href="http://andybeard.eu/310/toolbar-pagerank-ball-linking.html" title="Toolbar Pagerank | Ball Linking (January 25, 2007)">Toolbar Pagerank | Ball Linking</a> (4)</li>
</ul>

<div>
<a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:-BTjWOF_DHI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?d=TzevzKxY174" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?i=XIc2bJU62Bs:c7ZMjEK9r0E:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?a=XIc2bJU62Bs:c7ZMjEK9r0E:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Exploring-Niche-Websites?d=YwkR-u9nhCs" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Exploring-Niche-Websites/~4/XIc2bJU62Bs" border="0" /> <br><br><a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/result" >result</a> <a href="http://search.twitter.com/search?q=%22result%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/result.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pseudo" >pseudo</a> <a href="http://search.twitter.com/search?q=%22pseudo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pseudo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/page" >page</a> <a href="http://search.twitter.com/search?q=%22page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/result" >result</a> <a href="http://search.twitter.com/search?q=%22result%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/result.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pseudo" >pseudo</a> <a href="http://search.twitter.com/search?q=%22pseudo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pseudo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site" >site</a> <a href="http://search.twitter.com/search?q=%22site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tags" >tags</a> <a href="http://search.twitter.com/search?q=%22tags%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tags.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query" >query</a> <a href="http://search.twitter.com/search?q=%22query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search results" >search results</a> <a href="http://search.twitter.com/search?q=%22search results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site search" >site search</a> <a href="http://search.twitter.com/search?q=%22site search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pseudo site" >pseudo site</a> <a href="http://search.twitter.com/search?q=%22pseudo site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pseudo site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search query" >search query</a> <a href="http://search.twitter.com/search?q=%22search query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress plugin" >wordpress plugin</a> <a href="http://search.twitter.com/search?q=%22wordpress plugin%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress plugin.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/2nd page" >2nd page</a> <a href="http://search.twitter.com/search?q=%222nd page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/2nd page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search queries" >search queries</a> <a href="http://search.twitter.com/search?q=%22search queries%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search queries.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/seo masterclass" >seo masterclass</a> <a href="http://search.twitter.com/search?q=%22seo masterclass%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/seo masterclass.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tags tags" >tags tags</a> <a href="http://search.twitter.com/search?q=%22tags tags%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tags tags.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trip advisor" >trip advisor</a> <a href="http://search.twitter.com/search?q=%22trip advisor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trip advisor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress seo" >wordpress seo</a> <a href="http://search.twitter.com/search?q=%22wordpress seo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress seo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/bellagio las" >bellagio las</a> <a href="http://search.twitter.com/search?q=%22bellagio las%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/bellagio las.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per page" >per page</a> <a href="http://search.twitter.com/search?q=%22per page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results per" >results per</a> <a href="http://search.twitter.com/search?q=%22results per%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results per.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social circle" >social circle</a> <a href="http://search.twitter.com/search?q=%22social circle%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social circle.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results google" >results google</a> <a href="http://search.twitter.com/search?q=%22results google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/las vegas" >las vegas</a> <a href="http://search.twitter.com/search?q=%22las vegas%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/las vegas.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search result" >search result</a> <a href="http://search.twitter.com/search?q=%22search result%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search result.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pseudo site search" >pseudo site search</a> <a href="http://search.twitter.com/search?q=%22pseudo site search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pseudo site search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search results google" >search results google</a> <a href="http://search.twitter.com/search?q=%22search results google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search results google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sat, 04 Sep 2010 12:35:49 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,2</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Sorry Twitter, You Are  Not a Search Engine</title>
         <link>http://www.huomah.com/Internet-Marketing/Social-Media-Marketing/Sorry-Twitter-You-Are-Not-a-Search-Engine.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/Zjnfo1owlW9CSZ">SEO Blog - Search and Internet news and views - the Fire Horse Trail</a><br> First shared  by - <a href="http://www.filome.com/Avi">Avi</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><h2>Nothing to see here my SEO brethren</h2>
<p>(Guest post from <a href="http://twitter.com/marcbitanga">Marc Bitanga</a>) </p>
<p>As anyone NOT living under a rock would know, there has been all sorts of hype  around Twitter, and rightly so. Recently <a href="http://searchengineland.com/twitter-does-19-billion-searches-per-month-39988">Danny Sullivan reported</a> from <a href="http://chirp.twitter.com/">Twitter's Chirp conference </a> that Twitter has reached 19 billion searches per month. Wow. Not bad! That's  a big number for a 3 year old company. Here are some staggering stats:</p>
<ul>
  <li>
    Twitter is processing over 50  	million tweets/day
  <li>The 3 year old social network has  	over 100 million users
<li>There are over 70,000 registered  	apps that use Twitter's API
<li>In 3 short years, they've  	reached over 10 billion tweets
</li></li></li></li></ul>
<p>So the figures are there to back up  that Twitter is a game changer. But is it a Google killer? </p>
<p> As this information was published,  there was <a href="http://www.webmasterworld.com/community_building/4116283.htm">quite a bit of oooh's and ahh's</a> over this very large  figure. With  some suggesting that Twitter search could support a profitable pay  per click advertising platform. </p>
<p>But we've got to ask. <strong>How good is  Twitter as a search engine? </strong>Does it rival Google for information  retrieval? Would a Twitter pay per click platform rival Google  Adwords?</p>
<p> </p>
<h3><strong>The Twitter Search  Engine Test</strong></h3>
<p>19 billion searches per month is  undoubtedly quite impressive. Especially when considering that figure  outpaces <strong>both Yahoo &amp; Bing combined</strong>. Since Twitter search is  being compared to Google, I was curious to find out whether Twitter  can rival Google as a search engine. And whether pay per click  advertising is a viable way to monetize Twitter search.</p>
<p>I ran a few quick test queries to study  Twitter's search engine prowess. </p>
<p>A popular and profitable sector for  Google is the travel &amp; accommodation category. I used this as the  basis for the test. Let's Look for a Hotel in Seattle.</p>
<p> </p>
<p><strong>Search Query: Seattle Hotels</strong></p>
<p align="center"><img src="http://www.huomah.com/images/stories/pagepics10/twitter-search-seattle-hotels-sml.jpg" width="500" height="423" border="0" /> </p>
<p>The 10 most recent results seemed to  have some useful resources. However, the results lacked credibility.   Here are some observations:</p>
<ul>
  <li>
    Twitter search retrieves results  	from anyone tweeting about the subject whether or not you are  	following the user profiles. Therefore the results haven't been  	curated by your network of friends. The network that you follow is  	probably Twitter's biggest strength and resource for  	personalization, but it isn't being utilized in their search  	engine.
  </li>
  <li>There's no real algorithm to see  	here other than the most recent timeline. This can be easily gamed  	by spam accounts. 
  </li>
  <li>Another issue with Twitter's  	search results is that if a tweet contains a link they are usually  	cloaked by shortened URLs. Viewing shortened URLs from your network  	of friends is fine. But viewing a list of shortened URLs from a list  	of unknown users can be iffy.
  </li>
</ul>
<p> </p>
<p><strong>Search Query: Seattle Marriott  Hotel</strong></p>
<p align="center"><img src="http://www.huomah.com/images/stories/pagepics10/twitter-search-seattle-marriott-hotel-sml.jpg" width="500" height="303" border="0" /> </p>
<p>No search results for the search query.  If Twitter is serious about attracting advertisers to a search based  pay per click advertising platform they'll have to be <strong>a reliable  source for information.</strong> If the search engine doesn't retrieve any  results for the most basic of search queries, then it isn't much of  a resource.</p>
<p><br>
</p>
<p><strong>Search Query: Seattle Marriott</strong></p>
<p align="center"><img src="http://www.huomah.com/images/stories/pagepics10/twitter-search-seattle-marriott-sml.jpg" width="500" height="439" border="0" /> </p>
<p> </p>
<p>The results were a grab bag of  different types of tweets. </p>
<ul>
  <li>
There were some foursquare results  	from people checking into a Marriott location.
  <li>Some results were for job postings  	for the local hotel.
</li></li></ul>
<p>But let's break it down further:</p>
<ul>
  <li>
    Twitter contains quite a bit of  	noise. Such as foursquare tweets that aren't really helpful to a  	random person searching.
  </li>
  <li>Twitter search doesn't attempt  	to decipher the user's search intent. From a logical perspective,  	a person searching for Seattle Marriott is likely looking for  	accommodations, not a job.
  </li>
</ul>
<p> </p>
<p><strong>Search Query: Seattle</strong></p>
<p align="center"><img src="http://www.huomah.com/images/stories/pagepics10/twitter-search-seattle-sml.jpg" width="500" height="360" border="0" /> </p>
<p>I tried a much broader search query  more out of curiosity than anything else. Again, not the most helpful  search results.</p>
<h3><br>
  Overall Findings</h3>
<p>And the result? Google doesn't have  anything to worry about for the time being. Twitter is <u>not</u> a  search engine. </p>
<p>I ran a several more search queries  with the mindset of a traveler, both from a national and local  perspective. I found the experience to be hit or miss. If you try to  use Twitter in the same manner as you use Google, Bing or Yahoo you  will likely be disappointed.</p>
<p>Here is why:</p>
<ul>
  <li>
    Twitter search doesn't have an  	infinite index. You are limited to the messages that people  	broadcast and the links they share. As a result there are gaping  	holes when performing some basic search queries.
</li>
</ul>
<ul>
  <li>It's not reliable. Since the  	twitter index contains gaps, it's not a reliable source of  	information. This makes you think twice before using it for  	practical purposes.</li>
</ul>
<ul>
  <li>It doesn't have a very  	sophisticated algorithm, which leaves it open to spam. Here is what  	we know about Twitter's search algorithm:
    <ul>
      <li>Search queries will typically  		yield a set of results based on the most recent timelines.</li>
      <li>Twitter will promote the most  		popular tweets (messages that have been retweeted several times),  		even if it is a few days old.</li>
    </ul>
  </li>
</ul>
<ul>
  <li>The search engine doesn't  	analyze the intent of the person searching. This results in a broad  	spectrum of search results for certain queries.</li>
</ul>
<ul>
  <li>Twitter search has a duplicate  	content problem. If you happen to search for a phrase that's  	contained in several retweets, Twitter will show those messages in  	the search results.</li>
</ul>
<ul>
  <li>The search results lack  	credibility. Two factors add to this credibility issue.
    <ul>
      <li>Spam accounts  Accounts with  		no avatar or with names that look suspicious.</li>
      <li>Cloaked URLs  URL shorteners  		hide the real URL. This isn't an issue if you trust the person  		sending the message, but when presented with a link from an unknown  		user you might think twice before clicking it. </li>
    </ul>
  </li>
</ul>
<ul>
  <li>The Twitter index contains too  	much noise. Conversational tweets between users also occasionally  	appear in search results.
  </li>
</ul>
<p>Twitter's search function doesn't  fit the mold of a search engine. It's quite simply a site search  feature for an extremely popular social network. Does this mean that  the search engine doesn't have any value? <strong>Twitter search does serve  a purpose.</strong> It's an excellent source for finding information for  real-time trending topics such as:</p>
<ul>
  <li>
   The latest celebrity or pop  	culture news  The death of Michael Jackson
  <li>Commentary related to current  	events  2009 Iranian protesters
<li>Natural disasters  Recent  	California earth quakes
</li></li></li></ul>
<p>Twitter has mentioned it has no plans  to have a comprehensive index. They will likely focus on improving  the relevancy of real-time tweets.</p>
<p>As for whether Twitter can monetize the  use of their search engine, without access to keyword research data  it's difficult to tell user behavior and user expectations from  Twitter search. However based on these findings, Twitter <strong>has a bit of  work to do to improve the relevance</strong> of their search engine before it  can be considered a Google killer.</p>
<p><br> 
  <strong><img src="http://a3.twimg.com/profile_images/1114584979/marc-bitanga-profile-small_bigger.jpg" border="0" /> <br>
  About the Autor; </strong><a href="http://twitter.com/marcbitanga">Marc Bitanga</a> is the SEO Manager for <strong>EA Sports</strong>. Marc has managed SEO and PPC campaigns for agencies as well as in-house teams. His passion for search began over 10 years ago when Google Search Appliance was first released. Although search marketing is his main focus, he's also active in web analytics, conversion optimization &amp; social media. Read more from Marc on his <a href="http://www.exclamationmarc.com">online marketing blog</a>.
<br>
</p>
<p lang="fr-FR"><strong>Information Sources:</strong></p>
<ul>
  <li><u><a href="http://techcrunch.com/2010/02/22/twitter-50-million-tweets-day/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+Techcrunch+(TechCrunch)"><span lang="fr-FR">Twitter; 50 million tweets a day!</span></a></u> - Techcrunch</li>
  <li><u><a href="http://economictimes.indiatimes.com/infotech/internet/Twitter-snags-over-100-million-users-eyes-money-making/articleshow/5808927.cms"><span lang="fr-FR">Twitter snags over 100 million users</span></a></u> - Economic Times</li>
  <li><u><a href="http://www.newstatesman.com/digital/2010/03/twitter-registered-created"><span lang="fr-FR">Twitter registered created</span></a></u> - New Statesman </li>
</ul><br><br><a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter" >twitter</a> <a href="http://search.twitter.com/search?q=%22twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/engine" >engine</a> <a href="http://search.twitter.com/search?q=%22engine%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/engine.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter" >twitter</a> <a href="http://search.twitter.com/search?q=%22twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/engine" >engine</a> <a href="http://search.twitter.com/search?q=%22engine%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/engine.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tweets" >tweets</a> <a href="http://search.twitter.com/search?q=%22tweets%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tweets.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/queries" >queries</a> <a href="http://search.twitter.com/search?q=%22queries%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/queries.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/seattle" >seattle</a> <a href="http://search.twitter.com/search?q=%22seattle%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/seattle.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query" >query</a> <a href="http://search.twitter.com/search?q=%22query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/network" >network</a> <a href="http://search.twitter.com/search?q=%22network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user" >user</a> <a href="http://search.twitter.com/search?q=%22user%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/index" >index</a> <a href="http://search.twitter.com/search?q=%22index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contains" >contains</a> <a href="http://search.twitter.com/search?q=%22contains%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contains.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/person" >person</a> <a href="http://search.twitter.com/search?q=%22person%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/person.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marriott" >marriott</a> <a href="http://search.twitter.com/search?q=%22marriott%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marriott.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real" >real</a> <a href="http://search.twitter.com/search?q=%22real%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/urls" >urls</a> <a href="http://search.twitter.com/search?q=%22urls%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/urls.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/click" >click</a> <a href="http://search.twitter.com/search?q=%22click%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/click.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marc" >marc</a> <a href="http://search.twitter.com/search?q=%22marc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marc.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/million" >million</a> <a href="http://search.twitter.com/search?q=%22million%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/million.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/users" >users</a> <a href="http://search.twitter.com/search?q=%22users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/quite" >quite</a> <a href="http://search.twitter.com/search?q=%22quite%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/quite.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/recent" >recent</a> <a href="http://search.twitter.com/search?q=%22recent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/recent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search engine" >search engine</a> <a href="http://search.twitter.com/search?q=%22search engine%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search engine.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter search" >twitter search</a> <a href="http://search.twitter.com/search?q=%22twitter search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search results" >search results</a> <a href="http://search.twitter.com/search?q=%22search results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search query" >search query</a> <a href="http://search.twitter.com/search?q=%22search query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per click" >per click</a> <a href="http://search.twitter.com/search?q=%22per click%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per click.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search queries" >search queries</a> <a href="http://search.twitter.com/search?q=%22search queries%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search queries.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query seattle" >query seattle</a> <a href="http://search.twitter.com/search?q=%22query seattle%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query seattle.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pay per" >pay per</a> <a href="http://search.twitter.com/search?q=%22pay per%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pay per.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/person searching" >person searching</a> <a href="http://search.twitter.com/search?q=%22person searching%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/person searching.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/seattle marriott" >seattle marriott</a> <a href="http://search.twitter.com/search?q=%22seattle marriott%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/seattle marriott.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortened urls" >shortened urls</a> <a href="http://search.twitter.com/search?q=%22shortened urls%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortened urls.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/rival google" >rival google</a> <a href="http://search.twitter.com/search?q=%22rival google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/rival google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/click advertising" >click advertising</a> <a href="http://search.twitter.com/search?q=%22click advertising%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/click advertising.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/billion searches" >billion searches</a> <a href="http://search.twitter.com/search?q=%22billion searches%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/billion searches.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/reliable source" >reliable source</a> <a href="http://search.twitter.com/search?q=%22reliable source%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reliable source.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/searches per" >searches per</a> <a href="http://search.twitter.com/search?q=%22searches per%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/searches per.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marc bitanga" >marc bitanga</a> <a href="http://search.twitter.com/search?q=%22marc bitanga%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marc bitanga.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter index" >twitter index</a> <a href="http://search.twitter.com/search?q=%22twitter index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/think twice" >think twice</a> <a href="http://search.twitter.com/search?q=%22think twice%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/think twice.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/index contains" >index contains</a> <a href="http://search.twitter.com/search?q=%22index contains%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/index contains.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per month" >per month</a> <a href="http://search.twitter.com/search?q=%22per month%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per month.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/year old" >year old</a> <a href="http://search.twitter.com/search?q=%22year old%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/year old.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/100 million" >100 million</a> <a href="http://search.twitter.com/search?q=%22100 million%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/100 million.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/advertising platform" >advertising platform</a> <a href="http://search.twitter.com/search?q=%22advertising platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/advertising platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/million users" >million users</a> <a href="http://search.twitter.com/search?q=%22million users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/million users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/whether twitter" >whether twitter</a> <a href="http://search.twitter.com/search?q=%22whether twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/whether twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social network" >social network</a> <a href="http://search.twitter.com/search?q=%22social network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam accounts" >spam accounts</a> <a href="http://search.twitter.com/search?q=%22spam accounts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam accounts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/million tweets" >million tweets</a> <a href="http://search.twitter.com/search?q=%22million tweets%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/million tweets.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google killer" >google killer</a> <a href="http://search.twitter.com/search?q=%22google killer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google killer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search query seattle" >search query seattle</a> <a href="http://search.twitter.com/search?q=%22search query seattle%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search query seattle.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per click advertising" >per click advertising</a> <a href="http://search.twitter.com/search?q=%22per click advertising%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per click advertising.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query seattle marriott" >query seattle marriott</a> <a href="http://search.twitter.com/search?q=%22query seattle marriott%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query seattle marriott.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter index contains" >twitter index contains</a> <a href="http://search.twitter.com/search?q=%22twitter index contains%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter index contains.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/click advertising platform" >click advertising platform</a> <a href="http://search.twitter.com/search?q=%22click advertising platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/click advertising platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/100 million users" >100 million users</a> <a href="http://search.twitter.com/search?q=%22100 million users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/100 million users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/Zjnfo1owlW9CSZ">SEO Blog - Search and Internet news and views - the Fire Horse Trail</a><br> First shared  by - <a href="http://www.filome.com/Avi">Avi</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><h2>Nothing to see here my SEO brethren</h2>
<p>(Guest post from <a href="http://twitter.com/marcbitanga">Marc Bitanga</a>) </p>
<p>As anyone NOT living under a rock would know, there has been all sorts of hype  around Twitter, and rightly so. Recently <a href="http://searchengineland.com/twitter-does-19-billion-searches-per-month-39988">Danny Sullivan reported</a> from <a href="http://chirp.twitter.com/">Twitter's Chirp conference </a> that Twitter has reached 19 billion searches per month. Wow. Not bad! That's  a big number for a 3 year old company. Here are some staggering stats:</p>
<ul>
  <li>
    Twitter is processing over 50  	million tweets/day
  <li>The 3 year old social network has  	over 100 million users
<li>There are over 70,000 registered  	apps that use Twitter's API
<li>In 3 short years, they've  	reached over 10 billion tweets
</li></li></li></li></ul>
<p>So the figures are there to back up  that Twitter is a game changer. But is it a Google killer? </p>
<p> As this information was published,  there was <a href="http://www.webmasterworld.com/community_building/4116283.htm">quite a bit of oooh's and ahh's</a> over this very large  figure. With  some suggesting that Twitter search could support a profitable pay  per click advertising platform. </p>
<p>But we've got to ask. <strong>How good is  Twitter as a search engine? </strong>Does it rival Google for information  retrieval? Would a Twitter pay per click platform rival Google  Adwords?</p>
<p> </p>
<h3><strong>The Twitter Search  Engine Test</strong></h3>
<p>19 billion searches per month is  undoubtedly quite impressive. Especially when considering that figure  outpaces <strong>both Yahoo &amp; Bing combined</strong>. Since Twitter search is  being compared to Google, I was curious to find out whether Twitter  can rival Google as a search engine. And whether pay per click  advertising is a viable way to monetize Twitter search.</p>
<p>I ran a few quick test queries to study  Twitter's search engine prowess. </p>
<p>A popular and profitable sector for  Google is the travel &amp; accommodation category. I used this as the  basis for the test. Let's Look for a Hotel in Seattle.</p>
<p> </p>
<p><strong>Search Query: Seattle Hotels</strong></p>
<p align="center"><img src="http://www.huomah.com/images/stories/pagepics10/twitter-search-seattle-hotels-sml.jpg" width="500" height="423" border="0" /> </p>
<p>The 10 most recent results seemed to  have some useful resources. However, the results lacked credibility.   Here are some observations:</p>
<ul>
  <li>
    Twitter search retrieves results  	from anyone tweeting about the subject whether or not you are  	following the user profiles. Therefore the results haven't been  	curated by your network of friends. The network that you follow is  	probably Twitter's biggest strength and resource for  	personalization, but it isn't being utilized in their search  	engine.
  </li>
  <li>There's no real algorithm to see  	here other than the most recent timeline. This can be easily gamed  	by spam accounts. 
  </li>
  <li>Another issue with Twitter's  	search results is that if a tweet contains a link they are usually  	cloaked by shortened URLs. Viewing shortened URLs from your network  	of friends is fine. But viewing a list of shortened URLs from a list  	of unknown users can be iffy.
  </li>
</ul>
<p> </p>
<p><strong>Search Query: Seattle Marriott  Hotel</strong></p>
<p align="center"><img src="http://www.huomah.com/images/stories/pagepics10/twitter-search-seattle-marriott-hotel-sml.jpg" width="500" height="303" border="0" /> </p>
<p>No search results for the search query.  If Twitter is serious about attracting advertisers to a search based  pay per click advertising platform they'll have to be <strong>a reliable  source for information.</strong> If the search engine doesn't retrieve any  results for the most basic of search queries, then it isn't much of  a resource.</p>
<p><br>
</p>
<p><strong>Search Query: Seattle Marriott</strong></p>
<p align="center"><img src="http://www.huomah.com/images/stories/pagepics10/twitter-search-seattle-marriott-sml.jpg" width="500" height="439" border="0" /> </p>
<p> </p>
<p>The results were a grab bag of  different types of tweets. </p>
<ul>
  <li>
There were some foursquare results  	from people checking into a Marriott location.
  <li>Some results were for job postings  	for the local hotel.
</li></li></ul>
<p>But let's break it down further:</p>
<ul>
  <li>
    Twitter contains quite a bit of  	noise. Such as foursquare tweets that aren't really helpful to a  	random person searching.
  </li>
  <li>Twitter search doesn't attempt  	to decipher the user's search intent. From a logical perspective,  	a person searching for Seattle Marriott is likely looking for  	accommodations, not a job.
  </li>
</ul>
<p> </p>
<p><strong>Search Query: Seattle</strong></p>
<p align="center"><img src="http://www.huomah.com/images/stories/pagepics10/twitter-search-seattle-sml.jpg" width="500" height="360" border="0" /> </p>
<p>I tried a much broader search query  more out of curiosity than anything else. Again, not the most helpful  search results.</p>
<h3><br>
  Overall Findings</h3>
<p>And the result? Google doesn't have  anything to worry about for the time being. Twitter is <u>not</u> a  search engine. </p>
<p>I ran a several more search queries  with the mindset of a traveler, both from a national and local  perspective. I found the experience to be hit or miss. If you try to  use Twitter in the same manner as you use Google, Bing or Yahoo you  will likely be disappointed.</p>
<p>Here is why:</p>
<ul>
  <li>
    Twitter search doesn't have an  	infinite index. You are limited to the messages that people  	broadcast and the links they share. As a result there are gaping  	holes when performing some basic search queries.
</li>
</ul>
<ul>
  <li>It's not reliable. Since the  	twitter index contains gaps, it's not a reliable source of  	information. This makes you think twice before using it for  	practical purposes.</li>
</ul>
<ul>
  <li>It doesn't have a very  	sophisticated algorithm, which leaves it open to spam. Here is what  	we know about Twitter's search algorithm:
    <ul>
      <li>Search queries will typically  		yield a set of results based on the most recent timelines.</li>
      <li>Twitter will promote the most  		popular tweets (messages that have been retweeted several times),  		even if it is a few days old.</li>
    </ul>
  </li>
</ul>
<ul>
  <li>The search engine doesn't  	analyze the intent of the person searching. This results in a broad  	spectrum of search results for certain queries.</li>
</ul>
<ul>
  <li>Twitter search has a duplicate  	content problem. If you happen to search for a phrase that's  	contained in several retweets, Twitter will show those messages in  	the search results.</li>
</ul>
<ul>
  <li>The search results lack  	credibility. Two factors add to this credibility issue.
    <ul>
      <li>Spam accounts  Accounts with  		no avatar or with names that look suspicious.</li>
      <li>Cloaked URLs  URL shorteners  		hide the real URL. This isn't an issue if you trust the person  		sending the message, but when presented with a link from an unknown  		user you might think twice before clicking it. </li>
    </ul>
  </li>
</ul>
<ul>
  <li>The Twitter index contains too  	much noise. Conversational tweets between users also occasionally  	appear in search results.
  </li>
</ul>
<p>Twitter's search function doesn't  fit the mold of a search engine. It's quite simply a site search  feature for an extremely popular social network. Does this mean that  the search engine doesn't have any value? <strong>Twitter search does serve  a purpose.</strong> It's an excellent source for finding information for  real-time trending topics such as:</p>
<ul>
  <li>
   The latest celebrity or pop  	culture news  The death of Michael Jackson
  <li>Commentary related to current  	events  2009 Iranian protesters
<li>Natural disasters  Recent  	California earth quakes
</li></li></li></ul>
<p>Twitter has mentioned it has no plans  to have a comprehensive index. They will likely focus on improving  the relevancy of real-time tweets.</p>
<p>As for whether Twitter can monetize the  use of their search engine, without access to keyword research data  it's difficult to tell user behavior and user expectations from  Twitter search. However based on these findings, Twitter <strong>has a bit of  work to do to improve the relevance</strong> of their search engine before it  can be considered a Google killer.</p>
<p><br> 
  <strong><img src="http://a3.twimg.com/profile_images/1114584979/marc-bitanga-profile-small_bigger.jpg" border="0" /> <br>
  About the Autor; </strong><a href="http://twitter.com/marcbitanga">Marc Bitanga</a> is the SEO Manager for <strong>EA Sports</strong>. Marc has managed SEO and PPC campaigns for agencies as well as in-house teams. His passion for search began over 10 years ago when Google Search Appliance was first released. Although search marketing is his main focus, he's also active in web analytics, conversion optimization &amp; social media. Read more from Marc on his <a href="http://www.exclamationmarc.com">online marketing blog</a>.
<br>
</p>
<p lang="fr-FR"><strong>Information Sources:</strong></p>
<ul>
  <li><u><a href="http://techcrunch.com/2010/02/22/twitter-50-million-tweets-day/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+Techcrunch+(TechCrunch)"><span lang="fr-FR">Twitter; 50 million tweets a day!</span></a></u> - Techcrunch</li>
  <li><u><a href="http://economictimes.indiatimes.com/infotech/internet/Twitter-snags-over-100-million-users-eyes-money-making/articleshow/5808927.cms"><span lang="fr-FR">Twitter snags over 100 million users</span></a></u> - Economic Times</li>
  <li><u><a href="http://www.newstatesman.com/digital/2010/03/twitter-registered-created"><span lang="fr-FR">Twitter registered created</span></a></u> - New Statesman </li>
</ul><br><br><a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter" >twitter</a> <a href="http://search.twitter.com/search?q=%22twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/engine" >engine</a> <a href="http://search.twitter.com/search?q=%22engine%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/engine.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter" >twitter</a> <a href="http://search.twitter.com/search?q=%22twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/engine" >engine</a> <a href="http://search.twitter.com/search?q=%22engine%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/engine.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tweets" >tweets</a> <a href="http://search.twitter.com/search?q=%22tweets%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tweets.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/queries" >queries</a> <a href="http://search.twitter.com/search?q=%22queries%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/queries.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/seattle" >seattle</a> <a href="http://search.twitter.com/search?q=%22seattle%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/seattle.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query" >query</a> <a href="http://search.twitter.com/search?q=%22query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/network" >network</a> <a href="http://search.twitter.com/search?q=%22network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user" >user</a> <a href="http://search.twitter.com/search?q=%22user%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/index" >index</a> <a href="http://search.twitter.com/search?q=%22index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contains" >contains</a> <a href="http://search.twitter.com/search?q=%22contains%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contains.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/person" >person</a> <a href="http://search.twitter.com/search?q=%22person%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/person.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marriott" >marriott</a> <a href="http://search.twitter.com/search?q=%22marriott%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marriott.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real" >real</a> <a href="http://search.twitter.com/search?q=%22real%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/urls" >urls</a> <a href="http://search.twitter.com/search?q=%22urls%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/urls.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/click" >click</a> <a href="http://search.twitter.com/search?q=%22click%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/click.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marc" >marc</a> <a href="http://search.twitter.com/search?q=%22marc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marc.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/million" >million</a> <a href="http://search.twitter.com/search?q=%22million%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/million.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/users" >users</a> <a href="http://search.twitter.com/search?q=%22users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/quite" >quite</a> <a href="http://search.twitter.com/search?q=%22quite%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/quite.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/recent" >recent</a> <a href="http://search.twitter.com/search?q=%22recent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/recent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search engine" >search engine</a> <a href="http://search.twitter.com/search?q=%22search engine%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search engine.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter search" >twitter search</a> <a href="http://search.twitter.com/search?q=%22twitter search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search results" >search results</a> <a href="http://search.twitter.com/search?q=%22search results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search query" >search query</a> <a href="http://search.twitter.com/search?q=%22search query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per click" >per click</a> <a href="http://search.twitter.com/search?q=%22per click%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per click.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search queries" >search queries</a> <a href="http://search.twitter.com/search?q=%22search queries%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search queries.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query seattle" >query seattle</a> <a href="http://search.twitter.com/search?q=%22query seattle%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query seattle.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pay per" >pay per</a> <a href="http://search.twitter.com/search?q=%22pay per%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pay per.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/person searching" >person searching</a> <a href="http://search.twitter.com/search?q=%22person searching%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/person searching.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/seattle marriott" >seattle marriott</a> <a href="http://search.twitter.com/search?q=%22seattle marriott%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/seattle marriott.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortened urls" >shortened urls</a> <a href="http://search.twitter.com/search?q=%22shortened urls%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortened urls.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/rival google" >rival google</a> <a href="http://search.twitter.com/search?q=%22rival google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/rival google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/click advertising" >click advertising</a> <a href="http://search.twitter.com/search?q=%22click advertising%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/click advertising.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/billion searches" >billion searches</a> <a href="http://search.twitter.com/search?q=%22billion searches%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/billion searches.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/reliable source" >reliable source</a> <a href="http://search.twitter.com/search?q=%22reliable source%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reliable source.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/searches per" >searches per</a> <a href="http://search.twitter.com/search?q=%22searches per%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/searches per.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marc bitanga" >marc bitanga</a> <a href="http://search.twitter.com/search?q=%22marc bitanga%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marc bitanga.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter index" >twitter index</a> <a href="http://search.twitter.com/search?q=%22twitter index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/think twice" >think twice</a> <a href="http://search.twitter.com/search?q=%22think twice%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/think twice.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/index contains" >index contains</a> <a href="http://search.twitter.com/search?q=%22index contains%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/index contains.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per month" >per month</a> <a href="http://search.twitter.com/search?q=%22per month%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per month.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/year old" >year old</a> <a href="http://search.twitter.com/search?q=%22year old%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/year old.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/100 million" >100 million</a> <a href="http://search.twitter.com/search?q=%22100 million%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/100 million.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/advertising platform" >advertising platform</a> <a href="http://search.twitter.com/search?q=%22advertising platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/advertising platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/million users" >million users</a> <a href="http://search.twitter.com/search?q=%22million users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/million users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/whether twitter" >whether twitter</a> <a href="http://search.twitter.com/search?q=%22whether twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/whether twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social network" >social network</a> <a href="http://search.twitter.com/search?q=%22social network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam accounts" >spam accounts</a> <a href="http://search.twitter.com/search?q=%22spam accounts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam accounts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/million tweets" >million tweets</a> <a href="http://search.twitter.com/search?q=%22million tweets%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/million tweets.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google killer" >google killer</a> <a href="http://search.twitter.com/search?q=%22google killer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google killer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search query seattle" >search query seattle</a> <a href="http://search.twitter.com/search?q=%22search query seattle%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search query seattle.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per click advertising" >per click advertising</a> <a href="http://search.twitter.com/search?q=%22per click advertising%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per click advertising.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query seattle marriott" >query seattle marriott</a> <a href="http://search.twitter.com/search?q=%22query seattle marriott%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query seattle marriott.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter index contains" >twitter index contains</a> <a href="http://search.twitter.com/search?q=%22twitter index contains%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter index contains.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/click advertising platform" >click advertising platform</a> <a href="http://search.twitter.com/search?q=%22click advertising platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/click advertising platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/100 million users" >100 million users</a> <a href="http://search.twitter.com/search?q=%22100 million users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/100 million users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Wed, 01 Sep 2010 11:21:22 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,3</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>First Impressions: VaultPress (WordPress Backup)</title>
         <link>http://feedproxy.google.com/~r/paulstamatiou/~3/S8ke8vJeg-0/first-impressions-vaultpress-wordpress-backup</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0hPveGY2zYssuw">PaulStamatiou.com</a><br> First shared  by - <a href="http://www.filome.com/Jorg">Jorg</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><iframe src="http://feedads.g.doubleclick.net/~ah/f/kqan8insic188p32ligedg30a0/300/250?ca=1&amp;fh=280#http%3A%2F%2Fpaulstamatiou.com%2Ffirst-impressions-vaultpress-wordpress-backup" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><p>Three years ago I wrote <a href="http://paulstamatiou.com/how-to-bulletproof-server-backups-with-amazon-s3" title="How To: Bulletproof Server Backups with Amazon S3">How To: Bulletproof Server Backups with Amazon S3</a>, a post where I showed off a basic cron job'd script I used to backup my entire server to S3 nightly. I have been using some form of that script since then to backup my blog. Fortunately, I have never had a situation where I needed to completely restore my blog, though it was handy for the few times I accidentally nuked my root .htaccess file or something. Ideally, I would keep everything under git version control and possibly have a nice <a href="http://github.com/jestro/wordpress-capistrano">WordPress Capistrano</a> setup on my server for keeping WordPress and related non-media files safe and easily accessible (versus having to download then decompress a huge archive just to get to one file). In addition, I would have an rsync to S3 backup for media files and the database. But like many of you, I don't have the time to figure that out right now. That's why I became intrigued when I first caught wind of <strong>Automattic's turnkey WordPress backup service called <a href="http://vaultpress.com" title="Automattic VaultPress">VaultPress</a></strong>. Pay a monthly fee, set it and forget it.</p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_s3_backup.png" width="500" height="229" border="0" /> <br><small>My backup situation looked like this (and a terminal) before VaultPress.</small></div>
<p><span></span></p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/vaultpress_slogan.png" width="500" height="79" border="0" /> </div>
<p>VaultPress is a complete WordPress blog backup solution. Everything related to your WordPress installation from theme files and uploaded media all the way to the database will be backed up. Want to know the best part about it? <strong>Real-time backup</strong>. The second anything changes on your WordPress setup, be it a new post revision is saved, a new comment is created, a tag is added to a post, a new user registers, a plugin is added, an image uploaded <em>anything</em>, VaultPress gets pinged and that particular change is updated in your backup. </p>
<blockquote><p>The VaultPress plugin uses WordPress hooks to receive alerts when any information has changed on your site and syncs those changes with our servers. Live ticker messages are displayed to show the status of exactly what's going on  backing up a comment, adding a new post, changing an option, etc</p></blockquote>
<p>There are some edge cases where VaultPress won't know if you changed something, such as manual file uploading/editing via FTP, so it does an entire site scan every evening to detect any such changes and sync the backup as necessary. Depending on the plan you are signed up for, VaultPress will be able to scan for potential security threats as well.</p>
<p>I don't think I need to explain the benefits of real-time backup. Having backups initiate the moment something changes is much better than having to wait hours for my old cron job script to kick in. </p>
<h4>Setup</h4>
<p>First things first: VaultPress is currently in a private beta and many of its features have not yet been baked in. The information in this review will very likely be outdated in a few months, so please keep that in mind.</p>
<p>Setting up VaultPress is as simple as installing their plugin. It's not just any plugin, but rather a custom plugin just for your domain and blog. You need to have a WordPress.com account to be able to log into VaultPress to get the plugin but it will work on any self-hosted WordPress blog. After the plugin is uploaded and activated it will begin the lengthy first backup. I did not experience any issues with my first backup. It took a few hours to backup 5 years of blog posts, images, et cetera. I was able to monitor the progress within the WordPress admin panel as well as see general backup information.</p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_wp_totals.png" width="500" height="243" border="0" /> <br><small>Access basic VaultPress info within the WP Admin Panel</small></div>
<h4>Backup</h4>
<p>After the plugin is setup there's nothing else to it. VaultPress will continuously backup your blog as necessary. Logging into the VaultPress Dashboard provides more backup details and is where you'll go when it comes time to initiate a restore or download backed up files:</p>
<blockquote><p>This page provides a complete snapshot of each backup. Along with the date and time of each and every backup, you can review how many users, comments, attachments, pages, posts, revisions, safecss, authors, categories, link categories, post tags, uploads, images, themes, and plugins (whew!) are included in each of the backups.</p>
<p>You can also retrieve your data here by checking the box next to plugins, uploads, database, themes or all of the above and hitting that download button.</p></blockquote>
<div><a href="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_backups_1122.png" title="VaultPress WordPress Blog Backups"><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_backups.png" width="500" height="257" border="0" /> </a></div>
<div><a href="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_activity_1121.png" title="VaultPress Backup Activity"><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_activity.png" width="500" height="262" border="0" /> </a></div>
<h4><del>Restoring</del> Downloading then Manually Uploading</h4>
<p>What happens when something happens to your site and you need to fix something or revert to the most recent backup? Unfortunately, there is no automated restore feature built into VaultPress <em>yet</em>. At the moment you will have to download the backup archive to your local machine, decompress it, then use an FTP client to manually upload it to your server. Obviously a painful and very slow, manual ordeal.</p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_download.png" width="500" height="322" border="0" /> <br><small>VaultPress archives my uploads and then offers me a .tar.gz download.</small></div>
<p>Yeah, definitely not ideal. I went poking around the <a href="http://blog.vaultpress.com/2010/07/30/we-like-big-downloads/" title="We Like Big Downloads - VaultPress Blog">VaultPress blog</a> for upcoming plans:</p>
<blockquote><p>We have two things on the roadmap to address this. The first, and most important, is server-to-server restores. That means instead of you being in the middle, you give us a SFTP login and destination for your account and our high-speed servers talk directly to your high-speed servers and do in minutes what would take you hours or days. This is a high priority for us.</p>
<p>The second, to get around the archival problem, is allowing people to subscribe to get their backups on physical media, like a Blu-ray disk shipped to their office, or a USB stick.</p></blockquote>
<p>A server-to-server restore that appears to be in the works would be ideal and I can image the Automattic folks will do a great job implementing this. Until then, I downloaded a complete blog backup from WordPress, complete with some 194,000 items. It <strong>took VaultPress 31 minutes to build the archive</strong>, then 2 minutes for me to download the 453MB archive and a minute to decompress it to 550MB. Inside the archive there were 5 folders: <strong>plugins, root, sql, themes, uploads</strong>. </p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/vaultpress_backup_files.png" width="500" height="243" border="0" /> <br><small>Files &amp; Folders in a complete VaultPress backup</small></div>
<p>The plugins, themes and uploads folders were a  straight copy of their respective equivalents within wp-content. However, the backup lacked any .svn metadata folders that were in those folders on my blog server. The root folder contained 3 files: my favicon.ico, robots.txt and wp-config.php. I was disappointed to see <strong>it did not include my heavily modified .htaccess</strong> file. And finally, the sql folder contained individual *.sql files for each table in my WordPress database. I like how they were separated by table instead of one file. That makes it easier to selectively restore parts of the database. For example if only your options got hosed you can just import wp_options.sql into phpMyAdmin.</p>
<h4>Verdict</h4>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_pricing.png" width="500" height="188" border="0" /> <br><small>Official VaultPress pricing is still in the works.</small></div>
<p>Okay so what do we have thus far? An automated backup solution for your blog. Assuming that VaultPress will soon provide an easy backup restore solution, I still have a few nitpicks. Most important: I would like the ability to tell VaultPress to b<strong>ackup other files and folders on my server that are not part of WordPress</strong>. For example, I have various folders in the root of my site that while not directly related to WordPress, are still relied upon by my blog and would need to be backed up as well. Perhaps this issue is a known shortcoming of VaultPress's offering  that it is a <em>blog</em> backup solution, not an entire server backup solution?</p>
<p>VaultPress can't do real-time continuous backups for things that don't run through the plugin and set off one of its event handlers to initiate a backup/sync. At the very least VaultPress needs to backup the root .htaccess file and perhaps ask me what other files to backup on a regular basis. I hate when I do an automated WordPress update and it replaces my .htaccess file with a vanilla WordPress .htaccess.</p>
<p>That being said, <strong>VaultPress alone will not provide enough coverage</strong> for most advanced bloggers; bloggers that run self-hosted third party analytics suites, image galleries, host their own files for things like TinyGrab and more.</p>
<p>As for pricing, that is still up in the air but I have seen numbers between $15-40 per month online. Beta customers such as myself are currently on a discounted $15/month plan for the basic tier of service. A premium plan is also being offered and provides security scans as well. Personally, real-time database backup alone is worth at least $30 per month for me (I already pay $40/month for Amazon S3 for my various online backups and <a href="http://paulstamatiou.com/how-to-getting-started-with-amazon-cloudfront" title="How To: Getting Started with Amazon CloudFront">CloudFront</a> usage). If VaultPress saves me only one lost/corrupted/PEBKAC/what-have-you blog post per year, it <strong>will still pay for itself</strong>. However it is rather unsettling that I will need to have multiple paid backup solutions in place to ensure I have all of my server data backed up. At this rate, I do not think I will be retiring my S3 backup script anytime soon.</p>
<p>At the moment VaultPress is clearly in the early stages of product development and it would not be fair to rate their current offering. A backup service without an automated restoration feature is rather half-baked. When this automated restoration feature goes live, however, I would not hesitate to <strong>rate VaultPress 8.5 out of 10 Stammys</strong>.</p>
<p>VaultPress provides a sleek backup solution centered around the ease of setup you've come to expect with everything created by the Automattic/WordPress folks. You'll just have to decide if its shortcomings are worth it to you based on how much you blog and what it means to you.</p>
<p><strong>Thoughts? What is your current server backup plan like? Would you consider using VaultPress? If so, how much would you pay?</strong> </p>
<p><strong>Disclosure:</strong> As of the time of this posting, Automattic currently advertises on this blog.</p>
<p><strong>RSS ads</strong> (for the student loans, I promise!): <a href="http://paulstamatiou.com" title="PaulStamatiou.com - Tech News Reviews Guides">PaulStamatiou.com</a> runs the <a href="http://www.shareasale.com/r.cfm?b=198392&amp;u=181067&amp;m=24570&amp;urllink=&amp;afftrack=" title="DIYThemes THESIS">Thesis theme</a>. View my <a href="http://paulstamatiou.com/2008/02/12/how-to-download-with-newsgroups" title="How to Download with Newsgroups">usenet downloading how to</a> then checkout my usenet host <a href="http://www.giganews.com/?a=pstam:rss" title="Giganews usenet access">Giganews</a>.<br><br><a href="http://paulstamatiou.com/first-impressions-vaultpress-wordpress-backup">First Impressions: VaultPress (WordPress Backup)</a>

<p>  <a href="http://paulstamatiou.com" title="PaulStamatiou.com - Tech News, Reviews &amp; Guides">Paul Stamatiou</a> 2005-2010</p>            </p>


<p>Related posts:<ol><li><a href="http://paulstamatiou.com/wordpress-205-released" rel="bookmark" title="Permanent Link: WordPress 2.0.5 Released">WordPress 2.0.5 Released</a></li>
<li><a href="http://paulstamatiou.com/wordpress-releases-stats-plugin" rel="bookmark" title="Permanent Link: WordPress Releases Stats Plugin">WordPress Releases Stats Plugin</a></li>
<li><a href="http://paulstamatiou.com/bandwagon-launches-online-itunes-backup" rel="bookmark" title="Permanent Link: Bandwagon Launches  Online iTunes Backup">Bandwagon Launches  Online iTunes Backup</a></li>
<li><a href="http://paulstamatiou.com/wordpress-how-to-change-your-blogs-permalinks" rel="bookmark" title="Permanent Link: WordPress How To: Change Your Blog's Permalinks">WordPress How To: Change Your Blog's Permalinks</a></li>
<li><a href="http://paulstamatiou.com/sociable-wordpress-plugin-for-social-bookmarking" rel="bookmark" title="Permanent Link: Sociable: WordPress Plugin for Social Bookmarking">Sociable: WordPress Plugin for Social Bookmarking</a></li>
<li><a href="http://paulstamatiou.com/wordpress-quickie-custom-query-string-plugin" rel="bookmark" title="Permanent Link: WordPress Quickie: Custom Query String Plugin">WordPress Quickie: Custom Query String Plugin</a></li>
</ol></p><div>
<a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:39OJ6V-dSZE"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?d=39OJ6V-dSZE" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?i=S8ke8vJeg-0:OHIXug-BYJk:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?i=S8ke8vJeg-0:OHIXug-BYJk:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?i=S8ke8vJeg-0:OHIXug-BYJk:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?d=qj6IDK7rITs" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/paulstamatiou/~4/S8ke8vJeg-0" border="0" /> <br><br><a href="http://www.filome.com/key/backup" >backup</a> <a href="http://search.twitter.com/search?q=%22backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vaultpress" >vaultpress</a> <a href="http://search.twitter.com/search?q=%22vaultpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vaultpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/server" >server</a> <a href="http://search.twitter.com/search?q=%22server%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/server.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backup" >backup</a> <a href="http://search.twitter.com/search?q=%22backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vaultpress" >vaultpress</a> <a href="http://search.twitter.com/search?q=%22vaultpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vaultpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/server" >server</a> <a href="http://search.twitter.com/search?q=%22server%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/server.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plugin" >plugin</a> <a href="http://search.twitter.com/search?q=%22plugin%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plugin.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/files" >files</a> <a href="http://search.twitter.com/search?q=%22files%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/files.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first" >first</a> <a href="http://search.twitter.com/search?q=%22first%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/folders" >folders</a> <a href="http://search.twitter.com/search?q=%22folders%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/folders.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/file" >file</a> <a href="http://search.twitter.com/search?q=%22file%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/file.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/solution" >solution</a> <a href="http://search.twitter.com/search?q=%22solution%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/solution.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/database" >database</a> <a href="http://search.twitter.com/search?q=%22database%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/database.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/download" >download</a> <a href="http://search.twitter.com/search?q=%22download%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/download.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/restore" >restore</a> <a href="http://search.twitter.com/search?q=%22restore%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/restore.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backups" >backups</a> <a href="http://search.twitter.com/search?q=%22backups%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backups.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/complete" >complete</a> <a href="http://search.twitter.com/search?q=%22complete%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/complete.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automated" >automated</a> <a href="http://search.twitter.com/search?q=%22automated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/uploads" >uploads</a> <a href="http://search.twitter.com/search?q=%22uploads%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/uploads.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/need" >need</a> <a href="http://search.twitter.com/search?q=%22need%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/need.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/archive" >archive</a> <a href="http://search.twitter.com/search?q=%22archive%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/archive.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htaccess" >htaccess</a> <a href="http://search.twitter.com/search?q=%22htaccess%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htaccess.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/setup" >setup</a> <a href="http://search.twitter.com/search?q=%22setup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/setup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/root" >root</a> <a href="http://search.twitter.com/search?q=%22root%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/root.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/provides" >provides</a> <a href="http://search.twitter.com/search?q=%22provides%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/provides.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/month" >month</a> <a href="http://search.twitter.com/search?q=%22month%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/month.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/themes" >themes</a> <a href="http://search.twitter.com/search?q=%22themes%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/themes.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plugins" >plugins</a> <a href="http://search.twitter.com/search?q=%22plugins%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plugins.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/script" >script</a> <a href="http://search.twitter.com/search?q=%22script%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/script.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plan" >plan</a> <a href="http://search.twitter.com/search?q=%22plan%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plan.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backed" >backed</a> <a href="http://search.twitter.com/search?q=%22backed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media" >media</a> <a href="http://search.twitter.com/search?q=%22media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real" >real</a> <a href="http://search.twitter.com/search?q=%22real%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/changes" >changes</a> <a href="http://search.twitter.com/search?q=%22changes%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/changes.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site" >site</a> <a href="http://search.twitter.com/search?q=%22site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related" >related</a> <a href="http://search.twitter.com/search?q=%22related%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automattic" >automattic</a> <a href="http://search.twitter.com/search?q=%22automattic%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automattic.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backup solution" >backup solution</a> <a href="http://search.twitter.com/search?q=%22backup solution%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backup solution.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htaccess file" >htaccess file</a> <a href="http://search.twitter.com/search?q=%22htaccess file%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htaccess file.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress backup" >wordpress backup</a> <a href="http://search.twitter.com/search?q=%22wordpress backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog backup" >blog backup</a> <a href="http://search.twitter.com/search?q=%22blog backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/speed servers" >speed servers</a> <a href="http://search.twitter.com/search?q=%22speed servers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/speed servers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/admin panel" >admin panel</a> <a href="http://search.twitter.com/search?q=%22admin panel%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/admin panel.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first backup" >first backup</a> <a href="http://search.twitter.com/search?q=%22first backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/folder contained" >folder contained</a> <a href="http://search.twitter.com/search?q=%22folder contained%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/folder contained.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/server backup" >server backup</a> <a href="http://search.twitter.com/search?q=%22server backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/server backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/restoration feature" >restoration feature</a> <a href="http://search.twitter.com/search?q=%22restoration feature%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/restoration feature.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automated restoration" >automated restoration</a> <a href="http://search.twitter.com/search?q=%22automated restoration%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automated restoration.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per month" >per month</a> <a href="http://search.twitter.com/search?q=%22per month%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per month.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self hosted" >self hosted</a> <a href="http://search.twitter.com/search?q=%22self hosted%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self hosted.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new post" >new post</a> <a href="http://search.twitter.com/search?q=%22new post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media files" >media files</a> <a href="http://search.twitter.com/search?q=%22media files%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media files.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vaultpress wordpress" >vaultpress wordpress</a> <a href="http://search.twitter.com/search?q=%22vaultpress wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vaultpress wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/root htaccess" >root htaccess</a> <a href="http://search.twitter.com/search?q=%22root htaccess%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/root htaccess.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backup service" >backup service</a> <a href="http://search.twitter.com/search?q=%22backup service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backup service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress blog" >wordpress blog</a> <a href="http://search.twitter.com/search?q=%22wordpress blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/impressions vaultpress" >impressions vaultpress</a> <a href="http://search.twitter.com/search?q=%22impressions vaultpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/impressions vaultpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first impressions" >first impressions</a> <a href="http://search.twitter.com/search?q=%22first impressions%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first impressions.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cron job" >cron job</a> <a href="http://search.twitter.com/search?q=%22cron job%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cron job.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog backup solution" >blog backup solution</a> <a href="http://search.twitter.com/search?q=%22blog backup solution%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog backup solution.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automated restoration feature" >automated restoration feature</a> <a href="http://search.twitter.com/search?q=%22automated restoration feature%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automated restoration feature.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/root htaccess file" >root htaccess file</a> <a href="http://search.twitter.com/search?q=%22root htaccess file%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/root htaccess file.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vaultpress wordpress backup" >vaultpress wordpress backup</a> <a href="http://search.twitter.com/search?q=%22vaultpress wordpress backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vaultpress wordpress backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/impressions vaultpress wordpress" >impressions vaultpress wordpress</a> <a href="http://search.twitter.com/search?q=%22impressions vaultpress wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/impressions vaultpress wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first impressions vaultpress" >first impressions vaultpress</a> <a href="http://search.twitter.com/search?q=%22first impressions vaultpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first impressions vaultpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/0hPveGY2zYssuw">PaulStamatiou.com</a><br> First shared  by - <a href="http://www.filome.com/Jorg">Jorg</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><iframe src="http://feedads.g.doubleclick.net/~ah/f/kqan8insic188p32ligedg30a0/300/250?ca=1&amp;fh=280#http%3A%2F%2Fpaulstamatiou.com%2Ffirst-impressions-vaultpress-wordpress-backup" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><p>Three years ago I wrote <a href="http://paulstamatiou.com/how-to-bulletproof-server-backups-with-amazon-s3" title="How To: Bulletproof Server Backups with Amazon S3">How To: Bulletproof Server Backups with Amazon S3</a>, a post where I showed off a basic cron job'd script I used to backup my entire server to S3 nightly. I have been using some form of that script since then to backup my blog. Fortunately, I have never had a situation where I needed to completely restore my blog, though it was handy for the few times I accidentally nuked my root .htaccess file or something. Ideally, I would keep everything under git version control and possibly have a nice <a href="http://github.com/jestro/wordpress-capistrano">WordPress Capistrano</a> setup on my server for keeping WordPress and related non-media files safe and easily accessible (versus having to download then decompress a huge archive just to get to one file). In addition, I would have an rsync to S3 backup for media files and the database. But like many of you, I don't have the time to figure that out right now. That's why I became intrigued when I first caught wind of <strong>Automattic's turnkey WordPress backup service called <a href="http://vaultpress.com" title="Automattic VaultPress">VaultPress</a></strong>. Pay a monthly fee, set it and forget it.</p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_s3_backup.png" width="500" height="229" border="0" /> <br><small>My backup situation looked like this (and a terminal) before VaultPress.</small></div>
<p><span></span></p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/vaultpress_slogan.png" width="500" height="79" border="0" /> </div>
<p>VaultPress is a complete WordPress blog backup solution. Everything related to your WordPress installation from theme files and uploaded media all the way to the database will be backed up. Want to know the best part about it? <strong>Real-time backup</strong>. The second anything changes on your WordPress setup, be it a new post revision is saved, a new comment is created, a tag is added to a post, a new user registers, a plugin is added, an image uploaded <em>anything</em>, VaultPress gets pinged and that particular change is updated in your backup. </p>
<blockquote><p>The VaultPress plugin uses WordPress hooks to receive alerts when any information has changed on your site and syncs those changes with our servers. Live ticker messages are displayed to show the status of exactly what's going on  backing up a comment, adding a new post, changing an option, etc</p></blockquote>
<p>There are some edge cases where VaultPress won't know if you changed something, such as manual file uploading/editing via FTP, so it does an entire site scan every evening to detect any such changes and sync the backup as necessary. Depending on the plan you are signed up for, VaultPress will be able to scan for potential security threats as well.</p>
<p>I don't think I need to explain the benefits of real-time backup. Having backups initiate the moment something changes is much better than having to wait hours for my old cron job script to kick in. </p>
<h4>Setup</h4>
<p>First things first: VaultPress is currently in a private beta and many of its features have not yet been baked in. The information in this review will very likely be outdated in a few months, so please keep that in mind.</p>
<p>Setting up VaultPress is as simple as installing their plugin. It's not just any plugin, but rather a custom plugin just for your domain and blog. You need to have a WordPress.com account to be able to log into VaultPress to get the plugin but it will work on any self-hosted WordPress blog. After the plugin is uploaded and activated it will begin the lengthy first backup. I did not experience any issues with my first backup. It took a few hours to backup 5 years of blog posts, images, et cetera. I was able to monitor the progress within the WordPress admin panel as well as see general backup information.</p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_wp_totals.png" width="500" height="243" border="0" /> <br><small>Access basic VaultPress info within the WP Admin Panel</small></div>
<h4>Backup</h4>
<p>After the plugin is setup there's nothing else to it. VaultPress will continuously backup your blog as necessary. Logging into the VaultPress Dashboard provides more backup details and is where you'll go when it comes time to initiate a restore or download backed up files:</p>
<blockquote><p>This page provides a complete snapshot of each backup. Along with the date and time of each and every backup, you can review how many users, comments, attachments, pages, posts, revisions, safecss, authors, categories, link categories, post tags, uploads, images, themes, and plugins (whew!) are included in each of the backups.</p>
<p>You can also retrieve your data here by checking the box next to plugins, uploads, database, themes or all of the above and hitting that download button.</p></blockquote>
<div><a href="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_backups_1122.png" title="VaultPress WordPress Blog Backups"><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_backups.png" width="500" height="257" border="0" /> </a></div>
<div><a href="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_activity_1121.png" title="VaultPress Backup Activity"><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_activity.png" width="500" height="262" border="0" /> </a></div>
<h4><del>Restoring</del> Downloading then Manually Uploading</h4>
<p>What happens when something happens to your site and you need to fix something or revert to the most recent backup? Unfortunately, there is no automated restore feature built into VaultPress <em>yet</em>. At the moment you will have to download the backup archive to your local machine, decompress it, then use an FTP client to manually upload it to your server. Obviously a painful and very slow, manual ordeal.</p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_download.png" width="500" height="322" border="0" /> <br><small>VaultPress archives my uploads and then offers me a .tar.gz download.</small></div>
<p>Yeah, definitely not ideal. I went poking around the <a href="http://blog.vaultpress.com/2010/07/30/we-like-big-downloads/" title="We Like Big Downloads - VaultPress Blog">VaultPress blog</a> for upcoming plans:</p>
<blockquote><p>We have two things on the roadmap to address this. The first, and most important, is server-to-server restores. That means instead of you being in the middle, you give us a SFTP login and destination for your account and our high-speed servers talk directly to your high-speed servers and do in minutes what would take you hours or days. This is a high priority for us.</p>
<p>The second, to get around the archival problem, is allowing people to subscribe to get their backups on physical media, like a Blu-ray disk shipped to their office, or a USB stick.</p></blockquote>
<p>A server-to-server restore that appears to be in the works would be ideal and I can image the Automattic folks will do a great job implementing this. Until then, I downloaded a complete blog backup from WordPress, complete with some 194,000 items. It <strong>took VaultPress 31 minutes to build the archive</strong>, then 2 minutes for me to download the 453MB archive and a minute to decompress it to 550MB. Inside the archive there were 5 folders: <strong>plugins, root, sql, themes, uploads</strong>. </p>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/vaultpress_backup_files.png" width="500" height="243" border="0" /> <br><small>Files &amp; Folders in a complete VaultPress backup</small></div>
<p>The plugins, themes and uploads folders were a  straight copy of their respective equivalents within wp-content. However, the backup lacked any .svn metadata folders that were in those folders on my blog server. The root folder contained 3 files: my favicon.ico, robots.txt and wp-config.php. I was disappointed to see <strong>it did not include my heavily modified .htaccess</strong> file. And finally, the sql folder contained individual *.sql files for each table in my WordPress database. I like how they were separated by table instead of one file. That makes it easier to selectively restore parts of the database. For example if only your options got hosed you can just import wp_options.sql into phpMyAdmin.</p>
<h4>Verdict</h4>
<div><img src="http://paulstamatiou.com/wp-content/uploads/2010/08/pstam_vaultpress_pricing.png" width="500" height="188" border="0" /> <br><small>Official VaultPress pricing is still in the works.</small></div>
<p>Okay so what do we have thus far? An automated backup solution for your blog. Assuming that VaultPress will soon provide an easy backup restore solution, I still have a few nitpicks. Most important: I would like the ability to tell VaultPress to b<strong>ackup other files and folders on my server that are not part of WordPress</strong>. For example, I have various folders in the root of my site that while not directly related to WordPress, are still relied upon by my blog and would need to be backed up as well. Perhaps this issue is a known shortcoming of VaultPress's offering  that it is a <em>blog</em> backup solution, not an entire server backup solution?</p>
<p>VaultPress can't do real-time continuous backups for things that don't run through the plugin and set off one of its event handlers to initiate a backup/sync. At the very least VaultPress needs to backup the root .htaccess file and perhaps ask me what other files to backup on a regular basis. I hate when I do an automated WordPress update and it replaces my .htaccess file with a vanilla WordPress .htaccess.</p>
<p>That being said, <strong>VaultPress alone will not provide enough coverage</strong> for most advanced bloggers; bloggers that run self-hosted third party analytics suites, image galleries, host their own files for things like TinyGrab and more.</p>
<p>As for pricing, that is still up in the air but I have seen numbers between $15-40 per month online. Beta customers such as myself are currently on a discounted $15/month plan for the basic tier of service. A premium plan is also being offered and provides security scans as well. Personally, real-time database backup alone is worth at least $30 per month for me (I already pay $40/month for Amazon S3 for my various online backups and <a href="http://paulstamatiou.com/how-to-getting-started-with-amazon-cloudfront" title="How To: Getting Started with Amazon CloudFront">CloudFront</a> usage). If VaultPress saves me only one lost/corrupted/PEBKAC/what-have-you blog post per year, it <strong>will still pay for itself</strong>. However it is rather unsettling that I will need to have multiple paid backup solutions in place to ensure I have all of my server data backed up. At this rate, I do not think I will be retiring my S3 backup script anytime soon.</p>
<p>At the moment VaultPress is clearly in the early stages of product development and it would not be fair to rate their current offering. A backup service without an automated restoration feature is rather half-baked. When this automated restoration feature goes live, however, I would not hesitate to <strong>rate VaultPress 8.5 out of 10 Stammys</strong>.</p>
<p>VaultPress provides a sleek backup solution centered around the ease of setup you've come to expect with everything created by the Automattic/WordPress folks. You'll just have to decide if its shortcomings are worth it to you based on how much you blog and what it means to you.</p>
<p><strong>Thoughts? What is your current server backup plan like? Would you consider using VaultPress? If so, how much would you pay?</strong> </p>
<p><strong>Disclosure:</strong> As of the time of this posting, Automattic currently advertises on this blog.</p>
<p><strong>RSS ads</strong> (for the student loans, I promise!): <a href="http://paulstamatiou.com" title="PaulStamatiou.com - Tech News Reviews Guides">PaulStamatiou.com</a> runs the <a href="http://www.shareasale.com/r.cfm?b=198392&amp;u=181067&amp;m=24570&amp;urllink=&amp;afftrack=" title="DIYThemes THESIS">Thesis theme</a>. View my <a href="http://paulstamatiou.com/2008/02/12/how-to-download-with-newsgroups" title="How to Download with Newsgroups">usenet downloading how to</a> then checkout my usenet host <a href="http://www.giganews.com/?a=pstam:rss" title="Giganews usenet access">Giganews</a>.<br><br><a href="http://paulstamatiou.com/first-impressions-vaultpress-wordpress-backup">First Impressions: VaultPress (WordPress Backup)</a>

<p>  <a href="http://paulstamatiou.com" title="PaulStamatiou.com - Tech News, Reviews &amp; Guides">Paul Stamatiou</a> 2005-2010</p>            </p>


<p>Related posts:<ol><li><a href="http://paulstamatiou.com/wordpress-205-released" rel="bookmark" title="Permanent Link: WordPress 2.0.5 Released">WordPress 2.0.5 Released</a></li>
<li><a href="http://paulstamatiou.com/wordpress-releases-stats-plugin" rel="bookmark" title="Permanent Link: WordPress Releases Stats Plugin">WordPress Releases Stats Plugin</a></li>
<li><a href="http://paulstamatiou.com/bandwagon-launches-online-itunes-backup" rel="bookmark" title="Permanent Link: Bandwagon Launches  Online iTunes Backup">Bandwagon Launches  Online iTunes Backup</a></li>
<li><a href="http://paulstamatiou.com/wordpress-how-to-change-your-blogs-permalinks" rel="bookmark" title="Permanent Link: WordPress How To: Change Your Blog's Permalinks">WordPress How To: Change Your Blog's Permalinks</a></li>
<li><a href="http://paulstamatiou.com/sociable-wordpress-plugin-for-social-bookmarking" rel="bookmark" title="Permanent Link: Sociable: WordPress Plugin for Social Bookmarking">Sociable: WordPress Plugin for Social Bookmarking</a></li>
<li><a href="http://paulstamatiou.com/wordpress-quickie-custom-query-string-plugin" rel="bookmark" title="Permanent Link: WordPress Quickie: Custom Query String Plugin">WordPress Quickie: Custom Query String Plugin</a></li>
</ol></p><div>
<a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:39OJ6V-dSZE"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?d=39OJ6V-dSZE" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?i=S8ke8vJeg-0:OHIXug-BYJk:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?i=S8ke8vJeg-0:OHIXug-BYJk:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?i=S8ke8vJeg-0:OHIXug-BYJk:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/paulstamatiou?a=S8ke8vJeg-0:OHIXug-BYJk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/paulstamatiou?d=qj6IDK7rITs" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/paulstamatiou/~4/S8ke8vJeg-0" border="0" /> <br><br><a href="http://www.filome.com/key/backup" >backup</a> <a href="http://search.twitter.com/search?q=%22backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vaultpress" >vaultpress</a> <a href="http://search.twitter.com/search?q=%22vaultpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vaultpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/server" >server</a> <a href="http://search.twitter.com/search?q=%22server%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/server.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backup" >backup</a> <a href="http://search.twitter.com/search?q=%22backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vaultpress" >vaultpress</a> <a href="http://search.twitter.com/search?q=%22vaultpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vaultpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/server" >server</a> <a href="http://search.twitter.com/search?q=%22server%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/server.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plugin" >plugin</a> <a href="http://search.twitter.com/search?q=%22plugin%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plugin.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/files" >files</a> <a href="http://search.twitter.com/search?q=%22files%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/files.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first" >first</a> <a href="http://search.twitter.com/search?q=%22first%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/folders" >folders</a> <a href="http://search.twitter.com/search?q=%22folders%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/folders.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/file" >file</a> <a href="http://search.twitter.com/search?q=%22file%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/file.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/solution" >solution</a> <a href="http://search.twitter.com/search?q=%22solution%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/solution.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/database" >database</a> <a href="http://search.twitter.com/search?q=%22database%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/database.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/download" >download</a> <a href="http://search.twitter.com/search?q=%22download%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/download.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/restore" >restore</a> <a href="http://search.twitter.com/search?q=%22restore%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/restore.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backups" >backups</a> <a href="http://search.twitter.com/search?q=%22backups%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backups.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/complete" >complete</a> <a href="http://search.twitter.com/search?q=%22complete%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/complete.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automated" >automated</a> <a href="http://search.twitter.com/search?q=%22automated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/uploads" >uploads</a> <a href="http://search.twitter.com/search?q=%22uploads%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/uploads.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/need" >need</a> <a href="http://search.twitter.com/search?q=%22need%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/need.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/archive" >archive</a> <a href="http://search.twitter.com/search?q=%22archive%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/archive.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htaccess" >htaccess</a> <a href="http://search.twitter.com/search?q=%22htaccess%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htaccess.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/setup" >setup</a> <a href="http://search.twitter.com/search?q=%22setup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/setup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/root" >root</a> <a href="http://search.twitter.com/search?q=%22root%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/root.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/provides" >provides</a> <a href="http://search.twitter.com/search?q=%22provides%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/provides.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/month" >month</a> <a href="http://search.twitter.com/search?q=%22month%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/month.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/themes" >themes</a> <a href="http://search.twitter.com/search?q=%22themes%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/themes.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plugins" >plugins</a> <a href="http://search.twitter.com/search?q=%22plugins%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plugins.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/script" >script</a> <a href="http://search.twitter.com/search?q=%22script%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/script.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plan" >plan</a> <a href="http://search.twitter.com/search?q=%22plan%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plan.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backed" >backed</a> <a href="http://search.twitter.com/search?q=%22backed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media" >media</a> <a href="http://search.twitter.com/search?q=%22media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real" >real</a> <a href="http://search.twitter.com/search?q=%22real%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/changes" >changes</a> <a href="http://search.twitter.com/search?q=%22changes%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/changes.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site" >site</a> <a href="http://search.twitter.com/search?q=%22site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related" >related</a> <a href="http://search.twitter.com/search?q=%22related%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automattic" >automattic</a> <a href="http://search.twitter.com/search?q=%22automattic%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automattic.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backup solution" >backup solution</a> <a href="http://search.twitter.com/search?q=%22backup solution%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backup solution.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htaccess file" >htaccess file</a> <a href="http://search.twitter.com/search?q=%22htaccess file%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htaccess file.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress backup" >wordpress backup</a> <a href="http://search.twitter.com/search?q=%22wordpress backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog backup" >blog backup</a> <a href="http://search.twitter.com/search?q=%22blog backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/speed servers" >speed servers</a> <a href="http://search.twitter.com/search?q=%22speed servers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/speed servers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/admin panel" >admin panel</a> <a href="http://search.twitter.com/search?q=%22admin panel%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/admin panel.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first backup" >first backup</a> <a href="http://search.twitter.com/search?q=%22first backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/folder contained" >folder contained</a> <a href="http://search.twitter.com/search?q=%22folder contained%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/folder contained.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/server backup" >server backup</a> <a href="http://search.twitter.com/search?q=%22server backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/server backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/restoration feature" >restoration feature</a> <a href="http://search.twitter.com/search?q=%22restoration feature%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/restoration feature.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automated restoration" >automated restoration</a> <a href="http://search.twitter.com/search?q=%22automated restoration%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automated restoration.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per month" >per month</a> <a href="http://search.twitter.com/search?q=%22per month%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per month.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self hosted" >self hosted</a> <a href="http://search.twitter.com/search?q=%22self hosted%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self hosted.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new post" >new post</a> <a href="http://search.twitter.com/search?q=%22new post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media files" >media files</a> <a href="http://search.twitter.com/search?q=%22media files%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media files.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vaultpress wordpress" >vaultpress wordpress</a> <a href="http://search.twitter.com/search?q=%22vaultpress wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vaultpress wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/root htaccess" >root htaccess</a> <a href="http://search.twitter.com/search?q=%22root htaccess%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/root htaccess.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/backup service" >backup service</a> <a href="http://search.twitter.com/search?q=%22backup service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/backup service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress blog" >wordpress blog</a> <a href="http://search.twitter.com/search?q=%22wordpress blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/impressions vaultpress" >impressions vaultpress</a> <a href="http://search.twitter.com/search?q=%22impressions vaultpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/impressions vaultpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first impressions" >first impressions</a> <a href="http://search.twitter.com/search?q=%22first impressions%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first impressions.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cron job" >cron job</a> <a href="http://search.twitter.com/search?q=%22cron job%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cron job.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog backup solution" >blog backup solution</a> <a href="http://search.twitter.com/search?q=%22blog backup solution%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog backup solution.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automated restoration feature" >automated restoration feature</a> <a href="http://search.twitter.com/search?q=%22automated restoration feature%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automated restoration feature.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/root htaccess file" >root htaccess file</a> <a href="http://search.twitter.com/search?q=%22root htaccess file%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/root htaccess file.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vaultpress wordpress backup" >vaultpress wordpress backup</a> <a href="http://search.twitter.com/search?q=%22vaultpress wordpress backup%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vaultpress wordpress backup.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/impressions vaultpress wordpress" >impressions vaultpress wordpress</a> <a href="http://search.twitter.com/search?q=%22impressions vaultpress wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/impressions vaultpress wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first impressions vaultpress" >first impressions vaultpress</a> <a href="http://search.twitter.com/search?q=%22first impressions vaultpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first impressions vaultpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Wed, 01 Sep 2010 08:05:14 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,4</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Google Launches Blog Finder for Any Topic</title>
         <link>http://feedproxy.google.com/~r/readwriteweb/~3/y0oXhsHCyj8/google_launches_blog_finder_for_any_topic.php</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/Rp9epjK5sBzeqW">ReadWriteWeb</a><br> First shared  by - <a href="http://www.filome.com/chrisbrogan">chrisbrogan</a><br>syndication+ 0 | Search 1 | Shares 3<br><br><p><img src="http://www.readwriteweb.com/images/google_logo.gif" border="0" /> Google has quietly launched a new feature: search for blogs on any topic.  The company announced the new type of search in a<a href="http://googleblog.blogspot.com/2010/08/this-week-in-search-82710.html"> weekly round-up of search updates last week</a>, and respected SEO blogger Bill Slawski <a href="http://www.seobythesea.com/?p=4238">argues</a> that the launch may be related to a new Google patent.</p>

<p>This has the potential to be a wildly useful service.  How many of you have had professional or personal reasons to seek a list of the top blogs on a new topic?  I know I, and many people I talk to, find themselves in such need frequently.  How do you access the new search?  How well does it work?  Read on.</p>
<p align="right"><em>Sponsor</em><br><a href="http://d.ads.readwriteweb.com/ck.php?n=21568&amp;cb=21568"><img src="http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=21568&amp;n=21568" border="0" /> </a></p>

<p><img src="http://readwriteweb.com/images/academic_technology_incubators_-_Google_Search-20100831-171638.jpg" width="500" height="368" border="0" /> </p>

<h2>How to Search Google for Blogs by Topic</h2>

<p>The <a href="http://blogsearch.google.com">Google Blogsearch</a> service has for a long time surfaced a small number of blogs related to any search query, above the list of results from a search of blog posts, or entries.  <strong><em>This new search is different, though, and surfaces different results.</em></strong></p>

<p>Do a search on the general web search interface, google.com.  Then, click on the "more" link in the left-hand sidebar if "blogs" doesn't already appear as an option.  Once you're looking at blogs from this perspective, then a new option will appear in the sidebar: search for posts or blog home pages related to your query.</p>

<p>I searched for ceramics blogs, semantic web blogs, cloud blogs, social media blogs and more.  All those searches brought up pages and pages of clearly topical sources.  I imagine that different searches may have different degrees of success, but this is Google - so it ought to work well.</p>

<h2>How Good Are the Search Results?</h2>

<p>The search results in this new search by blog feature look pretty good to me.  The ranking of those results, however, seems questionable.  The more closely tied the title of the blog is to your search query, the higher the blog shows up in search results.  That's not the best indicator of quality or authority.</p>

<p>That said, in as much as I know about the topics I searched for, the top blogs in those fields definitely peppered the search results, to greater or lesser degrees.</p>

<p>What would I do with these search results?  To be honest, I'd ask our fabulous staff developer (whom you may not steal from us) to whip up some scripts that pulled down the first 300 search results (or more) from any query I searched for, grab the RSS feeds from those sites using another script and autodiscovery, turn the feeds into an OPML file, upload them to <a href="http://postrank.com">Postrank</a>, sort them by degrees of reader engagement, then chop off the top number from that list as suits your needs.  Your mileage may vary, of course.  I'd likely then use some other processes to make sure I wasn't missing too many obvious sites or including too many false positives. (And then I'd do some other stuff with it too.)</p>

<p>Now that the sun has set of the <a href="http://technorati.com">Technorati</a> blog directory, and no one has done as good a job in its place as it once did, it's great to see a new option at all.  The fact that full-text search is the method employed here, along with some patented analysis of the sites, is great.  The patent that Slawski points to, (<a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;Sect2=HITOFF&amp;u=%2Fnetahtml%2FPTO%2Fsearch-adv.htm&amp;r=1&amp;p=1&amp;f=G&amp;l=50&amp;d=PTXT&amp;S1=7,765,209.PN.&amp;OS=pn/7,765,209&amp;RS=PN/7,765,209">Indexing and retrieval of blogs</a>, filed September 2005), "describes how it may create a 'hybrid document' about a blog out of information from both XML feeds, blog posts, and pages linked to from those feeds and posts such as profile pages," he writes.</p>

<p>That great.  Add some ranking, some OPML export, and then we're really talking.</p>

<p>Long live blog search!</p>
<strong><a href="http://www.readwriteweb.com/archives/google_launches_blog_finder_for_any_topic.php#comments-open">Discuss</a></strong>
<p><a href="http://feedads.g.doubleclick.net/~at/3pKvp8rckk1sYsZB2x1FbMe-TpM/0/da"><img src="http://feedads.g.doubleclick.net/~at/3pKvp8rckk1sYsZB2x1FbMe-TpM/0/di" border="0" /> </a><br>
<a href="http://feedads.g.doubleclick.net/~at/3pKvp8rckk1sYsZB2x1FbMe-TpM/1/da"><img src="http://feedads.g.doubleclick.net/~at/3pKvp8rckk1sYsZB2x1FbMe-TpM/1/di" border="0" /> </a></p><div>
<a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:FFnlKYwJmN0"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=FFnlKYwJmN0" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:Ij26kaj3iuU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=Ij26kaj3iuU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:C2pbw5bZMiI"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=C2pbw5bZMiI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=y0oXhsHCyj8:H2P0MlfSn6M:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=y0oXhsHCyj8:H2P0MlfSn6M:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=y0oXhsHCyj8:H2P0MlfSn6M:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:OqabYuBsmOY"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=OqabYuBsmOY" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/readwriteweb/~4/y0oXhsHCyj8" border="0" /> <br><br><a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blogs" >blogs</a> <a href="http://search.twitter.com/search?q=%22blogs%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blogs.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new" >new</a> <a href="http://search.twitter.com/search?q=%22new%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blogs" >blogs</a> <a href="http://search.twitter.com/search?q=%22blogs%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blogs.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pages" >pages</a> <a href="http://search.twitter.com/search?q=%22pages%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pages.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/feeds" >feeds</a> <a href="http://search.twitter.com/search?q=%22feeds%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/feeds.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/different" >different</a> <a href="http://search.twitter.com/search?q=%22different%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/different.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query" >query</a> <a href="http://search.twitter.com/search?q=%22query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/topic" >topic</a> <a href="http://search.twitter.com/search?q=%22topic%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/topic.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search results" >search results</a> <a href="http://search.twitter.com/search?q=%22search results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new search" >new search</a> <a href="http://search.twitter.com/search?q=%22new search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog posts" >blog posts</a> <a href="http://search.twitter.com/search?q=%22blog posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search query" >search query</a> <a href="http://search.twitter.com/search?q=%22search query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/top blogs" >top blogs</a> <a href="http://search.twitter.com/search?q=%22top blogs%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/top blogs.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/Rp9epjK5sBzeqW">ReadWriteWeb</a><br> First shared  by - <a href="http://www.filome.com/chrisbrogan">chrisbrogan</a><br>syndication+ 0 | Search 1 | Shares 3<br><br><p><img src="http://www.readwriteweb.com/images/google_logo.gif" border="0" /> Google has quietly launched a new feature: search for blogs on any topic.  The company announced the new type of search in a<a href="http://googleblog.blogspot.com/2010/08/this-week-in-search-82710.html"> weekly round-up of search updates last week</a>, and respected SEO blogger Bill Slawski <a href="http://www.seobythesea.com/?p=4238">argues</a> that the launch may be related to a new Google patent.</p>

<p>This has the potential to be a wildly useful service.  How many of you have had professional or personal reasons to seek a list of the top blogs on a new topic?  I know I, and many people I talk to, find themselves in such need frequently.  How do you access the new search?  How well does it work?  Read on.</p>
<p align="right"><em>Sponsor</em><br><a href="http://d.ads.readwriteweb.com/ck.php?n=21568&amp;cb=21568"><img src="http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=21568&amp;n=21568" border="0" /> </a></p>

<p><img src="http://readwriteweb.com/images/academic_technology_incubators_-_Google_Search-20100831-171638.jpg" width="500" height="368" border="0" /> </p>

<h2>How to Search Google for Blogs by Topic</h2>

<p>The <a href="http://blogsearch.google.com">Google Blogsearch</a> service has for a long time surfaced a small number of blogs related to any search query, above the list of results from a search of blog posts, or entries.  <strong><em>This new search is different, though, and surfaces different results.</em></strong></p>

<p>Do a search on the general web search interface, google.com.  Then, click on the "more" link in the left-hand sidebar if "blogs" doesn't already appear as an option.  Once you're looking at blogs from this perspective, then a new option will appear in the sidebar: search for posts or blog home pages related to your query.</p>

<p>I searched for ceramics blogs, semantic web blogs, cloud blogs, social media blogs and more.  All those searches brought up pages and pages of clearly topical sources.  I imagine that different searches may have different degrees of success, but this is Google - so it ought to work well.</p>

<h2>How Good Are the Search Results?</h2>

<p>The search results in this new search by blog feature look pretty good to me.  The ranking of those results, however, seems questionable.  The more closely tied the title of the blog is to your search query, the higher the blog shows up in search results.  That's not the best indicator of quality or authority.</p>

<p>That said, in as much as I know about the topics I searched for, the top blogs in those fields definitely peppered the search results, to greater or lesser degrees.</p>

<p>What would I do with these search results?  To be honest, I'd ask our fabulous staff developer (whom you may not steal from us) to whip up some scripts that pulled down the first 300 search results (or more) from any query I searched for, grab the RSS feeds from those sites using another script and autodiscovery, turn the feeds into an OPML file, upload them to <a href="http://postrank.com">Postrank</a>, sort them by degrees of reader engagement, then chop off the top number from that list as suits your needs.  Your mileage may vary, of course.  I'd likely then use some other processes to make sure I wasn't missing too many obvious sites or including too many false positives. (And then I'd do some other stuff with it too.)</p>

<p>Now that the sun has set of the <a href="http://technorati.com">Technorati</a> blog directory, and no one has done as good a job in its place as it once did, it's great to see a new option at all.  The fact that full-text search is the method employed here, along with some patented analysis of the sites, is great.  The patent that Slawski points to, (<a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;Sect2=HITOFF&amp;u=%2Fnetahtml%2FPTO%2Fsearch-adv.htm&amp;r=1&amp;p=1&amp;f=G&amp;l=50&amp;d=PTXT&amp;S1=7,765,209.PN.&amp;OS=pn/7,765,209&amp;RS=PN/7,765,209">Indexing and retrieval of blogs</a>, filed September 2005), "describes how it may create a 'hybrid document' about a blog out of information from both XML feeds, blog posts, and pages linked to from those feeds and posts such as profile pages," he writes.</p>

<p>That great.  Add some ranking, some OPML export, and then we're really talking.</p>

<p>Long live blog search!</p>
<strong><a href="http://www.readwriteweb.com/archives/google_launches_blog_finder_for_any_topic.php#comments-open">Discuss</a></strong>
<p><a href="http://feedads.g.doubleclick.net/~at/3pKvp8rckk1sYsZB2x1FbMe-TpM/0/da"><img src="http://feedads.g.doubleclick.net/~at/3pKvp8rckk1sYsZB2x1FbMe-TpM/0/di" border="0" /> </a><br>
<a href="http://feedads.g.doubleclick.net/~at/3pKvp8rckk1sYsZB2x1FbMe-TpM/1/da"><img src="http://feedads.g.doubleclick.net/~at/3pKvp8rckk1sYsZB2x1FbMe-TpM/1/di" border="0" /> </a></p><div>
<a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:FFnlKYwJmN0"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=FFnlKYwJmN0" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:Ij26kaj3iuU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=Ij26kaj3iuU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:C2pbw5bZMiI"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=C2pbw5bZMiI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=y0oXhsHCyj8:H2P0MlfSn6M:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=y0oXhsHCyj8:H2P0MlfSn6M:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=y0oXhsHCyj8:H2P0MlfSn6M:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=y0oXhsHCyj8:H2P0MlfSn6M:OqabYuBsmOY"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=OqabYuBsmOY" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/readwriteweb/~4/y0oXhsHCyj8" border="0" /> <br><br><a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blogs" >blogs</a> <a href="http://search.twitter.com/search?q=%22blogs%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blogs.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new" >new</a> <a href="http://search.twitter.com/search?q=%22new%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blogs" >blogs</a> <a href="http://search.twitter.com/search?q=%22blogs%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blogs.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pages" >pages</a> <a href="http://search.twitter.com/search?q=%22pages%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pages.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/feeds" >feeds</a> <a href="http://search.twitter.com/search?q=%22feeds%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/feeds.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/different" >different</a> <a href="http://search.twitter.com/search?q=%22different%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/different.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query" >query</a> <a href="http://search.twitter.com/search?q=%22query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/topic" >topic</a> <a href="http://search.twitter.com/search?q=%22topic%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/topic.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search results" >search results</a> <a href="http://search.twitter.com/search?q=%22search results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new search" >new search</a> <a href="http://search.twitter.com/search?q=%22new search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog posts" >blog posts</a> <a href="http://search.twitter.com/search?q=%22blog posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search query" >search query</a> <a href="http://search.twitter.com/search?q=%22search query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/top blogs" >top blogs</a> <a href="http://search.twitter.com/search?q=%22top blogs%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/top blogs.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Tue, 31 Aug 2010 20:50:08 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,5</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>A new WordPress Stack Exchange</title>
         <link>http://www.joelonsoftware.com/items/2010/08/31.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/sdz8bmbLESpo7c">Joel on Software</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 2<br><br><p>We've been opening new Stack Exchanges left and right on a variety of topics. In almost every case, the Stack Exchange appears to duplicate the content of an existing community. For example, our <a href="http://wordpress.stackexchange.com/">WordPress answers</a> site (now in beta) covers the exact same material as WordPress.org's <a href="http://wordpress.org/support/">existing forums</a>.</p>
<p align="center"><a href="http://wordpress.stackexchange.com/"><img src="http://www.joelonsoftware.com/items/2010/08/31wpanswers.PNG" border="0" /> </a></p>
<p>This is nothing new to us at Stack Overflow, which purported to cover the exact same material as hundreds (if not thousands) of other programming sites. There's no rule that says that there needs to be exactly one Q&amp;A website per topic.</p>
<p>There is, however, a compelling case for the Stack Exchange technology. WordPress.org's forums don't have voting, so you have to read through every answer and decide for yourself which one might solve your problem. They don't have reputation, so there's no way to see whether you're getting an answer from someone who knows what they're talking about. They don't have wiki-style editing, so collaboration is impossible. You have to log on to ask or answer a question, so the burden of participation is higher. Stack Overflow is simply better than traditional forums, which is why it largely replaced proprietary forums. I remember hours of discussion with John Resig and the folks at jQuery who couldn't decide whether to replace the <a href="http://groups.google.com/group/jquery-en?pli=1">jQuery Google Group</a> with a forum or with a Stack Exchange. Ultimately it didn't matter that much, because most of the jQuery Q&amp;A activity <a href="http://stackoverflow.com/questions/tagged/jquery">happens on Stack Overflow</a> anyway.</p>
<p>One day, the features that are standard on Stack Exchange will be copied everywhere. Until then, <a href="http://area51.stackexchange.com/">we'll keep churning out new sites</a>.</p>
<p align="center"><a href="http://area51.stackexchange.com/"><img src="http://www.joelonsoftware.com/items/2010/08/31ufo.PNG" border="0" /> </a></p>
<p>Need to hire a really great programmer? Want a job that doesn't drive you crazy? Visit the <a href="http://jobs.joelonsoftware.com/">Joel on Software Job Board</a>: Great software jobs, great people.
</p><br><br><a href="http://www.filome.com/key/stack" >stack</a> <a href="http://search.twitter.com/search?q=%22stack%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stack.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/exchange" >exchange</a> <a href="http://search.twitter.com/search?q=%22exchange%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/exchange.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new" >new</a> <a href="http://search.twitter.com/search?q=%22new%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/forums" >forums</a> <a href="http://search.twitter.com/search?q=%22forums%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/forums.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stack" >stack</a> <a href="http://search.twitter.com/search?q=%22stack%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stack.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/exchange" >exchange</a> <a href="http://search.twitter.com/search?q=%22exchange%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/exchange.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/forums" >forums</a> <a href="http://search.twitter.com/search?q=%22forums%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/forums.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stack exchange" >stack exchange</a> <a href="http://search.twitter.com/search?q=%22stack exchange%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stack exchange.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stack overflow" >stack overflow</a> <a href="http://search.twitter.com/search?q=%22stack overflow%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stack overflow.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/sdz8bmbLESpo7c">Joel on Software</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 2<br><br><p>We've been opening new Stack Exchanges left and right on a variety of topics. In almost every case, the Stack Exchange appears to duplicate the content of an existing community. For example, our <a href="http://wordpress.stackexchange.com/">WordPress answers</a> site (now in beta) covers the exact same material as WordPress.org's <a href="http://wordpress.org/support/">existing forums</a>.</p>
<p align="center"><a href="http://wordpress.stackexchange.com/"><img src="http://www.joelonsoftware.com/items/2010/08/31wpanswers.PNG" border="0" /> </a></p>
<p>This is nothing new to us at Stack Overflow, which purported to cover the exact same material as hundreds (if not thousands) of other programming sites. There's no rule that says that there needs to be exactly one Q&amp;A website per topic.</p>
<p>There is, however, a compelling case for the Stack Exchange technology. WordPress.org's forums don't have voting, so you have to read through every answer and decide for yourself which one might solve your problem. They don't have reputation, so there's no way to see whether you're getting an answer from someone who knows what they're talking about. They don't have wiki-style editing, so collaboration is impossible. You have to log on to ask or answer a question, so the burden of participation is higher. Stack Overflow is simply better than traditional forums, which is why it largely replaced proprietary forums. I remember hours of discussion with John Resig and the folks at jQuery who couldn't decide whether to replace the <a href="http://groups.google.com/group/jquery-en?pli=1">jQuery Google Group</a> with a forum or with a Stack Exchange. Ultimately it didn't matter that much, because most of the jQuery Q&amp;A activity <a href="http://stackoverflow.com/questions/tagged/jquery">happens on Stack Overflow</a> anyway.</p>
<p>One day, the features that are standard on Stack Exchange will be copied everywhere. Until then, <a href="http://area51.stackexchange.com/">we'll keep churning out new sites</a>.</p>
<p align="center"><a href="http://area51.stackexchange.com/"><img src="http://www.joelonsoftware.com/items/2010/08/31ufo.PNG" border="0" /> </a></p>
<p>Need to hire a really great programmer? Want a job that doesn't drive you crazy? Visit the <a href="http://jobs.joelonsoftware.com/">Joel on Software Job Board</a>: Great software jobs, great people.
</p><br><br><a href="http://www.filome.com/key/stack" >stack</a> <a href="http://search.twitter.com/search?q=%22stack%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stack.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/exchange" >exchange</a> <a href="http://search.twitter.com/search?q=%22exchange%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/exchange.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new" >new</a> <a href="http://search.twitter.com/search?q=%22new%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/forums" >forums</a> <a href="http://search.twitter.com/search?q=%22forums%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/forums.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stack" >stack</a> <a href="http://search.twitter.com/search?q=%22stack%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stack.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/exchange" >exchange</a> <a href="http://search.twitter.com/search?q=%22exchange%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/exchange.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/forums" >forums</a> <a href="http://search.twitter.com/search?q=%22forums%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/forums.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stack exchange" >stack exchange</a> <a href="http://search.twitter.com/search?q=%22stack exchange%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stack exchange.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stack overflow" >stack overflow</a> <a href="http://search.twitter.com/search?q=%22stack overflow%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stack overflow.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Tue, 31 Aug 2010 14:35:20 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,6</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>New SVG Web Release: Owlephant</title>
         <link>http://feedproxy.google.com/~r/ajaxian/~3/6b08negBu1U/10195</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/1DU7PXbSMVnGwx">Ajaxian » Front Page</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>The <a href="http://code.google.com/p/svgweb">SVG Web</a> team has announced a new release. SVG Web is a drop in JavaScript library that makes it easy to display SVG graphics on Internet Explorer 6, 7, and 8 using Flash.</p>
<p>The new SVG Web release, like all of their releases, is named after <a href="http://www.headinjurytheater.com/article73.htm">especially silly D&amp;D monsters</a>. The new release is code named Owlephant:</p>
<p><a href="http://codinginparadise.org/images/owlephant.jpg"><img src="http://codinginparadise.org/images/owlephant.jpg" border="0" /> </a> You've heard of Elephants, you've heard of Owls put them together and you get the fearsome Owlephant. If you encounter one, be sure it will be the last thing you ever, um, encounter. Hoot. stomp!</p>
<p>With this release SVG Web now scores 55.45% on the <a href="http://www.codedread.com/svg-support.php">SVG compatibility charts</a>, almost at the same level as IE 9 (58%).</p>
<p>Major aspects of this new release includes overhauls and fixes for gradients, clipping, events, text placement, and more. It also includes a huge step forward in SMIL animation support, including being able to animate path segments and interpolate their values, scripting SMIL with JavaScript, and more.</p>
<p>This release has been built by the community, with major contributions from Bruce Duncan from <a href="http://visualmining.com/">VisualMining.com</a>; Ken Stacey from <a href="http://svgmaker.com/">SVGMaker.com</a>; and the always awesome (and project co-leader) Rick Masters. Thanks to the many people like Michael Neutze, Bruce Rindahl, and more for their bug testing and evangelism!</p>
<p>Everything fixed in this release:</p>
<ul>
<li><a title="Radial gradient different between Flash and Native renders" href="http://www.blogger.com/p/svgweb/issues/detail?id=471"> Issue 471 </a>: Radial gradient different between Flash and Native renders</li>
<li><a title="gradients with bounding box cooordinates are positioned wrongly on circles" href="http://www.blogger.com/p/svgweb/issues/detail?id=349"> Issue 349 </a>: gradients with bounding box cooordinates are positioned wrongly on circles</li>
<li><a title="&#39;this&#39; not getting set correctly in SVG element event callback" href="http://www.blogger.com/p/svgweb/issues/detail?id=475"> Issue 475 </a>: this' not getting set correctly in SVG element event callback</li>
<li><a title="The change in the size of the ClipPath area is not reflected by Flash Renderer. " href="http://www.blogger.com/p/svgweb/issues/detail?id=477"> Issue 477 </a>: The change in the size of the ClipPath area is not reflected by Flash Renderer.</li>
<li><a title="Changing gradient stop does not trigger redraw of referencing elements" href="http://www.blogger.com/p/svgweb/issues/detail?id=483"> Issue 483 </a>: Changing gradient stop does not trigger redraw of referencing elements</li>
<li><a title="Dynamic clip-path attribute changes are not reflected." href="http://www.blogger.com/p/svgweb/issues/detail?id=484"> Issue 484 </a>: Dynamic clip-path attribute changes are not reflected.</li>
<li><a title="&lt;set&gt; Element Problems and numerous SMIL issues" href="http://www.blogger.com/p/svgweb/issues/detail?id=476"> Issue 476 </a>: <tt>set</tt> Element Problems and numerous SMIL issues</li>
<li><a title="Support beginElement() for animation elements" href="http://www.blogger.com/p/svgweb/issues/detail?id=489"> Issue 489 </a>: Support beginElement() for animation elements</li>
<li><a title="SVGTextNode.onDrawGlyph not removing glyph clones" href="http://www.blogger.com/p/svgweb/issues/detail?id=494"> Issue 494 </a>: SVGTextNode.onDrawGlyph not removing glyph clones</li>
<li><a title="Support units-per-em on SVG fonts" href="http://www.blogger.com/p/svgweb/issues/detail?id=495"> Issue 495 </a>: Support units-per-em on SVG fonts</li>
<li><a title="&#39;button&#39; property missing in mouse event object" href="http://www.blogger.com/p/svgweb/issues/detail?id=492"> Issue 492 </a>: button' property missing in mouse event object</li>
<li><a title="get svg.js even more compressed with Google&#39;s closure compiler" href="http://www.blogger.com/p/svgweb/issues/detail?id=472"> Issue 472 </a>: get svg.js even more compressed with Google's closure compiler (30K reduction)</li>
<li><a title="Object loaded svg with scripts not firing window load or SVGLoad event" href="http://www.blogger.com/p/svgweb/issues/detail?id=499"> Issue 499 </a>: Object loaded svg with scripts not firing window load or SVGLoad event</li>
<li><a title="Updating styles via Javascript does not visibly update child nodes in IE/Flash" href="http://www.blogger.com/p/svgweb/issues/detail?id=488"> Issue 488 </a>: Updating styles via Javascript does not visibly update child nodes in IE/Flash</li>
<li><a title="Support exponent values in path values" href="http://www.blogger.com/p/svgweb/issues/detail?id=496"> Issue 496 </a>: Support exponents in path values</li>
<li><a title="Radial Gradient userSpaceOnUse Matrix calculated incorrectly" href="http://www.blogger.com/p/svgweb/issues/detail?id=502"> Issue 502 </a>: Radial Gradient userSpaceOnUse Matrix calculated incorrectly</li>
<li><a title="Radial Gradient focalLen not used for stroke" href="http://www.blogger.com/p/svgweb/issues/detail?id=503"> Issue 503 </a>: Radial Gradient focalLen not used for stroke</li>
<li><a title="Radial Gradient userSpaceOnUse Matrix calculated incorrectly for SVGCircle and SVGEllipse nodes" href="http://www.blogger.com/p/svgweb/issues/detail?id=504"> Issue 504 </a>: Radial Gradient userSpaceOnUse Matrix calculated incorrectly for SVGCircle and SVGEllipse nodes</li>
<li><a title="bad &#39;target&#39; when click on text node" href="http://www.blogger.com/p/svgweb/issues/detail?id=497"> Issue 497 </a>: bad target' when click on text node</li>
<li><a title="Event handler fires only after second mouse click." href="http://www.blogger.com/p/svgweb/issues/detail?id=342"> Issue 342 </a>: Event handler fires only after second mouse click.</li>
<li><a title="Namespaced elements not allowed until svg element added to page" href="http://www.blogger.com/p/svgweb/issues/detail?id=507"> Issue 507 </a>: Namespaced elements not allowed until svg element added to page</li>
<li><a title="Rotated text not rendering for native fonts" href="http://www.blogger.com/p/svgweb/issues/detail?id=158">Issue 158</a>: Rotated text not rendering for native fonts (Mostly Fixed)</li>
<li><a title="Namespace exception loading video example in IE8" href="http://www.blogger.com/p/svgweb/issues/detail?id=467"> Issue 467 </a>: Namespace exception loading video example in IE8</li>
<li><a title="Font Family not used when surrounded by single quotes in Flash 10.1" href="http://www.blogger.com/p/svgweb/issues/detail?id=510"> Issue 510 </a>: Font Family not used when surrounded by single quotes in Flash 10.1</li>
<li><a title="SVG default fill-rule  &#39;nonzero&#39; not supported by flash 9" href="http://www.blogger.com/p/svgweb/issues/detail?id=57"> Issue 57 </a>: SVG default fill-rule nonzero' not supported by flash 9</li>
<li><a title="Nested &lt;svg&gt; elements don&#39;t show up in the DOM correctly" href="http://www.blogger.com/p/svgweb/issues/detail?id=123"> Issue 123 </a>: Nested <tt>svg</tt> elements don't show up in the DOM correctly</li>
<li><a title="Create unit tests around dynamically creating SMIL elements and attributes" href="http://www.blogger.com/p/svgweb/issues/detail?id=145">Issue 145</a>: dynamically creating SMIL elements and attributes</li>
<li><a title="Show SVG Web Release Name and Revision in Right Click Menu" href="http://www.blogger.com/p/svgweb/issues/detail?id=356"> Issue 356 </a>: Show SVG Web Release Name and Revision in Right Click Menu</li>
<li><a title="getElementsByTagNameNS returning text nodes" href="http://www.blogger.com/p/svgweb/issues/detail?id=513"> Issue 513 </a>: getElementsByTagNameNS returning text nodes</li>
<li><a title="Call handleEvent on EventListener objects passed to addEventListener" href="http://www.blogger.com/p/svgweb/issues/detail?id=515"> Issue 515 </a>: Call handleEvent on EventListener objects passed to addEventListener</li>
<li><a title="Elements with fill set to &#39;none&#39; should produce mouse events but do not" href="http://www.blogger.com/p/svgweb/issues/detail?id=517"> Issue 517 </a>: Elements with fill set to none' should produce mouse events but do not</li>
<li><a title="Avoid redraw on change to pointer-events attribute" href="http://www.blogger.com/p/svgweb/issues/detail?id=518"> Issue 518 </a>: Avoid redraw on change to pointer-events attribute</li>
<li><a title="Event listener from object element may be applied to svg element erroneously" href="http://www.blogger.com/p/svgweb/issues/detail?id=523"> Issue 523 </a>: Event listener from object element may be applied to svg element erroneously</li>
<li><a title="Need way to create element with self declared namespace" href="http://www.blogger.com/p/svgweb/issues/detail?id=522"> Issue 522 </a>: Need way to create element with self declared namespace</li>
<li><a title="Image element not respecting display=&#39;none&#39;" href="http://www.blogger.com/p/svgweb/issues/detail?id=525"> Issue 525 </a>: Image element not respecting display='none'</li>
<li><a title="Jquery $(window).scroll event will not fire after including the latest SVG Web release into the project" href="http://www.blogger.com/p/svgweb/issues/detail?id=524"> Issue 524 </a>: Jquery $(window).scroll event will not fire</li>
<li><a title="Excessive messages for detached event listeners" href="http://www.blogger.com/p/svgweb/issues/detail?id=527"> Issue 527 </a>: Excessive messages for detached event listeners</li>
<li><a title="Exception if remove event listener from detached element, then add to document" href="http://www.blogger.com/p/svgweb/issues/detail?id=528"> Issue 528 </a>: Exception if remove event listener from detached element, then add to document</li>
<li><a title="Support for animating path &quot;d&quot; attribute" href="http://www.blogger.com/p/svgweb/issues/detail?id=321"> Issue 321 </a>: Support for animating path d' attribute (and interpolate between values)</li>
<li><a title="clip-path not used when part of style attribute value" href="http://www.blogger.com/p/svgweb/issues/detail?id=514"> Issue 514 </a>: clip-path not used when part of style attribute value</li>
<li><a title="Object using clip path cannot have its opacity animated" href="http://www.blogger.com/p/svgweb/issues/detail?id=526"> Issue 526 </a>: Object using clip path cannot have its opacity animated</li>
<li><a title="Nested svg disappears when animated" href="http://www.blogger.com/p/svgweb/issues/detail?id=535"> Issue 535 </a>: Nested svg disappears when animated</li>
<li><a title="Problems tracking whether elements attached to document or not" href="http://www.blogger.com/p/svgweb/issues/detail?id=536"> Issue 536 </a>: Problems tracking whether elements attached to document or not</li>
<li><a title="Animation added in onload listener does not initialize" href="http://www.blogger.com/p/svgweb/issues/detail?id=537"> Issue 537 </a>: Animation added in onload listener does not initialize</li>
<li><a title="Node removed while invalid causes endless frame listening" href="http://www.blogger.com/p/svgweb/issues/detail?id=538"> Issue 538 </a>: Node removed while invalid causes endless frame listening</li>
<li><a title="Animation with invalid or forward href causes exception" href="http://www.blogger.com/p/svgweb/issues/detail?id=539"> Issue 539 </a>: Animation with invalid or forward href causes exception</li>
<li><a title="script stack space quota is exhausted by large svg file" href="http://www.blogger.com/p/svgweb/issues/detail?id=540"> Issue 540 </a>: script stack space quota is exhausted by large svg file</li>
<li><a title="Keyboard events are not supported properly" href="http://www.blogger.com/p/svgweb/issues/detail?id=511"> Issue 511 </a>: Keyboard events are not supported properly</li>
</ul>
<p><a href="http://code.google.com/p/svgweb/downloads/list">Download the release now</a> and <a href="http://codinginparadise.org/projects/svgweb/docs/QuickStart.html">get started</a>!</p>
<p>Please note that there are some breaking changes in this release that will affect code that uses older versions of SVG Web; more details <a href="http://codinginparadise.org/projects/svgweb/docs/UserManual.html#breaking_changes">here</a>. Also note that SVG Web does not yet support the native SVG functionality in IE 9 preview releases.</p>
<p>[Disclosure: I'm a member of the SVG Web team]</p>
<div>
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=6b08negBu1U:EFxLTn3AhnY:D7DqB2pKExk" border="0" /> </a>
</div><br><br><a href="http://www.filome.com/key/issue" >issue</a> <a href="http://search.twitter.com/search?q=%22issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/svg" >svg</a> <a href="http://search.twitter.com/search?q=%22svg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/svg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/release" >release</a> <a href="http://search.twitter.com/search?q=%22release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web" >web</a> <a href="http://search.twitter.com/search?q=%22web%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/event" >event</a> <a href="http://search.twitter.com/search?q=%22event%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/event.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/issue" >issue</a> <a href="http://search.twitter.com/search?q=%22issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/release" >release</a> <a href="http://search.twitter.com/search?q=%22release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/element" >element</a> <a href="http://search.twitter.com/search?q=%22element%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/element.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/event" >event</a> <a href="http://search.twitter.com/search?q=%22event%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/event.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/elements" >elements</a> <a href="http://search.twitter.com/search?q=%22elements%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/elements.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/support" >support</a> <a href="http://search.twitter.com/search?q=%22support%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/support.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/path" >path</a> <a href="http://search.twitter.com/search?q=%22path%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/path.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/flash" >flash</a> <a href="http://search.twitter.com/search?q=%22flash%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/flash.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient" >gradient</a> <a href="http://search.twitter.com/search?q=%22gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/attribute" >attribute</a> <a href="http://search.twitter.com/search?q=%22attribute%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/attribute.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/object" >object</a> <a href="http://search.twitter.com/search?q=%22object%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/object.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/events" >events</a> <a href="http://search.twitter.com/search?q=%22events%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/events.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text" >text</a> <a href="http://search.twitter.com/search?q=%22text%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/smil" >smil</a> <a href="http://search.twitter.com/search?q=%22smil%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/smil.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/radial" >radial</a> <a href="http://search.twitter.com/search?q=%22radial%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/radial.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/animation" >animation</a> <a href="http://search.twitter.com/search?q=%22animation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/animation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/svg web" >svg web</a> <a href="http://search.twitter.com/search?q=%22svg web%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/svg web.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/radial gradient" >radial gradient</a> <a href="http://search.twitter.com/search?q=%22radial gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/radial gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/svg element" >svg element</a> <a href="http://search.twitter.com/search?q=%22svg element%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/svg element.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new release" >new release</a> <a href="http://search.twitter.com/search?q=%22new release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/clip path" >clip path</a> <a href="http://search.twitter.com/search?q=%22clip path%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/clip path.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web release" >web release</a> <a href="http://search.twitter.com/search?q=%22web release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nodes issue" >nodes issue</a> <a href="http://search.twitter.com/search?q=%22nodes issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nodes issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/calculated incorrectly" >calculated incorrectly</a> <a href="http://search.twitter.com/search?q=%22calculated incorrectly%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/calculated incorrectly.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nested svg" >nested svg</a> <a href="http://search.twitter.com/search?q=%22nested svg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nested svg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/event listener" >event listener</a> <a href="http://search.twitter.com/search?q=%22event listener%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/event listener.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/animated issue" >animated issue</a> <a href="http://search.twitter.com/search?q=%22animated issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/animated issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/matrix calculated" >matrix calculated</a> <a href="http://search.twitter.com/search?q=%22matrix calculated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/matrix calculated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient userspaceonuse" >gradient userspaceonuse</a> <a href="http://search.twitter.com/search?q=%22gradient userspaceonuse%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient userspaceonuse.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/elements issue" >elements issue</a> <a href="http://search.twitter.com/search?q=%22elements issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/elements issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web team" >web team</a> <a href="http://search.twitter.com/search?q=%22web team%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web team.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new svg" >new svg</a> <a href="http://search.twitter.com/search?q=%22new svg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new svg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/values issue" >values issue</a> <a href="http://search.twitter.com/search?q=%22values issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/values issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/release svg" >release svg</a> <a href="http://search.twitter.com/search?q=%22release svg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release svg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/userspaceonuse matrix" >userspaceonuse matrix</a> <a href="http://search.twitter.com/search?q=%22userspaceonuse matrix%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/userspaceonuse matrix.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/matrix calculated incorrectly" >matrix calculated incorrectly</a> <a href="http://search.twitter.com/search?q=%22matrix calculated incorrectly%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/matrix calculated incorrectly.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/userspaceonuse matrix calculated" >userspaceonuse matrix calculated</a> <a href="http://search.twitter.com/search?q=%22userspaceonuse matrix calculated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/userspaceonuse matrix calculated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient userspaceonuse matrix" >gradient userspaceonuse matrix</a> <a href="http://search.twitter.com/search?q=%22gradient userspaceonuse matrix%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient userspaceonuse matrix.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/radial gradient userspaceonuse" >radial gradient userspaceonuse</a> <a href="http://search.twitter.com/search?q=%22radial gradient userspaceonuse%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/radial gradient userspaceonuse.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/1DU7PXbSMVnGwx">Ajaxian » Front Page</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>The <a href="http://code.google.com/p/svgweb">SVG Web</a> team has announced a new release. SVG Web is a drop in JavaScript library that makes it easy to display SVG graphics on Internet Explorer 6, 7, and 8 using Flash.</p>
<p>The new SVG Web release, like all of their releases, is named after <a href="http://www.headinjurytheater.com/article73.htm">especially silly D&amp;D monsters</a>. The new release is code named Owlephant:</p>
<p><a href="http://codinginparadise.org/images/owlephant.jpg"><img src="http://codinginparadise.org/images/owlephant.jpg" border="0" /> </a> You've heard of Elephants, you've heard of Owls put them together and you get the fearsome Owlephant. If you encounter one, be sure it will be the last thing you ever, um, encounter. Hoot. stomp!</p>
<p>With this release SVG Web now scores 55.45% on the <a href="http://www.codedread.com/svg-support.php">SVG compatibility charts</a>, almost at the same level as IE 9 (58%).</p>
<p>Major aspects of this new release includes overhauls and fixes for gradients, clipping, events, text placement, and more. It also includes a huge step forward in SMIL animation support, including being able to animate path segments and interpolate their values, scripting SMIL with JavaScript, and more.</p>
<p>This release has been built by the community, with major contributions from Bruce Duncan from <a href="http://visualmining.com/">VisualMining.com</a>; Ken Stacey from <a href="http://svgmaker.com/">SVGMaker.com</a>; and the always awesome (and project co-leader) Rick Masters. Thanks to the many people like Michael Neutze, Bruce Rindahl, and more for their bug testing and evangelism!</p>
<p>Everything fixed in this release:</p>
<ul>
<li><a title="Radial gradient different between Flash and Native renders" href="http://www.blogger.com/p/svgweb/issues/detail?id=471"> Issue 471 </a>: Radial gradient different between Flash and Native renders</li>
<li><a title="gradients with bounding box cooordinates are positioned wrongly on circles" href="http://www.blogger.com/p/svgweb/issues/detail?id=349"> Issue 349 </a>: gradients with bounding box cooordinates are positioned wrongly on circles</li>
<li><a title="&#39;this&#39; not getting set correctly in SVG element event callback" href="http://www.blogger.com/p/svgweb/issues/detail?id=475"> Issue 475 </a>: this' not getting set correctly in SVG element event callback</li>
<li><a title="The change in the size of the ClipPath area is not reflected by Flash Renderer. " href="http://www.blogger.com/p/svgweb/issues/detail?id=477"> Issue 477 </a>: The change in the size of the ClipPath area is not reflected by Flash Renderer.</li>
<li><a title="Changing gradient stop does not trigger redraw of referencing elements" href="http://www.blogger.com/p/svgweb/issues/detail?id=483"> Issue 483 </a>: Changing gradient stop does not trigger redraw of referencing elements</li>
<li><a title="Dynamic clip-path attribute changes are not reflected." href="http://www.blogger.com/p/svgweb/issues/detail?id=484"> Issue 484 </a>: Dynamic clip-path attribute changes are not reflected.</li>
<li><a title="&lt;set&gt; Element Problems and numerous SMIL issues" href="http://www.blogger.com/p/svgweb/issues/detail?id=476"> Issue 476 </a>: <tt>set</tt> Element Problems and numerous SMIL issues</li>
<li><a title="Support beginElement() for animation elements" href="http://www.blogger.com/p/svgweb/issues/detail?id=489"> Issue 489 </a>: Support beginElement() for animation elements</li>
<li><a title="SVGTextNode.onDrawGlyph not removing glyph clones" href="http://www.blogger.com/p/svgweb/issues/detail?id=494"> Issue 494 </a>: SVGTextNode.onDrawGlyph not removing glyph clones</li>
<li><a title="Support units-per-em on SVG fonts" href="http://www.blogger.com/p/svgweb/issues/detail?id=495"> Issue 495 </a>: Support units-per-em on SVG fonts</li>
<li><a title="&#39;button&#39; property missing in mouse event object" href="http://www.blogger.com/p/svgweb/issues/detail?id=492"> Issue 492 </a>: button' property missing in mouse event object</li>
<li><a title="get svg.js even more compressed with Google&#39;s closure compiler" href="http://www.blogger.com/p/svgweb/issues/detail?id=472"> Issue 472 </a>: get svg.js even more compressed with Google's closure compiler (30K reduction)</li>
<li><a title="Object loaded svg with scripts not firing window load or SVGLoad event" href="http://www.blogger.com/p/svgweb/issues/detail?id=499"> Issue 499 </a>: Object loaded svg with scripts not firing window load or SVGLoad event</li>
<li><a title="Updating styles via Javascript does not visibly update child nodes in IE/Flash" href="http://www.blogger.com/p/svgweb/issues/detail?id=488"> Issue 488 </a>: Updating styles via Javascript does not visibly update child nodes in IE/Flash</li>
<li><a title="Support exponent values in path values" href="http://www.blogger.com/p/svgweb/issues/detail?id=496"> Issue 496 </a>: Support exponents in path values</li>
<li><a title="Radial Gradient userSpaceOnUse Matrix calculated incorrectly" href="http://www.blogger.com/p/svgweb/issues/detail?id=502"> Issue 502 </a>: Radial Gradient userSpaceOnUse Matrix calculated incorrectly</li>
<li><a title="Radial Gradient focalLen not used for stroke" href="http://www.blogger.com/p/svgweb/issues/detail?id=503"> Issue 503 </a>: Radial Gradient focalLen not used for stroke</li>
<li><a title="Radial Gradient userSpaceOnUse Matrix calculated incorrectly for SVGCircle and SVGEllipse nodes" href="http://www.blogger.com/p/svgweb/issues/detail?id=504"> Issue 504 </a>: Radial Gradient userSpaceOnUse Matrix calculated incorrectly for SVGCircle and SVGEllipse nodes</li>
<li><a title="bad &#39;target&#39; when click on text node" href="http://www.blogger.com/p/svgweb/issues/detail?id=497"> Issue 497 </a>: bad target' when click on text node</li>
<li><a title="Event handler fires only after second mouse click." href="http://www.blogger.com/p/svgweb/issues/detail?id=342"> Issue 342 </a>: Event handler fires only after second mouse click.</li>
<li><a title="Namespaced elements not allowed until svg element added to page" href="http://www.blogger.com/p/svgweb/issues/detail?id=507"> Issue 507 </a>: Namespaced elements not allowed until svg element added to page</li>
<li><a title="Rotated text not rendering for native fonts" href="http://www.blogger.com/p/svgweb/issues/detail?id=158">Issue 158</a>: Rotated text not rendering for native fonts (Mostly Fixed)</li>
<li><a title="Namespace exception loading video example in IE8" href="http://www.blogger.com/p/svgweb/issues/detail?id=467"> Issue 467 </a>: Namespace exception loading video example in IE8</li>
<li><a title="Font Family not used when surrounded by single quotes in Flash 10.1" href="http://www.blogger.com/p/svgweb/issues/detail?id=510"> Issue 510 </a>: Font Family not used when surrounded by single quotes in Flash 10.1</li>
<li><a title="SVG default fill-rule  &#39;nonzero&#39; not supported by flash 9" href="http://www.blogger.com/p/svgweb/issues/detail?id=57"> Issue 57 </a>: SVG default fill-rule nonzero' not supported by flash 9</li>
<li><a title="Nested &lt;svg&gt; elements don&#39;t show up in the DOM correctly" href="http://www.blogger.com/p/svgweb/issues/detail?id=123"> Issue 123 </a>: Nested <tt>svg</tt> elements don't show up in the DOM correctly</li>
<li><a title="Create unit tests around dynamically creating SMIL elements and attributes" href="http://www.blogger.com/p/svgweb/issues/detail?id=145">Issue 145</a>: dynamically creating SMIL elements and attributes</li>
<li><a title="Show SVG Web Release Name and Revision in Right Click Menu" href="http://www.blogger.com/p/svgweb/issues/detail?id=356"> Issue 356 </a>: Show SVG Web Release Name and Revision in Right Click Menu</li>
<li><a title="getElementsByTagNameNS returning text nodes" href="http://www.blogger.com/p/svgweb/issues/detail?id=513"> Issue 513 </a>: getElementsByTagNameNS returning text nodes</li>
<li><a title="Call handleEvent on EventListener objects passed to addEventListener" href="http://www.blogger.com/p/svgweb/issues/detail?id=515"> Issue 515 </a>: Call handleEvent on EventListener objects passed to addEventListener</li>
<li><a title="Elements with fill set to &#39;none&#39; should produce mouse events but do not" href="http://www.blogger.com/p/svgweb/issues/detail?id=517"> Issue 517 </a>: Elements with fill set to none' should produce mouse events but do not</li>
<li><a title="Avoid redraw on change to pointer-events attribute" href="http://www.blogger.com/p/svgweb/issues/detail?id=518"> Issue 518 </a>: Avoid redraw on change to pointer-events attribute</li>
<li><a title="Event listener from object element may be applied to svg element erroneously" href="http://www.blogger.com/p/svgweb/issues/detail?id=523"> Issue 523 </a>: Event listener from object element may be applied to svg element erroneously</li>
<li><a title="Need way to create element with self declared namespace" href="http://www.blogger.com/p/svgweb/issues/detail?id=522"> Issue 522 </a>: Need way to create element with self declared namespace</li>
<li><a title="Image element not respecting display=&#39;none&#39;" href="http://www.blogger.com/p/svgweb/issues/detail?id=525"> Issue 525 </a>: Image element not respecting display='none'</li>
<li><a title="Jquery $(window).scroll event will not fire after including the latest SVG Web release into the project" href="http://www.blogger.com/p/svgweb/issues/detail?id=524"> Issue 524 </a>: Jquery $(window).scroll event will not fire</li>
<li><a title="Excessive messages for detached event listeners" href="http://www.blogger.com/p/svgweb/issues/detail?id=527"> Issue 527 </a>: Excessive messages for detached event listeners</li>
<li><a title="Exception if remove event listener from detached element, then add to document" href="http://www.blogger.com/p/svgweb/issues/detail?id=528"> Issue 528 </a>: Exception if remove event listener from detached element, then add to document</li>
<li><a title="Support for animating path &quot;d&quot; attribute" href="http://www.blogger.com/p/svgweb/issues/detail?id=321"> Issue 321 </a>: Support for animating path d' attribute (and interpolate between values)</li>
<li><a title="clip-path not used when part of style attribute value" href="http://www.blogger.com/p/svgweb/issues/detail?id=514"> Issue 514 </a>: clip-path not used when part of style attribute value</li>
<li><a title="Object using clip path cannot have its opacity animated" href="http://www.blogger.com/p/svgweb/issues/detail?id=526"> Issue 526 </a>: Object using clip path cannot have its opacity animated</li>
<li><a title="Nested svg disappears when animated" href="http://www.blogger.com/p/svgweb/issues/detail?id=535"> Issue 535 </a>: Nested svg disappears when animated</li>
<li><a title="Problems tracking whether elements attached to document or not" href="http://www.blogger.com/p/svgweb/issues/detail?id=536"> Issue 536 </a>: Problems tracking whether elements attached to document or not</li>
<li><a title="Animation added in onload listener does not initialize" href="http://www.blogger.com/p/svgweb/issues/detail?id=537"> Issue 537 </a>: Animation added in onload listener does not initialize</li>
<li><a title="Node removed while invalid causes endless frame listening" href="http://www.blogger.com/p/svgweb/issues/detail?id=538"> Issue 538 </a>: Node removed while invalid causes endless frame listening</li>
<li><a title="Animation with invalid or forward href causes exception" href="http://www.blogger.com/p/svgweb/issues/detail?id=539"> Issue 539 </a>: Animation with invalid or forward href causes exception</li>
<li><a title="script stack space quota is exhausted by large svg file" href="http://www.blogger.com/p/svgweb/issues/detail?id=540"> Issue 540 </a>: script stack space quota is exhausted by large svg file</li>
<li><a title="Keyboard events are not supported properly" href="http://www.blogger.com/p/svgweb/issues/detail?id=511"> Issue 511 </a>: Keyboard events are not supported properly</li>
</ul>
<p><a href="http://code.google.com/p/svgweb/downloads/list">Download the release now</a> and <a href="http://codinginparadise.org/projects/svgweb/docs/QuickStart.html">get started</a>!</p>
<p>Please note that there are some breaking changes in this release that will affect code that uses older versions of SVG Web; more details <a href="http://codinginparadise.org/projects/svgweb/docs/UserManual.html#breaking_changes">here</a>. Also note that SVG Web does not yet support the native SVG functionality in IE 9 preview releases.</p>
<p>[Disclosure: I'm a member of the SVG Web team]</p>
<div>
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=6b08negBu1U:EFxLTn3AhnY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=6b08negBu1U:EFxLTn3AhnY:D7DqB2pKExk" border="0" /> </a>
</div><br><br><a href="http://www.filome.com/key/issue" >issue</a> <a href="http://search.twitter.com/search?q=%22issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/svg" >svg</a> <a href="http://search.twitter.com/search?q=%22svg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/svg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/release" >release</a> <a href="http://search.twitter.com/search?q=%22release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web" >web</a> <a href="http://search.twitter.com/search?q=%22web%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/event" >event</a> <a href="http://search.twitter.com/search?q=%22event%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/event.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/issue" >issue</a> <a href="http://search.twitter.com/search?q=%22issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/release" >release</a> <a href="http://search.twitter.com/search?q=%22release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/element" >element</a> <a href="http://search.twitter.com/search?q=%22element%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/element.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/event" >event</a> <a href="http://search.twitter.com/search?q=%22event%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/event.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/elements" >elements</a> <a href="http://search.twitter.com/search?q=%22elements%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/elements.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/support" >support</a> <a href="http://search.twitter.com/search?q=%22support%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/support.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/path" >path</a> <a href="http://search.twitter.com/search?q=%22path%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/path.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/flash" >flash</a> <a href="http://search.twitter.com/search?q=%22flash%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/flash.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient" >gradient</a> <a href="http://search.twitter.com/search?q=%22gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/attribute" >attribute</a> <a href="http://search.twitter.com/search?q=%22attribute%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/attribute.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/object" >object</a> <a href="http://search.twitter.com/search?q=%22object%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/object.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/events" >events</a> <a href="http://search.twitter.com/search?q=%22events%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/events.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text" >text</a> <a href="http://search.twitter.com/search?q=%22text%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/smil" >smil</a> <a href="http://search.twitter.com/search?q=%22smil%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/smil.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/radial" >radial</a> <a href="http://search.twitter.com/search?q=%22radial%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/radial.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/animation" >animation</a> <a href="http://search.twitter.com/search?q=%22animation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/animation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/svg web" >svg web</a> <a href="http://search.twitter.com/search?q=%22svg web%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/svg web.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/radial gradient" >radial gradient</a> <a href="http://search.twitter.com/search?q=%22radial gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/radial gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/svg element" >svg element</a> <a href="http://search.twitter.com/search?q=%22svg element%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/svg element.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new release" >new release</a> <a href="http://search.twitter.com/search?q=%22new release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/clip path" >clip path</a> <a href="http://search.twitter.com/search?q=%22clip path%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/clip path.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web release" >web release</a> <a href="http://search.twitter.com/search?q=%22web release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nodes issue" >nodes issue</a> <a href="http://search.twitter.com/search?q=%22nodes issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nodes issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/calculated incorrectly" >calculated incorrectly</a> <a href="http://search.twitter.com/search?q=%22calculated incorrectly%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/calculated incorrectly.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nested svg" >nested svg</a> <a href="http://search.twitter.com/search?q=%22nested svg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nested svg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/event listener" >event listener</a> <a href="http://search.twitter.com/search?q=%22event listener%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/event listener.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/animated issue" >animated issue</a> <a href="http://search.twitter.com/search?q=%22animated issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/animated issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/matrix calculated" >matrix calculated</a> <a href="http://search.twitter.com/search?q=%22matrix calculated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/matrix calculated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient userspaceonuse" >gradient userspaceonuse</a> <a href="http://search.twitter.com/search?q=%22gradient userspaceonuse%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient userspaceonuse.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/elements issue" >elements issue</a> <a href="http://search.twitter.com/search?q=%22elements issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/elements issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web team" >web team</a> <a href="http://search.twitter.com/search?q=%22web team%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web team.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new svg" >new svg</a> <a href="http://search.twitter.com/search?q=%22new svg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new svg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/values issue" >values issue</a> <a href="http://search.twitter.com/search?q=%22values issue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/values issue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/release svg" >release svg</a> <a href="http://search.twitter.com/search?q=%22release svg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release svg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/userspaceonuse matrix" >userspaceonuse matrix</a> <a href="http://search.twitter.com/search?q=%22userspaceonuse matrix%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/userspaceonuse matrix.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/matrix calculated incorrectly" >matrix calculated incorrectly</a> <a href="http://search.twitter.com/search?q=%22matrix calculated incorrectly%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/matrix calculated incorrectly.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/userspaceonuse matrix calculated" >userspaceonuse matrix calculated</a> <a href="http://search.twitter.com/search?q=%22userspaceonuse matrix calculated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/userspaceonuse matrix calculated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient userspaceonuse matrix" >gradient userspaceonuse matrix</a> <a href="http://search.twitter.com/search?q=%22gradient userspaceonuse matrix%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient userspaceonuse matrix.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/radial gradient userspaceonuse" >radial gradient userspaceonuse</a> <a href="http://search.twitter.com/search?q=%22radial gradient userspaceonuse%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/radial gradient userspaceonuse.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Mon, 30 Aug 2010 19:55:17 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,7</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Working With WordPress Shortcodes</title>
         <link>http://feedproxy.google.com/~r/ProBlogDesign/~3/0rPFivWmmBw/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/u2p6DOE6NUJiuR">Pro Blog Design</a><br> First shared  by - <a href="http://www.filome.com/ScottS">ScottS</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://www.problogdesign.com/wp-content/uploads/2010/08/PBDESIGN-shortcodes.png" width="500" height="129" border="0" /> </p>
<p>WordPress shortcodes are used frequently in plugins and themes as a way to achieve extra functionality, without the need to modify template files. You just <strong>type the shortcode word right into your post</strong>. Some plugins and themes use them to add event calendars, some for making <a href="http://codecanyon.net/item/premium-wordpress-announcements-plugin/113296">announcements</a>, while others use them for inserting <a href="http://wordpress.org/extend/plugins/contact-form-7/">contact forms</a>.</p>
<p>Simply, WP shortcodes are awesome.</p>
<p>However, what if you're a <strong>theme / plugin developer wishing to use them</strong> for your next great product, but you have no idea where to start? We're going to fix that in this tutorial.</p>
<h3>1  Overview  Exactly Where We are Going</h3>
<p>We will start out by looking at the basic ways that we can use WP shortcodes, then we will move onto some more advanced tricks. After the usage sections, I'm going to show you some <strong>examples of real-world shortcodes</strong>, followed by even more ideas / references of what you could do with them.</p>
<h3>2  Getting Into the Basics</h3>
<p>The first you thing you should always do when working with something WordPress, is check the <a href="http://codex.wordpress.org/Shortcode_API">WordPress Codex</a>. It's a great reference and starting point.</p>
<p>Shortcodes, like just about everything else in WordPress, can be created in the <strong>functions.php</strong> file, or from within your plugin file if you're developing a plugin.</p>
<p>Let's start simple by making a shortcode that we can use to add additional styles to some text.</p>

<div><table><tr><td><pre>1
2
3
4
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> extra_style_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
   <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;&lt;span style=&quot;color: blue; text-decoration: underline;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/span&gt;&#39;</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'extra-style'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'extra_style_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>This is a very simple example that serves almost no purpose, but easily illustrates the basics of shortcode creation. It allows us to do something like this in our WP posts/pages:</p>

<div><div><pre style="font-family:monospace">[extra-style]Hello World![/extra-style]</pre></div></div>

<p>and have it outputted like this:</p>
<p><span style="color:blue;text-decoration:underline">Hello World!</span></p>
<p>So what's happening? It's simple, we're simply telling WordPress to put all of the text inside of the [ ] . . . [/ ] into a variable called <strong>$content</strong>, then outputting <strong> $content</strong> inside of a span tag that has some simple inline styling applied to it.</p>
<p>Okay, that was easy, now let's get into something a little more complex. This time we'll give the ability to define the color of the text using attributes.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> extra_style_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
    <span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
		<span style="color:#0000ff">&quot;color&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'blue'</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span>   
   <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;&lt;span style=&quot;color: &#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$color</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;; text-decoration: underline;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/span&gt;&#39;</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'extra-style'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'extra_style_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>Now we can do this:</p>

<div><div><pre style="font-family:monospace">[extra-style color=red]Hello World![/extra-style]</pre></div></div>

<p>and we'll see: <span style="color:red;text-decoration:underline">Hello World!</span></p>
<p>or:</p>

<div><div><pre style="font-family:monospace">[extra-style color=orange]Hello World![/extra-style]</pre></div></div>

<p>and we'll see: <span style="color:orange;text-decoration:underline">Hello World!</span>.</p>
<p>This example uses this bit of code</p>

<div><div><pre style="font-family:monospace">    <span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
		<span style="color:#0000ff">&quot;color&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'blue'</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></div></div>

<p>to extract the information inputted by the user for the variable <strong>color</strong>. We have also defined a default color of <span style="color:blue">blue</span> in case no color is defined.</p>
<p>Again, this example is pretty much useless, but its simplicity makes it very easy to understand.</p>
<p>Let's get just a little bit more complex before moving on.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> extra_style_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
    <span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
	<span style="color:#0000ff">&quot;color&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'blue'</span><span style="color:#339933">,</span>
        <span style="color:#0000ff">&quot;size&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'14px'</span><span style="color:#339933">,</span>
        <span style="color:#0000ff">&quot;padding&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'0px'</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span>   
   <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;&lt;span style=&quot;color: &#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$color</span> <span style="color:#339933">.</span> <span style="color:#0000ff">'; padding: '</span> <span style="color:#339933">.</span> <span style="color:#000088">$padding</span> <span style="color:#339933">.</span> <span style="color:#0000ff">'; font-size: '</span> <span style="color:#339933">.</span> <span style="color:#000088">$size</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;; text-decoration: underline;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/span&gt;&#39;</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'extra-style'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'extra_style_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>By using a shortcode like this within a block of text:</p>

<div><div><pre style="font-family:monospace">[extra-style color=purple size=18px padding=5px]Hello World![/extra-style]</pre></div></div>

<p>we could see something like this:</p>
<blockquote><p>Elementum odio? Sed, <span style="padding:5px;font-size:18px;color:purple">Hello World!</span> proin pulvinar eros nascetur, massa urna aliquam turpis elit, adipiscing mauris montes ac, vel lacus placerat in adipiscing ridiculus rhoncus.</p></blockquote>
<p>Well that's enough of the pointless examples; let's look at some real shortcode examples.</p>
<h3>3  Making an Information Box</h3>
<p>This shortcode example will let you include a nice little message box at the top of your post to help catch readers' eyes.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> box_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span>
<span style="color:#009900">{</span>
    <span style="color:#990000">extract</span><span style="color:#009900">(</span> shortcode_atts<span style="color:#009900">(</span> <span style="color:#990000">array</span><span style="color:#009900">(</span>
      <span style="color:#0000ff">'color'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'yellow'</span><span style="color:#339933">,</span>
      <span style="color:#0000ff">'size'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'medium'</span><span style="color:#339933">,</span>
      <span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span> <span style="color:#009900">)</span> <span style="color:#009900">)</span><span style="color:#339933">;</span>
 
      <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;
		&lt;style type=&quot;text/css&quot;&gt;
		.shortcode_box {
			padding: 2px 4px;
			border: 1px solid #ccc;
		}
		.yellow {
			background: #ffd149;
			color: #666;
		}
		.blue {
			background: #a0c5ef;
			color: #333;
		}
		.gray {
			background: #f0f0f0;
			color: #333;
		}
		&lt;/style&gt;
 
      &lt;div class=&quot;shortcode_box &#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$size</span> <span style="color:#339933">.</span> <span style="color:#0000ff">' '</span> <span style="color:#339933">.</span>  <span style="color:#000088">$color</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/div&gt;&#39;</span><span style="color:#339933">;</span>
 
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'box'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'box_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>Now we can use our box shortcode to produce something like this</p>
<div style="background:#ffd149;color:#666;border:1px solid #ccc;padding:2px 4px;margin-bottom:15px">This is a message box with important information you should read.</div>
<p>by using this shortcode:</p>

<div><div><pre style="font-family:monospace">[box color=yellow]This is a message box with important information you should read.[/box]</pre></div></div>

<p>By changing the <strong>color</strong> variable, we can have different colors of boxes:</p>
<div style="background:#a0c5ef;color:#666;border:1px solid #ccc;padding:2px 4px;margin-bottom:15px">This is a message box with important information you should read.</div>
<div style="background:#f0f0f0;color:#666;border:1px solid #ccc;padding:2px 4px;margin-bottom:15px">This is a message box with important information you should read.</div>
<p>With a little more CSS, we could also control the size of the box, but I'll leave that to you.</p>
<h3>4  Create a Download Button</h3>
<p>The process for creating a download button is very similar to creating a message box: we simplu wrap the content of the button inside of a div with some special CSS3 styles applied to it.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> button_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span>
<span style="color:#009900">{</span>
    <span style="color:#990000">extract</span><span style="color:#009900">(</span> shortcode_atts<span style="color:#009900">(</span> <span style="color:#990000">array</span><span style="color:#009900">(</span>
      <span style="color:#0000ff">'color'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'blue'</span><span style="color:#339933">,</span>
      <span style="color:#0000ff">'size'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'medium'</span><span style="color:#339933">,</span>
      <span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span> <span style="color:#009900">)</span> <span style="color:#009900">)</span><span style="color:#339933">;</span>
 
      <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;
		&lt;style type=&quot;text/css&quot;&gt;
		.shortcode_button {
			padding: 2px 8px;
			border: 1px solid #ccc;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
		}
		.black {
			background: #ffd149;
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#636363), to(#332F2F));
			background: -moz-linear-gradient(19% 75% 90deg,#332F2F, #636363);
			color: #f0f0f0;
			border-top-color: #1c1c1c;
			border-left-color: #1c1c1c;
			border-right-color: #525252;
			border-bottom-color: #525252;
		}
		.blue {
			background: #a0c5ef;
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#508BC7), to(#203F75));
			background: -moz-linear-gradient(19% 75% 90deg,#203F75, #508BC7);
			color: #f0f0f0;
			border-top-color: #023778;
			border-left-color: #023778;
			border-right-color: #26609e;
			border-bottom-color: #26609e;
		}
 
		.large	{
			width: 200px;
		}
		.medium	{
			width: 120px;
		}
		.small	{
			width: 80px;
		}
		&lt;/style&gt;
 
      &lt;div class=&quot;shortcode_button &#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$size</span> <span style="color:#339933">.</span> <span style="color:#0000ff">' '</span> <span style="color:#339933">.</span>  <span style="color:#000088">$color</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/div&gt;&#39;</span><span style="color:#339933">;</span>
 
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'button'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'button_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>We can display our button by using:</p>

<div><div><pre style="font-family:monospace">[button color=black size=medium]<span style="color:#009900">&lt;<span style="color:#000000;font-weight:bold">a</span> <span style="color:#000066">href</span><span style="color:#66cc66">=</span><span style="color:#ff0000">&quot;#&quot;</span>&gt;</span>Download<span style="color:#009900">&lt;<span style="color:#66cc66">/</span><span style="color:#000000;font-weight:bold">a</span>&gt;</span>[/button]</pre></div></div>

<p>which will give us:<br>
<a href="http://www.problogdesign.com/wp-content/uploads/2010/08/black_button.png"><img src="http://www.problogdesign.com/wp-content/uploads/2010/08/black_button.png" border="0" /> </a></p>
<p>In order to control the size or color of the button, all we have to do is create a CSS class with the same name as the value we input for our <strong>size / color</strong> variables. For example, if we do <em>size=large</em> in our shortcode, we need a CSS class called <em>large</em> in our stylesheet. You can see I have included extra styles in my above example to illustrate some possible options.</p>
<h3>5  Buttons and Boxes Together</h3>
<p>Shortcodes are great because they also let us combine them to a result like:</p>
<div style="background:#a0c5ef;color:#333;border:1px solid #ccc;padding:5px 8px;margin-bottom:15px">Porta ultricies. Amet odio amet, pellentesque elementum adipiscing sagittis enim, eu, proin placerat sed pid cum? Dictumst turpis integer. Adipiscing, porttitor scelerisque! Lorem turpis porttitor.
<p>Integer in, odio mattis ac! Nascetur augue odio in risus, arcu nunc, phasellus ultrices lectus velit, et tincidunt tristique. Integer vel pulvinar purus magnis.</p>
<div style="background:#ffd149;color:#f0f0f0;border-top-color:#1c1c1c;border-left-color:#1c1c1c;border-right-color:#525252;border-bottom-color:#525252;padding:2px 8px;border:1px solid #ccc;width:80px;border-top-color:#1c1c1c;border-left-color:#1c1c1c;border-right-color:#525252;border-bottom-color:#525252"><a href="http://www.problogdesign.com/#">Download</a></div>
</div>
<p>by using a shortcode like:</p>

<div><div><pre style="font-family:monospace">[box color=blue]Porta ultricies. Amet odio amet, pellentesque elementum adipiscing sagittis enim, eu, proin placerat sed pid cum? Dictumst turpis integer. Adipiscing, porttitor scelerisque! Lorem turpis porttitor.
 
Integer in, odio mattis ac! Nascetur augue odio in risus, arcu nunc, phasellus ultrices lectus velit, et tincidunt tristique. Integer vel pulvinar purus magnis.
 
[button color=black size=small]<span style="color:#009900">&lt;<span style="color:#000000;font-weight:bold">a</span> <span style="color:#000066">href</span><span style="color:#66cc66">=</span><span style="color:#ff0000">&quot;#&quot;</span>&gt;</span>Download[/button][/box]</pre></div></div>

<p>There is one small hitch, though. By default, WordPress does not allow you to embed shortcodes within other shortcodes. In order to get around that, we have to add a line to our <strong>functions.php</strong> or main plugin file:</p>

<div><div><pre style="font-family:monospace">add_filter<span style="color:#009900">(</span><span style="color:#0000ff">'the_content'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'do_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></div></div>

<p>This will make WordPress process both sets of shortcodes.</p>
<h3>6  Show Related Posts</h3>
<p>This is a really handy shortcode we can use to display a list of posts related to the current post by comparing tags.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> related_posts_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
	<span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
	    <span style="color:#0000ff">'limit'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'5'</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
 
	<span style="color:#000000;font-weight:bold">global</span> <span style="color:#000088">$wpdb</span><span style="color:#339933">,</span> <span style="color:#000088">$post</span><span style="color:#339933">,</span> <span style="color:#000088">$table_prefix</span><span style="color:#339933">;</span>
 
	<span style="color:#b1b100">if</span> <span style="color:#009900">(</span><span style="color:#000088">$post</span><span style="color:#339933">-&gt;</span><span style="color:#004000">ID</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
		<span style="color:#000088">$retval</span> <span style="color:#339933">=</span> <span style="color:#0000ff">&#39;&lt;ul&gt;&#39;</span><span style="color:#339933">;</span>
 		<span style="color:#666666;font-style:italic">// Get tags</span>
		<span style="color:#000088">$tags</span> <span style="color:#339933">=</span> wp_get_post_tags<span style="color:#009900">(</span><span style="color:#000088">$post</span><span style="color:#339933">-&gt;</span><span style="color:#004000">ID</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
		<span style="color:#000088">$tagsarray</span> <span style="color:#339933">=</span> <span style="color:#990000">array</span><span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">foreach</span> <span style="color:#009900">(</span><span style="color:#000088">$tags</span> <span style="color:#b1b100">as</span> <span style="color:#000088">$tag</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
			<span style="color:#000088">$tagsarray</span><span style="color:#009900">[</span><span style="color:#009900">]</span> <span style="color:#339933">=</span> <span style="color:#000088">$tag</span><span style="color:#339933">-&gt;</span><span style="color:#004000">term_id</span><span style="color:#339933">;</span>
		<span style="color:#009900">}</span>
		<span style="color:#000088">$tagslist</span> <span style="color:#339933">=</span> <span style="color:#990000">implode</span><span style="color:#009900">(</span><span style="color:#0000ff">','</span><span style="color:#339933">,</span> <span style="color:#000088">$tagsarray</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
 
		<span style="color:#666666;font-style:italic">// Do the query</span>
		<span style="color:#000088">$q</span> <span style="color:#339933">=</span> <span style="color:#0000ff">&quot;SELECT p.*, count(tr.object_id) as count
			FROM <span style="color:#006699;font-weight:bold">$wpdb-&gt;term_taxonomy</span> AS tt, <span style="color:#006699;font-weight:bold">$wpdb-&gt;term_relationships</span> AS tr, <span style="color:#006699;font-weight:bold">$wpdb-&gt;posts</span> AS p WHERE tt.taxonomy ='post_tag' AND tt.term_taxonomy_id = tr.term_taxonomy_id AND tr.object_id  = p.ID AND tt.term_id IN (<span style="color:#006699;font-weight:bold">$tagslist</span>) AND p.ID != <span style="color:#006699;font-weight:bold">$post-&gt;ID</span>
				AND p.post_status = &#39;publish&#39;
				AND p.post_date_gmt &lt; NOW()
 			GROUP BY tr.object_id
			ORDER BY count DESC, p.post_date_gmt DESC
			LIMIT <span style="color:#006699;font-weight:bold">$limit</span>;&quot;</span><span style="color:#339933">;</span>
 
		<span style="color:#000088">$related</span> <span style="color:#339933">=</span> <span style="color:#000088">$wpdb</span><span style="color:#339933">-&gt;</span><span style="color:#004000">get_results</span><span style="color:#009900">(</span><span style="color:#000088">$q</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
 		<span style="color:#b1b100">if</span> <span style="color:#009900">(</span> <span style="color:#000088">$related</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
			<span style="color:#b1b100">foreach</span><span style="color:#009900">(</span><span style="color:#000088">$related</span> <span style="color:#b1b100">as</span> <span style="color:#000088">$r</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
				<span style="color:#000088">$retval</span> <span style="color:#339933">.=</span> <span style="color:#0000ff">&#39;
	&lt;li&gt;&lt;a title=&quot;&#39;</span><span style="color:#339933">.</span>wptexturize<span style="color:#009900">(</span><span style="color:#000088">$r</span><span style="color:#339933">-&gt;</span><span style="color:#004000">post_title</span><span style="color:#009900">)</span><span style="color:#339933">.</span><span style="color:#0000ff">&#39;&quot; href=&quot;&#39;</span><span style="color:#339933">.</span>get_permalink<span style="color:#009900">(</span><span style="color:#000088">$r</span><span style="color:#339933">-&gt;</span><span style="color:#004000">ID</span><span style="color:#009900">)</span><span style="color:#339933">.</span><span style="color:#0000ff">&#39;&quot;&gt;&#39;</span><span style="color:#339933">.</span>wptexturize<span style="color:#009900">(</span><span style="color:#000088">$r</span><span style="color:#339933">-&gt;</span><span style="color:#004000">post_title</span><span style="color:#009900">)</span><span style="color:#339933">.</span><span style="color:#0000ff">&#39;&lt;/a&gt;&lt;/li&gt;
&#39;</span><span style="color:#339933">;</span>
			<span style="color:#009900">}</span>
		<span style="color:#009900">}</span> <span style="color:#b1b100">else</span> <span style="color:#009900">{</span>
			<span style="color:#000088">$retval</span> <span style="color:#339933">.=</span> <span style="color:#0000ff">&#39;
	&lt;li&gt;No related posts found&lt;/li&gt;
&#39;</span><span style="color:#339933">;</span>
		<span style="color:#009900">}</span>
		<span style="color:#000088">$retval</span> <span style="color:#339933">.=</span> <span style="color:#0000ff">&#39;&lt;/ul&gt;
&#39;</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">return</span> <span style="color:#000088">$retval</span><span style="color:#339933">;</span>
	<span style="color:#009900">}</span>
	<span style="color:#b1b100">return</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'related_posts'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'related_posts_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>We can show the related posts by using:</p>

<div><div><pre style="font-family:monospace">[related_posts]</pre></div></div>

<p><em>Credit goes to <a href="http://blue-anvil.com/archives/8-fun-useful-shortcode-functions-for-wordpress/">Blue Anvil</a> for this shortcode.</em></p>
<h3>7  Drop Caps With a Shortcode</h3>
<p><span style="display:block;float:left;font-size:50px;line-height:40px;margin:0 5px 0 0">D</span>rop caps are pretty and make your articles look really nice. They can really add some nice detail to post and make your site stand out above the rest.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> dropcap<span style="color:#009900">(</span><span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
	<span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;
&lt;div class=&quot;dropcap&quot;&gt;&#39;</span><span style="color:#339933">.</span><span style="color:#000088">$content</span><span style="color:#339933">.</span><span style="color:#0000ff">&#39;&lt;/div&gt;
;&#39;</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'dropcap'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'dropcap'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>The CSS:</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
</pre></td><td><pre style="font-family:monospace"><span style="color:#6666ff">.dropcap</span> <span style="color:#00AA00">{</span>
<span style="color:#000000;font-weight:bold">display</span><span style="color:#00AA00">:</span><span style="color:#993333">block</span><span style="color:#00AA00">;</span>
<span style="color:#000000;font-weight:bold">float</span><span style="color:#00AA00">:</span><span style="color:#000000;font-weight:bold">left</span><span style="color:#00AA00">;</span>
<span style="color:#000000;font-weight:bold">font-size</span><span style="color:#00AA00">:</span><span style="color:#933">50px</span><span style="color:#00AA00">;</span>
<span style="color:#000000;font-weight:bold">line-height</span><span style="color:#00AA00">:</span><span style="color:#933">40px</span><span style="color:#00AA00">;</span>
<span style="color:#000000;font-weight:bold">margin</span><span style="color:#00AA00">:</span><span style="color:#cc66cc">0</span> <span style="color:#933">5px</span> <span style="color:#cc66cc">0</span> <span style="color:#cc66cc">0</span><span style="color:#00AA00">;</span>
<span style="color:#00AA00">}</span></pre></td></tr></table></div>

<p>Use it with:</p>

<div><div><pre style="font-family:monospace">[dropcap]M[/dropcap]auris ut lectus erat. In ...</pre></div></div>

<p><em>Credit for this shortcode goes to <a href="http://www.tuttoaster.com/how-to-use-style-and-implement-wordpress-shortcodes/">TutToaster</a>.</em></p>
<h3>8  Custom Post Type Query</h3>
<p>Let's say that you have set up a custom post type called <strong>News</strong> and you wish to display all posts inside that custom post type on a page called <strong>Articles</strong>. You could do it with the code below:</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> news_shortcode<span style="color:#009900">(</span><span style="color:#009900">)</span>
<span style="color:#009900">{</span>
	<span style="color:#666666;font-style:italic">//The Query</span>
	query_posts<span style="color:#009900">(</span><span style="color:#0000ff">'post_type=news'</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#666666;font-style:italic">//The Loop</span>
	<span style="color:#b1b100">if</span> <span style="color:#009900">(</span> have_posts<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#339933">:</span> <span style="color:#b1b100">while</span> <span style="color:#009900">(</span> have_posts<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#339933">:</span> the_post<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">echo</span>	<span style="color:#0000ff">&#39;&lt;h3&gt;&lt;a href=&quot;&#39;</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> the_permalink<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> <span style="color:#0000ff">&#39;&quot;&gt;&#39;</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> the_title<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> <span style="color:#0000ff">&#39;&lt;/a&gt;&lt;/h3&gt;&#39;</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">echo</span> the_excerpt<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#b1b100">endwhile</span><span style="color:#339933">;</span> <span style="color:#b1b100">else</span><span style="color:#339933">:</span>
	<span style="color:#b1b100">endif</span><span style="color:#339933">;</span>
 
	<span style="color:#666666;font-style:italic">//Reset Query</span>
	wp_reset_query<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'news'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'news_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>Then display the news posts on your Articles page by using this shortcode:</p>

<div><div><pre style="font-family:monospace">[news]</pre></div></div>

<h3>9  Display Posts from Category on Page</h3>
<p>Very similar to the shortcode example above, we can also display limited number of posts from within a particular category using a shortcode like this:</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> category_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span> <span style="color:#009900">)</span>
<span style="color:#009900">{</span>
<span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
	    <span style="color:#0000ff">'limit'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'5'</span><span style="color:#339933">,</span>
            <span style="color:#0000ff">'category'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">''</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#666666;font-style:italic">//The Query</span>
	query_posts<span style="color:#009900">(</span><span style="color:#0000ff">'category='</span> <span style="color:#339933">.</span> <span style="color:#000088">$id</span> <span style="color:#339933">.</span> <span style="color:#0000ff">'posts_per_page='</span> <span style="color:#339933">.</span> <span style="color:#000088">$limit</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#666666;font-style:italic">//The Loop</span>
	<span style="color:#b1b100">if</span> <span style="color:#009900">(</span> have_posts<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#339933">:</span> <span style="color:#b1b100">while</span> <span style="color:#009900">(</span> have_posts<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#339933">:</span> the_post<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">echo</span>	<span style="color:#0000ff">&#39;&lt;h3&gt;&lt;a href=&quot;&#39;</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> the_permalink<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> <span style="color:#0000ff">&#39;&quot;&gt;&#39;</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> the_title<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> <span style="color:#0000ff">&#39;&lt;/a&gt;&lt;/h3&gt;&#39;</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">echo</span> the_excerpt<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#b1b100">endwhile</span><span style="color:#339933">;</span> <span style="color:#b1b100">else</span><span style="color:#339933">:</span>
	<span style="color:#b1b100">endif</span><span style="color:#339933">;</span>
 
	<span style="color:#666666;font-style:italic">//Reset Query</span>
	wp_reset_query<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'category'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'category_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>You can list the posts using:</p>

<div><div><pre style="font-family:monospace">[category id=# limit=5]</pre></div></div>

<p>Just replace <strong>#</strong> with the ID of the category you wish to display.</p>
<h3>10  Great Examples of Other Possible Shortcodes</h3>
<p>I've shown you a few examples, both of my own and other's creation, now let me give you even more examples of awesome things you could do.</p>
<p>Joen Asmussen of <a href="http://noscope.com">NoScope.com</a> created a really nifty little shortcode to make a Google PDF Viewer.</p>
<p><a href="http://noscope.com/journal/2010/02/wordpress-trick-create-a-google-viewer-pdf-shortcode?utm_source=twitterfeed&amp;utm_medium=twitter">Check it out here</a></p>
<p>Jean Baptiste, of <a href="http://www.wprecipes.com">WP-Recipes</a> created a shortcode to display a ReTweet or TweetMeme buttons in your posts. <a href="http://www.wprecipes.com/wordpress-tip-create-a-tweetmeme-retweeet-shortcode">Find it here</a>.</p>
<p><a href="http://justintadlock.com/">Justin Tadlock</a> made a great plugin that turns all (or most) WordPress template tags into shortcodes so that they can be used within the post editor. <a href="http://wordpress.org/extend/plugins/template-tag-shortcodes/">Download the Plugin</a>.</p>
<p>A few weeks ago I wrote a shortcode plugin of my own (sorry, couldn't leave myself out!). It's a shortcode utility plugin that allows you to insert a variety of message boxes and web buttons via shortcodes (similar to some of the examples I've used above). Check out <a href="http://demo.pippinspages.com/wp-utility-shortcodes/">WP Utility Shortcodes</a>.</p>
<h3>11  Some More Ideas</h3>
<ul>
<li>Use shortcodes for displaying contact forms</li>
<li>use shortcodes for displaying a Google map</li>
<li>Shortcodes to display author bios</li>
<li>A shortcode that outputs all of your social network info</li>
<li>Shortcodes for image galleries</li>
<li>Shortcodes for jQuery image sliders</li>
</ul>
<p>Have you seen any other interesting uses of shortcodes? <strong>Do you make use of them in your site already?</strong></p>
<img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/0rPFivWmmBw" border="0" /> <br><br><a href="http://www.filome.com/key/shortcode" >shortcode</a> <a href="http://search.twitter.com/search?q=%22shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gt" >gt</a> <a href="http://search.twitter.com/search?q=%22gt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color" >color</a> <a href="http://search.twitter.com/search?q=%22color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lt" >lt</a> <a href="http://search.twitter.com/search?q=%22lt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style" >style</a> <a href="http://search.twitter.com/search?q=%22style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode" >shortcode</a> <a href="http://search.twitter.com/search?q=%22shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color" >color</a> <a href="http://search.twitter.com/search?q=%22color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style" >style</a> <a href="http://search.twitter.com/search?q=%22style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts" >atts</a> <a href="http://search.twitter.com/search?q=%22atts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcodes" >shortcodes</a> <a href="http://search.twitter.com/search?q=%22shortcodes%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcodes.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extra" >extra</a> <a href="http://search.twitter.com/search?q=%22extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/content" >content</a> <a href="http://search.twitter.com/search?q=%22content%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/content.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/size" >size</a> <a href="http://search.twitter.com/search?q=%22size%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/size.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/button" >button</a> <a href="http://search.twitter.com/search?q=%22button%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/button.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border" >border</a> <a href="http://search.twitter.com/search?q=%22border%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/echo" >echo</a> <a href="http://search.twitter.com/search?q=%22echo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/echo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related" >related</a> <a href="http://search.twitter.com/search?q=%22related%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blue" >blue</a> <a href="http://search.twitter.com/search?q=%22blue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/display" >display</a> <a href="http://search.twitter.com/search?q=%22display%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/display.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query" >query</a> <a href="http://search.twitter.com/search?q=%22query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/category" >category</a> <a href="http://search.twitter.com/search?q=%22category%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/category.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text" >text</a> <a href="http://search.twitter.com/search?q=%22text%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/function" >function</a> <a href="http://search.twitter.com/search?q=%22function%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/function.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/world" >world</a> <a href="http://search.twitter.com/search?q=%22world%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/world.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background" >background</a> <a href="http://search.twitter.com/search?q=%22background%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/array" >array</a> <a href="http://search.twitter.com/search?q=%22array%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/array.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extract" >extract</a> <a href="http://search.twitter.com/search?q=%22extract%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extract.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plugin" >plugin</a> <a href="http://search.twitter.com/search?q=%22plugin%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plugin.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/return" >return</a> <a href="http://search.twitter.com/search?q=%22return%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/return.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/odio" >odio</a> <a href="http://search.twitter.com/search?q=%22odio%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/odio.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message" >message</a> <a href="http://search.twitter.com/search?q=%22message%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news" >news</a> <a href="http://search.twitter.com/search?q=%22news%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/span" >span</a> <a href="http://search.twitter.com/search?q=%22span%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/span.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dropcap" >dropcap</a> <a href="http://search.twitter.com/search?q=%22dropcap%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dropcap.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/type" >type</a> <a href="http://search.twitter.com/search?q=%22type%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/type.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/examples" >examples</a> <a href="http://search.twitter.com/search?q=%22examples%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/examples.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/example" >example</a> <a href="http://search.twitter.com/search?q=%22example%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/example.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/limit" >limit</a> <a href="http://search.twitter.com/search?q=%22limit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/limit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/integer" >integer</a> <a href="http://search.twitter.com/search?q=%22integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tags" >tags</a> <a href="http://search.twitter.com/search?q=%22tags%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tags.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/download" >download</a> <a href="http://search.twitter.com/search?q=%22download%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/download.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/term" >term</a> <a href="http://search.twitter.com/search?q=%22term%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/term.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adipiscing" >adipiscing</a> <a href="http://search.twitter.com/search?q=%22adipiscing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adipiscing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/padding" >padding</a> <a href="http://search.twitter.com/search?q=%22padding%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/padding.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/null" >null</a> <a href="http://search.twitter.com/search?q=%22null%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/null.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/retval" >retval</a> <a href="http://search.twitter.com/search?q=%22retval%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/retval.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wpdb" >wpdb</a> <a href="http://search.twitter.com/search?q=%22wpdb%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wpdb.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/title" >title</a> <a href="http://search.twitter.com/search?q=%22title%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/title.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turpis" >turpis</a> <a href="http://search.twitter.com/search?q=%22turpis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turpis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/class" >class</a> <a href="http://search.twitter.com/search?q=%22class%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/class.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/little" >little</a> <a href="http://search.twitter.com/search?q=%22little%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/little.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/href" >href</a> <a href="http://search.twitter.com/search?q=%22href%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/href.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/called" >called</a> <a href="http://search.twitter.com/search?q=%22called%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/called.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/page" >page</a> <a href="http://search.twitter.com/search?q=%22page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/reset" >reset</a> <a href="http://search.twitter.com/search?q=%22reset%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reset.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/simple" >simple</a> <a href="http://search.twitter.com/search?q=%22simple%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/simple.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/inside" >inside</a> <a href="http://search.twitter.com/search?q=%22inside%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/inside.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/taxonomy" >taxonomy</a> <a href="http://search.twitter.com/search?q=%22taxonomy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/taxonomy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/linear" >linear</a> <a href="http://search.twitter.com/search?q=%22linear%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/linear.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/amet" >amet</a> <a href="http://search.twitter.com/search?q=%22amet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/amet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient" >gradient</a> <a href="http://search.twitter.com/search?q=%22gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/read" >read</a> <a href="http://search.twitter.com/search?q=%22read%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/read.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porttitor" >porttitor</a> <a href="http://search.twitter.com/search?q=%22porttitor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porttitor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/medium" >medium</a> <a href="http://search.twitter.com/search?q=%22medium%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/medium.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extra style" >extra style</a> <a href="http://search.twitter.com/search?q=%22extra style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extra style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode atts" >shortcode atts</a> <a href="http://search.twitter.com/search?q=%22shortcode atts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode atts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/add shortcode" >add shortcode</a> <a href="http://search.twitter.com/search?q=%22add shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/add shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hello world" >hello world</a> <a href="http://search.twitter.com/search?q=%22hello world%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hello world.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts array" >atts array</a> <a href="http://search.twitter.com/search?q=%22atts array%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts array.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related posts" >related posts</a> <a href="http://search.twitter.com/search?q=%22related posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extract shortcode" >extract shortcode</a> <a href="http://search.twitter.com/search?q=%22extract shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extract shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message box" >message box</a> <a href="http://search.twitter.com/search?q=%22message box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/content null" >content null</a> <a href="http://search.twitter.com/search?q=%22content null%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/content null.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts content" >atts content</a> <a href="http://search.twitter.com/search?q=%22atts content%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts content.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style shortcode" >style shortcode</a> <a href="http://search.twitter.com/search?q=%22style shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post type" >post type</a> <a href="http://search.twitter.com/search?q=%22post type%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post type.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/world extra" >world extra</a> <a href="http://search.twitter.com/search?q=%22world extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/world extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/reset query" >reset query</a> <a href="http://search.twitter.com/search?q=%22reset query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reset query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts return" >atts return</a> <a href="http://search.twitter.com/search?q=%22atts return%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts return.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode box" >shortcode box</a> <a href="http://search.twitter.com/search?q=%22shortcode box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/box shortcode" >box shortcode</a> <a href="http://search.twitter.com/search?q=%22box shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/box shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/download button" >download button</a> <a href="http://search.twitter.com/search?q=%22download button%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/download button.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border radius" >border radius</a> <a href="http://search.twitter.com/search?q=%22border radius%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border radius.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/radius 10px" >radius 10px</a> <a href="http://search.twitter.com/search?q=%22radius 10px%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/radius 10px.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode button" >shortcode button</a> <a href="http://search.twitter.com/search?q=%22shortcode button%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode button.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/size color" >size color</a> <a href="http://search.twitter.com/search?q=%22size color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/size color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/term taxonomy" >term taxonomy</a> <a href="http://search.twitter.com/search?q=%22term taxonomy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/term taxonomy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/custom post" >custom post</a> <a href="http://search.twitter.com/search?q=%22custom post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/custom post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/div class" >div class</a> <a href="http://search.twitter.com/search?q=%22div class%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/div class.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/function extra" >function extra</a> <a href="http://search.twitter.com/search?q=%22function extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/function extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/decoration underline" >decoration underline</a> <a href="http://search.twitter.com/search?q=%22decoration underline%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/decoration underline.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/span style" >span style</a> <a href="http://search.twitter.com/search?q=%22span style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/span style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text decoration" >text decoration</a> <a href="http://search.twitter.com/search?q=%22text decoration%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text decoration.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode extra" >shortcode extra</a> <a href="http://search.twitter.com/search?q=%22shortcode extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style extra" >style extra</a> <a href="http://search.twitter.com/search?q=%22style extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style color" >style color</a> <a href="http://search.twitter.com/search?q=%22style color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nunc phasellus" >nunc phasellus</a> <a href="http://search.twitter.com/search?q=%22nunc phasellus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nunc phasellus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/arcu nunc" >arcu nunc</a> <a href="http://search.twitter.com/search?q=%22arcu nunc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/arcu nunc.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/phasellus ultrices" >phasellus ultrices</a> <a href="http://search.twitter.com/search?q=%22phasellus ultrices%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/phasellus ultrices.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lorem turpis" >lorem turpis</a> <a href="http://search.twitter.com/search?q=%22lorem turpis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lorem turpis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turpis porttitor" >turpis porttitor</a> <a href="http://search.twitter.com/search?q=%22turpis porttitor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turpis porttitor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porttitor integer" >porttitor integer</a> <a href="http://search.twitter.com/search?q=%22porttitor integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porttitor integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nascetur augue" >nascetur augue</a> <a href="http://search.twitter.com/search?q=%22nascetur augue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nascetur augue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/scelerisque lorem" >scelerisque lorem</a> <a href="http://search.twitter.com/search?q=%22scelerisque lorem%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/scelerisque lorem.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/risus arcu" >risus arcu</a> <a href="http://search.twitter.com/search?q=%22risus arcu%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/risus arcu.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/odio mattis" >odio mattis</a> <a href="http://search.twitter.com/search?q=%22odio mattis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/odio mattis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/augue odio" >augue odio</a> <a href="http://search.twitter.com/search?q=%22augue odio%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/augue odio.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adipiscing porttitor" >adipiscing porttitor</a> <a href="http://search.twitter.com/search?q=%22adipiscing porttitor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adipiscing porttitor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/placerat sed" >placerat sed</a> <a href="http://search.twitter.com/search?q=%22placerat sed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/placerat sed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sed pid" >sed pid</a> <a href="http://search.twitter.com/search?q=%22sed pid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sed pid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/proin placerat" >proin placerat</a> <a href="http://search.twitter.com/search?q=%22proin placerat%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/proin placerat.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sagittis enim" >sagittis enim</a> <a href="http://search.twitter.com/search?q=%22sagittis enim%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sagittis enim.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adipiscing sagittis" >adipiscing sagittis</a> <a href="http://search.twitter.com/search?q=%22adipiscing sagittis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adipiscing sagittis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pid cum" >pid cum</a> <a href="http://search.twitter.com/search?q=%22pid cum%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pid cum.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cum dictumst" >cum dictumst</a> <a href="http://search.twitter.com/search?q=%22cum dictumst%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cum dictumst.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ultrices lectus" >ultrices lectus</a> <a href="http://search.twitter.com/search?q=%22ultrices lectus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ultrices lectus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/integer adipiscing" >integer adipiscing</a> <a href="http://search.twitter.com/search?q=%22integer adipiscing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/integer adipiscing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turpis integer" >turpis integer</a> <a href="http://search.twitter.com/search?q=%22turpis integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turpis integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dictumst turpis" >dictumst turpis</a> <a href="http://search.twitter.com/search?q=%22dictumst turpis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dictumst turpis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porttitor scelerisque" >porttitor scelerisque</a> <a href="http://search.twitter.com/search?q=%22porttitor scelerisque%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porttitor scelerisque.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vel pulvinar" >vel pulvinar</a> <a href="http://search.twitter.com/search?q=%22vel pulvinar%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vel pulvinar.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post title" >post title</a> <a href="http://search.twitter.com/search?q=%22post title%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post title.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/drop caps" >drop caps</a> <a href="http://search.twitter.com/search?q=%22drop caps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/drop caps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/date gmt" >date gmt</a> <a href="http://search.twitter.com/search?q=%22date gmt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/date gmt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post date" >post date</a> <a href="http://search.twitter.com/search?q=%22post date%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post date.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/elementum adipiscing" >elementum adipiscing</a> <a href="http://search.twitter.com/search?q=%22elementum adipiscing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/elementum adipiscing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/excerpt endwhile" >excerpt endwhile</a> <a href="http://search.twitter.com/search?q=%22excerpt endwhile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/excerpt endwhile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news shortcode" >news shortcode</a> <a href="http://search.twitter.com/search?q=%22news shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/title echo" >title echo</a> <a href="http://search.twitter.com/search?q=%22title echo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/title echo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post echo" >post echo</a> <a href="http://search.twitter.com/search?q=%22post echo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post echo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query posts" >query posts</a> <a href="http://search.twitter.com/search?q=%22query posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query query" >query query</a> <a href="http://search.twitter.com/search?q=%22query query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/array limit" >array limit</a> <a href="http://search.twitter.com/search?q=%22array limit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/array limit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/endif reset" >endif reset</a> <a href="http://search.twitter.com/search?q=%22endif reset%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/endif reset.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/permalink echo" >permalink echo</a> <a href="http://search.twitter.com/search?q=%22permalink echo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/permalink echo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/integer vel" >integer vel</a> <a href="http://search.twitter.com/search?q=%22integer vel%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/integer vel.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tristique integer" >tristique integer</a> <a href="http://search.twitter.com/search?q=%22tristique integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tristique integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tincidunt tristique" >tincidunt tristique</a> <a href="http://search.twitter.com/search?q=%22tincidunt tristique%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tincidunt tristique.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pulvinar purus" >pulvinar purus</a> <a href="http://search.twitter.com/search?q=%22pulvinar purus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pulvinar purus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/purus magnis" >purus magnis</a> <a href="http://search.twitter.com/search?q=%22purus magnis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/purus magnis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts shortcode" >posts shortcode</a> <a href="http://search.twitter.com/search?q=%22posts shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode news" >shortcode news</a> <a href="http://search.twitter.com/search?q=%22shortcode news%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode news.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts related" >posts related</a> <a href="http://search.twitter.com/search?q=%22posts related%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts related.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/category shortcode" >category shortcode</a> <a href="http://search.twitter.com/search?q=%22category shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/category shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lectus velit" >lectus velit</a> <a href="http://search.twitter.com/search?q=%22lectus velit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lectus velit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/bottom color" >bottom color</a> <a href="http://search.twitter.com/search?q=%22bottom color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/bottom color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background a0c5ef" >background a0c5ef</a> <a href="http://search.twitter.com/search?q=%22background a0c5ef%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background a0c5ef.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color 333" >color 333</a> <a href="http://search.twitter.com/search?q=%22color 333%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color 333.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background ffd149" >background ffd149</a> <a href="http://search.twitter.com/search?q=%22background ffd149%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background ffd149.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/solid ccc" >solid ccc</a> <a href="http://search.twitter.com/search?q=%22solid ccc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/solid ccc.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/1px solid" >1px solid</a> <a href="http://search.twitter.com/search?q=%221px solid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/1px solid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/box color" >box color</a> <a href="http://search.twitter.com/search?q=%22box color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/box color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/button shortcode" >button shortcode</a> <a href="http://search.twitter.com/search?q=%22button shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/button shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background moz" >background moz</a> <a href="http://search.twitter.com/search?q=%22background moz%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background moz.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/moz linear" >moz linear</a> <a href="http://search.twitter.com/search?q=%22moz linear%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/moz linear.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient linear" >gradient linear</a> <a href="http://search.twitter.com/search?q=%22gradient linear%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient linear.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/webkit gradient" >webkit gradient</a> <a href="http://search.twitter.com/search?q=%22webkit gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/webkit gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background webkit" >background webkit</a> <a href="http://search.twitter.com/search?q=%22background webkit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background webkit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border 1px" >border 1px</a> <a href="http://search.twitter.com/search?q=%22border 1px%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border 1px.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/padding 2px" >padding 2px</a> <a href="http://search.twitter.com/search?q=%22padding 2px%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/padding 2px.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color blue" >color blue</a> <a href="http://search.twitter.com/search?q=%22color blue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color blue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blue atts" >blue atts</a> <a href="http://search.twitter.com/search?q=%22blue atts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blue atts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plugin file" >plugin file</a> <a href="http://search.twitter.com/search?q=%22plugin file%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plugin file.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/functions php" >functions php</a> <a href="http://search.twitter.com/search?q=%22functions php%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/functions php.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contact forms" >contact forms</a> <a href="http://search.twitter.com/search?q=%22contact forms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contact forms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/font size" >font size</a> <a href="http://search.twitter.com/search?q=%22font size%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/font size.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode example" >shortcode example</a> <a href="http://search.twitter.com/search?q=%22shortcode example%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode example.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text css" >text css</a> <a href="http://search.twitter.com/search?q=%22text css%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text css.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style type" >style type</a> <a href="http://search.twitter.com/search?q=%22style type%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style type.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/medium atts" >medium atts</a> <a href="http://search.twitter.com/search?q=%22medium atts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/medium atts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/array color" >array color</a> <a href="http://search.twitter.com/search?q=%22array color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/array color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/linear gradient" >linear gradient</a> <a href="http://search.twitter.com/search?q=%22linear gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/linear gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient 19%" >gradient 19%</a> <a href="http://search.twitter.com/search?q=%22gradient 19%%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient 19%.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/button color" >button color</a> <a href="http://search.twitter.com/search?q=%22button color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/button color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color black" >color black</a> <a href="http://search.twitter.com/search?q=%22color black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color 26609e" >color 26609e</a> <a href="http://search.twitter.com/search?q=%22color 26609e%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color 26609e.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/023778 border" >023778 border</a> <a href="http://search.twitter.com/search?q=%22023778 border%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/023778 border.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color 023778" >color 023778</a> <a href="http://search.twitter.com/search?q=%22color 023778%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color 023778.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black size" >black size</a> <a href="http://search.twitter.com/search?q=%22black size%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black size.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/css class" >css class</a> <a href="http://search.twitter.com/search?q=%22css class%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/css class.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/odio amet" >odio amet</a> <a href="http://search.twitter.com/search?q=%22odio amet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/odio amet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/amet pellentesque" >amet pellentesque</a> <a href="http://search.twitter.com/search?q=%22amet pellentesque%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/amet pellentesque.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/amet odio" >amet odio</a> <a href="http://search.twitter.com/search?q=%22amet odio%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/amet odio.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ultricies amet" >ultricies amet</a> <a href="http://search.twitter.com/search?q=%22ultricies amet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ultricies amet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porta ultricies" >porta ultricies</a> <a href="http://search.twitter.com/search?q=%22porta ultricies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porta ultricies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress shortcodes" >wordpress shortcodes</a> <a href="http://search.twitter.com/search?q=%22wordpress shortcodes%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress shortcodes.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border bottom" >border bottom</a> <a href="http://search.twitter.com/search?q=%22border bottom%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border bottom.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/f0f0f0 border" >f0f0f0 border</a> <a href="http://search.twitter.com/search?q=%22f0f0f0 border%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/f0f0f0 border.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border top" >border top</a> <a href="http://search.twitter.com/search?q=%22border top%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border top.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color f0f0f0" >color f0f0f0</a> <a href="http://search.twitter.com/search?q=%22color f0f0f0%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color f0f0f0.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/75% 90deg" >75% 90deg</a> <a href="http://search.twitter.com/search?q=%2275% 90deg%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/75% 90deg.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/19% 75%" >19% 75%</a> <a href="http://search.twitter.com/search?q=%2219% 75%%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/19% 75%.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/top color" >top color</a> <a href="http://search.twitter.com/search?q=%22top color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/top color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color 1c1c1c" >color 1c1c1c</a> <a href="http://search.twitter.com/search?q=%22color 1c1c1c%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color 1c1c1c.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color 525252" >color 525252</a> <a href="http://search.twitter.com/search?q=%22color 525252%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color 525252.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/left color" >left color</a> <a href="http://search.twitter.com/search?q=%22left color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/left color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border left" >border left</a> <a href="http://search.twitter.com/search?q=%22border left%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border left.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/1c1c1c border" >1c1c1c border</a> <a href="http://search.twitter.com/search?q=%221c1c1c border%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/1c1c1c border.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pellentesque elementum" >pellentesque elementum</a> <a href="http://search.twitter.com/search?q=%22pellentesque elementum%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pellentesque elementum.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extract shortcode atts" >extract shortcode atts</a> <a href="http://search.twitter.com/search?q=%22extract shortcode atts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extract shortcode atts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode atts array" >shortcode atts array</a> <a href="http://search.twitter.com/search?q=%22shortcode atts array%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode atts array.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts content null" >atts content null</a> <a href="http://search.twitter.com/search?q=%22atts content null%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts content null.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extra style shortcode" >extra style shortcode</a> <a href="http://search.twitter.com/search?q=%22extra style shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extra style shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode atts content" >shortcode atts content</a> <a href="http://search.twitter.com/search?q=%22shortcode atts content%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode atts content.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hello world extra" >hello world extra</a> <a href="http://search.twitter.com/search?q=%22hello world extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hello world extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/world extra style" >world extra style</a> <a href="http://search.twitter.com/search?q=%22world extra style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/world extra style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extra style color" >extra style color</a> <a href="http://search.twitter.com/search?q=%22extra style color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extra style color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border radius 10px" >border radius 10px</a> <a href="http://search.twitter.com/search?q=%22border radius 10px%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border radius 10px.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/function extra style" >function extra style</a> <a href="http://search.twitter.com/search?q=%22function extra style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/function extra style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/custom post type" >custom post type</a> <a href="http://search.twitter.com/search?q=%22custom post type%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/custom post type.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style shortcode atts" >style shortcode atts</a> <a href="http://search.twitter.com/search?q=%22style shortcode atts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style shortcode atts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text decoration underline" >text decoration underline</a> <a href="http://search.twitter.com/search?q=%22text decoration underline%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text decoration underline.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style extra style" >style extra style</a> <a href="http://search.twitter.com/search?q=%22style extra style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style extra style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/add shortcode extra" >add shortcode extra</a> <a href="http://search.twitter.com/search?q=%22add shortcode extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/add shortcode extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extra style extra" >extra style extra</a> <a href="http://search.twitter.com/search?q=%22extra style extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extra style extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode extra style" >shortcode extra style</a> <a href="http://search.twitter.com/search?q=%22shortcode extra style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode extra style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nascetur augue odio" >nascetur augue odio</a> <a href="http://search.twitter.com/search?q=%22nascetur augue odio%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nascetur augue odio.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/risus arcu nunc" >risus arcu nunc</a> <a href="http://search.twitter.com/search?q=%22risus arcu nunc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/risus arcu nunc.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turpis porttitor integer" >turpis porttitor integer</a> <a href="http://search.twitter.com/search?q=%22turpis porttitor integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turpis porttitor integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porttitor scelerisque lorem" >porttitor scelerisque lorem</a> <a href="http://search.twitter.com/search?q=%22porttitor scelerisque lorem%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porttitor scelerisque lorem.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/integer adipiscing porttitor" >integer adipiscing porttitor</a> <a href="http://search.twitter.com/search?q=%22integer adipiscing porttitor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/integer adipiscing porttitor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adipiscing porttitor scelerisque" >adipiscing porttitor scelerisque</a> <a href="http://search.twitter.com/search?q=%22adipiscing porttitor scelerisque%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adipiscing porttitor scelerisque.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/arcu nunc phasellus" >arcu nunc phasellus</a> <a href="http://search.twitter.com/search?q=%22arcu nunc phasellus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/arcu nunc phasellus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/scelerisque lorem turpis" >scelerisque lorem turpis</a> <a href="http://search.twitter.com/search?q=%22scelerisque lorem turpis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/scelerisque lorem turpis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lorem turpis porttitor" >lorem turpis porttitor</a> <a href="http://search.twitter.com/search?q=%22lorem turpis porttitor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lorem turpis porttitor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tincidunt tristique integer" >tincidunt tristique integer</a> <a href="http://search.twitter.com/search?q=%22tincidunt tristique integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tincidunt tristique integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts array limit" >atts array limit</a> <a href="http://search.twitter.com/search?q=%22atts array limit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts array limit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turpis integer adipiscing" >turpis integer adipiscing</a> <a href="http://search.twitter.com/search?q=%22turpis integer adipiscing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turpis integer adipiscing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query query posts" >query query posts</a> <a href="http://search.twitter.com/search?q=%22query query posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query query posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/endif reset query" >endif reset query</a> <a href="http://search.twitter.com/search?q=%22endif reset query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/endif reset query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related posts shortcode" >related posts shortcode</a> <a href="http://search.twitter.com/search?q=%22related posts shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related posts shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pulvinar purus magnis" >pulvinar purus magnis</a> <a href="http://search.twitter.com/search?q=%22pulvinar purus magnis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pulvinar purus magnis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/phasellus ultrices lectus" >phasellus ultrices lectus</a> <a href="http://search.twitter.com/search?q=%22phasellus ultrices lectus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/phasellus ultrices lectus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ultrices lectus velit" >ultrices lectus velit</a> <a href="http://search.twitter.com/search?q=%22ultrices lectus velit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ultrices lectus velit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vel pulvinar purus" >vel pulvinar purus</a> <a href="http://search.twitter.com/search?q=%22vel pulvinar purus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vel pulvinar purus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nunc phasellus ultrices" >nunc phasellus ultrices</a> <a href="http://search.twitter.com/search?q=%22nunc phasellus ultrices%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nunc phasellus ultrices.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ultricies amet odio" >ultricies amet odio</a> <a href="http://search.twitter.com/search?q=%22ultricies amet odio%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ultricies amet odio.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color f0f0f0 border" >color f0f0f0 border</a> <a href="http://search.twitter.com/search?q=%22color f0f0f0 border%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color f0f0f0 border.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color 1c1c1c border" >color 1c1c1c border</a> <a href="http://search.twitter.com/search?q=%22color 1c1c1c border%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color 1c1c1c border.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border left color" >border left color</a> <a href="http://search.twitter.com/search?q=%22border left color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border left color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border bottom color" >border bottom color</a> <a href="http://search.twitter.com/search?q=%22border bottom color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border bottom color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/moz linear gradient" >moz linear gradient</a> <a href="http://search.twitter.com/search?q=%22moz linear gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/moz linear gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/webkit gradient linear" >webkit gradient linear</a> <a href="http://search.twitter.com/search?q=%22webkit gradient linear%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/webkit gradient linear.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts array color" >atts array color</a> <a href="http://search.twitter.com/search?q=%22atts array color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts array color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/medium atts return" >medium atts return</a> <a href="http://search.twitter.com/search?q=%22medium atts return%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/medium atts return.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background webkit gradient" >background webkit gradient</a> <a href="http://search.twitter.com/search?q=%22background webkit gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background webkit gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color 023778 border" >color 023778 border</a> <a href="http://search.twitter.com/search?q=%22color 023778 border%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color 023778 border.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/button color black" >button color black</a> <a href="http://search.twitter.com/search?q=%22button color black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/button color black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pellentesque elementum adipiscing" >pellentesque elementum adipiscing</a> <a href="http://search.twitter.com/search?q=%22pellentesque elementum adipiscing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pellentesque elementum adipiscing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/elementum adipiscing sagittis" >elementum adipiscing sagittis</a> <a href="http://search.twitter.com/search?q=%22elementum adipiscing sagittis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/elementum adipiscing sagittis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adipiscing sagittis enim" >adipiscing sagittis enim</a> <a href="http://search.twitter.com/search?q=%22adipiscing sagittis enim%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adipiscing sagittis enim.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cum dictumst turpis" >cum dictumst turpis</a> <a href="http://search.twitter.com/search?q=%22cum dictumst turpis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cum dictumst turpis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/amet pellentesque elementum" >amet pellentesque elementum</a> <a href="http://search.twitter.com/search?q=%22amet pellentesque elementum%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/amet pellentesque elementum.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/odio amet pellentesque" >odio amet pellentesque</a> <a href="http://search.twitter.com/search?q=%22odio amet pellentesque%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/odio amet pellentesque.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color black size" >color black size</a> <a href="http://search.twitter.com/search?q=%22color black size%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color black size.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porta ultricies amet" >porta ultricies amet</a> <a href="http://search.twitter.com/search?q=%22porta ultricies amet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porta ultricies amet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/amet odio amet" >amet odio amet</a> <a href="http://search.twitter.com/search?q=%22amet odio amet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/amet odio amet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dictumst turpis integer" >dictumst turpis integer</a> <a href="http://search.twitter.com/search?q=%22dictumst turpis integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dictumst turpis integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/u2p6DOE6NUJiuR">Pro Blog Design</a><br> First shared  by - <a href="http://www.filome.com/ScottS">ScottS</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://www.problogdesign.com/wp-content/uploads/2010/08/PBDESIGN-shortcodes.png" width="500" height="129" border="0" /> </p>
<p>WordPress shortcodes are used frequently in plugins and themes as a way to achieve extra functionality, without the need to modify template files. You just <strong>type the shortcode word right into your post</strong>. Some plugins and themes use them to add event calendars, some for making <a href="http://codecanyon.net/item/premium-wordpress-announcements-plugin/113296">announcements</a>, while others use them for inserting <a href="http://wordpress.org/extend/plugins/contact-form-7/">contact forms</a>.</p>
<p>Simply, WP shortcodes are awesome.</p>
<p>However, what if you're a <strong>theme / plugin developer wishing to use them</strong> for your next great product, but you have no idea where to start? We're going to fix that in this tutorial.</p>
<h3>1  Overview  Exactly Where We are Going</h3>
<p>We will start out by looking at the basic ways that we can use WP shortcodes, then we will move onto some more advanced tricks. After the usage sections, I'm going to show you some <strong>examples of real-world shortcodes</strong>, followed by even more ideas / references of what you could do with them.</p>
<h3>2  Getting Into the Basics</h3>
<p>The first you thing you should always do when working with something WordPress, is check the <a href="http://codex.wordpress.org/Shortcode_API">WordPress Codex</a>. It's a great reference and starting point.</p>
<p>Shortcodes, like just about everything else in WordPress, can be created in the <strong>functions.php</strong> file, or from within your plugin file if you're developing a plugin.</p>
<p>Let's start simple by making a shortcode that we can use to add additional styles to some text.</p>

<div><table><tr><td><pre>1
2
3
4
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> extra_style_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
   <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;&lt;span style=&quot;color: blue; text-decoration: underline;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/span&gt;&#39;</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'extra-style'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'extra_style_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>This is a very simple example that serves almost no purpose, but easily illustrates the basics of shortcode creation. It allows us to do something like this in our WP posts/pages:</p>

<div><div><pre style="font-family:monospace">[extra-style]Hello World![/extra-style]</pre></div></div>

<p>and have it outputted like this:</p>
<p><span style="color:blue;text-decoration:underline">Hello World!</span></p>
<p>So what's happening? It's simple, we're simply telling WordPress to put all of the text inside of the [ ] . . . [/ ] into a variable called <strong>$content</strong>, then outputting <strong> $content</strong> inside of a span tag that has some simple inline styling applied to it.</p>
<p>Okay, that was easy, now let's get into something a little more complex. This time we'll give the ability to define the color of the text using attributes.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> extra_style_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
    <span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
		<span style="color:#0000ff">&quot;color&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'blue'</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span>   
   <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;&lt;span style=&quot;color: &#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$color</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;; text-decoration: underline;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/span&gt;&#39;</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'extra-style'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'extra_style_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>Now we can do this:</p>

<div><div><pre style="font-family:monospace">[extra-style color=red]Hello World![/extra-style]</pre></div></div>

<p>and we'll see: <span style="color:red;text-decoration:underline">Hello World!</span></p>
<p>or:</p>

<div><div><pre style="font-family:monospace">[extra-style color=orange]Hello World![/extra-style]</pre></div></div>

<p>and we'll see: <span style="color:orange;text-decoration:underline">Hello World!</span>.</p>
<p>This example uses this bit of code</p>

<div><div><pre style="font-family:monospace">    <span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
		<span style="color:#0000ff">&quot;color&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'blue'</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></div></div>

<p>to extract the information inputted by the user for the variable <strong>color</strong>. We have also defined a default color of <span style="color:blue">blue</span> in case no color is defined.</p>
<p>Again, this example is pretty much useless, but its simplicity makes it very easy to understand.</p>
<p>Let's get just a little bit more complex before moving on.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> extra_style_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
    <span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
	<span style="color:#0000ff">&quot;color&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'blue'</span><span style="color:#339933">,</span>
        <span style="color:#0000ff">&quot;size&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'14px'</span><span style="color:#339933">,</span>
        <span style="color:#0000ff">&quot;padding&quot;</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'0px'</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span>   
   <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;&lt;span style=&quot;color: &#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$color</span> <span style="color:#339933">.</span> <span style="color:#0000ff">'; padding: '</span> <span style="color:#339933">.</span> <span style="color:#000088">$padding</span> <span style="color:#339933">.</span> <span style="color:#0000ff">'; font-size: '</span> <span style="color:#339933">.</span> <span style="color:#000088">$size</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;; text-decoration: underline;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/span&gt;&#39;</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'extra-style'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'extra_style_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>By using a shortcode like this within a block of text:</p>

<div><div><pre style="font-family:monospace">[extra-style color=purple size=18px padding=5px]Hello World![/extra-style]</pre></div></div>

<p>we could see something like this:</p>
<blockquote><p>Elementum odio? Sed, <span style="padding:5px;font-size:18px;color:purple">Hello World!</span> proin pulvinar eros nascetur, massa urna aliquam turpis elit, adipiscing mauris montes ac, vel lacus placerat in adipiscing ridiculus rhoncus.</p></blockquote>
<p>Well that's enough of the pointless examples; let's look at some real shortcode examples.</p>
<h3>3  Making an Information Box</h3>
<p>This shortcode example will let you include a nice little message box at the top of your post to help catch readers' eyes.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> box_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span>
<span style="color:#009900">{</span>
    <span style="color:#990000">extract</span><span style="color:#009900">(</span> shortcode_atts<span style="color:#009900">(</span> <span style="color:#990000">array</span><span style="color:#009900">(</span>
      <span style="color:#0000ff">'color'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'yellow'</span><span style="color:#339933">,</span>
      <span style="color:#0000ff">'size'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'medium'</span><span style="color:#339933">,</span>
      <span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span> <span style="color:#009900">)</span> <span style="color:#009900">)</span><span style="color:#339933">;</span>
 
      <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;
		&lt;style type=&quot;text/css&quot;&gt;
		.shortcode_box {
			padding: 2px 4px;
			border: 1px solid #ccc;
		}
		.yellow {
			background: #ffd149;
			color: #666;
		}
		.blue {
			background: #a0c5ef;
			color: #333;
		}
		.gray {
			background: #f0f0f0;
			color: #333;
		}
		&lt;/style&gt;
 
      &lt;div class=&quot;shortcode_box &#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$size</span> <span style="color:#339933">.</span> <span style="color:#0000ff">' '</span> <span style="color:#339933">.</span>  <span style="color:#000088">$color</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/div&gt;&#39;</span><span style="color:#339933">;</span>
 
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'box'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'box_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>Now we can use our box shortcode to produce something like this</p>
<div style="background:#ffd149;color:#666;border:1px solid #ccc;padding:2px 4px;margin-bottom:15px">This is a message box with important information you should read.</div>
<p>by using this shortcode:</p>

<div><div><pre style="font-family:monospace">[box color=yellow]This is a message box with important information you should read.[/box]</pre></div></div>

<p>By changing the <strong>color</strong> variable, we can have different colors of boxes:</p>
<div style="background:#a0c5ef;color:#666;border:1px solid #ccc;padding:2px 4px;margin-bottom:15px">This is a message box with important information you should read.</div>
<div style="background:#f0f0f0;color:#666;border:1px solid #ccc;padding:2px 4px;margin-bottom:15px">This is a message box with important information you should read.</div>
<p>With a little more CSS, we could also control the size of the box, but I'll leave that to you.</p>
<h3>4  Create a Download Button</h3>
<p>The process for creating a download button is very similar to creating a message box: we simplu wrap the content of the button inside of a div with some special CSS3 styles applied to it.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> button_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span> <span style="color:#009900">)</span>
<span style="color:#009900">{</span>
    <span style="color:#990000">extract</span><span style="color:#009900">(</span> shortcode_atts<span style="color:#009900">(</span> <span style="color:#990000">array</span><span style="color:#009900">(</span>
      <span style="color:#0000ff">'color'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'blue'</span><span style="color:#339933">,</span>
      <span style="color:#0000ff">'size'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'medium'</span><span style="color:#339933">,</span>
      <span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span> <span style="color:#009900">)</span> <span style="color:#009900">)</span><span style="color:#339933">;</span>
 
      <span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;
		&lt;style type=&quot;text/css&quot;&gt;
		.shortcode_button {
			padding: 2px 8px;
			border: 1px solid #ccc;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
		}
		.black {
			background: #ffd149;
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#636363), to(#332F2F));
			background: -moz-linear-gradient(19% 75% 90deg,#332F2F, #636363);
			color: #f0f0f0;
			border-top-color: #1c1c1c;
			border-left-color: #1c1c1c;
			border-right-color: #525252;
			border-bottom-color: #525252;
		}
		.blue {
			background: #a0c5ef;
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#508BC7), to(#203F75));
			background: -moz-linear-gradient(19% 75% 90deg,#203F75, #508BC7);
			color: #f0f0f0;
			border-top-color: #023778;
			border-left-color: #023778;
			border-right-color: #26609e;
			border-bottom-color: #26609e;
		}
 
		.large	{
			width: 200px;
		}
		.medium	{
			width: 120px;
		}
		.small	{
			width: 80px;
		}
		&lt;/style&gt;
 
      &lt;div class=&quot;shortcode_button &#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$size</span> <span style="color:#339933">.</span> <span style="color:#0000ff">' '</span> <span style="color:#339933">.</span>  <span style="color:#000088">$color</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&quot;&gt;&#39;</span> <span style="color:#339933">.</span> <span style="color:#000088">$content</span> <span style="color:#339933">.</span> <span style="color:#0000ff">&#39;&lt;/div&gt;&#39;</span><span style="color:#339933">;</span>
 
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'button'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'button_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>We can display our button by using:</p>

<div><div><pre style="font-family:monospace">[button color=black size=medium]<span style="color:#009900">&lt;<span style="color:#000000;font-weight:bold">a</span> <span style="color:#000066">href</span><span style="color:#66cc66">=</span><span style="color:#ff0000">&quot;#&quot;</span>&gt;</span>Download<span style="color:#009900">&lt;<span style="color:#66cc66">/</span><span style="color:#000000;font-weight:bold">a</span>&gt;</span>[/button]</pre></div></div>

<p>which will give us:<br>
<a href="http://www.problogdesign.com/wp-content/uploads/2010/08/black_button.png"><img src="http://www.problogdesign.com/wp-content/uploads/2010/08/black_button.png" border="0" /> </a></p>
<p>In order to control the size or color of the button, all we have to do is create a CSS class with the same name as the value we input for our <strong>size / color</strong> variables. For example, if we do <em>size=large</em> in our shortcode, we need a CSS class called <em>large</em> in our stylesheet. You can see I have included extra styles in my above example to illustrate some possible options.</p>
<h3>5  Buttons and Boxes Together</h3>
<p>Shortcodes are great because they also let us combine them to a result like:</p>
<div style="background:#a0c5ef;color:#333;border:1px solid #ccc;padding:5px 8px;margin-bottom:15px">Porta ultricies. Amet odio amet, pellentesque elementum adipiscing sagittis enim, eu, proin placerat sed pid cum? Dictumst turpis integer. Adipiscing, porttitor scelerisque! Lorem turpis porttitor.
<p>Integer in, odio mattis ac! Nascetur augue odio in risus, arcu nunc, phasellus ultrices lectus velit, et tincidunt tristique. Integer vel pulvinar purus magnis.</p>
<div style="background:#ffd149;color:#f0f0f0;border-top-color:#1c1c1c;border-left-color:#1c1c1c;border-right-color:#525252;border-bottom-color:#525252;padding:2px 8px;border:1px solid #ccc;width:80px;border-top-color:#1c1c1c;border-left-color:#1c1c1c;border-right-color:#525252;border-bottom-color:#525252"><a href="http://www.problogdesign.com/#">Download</a></div>
</div>
<p>by using a shortcode like:</p>

<div><div><pre style="font-family:monospace">[box color=blue]Porta ultricies. Amet odio amet, pellentesque elementum adipiscing sagittis enim, eu, proin placerat sed pid cum? Dictumst turpis integer. Adipiscing, porttitor scelerisque! Lorem turpis porttitor.
 
Integer in, odio mattis ac! Nascetur augue odio in risus, arcu nunc, phasellus ultrices lectus velit, et tincidunt tristique. Integer vel pulvinar purus magnis.
 
[button color=black size=small]<span style="color:#009900">&lt;<span style="color:#000000;font-weight:bold">a</span> <span style="color:#000066">href</span><span style="color:#66cc66">=</span><span style="color:#ff0000">&quot;#&quot;</span>&gt;</span>Download[/button][/box]</pre></div></div>

<p>There is one small hitch, though. By default, WordPress does not allow you to embed shortcodes within other shortcodes. In order to get around that, we have to add a line to our <strong>functions.php</strong> or main plugin file:</p>

<div><div><pre style="font-family:monospace">add_filter<span style="color:#009900">(</span><span style="color:#0000ff">'the_content'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'do_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></div></div>

<p>This will make WordPress process both sets of shortcodes.</p>
<h3>6  Show Related Posts</h3>
<p>This is a really handy shortcode we can use to display a list of posts related to the current post by comparing tags.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> related_posts_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
	<span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
	    <span style="color:#0000ff">'limit'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'5'</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
 
	<span style="color:#000000;font-weight:bold">global</span> <span style="color:#000088">$wpdb</span><span style="color:#339933">,</span> <span style="color:#000088">$post</span><span style="color:#339933">,</span> <span style="color:#000088">$table_prefix</span><span style="color:#339933">;</span>
 
	<span style="color:#b1b100">if</span> <span style="color:#009900">(</span><span style="color:#000088">$post</span><span style="color:#339933">-&gt;</span><span style="color:#004000">ID</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
		<span style="color:#000088">$retval</span> <span style="color:#339933">=</span> <span style="color:#0000ff">&#39;&lt;ul&gt;&#39;</span><span style="color:#339933">;</span>
 		<span style="color:#666666;font-style:italic">// Get tags</span>
		<span style="color:#000088">$tags</span> <span style="color:#339933">=</span> wp_get_post_tags<span style="color:#009900">(</span><span style="color:#000088">$post</span><span style="color:#339933">-&gt;</span><span style="color:#004000">ID</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
		<span style="color:#000088">$tagsarray</span> <span style="color:#339933">=</span> <span style="color:#990000">array</span><span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">foreach</span> <span style="color:#009900">(</span><span style="color:#000088">$tags</span> <span style="color:#b1b100">as</span> <span style="color:#000088">$tag</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
			<span style="color:#000088">$tagsarray</span><span style="color:#009900">[</span><span style="color:#009900">]</span> <span style="color:#339933">=</span> <span style="color:#000088">$tag</span><span style="color:#339933">-&gt;</span><span style="color:#004000">term_id</span><span style="color:#339933">;</span>
		<span style="color:#009900">}</span>
		<span style="color:#000088">$tagslist</span> <span style="color:#339933">=</span> <span style="color:#990000">implode</span><span style="color:#009900">(</span><span style="color:#0000ff">','</span><span style="color:#339933">,</span> <span style="color:#000088">$tagsarray</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
 
		<span style="color:#666666;font-style:italic">// Do the query</span>
		<span style="color:#000088">$q</span> <span style="color:#339933">=</span> <span style="color:#0000ff">&quot;SELECT p.*, count(tr.object_id) as count
			FROM <span style="color:#006699;font-weight:bold">$wpdb-&gt;term_taxonomy</span> AS tt, <span style="color:#006699;font-weight:bold">$wpdb-&gt;term_relationships</span> AS tr, <span style="color:#006699;font-weight:bold">$wpdb-&gt;posts</span> AS p WHERE tt.taxonomy ='post_tag' AND tt.term_taxonomy_id = tr.term_taxonomy_id AND tr.object_id  = p.ID AND tt.term_id IN (<span style="color:#006699;font-weight:bold">$tagslist</span>) AND p.ID != <span style="color:#006699;font-weight:bold">$post-&gt;ID</span>
				AND p.post_status = &#39;publish&#39;
				AND p.post_date_gmt &lt; NOW()
 			GROUP BY tr.object_id
			ORDER BY count DESC, p.post_date_gmt DESC
			LIMIT <span style="color:#006699;font-weight:bold">$limit</span>;&quot;</span><span style="color:#339933">;</span>
 
		<span style="color:#000088">$related</span> <span style="color:#339933">=</span> <span style="color:#000088">$wpdb</span><span style="color:#339933">-&gt;</span><span style="color:#004000">get_results</span><span style="color:#009900">(</span><span style="color:#000088">$q</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
 		<span style="color:#b1b100">if</span> <span style="color:#009900">(</span> <span style="color:#000088">$related</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
			<span style="color:#b1b100">foreach</span><span style="color:#009900">(</span><span style="color:#000088">$related</span> <span style="color:#b1b100">as</span> <span style="color:#000088">$r</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
				<span style="color:#000088">$retval</span> <span style="color:#339933">.=</span> <span style="color:#0000ff">&#39;
	&lt;li&gt;&lt;a title=&quot;&#39;</span><span style="color:#339933">.</span>wptexturize<span style="color:#009900">(</span><span style="color:#000088">$r</span><span style="color:#339933">-&gt;</span><span style="color:#004000">post_title</span><span style="color:#009900">)</span><span style="color:#339933">.</span><span style="color:#0000ff">&#39;&quot; href=&quot;&#39;</span><span style="color:#339933">.</span>get_permalink<span style="color:#009900">(</span><span style="color:#000088">$r</span><span style="color:#339933">-&gt;</span><span style="color:#004000">ID</span><span style="color:#009900">)</span><span style="color:#339933">.</span><span style="color:#0000ff">&#39;&quot;&gt;&#39;</span><span style="color:#339933">.</span>wptexturize<span style="color:#009900">(</span><span style="color:#000088">$r</span><span style="color:#339933">-&gt;</span><span style="color:#004000">post_title</span><span style="color:#009900">)</span><span style="color:#339933">.</span><span style="color:#0000ff">&#39;&lt;/a&gt;&lt;/li&gt;
&#39;</span><span style="color:#339933">;</span>
			<span style="color:#009900">}</span>
		<span style="color:#009900">}</span> <span style="color:#b1b100">else</span> <span style="color:#009900">{</span>
			<span style="color:#000088">$retval</span> <span style="color:#339933">.=</span> <span style="color:#0000ff">&#39;
	&lt;li&gt;No related posts found&lt;/li&gt;
&#39;</span><span style="color:#339933">;</span>
		<span style="color:#009900">}</span>
		<span style="color:#000088">$retval</span> <span style="color:#339933">.=</span> <span style="color:#0000ff">&#39;&lt;/ul&gt;
&#39;</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">return</span> <span style="color:#000088">$retval</span><span style="color:#339933">;</span>
	<span style="color:#009900">}</span>
	<span style="color:#b1b100">return</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'related_posts'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'related_posts_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>We can show the related posts by using:</p>

<div><div><pre style="font-family:monospace">[related_posts]</pre></div></div>

<p><em>Credit goes to <a href="http://blue-anvil.com/archives/8-fun-useful-shortcode-functions-for-wordpress/">Blue Anvil</a> for this shortcode.</em></p>
<h3>7  Drop Caps With a Shortcode</h3>
<p><span style="display:block;float:left;font-size:50px;line-height:40px;margin:0 5px 0 0">D</span>rop caps are pretty and make your articles look really nice. They can really add some nice detail to post and make your site stand out above the rest.</p>

<div><table><tr><td><pre>1
2
3
4
5
6
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> dropcap<span style="color:#009900">(</span><span style="color:#000088">$atts</span><span style="color:#339933">,</span> <span style="color:#000088">$content</span> <span style="color:#339933">=</span> <span style="color:#009900;font-weight:bold">null</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
	<span style="color:#b1b100">return</span> <span style="color:#0000ff">&#39;
&lt;div class=&quot;dropcap&quot;&gt;&#39;</span><span style="color:#339933">.</span><span style="color:#000088">$content</span><span style="color:#339933">.</span><span style="color:#0000ff">&#39;&lt;/div&gt;
;&#39;</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'dropcap'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'dropcap'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>The CSS:</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
</pre></td><td><pre style="font-family:monospace"><span style="color:#6666ff">.dropcap</span> <span style="color:#00AA00">{</span>
<span style="color:#000000;font-weight:bold">display</span><span style="color:#00AA00">:</span><span style="color:#993333">block</span><span style="color:#00AA00">;</span>
<span style="color:#000000;font-weight:bold">float</span><span style="color:#00AA00">:</span><span style="color:#000000;font-weight:bold">left</span><span style="color:#00AA00">;</span>
<span style="color:#000000;font-weight:bold">font-size</span><span style="color:#00AA00">:</span><span style="color:#933">50px</span><span style="color:#00AA00">;</span>
<span style="color:#000000;font-weight:bold">line-height</span><span style="color:#00AA00">:</span><span style="color:#933">40px</span><span style="color:#00AA00">;</span>
<span style="color:#000000;font-weight:bold">margin</span><span style="color:#00AA00">:</span><span style="color:#cc66cc">0</span> <span style="color:#933">5px</span> <span style="color:#cc66cc">0</span> <span style="color:#cc66cc">0</span><span style="color:#00AA00">;</span>
<span style="color:#00AA00">}</span></pre></td></tr></table></div>

<p>Use it with:</p>

<div><div><pre style="font-family:monospace">[dropcap]M[/dropcap]auris ut lectus erat. In ...</pre></div></div>

<p><em>Credit for this shortcode goes to <a href="http://www.tuttoaster.com/how-to-use-style-and-implement-wordpress-shortcodes/">TutToaster</a>.</em></p>
<h3>8  Custom Post Type Query</h3>
<p>Let's say that you have set up a custom post type called <strong>News</strong> and you wish to display all posts inside that custom post type on a page called <strong>Articles</strong>. You could do it with the code below:</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> news_shortcode<span style="color:#009900">(</span><span style="color:#009900">)</span>
<span style="color:#009900">{</span>
	<span style="color:#666666;font-style:italic">//The Query</span>
	query_posts<span style="color:#009900">(</span><span style="color:#0000ff">'post_type=news'</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#666666;font-style:italic">//The Loop</span>
	<span style="color:#b1b100">if</span> <span style="color:#009900">(</span> have_posts<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#339933">:</span> <span style="color:#b1b100">while</span> <span style="color:#009900">(</span> have_posts<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#339933">:</span> the_post<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">echo</span>	<span style="color:#0000ff">&#39;&lt;h3&gt;&lt;a href=&quot;&#39;</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> the_permalink<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> <span style="color:#0000ff">&#39;&quot;&gt;&#39;</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> the_title<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> <span style="color:#0000ff">&#39;&lt;/a&gt;&lt;/h3&gt;&#39;</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">echo</span> the_excerpt<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#b1b100">endwhile</span><span style="color:#339933">;</span> <span style="color:#b1b100">else</span><span style="color:#339933">:</span>
	<span style="color:#b1b100">endif</span><span style="color:#339933">;</span>
 
	<span style="color:#666666;font-style:italic">//Reset Query</span>
	wp_reset_query<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'news'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'news_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>Then display the news posts on your Articles page by using this shortcode:</p>

<div><div><pre style="font-family:monospace">[news]</pre></div></div>

<h3>9  Display Posts from Category on Page</h3>
<p>Very similar to the shortcode example above, we can also display limited number of posts from within a particular category using a shortcode like this:</p>

<div><table><tr><td><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> category_shortcode<span style="color:#009900">(</span> <span style="color:#000088">$atts</span> <span style="color:#009900">)</span>
<span style="color:#009900">{</span>
<span style="color:#990000">extract</span><span style="color:#009900">(</span>shortcode_atts<span style="color:#009900">(</span><span style="color:#990000">array</span><span style="color:#009900">(</span>
	    <span style="color:#0000ff">'limit'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">'5'</span><span style="color:#339933">,</span>
            <span style="color:#0000ff">'category'</span> <span style="color:#339933">=&gt;</span> <span style="color:#0000ff">''</span><span style="color:#339933">,</span>
	<span style="color:#009900">)</span><span style="color:#339933">,</span> <span style="color:#000088">$atts</span><span style="color:#009900">)</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#666666;font-style:italic">//The Query</span>
	query_posts<span style="color:#009900">(</span><span style="color:#0000ff">'category='</span> <span style="color:#339933">.</span> <span style="color:#000088">$id</span> <span style="color:#339933">.</span> <span style="color:#0000ff">'posts_per_page='</span> <span style="color:#339933">.</span> <span style="color:#000088">$limit</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#666666;font-style:italic">//The Loop</span>
	<span style="color:#b1b100">if</span> <span style="color:#009900">(</span> have_posts<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#339933">:</span> <span style="color:#b1b100">while</span> <span style="color:#009900">(</span> have_posts<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#339933">:</span> the_post<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">echo</span>	<span style="color:#0000ff">&#39;&lt;h3&gt;&lt;a href=&quot;&#39;</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> the_permalink<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> <span style="color:#0000ff">&#39;&quot;&gt;&#39;</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> the_title<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span> <span style="color:#b1b100">echo</span> <span style="color:#0000ff">&#39;&lt;/a&gt;&lt;/h3&gt;&#39;</span><span style="color:#339933">;</span>
		<span style="color:#b1b100">echo</span> the_excerpt<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
	<span style="color:#b1b100">endwhile</span><span style="color:#339933">;</span> <span style="color:#b1b100">else</span><span style="color:#339933">:</span>
	<span style="color:#b1b100">endif</span><span style="color:#339933">;</span>
 
	<span style="color:#666666;font-style:italic">//Reset Query</span>
	wp_reset_query<span style="color:#009900">(</span><span style="color:#009900">)</span><span style="color:#339933">;</span>
<span style="color:#009900">}</span>
add_shortcode<span style="color:#009900">(</span><span style="color:#0000ff">'category'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'category_shortcode'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></td></tr></table></div>

<p>You can list the posts using:</p>

<div><div><pre style="font-family:monospace">[category id=# limit=5]</pre></div></div>

<p>Just replace <strong>#</strong> with the ID of the category you wish to display.</p>
<h3>10  Great Examples of Other Possible Shortcodes</h3>
<p>I've shown you a few examples, both of my own and other's creation, now let me give you even more examples of awesome things you could do.</p>
<p>Joen Asmussen of <a href="http://noscope.com">NoScope.com</a> created a really nifty little shortcode to make a Google PDF Viewer.</p>
<p><a href="http://noscope.com/journal/2010/02/wordpress-trick-create-a-google-viewer-pdf-shortcode?utm_source=twitterfeed&amp;utm_medium=twitter">Check it out here</a></p>
<p>Jean Baptiste, of <a href="http://www.wprecipes.com">WP-Recipes</a> created a shortcode to display a ReTweet or TweetMeme buttons in your posts. <a href="http://www.wprecipes.com/wordpress-tip-create-a-tweetmeme-retweeet-shortcode">Find it here</a>.</p>
<p><a href="http://justintadlock.com/">Justin Tadlock</a> made a great plugin that turns all (or most) WordPress template tags into shortcodes so that they can be used within the post editor. <a href="http://wordpress.org/extend/plugins/template-tag-shortcodes/">Download the Plugin</a>.</p>
<p>A few weeks ago I wrote a shortcode plugin of my own (sorry, couldn't leave myself out!). It's a shortcode utility plugin that allows you to insert a variety of message boxes and web buttons via shortcodes (similar to some of the examples I've used above). Check out <a href="http://demo.pippinspages.com/wp-utility-shortcodes/">WP Utility Shortcodes</a>.</p>
<h3>11  Some More Ideas</h3>
<ul>
<li>Use shortcodes for displaying contact forms</li>
<li>use shortcodes for displaying a Google map</li>
<li>Shortcodes to display author bios</li>
<li>A shortcode that outputs all of your social network info</li>
<li>Shortcodes for image galleries</li>
<li>Shortcodes for jQuery image sliders</li>
</ul>
<p>Have you seen any other interesting uses of shortcodes? <strong>Do you make use of them in your site already?</strong></p>
<img src="http://feeds.feedburner.com/~r/ProBlogDesign/~4/0rPFivWmmBw" border="0" /> <br><br><a href="http://www.filome.com/key/shortcode" >shortcode</a> <a href="http://search.twitter.com/search?q=%22shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gt" >gt</a> <a href="http://search.twitter.com/search?q=%22gt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color" >color</a> <a href="http://search.twitter.com/search?q=%22color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lt" >lt</a> <a href="http://search.twitter.com/search?q=%22lt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style" >style</a> <a href="http://search.twitter.com/search?q=%22style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode" >shortcode</a> <a href="http://search.twitter.com/search?q=%22shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color" >color</a> <a href="http://search.twitter.com/search?q=%22color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style" >style</a> <a href="http://search.twitter.com/search?q=%22style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts" >atts</a> <a href="http://search.twitter.com/search?q=%22atts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcodes" >shortcodes</a> <a href="http://search.twitter.com/search?q=%22shortcodes%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcodes.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extra" >extra</a> <a href="http://search.twitter.com/search?q=%22extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/content" >content</a> <a href="http://search.twitter.com/search?q=%22content%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/content.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/size" >size</a> <a href="http://search.twitter.com/search?q=%22size%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/size.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/button" >button</a> <a href="http://search.twitter.com/search?q=%22button%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/button.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border" >border</a> <a href="http://search.twitter.com/search?q=%22border%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/echo" >echo</a> <a href="http://search.twitter.com/search?q=%22echo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/echo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related" >related</a> <a href="http://search.twitter.com/search?q=%22related%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blue" >blue</a> <a href="http://search.twitter.com/search?q=%22blue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/display" >display</a> <a href="http://search.twitter.com/search?q=%22display%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/display.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query" >query</a> <a href="http://search.twitter.com/search?q=%22query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/category" >category</a> <a href="http://search.twitter.com/search?q=%22category%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/category.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text" >text</a> <a href="http://search.twitter.com/search?q=%22text%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/function" >function</a> <a href="http://search.twitter.com/search?q=%22function%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/function.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/world" >world</a> <a href="http://search.twitter.com/search?q=%22world%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/world.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background" >background</a> <a href="http://search.twitter.com/search?q=%22background%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/array" >array</a> <a href="http://search.twitter.com/search?q=%22array%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/array.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extract" >extract</a> <a href="http://search.twitter.com/search?q=%22extract%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extract.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plugin" >plugin</a> <a href="http://search.twitter.com/search?q=%22plugin%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plugin.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/return" >return</a> <a href="http://search.twitter.com/search?q=%22return%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/return.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/odio" >odio</a> <a href="http://search.twitter.com/search?q=%22odio%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/odio.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message" >message</a> <a href="http://search.twitter.com/search?q=%22message%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news" >news</a> <a href="http://search.twitter.com/search?q=%22news%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/span" >span</a> <a href="http://search.twitter.com/search?q=%22span%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/span.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dropcap" >dropcap</a> <a href="http://search.twitter.com/search?q=%22dropcap%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dropcap.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/type" >type</a> <a href="http://search.twitter.com/search?q=%22type%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/type.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/examples" >examples</a> <a href="http://search.twitter.com/search?q=%22examples%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/examples.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/example" >example</a> <a href="http://search.twitter.com/search?q=%22example%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/example.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/limit" >limit</a> <a href="http://search.twitter.com/search?q=%22limit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/limit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/integer" >integer</a> <a href="http://search.twitter.com/search?q=%22integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tags" >tags</a> <a href="http://search.twitter.com/search?q=%22tags%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tags.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/download" >download</a> <a href="http://search.twitter.com/search?q=%22download%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/download.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/term" >term</a> <a href="http://search.twitter.com/search?q=%22term%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/term.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adipiscing" >adipiscing</a> <a href="http://search.twitter.com/search?q=%22adipiscing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adipiscing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/padding" >padding</a> <a href="http://search.twitter.com/search?q=%22padding%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/padding.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/null" >null</a> <a href="http://search.twitter.com/search?q=%22null%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/null.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/retval" >retval</a> <a href="http://search.twitter.com/search?q=%22retval%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/retval.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wpdb" >wpdb</a> <a href="http://search.twitter.com/search?q=%22wpdb%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wpdb.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/title" >title</a> <a href="http://search.twitter.com/search?q=%22title%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/title.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turpis" >turpis</a> <a href="http://search.twitter.com/search?q=%22turpis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turpis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/class" >class</a> <a href="http://search.twitter.com/search?q=%22class%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/class.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/little" >little</a> <a href="http://search.twitter.com/search?q=%22little%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/little.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/href" >href</a> <a href="http://search.twitter.com/search?q=%22href%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/href.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/called" >called</a> <a href="http://search.twitter.com/search?q=%22called%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/called.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/page" >page</a> <a href="http://search.twitter.com/search?q=%22page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/reset" >reset</a> <a href="http://search.twitter.com/search?q=%22reset%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reset.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/simple" >simple</a> <a href="http://search.twitter.com/search?q=%22simple%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/simple.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/inside" >inside</a> <a href="http://search.twitter.com/search?q=%22inside%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/inside.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/taxonomy" >taxonomy</a> <a href="http://search.twitter.com/search?q=%22taxonomy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/taxonomy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/linear" >linear</a> <a href="http://search.twitter.com/search?q=%22linear%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/linear.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/amet" >amet</a> <a href="http://search.twitter.com/search?q=%22amet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/amet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient" >gradient</a> <a href="http://search.twitter.com/search?q=%22gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/read" >read</a> <a href="http://search.twitter.com/search?q=%22read%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/read.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porttitor" >porttitor</a> <a href="http://search.twitter.com/search?q=%22porttitor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porttitor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/medium" >medium</a> <a href="http://search.twitter.com/search?q=%22medium%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/medium.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extra style" >extra style</a> <a href="http://search.twitter.com/search?q=%22extra style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extra style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode atts" >shortcode atts</a> <a href="http://search.twitter.com/search?q=%22shortcode atts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode atts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/add shortcode" >add shortcode</a> <a href="http://search.twitter.com/search?q=%22add shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/add shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hello world" >hello world</a> <a href="http://search.twitter.com/search?q=%22hello world%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hello world.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts array" >atts array</a> <a href="http://search.twitter.com/search?q=%22atts array%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts array.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related posts" >related posts</a> <a href="http://search.twitter.com/search?q=%22related posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/extract shortcode" >extract shortcode</a> <a href="http://search.twitter.com/search?q=%22extract shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/extract shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message box" >message box</a> <a href="http://search.twitter.com/search?q=%22message box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/content null" >content null</a> <a href="http://search.twitter.com/search?q=%22content null%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/content null.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts content" >atts content</a> <a href="http://search.twitter.com/search?q=%22atts content%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts content.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style shortcode" >style shortcode</a> <a href="http://search.twitter.com/search?q=%22style shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post type" >post type</a> <a href="http://search.twitter.com/search?q=%22post type%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post type.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/world extra" >world extra</a> <a href="http://search.twitter.com/search?q=%22world extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/world extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/reset query" >reset query</a> <a href="http://search.twitter.com/search?q=%22reset query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reset query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/atts return" >atts return</a> <a href="http://search.twitter.com/search?q=%22atts return%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/atts return.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode box" >shortcode box</a> <a href="http://search.twitter.com/search?q=%22shortcode box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/box shortcode" >box shortcode</a> <a href="http://search.twitter.com/search?q=%22box shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/box shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/download button" >download button</a> <a href="http://search.twitter.com/search?q=%22download button%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/download button.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border radius" >border radius</a> <a href="http://search.twitter.com/search?q=%22border radius%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border radius.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/radius 10px" >radius 10px</a> <a href="http://search.twitter.com/search?q=%22radius 10px%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/radius 10px.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode button" >shortcode button</a> <a href="http://search.twitter.com/search?q=%22shortcode button%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode button.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/size color" >size color</a> <a href="http://search.twitter.com/search?q=%22size color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/size color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/term taxonomy" >term taxonomy</a> <a href="http://search.twitter.com/search?q=%22term taxonomy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/term taxonomy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/custom post" >custom post</a> <a href="http://search.twitter.com/search?q=%22custom post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/custom post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/div class" >div class</a> <a href="http://search.twitter.com/search?q=%22div class%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/div class.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/function extra" >function extra</a> <a href="http://search.twitter.com/search?q=%22function extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/function extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/decoration underline" >decoration underline</a> <a href="http://search.twitter.com/search?q=%22decoration underline%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/decoration underline.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/span style" >span style</a> <a href="http://search.twitter.com/search?q=%22span style%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/span style.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text decoration" >text decoration</a> <a href="http://search.twitter.com/search?q=%22text decoration%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text decoration.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode extra" >shortcode extra</a> <a href="http://search.twitter.com/search?q=%22shortcode extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style extra" >style extra</a> <a href="http://search.twitter.com/search?q=%22style extra%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style extra.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/style color" >style color</a> <a href="http://search.twitter.com/search?q=%22style color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/style color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nunc phasellus" >nunc phasellus</a> <a href="http://search.twitter.com/search?q=%22nunc phasellus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nunc phasellus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/arcu nunc" >arcu nunc</a> <a href="http://search.twitter.com/search?q=%22arcu nunc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/arcu nunc.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/phasellus ultrices" >phasellus ultrices</a> <a href="http://search.twitter.com/search?q=%22phasellus ultrices%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/phasellus ultrices.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lorem turpis" >lorem turpis</a> <a href="http://search.twitter.com/search?q=%22lorem turpis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lorem turpis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turpis porttitor" >turpis porttitor</a> <a href="http://search.twitter.com/search?q=%22turpis porttitor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turpis porttitor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porttitor integer" >porttitor integer</a> <a href="http://search.twitter.com/search?q=%22porttitor integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porttitor integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/nascetur augue" >nascetur augue</a> <a href="http://search.twitter.com/search?q=%22nascetur augue%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/nascetur augue.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/scelerisque lorem" >scelerisque lorem</a> <a href="http://search.twitter.com/search?q=%22scelerisque lorem%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/scelerisque lorem.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/risus arcu" >risus arcu</a> <a href="http://search.twitter.com/search?q=%22risus arcu%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/risus arcu.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/odio mattis" >odio mattis</a> <a href="http://search.twitter.com/search?q=%22odio mattis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/odio mattis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/augue odio" >augue odio</a> <a href="http://search.twitter.com/search?q=%22augue odio%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/augue odio.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adipiscing porttitor" >adipiscing porttitor</a> <a href="http://search.twitter.com/search?q=%22adipiscing porttitor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adipiscing porttitor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/placerat sed" >placerat sed</a> <a href="http://search.twitter.com/search?q=%22placerat sed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/placerat sed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sed pid" >sed pid</a> <a href="http://search.twitter.com/search?q=%22sed pid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sed pid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/proin placerat" >proin placerat</a> <a href="http://search.twitter.com/search?q=%22proin placerat%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/proin placerat.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sagittis enim" >sagittis enim</a> <a href="http://search.twitter.com/search?q=%22sagittis enim%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sagittis enim.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adipiscing sagittis" >adipiscing sagittis</a> <a href="http://search.twitter.com/search?q=%22adipiscing sagittis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adipiscing sagittis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pid cum" >pid cum</a> <a href="http://search.twitter.com/search?q=%22pid cum%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pid cum.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cum dictumst" >cum dictumst</a> <a href="http://search.twitter.com/search?q=%22cum dictumst%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cum dictumst.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ultrices lectus" >ultrices lectus</a> <a href="http://search.twitter.com/search?q=%22ultrices lectus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ultrices lectus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/integer adipiscing" >integer adipiscing</a> <a href="http://search.twitter.com/search?q=%22integer adipiscing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/integer adipiscing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turpis integer" >turpis integer</a> <a href="http://search.twitter.com/search?q=%22turpis integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turpis integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dictumst turpis" >dictumst turpis</a> <a href="http://search.twitter.com/search?q=%22dictumst turpis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dictumst turpis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/porttitor scelerisque" >porttitor scelerisque</a> <a href="http://search.twitter.com/search?q=%22porttitor scelerisque%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/porttitor scelerisque.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vel pulvinar" >vel pulvinar</a> <a href="http://search.twitter.com/search?q=%22vel pulvinar%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vel pulvinar.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post title" >post title</a> <a href="http://search.twitter.com/search?q=%22post title%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post title.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/drop caps" >drop caps</a> <a href="http://search.twitter.com/search?q=%22drop caps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/drop caps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/date gmt" >date gmt</a> <a href="http://search.twitter.com/search?q=%22date gmt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/date gmt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post date" >post date</a> <a href="http://search.twitter.com/search?q=%22post date%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post date.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/elementum adipiscing" >elementum adipiscing</a> <a href="http://search.twitter.com/search?q=%22elementum adipiscing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/elementum adipiscing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/excerpt endwhile" >excerpt endwhile</a> <a href="http://search.twitter.com/search?q=%22excerpt endwhile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/excerpt endwhile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news shortcode" >news shortcode</a> <a href="http://search.twitter.com/search?q=%22news shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/title echo" >title echo</a> <a href="http://search.twitter.com/search?q=%22title echo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/title echo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post echo" >post echo</a> <a href="http://search.twitter.com/search?q=%22post echo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post echo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query posts" >query posts</a> <a href="http://search.twitter.com/search?q=%22query posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/query query" >query query</a> <a href="http://search.twitter.com/search?q=%22query query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/query query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/array limit" >array limit</a> <a href="http://search.twitter.com/search?q=%22array limit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/array limit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/endif reset" >endif reset</a> <a href="http://search.twitter.com/search?q=%22endif reset%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/endif reset.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/permalink echo" >permalink echo</a> <a href="http://search.twitter.com/search?q=%22permalink echo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/permalink echo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/integer vel" >integer vel</a> <a href="http://search.twitter.com/search?q=%22integer vel%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/integer vel.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tristique integer" >tristique integer</a> <a href="http://search.twitter.com/search?q=%22tristique integer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tristique integer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tincidunt tristique" >tincidunt tristique</a> <a href="http://search.twitter.com/search?q=%22tincidunt tristique%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tincidunt tristique.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pulvinar purus" >pulvinar purus</a> <a href="http://search.twitter.com/search?q=%22pulvinar purus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pulvinar purus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/purus magnis" >purus magnis</a> <a href="http://search.twitter.com/search?q=%22purus magnis%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/purus magnis.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts shortcode" >posts shortcode</a> <a href="http://search.twitter.com/search?q=%22posts shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/shortcode news" >shortcode news</a> <a href="http://search.twitter.com/search?q=%22shortcode news%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/shortcode news.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts related" >posts related</a> <a href="http://search.twitter.com/search?q=%22posts related%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts related.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/category shortcode" >category shortcode</a> <a href="http://search.twitter.com/search?q=%22category shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/category shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lectus velit" >lectus velit</a> <a href="http://search.twitter.com/search?q=%22lectus velit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lectus velit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/bottom color" >bottom color</a> <a href="http://search.twitter.com/search?q=%22bottom color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/bottom color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background a0c5ef" >background a0c5ef</a> <a href="http://search.twitter.com/search?q=%22background a0c5ef%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background a0c5ef.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color 333" >color 333</a> <a href="http://search.twitter.com/search?q=%22color 333%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/color 333.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background ffd149" >background ffd149</a> <a href="http://search.twitter.com/search?q=%22background ffd149%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background ffd149.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/solid ccc" >solid ccc</a> <a href="http://search.twitter.com/search?q=%22solid ccc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/solid ccc.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/1px solid" >1px solid</a> <a href="http://search.twitter.com/search?q=%221px solid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/1px solid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/box color" >box color</a> <a href="http://search.twitter.com/search?q=%22box color%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/box color.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/button shortcode" >button shortcode</a> <a href="http://search.twitter.com/search?q=%22button shortcode%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/button shortcode.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background moz" >background moz</a> <a href="http://search.twitter.com/search?q=%22background moz%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background moz.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/moz linear" >moz linear</a> <a href="http://search.twitter.com/search?q=%22moz linear%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/moz linear.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gradient linear" >gradient linear</a> <a href="http://search.twitter.com/search?q=%22gradient linear%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gradient linear.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/webkit gradient" >webkit gradient</a> <a href="http://search.twitter.com/search?q=%22webkit gradient%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/webkit gradient.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/background webkit" >background webkit</a> <a href="http://search.twitter.com/search?q=%22background webkit%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/background webkit.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/border 1px" >border 1px</a> <a href="http://search.twitter.com/search?q=%22border 1px%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/border 1px.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/padding 2px" >padding 2px</a> <a href="http://search.twitter.com/search?q=%22padding 2px%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/padding 2px.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/color blue" >color blue</a> <a href="http://search.twitter.com/search?q=%22color blue%22" ><img src="http://www.fi