<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webdesign, CSS, Social Media, Tech &#38; Geek Stuff &#187; coding</title>
	<atom:link href="http://www.mr-mojo-risin.net/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mr-mojo-risin.net</link>
	<description>Web news, CSS and HTML tweaks, social media marketing and blog resources, geeky gadgets, mind blowing graphic sites...</description>
	<lastBuildDate>Fri, 15 Jul 2011 13:18:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Drupal &#8211; a flexible and intuitive CMS &#8211; Pt. 1</title>
		<link>http://www.mr-mojo-risin.net/2010/03/05/drupal-a-flexible-and-intuitive-cms-pt-1/</link>
		<comments>http://www.mr-mojo-risin.net/2010/03/05/drupal-a-flexible-and-intuitive-cms-pt-1/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:10:23 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=266</guid>
		<description><![CDATA[As I had been occupied most of my time by this great open source CMS lately, I would to share my experiences withyou. If you use, you will learned to value drupal at least for its vast amount of extremly useful modules, flexible user management and easy-to-handle content editors. As basic requirements one needs a [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_297" class="wp-caption alignnone" style="width: 490px;">
<dt class="wp-caption-dt"><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2009/11/drupal_01.png"><img class="size-full wp-image-297" title="Drupal   a flexible and intuitive CMS   Pt. 1  | drupal 01 image" src="http://www.mr-mojo-risin.net/wp-content/uploads/2009/11/drupal_01.png" alt="drupal 01 Drupal   a flexible and intuitive CMS   Pt. 1 " width="480" height="84" /></a></dt>
</dl>
</div>
<p>As I  had been occupied most of my time by this great open source CMS lately, I would to share my experiences withyou.  If you use, you will  learned to value <a title="Drupal download" href="http://drupal.org/project/drupal">drupal</a> at least for its vast amount of extremly useful modules, flexible user management and easy-to-handle content editors.</p>
<p>As basic requirements one needs a hosting account which has php (version 5.2 or higher) and mysql installed. Download the latest versions <a title="drupal download" href="http://drupal.org/project/drupal">here</a>, I&#8217;d recommend to choose version 6.x as most of the modules and themes are not available for 7.x, which is still in development status, but will come up with neat features.</p>
<p>On first hand you will have to set up a mysql database, no worries you will just have to specify just the database name, a username and a password! Now you upload the <a title="drupal" href="http://drupal.org">drupal</a> core file into a folder in your webspace. After doing so you reach your drupal installation via www.yourdomain.com<em>/[drupal installation folder]/install.php</em> .</p>
<p><span id="more-266"></span></p>
<p>The setup is really easy, you will just have to complete these steps:</p>
<ol>
<li>After uploading you have to copy  <em>./sites/default/default.settings.php</em> file to <em>./sites/default/settings.php</em> (read/write attributes have to set to 766, you must change that right after the installation, due to security reasons) and create a new folder called &#8220;files&#8221; in <em>./sites/default/ this folder and its future subfolders must have to be writable</em> (write attributes have to set to 766).</li>
<li>Start the Installation, here you have the the chance get a check whether there is a <a title="Drupal translations" href="http://drupal.org/project/translations">drupal version translated</a> into your language. If you&#8217;d like another language, you will have download the translated version and upload it to your server. Anyway you might wish to have a multilanguage site, then the english version will be fine you can install different languages via the i18n module.</li>
<li>Indicate database name, username and password of the database you  created before.</li>
<li>Create your Administrator login access data by providing a username,  password and emailadress. This very first user will have administrative rights, so you should use a  secure password.</li>
<li>That&#8217;s it!</li>
</ol>
<p>Now it&#8217;s time to tune up your brandnew drupal site a little bit&#8230; This will be done by installing <a title="download drupal modules" href="http://drupal.org/project/modules">modules</a>!</p>
<div class="warning">Do not upload the module files into the module folder in your drupal root dirctory. If doing so one might encounter problems while updating the drupal core files or the modules themselves. Non-core modules should be installed in &#8220;sites\all\modules&#8221;</div>
<p><strong>Here&#8217;s a list of modules I&#8217;d recommend to install up front, no matter what kind of site you are intending to create:</strong></p>
<h2><a title="drupal module pathauto" href="http://drupal.org/project/pathauto">Pathauto</a></h2>
<p>This one creates nice URLs derived from the titles of your content pages. As you know this good for SEO purposes and you do torture your user with cryptic page titles. Requires the token module to be installed and activated in advance!</p>
<h2><a title="CKEditor - WYSIWYG HTML editor" href="http://drupal.org/project/ckeditor">CKEditor &#8211; WYSIWYG  HTML editor</a></h2>
<p>A big helper! Especially if you&#8217;re building a site, whose content has to created or edites by not so web experienced fellas, I think you know whom I&#8217;m talking about. As an addition you should install the <a href="http://ckfinder.com">ckfinder filemanager</a>, so you are able to offer  no-brainer file integration and upload to your site. Before your content editors have the pleasure of the easy working with This fine editor, you have to pain to install and configure it. Now I will not offer a step by step manual,  I try to deliver it later on. You will have download the <a title="drupal module ckeditor" href="http://drupal.org/project/ckeditor">drupal module files</a> and copy the core files of the editor into the &#8220;&#8221; folder in the drupal module itself. The essential editing software files you can download at <a title="ckeditor" href="http://ckeditor.com">ckeditor.com</a>. If there are serious problems just post a comment and I try to help you out!</p>
<h2><a title="drupal module backup and migrate" href="http://drupal.org/project/backup_migrate">Backup and Migrate</a></h2>
<p>This should be self explaining, just to put you on the save side. You can schedule backups and store them on your or you can download them. Saved my sorry ass several times ;-)</p>
<h2><a href="http://drupal.org/project/google_analytics">Google Analytics</a></h2>
<p>You could also paste the google into the template files, but this modules makes this procedure needless.</p>
<h2><a href="http://drupal.org/project/i18n">Internationalisation</a></h2>
<p>If you like the setup your site and backend in several language, this module will do the trick.  You will have to lookout for <a title="drupal language packs" href="http://localize.drupal.org/">language packs</a> afterwards and you get them here, including an overview far the translations are finished. Addiditonally I&#8217;d check out the <a title="drupal module language icons" href="http://drupal.org/project/languageicons">Language Icons Module</a>, providing you nice litte flags for every installed language pack.</p>
<h2><a title="drupal sitemap module" href="http://drupal.org/project/site_map">Sitemap</a></h2>
<p>Using the sitemap module you can add an  automatically generated sitemap, including all your subpages, categories or menues.  </p>
<p>So, that should fine as a starter, soon I&#8217;lltry to give an outlook about more sophisticated modules like views or content construction kit and how add and modify themes.  Have fun creating sites with drupal!</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2010%2F03%2F05%2Fdrupal-a-flexible-and-intuitive-cms-pt-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2010%2F03%2F05%2Fdrupal-a-flexible-and-intuitive-cms-pt-1%2F&amp;source=mrmojorisin&amp;style=compact&amp;service=bit.ly&amp;service_api=R_47f1cccea29760eee97be5cf0ad3e3f7&amp;hashtags=cms,content,drupal,module,opensource,php&amp;b=2" height="61" width="50" title="Drupal   a flexible and intuitive CMS   Pt. 1  |  image" alt=" Drupal   a flexible and intuitive CMS   Pt. 1 " /><br />
			</a>
		</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2010%2F03%2F05%2Fdrupal-a-flexible-and-intuitive-cms-pt-1%2F&amp;title=Drupal%20%26%238211%3B%20a%20flexible%20and%20intuitive%20CMS%20%26%238211%3B%20Pt.%201" id="wpa2a_2"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Drupal   a flexible and intuitive CMS   Pt. 1 "  title="Drupal   a flexible and intuitive CMS   Pt. 1  | share save 171 16 image" /></a></p> <p><a href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=266&amp;md5=3b1bd83e4342018f6930c49860094d27" title="Flattr" target="_blank"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2010/03/05/drupal-a-flexible-and-intuitive-cms-pt-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=266&amp;md5=3b1bd83e4342018f6930c49860094d27" type="text/html" />"
	</item>
		<item>
		<title>Various links</title>
		<link>http://www.mr-mojo-risin.net/2009/05/05/various-links/</link>
		<comments>http://www.mr-mojo-risin.net/2009/05/05/various-links/#comments</comments>
		<pubDate>Tue, 05 May 2009 15:19:29 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[Blog resources]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[star wars]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[spaceship]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=201</guid>
		<description><![CDATA[Web 2.0 Badge Creator Collection of web 2.0 badges text and video tutorials, plus a neat Web 2.0 graphic generator Huge list of sites offering Photoshop Rescources and Tutorials Univers revolved: a 3-D font &#8220;The revolved letters create a new alphabet that recaptures the element of experimentation the Latin alphabet held in its early days. [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a title="web 2.0 badge creator" href="http://www.web20badges.com" target="_blank">Web 2.0 Badge Creator<br />
</a>Collection of web 2.0 badges text and video tutorials, plus a neat <span class="ref">Web 2.0 graphic generator<br />
</span></li>
<li><a title="70 excellent photoshop resources" href="http://sixrevisions.com/photoshop/70-excellent-photoshop-resources/" target="_blank">Huge list of sites offering Photoshop Rescources and Tutorials </a></li>
<li><a title="univers revolved 3-d font" href="http://fabrikproject.com.mx/blog/?p=5101" target="_blank">Univers revolved: a 3-D font</a><br />
&#8220;The revolved letters create a new alphabet that recaptures the element of experimentation the Latin alphabet held in its early days. Encountering it for the first time, we re-experience the excitement of learning to form words from letters as children.&#8221;</li>
<li>
<a title="retro museum" href="http://www.nycresistor.com/2009/04/26/retro-museum-of-awesome/" target="_blank">Retro Arcade Museum In Upstate New York</a><br />
If you can&#8217;t get to NYC here&#8217;s the blog version:<a title="retrothing.com" href="http://www.retrothing.com" target="_blank"> the Retro Thing</a></li>
<li><a title="3-d Spaceship art" href="http://fractalsponge.net/">fractalsponge.net: 3-D space ship art</a><br />
This site is seriously cool as it shows highly detailed 3-D views of <a title="Allegiance Heavy 20Star Destroyer" href="http://fractalsponge.net/asd/Allegiance%20Heavy%20Star%20Destroyer/index.html" target="_blank">Star Destroyers</a>, <a title="tie fighter" href="http://fractalsponge.net/tie/gallery/slides/21x.html" target="_blank">T.I.E. Fighters </a>and a <a title="at-se" href="http://fractalsponge.net/leg/walker_gallery/index.html" target="_blank">All-Terrain Shock Enforcer (AT-SE)</a> i.e. They alsoprovide download links to the 3ds, maya, max6,  lw.8x project files.</li>
<li><a title="building your own tinyurl in less than 1 hour using wordpress" href="http://businessmindhacks.com/post/building-your-own-tinyurl-in-less-than-1-hour-using-wordpress" target="_blank">Building your own tiny URL with wordpress </a></li>
<li><a title="CSS cheat Sheet" href="http://lesliefranke.com/files/reference/csscheatsheet.html" target="_blank">CSS Cheat Sheet</a><br />
The basics. One one view.</li>
<li><a title="Star wars " href="http://www.acmearchivesdirect.com/category.jhtm?page=2&amp;cid=203&amp;sortBy=" target="_blank">Star Wars Fine Art prints</a></li>
<li><a title="futuristic design studies" href="http://www.id-performance.com/" target="_blank">Igarashi Design: Futuristic studies</a><br />
Radical and freaky studies of a helicopter, motorcycle and high speed snow mobile</li>
<li><a title="Cardboard Endoskeleton T-800" href="http://elsocraft.blogspot.com/2009/03/endoesqueleto-t-800-en-carton-cardboard.html" target="_blank">Cardboard Endoskeleton T-800</a><br />
Blogger made a  T-800  <span style="color: #000000;">papercraft</span> from the  Teminator films<span style="color: #000000;"> in the  scale 1:2, which looks really awesome.  Behold of the Judgement Day!<br />
</span></li>
</ul>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F05%2F05%2Fvarious-links%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F05%2F05%2Fvarious-links%2F&amp;source=mrmojorisin&amp;style=compact&amp;service=bit.ly&amp;service_api=R_47f1cccea29760eee97be5cf0ad3e3f7&amp;hashtags=art,css,photoshop,spaceship,web+2.0,webdesign&amp;b=2" height="61" width="50" title="Various links |  image" alt=" Various links" /><br />
			</a>
		</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F05%2F05%2Fvarious-links%2F&amp;title=Various%20links" id="wpa2a_4"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Various links"  title="Various links | share save 171 16 image" /></a></p> <p><a href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=201&amp;md5=f5673e1e5f47ba39387dc4871730a2ae" title="Flattr" target="_blank"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2009/05/05/various-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=201&amp;md5=f5673e1e5f47ba39387dc4871730a2ae" type="text/html" />"
	</item>
		<item>
		<title>Webdesign hints</title>
		<link>http://www.mr-mojo-risin.net/2009/01/16/webdesign-hints/</link>
		<comments>http://www.mr-mojo-risin.net/2009/01/16/webdesign-hints/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 10:11:34 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=115</guid>
		<description><![CDATA[Collection of sites for help and inspiration: Create a Mac style CSS Dock Menu Really nice tutorial for creating a cool and fancy navigation using CSS and a Jquery Javascript library. Comes as complete Download, including a icon set. How to: CSS large Background Here you&#8217;ll find instructions how to integrate a large image as [...]]]></description>
			<content:encoded><![CDATA[<p>Collection of sites for help  and inspiration:</p>
<ul>
<li>
<a title="Css Dock Menu" href="http://www.ndesign-studio.com/blog/design/css-dock-menu/" target="_blank"><strong>Create a Mac style CSS Dock Menu</strong></a><br />

<p>Really nice tutorial for creating a cool and fancy navigation using CSS and a Jquery Javascript library. Comes as complete Download, including a icon set.</p>
</li>
<li><a title="Css large background" href="http://www.webdesignerwall.com/tutorials/how-to-css-large-background/" target="_blank"><strong>How to: CSS large Background</strong></a><br />

<p>Here you&#8217;ll find instructions how to integrate a large image as webpage background properly.</p>
</li>
<li><a title="Blurry background effect" href="http://css-tricks.com/blurry-background-effect/" target="_blank"><strong>Blurry Background Effect </strong></a><br />

<p>A very nice and eye teasing visual effect, unfortunately not working for Internet Explorer 6.</p>
</li>
<li><a title="12 useful web tools for designers" href="http://sixrevisions.com/graphics-design/12-useful-web-tools-for-designers/" target="_blank"><strong>12 Useful Web Tools for Designers</strong></a><br />

<p>Several neat tools making a webdesigners daily work less miserable, a color schemer, tools for creating templates, favicons, background patterns or fonts.</p>
</li>
<li><a title="Creating scalable layouts" href="http://www.netmag.co.uk/zine/develop-css/creating-scalable-layouts" target="_blank"><strong>Creating scalable Layouts</strong></a><br />

<p>As the design of a site is confronted with a huge range of completly different screen resolutions, it should be pretty flexible.  Should. Here&#8217;s ecplain how to achieve that.</p>
</li>
<li><a title="Css Techniques" href="http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/" target="_blank"><strong>Massive collection of CSS hints</strong></a><br />

<p>Ok, this might be quite an old post, but it&#8217;s still very useful and just through it&#8217;s coverage and useful tricks, all the techniques are great helpers.</p>
</li>
</ul>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F01%2F16%2Fwebdesign-hints%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F01%2F16%2Fwebdesign-hints%2F&amp;source=mrmojorisin&amp;style=compact&amp;service=bit.ly&amp;service_api=R_47f1cccea29760eee97be5cf0ad3e3f7&amp;hashtags=background,css,hint,layout,menu,tool,trick,web,webdesign&amp;b=2" height="61" width="50" title="Webdesign hints |  image" alt=" Webdesign hints" /><br />
			</a>
		</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F01%2F16%2Fwebdesign-hints%2F&amp;title=Webdesign%20hints" id="wpa2a_6"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Webdesign hints"  title="Webdesign hints | share save 171 16 image" /></a></p> <p><a href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=115&amp;md5=c6a679284345e958b789e1034baa6e30" title="Flattr" target="_blank"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2009/01/16/webdesign-hints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=115&amp;md5=c6a679284345e958b789e1034baa6e30" type="text/html" />"
	</item>
		<item>
		<title>Fast loading CSS mouse over effect</title>
		<link>http://www.mr-mojo-risin.net/2009/01/06/fast-loading-graphical-mouseover-css/</link>
		<comments>http://www.mr-mojo-risin.net/2009/01/06/fast-loading-graphical-mouseover-css/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 18:11:40 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
				<category><![CDATA[advanced]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie 6]]></category>
		<category><![CDATA[ie 7]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[mouseover]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[over]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=56</guid>
		<description><![CDATA[Creating buttons for the navigation bar of your website might mutate into a pretty mess, but it shouldn&#8217;t. The most simple (fully graphical) solution, creating two images for every menue item, definetly won&#8217;t challenge your brains, but will cause headaches, if you intend to change a wording or even integrate more than one language. The [...]]]></description>
			<content:encoded><![CDATA[<p>Creating buttons for the navigation bar of your website might mutate into a pretty mess, but it shouldn&#8217;t. The most simple (fully graphical) solution, creating two images for every menue item, definetly won&#8217;t challenge your brains, but will cause headaches, if you intend to change a wording or even integrate more than one language.<br />
The following method provides a <strong>pretty simple, easily edible, fully dynamic and completely cross browser functional</strong> way to create a cool and stylish navigation using only two graphics, text and simple CSS.</p>
<p>View a plain demo <a href="http://www.mr-mojo-risin.net/css-mouseover-demo_002/css-mouseover-demo_001.html" target="_blank">here</a>.</p>
<p>So here we go:</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7161190706280944";
/* img-banner468x60-090506 */
google_ad_slot = "9015121398";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<span id="more-56"></span></p>
<p>First of all design two (or three, if the focus state should be used, too) buttons, then cut the left part of the two states and paste them into  a single graphic above each other. Add a little space so the text won&#8217;t stick too close on the edge, which should, depend on the design somewhat like this:</p>
<p><img class="aligncenter size-full wp-image-57" title="Fast loading CSS mouse over effect | left button 01 image" src="http://www.mr-mojo-risin.net/wp-content/uploads/2009/01/left-button_01.png" alt="left button 01 Fast loading CSS mouse over effect" width="359" height="194" /></p>
<p>Then repeat these steps for the right end of the button:</p>
<p><img class="aligncenter size-full wp-image-58" title="Fast loading CSS mouse over effect | right button 01 image" src="http://www.mr-mojo-risin.net/wp-content/uploads/2009/01/right-button_01.png" alt="right button 01 Fast loading CSS mouse over effect" width="359" height="194" /></p>
<p>That&#8217;s it for the graphical issue, the HTML is just a div container and an unordered list in the inside:</p>
<p><code><br />
&lt;div class="mouseover"&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;Item 01&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;Item 02&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;long Item name 03&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
</code></p>
<p>The only things to pay attention is the class assigned to this div tag as it hands down all the attributes to its tags within and that the linktexts are embedded in span tags.</p>
<p><script src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822/US/mrmojorisin-20/8001/f5bc83ca-9b61-4194-b550-a5e8962794dd" type="text/javascript"><!--</p>
<p>// --></script> <noscript>&amp;amp;lt;A HREF=&#8221;http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;amp;amp;#038;MarketPlace=US&amp;amp;amp;#038;ID=V20070822%2FUS%2Fmrmojorisin-20%2F8001%2Ff5bc83ca-9b61-4194-b550-a5e8962794dd&amp;amp;amp;#038;Operation=NoScript&#8221; mce_HREF=&#8221;http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;amp;amp;amp;MarketPlace=US&amp;amp;amp;amp;ID=V20070822%2FUS%2Fmrmojorisin-20%2F8001%2Ff5bc83ca-9b61-4194-b550-a5e8962794dd&amp;amp;amp;amp;Operation=NoScript&#8221;&amp;amp;gt;Amazon.com Widgets&amp;amp;lt;/A&amp;amp;gt;</noscript></p>
<p>Now as all the action is done via CSS, we have to get into details:</p>
<p><code><br />
.mouseover ul {list-style: none;}<br />
.mouseover ul li {<br />
display: inline;<br />
font-size: 14px;<br />
line-height: 14px;<br />
font-weight: bold;<br />
}<br />
</code><br />
For the unordered list the list-style value &#8220;none&#8221; is mandatory as any other value like &#8220;square&#8221; or &#8220;circle&#8221; etc. would avoid a proper alignment of the navigation elements.<br />
The list elements must be displayed &#8220;inline&#8221; otherwise they show up vertically ordered. If you wish them to do so, just drop &#8220;display: inline;&#8221;.<br />
Besides that the apperance of the textlinks of the buttons can be edited here individually by additonal CSS attributes.</p>
<p><code>.mouseover ul li a {<br />
padding: 0 0 0 9px;<br />
background: url(button-left.gif) no-repeat;<br />
float: left;<br />
}</code></p>
<p>The padding values have to be set individually, as they depend on the measurements of the left graphic.<br />
The &#8220;float: left&#8221; attribute is mandatory to assure both graphics are displayed besides each other.</p>
<p><code><br />
.mouseover ul li a span {<br />
padding: 9px 9px 9px 0;<br />
background: url(button-right.gif) no-repeat right top;<br />
display: block;<br />
float: right;<br />
color: #666;<br />
}<br />
</code></p>
<p>As before please adjust the padding values as they fit the button layout.<br />
The background attribute contains values as the image path and &#8220;right&#8221; and &#8220;top&#8221;. The last two are important as the grant that the alignment of the background is not influenced by the padding values. Setting the background alignment value &#8220;right&#8221; is the reason why the button lenght fits for a different number of characters of the textlink.<br />
(If a textlink is to long, though and gap appears, simply expand the lenght of the background on the left side.)</p>
<p><code><br />
.mouseover ul li a:hover {<br />
background-position: 0 -36px;<br />
}<br />
</code><br />
The attribute &#8220;background-position&#8221; for the element &#8220;a:hover&#8221; is defined by the two values &#8220;0&#8243;, which aligns the graphic to position 0 of the x-axis and to -36 pixels on y-axis. The y-axis value derives from the half of the overall height of the background graphic and has to be adjusted, if the height of the graphic is not equal to 72 pixels.</p>
<p><code><br />
.mouseover ul li a:hover span {<br />
background-position: 100% -36px;<br />
color:#fff;<br />
}<br />
</code><br />
The value of the y-axis of the attribute &#8220;background-position&#8221; must be set to &#8220;100%&#8221; so the graphis is aligned to the right.<br />
Additional font settings of the mouse over state might be defined here, too.</p>
<p>&#8230;and that&#8217;s it!<br />
Happy coding!
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F01%2F06%2Ffast-loading-graphical-mouseover-css%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F01%2F06%2Ffast-loading-graphical-mouseover-css%2F&amp;source=mrmojorisin&amp;style=compact&amp;service=bit.ly&amp;service_api=R_47f1cccea29760eee97be5cf0ad3e3f7&amp;hashtags=background,chrome,cross+browser,css,div,firefox,html,ie+6,ie+7,mouse,mouseover,opera,over,stylesheet,tutorial&amp;b=2" height="61" width="50" title="Fast loading CSS mouse over effect |  image" alt=" Fast loading CSS mouse over effect" /><br />
			</a>
		</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2009%2F01%2F06%2Ffast-loading-graphical-mouseover-css%2F&amp;title=Fast%20loading%20CSS%20mouse%20over%20effect" id="wpa2a_8"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Fast loading CSS mouse over effect"  title="Fast loading CSS mouse over effect | share save 171 16 image" /></a></p> <p><a href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=56&amp;md5=143ca0d55b7f060abb9792e690eb4856" title="Flattr" target="_blank"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2009/01/06/fast-loading-graphical-mouseover-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=56&amp;md5=143ca0d55b7f060abb9792e690eb4856" type="text/html" />"
	</item>
		<item>
		<title>CSS Mouse Over Opacity Effect</title>
		<link>http://www.mr-mojo-risin.net/2008/11/04/css-mouse-over-opacity-effect/</link>
		<comments>http://www.mr-mojo-risin.net/2008/11/04/css-mouse-over-opacity-effect/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 16:15:23 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
				<category><![CDATA[advanced]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE6 hack]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Mouse Over]]></category>
		<category><![CDATA[mouseover]]></category>
		<category><![CDATA[Opacity]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=52</guid>
		<description><![CDATA[Generally this is no rocket science, using the CSS3 attribute &#8220;opacity&#8221;, unfortunately CSS3 is not supported by many browsers. As an alternative one could use JavaScript, which also might not work everywhere (if disabled due to security measures). So the easy way only works in the latest versions of Firefox and Opera. (Take a look [...]]]></description>
			<content:encoded><![CDATA[<p>Generally this is no rocket science, using the CSS3 attribute &#8220;opacity&#8221;, unfortunately CSS3 is not supported by many browsers. As an alternative one could use JavaScript, which also might not work everywhere (if disabled due to security measures). So the easy way only works in the latest versions of Firefox and Opera.</p>
<p><a href="http://www.mr-mojo-risin.net/css-demo_001/css-demo_001.html"><img title="CSS Mouse Over Opacity Effect | css demo 01 image" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/css-demo_01.jpg" alt="css demo 01 CSS Mouse Over Opacity Effect" width="400" height="172" /></a></p>
<div class="cl"></div>
<p>(Take a look at a live demo <a title="CSS Mouse Over Opacity Demo" href="http://www.mr-mojo-risin.net/css-demo_001/css-demo_001.html" target="_blank">here</a>)</p>
<p>In order to get this working in all the browsers (Ok, using IE6 we&#8217;ll have to trick a little bit, but we&#8217;ll discuss this later) we have to approach this in a sneaky way.<br />
Here is a simple, fast, lean, cross browser functional and JavaScript free method, only using plain HTML, CSS and graphical elements:</p>
<p><span id="more-52"></span></p>
<p>First of all we need graphical elements, for this example only four are needed, five if including the IE6 hack:</p>
<ul>
<li>2 images of your choice to be linked</li>
<li>one graphic with transparency and color of your choice in the same size as the linked images</li>
<li>one 1px x 1px full transparent GIF</li>
</ul>
<p>You might want to download the whole demo <a title="CSS Mouse Over Opacity Demo" href="http://www.mr-mojo-risin.net/css-demo_001/demo.zip">here</a>, there the graphics are included.</p>
<p>First create the div containers including the picture links in the html document, assign a class called &#8220;image&#8221; and determine the background image, which shall be linked, by using the &#8220;style&#8221; attribute.</p>
<div class="code-example">
<pre>
&lt;div class="image"
style="background-image: url(product_01.jpg);" &gt; &lt;/div&gt;

&lt;div class="image"
style="background-image: url(product_02.jpg);" &gt; &lt;/div&gt;
</pre>
</div>
<p>[Integrating the images via "style" might be avoided by assigning "id" and referencing the image url in the css, but I needed the image to referenced in the html code for dynamic site and did not want to use the "img" tag for reasons] </p>
<p><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822/US/mrmojorisin-20/8001/f5bc83ca-9b61-4194-b550-a5e8962794dd"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fmrmojorisin-20%2F8001%2Ff5bc83ca-9b61-4194-b550-a5e8962794dd&#038;Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></p>
<p>After that add the links, define them using &#8220;class=&#8221;picture&#8221;, linkpath and further attributes like &#8220;title&#8221;. it should look somewhat like this:</p>
<div class="code-example">
<pre>
&lt;div class="image"
style="background-image: url(product_01.jpg);" &gt;
&lt;a href="[path]" class="picture" title="linktitle" &gt; &lt;/a&gt;
&lt;/div&gt;

&lt;div class="image"
style="background-image: url(product_02.jpg);" &gt;
&lt;a href="[path]" class="picture" title="linktitle" &gt; &lt;/a&gt;
 &lt;/div&gt;
</pre>
</div>
<p>Now the css, only two classes (+ one pseudo class) are needed:</p>
<p><strong>.image:</strong><br />
It must at least contain &#8220;background-repeat: no-repeat; border: none;&#8221; or modifications if wanted.</p>
<p><strong>a.picture</strong><br />
The size of the linked picture and the attribute &#8220;display:block;&#8221; must be indicated. The image-url for the non-active link is indicated as &#8220;background-image&#8221;, too</p>
<p><strong>a.picture:hover</strong><br />
Here the image-url for the active link is defined.</p>
<p>Now the .css file should contain the following:</p>
<div class="code-example">
<pre>
a.picture {
background: url(opacity_01.png) no-repeat;
width:183px;
height:146px;
display:block;}

a.picture:hover {
background: url(blank_01.gif) repeat;}

.image{
background-repeat: no-repeat;
border: none;}
</pre>
</div>
<p>Now you just need to align the two div containers properly as you like them to be.<br />
In this example they are floating with a margin of 10 pixels, which is done by two additional classes &#8220;l&#8221; and &#8220;m&#8221;. Why it is separated from the &#8220;image&#8221; class is explained <a href="http://www.mr-mojo-risin.net/2008/07/13/css-basic-hints/">here</a>.</p>
<p><strong>Attention!</strong></p>
<p>This works properly in every browser, but in not IE6, because here only full transparency is supported.<br />
So here&#8217;s the IE6 hack:</p>
<p>First create a new .css file named &#8220;ie6.css&#8221;, then add the following lines between the &lt;head&gt; tags of your html file:</p>
<div class="code-example">
<pre>
&lt;!--[if IE 6]&gt;
&lt;style type="text/css"&gt;@import url(ie6.css);&lt;/style&gt;
&lt;![endif]--&gt;
</pre>
</div>
<p>After that you refer to an image using only full transparency in the &#8220;a.picture&#8221; class in the &#8220;ie6.css&#8221; file, somewhat like that:</p>
<div class="code-example">
<pre>
a.picture {background: url(opacity_ie6_01.gif) no-repeat;}
</pre>
</div>
<p>&#8230;and you are done!</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2008%2F11%2F04%2Fcss-mouse-over-opacity-effect%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2008%2F11%2F04%2Fcss-mouse-over-opacity-effect%2F&amp;source=mrmojorisin&amp;style=compact&amp;service=bit.ly&amp;service_api=R_47f1cccea29760eee97be5cf0ad3e3f7&amp;hashtags=background,browser,chrome,code,css,div,effect,firefox,graphic,hint,IE6,IE6+hack,IE7,Mouse+Over,mouseover,Opacity,opera,transparency,trick&amp;b=2" height="61" width="50" title="CSS Mouse Over Opacity Effect |  image" alt=" CSS Mouse Over Opacity Effect" /><br />
			</a>
		</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2008%2F11%2F04%2Fcss-mouse-over-opacity-effect%2F&amp;title=CSS%20Mouse%20Over%20Opacity%20Effect" id="wpa2a_10"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 CSS Mouse Over Opacity Effect"  title="CSS Mouse Over Opacity Effect | share save 171 16 image" /></a></p> <p><a href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=52&amp;md5=61ed58fc9eea0be7c75b10d2e07eedbd" title="Flattr" target="_blank"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/11/04/css-mouse-over-opacity-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=52&amp;md5=61ed58fc9eea0be7c75b10d2e07eedbd" type="text/html" />"
	</item>
		<item>
		<title>CSS &#8211; some basic hints</title>
		<link>http://www.mr-mojo-risin.net/2008/07/13/css-basic-hints/</link>
		<comments>http://www.mr-mojo-risin.net/2008/07/13/css-basic-hints/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 13:20:30 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
				<category><![CDATA[beginner]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=8</guid>
		<description><![CDATA[CSS (cascading style sheets) is the ultimate tool to create lean, fast, functional, SEO friendly and, though, sexy layouts. Storing style attributes in one file provides several advantages as faster loading times, the source code takes a radical diet, if all the attributes do not appear on the pages itself.]]></description>
			<content:encoded><![CDATA[<p>CSS (cascading style sheets) is the ultimate tool to create lean, fast, functional, SEO friendly and, though, sexy layouts. Storing style attributes in one file provides several advantages as faster loading times, the source code takes a radical diet, if all the attributes do not appear on the pages itself.</p>
<p>You are web designer and have to work full contact with the customer? Then you will know this situation, the customer wants that headline bold and purple &#8211; no, make it green or is blue a better choice? This goes back and forth, which would make you go crazy if you had to do the changes on thousands of subpages. Using CSS you do changes faster than the customer decides between green and yellow.</p>
<p><span id="more-8"></span></p>
<p>Ok, enough chit chat here are some tricks to get more effective:</p>
<ul>
<li><strong>Assign multiple classes on one element</strong>
<p>This is a real saver, one simply creates a &#8220;virtual&#8221; class by combing several ones, which is highly flexible and lowers the amount classes you will have to use.</p>
<p><span style="text-decoration: underline;">Example:</span></p>
<p>The text should be black, underlined and bold, now instead of using a single one containing all three attributes, you setup three with each single value (black, underlined, bold)</p>
<div class="code-example2">
<pre>
&lt;style type="text/css"&gt;
.black {color: #000;}
.underlined {text-decoration: underlined;}
.bold {font-weight: bold;}
&lt;/style&gt;

&lt;span class="black underlined bold"&gt;the text&lt;/span&gt;
</pre>
</div>
<p>On the first hand this looks intricate, one could do this with a single class, but remember if you combine the three classes, you&#8217;ll get six &#8220;virtual&#8221; ones.</li>
<li><strong>Using multiple stylesheets</strong>
<p>Splitting up the a single stylesheet first of all makes it easier to maintain for the web programmer.</p>
<div class="code-example2">
<pre>&lt;style type="text/css"&gt;
@import "main.css";
@import url("additional.css");
&lt;/style&gt;</pre>
</div>
<p>It&#8217; also possible to embed further .css files into a specific .css file by integrating &#8220;@import url(&#8220;additional.css&#8221;); right at the top of the .css document.</li>
<li><strong>Abbreviations<br />
</strong><br />
As there are always many roads to reach your destination, CSS is no exception. One can shorten the CSS code to increase the clearness of the structure.<br />
<span style="text-decoration: underline;"> Example:</span><br />
Instead of:</p>
<div class="code-example2">
<pre>.classname{
margin-top: 10px;
margin-right: 15px;
margin-bottom: 20px;
margin-left: 25px;
}</pre>
</div>
<p>the abbreviated version should be used:</p>
<div class="code-example2">
.classname{margin-top: 10px 15px 20px 25px;}
</div>
<p>The order of the values is important, they are arranged clock wise:<br />
top (12 o&#8217;clock), right (3 o&#8217;clock), bottom (6 o&#8217;clock), left (9 o&#8217;clock),<br />
That also works with the attributes padding and border.<br />
<strong><br />
Compressing attribute values</strong></p>
<p>Several attributes can be concentrated in a single one.</p>
<p><span style="text-decoration: underline;">Example:</span><br />
Instead of:</p>
<div class="code-example2">
<pre>.classname{
border-width: 10px;
border-style: solid;
border-color: #000;
}</pre>
</div>
<p>Use:</p>
<div class="code-example2">
<pre>.classname{border: 10px solid #000;}</pre>
</div>
<p>This also works on &#8220;font&#8221; and &#8220;background&#8221;, i.e. .</p>
</li>
</ul>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2008%2F07%2F13%2Fcss-basic-hints%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2008%2F07%2F13%2Fcss-basic-hints%2F&amp;source=mrmojorisin&amp;style=compact&amp;service=bit.ly&amp;service_api=R_47f1cccea29760eee97be5cf0ad3e3f7&amp;hashtags=code,coding,css,seo,webdesign&amp;b=2" height="61" width="50" title="CSS   some basic hints |  image" alt=" CSS   some basic hints" /><br />
			</a>
		</div>
 <p><a href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=8&amp;md5=deb0adf415f9b8ace3bbd14d54b4239d" title="Flattr" target="_blank"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/07/13/css-basic-hints/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=8&amp;md5=deb0adf415f9b8ace3bbd14d54b4239d" type="text/html" />"
	</item>
	</channel>
</rss>

