<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.seo-expert-blog.com">
<channel>
 <title>SEO Expert Blog</title>
 <link>http://www.seo-expert-blog.com</link>
 <description>SEO Expert Blog is a blog about SEO, tools, Drupal, PHP, jQuery, CSS, and everything else. Sometimes serious sometimes not.</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/seoexpertblog" type="application/rss+xml" /><item>
 <title>Drupal 6 XML Sitemap for Nodes</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/282397809/drupal-6-xml-sitemap-for-nodes</link>
 <description>&lt;p&gt;After &lt;a href="http://www.seo-expert-blog.com/blog/site-upgraded-to-drupal-6"&gt;upgrading to Drupal 6&lt;/a&gt; I opted for a quick and dirty &lt;a href="http://www.sitemaps.org/"&gt;XML sitemap&lt;/a&gt; approach. Before I was using the &lt;a href="http://drupal.org/project/xmlsitemap"&gt;XML Sitemap module&lt;/a&gt; which is currently available for Drupal 6 as a development snapshot or directly from CVS. The module offers settings for priority and change frequency. Moreover the module allows for adding taxonomy term and user URLs to the sitemap.&lt;/p&gt;
&lt;p&gt;I only wanted nodes and the front page to appear in the sitemap's XML output without priority or change frequency information. Having the path and &lt;a href="http://drupal.org/project/pathauto"&gt;pathauto&lt;/a&gt; modules enabled, which ensure that every node gets a meaningful and search engine friendly URL, a simple database query joining two tables is enough to get the necessary data for all published nodes.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/tutorial/drupal-6-xml-sitemap-for-nodes" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=KbU7kH"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=KbU7kH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=1pYCDh"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=1pYCDh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=SM9Koh"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=SM9Koh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=whdzSh"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=whdzSh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=oopK8H"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=oopK8H" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=AsIDIh"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=AsIDIh" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/tutorial/drupal-6-xml-sitemap-for-nodes#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/code-snippet">Code Snippet</category>
 <category domain="http://www.seo-expert-blog.com/keywords/drupal">Drupal</category>
 <category domain="http://www.seo-expert-blog.com/keywords/php">PHP</category>
 <category domain="http://www.seo-expert-blog.com/keywords/sql">SQL</category>
 <category domain="http://www.seo-expert-blog.com/keywords/xml-sitemap">XML Sitemap</category>
 <pubDate>Fri, 02 May 2008 22:43:46 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">212 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/tutorial/drupal-6-xml-sitemap-for-nodes</feedburner:origLink></item>
<item>
 <title>Site Upgraded to Drupal 6</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/267252845/site-upgraded-to-drupal-6</link>
 <description>&lt;p&gt;This site is now running on &lt;a href="http://drupal.org/drupal-6.0"&gt;Drupal 6&lt;/a&gt;, yeah! The basic part of the upgrade process was straightforward:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Backing up the site with a &lt;a href="http://drupal.org/node/59373"&gt;backup script&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Deactivating all contrib modules and themes.&lt;/li&gt;
&lt;li&gt;Moving the Drupal 5 files to a new directory.&lt;/li&gt;
&lt;li&gt;Unpacking Drupal 6 and contrib modules in the web root directory.&lt;/li&gt;
&lt;li&gt;Running the database update script.&lt;/li&gt;
&lt;li&gt;Activating contrib modules and themes.&lt;/li&gt;
&lt;li&gt;Running the database update script again.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you plan to upgrade a Drupal site without having done so before, I highly recommend this &lt;a href="http://www.lullabot.com/videocast/upgrading_from_drupal_4_7_x_to_drupal_5_x"&gt;screencast by Angie Byron&lt;/a&gt;. The video walks you through upgrading a site from Drupal 4.7 to Drupal 5, but most of the information applies to a Drupal 5 to 6 upgrade as well. Also read the &lt;a href="http://drupal.org/upgrade/"&gt;Upgrading Handbook&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/blog/site-upgraded-to-drupal-6" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=DwQv5zG"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=DwQv5zG" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=PhwfbPg"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=PhwfbPg" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=mRcOAYg"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=mRcOAYg" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=JQ6j30g"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=JQ6j30g" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=G1ROyzG"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=G1ROyzG" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=0HMFKNg"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=0HMFKNg" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/blog/site-upgraded-to-drupal-6#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/coder">Coder</category>
 <category domain="http://www.seo-expert-blog.com/keywords/documentation">Documentation</category>
 <category domain="http://www.seo-expert-blog.com/keywords/drupal">Drupal</category>
 <category domain="http://www.seo-expert-blog.com/keywords/module">Module</category>
 <category domain="http://www.seo-expert-blog.com/keywords/screenshot">Screenshot</category>
 <category domain="http://www.seo-expert-blog.com/keywords/upgrade">Upgrade</category>
 
 <pubDate>Wed, 09 Apr 2008 21:44:36 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">211 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/blog/site-upgraded-to-drupal-6</feedburner:origLink><enclosure url="http://feeds.feedburner.com/~r/seoexpertblog/~5/267252846/coder-code-review-screen.jpg" length="56506" type="image/jpeg" /><feedburner:origEnclosureLink>http://www.seo-expert-blog.com/sites/default/files/coder-code-review-screen.jpg</feedburner:origEnclosureLink></item>
<item>
 <title>How to SEO Drupal - Video by Brian Chappell</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/237152558/how-to-seo-drupal-video-by-brian-chappell</link>
 <description>&lt;p&gt;In this short video Search Engine Marketer &lt;a href="http://www.brianchappell.com/"&gt;Brian Chappell&lt;/a&gt; recommends some basic SEO measures for a Drupal site. Since Drupal is very search engine friendly out of the box, there are not many things you need to do.&lt;/p&gt;
&lt;p&gt;Brian recommends to activate the core path module and to additionally install the &lt;a href="http://drupal.org/project/page_title"&gt;Page Title&lt;/a&gt;, &lt;a href="http://drupal.org/project/globalredirect"&gt;Global Redirect&lt;/a&gt;, and &lt;a href="http://drupal.org/project/nodewords"&gt;Meta Tags&lt;/a&gt; modules. In his accompanying &lt;a href="http://www.brianchappell.com/drupal-seo-tutorial/"&gt;blog post&lt;/a&gt; are also some notes on the .htaccess and robots.txt files.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/video/how-to-seo-drupal-video-by-brian-chappell" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=RIoCOpE"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=RIoCOpE" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=SgsPvhe"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=SgsPvhe" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=XXO8AHe"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=XXO8AHe" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=SrJmc0e"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=SrJmc0e" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=kVEt5oE"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=kVEt5oE" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=wZBe36e"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=wZBe36e" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/video/how-to-seo-drupal-video-by-brian-chappell#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/drupal">Drupal</category>
 <category domain="http://www.seo-expert-blog.com/keywords/module">Module</category>
 <category domain="http://www.seo-expert-blog.com/keywords/seo">SEO</category>
 <category domain="http://www.seo-expert-blog.com/keywords/video">Video</category>
 <pubDate>Mon, 18 Feb 2008 20:09:39 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">210 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/video/how-to-seo-drupal-video-by-brian-chappell</feedburner:origLink></item>
<item>
 <title>Drupal 6 Released - AHAH Forms</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/234569520/drupal-6-released-ahah-forms</link>
 <description>&lt;p&gt;&lt;a href="http://drupal.org/drupal-6.0"&gt;Drupal 6&lt;/a&gt; was released today. One of the most exciting new features to me &amp;mdash; I only recently learned about &amp;mdash; is that the AHAH (Asychronous HTML and HTTP) framework made it into the Drupal core. This means you can create asychronous HTTP request, commonly referred to as AJAX, without writing a single line of JavaScript code.&lt;/p&gt;
&lt;p&gt;The new &lt;a href="http://api.drupal.org/api/file/developer/topics/forms_api_reference.html/6#ahah"&gt;Forms API&lt;/a&gt; comes with an &lt;code&gt;#ahah&lt;/code&gt; attribute that lets you specify the trigger event, e.g. a mouse click, the callback URL that will be requested after the event occurred and the ID value of the HTML element where the server response will be displayed. Pretty awesome stuff.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/blog/drupal-6-released-ahah-forms" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=cPBdAhE"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=cPBdAhE" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=K5bO1Me"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=K5bO1Me" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=8CR05xe"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=8CR05xe" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=Rn6GeSe"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=Rn6GeSe" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=2PV0vbE"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=2PV0vbE" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=KIfEXYe"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=KIfEXYe" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/blog/drupal-6-released-ahah-forms#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/ahah">AHAH</category>
 <category domain="http://www.seo-expert-blog.com/keywords/ajax">AJAX</category>
 <category domain="http://www.seo-expert-blog.com/keywords/cms">CMS</category>
 <category domain="http://www.seo-expert-blog.com/keywords/drupal">Drupal</category>
 <category domain="http://www.seo-expert-blog.com/keywords/open-source">Open Source</category>
 <category domain="http://www.seo-expert-blog.com/keywords/release">Release</category>
 <pubDate>Wed, 13 Feb 2008 20:53:27 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">208 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/blog/drupal-6-released-ahah-forms</feedburner:origLink></item>
<item>
 <title>ShoppingAds - CPA and CPC Advertising</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/228524288/shoppingads</link>
 <description>&lt;p&gt;ShoppingAds (formerly AuctionAds) is a Drupal module for adding shoppingads.com CPA and CPC advertising banners to nodes of selected node types.&lt;/p&gt;
&lt;h3&gt;Module Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enter ad keywords or let them be added automatically by using the terms associated with a node.&lt;/li&gt;
&lt;li&gt;If terms are used as ad keywords you can limit the number of terms to be used as search terms.&lt;/li&gt;
&lt;li&gt;Restrict terms used as ad keywords to a selected vocabulary.&lt;/li&gt;
&lt;li&gt;Select from 12 Ad formats.&lt;/li&gt;
&lt;li&gt;Support for shoppingads ad campaigns.&lt;/li&gt;
&lt;li&gt;Select the weight to position the ads above or below the content.&lt;/li&gt;
&lt;li&gt;Select whether to display ads in full view and or teaser view.&lt;/li&gt;
&lt;li&gt;Select the node types you want ads to be displayed.&lt;/li&gt;
&lt;li&gt;Enter color values for border, background, heading, description and links.&lt;/li&gt;
&lt;li&gt;Select the ad style or attitude.&lt;/li&gt;
&lt;li&gt;Specify whether to open ad links in new windows.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/tools/cms/drupal/modules/shoppingads" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=EeqsQ7E"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=EeqsQ7E" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=TYfJUce"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=TYfJUce" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=ESzxiee"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=ESzxiee" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=iyzwqwe"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=iyzwqwe" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=BEqZSwE"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=BEqZSwE" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=HErBwOe"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=HErBwOe" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/tools/cms/drupal/modules/shoppingads#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/advertising">Advertising</category>
 <category domain="http://www.seo-expert-blog.com/keywords/drupal">Drupal</category>
 <category domain="http://www.seo-expert-blog.com/keywords/module">Module</category>
 <category domain="http://www.seo-expert-blog.com/keywords/open-source">Open Source</category>
 <category domain="http://www.seo-expert-blog.com/keywords/shoppingads">ShoppingAds</category>
 <category domain="http://www.seo-expert-blog.com/keywords/web-development">Web Development</category>
 <pubDate>Sun, 03 Feb 2008 21:22:34 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">125 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/tools/cms/drupal/modules/shoppingads</feedburner:origLink></item>
<item>
 <title>Nigeria Facebook Spam Hit my Inbox</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/219848035/nigeria-facebook-spam-hit-my-inbox</link>
 <description>&lt;p&gt;Since &lt;a href="http://www.facebook.com/"&gt;Facebook&lt;/a&gt; made it's API for developing Facebook Apps available, producing spam with Facebook is virtually inevitable, if you are an active Facebook user. Many Facebook Apps are somehow funny and entertaining, so to send hundreds or thousands of invitations and messages per day to your Facebook friends doesn't really feel like spamming.&lt;/p&gt;
&lt;p&gt;Alas, everything seems to come back sometime. I just received a message from a Nigerian woman who wrote me a novel about her life and looks for someone or something. Since it's the first time I noticed this venerable type of spam coming through Facebook it feels a bit less spammy than usually.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=QJ5vl5D"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=QJ5vl5D" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=j2X4MMd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=j2X4MMd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=zLmVgOd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=zLmVgOd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=qBtnznd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=qBtnznd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=xizlIoD"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=xizlIoD" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=iw9jQvd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=iw9jQvd" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/blog/nigeria-facebook-spam-hit-my-inbox#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/facebook">Facebook</category>
 <category domain="http://www.seo-expert-blog.com/keywords/spam">Spam</category>
 <pubDate>Sun, 20 Jan 2008 14:23:16 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">206 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/blog/nigeria-facebook-spam-hit-my-inbox</feedburner:origLink></item>
<item>
 <title>Finally Watched the Theme Developer Screencast</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/219838044/finally-watched-the-theme-developer-screencast</link>
 <description>&lt;p&gt;I first heard about the Theme Developer module in &lt;a href="http://www.lullabot.com/audiocast/lullabot-podcast-52-ghop"&gt;Lullabot Podcast No. 52&lt;/a&gt;. This new Drupal 6 module is part of the great &lt;a href="http://drupal.org/project/devel"&gt;Devel Package&lt;/a&gt;, that helps developing for Drupal in many ways.&lt;/p&gt;
&lt;p&gt;Yesterday, I watched the &lt;a href="http://www.tejasa.com/node/148"&gt;Theme Developer Screencast&lt;/a&gt; where Moshe Weitzman guides us on how to use the Theme Developer module and what can be done with it. &lt;a href="http://www.tejasa.com/"&gt;Moshe Weitzman&lt;/a&gt;, &lt;a href="http://www.jjeff.com/"&gt;Jeff Robbins&lt;/a&gt;, and &lt;a href="http://www.dvessel.com/"&gt;Joon Park&lt;/a&gt; did nothing less than creating the &lt;a href="http://www.getfirebug.com/"&gt;Firebug&lt;/a&gt; for Drupal theming, wow!&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/blog/finally-watched-the-theme-developer-screencast" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=ypxV47D"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=ypxV47D" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=f8vlv1d"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=f8vlv1d" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=hK4AFpd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=hK4AFpd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=9o7pgHd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=9o7pgHd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=QAk5HmD"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=QAk5HmD" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=O6je8Hd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=O6je8Hd" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/blog/finally-watched-the-theme-developer-screencast#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/drupal">Drupal</category>
 <category domain="http://www.seo-expert-blog.com/keywords/firebug">Firebug</category>
 <category domain="http://www.seo-expert-blog.com/keywords/module">Module</category>
 <category domain="http://www.seo-expert-blog.com/keywords/screencast">Screencast</category>
 <category domain="http://www.seo-expert-blog.com/keywords/theming">Theming</category>
 <category domain="http://www.seo-expert-blog.com/keywords/web-development">Web Development</category>
 <pubDate>Sun, 20 Jan 2008 13:46:07 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">205 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/blog/finally-watched-the-theme-developer-screencast</feedburner:origLink></item>
<item>
 <title>Again a Google Toolbar PageRank Update!?</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/215514190/again-a-google-toolbar-pagerank-update</link>
 <description>&lt;p&gt;It looks like Google updated the toolbar PageRank again. The &lt;a href="http://www.quirk.biz/searchstatus/"&gt;Search Status&lt;/a&gt; Firefox extensions just informed me about that. Two of my sites, including SEO Expert Blog, each lost one point. Additionally, I tried some &lt;a href="http://www.seo-expert-blog.com/blog/ultimate-collection-of-free-seo-tools"&gt;free online SEO tools&lt;/a&gt; to check what they tell me, but none of them returned any data on PageRank, so I assume that Search Status tells the truth.&lt;/p&gt;
&lt;p&gt;The Google toolbar could help here, but I really don't want to install that Google spyware extension. Anyway, as long as the traffic that comes from the big G does not decrease, I don't give a toss about it. Even if it decreases, I won't let Google dictate how I build my websites.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/blog/again-a-google-toolbar-pagerank-update" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=wM4HzsD"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=wM4HzsD" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=ok4AIWd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=ok4AIWd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=ofjvQ8d"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=ofjvQ8d" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=XYOpDid"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=XYOpDid" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=LVavAvD"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=LVavAvD" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=Bsuschd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=Bsuschd" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/blog/again-a-google-toolbar-pagerank-update#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/extension">Extension</category>
 <category domain="http://www.seo-expert-blog.com/keywords/firefox">Firefox</category>
 <category domain="http://www.seo-expert-blog.com/keywords/google">Google</category>
 <category domain="http://www.seo-expert-blog.com/adwords/google">Google</category>
 <category domain="http://www.seo-expert-blog.com/keywords/pagerank">PageRank</category>
 <category domain="http://www.seo-expert-blog.com/keywords/seo">SEO</category>
 <category domain="http://www.seo-expert-blog.com/keywords/toolbar">Toolbar</category>
 <category domain="http://www.seo-expert-blog.com/keywords/tools">Tools</category>
 <category domain="http://www.seo-expert-blog.com/keywords/update">Update</category>
 <pubDate>Sat, 12 Jan 2008 12:51:38 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">204 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/blog/again-a-google-toolbar-pagerank-update</feedburner:origLink></item>
<item>
 <title>David Lynch Bashes the iPhone</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/211687569/david-lynch-bashes-the-iphone</link>
 <description>&lt;p&gt;The famous movie director David Lynch advises to &lt;cite&gt;get real&lt;/cite&gt; and not watch movies on your &lt;cite&gt;fucking telephone&lt;/cite&gt;. He surely not only bashes the iPhone here but any mobile device with a small screen that can be used to play back video.&lt;/p&gt;
&lt;p&gt;From a visual artist's point of it's comprehensible to not promote watching movies, clips, etc. on iPhone, iPod and whatever these devices are named. Anyway, for listening to music, making phone calls or exchanging messages a smart phone like the iPhone is a useful gadget.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/video/david-lynch-bashes-the-iphone" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=5qTaNED"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=5qTaNED" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=r3zNqCd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=r3zNqCd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=juzocad"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=juzocad" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=5s5V9hd"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=5s5V9hd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=G0dQZmD"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=G0dQZmD" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=tgrC1md"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=tgrC1md" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/video/david-lynch-bashes-the-iphone#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/commercial">Commercial</category>
 <category domain="http://www.seo-expert-blog.com/keywords/contest">Contest</category>
 <category domain="http://www.seo-expert-blog.com/keywords/david-lynch">David Lynch</category>
 <category domain="http://www.seo-expert-blog.com/keywords/gadget">Gadget</category>
 <category domain="http://www.seo-expert-blog.com/keywords/iphone">iPhone</category>
 <category domain="http://www.seo-expert-blog.com/keywords/movie">Movie</category>
 <category domain="http://www.seo-expert-blog.com/keywords/satire">Satire</category>
 <category domain="http://www.seo-expert-blog.com/keywords/video">Video</category>
 <category domain="http://www.seo-expert-blog.com/keywords/wtf">WTF</category>
 <pubDate>Sat, 05 Jan 2008 13:47:10 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">203 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/video/david-lynch-bashes-the-iphone</feedburner:origLink></item>
<item>
 <title>Gotta Digg - The Unoffcial Digg Hymn</title>
 <link>http://feeds.feedburner.com/~r/seoexpertblog/~3/206123873/gotta-digg-the-unoffcial-digg-hymn</link>
 <description>&lt;p&gt;Is this catchy acoustic tune sang by three nice looking girls meant ironically or are the 3 performers true Digg lovers? Anyway, &lt;a href="http://www.twoweeksforkina.com/blog/2007/12/day-6-gotta-digg_23.html"&gt;Kina&lt;/a&gt; and her two friends deserve respect for this soon-to-become-a-classic Digg hymn, called &lt;em&gt;Gotta Digg!&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;My favorite verse is number two because of it's brilliant lyrics which go like that:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.seo-expert-blog.com/video/gotta-digg-the-unoffcial-digg-hymn" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=J19KMsC"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=J19KMsC" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=VOPQ91c"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=VOPQ91c" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=Rb7UsOc"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=Rb7UsOc" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=w5wWcNc"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=w5wWcNc" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=qsSQiSC"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=qsSQiSC" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/seoexpertblog?a=fFvwiec"&gt;&lt;img src="http://feeds.feedburner.com/~f/seoexpertblog?i=fFvwiec" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.seo-expert-blog.com/video/gotta-digg-the-unoffcial-digg-hymn#comments</comments>
 <category domain="http://www.seo-expert-blog.com/keywords/digg">Digg</category>
 <category domain="http://www.seo-expert-blog.com/keywords/fun">Fun</category>
 <category domain="http://www.seo-expert-blog.com/keywords/gotta-digg">Gotta Digg</category>
 <category domain="http://www.seo-expert-blog.com/keywords/hymn">Hymn</category>
 <category domain="http://www.seo-expert-blog.com/keywords/kina">Kina</category>
 <category domain="http://www.seo-expert-blog.com/keywords/song">Song</category>
 <category domain="http://www.seo-expert-blog.com/keywords/video">Video</category>
 <pubDate>Tue, 25 Dec 2007 11:50:09 +0100</pubDate>
 <dc:creator>ramiro</dc:creator>
 <guid isPermaLink="false">202 at http://www.seo-expert-blog.com</guid>
<feedburner:origLink>http://www.seo-expert-blog.com/video/gotta-digg-the-unoffcial-digg-hymn</feedburner:origLink></item>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=seoexpertblog</feedburner:awareness></channel>
</rss>
