<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CE4FQns9eCp7ImA9WxBbEUs.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584</id><updated>2010-03-09T20:28:33.560+01:00</updated><title>Cranked.Me</title><subtitle type="html">Screw Web 2.0</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.cranked.me/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.cranked.me/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>254</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Eterniel" /><feedburner:info uri="eterniel" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.feedburner.com/Eterniel?format=skin</thespringbox:skin><link rel="license" type="text/html" href="http://creativecommons.org/licenses/by/2.0/" /><logo>http://creativecommons.org/images/public/somerights20.gif</logo><feedburner:emailServiceId>Eterniel</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;CkICQHkyeSp7ImA9WxBXGUg.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-8562143901282897366</id><published>2010-01-31T16:07:00.001+01:00</published><updated>2010-01-31T16:09:21.791+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-31T16:09:21.791+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="firefox" /><category scheme="http://www.blogger.com/atom/ns#" term="addons" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="howtos" /><category scheme="http://www.blogger.com/atom/ns#" term="kubuntu" /><category scheme="http://www.blogger.com/atom/ns#" term="flash" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>How to make Flash under Firefox finally work under 64-bit Ubuntu</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/S2WcOYtJTCI/AAAAAAAAMsU/xSCWQRzDeWU/s1600-h/329890084_2a0e191773.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="245" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/S2WcOYtJTCI/AAAAAAAAMsU/xSCWQRzDeWU/s320/329890084_2a0e191773.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;I've finally managed to make my Firefox usable again under amd64 Ubuntu by installing the proper version of 64bit Flash player directly from Adobe (current version is 10.)&lt;br /&gt;&lt;br /&gt;I don't have stupid problems with stupid npviewer.bin anymore and my notebook finally doesn't lag.&lt;br /&gt;&lt;br /&gt;Here's what you should do to install a native 64-bit version of Flash under Ubuntu:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;First of all, uninstall the original flash player:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo apt-get remove flashplugin-installer nsplugin-wrapper&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Download the 64-bit version of Flash player for Linux from &lt;a href="http://labs.adobe.com/downloads/flashplayer10_64bit.html"&gt;Adobe 64-bit Flash download page&lt;/a&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz&lt;br /&gt;tar -xf libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Replace the old Flash player with new one:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;cp libflashplayer.so /usr/lib/mozilla/plugins/&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;That's it. You now have a non-laggy Firefox.&lt;br /&gt;If you are interested, I've also stumbled upon this ubuntuforums thread: &lt;a href="http://ubuntuforums.org/showthread.php?t=1358591"&gt;http://ubuntuforums.org/showthread.php?t=1358591&lt;/a&gt;. The guys there, however, do too much in my opinion - it looks like rocket science and shooting sparrows using a cannon for me.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;P.S. I have found the logo image for this post while googling for 'firefox icon'. Clearly it will become a &lt;a href="http://www.flickr.com/photos/ollyhart/329890084/"&gt;new firefox logo&lt;/a&gt; very soon.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-8562143901282897366?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=eYFiZzZkFTA:UTQcIh6I9DA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=eYFiZzZkFTA:UTQcIh6I9DA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=eYFiZzZkFTA:UTQcIh6I9DA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=eYFiZzZkFTA:UTQcIh6I9DA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=eYFiZzZkFTA:UTQcIh6I9DA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=eYFiZzZkFTA:UTQcIh6I9DA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=eYFiZzZkFTA:UTQcIh6I9DA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/eYFiZzZkFTA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/8562143901282897366/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2010/01/how-to-make-flash-under-firefox-finally.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/8562143901282897366?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/8562143901282897366?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/eYFiZzZkFTA/how-to-make-flash-under-firefox-finally.html" title="How to make Flash under Firefox finally work under 64-bit Ubuntu" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_6cdJM5oXUS8/S2WcOYtJTCI/AAAAAAAAMsU/xSCWQRzDeWU/s72-c/329890084_2a0e191773.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.cranked.me/2010/01/how-to-make-flash-under-firefox-finally.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkENR3c5fCp7ImA9WxVbGEU.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-5406465012157301610</id><published>2009-04-02T12:00:00.011+02:00</published><updated>2009-04-05T01:44:56.924+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-05T01:44:56.924+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="seo" /><category scheme="http://www.blogger.com/atom/ns#" term="fun" /><category scheme="http://www.blogger.com/atom/ns#" term="jokes" /><title>SEO flavor by country - a definitive list</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img style="margin-right: 1em;" title="Camwhore, Troll, Hacker, Permanoob, Emo - Image courtesy of Forumwarz.com" alt="Camwhore, Troll, Hacker, Permanoob, Emo - Image courtesy of Forumwarz.com" border="0" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SdSMRq73GwI/AAAAAAAAIsI/knLz6bGN51U/s800/forumwarz-classes.png" /&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;dl&gt;&lt;dt&gt;American SEO&lt;/dt&gt;
&lt;dd&gt;Create a website containing words &lt;b&gt;'searchengine'&lt;/b&gt; in its name. Talk about SEO until everybody considers you an expert. Afterwards, demand 5-digit prices for your 'add alt tags to images' advices.&lt;/dd&gt;
&lt;dt&gt;Russian SEO&lt;/dt&gt;
&lt;dd&gt;Create a hundred of doorways leading to fifty illegal mp3/cracks/erotic sites. Stuff them with endless popups leading to a dozen of half-legal erotic/mp3 sites. Redirect some clicks to lead to half a dozen perfectly legal online stores - either for referral bonus, or run the stores on your own.  &lt;/dd&gt;
&lt;dt&gt;Turkish SEO&lt;/dt&gt;
&lt;dd&gt;Pick a niche. Subscribe to 30-40 middle-popularity blogs in that niche. Every day republish one of the posts you read in your blog, removing all the credentials. However, forget to check all the links in the post, accidentally linking back to the author and creating a backling.  &lt;/dd&gt;
&lt;dt&gt;Vietnamese SEO&lt;/dt&gt;
&lt;dd&gt;Find a blog template/widget/picture. Modify the backlink to point to you instead of original author. Redistribute.  &lt;/dd&gt;
&lt;dt&gt;Ukrainian SEO&lt;/dt&gt;
&lt;dd&gt;Create a website, claiming that you are a success story, and everybody else are losers. Offer others to visit your trainings to learn to become a success story themselves. While doing this, look pathetic, so others in attempt to say 'just look at this idiot' will generate a bunch of links to you.  &lt;/dd&gt;
&lt;dt&gt;Indian SEO&lt;/dt&gt;
&lt;dd&gt;Write a howto article, describing a trivial action (How to properly switch off your computer, for example). Repeat for every possible Google query.&lt;/dd&gt;     &lt;/dl&gt;&lt;br /&gt;
Did I miss any? :)&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-5406465012157301610?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=v1jjKfC-PFo:RdM91MmrrEE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=v1jjKfC-PFo:RdM91MmrrEE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=v1jjKfC-PFo:RdM91MmrrEE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=v1jjKfC-PFo:RdM91MmrrEE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=v1jjKfC-PFo:RdM91MmrrEE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=v1jjKfC-PFo:RdM91MmrrEE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=v1jjKfC-PFo:RdM91MmrrEE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/v1jjKfC-PFo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/5406465012157301610/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/04/seo-flavor-by-country-definitive-list.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5406465012157301610?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5406465012157301610?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/v1jjKfC-PFo/seo-flavor-by-country-definitive-list.html" title="SEO flavor by country - a definitive list" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_6cdJM5oXUS8/SdSMRq73GwI/AAAAAAAAIsI/knLz6bGN51U/s72-c/forumwarz-classes.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://www.cranked.me/2009/04/seo-flavor-by-country-definitive-list.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MMRn88fyp7ImA9WxVbFU4.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-8780190951747275014</id><published>2009-03-31T22:01:00.003+02:00</published><updated>2009-03-31T22:31:27.177+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-31T22:31:27.177+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="fun" /><category scheme="http://www.blogger.com/atom/ns#" term="awesome" /><category scheme="http://www.blogger.com/atom/ns#" term="weirdo" /><category scheme="http://www.blogger.com/atom/ns#" term="links" /><category scheme="http://www.blogger.com/atom/ns#" term="lists" /><title>Funny/Geeky/Weird/Grim pages in Wikipedia</title><content type="html">&lt;img src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Cow-on_pole%2C_with_horns.jpeg/300px-Cow-on_pole%2C_with_horns.jpeg" alt="Cow on pole" style="float:right"/&gt;&lt;br /&gt;
&lt;br /&gt;
Stumbling through Wikipedia, I've found some pages I like to revisit from time to time. The list of the pages grew bigger, until I decided to share it. What are yours favorite pages from Wikipedia? :)&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Real-time statistics&lt;/h2&gt;Want to figure out what's hot now on Wikipedia? This page: &lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Popular_pages" rel="nofollow" target="_blank"&gt;http://en.wikipedia.org/wiki/Wikipedia:Popular_pages&lt;/a&gt;  has it :)&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Grim statistics&lt;/h2&gt;Pages like these give me creeps under my skin. Watch deaths as they occur in real time - &lt;a href="http://en.wikipedia.org/wiki/Deaths_in_2009" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Deaths_in_2009&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Users&lt;/h2&gt;I find this user page funny: &lt;a href="http://en.wikipedia.org/wiki/User:Jesus_Lover" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/User:Jesus_Lover&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Bots&lt;/h2&gt;Love the design of control panel of this bot (by the way, he's also the most active bot on Wikipedia): &lt;a href="http://en.wikipedia.org/wiki/User:SmackBot" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/User:SmackBot&lt;/a&gt;&lt;br /&gt;
The big red button is just amazing:)&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Wikipedia's "official fun pages"&lt;/h2&gt;&lt;a href="http://en.wikipedia.org/wiki/Category:Wikipedia_humor" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Category:Wikipedia_humor&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Department_of_Fun" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Wikipedia:Department_of_Fun&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Wikipedia's "official weird pages"&lt;br /&gt;
&lt;/h2&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Unusual_articles" rel="nofollow" target="_blank"&gt;http://en.wikipedia.org/wiki/Wikipedia:Unusual_articles&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Gambling&lt;/h2&gt;Wikipedians gamble by making bets on the day something will happen. Like, 666,666th article - &lt;a href="http://en.wikipedia.org/wiki/Wikipedia:666,666th_pool" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Wikipedia:666,666th_pool&lt;/a&gt; &lt;br /&gt;
All wikipedia pools: &lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Pools" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Wikipedia:Pools&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Last_topic_pool" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Wikipedia:Last_topic_pool&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Wikipedia also has a feeling of self-importance&lt;/h2&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Awareness_statistics" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Wikipedia:Awareness_statistics&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Most_referenced_articles" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Wikipedia:Most_referenced_articles&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/Category:Wikipedia_charts" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Category:Wikipedia_charts&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;As well as wikipedians&lt;/h2&gt;List of wikipedians by number of edits - &lt;a href="http://en.wikipedia.org/wiki/Wikipedia:List_of_Wikipedians_by_number_of_edits" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Wikipedia:List_of_Wikipedians_by_number_of_edits&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;And even their bots :)&lt;/h2&gt;List of wikipedia bots by number of edits - &lt;a href="http://en.wikipedia.org/wiki/Wikipedia:List_of_bots_by_number_of_edits" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Wikipedia:List_of_bots_by_number_of_edits&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Web-comics&lt;/h2&gt;Want to know which webcomics are recognized and cool? &lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/List_of_self-sufficient_webcomics" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/List_of_self-sufficient_webcomics&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Hexakosioihexekontahexaphobia&lt;/h2&gt;"Just as many hotels have no thirteenth floor &lt;small&gt;(to the great dismay of several late bungee jumpers)&lt;/small&gt;, Wikipedia will skip the 666,666th article out of systematically biased prejudice. Or threat of lawsuits from extreme religionists. &lt;a href="http://en.wikipedia.org/wiki/User:Radiant%21" title="User:Radiant!" rel="nofollow" target="_blank"&gt;Radiant&lt;/a&gt; 12:50, Jun 10, 2005 (UTC)"&lt;br /&gt;
&lt;br /&gt;
The fear of number six hundred sixty six is called Hexakosioihexekontahexaphobia, and also has it's page on Wikipedia: &lt;a href="http://en.wikipedia.org/wiki/Hexakosioihexekontahexaphobia" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/Hexakosioihexekontahexaphobia&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Vandalism&lt;/h2&gt;Vandalism in Wikipedia happens quite often (hence so many &lt;a href="http://en.wikipedia.org/wiki/Category:Wikipedia_anti-vandal_bots" rel="nofollow" target="_blank"&gt;anti-vandal bots&lt;/a&gt; exist). However, it's not always performed because of evil intent. Sometimes it is made for lulz :)&lt;br /&gt;
Funny Wikipedia Vandalism - &lt;a href="http://www.imserba.com/forum/archive/index.php/t-94521.html"  target="_blank"&gt;htpp://www.imserba.com/forum/archive/index.php/t-94521.html&lt;/a&gt;&lt;br /&gt;
Funny Wikipedia Vandalism about government: &lt;a href="http://en.wikipedia.org/w/index.php?title=Government&amp;amp;diff=118335356&amp;amp;oldid=118335061" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/w/index.php?title=Government&amp;amp;diff=118335356&amp;amp;oldid=118335061&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Extras&lt;/h2&gt;While writing the article, I also found some other nice leads which I would also like to share.&lt;br /&gt;
Meet Fucking, a village in Austria: &lt;a href="http://en.wikipedia.org/wiki/*******,_Austria/" rel="nofollow" target="_blank"&gt;htpp://en.wikipedia.org/wiki/*******,_Austria/&lt;/a&gt; &lt;br /&gt;
What makes it even more fun, is that this village is only half an hour away from &lt;a href="http://en.wikipedia.org/wiki/Kissing,_Bavaria" rel="nofollow" target="blank_"&gt;Kissing&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Petting,_Germany" rel="nofollow" target="blank_"&gt;Petting&lt;/a&gt; :)&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-8780190951747275014?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=4JpiOZVuRFg:D3Rz-QI42M0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=4JpiOZVuRFg:D3Rz-QI42M0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=4JpiOZVuRFg:D3Rz-QI42M0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=4JpiOZVuRFg:D3Rz-QI42M0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=4JpiOZVuRFg:D3Rz-QI42M0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=4JpiOZVuRFg:D3Rz-QI42M0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=4JpiOZVuRFg:D3Rz-QI42M0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/4JpiOZVuRFg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/8780190951747275014/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/03/funnygeekyweirdgrim-pages-in-wikipedia.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/8780190951747275014?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/8780190951747275014?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/4JpiOZVuRFg/funnygeekyweirdgrim-pages-in-wikipedia.html" title="Funny/Geeky/Weird/Grim pages in Wikipedia" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2009/03/funnygeekyweirdgrim-pages-in-wikipedia.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE8AQnsycSp7ImA9WxVUGU8.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-5679228091384507097</id><published>2009-03-24T20:27:00.000+01:00</published><updated>2009-03-24T20:27:23.599+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-24T20:27:23.599+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="hacks" /><category scheme="http://www.blogger.com/atom/ns#" term="geeky" /><category scheme="http://www.blogger.com/atom/ns#" term="optimization" /><category scheme="http://www.blogger.com/atom/ns#" term="google" /><category scheme="http://www.blogger.com/atom/ns#" term="blogger_templates" /><category scheme="http://www.blogger.com/atom/ns#" term="bots" /><title>Duplicate title tags, part 2</title><content type="html">Hello everyone,&lt;br /&gt;
&lt;br /&gt;
I'm still experimenting on &lt;a href="http://cranked.me/2008/11/duplicate-title-tags-meta-descriptions.html"&gt;Duplicate title tags/duplicate meta descriptions issue&lt;/a&gt; in Blogger.&lt;br /&gt;
&lt;br /&gt;
I've roughly described it in my Tweets:&lt;br /&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://twitter.com/Eterniel" rel="nofollow" target="_blank"&gt;Eterniel&lt;/a&gt;:Just did some changes to my website template. Hopefully they will resolve most of the Duplicate Title Tags issues.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/Eterniel" rel="nofollow" target="_blank"&gt;Eterniel&lt;/a&gt;:The biggest problem in this issue, of course, is blogger&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/Eterniel" rel="nofollow" target="_blank"&gt;Eterniel&lt;/a&gt;:It generates unneeded '?showcomment=' urls, which are then interpreted by Google Webmaster Tools as distinct pages&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/Eterniel" rel="nofollow" target="_blank"&gt;Eterniel&lt;/a&gt;:Furthermore, Blogger exports these links in &lt;yoursite&gt;/feeds/comments/default feed&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/Eterniel" rel="nofollow" target="_blank"&gt;Eterniel&lt;/a&gt;:So you have to throw away 'all-head-content' includable and replace it with your own.&lt;br /&gt;
&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;
I'm quite sure this will resolve all the issues. However, it takes quite some time while Google re-crawls the whole site.&lt;br /&gt;
&lt;br /&gt;
I'm quite impatient, so I will use one trick. Don't pay attention to the following lines, that's just some too complicated robot SEO magic:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="font-size:0.6em;color:green"&gt;&amp;lt;!-- **robots --&amp;gt;
&amp;lt;script xmlns='http://www.googlebot.com/1999/gsa-crawler' xmlns:meta='http://www.googlebot.com/1999/gsa-crawler/meta' &amp;gt;
&amp;lt;user-agent name="Mediapartners-Google"&amp;gt;
&amp;lt;page&amp;gt;
&amp;lt;uri&gt;&lt;a href="http://cranked.me/2008/04/but-i-figure-if-it-isnt-little-scary.html"&gt;http://cranked.me/2008/04/but-i-figure-if-it-isnt-little-scary.html&lt;/a&gt;&amp;lt;/uri&amp;gt;
&amp;lt;index&amp;gt;1&amp;lt;/index&amp;gt;
&amp;lt;follow&amp;gt;0&amp;lt;/follow&amp;gt;
&amp;lt;/page&amp;gt;
&amp;lt;page&amp;gt;
&amp;lt;uri&gt;&lt;a href="http://cranked.me/2008/04/reason-i-dont-shop-online.html"&gt;http://cranked.me/2008/04/reason-i-dont-shop-online.html&lt;/a&gt;&amp;lt;/uri&amp;gt;
&amp;lt;index&amp;gt;1&amp;lt;/index&amp;gt;
&amp;lt;follow&amp;gt;0&amp;lt;/follow&amp;gt;
&amp;lt;/page&amp;gt;
&amp;lt;/user-agent&amp;gt;

&amp;lt;/gsa:script&amp;gt;
&amp;lt;!-- /**robots --&amp;gt;

&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-5679228091384507097?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=0hRniMECB5s:mruroY9j0io:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=0hRniMECB5s:mruroY9j0io:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=0hRniMECB5s:mruroY9j0io:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=0hRniMECB5s:mruroY9j0io:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=0hRniMECB5s:mruroY9j0io:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=0hRniMECB5s:mruroY9j0io:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=0hRniMECB5s:mruroY9j0io:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/0hRniMECB5s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/5679228091384507097/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/03/duplicate-title-tags-part-2.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5679228091384507097?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5679228091384507097?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/0hRniMECB5s/duplicate-title-tags-part-2.html" title="Duplicate title tags, part 2" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2009/03/duplicate-title-tags-part-2.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0IDSX05fyp7ImA9WxVWEkw.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-7848997013545936036</id><published>2009-02-19T18:15:00.004+01:00</published><updated>2009-02-21T11:19:38.327+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-21T11:19:38.327+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="traffic" /><category scheme="http://www.blogger.com/atom/ns#" term="optimization" /><category scheme="http://www.blogger.com/atom/ns#" term="bots" /><title>Direct traffic from Montara - yet another search engine launch? :)</title><content type="html">Today I have experienced a spike in direct traffic coming from one particular city: Montara, California (&lt;a href="http://montara.com/"&gt;website&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZ2QvlEvYNI/AAAAAAAAIhs/kfPsaoyP_Z8/s1600-h/direct-traffic-from-montara-shown-in-google-analytics.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="massive amount of direct traffic from a small city in California" border="0" src="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZ2QvlEvYNI/AAAAAAAAIhs/kfPsaoyP_Z8/s800/direct-traffic-from-montara-shown-in-google-analytics.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;dl&gt;&lt;dt&gt;&lt;a href="http://en.wikipedia.org/wiki/Montara"&gt;Montara&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;is a small city in California, with less than 3,000 inhabitants. A hundred visits a day from city that big was suspicious. &lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;
&lt;a href="http://www.webmasterworld.com/analytics/3788630.htm"&gt;It seems not only I have experienced this&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
'The visitor' reports Internet Explorer with resolutions 1024x768 and 800x600, Flash version 10 and Java support.&lt;br /&gt;
&lt;br /&gt;
Do we experience a rise of yet another web crawler? :)&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-7848997013545936036?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=REydIEZXv9c:h-bCTdfYF08:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=REydIEZXv9c:h-bCTdfYF08:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=REydIEZXv9c:h-bCTdfYF08:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=REydIEZXv9c:h-bCTdfYF08:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=REydIEZXv9c:h-bCTdfYF08:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=REydIEZXv9c:h-bCTdfYF08:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=REydIEZXv9c:h-bCTdfYF08:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/REydIEZXv9c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/7848997013545936036/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/02/direct-traffic-from-montara-yet-another.html#comment-form" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/7848997013545936036?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/7848997013545936036?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/REydIEZXv9c/direct-traffic-from-montara-yet-another.html" title="Direct traffic from Montara - yet another search engine launch? :)" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZ2QvlEvYNI/AAAAAAAAIhs/kfPsaoyP_Z8/s72-c/direct-traffic-from-montara-shown-in-google-analytics.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">10</thr:total><feedburner:origLink>http://www.cranked.me/2009/02/direct-traffic-from-montara-yet-another.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUMQ3g9eip7ImA9WxVWEEs.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-3102510076957230957</id><published>2009-02-19T15:25:00.004+01:00</published><updated>2009-02-19T17:18:02.662+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T17:18:02.662+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="reviews" /><category scheme="http://www.blogger.com/atom/ns#" term="design" /><category scheme="http://www.blogger.com/atom/ns#" term="gadgets" /><category scheme="http://www.blogger.com/atom/ns#" term="stupidity" /><category scheme="http://www.blogger.com/atom/ns#" term="failure" /><title>Netvibes.com - the worst first impression I ever had</title><content type="html">&lt;div style="margin: 20px; text-align: right;"&gt;&lt;i&gt; — You never have a second chance to make a good first impression.&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;&lt;center&gt;Today I have visited &lt;a href="http://netvibes.com/" rel="nofollow"&gt;Netvibes&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;&lt;img alt="highlighted problems of netvibes" style="border: 0pt none ; max-width: 100%;" src="http://img27.imageshack.us/img27/5860/netvibestheworstfirstimgn3.png" title="the highest density of fail I've ever seen" /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;I havent seen so much fail in quite some time.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The page is composed from modules that use _three_ different languages at the same time - English, German and French. This is simply incredible. Different languages are even within the same widgets (see "Liste de tâches. Nothing to do")&lt;/li&gt;&lt;li&gt; Every service I've seen so far properly identifies my IP as Swiss. Netvibes shows me weather report for Paris, France. Even more, it shows me news from Switzerland and offers me to use german Google Site (google.de).&lt;/li&gt;&lt;li&gt;Too much spam in the first few seconds of our acquaintance (&lt;b&gt;"Set netvibes as my default homepage"&lt;/b&gt;, &lt;b&gt;"Sign up now, it's free"&lt;/b&gt;). I want to see first &lt;b&gt;what you can give me&lt;/b&gt;, not what I can do for you.&lt;/li&gt;&lt;li&gt;Inconsistent interface - three different types of "close" buttons on the same page. &lt;/li&gt;&lt;li&gt;Set netvibes as my default homepage image gets cut badly on lower resolution (not seen properly on screenshot)&lt;/li&gt;&lt;li&gt;Duplicate search boxes. Why would I need two google searchboxes on the same page? Oh, I forgot, one is german Google search, even though I am in Switzerland. &lt;/li&gt;&lt;li&gt;What the hell will happen when I press "close" button near "Remind me later" and "Don't show this again"? "Remind me later" or "Don't show this again"? One out of these three ("Remind me later", "Don't show this again" and Close Button) is clearly redundant and even brings confusion.This is overall poor design - and on  the page that is supposed to make the first impression on the user, in the most important part of screen real estate - header (see &lt;a href="http://en.wikipedia.org/wiki/Fitts%27s_law" rel="nofollow"&gt;Fitt's law&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;Wtf does that check box does near search field in "Recherche Web" multilingual failwidget? You'll have no idea until you click it &lt;i&gt;when you already have some search results to display&lt;/i&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;Google-bomb "failure" should point to &lt;a href="http://netvibes.com/" rel="nofollow"&gt;http://netvibes.com/&lt;/a&gt; , not G.W. Bush's profile. I wouild rather set my browser's homepage to &lt;a href="about:robots" target="_blank"&gt;about:robots &lt;/a&gt;- it is as much informative as default Netvibes page, however less irritating. The only real use of Netvibes &lt;span style="font-weight: bold;"&gt;was&lt;/span&gt;, probably, &lt;a href="http://vimeo.com/1463913"&gt;this&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-3102510076957230957?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=wrqTbM6dzEE:rLCSz6lYtfU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=wrqTbM6dzEE:rLCSz6lYtfU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=wrqTbM6dzEE:rLCSz6lYtfU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=wrqTbM6dzEE:rLCSz6lYtfU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=wrqTbM6dzEE:rLCSz6lYtfU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=wrqTbM6dzEE:rLCSz6lYtfU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=wrqTbM6dzEE:rLCSz6lYtfU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/wrqTbM6dzEE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/3102510076957230957/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/02/netvibescom-worst-first-impression-i.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/3102510076957230957?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/3102510076957230957?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/wrqTbM6dzEE/netvibescom-worst-first-impression-i.html" title="Netvibes.com - the worst first impression I ever had" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2009/02/netvibescom-worst-first-impression-i.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYCRns-eip7ImA9WxVWEEo.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-1297988513632318190</id><published>2009-02-18T13:26:00.001+01:00</published><updated>2009-02-19T21:09:27.552+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T21:09:27.552+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="fun" /><category scheme="http://www.blogger.com/atom/ns#" term="music" /><category scheme="http://www.blogger.com/atom/ns#" term="jokes" /><title>Rick Astley - Never Gonna Give You Up - tags on last.fm</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZv9v6vQzbI/AAAAAAAAIhU/BVm7AMR8U7o/s1600-h/rick-astley-never-gonna-give-you-up-brutal-death-metal-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZv9v6vQzbI/AAAAAAAAIhU/BVm7AMR8U7o/s800/rick-astley-never-gonna-give-you-up-brutal-death-metal-2.png" style="max-width:100%"/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
I like how "Never Gonna Give You Up" by Rick Astley is tagged "brutal death metal" on last.fm :)&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-1297988513632318190?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=VUJ7_X2gKXo:mdKJJHRLc6k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=VUJ7_X2gKXo:mdKJJHRLc6k:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=VUJ7_X2gKXo:mdKJJHRLc6k:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=VUJ7_X2gKXo:mdKJJHRLc6k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=VUJ7_X2gKXo:mdKJJHRLc6k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=VUJ7_X2gKXo:mdKJJHRLc6k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=VUJ7_X2gKXo:mdKJJHRLc6k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/VUJ7_X2gKXo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/1297988513632318190/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/02/rick-astley-never-gonna-give-you-up.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/1297988513632318190?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/1297988513632318190?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/VUJ7_X2gKXo/rick-astley-never-gonna-give-you-up.html" title="Rick Astley - Never Gonna Give You Up - tags on last.fm" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZv9v6vQzbI/AAAAAAAAIhU/BVm7AMR8U7o/s72-c/rick-astley-never-gonna-give-you-up-brutal-death-metal-2.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2009/02/rick-astley-never-gonna-give-you-up.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYNR3Y9eCp7ImA9WxVbE04.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-5747154804623783245</id><published>2009-02-15T18:36:00.001+01:00</published><updated>2009-03-29T16:33:16.860+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-29T16:33:16.860+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="firefox" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="hacks" /><category scheme="http://www.blogger.com/atom/ns#" term="bug" /><category scheme="http://www.blogger.com/atom/ns#" term="nvidia" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>Firefox is slow - how to make it faster?</title><content type="html">Firefox was quite slow and had the following symptoms: &lt;ul&gt;&lt;li&gt;A delay when resolving host names&lt;/li&gt;
&lt;li&gt; A couple-second delay when switching between tabs&lt;/li&gt;
&lt;li&gt;Slow scrolling inside the page&lt;/li&gt;
&lt;/ul&gt;I did some research and tweaking, and now it runs blazingly fast. This post is here as a reference if I ever have to do it again.&lt;br /&gt;
&lt;br /&gt;
My current setup:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt; Sony VAIO notebook&lt;/li&gt;
&lt;li&gt;Nvidia videocard&lt;/li&gt;
&lt;li&gt;Linux Ubuntu 8.04 Hardy Heron&lt;/li&gt;
&lt;li&gt;Firefox 3.06 - 3.1 beta - both were lagging about the same &lt;/li&gt;
&lt;/ul&gt;What I did:&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Disable IPv6&lt;/h2&gt;(this helps with DNS responses from sites)&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Type &lt;i&gt;about:config&lt;/i&gt; in Firefox address-bar&lt;/li&gt;
&lt;li&gt;If needed, press &lt;b&gt;I'll be careful, I promise&lt;/b&gt; button :)&lt;/li&gt;
&lt;li&gt;Type &lt;i&gt;network.dns&lt;/i&gt; in the &lt;b&gt;Filter&lt;/b&gt; field, find &lt;b&gt;network.dns.disableIPv6&lt;/b&gt; value in the list below and double-click on it to make it change to &lt;b&gt;True&lt;/b&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZhRLVCphLI/AAAAAAAAIg8/YoCckMRqwws/s1600-h/firefox-faster-howto-1-disable-ipv6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZhRLVCphLI/AAAAAAAAIg8/YoCckMRqwws/s400/firefox-faster-howto-1-disable-ipv6.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;h2&gt;Speed-up page loading times by increasing the amount of http request Firefox issues simulataneously&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;On the same &lt;i&gt;about:config&lt;/i&gt; page&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Type &lt;i&gt;network.http.p&lt;/i&gt; in the Filter field&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Set &lt;b&gt;network.http.pipelining&lt;/b&gt; to &lt;b&gt;True&lt;br /&gt;
&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Set &lt;b&gt;network.http.proxy.pipelining&lt;/b&gt; to &lt;b&gt;True&lt;/b&gt; &lt;/li&gt;
&lt;li&gt;Increase &lt;b&gt;network.http.pipelining.maxrequests&lt;/b&gt; value to about 16-20 from the default 4.&amp;nbsp; &lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SZhRMEwFd-I/AAAAAAAAIhE/6JHukz-PX10/s1600-h/firefox-faster-howto-2-network-http-pipelining.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SZhRMEwFd-I/AAAAAAAAIhE/6JHukz-PX10/s400/firefox-faster-howto-2-network-http-pipelining.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;Tell Firefox to start drawing page immediately after it receives some part of it from the server&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Right-click somewhere in &lt;i&gt;about:config&lt;/i&gt; window &lt;/li&gt;
&lt;li&gt;Choose &lt;b&gt;New-&amp;gt;Integer&lt;/b&gt; from the context menu&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Name it &lt;b&gt;nglayout.initialpaint.delay&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Set it to "&lt;b&gt;0&lt;/b&gt;"&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SZhRM1eq7CI/AAAAAAAAIhM/QnW_J-MtstY/s1600-h/firefox-faster-howto-3-nglayout-initialpaint-delay.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SZhRM1eq7CI/AAAAAAAAIhM/QnW_J-MtstY/s400/firefox-faster-howto-3-nglayout-initialpaint-delay.png" style="cursor: move;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;If you are an Ubuntu user with Emerald&lt;/i&gt; &lt;br /&gt;
&lt;h2&gt;update your Nvidia driver (this can give drastic performance boost)&lt;/h2&gt;Even if you have automatic updates on, you might still have old Nvidia drivers. There is a known interoperability issue between Nvidia drivers and Emerald, so you can either switch to another window decorator, or update drivers.&lt;br /&gt;
The easiest way to do it is to use &lt;a href="https://wiki.ubuntu.com/EnvyNG"&gt;EnvyNG&lt;/a&gt;:&lt;br /&gt;
&lt;ol&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SZhQtyRVBCI/AAAAAAAAIg0/TwBAidWyKAU/s1600-h/envyng-screenshot2.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SZhQtyRVBCI/AAAAAAAAIg0/TwBAidWyKAU/s320/envyng-screenshot2.png" style="cursor: move;" /&gt;&lt;/a&gt;
&lt;li&gt;Install envyng-gtk if you use Ubuntu/Gnome, envyng-qt if you use Kubuntu/KDE:&lt;br /&gt;
&lt;code&gt;sudo apt-get install envyng-gtk&lt;/code&gt; &lt;br /&gt;
or &lt;br /&gt;
&lt;code&gt;sudo apt-get install envyng-qt&lt;/code&gt; &lt;br /&gt;
for KDE&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Launch &lt;b&gt;Applications-&amp;gt;System tools-&amp;gt;EnvyNG&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Choose &lt;b&gt;NVIDIA-&amp;gt;Install the NVIDIA driver (Automatic Hardware Detection)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Press &lt;b&gt;Apply&lt;/b&gt; and then restart your computer when asked.&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
Firefox should be now faster than lightning.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;References:&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://techxplorer.com/2007/02/22/slow-browsing-using-firefox-on-ubuntu/"&gt;http://techxplorer.com/2007/02/22/slow-browsing-using-firefox-on-ubuntu/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href="https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/144216"&gt;https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/144216&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.albertomilone.com/nvidia_scripts1.html"&gt;EnvyNG homepage&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-5747154804623783245?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ILAVLbJ1-To:HsEELbTemXQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ILAVLbJ1-To:HsEELbTemXQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ILAVLbJ1-To:HsEELbTemXQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ILAVLbJ1-To:HsEELbTemXQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ILAVLbJ1-To:HsEELbTemXQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ILAVLbJ1-To:HsEELbTemXQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ILAVLbJ1-To:HsEELbTemXQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/ILAVLbJ1-To" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/5747154804623783245/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/02/firefox-is-slow-how-to-make-it-faster.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5747154804623783245?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5747154804623783245?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/ILAVLbJ1-To/firefox-is-slow-how-to-make-it-faster.html" title="Firefox is slow - how to make it faster?" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_6cdJM5oXUS8/SZhRLVCphLI/AAAAAAAAIg8/YoCckMRqwws/s72-c/firefox-faster-howto-1-disable-ipv6.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2009/02/firefox-is-slow-how-to-make-it-faster.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcNR3g8eCp7ImA9WxVXFE4.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-6612413255099043171</id><published>2009-02-10T13:37:00.001+01:00</published><updated>2009-02-12T10:48:16.670+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-12T10:48:16.670+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="addons" /><category scheme="http://www.blogger.com/atom/ns#" term="hacks" /><category scheme="http://www.blogger.com/atom/ns#" term="spam" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>Hidden text links in comments</title><content type="html">I was searching for "&lt;b&gt;how blogger generates comment urls&lt;/b&gt;" for &lt;a href="http://cranked.me/2008/11/duplicate-title-tags-meta-descriptions.html"&gt;my post about duplicate title tags/meta descriptions&lt;/a&gt;, when my eyes stumbled over the heading of this post - not because it was particularly relevant to my query, but because I eventually did it myself for my blog - &lt;a href="http://blog.jeremymartin.name/2008/02/blogger-trick-style-author-comments.html"&gt;style author comments&lt;/a&gt;.(This guy came out with JavaScript method though, I do it with raw templating &amp;amp; CSS).&lt;br /&gt;
&lt;br /&gt;
The blog, unfortunately, seemed pretty abandoned. Scrolling through spammy comments, I've noticed this particular one:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SZCeX9V2BEI/AAAAAAAAIfQ/VW-m8GBxz2Y/s1600-h/anchor-hidden-spam-ridden-comment.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SZCeX9V2BEI/AAAAAAAAIfQ/VW-m8GBxz2Y/s800/anchor-hidden-spam-ridden-comment.PNG" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
What was that rectangle to the right? I mouse-overed it with &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1843"&gt;FireBug&lt;/a&gt; - it was link-infested:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_6cdJM5oXUS8/SZCg40esRaI/AAAAAAAAIfY/sT0xiqMct6I/s1600-h/link-infested-block.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_6cdJM5oXUS8/SZCg40esRaI/AAAAAAAAIfY/sT0xiqMct6I/s800/link-infested-block.PNG" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Of course, when I turned off &lt;b&gt;Highlight Nofollow Links&lt;/b&gt; in &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/321"&gt;SearchStatus&lt;/a&gt;, the comment looked perfectly ordinary:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_6cdJM5oXUS8/SZCiWcVuEGI/AAAAAAAAIfg/igjKbLHPyQU/s1600-h/spammy-comment-looking-as-ordinary.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_6cdJM5oXUS8/SZCiWcVuEGI/AAAAAAAAIfg/igjKbLHPyQU/s800/spammy-comment-looking-as-ordinary.PNG" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;But how can it hurt me, if these links are nofollowed and even non-clickable?&lt;/b&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;These links are hidden, thus subject to violating &lt;a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=66353"&gt;guidelines for Google-friendly sites&lt;/a&gt;, which can even result in automatic removal of your page from search index&lt;/li&gt;
&lt;li&gt;These links slow down your page . The described above link-pack was 5kb - compared to 30kb original post. Take 6 commenters like that - and your page will load almost twice longer.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;It can (needs more testing) change the keyword density of your site. (It's not caused by this particular comment, but two most popular keywords on that page are "Viagra" and "Tramadol", making 20% of page content. If you were an indexing robot - what would you think that page is about?)&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;b&gt;How to fight it?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
It would be possible to make these anchors visible using CSS (for example, specifying padding and background color for &lt;b&gt;&amp;lt;a/&amp;gt;&lt;/b&gt; tags),  however, everyone who visits your page would see them - and even worse - will be able to accidentally click them - which is not exactly what we need. Instead, have Highlight Nofollow Links or similar feature turned on - and once a spammer is detected - fire at will.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
P.S.  &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1843"&gt;FireBug&lt;/a&gt; and &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/321"&gt;SearchStatus&lt;/a&gt; are two great Firefox addons. No competent web developer/SEO can imagine his life without them.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-6612413255099043171?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=nUyzjoVh82s:q9_r612DZxQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=nUyzjoVh82s:q9_r612DZxQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=nUyzjoVh82s:q9_r612DZxQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=nUyzjoVh82s:q9_r612DZxQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=nUyzjoVh82s:q9_r612DZxQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=nUyzjoVh82s:q9_r612DZxQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=nUyzjoVh82s:q9_r612DZxQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/nUyzjoVh82s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/6612413255099043171/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/02/hidden-text-links-in-comments.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/6612413255099043171?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/6612413255099043171?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/nUyzjoVh82s/hidden-text-links-in-comments.html" title="Hidden text links in comments" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_6cdJM5oXUS8/SZCeX9V2BEI/AAAAAAAAIfQ/VW-m8GBxz2Y/s72-c/anchor-hidden-spam-ridden-comment.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2009/02/hidden-text-links-in-comments.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUCRHc8eyp7ImA9WxVRE0w.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-3959149544130288582</id><published>2009-01-18T21:09:00.001+01:00</published><updated>2009-01-18T21:24:25.973+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-18T21:24:25.973+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="howtos" /><category scheme="http://www.blogger.com/atom/ns#" term="guides" /><category scheme="http://www.blogger.com/atom/ns#" term="music" /><category scheme="http://www.blogger.com/atom/ns#" term="kubuntu" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>[SOLVED] Amarok lags on every song or volume change</title><content type="html">Since I reinstalled my Kubuntu Hardy (to Interpid Ibex -&amp;gt; Jaunty Jackal alpha -&amp;gt; back to Hardy), my &lt;a href="http://amarok.kde.org/"&gt;Amarok&lt;/a&gt; started to lag heavily on every song change/volume control or basically any other action. I thought this is somehow connected with the new version of Amarok, with Compiz Fusion, and I even changed to Gnome from KDE to test it. Amarok was still lagging the same - Amarok window slowly fades out, stands still for ~5-6 seconds, and then unfreezes.&lt;br /&gt;
Finally, I've found what was causing the trouble: &lt;b&gt;SQLite as Connection Database&lt;/b&gt;. It seems that Amarok stores every configuration parameter in a database - so every configuration change invokes long and lagging cooperation with SQLite. With other databases (like MySQL) it's way faster.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How to fix it:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Go to &lt;b&gt;Settings-&amp;gt;Configure Amarok &lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Switch to &lt;b&gt;Collection&lt;/b&gt; tab&lt;/li&gt;
&lt;li&gt;Under &lt;b&gt;Database&lt;/b&gt; choose MySQL:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SXONUwbXliI/AAAAAAAAIYw/yKJebEgAxFE/s1600-h/amarok-no-lag-database-selection-mysql.png" imageanchor="1" style="margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="amarok no lag database selection mysql" border="0" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SXONUwbXliI/AAAAAAAAIYw/yKJebEgAxFE/s800/amarok-no-lag-database-selection-mysql.png" title="amarok no lag database selection mysql" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Specify your MySQL credentials. If you don't have MySQL server running on your machine you'll receive an error message like this: &lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_6cdJM5oXUS8/SXOOKyRFm4I/AAAAAAAAIY4/FDMc5PYZjJs/s1600-h/amarok-error-window-MySQL-server-not-found.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amarok error window - MySQL server not found" border="0" src="http://2.bp.blogspot.com/_6cdJM5oXUS8/SXOOKyRFm4I/AAAAAAAAIY4/FDMc5PYZjJs/s800/amarok-error-window-MySQL-server-not-found.png" title="amarok error window - MySQL server not found" /&gt;&lt;/a&gt;&lt;/div&gt;So you can either setup a MySQL server on your machine, or just ignore the messages - but trust me, no matter what you choose it will be a small price to pay for the joy of having that incredibly annoying lag gone.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Press &lt;b&gt;OK&lt;/b&gt; to save configuration&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
P.S. KDE 4 sucks.&lt;br /&gt;
P.P.S. I've switched to Gnome.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-3959149544130288582?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=CJVyv6YD8sE:z7z_sW8V0YU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=CJVyv6YD8sE:z7z_sW8V0YU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=CJVyv6YD8sE:z7z_sW8V0YU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=CJVyv6YD8sE:z7z_sW8V0YU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=CJVyv6YD8sE:z7z_sW8V0YU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=CJVyv6YD8sE:z7z_sW8V0YU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=CJVyv6YD8sE:z7z_sW8V0YU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/CJVyv6YD8sE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/3959149544130288582/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2009/01/solved-amarok-lags-on-every-song-or.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/3959149544130288582?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/3959149544130288582?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/CJVyv6YD8sE/solved-amarok-lags-on-every-song-or.html" title="[SOLVED] Amarok lags on every song or volume change" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_6cdJM5oXUS8/SXONUwbXliI/AAAAAAAAIYw/yKJebEgAxFE/s72-c/amarok-no-lag-database-selection-mysql.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.cranked.me/2009/01/solved-amarok-lags-on-every-song-or.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0AFR3g7fCp7ImA9WxVTEU8.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-7004462797782793732</id><published>2008-12-24T13:59:00.001+01:00</published><updated>2008-12-24T14:35:16.604+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-24T14:35:16.604+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="fun" /><category scheme="http://www.blogger.com/atom/ns#" term="pics" /><category scheme="http://www.blogger.com/atom/ns#" term="google" /><category scheme="http://www.blogger.com/atom/ns#" term="wtf" /><title>Google promotes payed text links through ads</title><content type="html">This is what I've seen today in my Gmail:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SVIzu2-7hnI/AAAAAAAAIWw/_isr4HGereM/s1600-h/buy-quality-text-links-for-better-search-engine-results" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" style="max-width:100%" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SVIzu2-7hnI/AAAAAAAAIWw/_isr4HGereM/s800/buy-quality-text-links-for-better-search-engine-results" alt="buy quality text links for better search engine results" title="buy quality text links for better search engine results - ad by google"/&gt;&lt;/a&gt;&lt;/div&gt;The text says: &lt;q&gt;&lt;b&gt;Increase page rank&lt;/b&gt; - Buy quality text links for better search engine results&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;Nice advertising partners, Google :) Looking forward to see more links (to porn, warez etc) delivered directly into my Gmail interface :)&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-7004462797782793732?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=bkp13jTLyzo:qSdJjxgug74:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=bkp13jTLyzo:qSdJjxgug74:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=bkp13jTLyzo:qSdJjxgug74:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=bkp13jTLyzo:qSdJjxgug74:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=bkp13jTLyzo:qSdJjxgug74:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=bkp13jTLyzo:qSdJjxgug74:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=bkp13jTLyzo:qSdJjxgug74:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/bkp13jTLyzo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/7004462797782793732/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/12/google-promotes-payed-text-links.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/7004462797782793732?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/7004462797782793732?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/bkp13jTLyzo/google-promotes-payed-text-links.html" title="Google promotes payed text links through ads" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_6cdJM5oXUS8/SVIzu2-7hnI/AAAAAAAAIWw/_isr4HGereM/s72-c/buy-quality-text-links-for-better-search-engine-results" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/12/google-promotes-payed-text-links.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8GSHg-fCp7ImA9WxVUFks.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-8553443359993084134</id><published>2008-12-10T13:31:00.001+01:00</published><updated>2009-03-21T20:47:09.654+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-21T20:47:09.654+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="seo" /><category scheme="http://www.blogger.com/atom/ns#" term="changes" /><category scheme="http://www.blogger.com/atom/ns#" term="events" /><category scheme="http://www.blogger.com/atom/ns#" term="google" /><category scheme="http://www.blogger.com/atom/ns#" term="experiments" /><title>Seo is going to die... Isn't it?</title><content type="html">About half a year ago I was planning to make a fortune by creating a socially-tailored custom search engine pages. I even started to write a Firefox addon like &lt;a href="http://www.stumbleupon.com/" target="_blank"&gt;StumbleUpon Toolbar&lt;/a&gt;. But then I discovered &lt;a href="http://www.scour.com/" target="_blank"&gt;scour.com&lt;/a&gt;.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/ST-7LupLVHI/AAAAAAAAITc/y6vl0RqVJ7g/s1600-h/scour-toolbar.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/ST-7LupLVHI/AAAAAAAAITc/y6vl0RqVJ7g/s800/scour-toolbar.PNG" style="max-width: 100%;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Couple of weeks ago, Google has introduced &lt;a href="http://googleblog.blogspot.com/2008/11/searchwiki-make-search-your-own.html" target="_blank"&gt;SearchWiki&lt;/a&gt;. The search will never be the same again. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
My rant: frankly, I think this sucks. Playing with the system was fun. Discovering the things that the system "likes", being fast to react and getting thousands of hits from search engines (recent example: &lt;a href="http://draft.blogger.com/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html%20"&gt;g00d-stuff epidemy&lt;/a&gt;). &lt;br /&gt;
Now it all is pretty much gone. Seems botnets is the future of SEO.&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-8553443359993084134?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ra2oLGMf9eo:q31ItiIldtk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ra2oLGMf9eo:q31ItiIldtk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ra2oLGMf9eo:q31ItiIldtk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ra2oLGMf9eo:q31ItiIldtk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ra2oLGMf9eo:q31ItiIldtk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ra2oLGMf9eo:q31ItiIldtk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ra2oLGMf9eo:q31ItiIldtk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/ra2oLGMf9eo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/8553443359993084134/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/12/seo-is-going-to-die-isnt-it.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/8553443359993084134?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/8553443359993084134?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/ra2oLGMf9eo/seo-is-going-to-die-isnt-it.html" title="Seo is going to die... Isn't it?" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_6cdJM5oXUS8/ST-7LupLVHI/AAAAAAAAITc/y6vl0RqVJ7g/s72-c/scour-toolbar.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/12/seo-is-going-to-die-isnt-it.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUICRHc5eSp7ImA9WxRbGUw.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-9169014877922892479</id><published>2008-12-10T13:14:00.001+01:00</published><updated>2008-12-10T13:52:45.921+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-10T13:52:45.921+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="seo" /><category scheme="http://www.blogger.com/atom/ns#" term="comic" /><title>RankedHard SEO Comic</title><content type="html">I love &lt;a href="http://www.rankedhard.com/" target="_blank"&gt;RankedHard SEO Comic&lt;/a&gt;. Really. They disappoint me with duplicating content though - check the last two comics - did they run out of topics?&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_6cdJM5oXUS8/ST-0SLfkkyI/AAAAAAAAITM/g2INkEH7-B0/s1600-h/seo-birthday.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_6cdJM5oXUS8/ST-0SLfkkyI/AAAAAAAAITM/g2INkEH7-B0/s800/seo-birthday.jpg" style="max-width: 100%;" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;And this one:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/ST-0SkDoKaI/AAAAAAAAITU/RJlOEdNPQjM/s1600-h/keyword-stuffing.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_6cdJM5oXUS8/ST-0SkDoKaI/AAAAAAAAITU/RJlOEdNPQjM/s800/keyword-stuffing.jpg" style="max-width: 100%;" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Seriously, keyword stuffing makes my eyes bleed. Hopefully with &lt;a href="http://cranked.me/2008/12/seo-is-going-to-die-isnt-it.html"&gt;rated search results&lt;/a&gt; it will be gone.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-9169014877922892479?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ow2T8AVW03A:cpvJHJNnJHQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ow2T8AVW03A:cpvJHJNnJHQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ow2T8AVW03A:cpvJHJNnJHQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ow2T8AVW03A:cpvJHJNnJHQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ow2T8AVW03A:cpvJHJNnJHQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=ow2T8AVW03A:cpvJHJNnJHQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=ow2T8AVW03A:cpvJHJNnJHQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/ow2T8AVW03A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/9169014877922892479/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/12/rankedhard-seo-comic.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/9169014877922892479?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/9169014877922892479?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/ow2T8AVW03A/rankedhard-seo-comic.html" title="RankedHard SEO Comic" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_6cdJM5oXUS8/ST-0SLfkkyI/AAAAAAAAITM/g2INkEH7-B0/s72-c/seo-birthday.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/12/rankedhard-seo-comic.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cNQnc4eSp7ImA9WxVVGEg.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-4692665789475645098</id><published>2008-11-13T14:37:00.019+01:00</published><updated>2009-03-12T12:58:13.931+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-12T12:58:13.931+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="seo" /><category scheme="http://www.blogger.com/atom/ns#" term="howtos" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><category scheme="http://www.blogger.com/atom/ns#" term="optimization" /><category scheme="http://www.blogger.com/atom/ns#" term="google" /><title>Duplicate title tags / meta descriptions: Google Webmaster Tools and Blogger blogs (fix-it manual included)</title><content type="html">Sometimes I receive very interesting e-mails or insightful comments like this: &lt;a href="http://cranked.me/2008/07/blogger-templates-and-xhtml-markup.html#c7051926467725606787" target="_blank"&gt;Have you found a solution to duplicate title tags/duplicate meta description issue?&lt;/a&gt;. I try to respond as extensive as possible at that moment, and often even dedicate posts to describe it in more detail.&lt;br /&gt;
&lt;br /&gt;
So today's post in dedicated to &lt;b&gt;Blogger generated "Duplicate title tags/Duplicate meta descriptions" warnings in Google Webmaster Tools.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://cranked.me/2008/11/duplicate-title-tags-meta-descriptions.html#duplicate_title_tags_duplicate_meta_descriptions_how_to_fix"&gt;I know how bad duplicate title tags and duplicate meta descriptions are, just give me "fix it" paragraph fast.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;What is "Duplicate title tags" or "Duplicate meta descriptions"?&lt;/h2&gt;Search engines nowadays are smart. Very smart. However they are still what they are - machines. Sometimes they can't decide which exactly your page matches the search query the best - so they check everything that can give them more clue - titles of your pages, their meta keywords, meta descriptions - everything. However, if two your pages have the same title and same meta description, there is no such clue. That's the reason search engines consider duplicate meta descriptions/title tags as "bad", and can actually penalize you for that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;What is Google Webmaster Tools and how is it related to Duplicate title tags and Duplicate meta descriptions warning?&lt;/h2&gt;We all know &lt;a href="http://www.google.com/webmasters/tools/"&gt;Google Webmaster Tools&lt;/a&gt;. It is a great tool that gives you some insight on how your website is seen by Google (and can also give you some hints about up-to-date Page Rank of your pages (while toolbar rank is updated once in a couple of months, data in Google Webmaster Tools is more fresh, see "Crawl stats").&lt;br /&gt;
However, sometimes Google Webmaster Tools provide us with such an intimidating picture:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_6cdJM5oXUS8/SRv6yo2SzgI/AAAAAAAAIRE/NrfqLJ97HHg/s1600-h/duplicate-title-tags-duplicate-meta-descriptions-warning-in-google-webmaster-tools-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="duplicate title tags/duplicate meta descriptions warning in google webmaster tools" border="0" src="http://2.bp.blogspot.com/_6cdJM5oXUS8/SRv6yo2SzgI/AAAAAAAAIRE/NrfqLJ97HHg/s400/duplicate-title-tags-duplicate-meta-descriptions-warning-in-google-webmaster-tools-2.png" title="duplicate title tags/duplicate meta descriptions warning in google webmaster tools" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;i&gt;(Numbers in this image are photoshopped, since after applying everything I wrote in this guide I don't have any duplicate title tags/meta descriptions issues anymore)&lt;/i&gt;&lt;/center&gt;&lt;br /&gt;
These numbers can indeed be scary.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Why it happens?&lt;/h2&gt;Blogger has a bad habit to refer to comments through links like this: http://cranked.me/2008/07/blogger-templates-and-xhtml-markup.html?showComment=1219419960000#c7051926467725606787. Thus Google threats links like these as separate pages (while it is actually simply a link to an anchor on your page). Actually, there are &lt;a href="http://cranked.me/2008/07/blogspot-cares-about-spammers-more-then.html"&gt;quite a few other SEO problems in Blogger&lt;/a&gt; as well (doesn't mean they can't be fixed though, we'll see it later :)&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;How bad is it for SEO?&lt;/h2&gt;For every comment you have in your blog, Google thinks there exists another page with the same title tag and meta description, thus Google might decide your site is not search-engine-friendly. (Since it's actually one page, these "multiple" pages in Google's eyes will also have the same content, which can lead to &lt;a href="http://cranked.me/2008/07/blogger-seo-tip-for-sunday-wrap-your.html"&gt;duplicate content issue&lt;/a&gt; as well). Google Webmaster Tools doesn't show you any statistics about your pages that are considered 'duplicate content', however numbers of 'duplicate title tag issues' and 'duplicate meta description issues' might ring a bell and give you the general idea.&lt;br /&gt;
&lt;br /&gt;
&lt;h2 id="duplicate_title_tags_duplicate_meta_descriptions_how_to_fix"&gt;Ok, duplicate title tags/duplicate meta descriptions are really bad. How to fix it?&lt;/h2&gt;Basically, all we need to do to fix duplicate title tags and duplicate meta descriptions issue in Blogger is to hide links to comments in your posts from search engines. Content of the comments will still be in search engines because it is a part of your post page.&lt;br /&gt;
So the fix is performed in three steps:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;Edit template&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Wrap blog archive widget&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Remove or replace recent comments widget&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;i&gt;Note: there is a small twist though: Google will still be able to dig some links to your comment pages from your comments feed (usually located at /feeds/comments/default).&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;h3 id="step1"&gt;Step 1. Edit your blog template&lt;/h3&gt;We need to hide the permalink to the comment from search engines:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SRw1KK8dNtI/AAAAAAAAIRk/b5RdxNGPsfs/s1600-h/interesting-and-motivating-silfiriels-comment-3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SRw1KK8dNtI/AAAAAAAAIRk/b5RdxNGPsfs/s800/interesting-and-motivating-silfiriels-comment-3.png" /&gt;&lt;/a&gt;&lt;/div&gt;(the link that says &lt;i&gt;August 22, 2008 5:46 PM&lt;/i&gt;). However, we would still like to be able to &lt;a href="http://cranked.me/2008/07/blogger-templates-and-xhtml-markup.html#c7051926467725606787"&gt;link to the comment&lt;/a&gt; if needed, so the link should still be there for users.&lt;br /&gt;
I'm not a big fan of JavaScript because content generated by it cannot be used for SEO purposes, however this time we will use this weakness for our benefit.&lt;br /&gt;
&lt;br /&gt;
So, open your blog template (remember to previously save it). Tick "Expand Widget Templates" checkbox, and find this code in your template:&lt;br /&gt;
&lt;code&gt;&amp;lt;a expr:href='data:comment.url' title='comment permalink'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;data:comment.timestamp/&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
It should look like this:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SZ2YpxcUVEI/AAAAAAAAIh0/jRAVdq_Gy_g/s1600-h/blogger-template-comment-footer-code-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SZ2YpxcUVEI/AAAAAAAAIh0/jRAVdq_Gy_g/s800/blogger-template-comment-footer-code-2.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Replace it with the following code:&lt;br /&gt;
&lt;code&gt;&amp;lt;b:if cond='data:post.commentPagingRequired'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;a expr:href='data:comment.url' title='comment permalink'&amp;gt; &amp;lt;data.comment.timestamp/&amp;gt; &amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;a expr:href='data:blog.url + &amp;amp;quot;#&amp;amp;quot; + data:comment.anchorName' title='comment permalink'&amp;gt; &amp;lt;data:comment.timestamp/&amp;gt; &amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Save the template and check how it looks. It should look the same as original, however now timestamps should link to comments by their anchor ID's, without confusing Google crawler with ?showcomment= part. (In case multi-page comments are required, the long form will be used). &lt;br /&gt;
The described trick works in all browsers that I know of.&lt;br /&gt;
&lt;br /&gt;
&lt;h3 id="step2"&gt;Step 2. Wrap blog archive widget&lt;/h3&gt;Blog archive widget for Blogger is very nice, however it has a bad habit of generating long links Google doesn't understand. This leads to &lt;a href="http://cranked.me/2008/07/blogger-seo-tip-for-sunday-wrap-your.html"&gt;duplicate content issues&lt;/a&gt; and duplicate title tags/meta descriptions. It is easy to fix, however: click the small wrench &lt;img src="http://img1.blogblog.com/img/icon18_wrench_allbkg.png" /&gt; icon under your blog archive widget, and choose &lt;b&gt;flat list&lt;/b&gt; option in the settings window:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SRwk3m5y_0I/AAAAAAAAIRc/pWRk6Lbrth8/s1600-h/blogger-blog-archive-widget-configuration-page.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SRwk3m5y_0I/AAAAAAAAIRc/pWRk6Lbrth8/s800/blogger-blog-archive-widget-configuration-page.png" /&gt;&lt;/a&gt;&lt;/div&gt;Don't forget to press &lt;b&gt;Save&lt;/b&gt; button :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3 id="step3"&gt;Step 3. Remove recent comments widget&lt;/h3&gt;Recent comments widget is made by creating a feed widget with &lt;b&gt;http://&lt;i&gt;&amp;lt;yoursiteurl&amp;gt;&lt;/i&gt;/feeds/comments/default&lt;/b&gt; url as feed source. It is nifty to have, however it supplies search engines with links to your blog comments, what we try to avoid (because comment content goes to search engines' index with your post page anyway). Either remove the widget or use the &lt;a href="http://www.bloggerbuster.com/2007/08/create-your-oen-recent-comments-widgets.html"&gt;javascript recent comments widget&lt;/a&gt;. (The javascript one, however, might slow down loading time of your sidebar a bit).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After following instructions supplied here, Google Webmaster Tools will not bother you with the duplicate title tags/meta descriptions issue as there will be none (it takes time for Google to re-crawl all your site, so be patient, takes about 2-3 weeks). This will boost your search engine rankings a little bit since Google now thinks your site is "Google friendly" (and in fact it is).&lt;br /&gt;
&lt;br /&gt;
In the next post I'll describe how to teach Blogger to highlight your own comments with different color/style, so make sure you subscribe to my &lt;a href="http://feeds.feedburner.com/Eterniel"&gt;rss feed&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Good luck and enjoy your Google Webmaster Tools experience :)&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-4692665789475645098?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=NUm10Xl2X_s:le4SJZMbWDM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=NUm10Xl2X_s:le4SJZMbWDM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=NUm10Xl2X_s:le4SJZMbWDM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=NUm10Xl2X_s:le4SJZMbWDM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=NUm10Xl2X_s:le4SJZMbWDM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=NUm10Xl2X_s:le4SJZMbWDM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=NUm10Xl2X_s:le4SJZMbWDM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/NUm10Xl2X_s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/4692665789475645098/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/11/duplicate-title-tags-meta-descriptions.html#comment-form" title="24 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/4692665789475645098?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/4692665789475645098?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/NUm10Xl2X_s/duplicate-title-tags-meta-descriptions.html" title="Duplicate title tags / meta descriptions: Google Webmaster Tools and Blogger blogs (fix-it manual included)" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_6cdJM5oXUS8/SRv6yo2SzgI/AAAAAAAAIRE/NrfqLJ97HHg/s72-c/duplicate-title-tags-duplicate-meta-descriptions-warning-in-google-webmaster-tools-2.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">24</thr:total><feedburner:origLink>http://www.cranked.me/2008/11/duplicate-title-tags-meta-descriptions.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkUBSXk6fCp7ImA9WxRXEks.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-362487998822480904</id><published>2008-10-17T18:43:00.000+02:00</published><updated>2008-10-17T19:24:18.714+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-17T19:24:18.714+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="bugs" /><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="howtos" /><category scheme="http://www.blogger.com/atom/ns#" term="changes" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>How to redirect 404 www subdomains to your main site or Google Blogger got it 404 broken again</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;b&gt;warning: if you use Blogger for publishing, try to access your blog through its www. form - you may have this problem too&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
When I came back from &lt;a href="http://cranked.me/2008/10/back-in-business.html" target="_blank"&gt;my vacation&lt;/a&gt;, I was quite surprised to see that the www. form of my blog (&lt;a href="http://www.cranked.me/" target="_blank"&gt;http://www.cranked.me/&lt;/a&gt; form of my blog is not getting redirected to my &lt;a href="http://cranked.me/" target="_blank"&gt;http://cranked.me/&lt;/a&gt; site, and instead I receive a &lt;b&gt;Server Not Found Error 404&lt;/b&gt; message: &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_6cdJM5oXUS8/SPjCZsMp5jI/AAAAAAAAGmI/tLfNyb1ioz0/s1600-h/server-not-found-error-404-message.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_6cdJM5oXUS8/SPjCZsMp5jI/AAAAAAAAGmI/yHXml0cbOzI/s400-R/server-not-found-error-404-message.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;Amused, I ran to check all the CNAME, A, and even MX records in my DNS domain management interfaces. Everything was intact. &lt;b&gt;Redirect www.cranked.me to cranked.me&lt;/b&gt; checkbox in Blogger dashboard was checked as well.&lt;br /&gt;
After half an hour of scratching my head and trial-and-error approach I have found a way that worked:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Go to your &lt;b&gt;&lt;a href="http://blogger.com/home" rel="nofollow" target="_blank"&gt;Blogger dashboard&lt;/a&gt;-&amp;gt;Settings-&amp;gt;Publishing&lt;/b&gt; and uncheck &lt;b&gt;Redirect  www.&lt;/b&gt;&lt;i&gt;yoursite.com&lt;/i&gt;&lt;b&gt;  to &lt;/b&gt;&lt;i&gt;yoursite.com&lt;/i&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_6cdJM5oXUS8/SPjF20foF2I/AAAAAAAAGmQ/eKRw3r4sybA/s1600-h/google-blogger-hosting-www-redirect-unchecked.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_6cdJM5oXUS8/SPjF20foF2I/AAAAAAAAGmQ/bwcS5UJLEWs/s800-R/google-blogger-hosting-www-redirect-unchecked.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Solve the CAPTCHA below and press &lt;b&gt;SAVE SETTINGS&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Now, on the same page, check back &lt;b&gt;Redirect  www.&lt;/b&gt;&lt;i&gt;yoursite.com&lt;/i&gt;&lt;b&gt;  to &lt;/b&gt;&lt;i&gt;yoursite.com&lt;/i&gt; checkbox:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_6cdJM5oXUS8/SPjF49s7scI/AAAAAAAAGmY/YuyYzlH3oVc/s1600-h/google-blogger-hosting-www-redirect-checked.PNG" imageanchor="1" style="margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_6cdJM5oXUS8/SPjF49s7scI/AAAAAAAAGmY/Q6qw2H_CGD8/s800-R/google-blogger-hosting-www-redirect-checked.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Solve the CAPTCHA below and press &lt;b&gt;SAVE SETTINGS&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Wait a couple of minutes and try to access your site/blog through it's &lt;b&gt;www.&lt;/b&gt; form - it should work.&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
Explanation? Google uses Name-based &lt;a href="http://en.wikipedia.org/wiki/Virtual_hosting" rel="nofollow" target="_blank"&gt;virtual hosting&lt;/a&gt; to host all sites. Somehow, maybe while updating Blogger engine, the setting of &lt;b&gt;Redirect  www.&lt;/b&gt;&lt;i&gt;yoursite.com&lt;/i&gt;&lt;b&gt;  to &lt;/b&gt;&lt;i&gt;yoursite.com&lt;/i&gt; checkbox got messed up, and Blogger was no more redirecting the www- form of your blog to your main blog. This could cause a loss of some PageRank and problems with sites like &lt;a href="http://alexa.com" target="_blank"&gt;Alexa&lt;/a&gt; or &lt;a href="http://domaintools.com" target="_blank"&gt;Domaintools&lt;/a&gt; which often use www- form to access your website.&lt;br /&gt;
&lt;br /&gt;
Luckily, we got everything covered up :)&lt;br /&gt;
I also recommend you to subscribe to &lt;a href="http://feeds.feedburner.com/Eterniel"&gt;my RSS feed&lt;/a&gt; if you haven't done so yet, so you can always receive fresh SEO and webmaster updates from the constantly changing Internet world.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-362487998822480904?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=mmNlQGghE7A:H046Y4486kY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=mmNlQGghE7A:H046Y4486kY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=mmNlQGghE7A:H046Y4486kY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=mmNlQGghE7A:H046Y4486kY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=mmNlQGghE7A:H046Y4486kY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=mmNlQGghE7A:H046Y4486kY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=mmNlQGghE7A:H046Y4486kY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/mmNlQGghE7A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/362487998822480904/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/10/how-to-redirect-404-www-subdomains-to.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/362487998822480904?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/362487998822480904?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/mmNlQGghE7A/how-to-redirect-404-www-subdomains-to.html" title="How to redirect 404 www subdomains to your main site or Google Blogger got it 404 broken again" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_6cdJM5oXUS8/SPjCZsMp5jI/AAAAAAAAGmI/yHXml0cbOzI/s72-Rc/server-not-found-error-404-message.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/10/how-to-redirect-404-www-subdomains-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMERno5fyp7ImA9WxRXEks.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-384580917809467675</id><published>2008-10-14T08:51:00.006+02:00</published><updated>2008-10-17T20:00:07.427+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-17T20:00:07.427+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="logs" /><category scheme="http://www.blogger.com/atom/ns#" term="offtopic" /><title>Back in business</title><content type="html">My vacation is coming to end.&lt;br /&gt;
I'm writing this post as I sit on a plane home.&lt;br /&gt;
Korean 'hello' greeting &lt;b&gt;안녕하세요&lt;/b&gt; 'anniong haseyo' &lt;b&gt;[ANION: HASEJO:]&lt;/b&gt; literally means 'my soul is at peace, and yours?'&lt;br /&gt;
My soul &lt;b&gt;is&lt;/b&gt; at peace. I feel very relaxed and at ease. Refreshed and ready for action.&lt;br /&gt;
For my vacation, I took almost a hitchhikers route through Central and Eastern Europe. (Switzerland, Austria, Czech Republic, Poland, Ukraine, Russia). The original plan was to end up in Russia - just like my friend Markus did once, however, I got 'delayed' in Ukraine :)&lt;br /&gt;
Ukrainian girls are beautiful and sweet as always.&lt;br /&gt;
Roads in western Ukraine are very nice. With markup even in smallest villages, and - omg - flashing lights on signs.&lt;br /&gt;
There were also a lot of &lt;strike&gt;shoplifting&lt;/strike&gt; shopping in Prague.&lt;br /&gt;
I didn't want to go home.&lt;br /&gt;
&lt;br /&gt;
--- Offtopic ends here ---&lt;br /&gt;
&lt;br /&gt;
I've spent as much time as I could replying to e-mails and following people back on &lt;a href="http://twitter.com/eterniel" rel="nofollow" target="_blank"&gt;Twitter&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Some things I have also managed to notice, even while being on vacation: &lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Judging from analytics statistics, &lt;b&gt;Google Chrome now has around 2.5% market share&lt;/b&gt; - and this is statistics from different sites, not only SEO - oriented.&lt;/li&gt;
&lt;li&gt;I've discovered a strange Google page - &lt;a href="http://google.com/home" target="_blank"&gt;http://google.com/home&lt;/a&gt;. Wonder how it's functionality is connected with 'home' keyword in url.&lt;/li&gt;
&lt;li&gt;There is also a problem with &lt;a href="http://cranked.me/2008/10/how-to-redirect-404-www-subdomains-to.html"&gt;www. subdomains redirect with Google hosting&lt;/a&gt; which I will describe in &lt;a href="http://cranked.me/2008/10/how-to-redirect-404-www-subdomains-to.html"&gt;my next post&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;br /&gt;
I will also upload some photos - just need to get back to my notebook.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-384580917809467675?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=SVJ6AMcZRZU:dQukHr41rl4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=SVJ6AMcZRZU:dQukHr41rl4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=SVJ6AMcZRZU:dQukHr41rl4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=SVJ6AMcZRZU:dQukHr41rl4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=SVJ6AMcZRZU:dQukHr41rl4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=SVJ6AMcZRZU:dQukHr41rl4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=SVJ6AMcZRZU:dQukHr41rl4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/SVJ6AMcZRZU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/384580917809467675/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/10/back-in-business.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/384580917809467675?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/384580917809467675?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/SVJ6AMcZRZU/back-in-business.html" title="Back in business" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/10/back-in-business.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcER3k8eSp7ImA9WxRSEk8.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-3391938281606553293</id><published>2008-09-12T14:59:00.002+02:00</published><updated>2008-09-12T15:26:46.771+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-12T15:26:46.771+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="friends" /><category scheme="http://www.blogger.com/atom/ns#" term="offtopic" /><title>Offtopic: Vacation in Prague</title><content type="html">&lt;b&gt;offtopic&lt;/b&gt; - my vacation.&lt;br /&gt;&lt;br /&gt;Not only Alex Papadimoulis of &lt;a href="http://thedailywtf.com/"&gt;TheDailyWTF&lt;/a&gt; has his vacation now - I'm having one too :)&lt;br /&gt;&lt;br /&gt;Let me introduce my younger brother:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SMpn7t4t2OI/AAAAAAAAGNU/KW4cr4WAPow/s1600-h/Yuri.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SMpn7t4t2OI/AAAAAAAAGNU/JjfXiZRISVc/s800-R/Yuri.JPG" style="max-width: 100%;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;He keeps sending me photos from parties in Prague, like this&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SMpoaFOPT4I/AAAAAAAAGNc/vvCO7J5lm70/s1600-h/machac__08_..085.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SMpoaFOPT4I/AAAAAAAAGNc/5LsQzieSEUA/s400-R/machac__08_..085.jpg" style="max-width:100%" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;center&gt;&lt;a href="http://monsterbeat.cz/index.php?option=com_rsgallery2&amp;Itemid=5&amp;page=inline&amp;catid=25&amp;id=2932&amp;limit=1&amp;limitstart=84"&gt;source - monsterbeat.cz&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;so I have finally decided to pay him a visit. I'm going to Czech Republic to hang around with my brother and some friends from IBM - that will start my vacation. Where will I go after that - I don't know yet, and that's the part that I like the most :)&lt;br /&gt;&lt;br /&gt;The vacation will last around 2 weeks - I won't probably post much in this time, yet I will try to do some updates on &lt;a href="http://twitter.com/Eterniel" rel="nofollow"&gt;my Twitter profile&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Meanwhile, Happy Programmer's Day, everyone, and &lt;a href="http://cranked.me/2008/05/getstringfromobj-by-marcus-and-have.html"&gt;have a nice weekend :)&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-3391938281606553293?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=kpSZetItZog:32eiQ0cMu_4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=kpSZetItZog:32eiQ0cMu_4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=kpSZetItZog:32eiQ0cMu_4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=kpSZetItZog:32eiQ0cMu_4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=kpSZetItZog:32eiQ0cMu_4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=kpSZetItZog:32eiQ0cMu_4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=kpSZetItZog:32eiQ0cMu_4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/kpSZetItZog" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/3391938281606553293/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/09/vacation-in-prague.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/3391938281606553293?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/3391938281606553293?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/kpSZetItZog/vacation-in-prague.html" title="Offtopic: Vacation in Prague" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_6cdJM5oXUS8/SMpn7t4t2OI/AAAAAAAAGNU/JjfXiZRISVc/s72-Rc/Yuri.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/09/vacation-in-prague.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8MRn0-eSp7ImA9WxRSEk8.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-8739263233596044473</id><published>2008-09-12T13:33:00.005+02:00</published><updated>2008-09-12T14:51:27.351+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-12T14:51:27.351+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="personalities" /><category scheme="http://www.blogger.com/atom/ns#" term="social_networks" /><title>John McCain and Barack Obama on social networks</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SMpX-OrmSBI/AAAAAAAAGM8/7189caz_PB8/s1600-h/john-mccain-profile-on-linkedin-professional-network.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="John McCain's profile on linkedin professional network" border="0" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SMpX-OrmSBI/AAAAAAAAGM8/wDu5F-gUR1s/s800-R/john-mccain-profile-on-linkedin-professional-network.png" style="max-width: 100%;" title="John McCain's profile on linkedin professional network" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SMpYA9v4HwI/AAAAAAAAGNE/bCXIbTF_AHo/s1600-h/barack-obama-profile-on-linkedin-professional-network.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Barack Obama's profile on linkedin professional network" border="0" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SMpYA9v4HwI/AAAAAAAAGNE/W-TMBLeD2hg/s800-R/barack-obama-profile-on-linkedin-professional-network.png" style="max-width: 100%;" title="Barack Obama's profile on linkedin professional network" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Social and professional networks take a big share of Internet activities of modern users. Thus, company activities like &lt;a href="http://www.sugarrae.com/an-actual-non-big-brand-twitter-case-study/" title="marketing on social sites"&gt;marketing on social sites&lt;/a&gt; emerge, and presidential candidates are no different. (&lt;a href="http://www.wolf-howl.com/socialmedia/fake-social-media-profiles/" title="Barack Obama friends 52,000 users on Twitter"&gt;Barack Obama friends 52,000 users on Twitter&lt;/a&gt;). &lt;br /&gt;&lt;br /&gt;Public profiles of USA president candidates on LinkedIn (in alphabetical order :)&lt;br /&gt;&lt;a href="http://www.linkedin.com/in/johnmccain2008"&gt;John McCain&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.linkedin.com/in/barackobama"&gt;Barack Obama&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Oh, btw, profile links on LinkedIn &lt;b&gt;do&lt;/b&gt; pass PageRank.&lt;br /&gt;&lt;br /&gt;Social media is important. Do it. If your company still doesn't have a page on &lt;a href="http://twitter.com/" rel="nofollow"&gt;Twitter&lt;/a&gt; - it's about time. &lt;a href="http://twitter.com/eterniel" rel="nofollow"&gt;Friend me there as well.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And, as a bonus: &lt;a href="http://www.linkedin.com/profile?viewRecs=&amp;key=22495529#rec6190710"&gt;John McCain recommends Sarah Palin on LinkedIn ;)&lt;/a&gt;(you will need to log in) :  &lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SMpYCESC0_I/AAAAAAAAGNM/bqioTOJARtc/s1600-h/john-mccain-recommends-sarah-palin-on-linkedin-professional-network.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SMpYCESC0_I/AAAAAAAAGNM/USJCXsXITlo/s320-R/john-mccain-recommends-sarah-palin-on-linkedin-professional-network.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-8739263233596044473?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=KYjI_RalDiw:7nU7ZtBm1IE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=KYjI_RalDiw:7nU7ZtBm1IE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=KYjI_RalDiw:7nU7ZtBm1IE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=KYjI_RalDiw:7nU7ZtBm1IE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=KYjI_RalDiw:7nU7ZtBm1IE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=KYjI_RalDiw:7nU7ZtBm1IE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=KYjI_RalDiw:7nU7ZtBm1IE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/KYjI_RalDiw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/8739263233596044473/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/09/john-mccain-and-barack-obama-on-social.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/8739263233596044473?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/8739263233596044473?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/KYjI_RalDiw/john-mccain-and-barack-obama-on-social.html" title="John McCain and Barack Obama on social networks" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_6cdJM5oXUS8/SMpX-OrmSBI/AAAAAAAAGM8/wDu5F-gUR1s/s72-Rc/john-mccain-profile-on-linkedin-professional-network.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/09/john-mccain-and-barack-obama-on-social.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UCRX0zfyp7ImA9WxVRFk8.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-5749977096117550385</id><published>2008-09-07T23:17:00.010+02:00</published><updated>2009-01-22T14:01:04.387+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-22T14:01:04.387+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="music" /><category scheme="http://www.blogger.com/atom/ns#" term="metallica" /><title>Download Metallica - Death Magnetic (2008) - the newest album from legendary metal band</title><content type="html">&lt;span style="font-weight:bold;color:red;"&gt;READ THIS: This was a SEO experiment, there's no unlicensed music here and never was.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SMRFOQXDuaI/AAAAAAAAGB0/bPHzwRZzbAQ/s1600-h/metallica-death-magnetic-2008-download-album-logo.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="metallica death magnetic album download logo" border="0" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SMRFOQXDuaI/AAAAAAAAGB0/FxqWOJg3uPs/s320-R/metallica-death-magnetic-2008-download-album-logo.jpg" style="float: right;" title="metallica death magnetic album download logo" /&gt;&lt;/a&gt;&lt;br /&gt;Some fast guys have already put Metallica - Death Magnetic album for download: &lt;strike&gt;http://letitbit.net/download/a58339622514/Metallica---Death-Magnetic-28200829-www.hard-mus.com.rar.html&lt;/strike&gt;&lt;br /&gt;&lt;b&gt;Update:&lt;/b&gt; the link doesn't work anymore. You can try this one:&lt;br /&gt;&lt;span style="text-decoration: line-through;"&gt; http://www4.sendthisfile.com/d.jsp?t=fj5yZgZvwTCfgMU78XZgvET8"&gt;http://www4.sendthisfile.com/d.jsp?t=fj5yZgZvwTCfgMU78XZgvET8&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Update:&lt;/span&gt; I have put all the music to dedicated hosting. Links down in the post.&lt;br /&gt;&lt;br /&gt;Make sure you download it fast, until it has reached it's download limit. Metallica's last album from 2008 - it's something we all were waiting for. I will buy Death Magnetic as soon as it is in stores, yet I'm glad I can have at least a peek at this album right now :) (P.S. "The Unforgiven 3" and "That Was Just Your Life" are cool).&lt;br /&gt;&lt;br /&gt;List of tracks for &lt;b&gt;Metallica - Death Magnetic&lt;/b&gt;:&lt;br /&gt;1. That Was Just Your Life&lt;br /&gt;2. The End of the Line&lt;br /&gt;3. Broken, Beat &amp;amp; Scarred&lt;br /&gt;4. The Day That Never Comes&lt;br /&gt;5. All Nightmare Long&lt;br /&gt;6. Cyanide&lt;br /&gt;7. The Unforgiven III&lt;br /&gt;8. The Judas Kiss&lt;br /&gt;9. Suicide &amp;amp; Redemption&lt;br /&gt;10. My Apocalypse&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Metallica - Death Magnetic&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/01%20-%20That%20Was%20Just%20Your%20Life.mp3"&gt;  That Was Just Your Life&lt;/a&gt;(10mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/02%20-%20The%20End%20of%20the%20Line.mp3"&gt;    The End of the Line&lt;/a&gt;(11mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/03%20-%20Broken%20Beat%20and%20Scarred.mp3"&gt;  Broken Beat and Scarred&lt;/a&gt;(9mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/04%20-%20The%20Day%20That%20Never%20Comes.mp3"&gt;  The Day That Never Comes&lt;/a&gt;(11mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/05%20-%20All%20Nightmare%20Long.mp3"&gt;  All Nightmare Long&lt;/a&gt;(11mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/06%20-%20Cyanide.mp3"&gt;  Cyanide&lt;/a&gt;(9mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/07%20-%20The%20Unforgiven%20III.mp3"&gt;  The Unforgiven III&lt;/a&gt;(11mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/08%20-%20The%20Judas%20Kiss.mp3"&gt;  The Judas Kiss&lt;/a&gt;(11mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/09%20-%20Suicide%20and%20Redemption.mp3"&gt;  Suicide and Redemption&lt;/a&gt;(14mb)&lt;/li&gt;&lt;li&gt;&lt;a href="http://alternate.me/music/Metallica/2008%20-%20Death%20Magnetic/10%20-%20My%20Apocalypse.mp3"&gt;  My Apocalypse&lt;/a&gt;(17mb)&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Special thanks to Cheese for sharing the link.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-5749977096117550385?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=VZCrc2fuzeA:5lR0gIj4OqI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=VZCrc2fuzeA:5lR0gIj4OqI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=VZCrc2fuzeA:5lR0gIj4OqI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=VZCrc2fuzeA:5lR0gIj4OqI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=VZCrc2fuzeA:5lR0gIj4OqI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=VZCrc2fuzeA:5lR0gIj4OqI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=VZCrc2fuzeA:5lR0gIj4OqI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/VZCrc2fuzeA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/5749977096117550385/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/09/download-metallica-death-magnetic-2008.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5749977096117550385?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5749977096117550385?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/VZCrc2fuzeA/download-metallica-death-magnetic-2008.html" title="Download Metallica - Death Magnetic (2008) - the newest album from legendary metal band" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_6cdJM5oXUS8/SMRFOQXDuaI/AAAAAAAAGB0/FxqWOJg3uPs/s72-Rc/metallica-death-magnetic-2008-download-album-logo.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://www.cranked.me/2008/09/download-metallica-death-magnetic-2008.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcBQH8-fSp7ImA9WxRTFkQ.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-7027810482096223045</id><published>2008-09-06T11:40:00.001+02:00</published><updated>2008-09-06T11:40:51.155+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-06T11:40:51.155+02:00</app:edited><title>Google Chrome security flaw - first vulnerability found</title><content type="html">&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;a target='_blank' href='http://julianrdz.wordpress.com/2008/09/05/google-chrome-buffer-overflow-vulnerability/'&gt;Google Chrome Buffer Overflow vulnerability&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;The SVRT-Bkis guys have found a first vulnerability in Google Chrome that allows a malicious website to execute code on remote system. It works on Windows XP SP2 - on other systems the exploit just crashes Google Chrome.&lt;br/&gt;&lt;br/&gt;How to check: goto &lt;a target='_blank' href='http://security.bkis.vn/Proof-Of-Concept/PoC-XPSP2.html'&gt;http://security.bkis.vn/Proof-Of-Concept/PoC-XPSP2.html&lt;/a&gt; and click SaveAs.&lt;br/&gt;(you will need win XP SP2 however).&lt;br/&gt;&lt;br/&gt;It is super sad that this 'vulnerability' is a stupid buffer overflow. Somehow I believe there will be way more to come. Welcome to the real world, Google Chrome.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-7027810482096223045?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=mZuwou0nnqY:Ch2FrvcJ8rw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=mZuwou0nnqY:Ch2FrvcJ8rw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=mZuwou0nnqY:Ch2FrvcJ8rw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=mZuwou0nnqY:Ch2FrvcJ8rw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=mZuwou0nnqY:Ch2FrvcJ8rw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=mZuwou0nnqY:Ch2FrvcJ8rw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=mZuwou0nnqY:Ch2FrvcJ8rw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/mZuwou0nnqY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/7027810482096223045/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/09/google-chrome-security-flaw-first.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/7027810482096223045?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/7027810482096223045?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/mZuwou0nnqY/google-chrome-security-flaw-first.html" title="Google Chrome security flaw - first vulnerability found" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/09/google-chrome-security-flaw-first.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE8HQng-cCp7ImA9WxRTFUk.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-72153027699019834</id><published>2008-09-04T17:45:00.005+02:00</published><updated>2008-09-04T18:47:13.658+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-04T18:47:13.658+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="seo" /><category scheme="http://www.blogger.com/atom/ns#" term="hacks" /><category scheme="http://www.blogger.com/atom/ns#" term="google" /><title>Twitter nofollow bugfix yields angry reaction from exploiters</title><content type="html">&lt;img alt="twitter logo" src="http://img147.imageshack.us/img147/125/twitterlogort8.png" style="float: left;" title="twitter logo" /&gt; &lt;br /&gt;
Yesterday, &lt;a href="http://twitter.com/" rel="nofollow"&gt;Twitter&lt;/a&gt; fixed a bug that allowed you to have a value-passing link from Twitter to your website. This caused a &lt;a href="http://www.sugarrae.com/twitter-lays-down-for-google/"&gt;big reaction&lt;/a&gt;, and since it was &lt;a href="http://mattcutts.com/"&gt;Matt Cutts&lt;/a&gt; who &lt;a href="http://twitter.com/mattcutts/statuses/865610396" rel="nofollow"&gt;pointed this bug&lt;/a&gt;, Google took all the blame.&lt;br /&gt;
&lt;br /&gt;
It is popular nowadays to nofollow all the links that go from your domain. Wikipedia does it. Twitter was no exception. The scenario is simple:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;get all the link juice in&lt;/li&gt;
&lt;li&gt; give no link juice out&lt;/li&gt;
&lt;li&gt;Profit $$$.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&amp;nbsp;This boosts your pagerank &lt;i&gt;a little&lt;/i&gt;, but also turns you into a "black hole", sucking link juice from everyone and keeping it all for yourself, thus giving you a reputation of a bitch.&lt;br /&gt;
&lt;br /&gt;
All the links that you would drop in your twitter messages were nofollowed. A website that you specify in your twitter profile was nofollowed as well. However, due to poor skills of Twitter engineers, a good workaround was found by inventive &lt;strike&gt;blackhats&lt;/strike&gt; SEOs. All you needed to do is to put a link to your website into your &lt;i&gt;One Line Bio&lt;/i&gt; profile field - and stupid processing engine would turn it into a fancy value-passing link from a high pagerank page (Twitter currently has PR8, your page could be PR5-7).&lt;br /&gt;
&lt;br /&gt;
Of course, everyone who had even a slightest idea what SEO is, exploited this heavily.&lt;br /&gt;
Now it has been shut down. Oh well, happens - exploits usually don't last long. But what the hell is the reaction to this?&lt;br /&gt;
I will quote Sugarrae in &lt;a href="http://www.sugarrae.com/twitter-lays-down-for-google/"&gt;her post&lt;/a&gt; to which I have linked before:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;An even bigger question for me is, if, IF, Google is really coercing companies like Twitter based on threats of dropping them from their index for non-compliance, at what point does someone decide that due to Google’s reach and power, that doing so is no longer a case of “guidelines” but rather one of blackmail?&lt;/blockquote&gt;What the fuck is wrong with you, people? It was a bug - &lt;b&gt;if Twitter creators really intended to give you a credit for your work on Twitter they wouldn't nofollow your webpage link from the very beginning&lt;/b&gt;. You exploited this bug as hard as you could - and once it's been shut up - it's Googles fault - because it was Matt Cutts who finally pointed this out.&lt;br /&gt;
&lt;br /&gt;
The biggest flaw in your claim is that Google actually gives a damn about followed/nofollowed links from Twitter. Why would it care? How will it influence Google? Google would actually benefit more — because if you are a smartass that can build a nice internal PR on Twitter, and then pass it to your website, then you are obviously smart and worth showing high in search results. Now, instead of this 'extra information' that would do Google even better, Google has one more black hole on its hands.&lt;br /&gt;
&lt;br /&gt;
So give it a break, stop whining and don't blame Google because you have just lost a fancy high PR link that you got by cheating anyway.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-72153027699019834?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=g531mndE19o:dqLcjsIi0kQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=g531mndE19o:dqLcjsIi0kQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=g531mndE19o:dqLcjsIi0kQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=g531mndE19o:dqLcjsIi0kQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=g531mndE19o:dqLcjsIi0kQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=g531mndE19o:dqLcjsIi0kQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=g531mndE19o:dqLcjsIi0kQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/g531mndE19o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/72153027699019834/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/09/twitter-nofollow-bugfix-yields-angry.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/72153027699019834?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/72153027699019834?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/g531mndE19o/twitter-nofollow-bugfix-yields-angry.html" title="Twitter nofollow bugfix yields angry reaction from exploiters" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.cranked.me/2008/09/twitter-nofollow-bugfix-yields-angry.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUACSH04cCp7ImA9WxRTE0k.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-4205974464604153315</id><published>2008-09-02T09:15:00.004+02:00</published><updated>2008-09-02T10:22:49.338+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-02T10:22:49.338+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="software" /><category scheme="http://www.blogger.com/atom/ns#" term="engineering" /><category scheme="http://www.blogger.com/atom/ns#" term="comic" /><category scheme="http://www.blogger.com/atom/ns#" term="google" /><category scheme="http://www.blogger.com/atom/ns#" term="web" /><title>Google Chrome - download it or it will download you!</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SLzowhIWu2I/AAAAAAAAGBI/vBCqloiPndU/s1600-h/google-chrome-logo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="google chrome logo" title="google chrome logo" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SLzowhIWu2I/AAAAAAAAGBI/l84AyJWw_yk/s320-R/google-chrome-logo.png" style="float: left;" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Today Google releases it's browser - Google Chrome. The download page is here: &lt;a href="http://www.google.com/chrome" target="_blank"&gt;http://www.google.com/chrome&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Meanwhile, while you wait, feel free to check the comic about Google Chrome: &lt;a href="http://books.google.com/books?id=8UsqHohwwVYC&amp;amp;printsec=frontcover#PPA2,M1" target="_blank"&gt;http://books.google.com/books?id=8UsqHohwwVYC&amp;amp;printsec=frontcover#PPA2,M1&lt;/a&gt;&lt;/div&gt;It's fun, I promise :)&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SLzp3za-R7I/AAAAAAAAGBQ/_0mhCkXwpVk/s1600-h/google-chrome-comic.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="google chrome comic" title="google chrome comic" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SLzp3za-R7I/AAAAAAAAGBQ/yaxQ1LGeSEA/s400-R/google-chrome-comic.PNG" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-4205974464604153315?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=QwAvGp1bfeA:jIMZPYUSq3s:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=QwAvGp1bfeA:jIMZPYUSq3s:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=QwAvGp1bfeA:jIMZPYUSq3s:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=QwAvGp1bfeA:jIMZPYUSq3s:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=QwAvGp1bfeA:jIMZPYUSq3s:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=QwAvGp1bfeA:jIMZPYUSq3s:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=QwAvGp1bfeA:jIMZPYUSq3s:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/QwAvGp1bfeA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/4205974464604153315/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/09/google-chrome-download-it-or-it-will.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/4205974464604153315?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/4205974464604153315?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/QwAvGp1bfeA/google-chrome-download-it-or-it-will.html" title="Google Chrome - download it or it will download you!" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_6cdJM5oXUS8/SLzowhIWu2I/AAAAAAAAGBI/l84AyJWw_yk/s72-Rc/google-chrome-logo.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.cranked.me/2008/09/google-chrome-download-it-or-it-will.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkABSXk8fSp7ImA9WxdaGEs.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-5572617073446319518</id><published>2008-08-27T14:46:00.008+02:00</published><updated>2008-08-27T21:19:18.775+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-27T21:19:18.775+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="firefox" /><category scheme="http://www.blogger.com/atom/ns#" term="addons" /><category scheme="http://www.blogger.com/atom/ns#" term="geeky" /><category scheme="http://www.blogger.com/atom/ns#" term="awesome" /><title>Ubiquity for Firefox</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;br /&gt;
&lt;a href="http://1.bp.blogspot.com/_6cdJM5oXUS8/SLVNLDolSrI/AAAAAAAAGAk/-yfKLVhb02c/s1600-h/ubiquity+screenshot.PNG" imageanchor="1" style="float: left; margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_6cdJM5oXUS8/SLVNLDolSrI/AAAAAAAAGAk/PAf8dHQUfEk/s400-R/ubiquity+screenshot.PNG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_User_Tutorial"&gt;Ubiquity&lt;/a&gt; by Mozilla team is just amazing.&lt;br /&gt;
&lt;dl&gt;&lt;dt&gt;Ubiquity&lt;/dt&gt;
&lt;dd&gt;&lt;a href="http://www.answers.com/ubiquity"&gt;&lt;i&gt;Existence or apparent existence everywhere at the same time; omnipresence: “the repetitiveness, the selfsameness, and the ubiquity of modern mass culture” (Theodor Adorno )&lt;/i&gt;&lt;/a&gt;&lt;/dd&gt;&lt;/dl&gt;I also like terms &lt;b&gt;omnipotence&lt;/b&gt; and &lt;b&gt;omnipresence&lt;/b&gt; as well :)  &lt;br /&gt;
&lt;br /&gt;
I have just checked the weather in Bern, added some birthday reminders to my Google calendar, twittered my 'testing ubiquity' status, looked up some pit bull puppies photos on Flickr, messed my open tabs in Firefox and even counted the amount of words in this post - all in a couple of seconds using Ubiquity :)  &lt;br /&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;Ok, what is Ubiquity?&lt;br /&gt;
&lt;dl&gt;&lt;dt&gt;Ubiquity&lt;/dt&gt;
&lt;dd&gt;Firefox add-on that springs to life once you press Ctrl-Space (or Option-Space if you're using Mac) and lets you type &lt;b&gt;what do you want to do&lt;/b&gt; instead of &lt;b&gt;where do you want to go&lt;/b&gt; in browser to do it. For most commands Ubiquity will fetch the results using the desired website's API and display them in the same window, without a hassle for you to go there and enter search terms/perform an action yourself &lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;
Check this movie to see how it works:  &lt;br /&gt;
&lt;center&gt;&lt;br /&gt;
&lt;div class="youtube-video"&gt;&lt;object height="298" width="400"&gt; &lt;param value='true' name='allowfullscreen'&gt;&lt;/param&gt;&lt;param value='always' name='allowscriptaccess'&gt;&lt;/param&gt;&lt;param value='http://www.vimeo.com/moogaloop.swf?clip_id=1561578&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1' name='movie'&gt;&lt;/param&gt;&lt;embed width='600' height='447' allowscriptaccess='always' allowfullscreen='true' type='application/x-shockwave-flash' src='http://www.vimeo.com/moogaloop.swf?clip_id=1561578&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1'&gt; &lt;/embed&gt;   &lt;/object&gt;&lt;/div&gt;&lt;a href="http://www.vimeo.com/1561578?pg=embed&amp;amp;sec=1561578"&gt;Ubiquity for Firefox&lt;/a&gt; from &lt;a href="http://www.vimeo.com/user532161?pg=embed&amp;amp;sec=1561578"&gt;Aza Raskin&lt;/a&gt; on &lt;a href="http://vimeo.com/?pg=embed&amp;amp;sec=1561578"&gt;Vimeo&lt;/a&gt;.&lt;/center&gt;  &lt;br /&gt;
&lt;br /&gt;
This brings back the movies from 80's when a cop used to type 'find all persons with name Hans Jakobli'. Everyone at least a little-bit computer literate used to laugh watching movies like this back then, but now computer power has reached the level to make tricks like this possible.  All you need to do to get Ubiquity - have Firefox and click this link: &lt;a href="https://people.mozilla.com/%7Eavarma/ubiquity-0.1.xpi"&gt;install Ubiquity&lt;/a&gt; (this links you to Mozilla site). (you will have to install &lt;a href="http://growl.info/" rel="nofollow"&gt;Growl&lt;/a&gt; too if you use Mac).  &lt;br /&gt;
&lt;br /&gt;
That's it - after this you are ready to roll :)   While being only version 0.1, Ubiquity is very powerful. This is just a few of the available commands (you can check the full list by &lt;a href="chrome://ubiquity/content/cmdlist.html"&gt;Ubiquity Commands&lt;/a&gt; link once you have Ubiquity installed):  &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;      &lt;b&gt;add-to-calendar&lt;/b&gt; Adds an event to your calendar.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;convert&lt;/b&gt; Converts a selection to a PDF, to rich text, or to html.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;digg&lt;/b&gt; If not yet submitted, submits the page to Digg. Otherwise, it takes you to the story's Digg page.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;escape-html-entities&lt;/b&gt; Replaces html entities (&amp;lt;, &amp;gt;, and &amp;amp;) with their escape sequences. (Extremely useful if you do heavy html hacking like &lt;a href="http://cranked.me/2008/06/how-to-add-social-bookmark-links-to.html"&gt;this&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;flickr&lt;/b&gt; Searches Flickr for pictures matching your words.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;map&lt;/b&gt; Turns an address or location name into a Google Map.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;map-these&lt;/b&gt; Maps multiple selected addresses or links onto a single Google Map.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;tinyurl&lt;/b&gt; Replaces the selected URL with a TinyUrl&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;translate&lt;/b&gt; Translates from one language to another.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;twitter&lt;/b&gt; Sets your Twitter status to a message of at most 160 characters.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;weather&lt;/b&gt; Checks the weather for a given location.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;wikipedia&lt;/b&gt; Searches Wikipedia for your words.&lt;/li&gt;
&lt;li&gt;      &lt;b&gt;youtube&lt;/b&gt; Searches YouTube for videos matching your words.&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
Commands can be typed using only first few symbols - so &lt;b&gt;w saffron burrows&lt;/b&gt; will show you clickable wikipedia results for Saffron Burrows in the same window:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_6cdJM5oXUS8/SLVM6SP2pZI/AAAAAAAAGAU/VGg6isacJ2M/s1600-h/saffron-burrows-on-wikipedia-ubiquity-results.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_6cdJM5oXUS8/SLVM6SP2pZI/AAAAAAAAGAU/sluV_M1vqcg/s400-R/saffron-burrows-on-wikipedia-ubiquity-results.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
And &lt;b&gt;tw writing about Ubiquity&lt;/b&gt; will update your &lt;a href="http://twitter.com/Eterniel" target="_blank"&gt;Twitter&lt;/a&gt; with message 'writing about Ubiquity'.  Commands are extendable and people can &lt;a href="https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_Author_Tutorial#The_Ubiquity_0.1_Command_Tutorial"&gt;write their own&lt;/a&gt; - that guarantees the growth of amount of available commands.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_6cdJM5oXUS8/SLVNBONOSII/AAAAAAAAGAc/d_0TZ_BqXEE/s1600-h/ubiquity-updating-twitter-statuses.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_6cdJM5oXUS8/SLVNBONOSII/AAAAAAAAGAc/GqFyJxKS2Ec/s400-R/ubiquity-updating-twitter-statuses.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Ubiquity is an extremely powerful tool - and it is pretty easy to guess that it will be used on OS level in the future (the attempts to do this include OS X Spotlight, Vista's Start Menu, &lt;a href="http://desktop.google.com/"&gt;Google Desktop&lt;/a&gt;, &lt;a href="http://www.launchy.net/"&gt;Launchy&lt;/a&gt;) - yet in present this is the most powerful of them all.&lt;br /&gt;
&lt;br /&gt;
Ubiquity is a Firefox extension - so it will work on any operating system (as mentioned, Mac users will have to download &lt;a href="http://growl.info/" rel="nofollow"&gt;Growl&lt;/a&gt; first though). &lt;strike&gt;Ubiquity for Linux is currently not available&lt;/strike&gt; Despite claims on the Ubiquity development page that Ubiquity doesn't yet work on Linux, it actually works on my Ubuntu home box - and even better than on my Windows machine at work :) &lt;br /&gt;
&lt;br /&gt;
Hope you enjoy Ubiquity as much as I do :)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-5572617073446319518?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=jno12ZsFuaU:RLMRFAD2f7Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=jno12ZsFuaU:RLMRFAD2f7Y:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=jno12ZsFuaU:RLMRFAD2f7Y:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=jno12ZsFuaU:RLMRFAD2f7Y:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=jno12ZsFuaU:RLMRFAD2f7Y:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=jno12ZsFuaU:RLMRFAD2f7Y:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=jno12ZsFuaU:RLMRFAD2f7Y:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/jno12ZsFuaU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/5572617073446319518/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/08/ubiquity-for-firefox.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5572617073446319518?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5572617073446319518?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/jno12ZsFuaU/ubiquity-for-firefox.html" title="Ubiquity for Firefox" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_6cdJM5oXUS8/SLVNLDolSrI/AAAAAAAAGAk/PAf8dHQUfEk/s72-Rc/ubiquity+screenshot.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.cranked.me/2008/08/ubiquity-for-firefox.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cGSXoyeip7ImA9WxdaEU0.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-6994466629212275161</id><published>2008-08-17T18:49:00.006+02:00</published><updated>2008-08-19T01:10:28.492+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-19T01:10:28.492+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="vids" /><category scheme="http://www.blogger.com/atom/ns#" term="fun" /><category scheme="http://www.blogger.com/atom/ns#" term="awesome" /><category scheme="http://www.blogger.com/atom/ns#" term="jokes" /><title>"Rocky is back" featuring Remi Gaillard as Rocky:</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;h2&gt;"Rocky is back" featuring Remi Gaillard as Rocky:&lt;/h2&gt;&lt;center&gt;&lt;br /&gt;
&lt;div class="youtube-video"&gt;&lt;object height="344" width="425"&gt;&lt;param value='http://www.youtube.com/v/hqOBR_Xbw2I&amp;amp;hl=en&amp;amp;fs=1' name='movie'&gt;&lt;/param&gt;&lt;param value='true' name='allowFullScreen'&gt;&lt;/param&gt;&lt;embed height='344' width='425' allowfullscreen='true' type='application/x-shockwave-flash' src='http://www.youtube.com/v/hqOBR_Xbw2I&amp;amp;hl=en&amp;amp;fs=1'&gt; &lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;/center&gt;&lt;/div&gt;&lt;br /&gt;
This guy (Rémi Gaillard) is amazing. Check him on japanese TV:&lt;br /&gt;
&lt;center&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/C9YjD27Zfn0&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/C9YjD27Zfn0&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
And this is my favorite. &lt;h2&gt;Remi Gaillard as a bodybuilder impostor in Mister Universe bodybuilding contest&lt;/h2&gt;&lt;center&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/KXsY2r1_9C0&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/KXsY2r1_9C0&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-6994466629212275161?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=nHoYLxKvqS0:z3Rfv5d7HQw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=nHoYLxKvqS0:z3Rfv5d7HQw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=nHoYLxKvqS0:z3Rfv5d7HQw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=nHoYLxKvqS0:z3Rfv5d7HQw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=nHoYLxKvqS0:z3Rfv5d7HQw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=nHoYLxKvqS0:z3Rfv5d7HQw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=nHoYLxKvqS0:z3Rfv5d7HQw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/nHoYLxKvqS0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/6994466629212275161/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/08/rocky-is-back.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/6994466629212275161?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/6994466629212275161?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/nHoYLxKvqS0/rocky-is-back.html" title="&quot;Rocky is back&quot; featuring Remi Gaillard as Rocky:" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.cranked.me/2008/08/rocky-is-back.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYDRn4zfip7ImA9WxVUFk4.&quot;"><id>tag:blogger.com,1999:blog-946428812470639584.post-5600294571270922979</id><published>2008-08-14T00:09:00.032+02:00</published><updated>2009-03-21T11:42:57.086+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-21T11:42:57.086+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="hacks" /><category scheme="http://www.blogger.com/atom/ns#" term="viruses" /><category scheme="http://www.blogger.com/atom/ns#" term="security" /><title>MSN worm / virus g00d-stuff.com epidemic launch</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;This page describes the http://g00d-stuff.com MSN virus/worm (also known as PICS FOR MSN FRIENDS), that has been activated on Aug 14th, it's sources and methods of infection, vulnerable platforms/browsers, methods of removal of http://g00d-stuff.com and similar MSN viruses/worms.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;a href="http://cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#g00d-stuff-info"&gt;Information about http://g00d-stuff.com and similar sites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#g00d-stuff-sources"&gt;http://g00d-stuff.com sources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#g00d-stuff-variations"&gt;Malicious linked website forms and variations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#g00d-stuff-vulnerable"&gt;Vulnerable platforms/browsers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#g00d-stuff-firstthings"&gt;First things to do&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#g00d-stuff-removal"&gt;How to remove http://g00d-stuff.com MSN virus from your system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#g00d-stuff-references"&gt;References&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;h2 id="g00d-stuff-info"&gt;Information about http://g00d-stuff.com and similar sites&lt;/h2&gt;g00d-stuff.com is an MSN worm that spreads through MSN instant messenger with provoking text description, encouraging users to follow the attached link.&lt;br /&gt;
&lt;br /&gt;
&lt;h2 id="g00d-stuff-sources"&gt;Sources of infection&lt;/h2&gt;MSN user receives a text message from one of the users in his contact list. A message can sometimes contain a provoking text and always contains a link to a site, containing a virus.&lt;br /&gt;
&lt;br /&gt;
Provoking message can be one (but not limited to) of these:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;"Album photo.zip" &lt;/li&gt;
&lt;li&gt;oh you and me? nah its me the clown again"&lt;/li&gt;
&lt;li&gt; "lool someone put ur photo here: D"&lt;/li&gt;
&lt;li&gt;"i want you to swim with me! send this file to swim with me!" &lt;/li&gt;
&lt;li&gt;"lool someone put ur photo here: D" &lt;/li&gt;
&lt;li&gt;"lol someone has put your photo here: D"&lt;/li&gt;
&lt;/ul&gt;Embedded link can be one of these:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;g00d-stuff.com&lt;/li&gt;
&lt;li&gt;username.bl1ng.info&lt;/li&gt;
&lt;li&gt;username.jumphost.info&lt;/li&gt;
&lt;li&gt;username.n1cestuff.info&lt;/li&gt;
&lt;li&gt;checkdiz.info&lt;/li&gt;
&lt;li&gt;username.awes0me.info&lt;/li&gt;
&lt;li&gt;username.ther1ng.info&lt;/li&gt;
&lt;li&gt;username.snapsh0t.info&lt;/li&gt;
&lt;li&gt;username.da-real-deal.info&lt;/li&gt;
&lt;li&gt;username.ch33se.info&lt;/li&gt;
&lt;li&gt;c0ol-th1ng.info&lt;/li&gt;
&lt;li&gt;imgeshack.info&lt;/li&gt;
&lt;li&gt;m0bil3.info&lt;/li&gt;
&lt;li&gt;imageloko.info&lt;/li&gt;
&lt;li&gt;imagedino.info&lt;/li&gt;
&lt;li&gt;imagealina.info&lt;/li&gt;
&lt;li&gt;hostapic.info&lt;/li&gt;
&lt;li&gt;holyimage.info&lt;/li&gt;
&lt;li&gt;imagrshak.info&lt;/li&gt;
&lt;li&gt;get-that-stuff.info&lt;/li&gt;
&lt;li&gt;coooool.info&lt;/li&gt;
&lt;li&gt;datsyou.com&lt;/li&gt;
&lt;li&gt;is-thatt-you.com&lt;/li&gt;
&lt;li&gt;is-dat-u.com&lt;/li&gt;
&lt;li&gt;thatzyou.com &lt;/li&gt;
&lt;/ul&gt;After visiting, the virus uses an unknown yet vulnerability of Firefox/Internet Explorer to infect the victims machine and distribute&amp;nbsp; itself by sending links to further contacts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 id="g00d-stuff-variations"&gt;Malicious website forms and variations&lt;/h2&gt;There are two known forms of g00d-stuff MSN worm page: The PICS FOR MSN FRIENDS phishing page and "FREE RINGTONES, WALLPAPERS, JAVA-GAMES" page etc.&lt;br /&gt;
&lt;br /&gt;
PICS FOR MSN PAGE will look similar to MSN login interface and will ask you to enter your MSN login credentials to proceed. &lt;b&gt;&lt;big&gt;DO NOT&lt;/big&gt;&lt;/b&gt; enter your credentials there under any circumstances.&lt;br /&gt;
&lt;br /&gt;
"FREE RINGTONES, WALLPAPERS, JAVA-GAMES" page looks like this (photo from Switzerland):&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="text-align: center; clear: both;"&gt;&lt;a href="http://4.bp.blogspot.com/_6cdJM5oXUS8/SKOQUAnmlbI/AAAAAAAAF_k/m779zezkMHM/s1600-h/g00d-stuff+dot+com+appearance+in+Switzerland" imageanchor="1" style="border: 0pt none ; background-color: transparent; margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="g00d-stuff.com virus-infected page appearance for swiss users" src="http://4.bp.blogspot.com/_6cdJM5oXUS8/SKOQUAnmlbI/AAAAAAAAF_k/HvHv4M1uPvY/s800-R/g00d-stuff+dot+com+appearance+in+Switzerland" style="border: 0pt none ;" title="g00d-stuff.com virus-infected page appearance for swiss users" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Both pages are heavily booby trapped with viruses and exploits, and if you use Windows and Firefox lower then version 3.0 or Internet Explorer - you are probably already infected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 id="g00d-stuff-vulnerable"&gt;Vulnerable platforms/browsers&lt;/h2&gt;List of known vulnerable platforms:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Windows 95/98/Me/2000/XP/2003/Vista &lt;/li&gt;
&lt;/ul&gt;List of known vulnerable browsers:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Internet Explorer&lt;/li&gt;
&lt;li&gt;Firefox 2.0&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;h2 id="g00d-stuff-firstthings"&gt;First things to do&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;First of all - DON'T PANIC! :)&lt;/li&gt;
&lt;li&gt;It really helps not to open the link, enclosed in the text message. However, you have probably already opened it - and that's why you are here&lt;/li&gt;
&lt;li&gt;Try to notify your friends and warn them not to open any links they will receive. &lt;/li&gt;
&lt;li&gt;You can also set a warning message as your status in MSN&lt;/li&gt;
&lt;li&gt;And if you didn't open the link - you are pretty much done :) If you actually did and you notice that you keep sending links to other people - proceed to g00d-stuff removal instructions&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 id="g00d-stuff-removal"&gt;How to remove http://g00d-stuff.com MSN virus from your system&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Download &lt;a href="http://sosvirus.changelog.fr/MSNFix.zip"&gt;MSNFix utility&lt;/a&gt; (yes, it is safe - I can clearly state it after checking the batch file code and finding other reputable sources linking to it (like &lt;a href="http://www.raymond.cc/blog/archives/2008/06/14/beware-of-pics-for-msn-friends-phishing-websites/" target="_blank"&gt;this&lt;/a&gt; site with 34 thousands subscribers)).&lt;/li&gt;
&lt;li&gt;Extract the contents into some directory on your hard drive (for example, &lt;b&gt;C:\MSNFix&lt;/b&gt;)&lt;/li&gt;
&lt;li&gt;Run &lt;b&gt;MSNFix.bat&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Choose your language&lt;/li&gt;
&lt;li&gt;Press &lt;b&gt;R&lt;/b&gt; to start virus scan&lt;/li&gt;
&lt;/ol&gt;&lt;span style="font-size:0.8em;"&gt;(&lt;b&gt;Update:&lt;/b&gt; Author of MSNFix has left &lt;a href="http://cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#c4671693823573241512"&gt;a comment&lt;/a&gt; here, asking for submission of all non-detected modifications of virus to &lt;a href="http://upload.changelog.fr/"&gt;http://upload.changelog.fr/&lt;/a&gt;. There you can leave your nickname, url where you've gotten the virus, your comment, and an infected file - so it will be analyzed and MSNFix will be updated to be able to cure your modification of MSNFix as well (Just in case: the button for download is marked &lt;b&gt;Envoyer&lt;/b&gt;, not &lt;b&gt;Annuler&lt;/b&gt;)).&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
After test and removal is performed (so you don't have any spyware/malware/keyloggers on your machine), you will need to reclaim your MSN account:&lt;br /&gt;
&lt;br /&gt;
1. Go to &lt;a href="http://login.live.com/"&gt;http://login.live.com&lt;/a&gt; web page and click on &lt;b&gt;Forgot Your Password&lt;/b&gt;.&lt;br /&gt;
2. Type in your MSN e-mail address, type the characters that appear in the &lt;b&gt;Picture&lt;/b&gt; box, and click &lt;b&gt;Continue&lt;/b&gt;.&lt;br /&gt;
3. Click &lt;b&gt;Send yourself a password reset e-mail message&lt;/b&gt;.&lt;br /&gt;
4. Click &lt;b&gt;Send Message&lt;/b&gt;.&lt;br /&gt;
5. Click &lt;b&gt;Done&lt;/b&gt; on the confirmation page.&lt;br /&gt;
6. Open your e-mail and follow the link in the e-mail message to reset your password.&lt;br /&gt;
7. On the &lt;b&gt;Confirm your e-mail address&lt;/b&gt; page, type your e-mail address, and then click &lt;b&gt;Continue&lt;/b&gt;.&lt;br /&gt;
8. Type your new password two times, and then click &lt;b&gt;Continue&lt;/b&gt;.&lt;br /&gt;
9. If you want to enter an “alternate” e-mail address, type the address two times, and then click &lt;b&gt;Continue&lt;/b&gt;. If you do not want to enter an “alternate” e-mail address, click &lt;b&gt;Skip&lt;/b&gt;.&lt;br /&gt;
10. When you receive the “&lt;b&gt;You’ve changed your password&lt;/b&gt;” message, click &lt;b&gt;Done&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to receive updates about the g00d-stuff virus activity and methods of removal, &lt;a href="http://feeds.feedburner.com/eterniel"&gt;subscribe to my rss feed&lt;/a&gt; - I will keep an eye on that one since couple of my friends are still infected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 id="g00d-stuff-references"&gt;References&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.commentcamarche.net/forum/affich-7887165-probleme-de-virus-type-http-g00d-stuff-com"&gt;First report of a new g00d-stuff form of known PICS FOR MSN FRIENDS virus (French)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://forum-aide-contre-virus.be/virus%20msn.html"&gt;Description and removal instructions page (French)&lt;/a&gt; (doesn't look very trustworthy to me to be honest)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sosvirus.changelog.fr/MSNFix.zip"&gt;MSNFix - MSN virus removal tool&lt;/a&gt; (zip file, 772kb)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.raymond.cc/blog/archives/2008/06/14/beware-of-pics-for-msn-friends-phishing-websites/"&gt;PICS FOR MSN FRIENDS description (English)&lt;/a&gt; - quite good and informative source&lt;/li&gt;
&lt;li&gt;&lt;a href="http://it.answers.yahoo.com/question/index?qid=20080813094606AA7oTvq"&gt;Relevant Yahoo! Answers thread (Italian)&lt;/a&gt; - good for watching for updates&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;This article has received hundreds of hits from Google by "g00d-stuff"-related queries in first hours after being published, meaning it has became a real threat due to unknown before vulnerability of Firefox. Judging by geographical locations of requests through the day (over a thousand), I can say that the most affected countries are USA, Canada, China, Hong Kong and Australia.&lt;div class="blogger-post-footer"&gt;&lt;br/&gt;&lt;br/&gt;&lt;i&gt;This post was originally posted at &lt;a href="http://cranked.me/"&gt;Home of the Cranked SEO&lt;/a&gt;&lt;/i&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/946428812470639584-5600294571270922979?l=www.cranked.me' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=3cIYgWmgQS0:Z6TIQSK4MP8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=3cIYgWmgQS0:Z6TIQSK4MP8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=3cIYgWmgQS0:Z6TIQSK4MP8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=3cIYgWmgQS0:Z6TIQSK4MP8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=3cIYgWmgQS0:Z6TIQSK4MP8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Eterniel?a=3cIYgWmgQS0:Z6TIQSK4MP8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Eterniel?i=3cIYgWmgQS0:Z6TIQSK4MP8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Eterniel/~4/3cIYgWmgQS0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.cranked.me/feeds/5600294571270922979/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5600294571270922979?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/946428812470639584/posts/default/5600294571270922979?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Eterniel/~3/3cIYgWmgQS0/msn-worm-virus-g00d-stuffcom-epidemy.html" title="MSN worm / virus g00d-stuff.com epidemic launch" /><author><name>Cranked</name><uri>http://www.blogger.com/profile/12112672407202581161</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="01958181988464391374" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_6cdJM5oXUS8/SKOQUAnmlbI/AAAAAAAAF_k/HvHv4M1uPvY/s72-Rc/g00d-stuff+dot+com+appearance+in+Switzerland" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://www.cranked.me/2008/08/msn-worm-virus-g00d-stuffcom-epidemy.html</feedburner:origLink></entry></feed>
