<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://pedroposada.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>interesting links</title>
 <link>http://pedroposada.com/category/blog/links</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Zebra css style</title>
 <link>http://pedroposada.com/blog/zebra-css-style</link>
 <description>&lt;p&gt;When using &quot;VIEWS&quot; you can insert this into your node.tpl.php. This will allow you to create Zebra style lists of teasers and/or full nodes.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div class=&amp;quot;&lt;font color=&quot;#000000&quot;&gt;&lt;font color=&quot;#0000BB&quot;&gt;&amp;lt;?php $zebra ?&amp;gt;&lt;/font&gt;&lt;/font&gt;&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/82241&quot; title=&quot;http://drupal.org/node/82241&quot;&gt;http://drupal.org/node/82241&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://pedroposada.com/blog/zebra-css-style#comments</comments>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Mon, 16 Jun 2008 13:10:56 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">39 at http://pedroposada.com</guid>
</item>
<item>
 <title>register_globals is enabled</title>
 <link>http://pedroposada.com/blog/registerglobals-enabled</link>
 <description>&lt;p&gt;Sometimes on some hosts you will get an error or warning after installing Drupal that says &quot;register_globals is enabled&quot;. You can correct this by creating a php.ini file in your drupal root directory and then inserting the following line of code:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;register_globals = Off&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;you can see the complete drupal post here: &lt;a href=&quot;http://drupal.org/node/216882&quot; title=&quot;http://drupal.org/node/216882&quot;&gt;http://drupal.org/node/216882&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://pedroposada.com/blog/registerglobals-enabled#comments</comments>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Mon, 12 May 2008 17:30:29 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">34 at http://pedroposada.com</guid>
</item>
<item>
 <title>Error 500 - Internal server error (1and1 hosting)</title>
 <link>http://pedroposada.com/blog/error-500-internal-server-error-1and1-hosting</link>
 <description>&lt;p&gt;Copy and paste the following line into your .htaccess file:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;AddType x-mapp-php5 .php&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;go to &lt;a href=&quot;http://drupal.org/node/232773&quot; title=&quot;http://drupal.org/node/232773&quot;&gt;http://drupal.org/node/232773&lt;/a&gt; for the complete drupal forum post.&lt;/p&gt;
&lt;p&gt;ADDITIONAL IMPORTANT INFORMATION&lt;/p&gt;
&lt;p&gt;Link to the FAQ&#039;s page in 1and1.com:&lt;br /&gt;
&lt;a href=&quot;http://faq.1and1.com//scripting_languages_supported/php/9.html&quot; title=&quot;http://faq.1and1.com//scripting_languages_supported/php/9.html&quot;&gt;http://faq.1and1.com//scripting_languages_supported/php/9.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What do I need to consider if I want to use PHP 5?&lt;/p&gt;
&lt;p&gt;With 1&amp;amp;1 Linux hosting packages you have the choice between PHP 4 and&lt;br /&gt;
PHP 5. To distinguish a script as PHP 5, simply name the script with the file&lt;br /&gt;
extension .php5.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pedroposada.com/blog/error-500-internal-server-error-1and1-hosting&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/error-500-internal-server-error-1and1-hosting#comments</comments>
 <category domain="http://pedroposada.com/category/blog/htaccess">.htaccess</category>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Mon, 12 May 2008 17:18:41 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">33 at http://pedroposada.com</guid>
</item>
<item>
 <title>Access content denied for anonymous user</title>
 <link>http://pedroposada.com/blog/access-content-denied-anonymous-user</link>
 <description>&lt;p&gt;I have come across this issue many times now. It started to appear in Drupal 5.x . The reason is not completely clear to me but some say that it has something to do with the tac_lite module. It seems that when you enable this module and then you disable it, it won&#039;t properly restore the node_access table in the database. It won&#039;t create the default node_access row. To fix it, just run the following query:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pedroposada.com/blog/access-content-denied-anonymous-user&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/access-content-denied-anonymous-user#comments</comments>
 <category domain="http://pedroposada.com/category/blog/drupalrecipe">drupal recipe</category>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Wed, 16 Apr 2008 14:40:08 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">27 at http://pedroposada.com</guid>
</item>
<item>
 <title>BadVista.org: Stopping Microsoft Windows Vista adoption by promoting free software</title>
 <link>http://pedroposada.com/blog/badvistaorg-stopping-microsoft-windows-vista-adoption-promoting-free-software</link>
 <description>&lt;p align=&quot;center&quot;&gt;I think this is an interesting link. &lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://badvista.fsf.org/&quot;&gt; http://badvista.fsf.org/&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://badvista.fsf.org/blog&quot;&gt;&lt;div&gt;&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://badvista.fsf.org/logos/BadVista_no_littering.png&quot; alt=&quot;Read and comment at the BadVista.org blog&quot; title=&quot;Read and comment at the BadVista.org blog&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/badvistaorg-stopping-microsoft-windows-vista-adoption-promoting-free-software#comments</comments>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Fri, 14 Mar 2008 14:26:09 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">20 at http://pedroposada.com</guid>
</item>
</channel>
</rss>
