<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.mauricemengel.de"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>mauricemengel.de - Drupal</title>
 <link>http://www.mauricemengel.de/taxonomy/term/38/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Remote Drupal Admin</title>
 <link>http://www.mauricemengel.de/content/remote-drupal-admin</link>
 <description>&lt;p&gt;I have too many drupal sites now and updating modules etc (i.e. standard tasks) start to get annoying. I wonder if there are already tools to control drupal remotely and if I should write some small scripts using WWW::Mechanize or something else.&lt;/p&gt;
&lt;p&gt;Also, I wonder if I should write web tests for the drupal sites I am developing.&lt;/p&gt;
&lt;p&gt;This is just an idea. Here are some links I find helpful:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.thomas-fahle.de/talks/WWW-Mechanize.pdf&quot; title=&quot;http://www.thomas-fahle.de/talks/WWW-Mechanize.pdf&quot;&gt;http://www.thomas-fahle.de/talks/WWW-Mechanize.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/&quot; title=&quot;http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/&quot;&gt;http://www.distinctquality.com/blog/2007/01/30/automated-testing-with-perl/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.perl.com/pub/a/2004/06/04/recorder.html&quot; title=&quot;http://www.perl.com/pub/a/2004/06/04/recorder.html&quot;&gt;http://www.perl.com/pub/a/2004/06/04/recorder.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ia360627.us.archive.org/3/items/RandalL.SchwartzPerlWebTesting/PerlWebTesting.pdf&quot; title=&quot;http://ia360627.us.archive.org/3/items/RandalL.SchwartzPerlWebTesting/PerlWebTesting.pdf&quot;&gt;http://ia360627.us.archive.org/3/items/RandalL.SchwartzPerlWebTesting/Pe...&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What would be easy?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;test if site is up&lt;/li&gt;
&lt;li&gt;execute update.php, cron.php&lt;/li&gt;
&lt;li&gt;report/show drupal error messages&lt;/li&gt;
&lt;/ul&gt;</description>
 <comments>http://www.mauricemengel.de/content/remote-drupal-admin#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <pubDate>Mon, 19 Oct 2009 13:35:05 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1236 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>Drupal Taxonomy Menus</title>
 <link>http://www.mauricemengel.de/content/drupal-taxonomy-menus</link>
 <description>&lt;p&gt;puh. I think this was the third attempt I tried to fix this problem. Finally, it seems to work. As so often, the problem seems usual enough and one sometimes wonders that Drupal is not better with these very common things. But, let&#039;s be more concrete.&lt;/p&gt;
&lt;p&gt;I have a site where I want to display news. News are classified in various categories using taxonomy terms. Now, I want these categories to appear in the menu and the menu items active when I see the posts. Just common-sense functionality, one would think.&lt;/p&gt;
&lt;p&gt;I am sure there are different ways how to accomplish this with Drupal, but menu trails does NOT work. I ended up using taxonomy menu for part of the job. Since recently, this nice module populates the-menu-of-your-choice, but does not hamper anymore with the activity. (If I got it right, about the module history). Actually, that&#039;s fine and almost works on its own.&lt;/p&gt;
&lt;p&gt;I make a new vocabulary for my news categories. (It still sucks that I cannot move my terms from one taxonomy to another, but this is not my topic here.) I add this vocabulary to my primary menu. Fine. In primary I have the vocabulary, in secondary the next level with the categories, like this&lt;/p&gt;
&lt;p&gt;News&lt;/p&gt;
&lt;p&gt;-my project news&lt;/p&gt;
&lt;p&gt;-other projects&lt;/p&gt;
&lt;p&gt;-site news&lt;/p&gt;
&lt;p&gt;If I click on &quot;News&quot;, the resulting page has News active. Right!&lt;/p&gt;
&lt;p&gt;If I click on &quot;other projects&quot;, the resulting page has &quot;other projects&quot; active. Right!&lt;/p&gt;
&lt;p&gt;If I click on a specific posting with this taxonomy term, there is nothing active. NOT GOOD!&lt;/p&gt;
&lt;p&gt;Googling brings me to menu trails. If have tried that before. I think, it works only for less levels menu. I finally find &quot;Node breadcumb&quot; and that saves my day. With it you can set up simple rules. I link the taxonomy term &quot;news&quot; with my menu item of the same name. I have to do it for all terms, but not for all posts! So only three times for my example. And I am done! Works intuitively.&lt;/p&gt;
&lt;p&gt;Now, I should think that is could be done programmatically, but I don&#039;t need this right now!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/node_breadcrumb&quot; title=&quot;http://drupal.org/project/node_breadcrumb&quot;&gt;http://drupal.org/project/node_breadcrumb&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.mauricemengel.de/content/drupal-taxonomy-menus#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <pubDate>Fri, 15 May 2009 17:16:17 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1204 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>Pixture Reloaded</title>
 <link>http://www.mauricemengel.de/content/pixture-reloaded-0</link>
 <description>&lt;img src=&quot;http://www.mauricemengel.de/system/files/images/pixtureReloaded.preview.png&quot; alt=&quot;Pixture Reloaded&quot; title=&quot;Pixture Reloaded&quot;  class=&quot;image image-preview &quot; width=&quot;640&quot; height=&quot;480&quot; /&gt;</description>
 <comments>http://www.mauricemengel.de/content/pixture-reloaded-0#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/7">Screenshots</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <pubDate>Tue, 09 Dec 2008 01:57:40 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1183 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>Pixture Reloaded</title>
 <link>http://www.mauricemengel.de/content/pixture-reloaded</link>
 <description>&lt;span class=&quot;inline inline-right&quot;&gt;&lt;a href=&quot;/content/pixture-reloaded-0&quot;&gt;&lt;img rel=&quot;lightbox&quot; src=&quot;http://www.mauricemengel.de/system/files/images/pixtureReloaded.thumbnail.png&quot; alt=&quot;Pixture Reloaded&quot; title=&quot;Pixture Reloaded&quot;  class=&quot;image image-thumbnail &quot; width=&quot;100&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;caption&quot; style=&quot;width: 98px;&quot;&gt;&lt;strong&gt;Pixture Reloaded&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;Hm. I liked Pixture from my first day with drupal. Lately, I had a look at the updated version of Pixture Reloaded. It comes with an optional DHTML menu since recently. Not too bad.

But several things bug me, so in this blog, I try to document the changes I make at the theme, so that I could make them again if I have, too ;-).

1. I want the dynamic menu to look more the original one (bold writing).
2. I want secondary links that are independent
3. I more 3d effect on the superfish menu. I mean darker areas tend to look lower, while lighter areas look higher.

That&#039;s it so far&lt;div class=&quot;image-clear&quot;&gt;&lt;/div&gt;</description>
 <comments>http://www.mauricemengel.de/content/pixture-reloaded#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <pubDate>Mon, 08 Dec 2008 21:28:58 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1182 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>Marinelli Theme</title>
 <link>http://www.mauricemengel.de/content/marinelli-theme</link>
 <description>&lt;span class=&quot;inline inline-right&quot;&gt;&lt;a href=&quot;/content/marinelli-new-secondary-links&quot;&gt;&lt;img rel=&quot;lightbox&quot; src=&quot;http://www.mauricemengel.de/system/files/images/marinelli-new%20secondaryLinks.thumbnail.png&quot; alt=&quot;Marinelli New Secondary Links: Marinelli new secondary links&quot; title=&quot;Marinelli New Secondary Links: Marinelli new secondary links&quot;  class=&quot;image image-thumbnail &quot; width=&quot;100&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;caption&quot; style=&quot;width: 98px;&quot;&gt;&lt;strong&gt;Marinelli New Secondary Links: &lt;/strong&gt;Marinelli new secondary links&lt;/span&gt;&lt;/span&gt;I really like the &lt;a href=&quot;http://drupal.org/project/marinelli&quot; target=&quot;_blank&quot; title=&quot;Marinelli&quot;&gt;Marinelli&lt;/a&gt; theme by Matteo Leoni. I intend to use it for the new &lt;a href=&quot;/esem&quot; target=&quot;_blank&quot; title=&quot;ESEM&quot;&gt;ESEM &lt;/a&gt;site. I has few issues with text, that it is not very Drupal compliant. &lt;br /&gt;
&lt;br /&gt;
Also, I think I will need to define some styles to make working with the WYSIWYG editor easier. I need &lt;br /&gt;
&lt;ul&gt;
	&lt;li&gt;real blockquotes that I can use for quotes. &lt;/li&gt;
	&lt;li&gt;I also need some headlines. I think there are some defined in typography.css, but I don&#039;t think Matteo Leoni is using them much on his signalkuppe.com&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Well, my biggest problem with that theme so far are the secondary links. I don&#039;t like the organge color and I think they are too obvious. I would like to have them more decent at the top right. IAnd smaller. Less obstrusive.  I guess, I have bluemarine in mind.&lt;br /&gt;
&lt;br /&gt;
So maybe I should start with understanding how the page is split up in &amp;quot;blocks&amp;quot; (or however you wanna call it).&lt;br /&gt;
&lt;br /&gt;
In order to get this change, I needed to change
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;graphics.css&lt;/li&gt;
	&lt;li&gt;layout.css &lt;/li&gt;
	&lt;li&gt;links.css&lt;/li&gt;
	&lt;li&gt;page.tpl.php&lt;/li&gt;
	&lt;li&gt;typography.css&lt;/li&gt;
&lt;/ul&gt;
I cannot really say that I understand .css or that I would even like it, but it seems to work. I try to attach those files so, I can redo them again when Mateo decides to update his theme...
&lt;p&gt;
Oh, I forgot to change links.css. I want them underlined and the need a
hover effect. Let&#039;s see, maybe I can still do it, but I won&#039;t make a
new screenshot.&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;image-clear&quot;&gt;&lt;/div&gt;&lt;table id=&quot;attachments&quot; class=&quot;sticky-enabled&quot;&gt;
 &lt;thead&gt;&lt;tr&gt;&lt;th&gt;Attachment&lt;/th&gt;&lt;th&gt;Size&lt;/th&gt; &lt;/tr&gt;&lt;/thead&gt;
&lt;tbody&gt;
 &lt;tr class=&quot;odd&quot;&gt;&lt;td&gt;&lt;a href=&quot;http://www.mauricemengel.de/system/files/marinelli-changes20081206.zip&quot;&gt;marinelli-changes20081206.zip&lt;/a&gt;&lt;/td&gt;&lt;td&gt;10.49 KB&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</description>
 <comments>http://www.mauricemengel.de/content/marinelli-theme#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <enclosure url="http://www.mauricemengel.de/system/files/marinelli-changes20081206.zip" length="10745" type="application/zip" />
 <pubDate>Sat, 06 Dec 2008 20:43:27 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1180 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>Drupal migrated</title>
 <link>http://www.mauricemengel.de/content/drupal-migrated</link>
 <description>Another personal drupal milestone: For the first time, I migrated a drupal site from one provider to another in real-life circumstances. By the way, I transferred from a multi-site to a single site with absolutely no database problem. 

Drupal seems to be quite robust.&lt;br /&gt;&lt;br /&gt;By far the biggest problem was that the new provider doteasy.com has php register_globals on by default. I had to write them an e-mail so that they turn off that option. It was completely impossible to change any local setting. But they reacted pretty fast, so problem solved. 

&lt;br /&gt;&lt;br /&gt;The other problem was the slow upload. It lasted hours to upload 10 MB of drupal modules. I guess the speed doesn&#039;t get better with me being in Germany and doteasy.com beeing based in the US.

&lt;br /&gt;&lt;br /&gt;The upside of all this is that doteasy have a newer php Version (5.x) than old site, so I could try some new modules that require new php which kills more valuable time...</description>
 <comments>http://www.mauricemengel.de/content/drupal-migrated#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <pubDate>Thu, 04 Dec 2008 06:55:25 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1177 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>Drupal Mirror Plans</title>
 <link>http://www.mauricemengel.de/content/drupal-mirror-plans</link>
 <description>I recently set up a simple backup script that downloads my Drupal site and backs it up. The result is a zipped file that I hardly ever look at. Now for backup, but also for testing, it would be much nicer to have a script that mirrors my site as it is this moment to an active environment on localhost. Then you can check if the backup worked and you can easily start experimenting with new stuff (modules) without exposing your production server to any risk.

&lt;br /&gt;&lt;br /&gt;To get a simple version of this functionality, what were the steps to get this running?&lt;br /&gt;&lt;ul&gt;&lt;li&gt;use a Drupal module to backup the DB, &lt;br /&gt;&lt;/li&gt;&lt;li&gt;then download the whole site (including DB backup) into a local folder on localhost, &lt;br /&gt;&lt;/li&gt;&lt;li&gt;install the DB to the local host and &lt;br /&gt;&lt;/li&gt;&lt;li&gt;change this or that in settings.php and .htaccess to make it work. &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;In my case I use very different versions of Apache and PHP, this - of course - might lead to different behavior of my two sites, but that&#039;s not what I am concerned here. &lt;br /&gt;&lt;br /&gt;I think, I will write this in perl next time I have some time. I might use wget to make it work fast and later switch to LWP.&lt;br /&gt;&lt;br /&gt;I am surprised that there are not more activities in the Drupal community aimed at making the creation of mirrors easier.</description>
 <comments>http://www.mauricemengel.de/content/drupal-mirror-plans#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/perl">Perl</category>
 <pubDate>Wed, 03 Dec 2008 10:14:07 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1176 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>Marinelli Strange Text</title>
 <link>http://www.mauricemengel.de/content/marinelli-strange-text</link>
 <description>&lt;img src=&quot;http://www.mauricemengel.de/system/files/images/marinelli.preview.png&quot; alt=&quot;Marinelli Strange Text&quot; title=&quot;Marinelli Strange Text&quot;  class=&quot;image image-preview &quot; width=&quot;640&quot; height=&quot;480&quot; /&gt;</description>
 <comments>http://www.mauricemengel.de/content/marinelli-strange-text#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/7">Screenshots</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <pubDate>Sun, 30 Nov 2008 13:25:49 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1170 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>Drupal Theming</title>
 <link>http://www.mauricemengel.de/content/drupal-theming</link>
 <description>&lt;p&gt;So today&lt;span class=&quot;inline inline-right&quot;&gt;&lt;a href=&quot;/musikethnologie/content/marinelli-strange-text&quot;&gt;&lt;img rel=&quot;lightbox&quot; src=&quot;http://www.mauricemengel.de/musikethnologie/system/files/images/marinelli.thumbnail.png&quot; alt=&quot;Marinelli Strange Text&quot; title=&quot;Marinelli Strange Text&quot;  class=&quot;image image-thumbnail &quot; width=&quot;100&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;caption&quot; style=&quot;width: 98px;&quot;&gt;&lt;strong&gt;Marinelli Strange Text&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt; I battled with theming for the first time. I like the Marinelli theme, but the text behaves unlike standard Drupal themes, so I decided to make that more conform to Drupal standards. Attached is the result. I changed the ul and ol li as well as blockquote. Currently, Marinelli tends to display text a little awkward by default.&lt;/p&gt;&lt;p&gt;I also tried various wysiwyg editors, but since the wysiwyg-module doesn&#039;t upgrade, the TinyMCE seems to remain the best. At least If you know how to configure that already.&lt;/p&gt;&lt;p&gt;Concerning the filtering, I decided that I want to stick with the HTML filter, so presently I use this config: &amp;lt;a&amp;gt;&amp;lt;br&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;cite&amp;gt; &amp;lt;code&amp;gt;&amp;lt;div&amp;gt;&amp;lt;dd&amp;gt;&amp;lt;dl&amp;gt;&amp;lt;dt&amp;gt;&amp;lt;em&amp;gt;&amp;lt;hr&amp;gt;&amp;lt;img&amp;gt;&amp;lt;li&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;ul&amp;gt;&lt;/p&gt;&lt;p&gt;Update:Of, course without span. That was a mistake. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;image-clear&quot;&gt;&lt;/div&gt;&lt;table id=&quot;attachments&quot; class=&quot;sticky-enabled&quot;&gt;
 &lt;thead&gt;&lt;tr&gt;&lt;th&gt;Attachment&lt;/th&gt;&lt;th&gt;Size&lt;/th&gt; &lt;/tr&gt;&lt;/thead&gt;
&lt;tbody&gt;
 &lt;tr class=&quot;odd&quot;&gt;&lt;td&gt;&lt;a href=&quot;http://www.mauricemengel.de/system/files/typography.css&quot;&gt;typography.css&lt;/a&gt;&lt;/td&gt;&lt;td&gt;7.06 KB&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</description>
 <comments>http://www.mauricemengel.de/content/drupal-theming#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <enclosure url="http://www.mauricemengel.de/system/files/typography.css" length="7234" type="text/css" />
 <pubDate>Sun, 30 Nov 2008 13:20:46 +0000</pubDate>
 <dc:creator>Maurice</dc:creator>
 <guid isPermaLink="false">1169 at http://www.mauricemengel.de</guid>
</item>
<item>
 <title>More modules</title>
 <link>http://www.mauricemengel.de/node/63</link>
 <description>&lt;p&gt;
More modules...
&lt;/p&gt;
&lt;p&gt;
I seem to need taxonomy menu  (&lt;a href=&quot;http://drupal.org/project/taxonomy_menu&quot;&gt;http://drupal.org/project/taxonomy_menu&lt;/a&gt;), possibly with DHTML (&lt;a href=&quot;http://drupal.org/project/dhtml_menu&quot;&gt;http://drupal.org/project/dhtml_menu&lt;/a&gt;) to make my idea of using a vocabulary for navigation to work. I will give it a try.
&lt;/p&gt;
&lt;p&gt;
Also found a nice site dedicated to drupal modules:
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://drupalmodules.com/&quot;&gt;http://drupalmodules.com&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;New trouble with Drupal Input format&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Also I still try to understand drupal basics such as what a page and blog are good for. So today I noticed that for a list of my presentations that I made and that I will update a blog seems not very suitable. Also I noted that tinyMCE doesnt solve all of my problems. I changed the input format so that it accepts p-Tags and a couple of others, but I need to think about it more closely.
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;</description>
 <comments>http://www.mauricemengel.de/node/63#comments</comments>
 <category domain="http://www.mauricemengel.de/category/subjects/computer/drupal">Drupal</category>
 <category domain="http://www.mauricemengel.de/taxonomy/term/3">public</category>
 <pubDate>Wed, 27 Aug 2008 13:03:59 +0000</pubDate>
 <dc:creator>mokko</dc:creator>
 <guid isPermaLink="false">63 at http://www.mauricemengel.de</guid>
</item>
</channel>
</rss>
<!-- Page cached by Boost @ 2010-09-09 05:08:12, expires @ 2010-09-09 06:08:12 -->
