<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SEM Wired</title>
	
	<link>http://www.semwired.com</link>
	<description />
	<lastBuildDate>Sun, 05 Sep 2010 17:03:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SemWired" /><feedburner:info uri="semwired" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>HTML5 and SEO</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/FCVJ1Y5bGPQ/</link>
		<comments>http://www.semwired.com/2010/09/html5-seo-search-engine-optimization/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 17:03:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[html4]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=424</guid>
		<description><![CDATA[HTML5 is already here and it is changing the SEO world forever. HTML 5 basically follows the way the web evolved in the last years and includes many useful tags and elements. It develops more towards a semantic approach to content, with specific tag which mark the kind of content is going to be displayed. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2><strong>HTML5 is already here and it is changing the SEO world forever</strong>.</h2>
<p><a href="http://www.semwired.com/wp-content/uploads/2010/09/html5-seo-search-engine-optimization.jpg"><img class="alignleft size-medium wp-image-427" title="html5-seo-search-engine-optimization" src="http://www.semwired.com/wp-content/uploads/2010/09/html5-seo-search-engine-optimization-300x203.jpg" alt="a quick overview on new tags and features of HTML5 and how they will affect SEO" width="300" height="203" /></a>HTML 5 basically follows the way the web evolved in the last years and includes many useful <strong>tags and elements</strong>. It develops more towards a <strong>semantic approach to content</strong>, with specific tag which mark the kind of content is going to be displayed. It might seem as its developers where aiming to create a PHP kind of programming language but it is still an<strong> XML-based markup language</strong>.</p>
<p>The major development from HTML5 is a bunch of new tags with outline the <strong>semantic content of a page section</strong>. It is quite of a revolutionary change, considering now search engine will be finally able to understand the actual content of a page.</p>
<p>It&#8217;s easy to see how letting sites mark individual blocks of their page  with meaningful information would assist in the segmentation of a page.   <strong>Search engines would be able to know instantly what is what and decide  how to treat it</strong>.</p>
<p>Here is a short list of a few new tags and the way the should be implemented on page:</p>
<p><span style="color: #ffcc00;"><strong>&lt;article&gt; tag</strong></span> &#8211; The new &lt;article&gt; tag is 	probably the best addition from a SEO point of view. The &lt;article&gt; 	tag allows to <strong>mark separate entries in an online publication</strong>, such as a blog or a  magazine.  It will reduce the need to use &lt;div&gt; tags, hence making the code cleaner and easier to be understood both from humans and search engines. Search engines will put more importance on the text inside the &lt;article&gt; tag as compared to the contents on the other parts of the page.</p>
<p><strong><span style="color: #ffcc00;">&lt;section&gt; tag</span></strong> &#8211; The new &lt;section&gt; tag can be 	used to identify separate sections on a page, chapter, book. Each section can have its <strong>separate HTML heading</strong>. As with the &lt;article&gt; tag, it can be presumed that search 	engines will pay more attention to the contents of separate sections. For instance, if the words of a search string are found in 	one section, this implies higher relevance as compared to when these 	words are found all across the page or in separate sections.</p>
<p><span style="color: #ffcc00;"><strong>&lt;header&gt; tag</strong></span> &#8211; The new &lt;header&gt; tag (which is different from the head element) is meant to give developers much more flexibility in term of heading categorization. The <strong>&lt;header&gt;</strong> tag is very similar to the &lt;H1&gt; tag but the difference is that it can contain a whole different set of header tags (h1,h2&#8230;.) or whole paragraphs of text, hard-coded links (and this is really precious 	for SEO), and any other kind of info you feel relevant to include.</p>
<p><span style="color: #ffcc00;"><strong>&lt;footer&gt; tag </strong><span style="color: #000000;">- Both the footer and header tag can be used several times in a pge, which means the do not have to belong necessarily to the standard header and footer of the page. For instance it can be used to define recurrent elements on a page (think of a blog post) with specific header and footer.</span><strong><br />
</strong></span></p>
<p><strong><span style="color: #ffcc00;">&lt;nav&gt; tag</span></strong> &#8211; The 	new &lt;nav&gt; tag can be used to identify a collection of links to 	other pages. It is quite important when it comes to define page rank distribution through links on a page. We often have to struggle a bit in order to distribute page rank through link, this should be make life a bit easier.</p>
<p>Beside these tags there a whole bunch of new ones which might require further explanation.<span> For instance, <strong>&lt;audio&gt;</strong>, <strong>&lt;video&gt;</strong> or <strong>&lt;dialogue&gt;</strong> tags are also part of the<strong> HTML 5 standard</strong> and they will allow to further separate the content into the adequate categories. As you can see the main point of this update is making HTML closer to a human level of understanding, besides the obvious consequences with SEO.<br />
</span></p>
<h2>How it works: HTML4 tags vs HTML5 semantic tags</h2>
<p>Currently with HTML4, mark-up coders are working with document structures like this:<em><br />
</em></p>
<blockquote><p><em>&lt;div id=&#8221;header&#8221;&gt;<br />
[logo]<br />
[links or navigation]&lt;/div&gt;<br />
&lt;div id=&#8221;leftnav&#8221;&gt;[navigation links]&lt;/div&gt;<br />
&lt;div&gt;&lt;p&gt;text&lt;/p&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;footer&#8221;&gt;[footer links]&lt;/div&gt;</em></p></blockquote>
<div>As you can see, tags mark content on a totally arbitrary basis, without telling search engines anything about the actual content they&#8217;re delivering. Those div tags could have had any possible name and it wouldn&#8217;t have made any difference to search engines.</div>
<div>This is how the same lines of code would look in HTML5:</div>
<div>
<blockquote><p><em>&lt;header&gt;[logo]&lt;/header&gt;<br />
&lt;nav&gt;[navigation links]&lt;/nav&gt;<br />
&lt;article&gt;&lt;p&gt;text&lt;/p&gt;&lt;/article&gt;<br />
&lt;footer&gt;links&lt;/footer&gt;</em></p></blockquote>
<p>With this kind of markup, search engine will exactly know what goes in each section of the page, treating links in a different way for instance. It&#8217;s a big step forward in optimization especially from a more strict SEO point of view: we could finally know on which bases search engines might rank links depending on their position on the page. It allows also a better control on links value across the page.</p>
<p>There&#8217;s still a lot to be covered about the new features of HTML5 and how they affect the main SEO practices. I guess the update is to be considered a fairly good step forward, increasing both chances of correct optimization and ease of life for developers and programmers.</p>
</div>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F&amp;title=HTML5%20and%20SEO&amp;bodytext=HTML5%20is%20already%20here%20and%20it%20is%20changing%20the%20SEO%20world%20forever.%0D%0AHTML%205%20basically%20follows%20the%20way%20the%20web%20evolved%20in%20the%20last%20years%20and%20includes%20many%20useful%20tags%20and%20elements.%20It%20develops%20more%20towards%20a%20semantic%20approach%20to%20content%2C%20with%20specific%20tag" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F&amp;title=HTML5%20and%20SEO&amp;notes=HTML5%20is%20already%20here%20and%20it%20is%20changing%20the%20SEO%20world%20forever.%0D%0AHTML%205%20basically%20follows%20the%20way%20the%20web%20evolved%20in%20the%20last%20years%20and%20includes%20many%20useful%20tags%20and%20elements.%20It%20develops%20more%20towards%20a%20semantic%20approach%20to%20content%2C%20with%20specific%20tag" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F&amp;t=HTML5%20and%20SEO" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F&amp;title=HTML5%20and%20SEO&amp;annotation=HTML5%20is%20already%20here%20and%20it%20is%20changing%20the%20SEO%20world%20forever.%0D%0AHTML%205%20basically%20follows%20the%20way%20the%20web%20evolved%20in%20the%20last%20years%20and%20includes%20many%20useful%20tags%20and%20elements.%20It%20develops%20more%20towards%20a%20semantic%20approach%20to%20content%2C%20with%20specific%20tag" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F&amp;title=HTML5%20and%20SEO" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F&amp;title=HTML5%20and%20SEO" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2010%2F09%2Fhtml5-seo-search-engine-optimization%2F&amp;submitHeadline=HTML5%20and%20SEO&amp;submitSummary=HTML5%20is%20already%20here%20and%20it%20is%20changing%20the%20SEO%20world%20forever.%0D%0AHTML%205%20basically%20follows%20the%20way%20the%20web%20evolved%20in%20the%20last%20years%20and%20includes%20many%20useful%20tags%20and%20elements.%20It%20develops%20more%20towards%20a%20semantic%20approach%20to%20content%2C%20with%20specific%20tag&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2010/09/html5-seo-search-engine-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2010/09/html5-seo-search-engine-optimization/</feedburner:origLink></item>
		<item>
		<title>How to track clics on Adwords ads from mobile devices</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/Ta8t7K49thw/</link>
		<comments>http://www.semwired.com/2010/08/how-to-track-clics-on-adwords-ads-from-mobile-devices/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 22:12:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adwords]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=417</guid>
		<description><![CDATA[A few months ago Google officially announced the launch of Adwords for mobiles, answering to the growing importance of mobile devices also amongst advertisers. Now, advertisers will be able to display ads exclusively on mobile devices, create campaigns for them, and get separate performance reporting. If you prefer not to show your desktop ads on these [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.semwired.com/wp-content/uploads/2010/08/valuetrack-adwords-mobile.png"><img class="alignleft size-medium wp-image-419" title="how to track clics from mobile to adwords" src="http://www.semwired.com/wp-content/uploads/2010/08/valuetrack-adwords-mobile-200x300.png" alt="" width="150" height="250" /></a>A few months ago Google officially announced <a href="http://adwords.blogspot.com/2010/03/adwords-for-mobile-check-in-quickly.html">the launch of </a><strong><a href="http://adwords.blogspot.com/2010/03/adwords-for-mobile-check-in-quickly.html">Adwords for mobiles</a>, </strong>answering to the growing importance of mobile devices also amongst advertisers.</p>
<p>Now, advertisers will be able to display ads exclusively on mobile devices, create campaigns for them, and get separate performance reporting. If you prefer not to show your desktop ads on these phones, you can opt out and show ads only on desktop and laptop computers.</p>
<p>On this side it is also quite important to be able to track clics coming from Adwords ads displayed through mobile devices.</p>
<p>The ValueTrack It works both for search and display networks and it can be used to both automatically redirect traffic to a mobile-optimized version of your website <strong>http://www.yoururl.com/{ifmobile:movil}</strong></p>
<p>On the other hand it can also be used to actually track down those clics, showing you url <strong>www.yoururl.com?type={ifmobile:telefono}</strong></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F&amp;title=How%20to%20track%20clics%20on%20Adwords%20ads%20from%20mobile%20devices&amp;bodytext=A%20few%20months%20ago%20Google%20officially%20announced%20the%C2%A0launch%20of%20Adwords%20for%20mobiles%2C%20answering%20to%20the%20growing%20importance%20of%20mobile%20devices%20also%20amongst%20advertisers.%0D%0A%0D%0ANow%2C%20advertisers%20will%20be%20able%20to%20display%20ads%20exclusively%20on%20mobile%20devices%2C%20create%20cam" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F&amp;title=How%20to%20track%20clics%20on%20Adwords%20ads%20from%20mobile%20devices&amp;notes=A%20few%20months%20ago%20Google%20officially%20announced%20the%C2%A0launch%20of%20Adwords%20for%20mobiles%2C%20answering%20to%20the%20growing%20importance%20of%20mobile%20devices%20also%20amongst%20advertisers.%0D%0A%0D%0ANow%2C%20advertisers%20will%20be%20able%20to%20display%20ads%20exclusively%20on%20mobile%20devices%2C%20create%20cam" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F&amp;t=How%20to%20track%20clics%20on%20Adwords%20ads%20from%20mobile%20devices" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F&amp;title=How%20to%20track%20clics%20on%20Adwords%20ads%20from%20mobile%20devices&amp;annotation=A%20few%20months%20ago%20Google%20officially%20announced%20the%C2%A0launch%20of%20Adwords%20for%20mobiles%2C%20answering%20to%20the%20growing%20importance%20of%20mobile%20devices%20also%20amongst%20advertisers.%0D%0A%0D%0ANow%2C%20advertisers%20will%20be%20able%20to%20display%20ads%20exclusively%20on%20mobile%20devices%2C%20create%20cam" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F&amp;title=How%20to%20track%20clics%20on%20Adwords%20ads%20from%20mobile%20devices" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F&amp;title=How%20to%20track%20clics%20on%20Adwords%20ads%20from%20mobile%20devices" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fhow-to-track-clics-on-adwords-ads-from-mobile-devices%2F&amp;submitHeadline=How%20to%20track%20clics%20on%20Adwords%20ads%20from%20mobile%20devices&amp;submitSummary=A%20few%20months%20ago%20Google%20officially%20announced%20the%C2%A0launch%20of%20Adwords%20for%20mobiles%2C%20answering%20to%20the%20growing%20importance%20of%20mobile%20devices%20also%20amongst%20advertisers.%0D%0A%0D%0ANow%2C%20advertisers%20will%20be%20able%20to%20display%20ads%20exclusively%20on%20mobile%20devices%2C%20create%20cam&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2010/08/how-to-track-clics-on-adwords-ads-from-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2010/08/how-to-track-clics-on-adwords-ads-from-mobile-devices/</feedburner:origLink></item>
		<item>
		<title>What is SEO flat site architecture</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/t3i-BPycSqY/</link>
		<comments>http://www.semwired.com/2010/08/seo-flat-site-architecture/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 19:52:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=412</guid>
		<description><![CDATA[Site architecture is quite of an important factor when it comes to code/architecture optimization. This video from SEOmoz goes in deep with a few examples, so that you can get a real grip of page structure and architecture. No matter how updated is your sitemap, a correct site architecture is the first step towards a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Site architecture is quite of an important factor when it comes to code/architecture optimization. This video from SEOmoz goes in deep with a few examples, so that you can get a real grip of page structure and architecture.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="301" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3873783&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="400" height="301" src="http://vimeo.com/moogaloop.swf?clip_id=3873783&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>No matter how updated is your sitemap, a correct site architecture is the first step towards a site proper optimization. The video also mention the potential effects of this procedure on usability, keeping always content at a one-click distance from every page.</p>
<p><strong>Content structure</strong> is a pretty invisible task in any SEO project but absolutely fundamental. I have always seen positive consequences anyway.</p>
<p>A <strong>flat site architecture does not mean at all that you have to get rid of directories in URLs</strong> and these are my two cents to those articles. On the contrary, it is something to add to the <em>click distance</em> + <em>relevancy distribution</em> equation.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F&amp;title=What%20is%20SEO%20flat%20site%20architecture&amp;bodytext=Site%20architecture%20is%20quite%20of%20an%20important%20factor%20when%20it%20comes%20to%20code%2Farchitecture%20optimization.%20This%20video%20from%20SEOmoz%20goes%20in%20deep%20with%20a%20few%20examples%2C%20so%20that%20you%20can%20get%20a%20real%20grip%20of%20page%20structure%20and%20architecture.%0D%0A%0D%0A%0D%0ANo%20matter%20how%20updated" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F&amp;title=What%20is%20SEO%20flat%20site%20architecture&amp;notes=Site%20architecture%20is%20quite%20of%20an%20important%20factor%20when%20it%20comes%20to%20code%2Farchitecture%20optimization.%20This%20video%20from%20SEOmoz%20goes%20in%20deep%20with%20a%20few%20examples%2C%20so%20that%20you%20can%20get%20a%20real%20grip%20of%20page%20structure%20and%20architecture.%0D%0A%0D%0A%0D%0ANo%20matter%20how%20updated" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F&amp;t=What%20is%20SEO%20flat%20site%20architecture" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F&amp;title=What%20is%20SEO%20flat%20site%20architecture&amp;annotation=Site%20architecture%20is%20quite%20of%20an%20important%20factor%20when%20it%20comes%20to%20code%2Farchitecture%20optimization.%20This%20video%20from%20SEOmoz%20goes%20in%20deep%20with%20a%20few%20examples%2C%20so%20that%20you%20can%20get%20a%20real%20grip%20of%20page%20structure%20and%20architecture.%0D%0A%0D%0A%0D%0ANo%20matter%20how%20updated" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F&amp;title=What%20is%20SEO%20flat%20site%20architecture" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F&amp;title=What%20is%20SEO%20flat%20site%20architecture" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2010%2F08%2Fseo-flat-site-architecture%2F&amp;submitHeadline=What%20is%20SEO%20flat%20site%20architecture&amp;submitSummary=Site%20architecture%20is%20quite%20of%20an%20important%20factor%20when%20it%20comes%20to%20code%2Farchitecture%20optimization.%20This%20video%20from%20SEOmoz%20goes%20in%20deep%20with%20a%20few%20examples%2C%20so%20that%20you%20can%20get%20a%20real%20grip%20of%20page%20structure%20and%20architecture.%0D%0A%0D%0A%0D%0ANo%20matter%20how%20updated&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2010/08/seo-flat-site-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2010/08/seo-flat-site-architecture/</feedburner:origLink></item>
		<item>
		<title>How to connect to Facebook via SSL</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/oTC-MbxZ9f4/</link>
		<comments>http://www.semwired.com/2010/04/connect-to-facebook-via-ssl/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 15:55:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[https]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=406</guid>
		<description><![CDATA[A few months aho Google announced Gmail would switch to a default https connection, increasing protection against sniffing and any other network related threat. It was great news, even though the SLL was already available, Google made it the default option for users. Nowadays all over the world millions of Facebook users get connected via [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>A few months aho Google announced <strong><a href="http://gmailblog.blogspot.com/2010/01/default-https-access-for-gmail.html">Gmail would switch to a default https connection</a></strong>, increasing protection against sniffing and any other network related threat. It was great news, even though the <a href="http://en.wikipedia.org/wiki/Secure_socket_layer">SLL</a> was already available, <strong>Google made it the default option for users</strong>.</p>
<p><a href="http://www.semwired.com/wp-content/uploads/2010/04/facebook-via-https.jpg"><img class="alignleft size-medium wp-image-407" title="facebook-via-https" src="http://www.semwired.com/wp-content/uploads/2010/04/facebook-via-https-300x168.jpg" alt="how to connect to facebook via https" width="180" height="101" /></a>Nowadays all over the world millions of Facebook users get connected via standard http, keeping themselves quite vulnerable to sniffing or man in the middle type of exploits. Is there any way to switch to a safer connection making our Facebook login a bit more secure?</p>
<p>Just type <strong><span style="color: #000000;"><span style="text-decoration: underline;">https</span>://facebook.com</span></strong><span style="color: #000000;"> </span>when logging in and your connection will pass through SLL encoding, making it safer: your machine will exchange a key with the facebook server through which all date will be encoded.</p>
<p>This means the secure socket layer connection s already availbale: how long should users wait for it to become the default connection in Facebook?</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F&amp;title=How%20to%20connect%20to%20Facebook%20via%20SSL&amp;bodytext=A%20few%20months%20aho%20Google%20announced%20Gmail%20would%20switch%20to%20a%20default%20https%20connection%2C%20increasing%20protection%20against%20sniffing%20and%20any%20other%20network%20related%20threat.%20It%20was%20great%20news%2C%20even%20though%20the%20SLL%20was%20already%20available%2C%20Google%20made%20it%20the%20default%20" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F&amp;title=How%20to%20connect%20to%20Facebook%20via%20SSL&amp;notes=A%20few%20months%20aho%20Google%20announced%20Gmail%20would%20switch%20to%20a%20default%20https%20connection%2C%20increasing%20protection%20against%20sniffing%20and%20any%20other%20network%20related%20threat.%20It%20was%20great%20news%2C%20even%20though%20the%20SLL%20was%20already%20available%2C%20Google%20made%20it%20the%20default%20" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F&amp;t=How%20to%20connect%20to%20Facebook%20via%20SSL" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F&amp;title=How%20to%20connect%20to%20Facebook%20via%20SSL&amp;annotation=A%20few%20months%20aho%20Google%20announced%20Gmail%20would%20switch%20to%20a%20default%20https%20connection%2C%20increasing%20protection%20against%20sniffing%20and%20any%20other%20network%20related%20threat.%20It%20was%20great%20news%2C%20even%20though%20the%20SLL%20was%20already%20available%2C%20Google%20made%20it%20the%20default%20" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F&amp;title=How%20to%20connect%20to%20Facebook%20via%20SSL" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F&amp;title=How%20to%20connect%20to%20Facebook%20via%20SSL" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2010%2F04%2Fconnect-to-facebook-via-ssl%2F&amp;submitHeadline=How%20to%20connect%20to%20Facebook%20via%20SSL&amp;submitSummary=A%20few%20months%20aho%20Google%20announced%20Gmail%20would%20switch%20to%20a%20default%20https%20connection%2C%20increasing%20protection%20against%20sniffing%20and%20any%20other%20network%20related%20threat.%20It%20was%20great%20news%2C%20even%20though%20the%20SLL%20was%20already%20available%2C%20Google%20made%20it%20the%20default%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2010/04/connect-to-facebook-via-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2010/04/connect-to-facebook-via-ssl/</feedburner:origLink></item>
		<item>
		<title>CSS Transition available in Firefox</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/b6z_hASn7cY/</link>
		<comments>http://www.semwired.com/2010/03/css-transition-available-in-firefox/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 14:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css transition]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=400</guid>
		<description><![CDATA[CSS transition have been finally made available on Firefox (3.7, pre-alpha2). With this feature developers will finally be able to apply movement to CSS elements, quite a good alternative to the more common use of Javascript. Here&#8217;s the developers Firefox version if you want to have a try. // HTML &#60;ul&#62; &#60;li id="long1"&#62;Long, gradual transition...&#60;/li&#62; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>CSS transition</strong> have been finally made available on Firefox (3.7, pre-alpha2). With this feature developers will finally be able to <a title="css2 transition" href="http://www.w3.org/TR/css3-transitions/" target="_blank">apply movement to CSS elements</a>, quite a good alternative to the more common use of Javascript. Here&#8217;s the <a href="http://nightly.mozilla.org/">developers Firefox version</a> if you want to have a try.</p>
<pre><code><strong><a href="http://www.semwired.com/wp-content/uploads/2010/03/css-transition-firefox.jpg"><img class="alignleft size-medium wp-image-401" title="css-transition-firefox" src="http://www.semwired.com/wp-content/uploads/2010/03/css-transition-firefox-300x215.jpg" alt="css transitions in firefox" width="275" height="190" /></a>// HTML
</strong>&lt;ul&gt;
 &lt;li id="long1"&gt;Long, gradual transition...&lt;/li&gt;
 &lt;li id="fast1"&gt;Very fast transition...&lt;/li&gt;
 &lt;li id="delay1"&gt;Long transition with a 2-second delay...&lt;/li&gt;
 &lt;li id="easeout"&gt;Using ease-out timing...&lt;/li&gt;
 &lt;li id="linear"&gt;Using linear timing...&lt;/li&gt;
 &lt;li id="cubic1"&gt;Using cubic-bezier(0.2, 0.4, 0.7, 0.8)...&lt;/li&gt;
&lt;/ul&gt;

<strong>// CSS
</strong>#delay1 {
 position: relative;
 -moz-transition-property: font-size;
 -moz-transition-duration: 4s;
 -moz-transition-delay: 2s;
 font-size: 14px;
}

#delay1:hover {
 -moz-transition-property: font-size;
 -moz-transition-duration: 4s;
 -moz-transition-delay: 2s;
 font-size: 36px;
}</code></pre>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F&amp;title=CSS%20Transition%20available%20in%20Firefox&amp;bodytext=CSS%20transition%20have%20been%20finally%20made%20available%20on%20Firefox%20%283.7%2C%20pre-alpha2%29.%20With%20this%20feature%20developers%20will%20finally%20be%20able%20to%20apply%20movement%20to%20CSS%20elements%2C%20quite%20a%20good%20alternative%20to%20the%20more%20common%20use%20of%20Javascript.%20Here%27s%20the%20developers%20Fi" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F&amp;title=CSS%20Transition%20available%20in%20Firefox&amp;notes=CSS%20transition%20have%20been%20finally%20made%20available%20on%20Firefox%20%283.7%2C%20pre-alpha2%29.%20With%20this%20feature%20developers%20will%20finally%20be%20able%20to%20apply%20movement%20to%20CSS%20elements%2C%20quite%20a%20good%20alternative%20to%20the%20more%20common%20use%20of%20Javascript.%20Here%27s%20the%20developers%20Fi" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F&amp;t=CSS%20Transition%20available%20in%20Firefox" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F&amp;title=CSS%20Transition%20available%20in%20Firefox&amp;annotation=CSS%20transition%20have%20been%20finally%20made%20available%20on%20Firefox%20%283.7%2C%20pre-alpha2%29.%20With%20this%20feature%20developers%20will%20finally%20be%20able%20to%20apply%20movement%20to%20CSS%20elements%2C%20quite%20a%20good%20alternative%20to%20the%20more%20common%20use%20of%20Javascript.%20Here%27s%20the%20developers%20Fi" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F&amp;title=CSS%20Transition%20available%20in%20Firefox" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F&amp;title=CSS%20Transition%20available%20in%20Firefox" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2010%2F03%2Fcss-transition-available-in-firefox%2F&amp;submitHeadline=CSS%20Transition%20available%20in%20Firefox&amp;submitSummary=CSS%20transition%20have%20been%20finally%20made%20available%20on%20Firefox%20%283.7%2C%20pre-alpha2%29.%20With%20this%20feature%20developers%20will%20finally%20be%20able%20to%20apply%20movement%20to%20CSS%20elements%2C%20quite%20a%20good%20alternative%20to%20the%20more%20common%20use%20of%20Javascript.%20Here%27s%20the%20developers%20Fi&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2010/03/css-transition-available-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2010/03/css-transition-available-in-firefox/</feedburner:origLink></item>
		<item>
		<title>Jonathan Schwartz resigns via Twitter</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/fW86pqlt4CA/</link>
		<comments>http://www.semwired.com/2010/02/jonathan-schwartz-resigns-vi-twitter/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 13:16:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[johnathan schwartz]]></category>
		<category><![CDATA[sun microsystem]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=396</guid>
		<description><![CDATA[Since Twitter went online, beside the early adopters enthusiasts, I always heard many people debating on its actual usefulness. Still, it is one of the fastest growing platforms, despite its weaknesses, its extreme vulnerability to spam, or its 150 characters limit&#8230; This very last point has been thoroughly debated: 150 characters are not enough to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Since <strong>Twitter</strong> went online, beside the early adopters enthusiasts, I always heard many people debating on its actual usefulness.<br />
Still, it is one of the<strong> fastest growing platforms</strong>, despite its weaknesses, its extreme vulnerability to spam, or its 150 characters limit&#8230;<br />
<a href="http://www.semwired.com/wp-content/uploads/2010/02/johnathan-schwartz-resign-twit.png"><img class="alignleft size-full wp-image-397" title="johnathan-schwartz-resign-twit" src="http://www.semwired.com/wp-content/uploads/2010/02/johnathan-schwartz-resign-twit.png" alt="johnathan schwartz sun microsystem ceo resigns through twitter" width="300" height="194" /></a><br />
This very last point has been thoroughly debated: <strong>150 characters are not enough</strong> to deliver any message and force people to limit the scope of the message they can send.</p>
<p>A few weeks ago, <strong>Johnathan Schwartz</strong>, former <strong>Sun Microsystem CEO</strong>, <a href="http://twitter.com/OpenJonathan/status/8620937722"><strong>resigned via his his twitter account</strong></a>.</p>
<p>Within 150 characters he managed to say that we resigned from his position, and also gave an explanation for his resignation with a haiku:</p>
<p><em>Financial crisis</em></p>
<p><em>Stalled to many customers</em></p>
<p><em>Ceo no more</em></p>
<p>This should be the right way people should use twitter, and haikus, because or their ability of defining a whole world within a few lines, just fit perfectly this media. Johnathan just seems to have understood this pretty well.<em><br />
</em></p>
<p>When resigning from a position we often send plenty of emails out, to  co-workers, colleagues or acquaintances: Johnathan just exploited the speed and efficiency of Twitter, with no need to waste that much time on writing emails, also getting positive results for his personal brand, communicating directly with the right audience and successfully delivering the message.</p>
<p>Next time we twit, let&#8217;s just make sure it is for something meaningful..!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F&amp;title=Jonathan%20Schwartz%20resigns%20via%20Twitter&amp;bodytext=Since%20Twitter%20went%20online%2C%20beside%20the%20early%20adopters%20enthusiasts%2C%20I%20always%20heard%20many%20people%20debating%20on%20its%20actual%20usefulness.%0D%0AStill%2C%20it%20is%20one%20of%20the%20fastest%20growing%20platforms%2C%20despite%20its%20weaknesses%2C%20its%20extreme%20vulnerability%20to%20spam%2C%20or%20its%20150%20" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F&amp;title=Jonathan%20Schwartz%20resigns%20via%20Twitter&amp;notes=Since%20Twitter%20went%20online%2C%20beside%20the%20early%20adopters%20enthusiasts%2C%20I%20always%20heard%20many%20people%20debating%20on%20its%20actual%20usefulness.%0D%0AStill%2C%20it%20is%20one%20of%20the%20fastest%20growing%20platforms%2C%20despite%20its%20weaknesses%2C%20its%20extreme%20vulnerability%20to%20spam%2C%20or%20its%20150%20" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F&amp;t=Jonathan%20Schwartz%20resigns%20via%20Twitter" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F&amp;title=Jonathan%20Schwartz%20resigns%20via%20Twitter&amp;annotation=Since%20Twitter%20went%20online%2C%20beside%20the%20early%20adopters%20enthusiasts%2C%20I%20always%20heard%20many%20people%20debating%20on%20its%20actual%20usefulness.%0D%0AStill%2C%20it%20is%20one%20of%20the%20fastest%20growing%20platforms%2C%20despite%20its%20weaknesses%2C%20its%20extreme%20vulnerability%20to%20spam%2C%20or%20its%20150%20" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F&amp;title=Jonathan%20Schwartz%20resigns%20via%20Twitter" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F&amp;title=Jonathan%20Schwartz%20resigns%20via%20Twitter" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fjonathan-schwartz-resigns-vi-twitter%2F&amp;submitHeadline=Jonathan%20Schwartz%20resigns%20via%20Twitter&amp;submitSummary=Since%20Twitter%20went%20online%2C%20beside%20the%20early%20adopters%20enthusiasts%2C%20I%20always%20heard%20many%20people%20debating%20on%20its%20actual%20usefulness.%0D%0AStill%2C%20it%20is%20one%20of%20the%20fastest%20growing%20platforms%2C%20despite%20its%20weaknesses%2C%20its%20extreme%20vulnerability%20to%20spam%2C%20or%20its%20150%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2010/02/jonathan-schwartz-resigns-vi-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2010/02/jonathan-schwartz-resigns-vi-twitter/</feedburner:origLink></item>
		<item>
		<title>How to manage a multilingual blog with WordPress</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/-3HznjM6mWM/</link>
		<comments>http://www.semwired.com/2010/02/how-to-manage-multilingual-blog-wordpress/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 16:10:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[multilingual]]></category>
		<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=392</guid>
		<description><![CDATA[We all know WordPress is one of the most versatile and easy to use CMSs, with plenty of features which made him one of the best blogging platform available on the market. However it still lacks and adequate support for multilingual blogs, for instance when we&#8217;d need ot post the same article in more than [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.semwired.com/wp-content/uploads/2010/02/wordpress-multilingual-manage.png"><img class="alignleft size-full wp-image-393" title="wordpress-multilingual-manage" src="http://www.semwired.com/wp-content/uploads/2010/02/wordpress-multilingual-manage.png" alt="how to manage a multilingual wordpress blog" width="239" height="239" /></a>We all know <strong>WordPress is one of the most versatile and easy to use CMSs</strong>, with plenty of features which made him one of the best blogging platform available on the market. However it still lacks and adequate <strong>support for multilingual blogs</strong>, for instance when we&#8217;d need ot post the same article in more than one language at the same time.</p>
<p>If the CMS itself does not provide enough support for this feature, we can sort thing out pretty easily with a few plugins:</p>
<ul>
<li> <strong><a title="Google Ajax Translation" href="http://wordpress.org/extend/plugins/google-ajax-translation/">Google Ajax Translation</a></strong>, this Google API makes available translation to users on your blog frontpage. It is not to be considered a proper <strong>WordPress plugin</strong> but it works just as good.</li>
</ul>
<ul>
<li> <strong><a title="WPML Multilingual CMS" href="http://wordpress.org/extend/plugins/sitepress-multilingual-cms/">WPML Multilingual CMS</a></strong>, with this plugin we would be able to get a fully working <strong>multilingual blogs </strong>in just a few minutes. No need of any change inside the source code or tables, it works straight out of the box.
<p> </p>
</li>
<li> <strong><a title="qTranslate" href="http://wordpress.org/extend/plugins/qtranslate/">qTranslate</a></strong>, with this plugin we would be able to manage content in different languages from the<strong> WordPress editor</strong>, through automatic translation and permalink management.</li>
</ul>
<p> </p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F&amp;title=How%20to%20manage%20a%20multilingual%20blog%20with%20Wordpress&amp;bodytext=We%20all%20know%20Wordpress%20is%20one%20of%20the%20most%20versatile%20and%20easy%20to%20use%20CMSs%2C%20with%20plenty%20of%20features%20which%20made%20him%20one%20of%20the%20best%20blogging%20platform%20available%20on%20the%20market.%20However%20it%20still%20lacks%20and%20adequate%20support%20for%20multilingual%20blogs%2C%20for%20instanc" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F&amp;title=How%20to%20manage%20a%20multilingual%20blog%20with%20Wordpress&amp;notes=We%20all%20know%20Wordpress%20is%20one%20of%20the%20most%20versatile%20and%20easy%20to%20use%20CMSs%2C%20with%20plenty%20of%20features%20which%20made%20him%20one%20of%20the%20best%20blogging%20platform%20available%20on%20the%20market.%20However%20it%20still%20lacks%20and%20adequate%20support%20for%20multilingual%20blogs%2C%20for%20instanc" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F&amp;t=How%20to%20manage%20a%20multilingual%20blog%20with%20Wordpress" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F&amp;title=How%20to%20manage%20a%20multilingual%20blog%20with%20Wordpress&amp;annotation=We%20all%20know%20Wordpress%20is%20one%20of%20the%20most%20versatile%20and%20easy%20to%20use%20CMSs%2C%20with%20plenty%20of%20features%20which%20made%20him%20one%20of%20the%20best%20blogging%20platform%20available%20on%20the%20market.%20However%20it%20still%20lacks%20and%20adequate%20support%20for%20multilingual%20blogs%2C%20for%20instanc" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F&amp;title=How%20to%20manage%20a%20multilingual%20blog%20with%20Wordpress" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F&amp;title=How%20to%20manage%20a%20multilingual%20blog%20with%20Wordpress" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2010%2F02%2Fhow-to-manage-multilingual-blog-wordpress%2F&amp;submitHeadline=How%20to%20manage%20a%20multilingual%20blog%20with%20Wordpress&amp;submitSummary=We%20all%20know%20Wordpress%20is%20one%20of%20the%20most%20versatile%20and%20easy%20to%20use%20CMSs%2C%20with%20plenty%20of%20features%20which%20made%20him%20one%20of%20the%20best%20blogging%20platform%20available%20on%20the%20market.%20However%20it%20still%20lacks%20and%20adequate%20support%20for%20multilingual%20blogs%2C%20for%20instanc&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2010/02/how-to-manage-multilingual-blog-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2010/02/how-to-manage-multilingual-blog-wordpress/</feedburner:origLink></item>
		<item>
		<title>How to write non-ASCII alphabetic characters in robots.txt?</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/meegWp8qPCs/</link>
		<comments>http://www.semwired.com/2009/11/how-write-non-ascii-characters-robots-txt/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 14:23:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[search engine behaviour]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=387</guid>
		<description><![CDATA[Robots.txt has got its own system of codification for content, which does not allow any text codification different than US-ASCII. According to the URI specifications, only the US-ASCII character set has to be used in order to define URL&#8217;S. This very point can create quite a lot of trouble for webmasters trying to set up [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2><strong><img class="alignleft size-medium wp-image-388" title="how-to-write-non-us-ascii-text-in-robots-txt" src="http://www.semwired.com/wp-content/uploads/2009/11/how-robots-txt-works-281x300.gif" alt="how-to-write-non-us-ascii-text-in-robots-txt" width="281" height="300" />Robots.txt has got its own system of codification for content, which does not allow any text codification different than US-ASCII.</strong></h2>
<p>According to the <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">URI specifications</a>, <strong>only the US-ASCII character set has to be used in order to define URL&#8217;S.</strong> This very point can create quite a lot of trouble for webmasters trying to set up their own robots.txt with a different set of characters.</p>
<p><strong>ASCII&#8217;s 128 characters only covers the English alphabet, numbers, and punctuation marks, making impossible to control search engine behaviour when some &#8220;weird&#8221; characters are used into folder codification</strong>, like ñ in Spanish and ç in French, which are left out of ASCII.</p>
<p>Most characters in non-Latin-based alphabets, such as pi (π) in Greek, ya (я) in Cyrillic, and entire alphabets from many other world languages, can&#8217;t be accurately written in the limited, English-oriented ASCII.</p>
<p>robots.txt file codification is the following:</p>
<ul>
<li>ANSI (Windows-1252)</li>
<li>Unicode</li>
<li>UTF-8</li>
</ul>
<p>The file however supports following codifications for its content:</p>
<ul>
<li>ANSI (Windows-1252): 8 bit</li>
<li>ASCII: 7 bit</li>
<li>ISO-8859-1: 8 bit</li>
<li>UTF-8: 8 bit</li>
</ul>
<p>Let&#8217;s take the case of a russian website, using Cyrillic codification for its folders and directories. In this case, characters like <strong>π</strong> or <strong>я</strong> should be correctly encoded into US-ASCII.</p>
<p><a href="http://en.wikipedia.org/wiki/Percent-encoding">Percent-encoding</a> comes into play, making possible to encode a non-ASCII string into a set of characters which can be perfectly read by search engines.</p>
<p>Let&#8217;s consider a russian website with a admin folder we do not want search engine to crawl:<code></p>
<p>http://www.domain.com/папка/</code></p>
<p>In order to avoid search engines crawling the admin folder, the folder&#8217;s name should be encoded as following:</p>
<p><code>Disallow: /%D0%BF%D0%B0%D0%BF%D0%BA%D0%B0/</code></p>
<p>&#8230;while the following line won&#8217;t work, since directory specifications into robots.txt must be always encoded in US-ASCII:</p>
<p><code>Disallow: /папка/</code></p>
<p>You might also want to read <a href="http://www.bing.com/community/blogs/webmaster/archive/2009/11/05/robots-speaking-many-languages.aspx">this article from the Bing Community</a>, which explains the issue.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F&amp;title=How%20to%20write%20non-ASCII%20alphabetic%20characters%20in%20robots.txt%3F&amp;bodytext=Robots.txt%20has%20got%20its%20own%20system%20of%20codification%20for%20content%2C%20which%20does%20not%20allow%20any%20text%20codification%20different%20than%20US-ASCII.%0D%0AAccording%20to%20the%20URI%20specifications%2C%20only%20the%20US-ASCII%20character%20set%20has%20to%20be%20used%20in%20order%20to%20define%20URL%27S.%20This%20ver" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F&amp;title=How%20to%20write%20non-ASCII%20alphabetic%20characters%20in%20robots.txt%3F&amp;notes=Robots.txt%20has%20got%20its%20own%20system%20of%20codification%20for%20content%2C%20which%20does%20not%20allow%20any%20text%20codification%20different%20than%20US-ASCII.%0D%0AAccording%20to%20the%20URI%20specifications%2C%20only%20the%20US-ASCII%20character%20set%20has%20to%20be%20used%20in%20order%20to%20define%20URL%27S.%20This%20ver" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F&amp;t=How%20to%20write%20non-ASCII%20alphabetic%20characters%20in%20robots.txt%3F" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F&amp;title=How%20to%20write%20non-ASCII%20alphabetic%20characters%20in%20robots.txt%3F&amp;annotation=Robots.txt%20has%20got%20its%20own%20system%20of%20codification%20for%20content%2C%20which%20does%20not%20allow%20any%20text%20codification%20different%20than%20US-ASCII.%0D%0AAccording%20to%20the%20URI%20specifications%2C%20only%20the%20US-ASCII%20character%20set%20has%20to%20be%20used%20in%20order%20to%20define%20URL%27S.%20This%20ver" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F&amp;title=How%20to%20write%20non-ASCII%20alphabetic%20characters%20in%20robots.txt%3F" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F&amp;title=How%20to%20write%20non-ASCII%20alphabetic%20characters%20in%20robots.txt%3F" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2009%2F11%2Fhow-write-non-ascii-characters-robots-txt%2F&amp;submitHeadline=How%20to%20write%20non-ASCII%20alphabetic%20characters%20in%20robots.txt%3F&amp;submitSummary=Robots.txt%20has%20got%20its%20own%20system%20of%20codification%20for%20content%2C%20which%20does%20not%20allow%20any%20text%20codification%20different%20than%20US-ASCII.%0D%0AAccording%20to%20the%20URI%20specifications%2C%20only%20the%20US-ASCII%20character%20set%20has%20to%20be%20used%20in%20order%20to%20define%20URL%27S.%20This%20ver&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2009/11/how-write-non-ascii-characters-robots-txt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2009/11/how-write-non-ascii-characters-robots-txt/</feedburner:origLink></item>
		<item>
		<title>How to scan your WordPress for vulnerabilities</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/rptZJrg-Sic/</link>
		<comments>http://www.semwired.com/2009/10/how-to-scan-wordpress-vulnerabilities-exploi/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 18:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=380</guid>
		<description><![CDATA[A news realase of WordPress has just been made available and is supposed to fix several security flaws, as explained here on the WP blog. WordPress got so popular that any security update can actually be crucial, considering the amount of websites using it. Recently a well-known vulnerability allowed a worm to spread around affecting [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2><img class="alignleft size-medium wp-image-384" title="scan-wordpress-vulnerabilities-exploit" src="http://www.semwired.com/wp-content/uploads/2009/10/scan-wordpress-vulnerabilities-exploit-300x225.jpg" alt="scan-wordpress-vulnerabilities-exploit" width="191" height="143" />A news realase of WordPress has just been made available and is supposed to fix several security flaws, as explained <a title="wordpress 2.8.5 update blog" href="http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/" target="_blank">here on the WP blog</a>.</h2>
<p>WordPress got so popular that any security update can actually be crucial, considering the amount of websites using it. Recently a well-known vulnerability allowed a worm to spread around affecting several blogs, according to <a href="http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/">this article</a>. Still,<strong> there&#8217;s something more we can do to make our WordPress installation safer</strong>.</p>
<p>The <strong><a href="http://wordpress.org/extend/plugins/exploit-scanner/">WordPress Exploit Scanner extension</a></strong> can scan for well-known vulnerabilities and exploits which might affect your WordPress installation. In order to be used you just need to download, the extension, upload it on you server, active it by the extensions dashboard and a link will pop-up on your general dashboard.</p>
<p>Once you run the extension (it might need a few minutes to complete the task) <strong>the report you get is extensive</strong>. The plugin analyse in depth every single file, looking for malicious code embedded into standard file. It&#8217;s pretty useful, even if a standard <strong>report can require some programming knowledge to be fully understood</strong>. It&#8217;s a very neat tool, I guess it should be included in every WordPress standard setup.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F&amp;title=How%20to%20scan%20your%20Wordpress%20for%20vulnerabilities&amp;bodytext=A%20news%20realase%20of%20Wordpress%20has%20just%20been%20made%20available%20and%20is%20supposed%20to%20fix%20several%20security%20flaws%2C%20as%20explained%20here%20on%20the%20WP%20blog.%0D%0AWordpress%20got%20so%20popular%20that%20any%20security%20update%20can%20actually%20be%20crucial%2C%20considering%20the%20amount%20of%20websites%20u" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F&amp;title=How%20to%20scan%20your%20Wordpress%20for%20vulnerabilities&amp;notes=A%20news%20realase%20of%20Wordpress%20has%20just%20been%20made%20available%20and%20is%20supposed%20to%20fix%20several%20security%20flaws%2C%20as%20explained%20here%20on%20the%20WP%20blog.%0D%0AWordpress%20got%20so%20popular%20that%20any%20security%20update%20can%20actually%20be%20crucial%2C%20considering%20the%20amount%20of%20websites%20u" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F&amp;t=How%20to%20scan%20your%20Wordpress%20for%20vulnerabilities" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F&amp;title=How%20to%20scan%20your%20Wordpress%20for%20vulnerabilities&amp;annotation=A%20news%20realase%20of%20Wordpress%20has%20just%20been%20made%20available%20and%20is%20supposed%20to%20fix%20several%20security%20flaws%2C%20as%20explained%20here%20on%20the%20WP%20blog.%0D%0AWordpress%20got%20so%20popular%20that%20any%20security%20update%20can%20actually%20be%20crucial%2C%20considering%20the%20amount%20of%20websites%20u" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F&amp;title=How%20to%20scan%20your%20Wordpress%20for%20vulnerabilities" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F&amp;title=How%20to%20scan%20your%20Wordpress%20for%20vulnerabilities" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fhow-to-scan-wordpress-vulnerabilities-exploi%2F&amp;submitHeadline=How%20to%20scan%20your%20Wordpress%20for%20vulnerabilities&amp;submitSummary=A%20news%20realase%20of%20Wordpress%20has%20just%20been%20made%20available%20and%20is%20supposed%20to%20fix%20several%20security%20flaws%2C%20as%20explained%20here%20on%20the%20WP%20blog.%0D%0AWordpress%20got%20so%20popular%20that%20any%20security%20update%20can%20actually%20be%20crucial%2C%20considering%20the%20amount%20of%20websites%20u&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2009/10/how-to-scan-wordpress-vulnerabilities-exploi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2009/10/how-to-scan-wordpress-vulnerabilities-exploi/</feedburner:origLink></item>
		<item>
		<title>The truth about SEO</title>
		<link>http://feedproxy.google.com/~r/SemWired/~3/JnvVBkKUCBM/</link>
		<comments>http://www.semwired.com/2009/10/the-truth-about-seo/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 13:33:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[truth]]></category>

		<guid isPermaLink="false">http://www.semwired.com/?p=375</guid>
		<description><![CDATA[Like everyone else who&#8217;s in this industry, I daily read loads of stuff, bog posts and articles, about how good SEO is, how important is to be ranked for the right keywords, how successfull a product can be if is commercially developed on the internet through SEO and online marketing services. I read loads of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2><img class="alignleft size-medium wp-image-376" title="the-truth-about-seo" src="http://www.semwired.com/wp-content/uploads/2009/10/the-truth-about-seo-300x234.jpg" alt="the-truth-about-seo" width="200" height="156" />Like everyone else who&#8217;s in this industry, I daily read loads of stuff, bog posts and articles, about how good SEO is, how important is to be ranked for the right keywords, how successfull a product can be if is commercially developed on the internet through SEO and online marketing services.</h2>
<p>I read loads of this stuff and I&#8217;m honestly starting to get sick of it. Years ago things were simpler: marketing departements had no even idea about what <strong>SEO was and how crucial the internet would have become in a few years</strong>.</p>
<p>Now everybody jumps on the bandwagon&#8230; just take a look to your list of Twitter followers: <strong>how many people or companies you can find which supposedly know all secrets about SEO and internet marketing?</strong> Well, take a few of them and read those blogs and articles. As pointed out by <a href="http://powazek.com/">Derek Powazek</a> <a href="http://powazek.com/posts/2090">in this article</a>:</p>
<p><strong><em>The problem with SEO is that the good advice is obvious, the rest doesn’t work, and it’s poisoning the web.</em></strong></p>
<p>Then it goes deeper analysing his own perspective about the industry and even if it goes to harsh sometimes, I can only agree with him. The fact is that all the hype about SEO it&#8217;s just artificially created by the market. Good webdesign and content shouldn&#8217;t need any &#8220;seo expert&#8221;.</p>
<p>However the need of search engine optimization professional tells us that the quality of web development these days (and the quality of the content) are getting worse and worse, requiring someone to artificially (and magically) <strong>make them appear on search engine simply correcting all those stupid mistakes developers do</strong>. It&#8217;s a pretty simplified explanation, but I guess it delivers the big picture about what the industry has become nowadays.</p>
<p><strong>Take a look to the reaction to the articles as well</strong>: from the offended &#8220;seo professional&#8221; to the old school coder, to whom &#8220;magic seo practice&#8221; sound obvious. It&#8217;s quite interesting and gives also an idea about the different character the industry of made of&#8230;</p>
<p>Here&#8217;s the <a href="http://powazek.com/posts/2090">full article</a>. And think about adding the Derek blog to your feeds, it&#8217;s worth it.<em><br />
</em></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F&amp;title=The%20truth%20about%20SEO&amp;bodytext=Like%20everyone%20else%20who%27s%20in%20this%20industry%2C%20I%20daily%20read%20loads%20of%20stuff%2C%20bog%20posts%20and%20articles%2C%20about%20how%20good%20SEO%20is%2C%20how%20important%20is%20to%20be%20ranked%20for%20the%20right%20keywords%2C%20how%20successfull%20a%20product%20can%20be%20if%20is%20commercially%20developed%20on%20the%20internet" title="Digg"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F" title="Sphinn"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F&amp;title=The%20truth%20about%20SEO&amp;notes=Like%20everyone%20else%20who%27s%20in%20this%20industry%2C%20I%20daily%20read%20loads%20of%20stuff%2C%20bog%20posts%20and%20articles%2C%20about%20how%20good%20SEO%20is%2C%20how%20important%20is%20to%20be%20ranked%20for%20the%20right%20keywords%2C%20how%20successfull%20a%20product%20can%20be%20if%20is%20commercially%20developed%20on%20the%20internet" title="del.icio.us"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F&amp;t=The%20truth%20about%20SEO" title="Facebook"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F&amp;title=The%20truth%20about%20SEO&amp;annotation=Like%20everyone%20else%20who%27s%20in%20this%20industry%2C%20I%20daily%20read%20loads%20of%20stuff%2C%20bog%20posts%20and%20articles%2C%20about%20how%20good%20SEO%20is%2C%20how%20important%20is%20to%20be%20ranked%20for%20the%20right%20keywords%2C%20how%20successfull%20a%20product%20can%20be%20if%20is%20commercially%20developed%20on%20the%20internet" title="Google Bookmarks"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F&amp;title=The%20truth%20about%20SEO" title="Reddit"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F&amp;title=The%20truth%20about%20SEO" title="StumbleUpon"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.semwired.com%2F2009%2F10%2Fthe-truth-about-seo%2F&amp;submitHeadline=The%20truth%20about%20SEO&amp;submitSummary=Like%20everyone%20else%20who%27s%20in%20this%20industry%2C%20I%20daily%20read%20loads%20of%20stuff%2C%20bog%20posts%20and%20articles%2C%20about%20how%20good%20SEO%20is%2C%20how%20important%20is%20to%20be%20ranked%20for%20the%20right%20keywords%2C%20how%20successfull%20a%20product%20can%20be%20if%20is%20commercially%20developed%20on%20the%20internet&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.semwired.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.semwired.com/2009/10/the-truth-about-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.semwired.com/2009/10/the-truth-about-seo/</feedburner:origLink></item>
	</channel>
</rss>
