<?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"
	>

<channel>
	<title>mr-mojo-risin</title>
	<atom:link href="http://www.mr-mojo-risin.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mr-mojo-risin.net</link>
	<description>Webdesign, Social Marketing, Gadget, Tech and Web 2.0 News</description>
	<pubDate>Wed, 12 Nov 2008 13:18:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Star Wars Flickr Set</title>
		<link>http://www.mr-mojo-risin.net/2008/11/11/star-wars-flickr-set/</link>
		<comments>http://www.mr-mojo-risin.net/2008/11/11/star-wars-flickr-set/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 16:03:30 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[art]]></category>

		<category><![CDATA[star wars]]></category>

		<category><![CDATA[film set]]></category>

		<category><![CDATA[gallery]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[space ship]]></category>

		<category><![CDATA[spaceships]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=54</guid>
		<description><![CDATA[

Sheer awesomeness! A set of 304 Star Wars photos from the film set of the actors, George Lucas and the space ship models, of course! Featureing Princess Leia taking a nap, script drawings, Darth Vader on Hoth and laser sword fights! 
Pure SW eye candy!



I cannot spot the &#8220;We brake for nobody&#8221; sticker on this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/heilemann/37033944/" title="Join me! by Michael Heilemann, on Flickr"><img src="http://farm1.static.flickr.com/21/37033944_4cf2d7447f.jpg" width="480" height="324" alt="Join me!" title="Star Wars Flickr Set " /></a></p>
<div class="cl"></div>
<p>Sheer awesomeness! A set of 304 <a href="http://www.flickr.com/photos/heilemann/sets/817950/">Star Wars photos</a> from the film set of the actors, George Lucas and the <a href="http://www.flickr.com/photos/heilemann/37033882/in/set-817950/">space ship models</a>, of course! Featureing <a href="http://www.flickr.com/photos/heilemann/37033927/in/set-817950/">Princess Leia</a> taking a nap, <a href="http://www.flickr.com/photos/heilemann/3021016721/sizes/o/in/set-817950/">script drawings</a>, <a href="http://www.flickr.com/photos/heilemann/338930827/in/set-817950/">Darth Vader</a> on Hoth and <a href="http://www.flickr.com/photos/heilemann/338932121/in/set-817950/">laser sword fights</a>! </p>
<p>Pure SW eye candy!</p>
<p><span id="more-54"></span></p>
<p><a href="http://www.flickr.com/photos/heilemann/338936319/" title="sd17.jpg by Michael Heilemann, on Flickr"><img src="http://farm1.static.flickr.com/134/338936319_e9f910ec5e.jpg" width="480" height="297" alt="sd17.jpg" title="Star Wars Flickr Set " /></a></p>
<div class="cl"></div>
<p>I cannot spot the &#8220;We brake for nobody&#8221; sticker on this Imperial star destroyer? Wait, maybe I&#8217;m confusing something here&#8230;</p>
<p>Even more <a href="http://www.flickr.com/photos/heilemann/collections/72157600061827469/">Star Wars material</a>!</p>
<p>Thanks <a href="http://kottke.org" target="_blank">jason kottke</a>, that made my day!</p>
<p>The Force may be with you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/11/11/star-wars-flickr-set/feed/</wfw:commentRss>
		</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[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[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 at [...]]]></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" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/css-demo_01.jpg" alt="CSS 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 referencingthe 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>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]&#8221; class=&#8221;picture&#8221; title=&#8221;linktitle&#8221; &gt; &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#8221;image&#8221;
style=&#8221;background-image: url(product_02.jpg);&#8221; &gt;
&lt;a href=&#8221;[path]&#8221; class=&#8221;picture&#8221; title=&#8221;linktitle&#8221; &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=&#8221;text/css&#8221;&gt;@import url(ie6.css);&lt;/style&gt;
&lt;![endif]&#8211;&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>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/11/04/css-mouse-over-opacity-effect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Star Wars: The Old Republic MMORPG announced!</title>
		<link>http://www.mr-mojo-risin.net/2008/10/22/star-wars-the-old-republic-mmorpg-announced/</link>
		<comments>http://www.mr-mojo-risin.net/2008/10/22/star-wars-the-old-republic-mmorpg-announced/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:36:21 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[games]]></category>

		<category><![CDATA[console]]></category>

		<category><![CDATA[Electronic Arts]]></category>

		<category><![CDATA[game]]></category>

		<category><![CDATA[KOTOR]]></category>

		<category><![CDATA[lucas arts]]></category>

		<category><![CDATA[MMORPG]]></category>

		<category><![CDATA[pc]]></category>

		<category><![CDATA[spaceships]]></category>

		<category><![CDATA[star wars]]></category>

		<category><![CDATA[The Old Republic]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=48</guid>
		<description><![CDATA[


The San Francisco LucasArts office announces the next sequel of the StarWars KOTOR series will be a MMORPG. All availaible information still is quite vague, but some statements can be found on kotaku.com:
Art Director Jeff Dobson says that Old Republic will not have a totally realistic art style; but neither will it be too cartoon-y. [...]]]></description>
			<content:encoded><![CDATA[<div>
<a href='http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/coruscant2.jpg'><img src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/coruscant2.jpg" alt="Star Wars: The Old republic" title="coruscant2" width="470" height="158" class="alignnone size-full wp-image-51" /></a>
</div>
<p>The San Francisco LucasArts office announces the next sequel of the StarWars KOTOR series will be a MMORPG. All availaible information still is quite vague, but some statements can be found on <a href="http://kotaku.com/5066929/star-wars-the-old-republic--what-we-know-so-far" target="_blank">kotaku.com</a>:</p>
<blockquote><p>Art Director Jeff Dobson says that Old Republic will not have a totally realistic art style; but neither will it be too cartoon-y. The idea here, he says, is that they want a distinct look for the MMO that sets it apart from all others – one that will run on as many machines as possible without sacrificing the quality of the graphics.</p></blockquote>
<p><span id="more-48"></span></p>
<blockquote><p>They really, really, really mean it when they say that there is story in this game and it is what sets Old Republic apart from every MMO out there.</p></blockquote>
<p><a href="http://www.eurogamer.net/article.php?article_id=264601" target="_blank">Eurogamer.net</a> features several <a href="http://www.eurogamer.net/gallery.php?game_id=10653&amp;article_id=264337#anchor" target="_blank">screenshots</a>.</p>
<blockquote><p>Electronic Arts exec Frank Gibeau has confirmed that console versions of Star Wars: The Old Republic and Warhammer Online are &#8220;under consideration&#8221;.</p></blockquote>
<p>A release date for Star Wars: The Old Republic has yet to be announced.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/10/22/star-wars-the-old-republic-mmorpg-announced/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mozilla releases mobile Browser Fennec</title>
		<link>http://www.mr-mojo-risin.net/2008/10/20/mozilla-mobile-browser-fennec/</link>
		<comments>http://www.mr-mojo-risin.net/2008/10/20/mozilla-mobile-browser-fennec/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 08:57:48 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[browser]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[alpha]]></category>

		<category><![CDATA[developer]]></category>

		<category><![CDATA[fennec]]></category>

		<category><![CDATA[mobile browser]]></category>

		<category><![CDATA[mozilla]]></category>

		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=46</guid>
		<description><![CDATA[

Mozilla.org offers an early developer release of the mobile version of their web browser Firefox called Fennec. A fennec (Vulpes zerda) is a fox subspecie, which can be found in North-African Sahara and the Sinai. It features huge ears and a extra large tail, making that little night active critter look extremly cute. Thus, so [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/fennec.png"><img class="alignnone size-full wp-image-47" title="fennec" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/fennec.png" alt="fennec Mozilla releases mobile Browser Fennec" width="387" height="167" /></a></p>
<div class="cl" ></div>
<p>Mozilla.org offers an early <a title="mozilla fennec" href="http://www.mozilla.org/projects/fennec/1.0a1/releasenotes/" target="_blank">developer release</a> of the mobile version of their web browser Firefox called <a title="Fennec Fox" href="http://en.wikipedia.org/wiki/Fennec_Fox" target="_blank">Fennec</a>. A fennec (Vulpes zerda) is a fox subspecie, which can be found in North-African Sahara and the Sinai. It features huge ears and a extra large tail, making that little night active critter look extremly cute. Thus, so far for the donator of the name, let&#8217;s go technical.</p>
<p>The features are:</p>
<ul class="news">
<li>Bookmarks, including tags</li>
<li>Smart URL bar (&#8221;awesome bar&#8221;)</li>
<li>Tabbed browsing with thumbnail images</li>
<li>Integrated Web search - built into the URL bar</li>
<li>Easy access to multiple search engines</li>
<li>Maximize content by auto-hiding controls and URL bar</li>
<li>Zoom in and out</li>
<li>Instant Web site ID (&#8221;<a href="http://www.dria.org/wordpress/archives/2008/05/06/635/">Larry</a>&#8220;)</li>
<li>Password manager</li>
<li>Popup blocker</li>
<li>Clear private data</li>
<li>Click on a phone number to initiate a call</li>
<li>JavaScript API to get device location</li>
<li>Popup blocker</li>
<li>Clear private data</li>
<li>Searchable download manager</li>
<li>Preferences pane</li>
</ul>
<p>The mobile desert fox now only runs on OS2008 (&#8221;chinook&#8221; or &#8220;diablo&#8221;), like the Nokia Internet-Handheld <a title="Nokia N810" href="http://www.nokiausa.com/link?cid=PLAIN_TEXT_607318" target="_self">N810</a>, but there are versions for Windows and Mac OS X available, too.<br />
Mozilla now wants to gather feedback and plans &#8220;further alpha releases which focus on performance, including projects like TraceMonkey, speculative parsing, and many Fennec and Gecko optimizations.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/10/20/mozilla-mobile-browser-fennec/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piracy VS DRM</title>
		<link>http://www.mr-mojo-risin.net/2008/10/13/piracy-vs-drm/</link>
		<comments>http://www.mr-mojo-risin.net/2008/10/13/piracy-vs-drm/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:33:20 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[miscellaneous]]></category>

		<category><![CDATA[drm]]></category>

		<category><![CDATA[Piracy]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=42</guid>
		<description><![CDATA[






]]></description>
			<content:encoded><![CDATA[<div style="padding: 0 0 15px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-7161190706280944";
/* 468x15, Erstellt 25.10.08 */
google_ad_slot = "7732132572";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/steal_this_comic.png"><img class="alignnone size-full wp-image-43" title="steal_this_comic" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/steal_this_comic.png" alt="to steal or not to steal" width="498" height="469" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/10/13/piracy-vs-drm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Steampunk vehicles gallery</title>
		<link>http://www.mr-mojo-risin.net/2008/10/10/steampunk-vehicles-gallery/</link>
		<comments>http://www.mr-mojo-risin.net/2008/10/10/steampunk-vehicles-gallery/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:17:08 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[art]]></category>

		<category><![CDATA[concept art]]></category>

		<category><![CDATA[gallery]]></category>

		<category><![CDATA[illustration]]></category>

		<category><![CDATA[keith thompson]]></category>

		<category><![CDATA[spaceship]]></category>

		<category><![CDATA[steampunk]]></category>

		<category><![CDATA[vehicles]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=36</guid>
		<description><![CDATA[ Keith Thompson offers a great portfolio in general, but the vehicles section is really mindblowing. His pieces of art range from futuristic spaceships via dark and creepy carriages over to steam punk assault devices.
Strange and frightening the Zero atomic blossom.

The whole collection is to be found on keiththompsonart.com




]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/spaceship.jpg"><img class="alignleft size-thumbnail wp-image-37" title="spaceship" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/spaceship-150x150.jpg" alt="spaceship-150x150 Steampunk vehicles gallery" width="150" height="150" /></a> Keith Thompson offers a great portfolio in general, but the <a href="http://www.keiththompsonart.com/vehicles.html" target="_blank">vehicles</a> section is really mindblowing. His pieces of art range from <a href="http://www.keiththompsonart.com/pages/helicopter.html" target="_blank">futuristic spaceships</a> via <a href="http://www.keiththompsonart.com/pages/cart.html" target="_blank">dark and creepy carriages</a> over to <a href="http://www.keiththompsonart.com/pages/steamwalker.html" target="_blank">steam punk assault devices</a>.</p>
<p>Strange and frightening the <a href="http://www.keiththompsonart.com/pages/blossom.html" target="_blank">Zero atomic blossom</a>.</p>
<p><span id="more-36"></span><br />
The whole collection is to be found on <a href="http://www.keiththompsonart.com" target="_blank">keiththompsonart.com</a></p>
<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/freighter.jpg"><img class="aligncenter size-medium wp-image-38" title="freighter" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/freighter-300x202.jpg" alt="freighter-300x202 Steampunk vehicles gallery" width="300" height="202" /></a></p>
<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/norseapc.jpg"><img class="aligncenter size-medium wp-image-39" title="norseapc" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/norseapc-300x202.jpg" alt="norseapc-300x202 Steampunk vehicles gallery" width="300" height="202" /></a></p>
<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/tank.jpg"><img class="aligncenter size-medium wp-image-40" title="tank" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/tank-300x126.jpg" alt="tank-300x126 Steampunk vehicles gallery" width="300" height="126" /></a><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/whale.jpg"><img class="aligncenter size-medium wp-image-41" title="whale" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/10/whale-300x147.jpg" alt="whale-300x147 Steampunk vehicles gallery" width="300" height="147" /></a></p>
<div class="cl"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/10/10/steampunk-vehicles-gallery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Win Ad Space on 10 Blogs!</title>
		<link>http://www.mr-mojo-risin.net/2008/09/30/win-ad-space-on-10-blogs/</link>
		<comments>http://www.mr-mojo-risin.net/2008/09/30/win-ad-space-on-10-blogs/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:41:48 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[Blog resources]]></category>

		<category><![CDATA[advertisement]]></category>

		<category><![CDATA[contest]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=35</guid>
		<description><![CDATA[

Here is an interesting  opportunity to get your advertisement displayed on ten differents blogs for free:The AdSpace Contest
The idea is simple: Get as many entries as you can (very easy to do) before October 15th. The more entries you get, the better chance you have of winning! Shortly after the 15th, they&#8217;ll announce the [...]]]></description>
			<content:encoded><![CDATA[<div><img src="http://www.gorillasushi.com/files/AdSpaceContest/ContestHeader.jpg" alt="AdSpace Contest" title="Win Ad Space on 10 Blogs!" /></div>
<div style="clear: both"></div>
<p>Here is an interesting  opportunity to get your advertisement displayed on ten differents blogs for free:<strong>The AdSpace Contest</strong></p>
<p>The idea is simple: Get as many entries as you can (very easy to do) before October 15th. The more entries you get, the better chance you have of winning! Shortly after the 15th, they&#8217;ll announce the winner.</p>
<p><strong>The prize?</strong></p>
<p>A 125&#215;125 pixel ad spot (above the fold) on at least <strong>TEN DIFFERENT BLOGS</strong> that will run for one month. That&#8217;s at least a $100 value! <strong>Last month&#8217;s prize grew to be ad spots on 45 blogs!</strong></p>
<p><span id="more-35"></span></p>
<p><strong></strong> <strong>Who else is co-hosting?</strong></p>
<ul>
<li><a href="http://www.jamaipanese.com/">Jamaipanese</a></li>
<li><a href="http://bestofstupid.com/">Best of Stupid</a></li>
<li><a href="http://www.axioblog.com/">AxioBlog</a></li>
<li><a href="http://blog.impactmt.com/">The Big Bald Blog</a></li>
<li><a href="http://www.jasonboom.com/">Jason Boom</a></li>
<li><a href="http://www.joshwhitford.com/">Unconventional Marketing Blog</a></li>
<li><a href="http://www.gorillasushi.com">GorillaSushi </a></li>
<li><a href="http://geekmommashup.com/">Geek Mom Mashup</a></li>
<li><a href="http://itmightbelove.com">It Might Be Love</a></li>
<li><a href="http://mrjavo.com/">Mr. Javo</a></li>
</ul>
<p><strong>How do you enter to win?</strong></p>
<ul>
<li><strong>1 Entry</strong> - Subscribe to any one of the blogs above via email (if you subscribed last month, you&#8217;re already entered again!).</li>
<li><strong>5 Entries</strong> - Twitter about the contest with a link to one of the hosts&#8217; contest posts (<span style="color: #ff0000;">new!</span>)</li>
<li><strong>10 Entries</strong> - Write a post about the contest (must include links to all 10 hosts OR use <a href="http://www.gorillasushi.com/files/AdSpaceContest/SepSampleText.txt">our suggested text</a>)</li>
<li><strong>25 Entries</strong> - Offer up an ad spot on your own blog for one month as part of the prize package (links will be listed above)</li>
</ul>
<p>Simply put, you could subscribe to all 10 blogs, write a post, twitter about it and offer up your own ad spot for a grand total of 50 entries! Fill out the form on any of the host blogs to report your entries.</p>
<p><strong></strong></p>
<p><strong>Contest ends October 15th. </strong>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/09/30/win-ad-space-on-10-blogs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unlocked iPhone 3G available at the apple Store in Hongkong</title>
		<link>http://www.mr-mojo-risin.net/2008/09/26/unlocked-iphone-3g-available/</link>
		<comments>http://www.mr-mojo-risin.net/2008/09/26/unlocked-iphone-3g-available/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 12:53:17 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[gadgets]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[apple store]]></category>

		<category><![CDATA[iphone unlocked]]></category>

		<category><![CDATA[unlock]]></category>

		<category><![CDATA[unlocked]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=34</guid>
		<description><![CDATA[
Officially unlocked iPhone at the Apple Store HK
The Hongkong Apple Store has the legally, officially, hakkx-free unlocked iPhone 3G! The unlocked iPhone 3G purchased at the Apple Online Store can be activated with any wireless carrier. Simply insert the SIM from your current phone into iPhone 3G and connect to iTunes 8 to complete activation. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/09/iphone-3g-unlocked.jpg"><img class="alignnone size-full wp-image-33" style="border: medium none;" title="iphone-3g-unlocked" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/09/iphone-3g-unlocked.jpg" alt="iphone 3g unlocked at apple store hongkong" width="500" height="78" /></a></p>
<p><a title="unlocked iPhone" href="http://store.apple.com/hk/browse/home/shop_iphone/family/iphone" target="_blank">Officially unlocked iPhone at the Apple Store HK</a><br />
The Hongkong Apple Store has the legally, officially, hakkx-free unlocked iPhone 3G! The unlocked iPhone 3G purchased at the Apple Online Store can be activated with any wireless carrier. Simply insert the SIM from your current phone into iPhone 3G and connect to iTunes 8 to complete activation. About $700 will get you an unlocked 8GB version, and the 16GB is just $800.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/09/26/unlocked-iphone-3g-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wanna have! A gadget round up</title>
		<link>http://www.mr-mojo-risin.net/2008/09/25/gadget-round-up/</link>
		<comments>http://www.mr-mojo-risin.net/2008/09/25/gadget-round-up/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 15:19:40 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[gadgets]]></category>

		<category><![CDATA[Android]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[cayman]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[handsets]]></category>

		<category><![CDATA[iPhone 3G]]></category>

		<category><![CDATA[porsche]]></category>

		<category><![CDATA[retro]]></category>

		<category><![CDATA[ruf]]></category>

		<category><![CDATA[solar powered]]></category>

		<category><![CDATA[T-Mobile]]></category>

		<category><![CDATA[T-Mobile G1]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=32</guid>
		<description><![CDATA[Even James Bond would be desperately lost, if Q would not provide him with his genious masterpieces of technikal gadgets. Same as Double-O, those amoung you who have to cut their own path through the street jungle without a license to kill will inestimably value to be able to conjure up the right tool at [...]]]></description>
			<content:encoded><![CDATA[<p>Even James Bond would be desperately lost, if Q would not provide him with his genious masterpieces of technikal gadgets. Same as Double-O, those amoung you who have to cut their own path through the street jungle without a license to kill will inestimably value to be able to conjure up the right tool at the right time.</p>
<p>So here&#8217;re some neat stuff, that might represent the the slight difference between hero and zero, pimp your individual style or could simply work as a life-saver:</p>
<ul>
<li><a title="Porsche Ruf electro car" href="http://blog.wired.com/cars/2008/09/german-tuner-ru.html" target="_blank">Porsche challenges Tesla Motors</a><br />
Alternative drives get hip, so Porsche tuning specialist Ruf constructs an electric version of the Porsche Cayman claiming to have more torque than the Tesla Roadster</li>
<li><a title="T-Mobile G1 Google Android" href="http://www.t-mobileg1.com/g1-learn-features-details.aspx" target="_blank">T-Mobile G1 running Google Android</a><br />
For the early adopters. Google&#8217;s attempt to set foot on the mobile OS market</li>
</ul>
<ul>
<li><a title="Table football" href="http://www.eleventhegame.com" target="_blank">Table Football - style edition</a><a title="Porsche Ruf electro car" href="http://blog.wired.com/cars/2008/09/german-tuner-ru.html" target="_blank"><br />
</a>This one should not be hidden in a dark, shady corner of a bar, here come a real eye-catcher!</li>
<li><a href="http://www.yubz.com">Classic retro telephone handsets</a><br />
Still remember the time, when teleohones had dial plates and huuuge handsets? Here&#8217;s your ticket into the past!</li>
<li><a href="http://www.etsy.com/view_listing.php?listing_id=15500302" target="_blank">Super Mario Brothers metallic graphic Belt Buckle</a><br />
Video games geeks behold! This shows you&#8217;re a seriously gaming addict</li>
<li><a title="soloar powered iPhone case" href="http://www.geekalerts.com/solar-powered-iphone-case/" target="_blank">Solar powered iPhone case<br />
</a>Ok, it ain&#8217;t a real beauty, but definitely might come in handy sometimes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/09/25/gadget-round-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Media Study</title>
		<link>http://www.mr-mojo-risin.net/2008/09/22/social-media-study/</link>
		<comments>http://www.mr-mojo-risin.net/2008/09/22/social-media-study/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 12:54:08 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[Social Marketing]]></category>

		<category><![CDATA[social media]]></category>

		<category><![CDATA[web 2.0]]></category>

		<category><![CDATA[consumer]]></category>

		<category><![CDATA[influence]]></category>

		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=31</guid>
		<description><![CDATA[Interesting study about the usage and the behaviour of social media platform users from over 29 countries from webguild.org:
A new study by Universal McCann called When did we start trusting strangers? found that rather than being passive, consumers have taken not only active, but also creative roles in consumerism. In fact, consumers have become true “consum’actors.” The study was [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting study about the usage and the behaviour of social media platform users from over 29 countries from <a title="webguild.org" href="http://www.webguild.org/2008/09/the-rise-of-social-media-has-made-us-all-influencers.php" target="_blank">webguild.org</a>:</p>
<blockquote><p>A new study by Universal McCann called <em><strong>When did we start trusting strangers?</strong></em> found that rather than being passive, consumers have taken not only active, but also creative roles in consumerism. In fact, consumers have become true “consum’actors.” The study was base on 17,000 Internet users from 29 countries.</p></blockquote>
<p><span id="more-31"></span></p>
<blockquote><p>The study describes a “new influencer landscape” which is characterized by three significant trends: the rise in <strong>social media</strong>, the importance of <strong>digital friends</strong>, and the proliferation of <strong>influencer channels</strong>. The study also mentions the impact of this phenomenon: an <strong>influence economy</strong>, the <strong>democratization of influence</strong>, and the new<strong>“super influencer.”</strong></p></blockquote>
<p>Download the whole study as .pdf file <a title="Social media study" href="http://www.webguild.org/presentations/when_did_we_start_trusting_strangers.pdf" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/09/22/social-media-study/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Arrr! Friendfeed switched their beta version live!</title>
		<link>http://www.mr-mojo-risin.net/2008/09/19/friendfeed-switched-beta-version/</link>
		<comments>http://www.mr-mojo-risin.net/2008/09/19/friendfeed-switched-beta-version/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 09:37:31 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[news aggregators]]></category>

		<category><![CDATA[social media]]></category>

		<category><![CDATA[friendfeed]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=29</guid>
		<description><![CDATA[

Pretty cool! The new features, like application filters, contact categories and und subscription management of the &#8220;secret&#8221; test version one could try out via beta.friendfeed.com now are implemented on the main stage.
Just see: friendfeed.com/mrmojorisin
This is really neat and definitely will make friendfeed even more informative and addictive!
Nice job!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/09/logo-pirate.png"><img class="alignleft size-medium wp-image-30" title="logo-pirate" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/09/logo-pirate.png" alt="logo-pirate Arrr! Friendfeed switched their beta version live! " width="250" height="50" /></a></p>
<div class="cl" ></div>
<p>Pretty cool! The new features, like application filters, contact categories and und subscription management of the &#8220;secret&#8221; test version one could try out via <a title="beta.friendfeed.com" href="http://beta.friendfeed.com" target="_blank">beta.friendfeed.com</a> now are implemented on the main stage.</p>
<p>Just see: <a href="https://friendfeed.com/mrmojorisin">friendfeed.com/mrmojorisin</a></p>
<p>This is really neat and definitely will make friendfeed even more informative and addictive!</p>
<p>Nice job!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/09/19/friendfeed-switched-beta-version/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social media sites</title>
		<link>http://www.mr-mojo-risin.net/2008/09/11/social-media-sites/</link>
		<comments>http://www.mr-mojo-risin.net/2008/09/11/social-media-sites/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 13:22:05 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[Social Marketing]]></category>

		<category><![CDATA[social media]]></category>

		<category><![CDATA[web 2.0]]></category>

		<category><![CDATA[blogcatalog]]></category>

		<category><![CDATA[blogrush]]></category>

		<category><![CDATA[del.icio.us]]></category>

		<category><![CDATA[digg]]></category>

		<category><![CDATA[flickr]]></category>

		<category><![CDATA[friendfeed]]></category>

		<category><![CDATA[fuelmyblog]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[mybloglog]]></category>

		<category><![CDATA[ning]]></category>

		<category><![CDATA[sites]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[toluu]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=18</guid>
		<description><![CDATA[News aggregators:
friendfeed.com
Friendfeed works as a feed of your social community activities, one adds services like flickr, picasa, twitter, google reader, digg, stumbleupon, del.icio.us, youtube, fast.fm and of course own blogs sharing the own post/messages/links with other people and commenting the interesting stuff from others. Seriously good source of hot news right from the streets!

toluu.com
A service [...]]]></description>
			<content:encoded><![CDATA[<h3><span style="text-decoration: underline;"><strong>News aggregators:</strong></span></h3>
<p><a title="friendfeed.com" href="http://friendfeed.com/mrmojorisin" target="_blank">friendfeed.com<br />
</a>Friendfeed works as a feed of your social community activities, one adds services like flickr, picasa, twitter, google reader, digg, stumbleupon, del.icio.us, youtube, fast.fm and of course own blogs sharing the own post/messages/links with other people and commenting the interesting stuff from others. Seriously good source of hot news right from the streets!<br />
<a title=" toluu.com" href="http://www.toluu.com/mrmojorisin" target="_blank"><br />
toluu.com</a><br />
A service to share and tag rss feeds and to find people of the same interest.<br />
Quite new, one still needs an invite code - if you need one drop me a message.<br />
<a title="delicious.com" href="http://delicious.com/mrmojorisin" target="_blank"><br />
delicious.com</a><br />
Social bookmarking site, which recently launched a new, fresh layout, for sharing, tagging links, creating networks with friends/users of the same interest.</p>
<p><span id="more-18"></span></p>
<p><a title="digg.com" href="http://digg.com/users/jwgb" target="_blank">digg.com</a><br />
Vote for news links, pictures or videos of your interest and help creating the famous digg effect, a self-made DOS attack on your website, if you&#8217;re lucky, you (or your server) must be prepared. Lately rumors said that alpha user take money for pushing news to the frontpage, other users claim to banned from Google Adsense due to the unexpected and sudden traffic created by the digg community.</p>
<p>Related:<br />
<a title="socialmedian.com" href="http://www.socialmedian.com" target="_blank">socialmedian.com</a><br />
<a title="stumbleupon.com" href="http://stumbleupon.com" target="_blank">stumbleupon.com</a></p>
<h3><span style="text-decoration: underline;"><strong>Create your own community:</strong></span></h3>
<p><a title="Ning.com" href="http://ning.com" target="_blank">Ning.com</a><br />
This is a platform where one can set up his very own community about any interest, offering video and photo uploads, discussion rooms, messaging, comments, fully editible profiles&#8230;<br />
All a fully grown up community needs, so if one already gather a larger group of the same interest, this is a fine service to establish a exchange of thoughts and opinions.<br />
<a title="del.icio.us" href="http://del.icio.us" target="_blank"><br />
</a></p>
<h3><span style="text-decoration: underline;"><strong>Blog Communities:</strong></span></h3>
<p><a title="Blogcatalog.com" href="http://Blogcatalog.com" target="_blank">Blogcatalog.com</a><br />
Create groups for your own blogs and gather followers to promote events or interesting posts. Start or join groups for gaining from the strenght of the community. Interact via private messages and so called broadcasts you might send to your follwers. It&#8217;s got the social activity componet, too so one is able to see what fellow other bloggers are interested. Providing a widget showing the fans of your blog. A good, thus active and helpful member, might derive traffic from here.</p>
<p><a title="mybloglog.com" href="http://mybloglog.com" target="_blank">mybloglog.com</a><br />
Yahoo&#8217;s mybloglog is pretty similar to blogcatalog, but offering much more service to integrate, plus detailed statistics for your blog for one week or more is one chooses the paid version.</p>
<p><a title="fuelmyblog.com" href="http://fuelmyblog.com" target="_blank">fuelmyblog.com</a><br />
Voting site, if a blog gathers enough votes to reach the home page, one should better be prepared for a shitload of traffic.</p>
<p><a title="blogflux.com" href="http://blogflux.com" target="_blank">blogflux.com</a><br />
Blog Directory offering several paid services, like featured listing in a toplist and stuff.</p>
<p>Related:<br />
<a title="blogexplosion.com" href="http://blogexplosion.com" target="_blank">blogexplosion.com</a><br />
<a title="blogrush.com" href="http://blogrush.com" target="_blank">blogrush.com</a><br />
<a title="qassia.com" href="http://qassia.com" target="_blank">qassia.com</a></p>
<h3><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><strong>Photo Communities:</strong></span></strong></span></h3>
<p><a title="flickr.com" href="http://www.flickr.com/photos/mr-mojo-risin/" target="_blank">flickr.com</a><br />
Very large photo community with free restricted accounts and Premium accounts for 25$ a year. Yahoo.com scared off some users by forcing them to quit or to get a Yahoo ID and after that enabling videos for upload. But the community is still alive and kickin! Lately they set up a deal with Getty Images so in the future users might be able to sell their flickr pics via Getty Images, which could be interesting.</p>
<p>Related:<br />
<a title="picasa.com" href="http://picasa.com" target="_blank">picasa.com</a><br />
<a title="devianart.com" href="devianart.com" target="_blank">devianart.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/09/11/social-media-sites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Browser &#8220;Chrome&#8221;</title>
		<link>http://www.mr-mojo-risin.net/2008/09/02/google-browser-chrome/</link>
		<comments>http://www.mr-mojo-risin.net/2008/09/02/google-browser-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:07:20 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[browser]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=28</guid>
		<description><![CDATA[Google is passing the next logical milestone towards complete internet domination in a determined way, they are releasing their very own browser. Denied since years the gauntlet shall be slapped on Microsoft today at 20:00 GMT and Chrome should be available for download in over 100 countries.
The own browser closes an important gap in the [...]]]></description>
			<content:encoded><![CDATA[<p>Google is passing the next logical milestone towards complete internet domination in a determined way, they are releasing their very own browser. Denied since years the gauntlet shall be slapped on Microsoft today at 20:00 GMT and Chrome should be available for download in over 100 countries.</p>
<p>The own browser closes an important gap in the Google web portfolio, offering already email and office applications, online advertisement, analysis tools, a feed reader, an instant messenger, blog software, online photo albums, translators and not to forget the different websearches.</p>
<p>So it&#8217;ll be interesting, what exactly they will deliver&#8230;</p>
<p>But as Michael Arrington from Techchrunch said, one should think about whether we really want Google to know everything we do online.</p>
<p>(Btw, Techchrunch.com seems to be offline, any coincidence with their critic&#8230;?)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/09/02/google-browser-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modding your Firefox</title>
		<link>http://www.mr-mojo-risin.net/2008/09/01/modding-your-firefox/</link>
		<comments>http://www.mr-mojo-risin.net/2008/09/01/modding-your-firefox/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 15:05:02 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[browser]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[about:config]]></category>

		<category><![CDATA[hacks]]></category>

		<category><![CDATA[hints]]></category>

		<category><![CDATA[optimization]]></category>

		<category><![CDATA[tricks]]></category>

		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=26</guid>
		<description><![CDATA[For customizing Firefox to your personal needs and for maximum performance by using the options menue, close limits are set. But there is more:
By typing &#8220;about:config&#8221; into the address bar and hitting &#8220;Enter&#8221; you will access a vast list of parameters handling the behavior of your Fox. Using Firefox. 2.x you will access this list [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/09/firefox_500x313.jpg"><img class="alignleft size-medium wp-image-27" title="Firefox" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/09/firefox_500x313-300x187.jpg" alt="do not hurt the web - use open standards - use Firefox" width="300" height="187" /></a>For customizing Firefox to your personal needs and for maximum performance by using the options menue, close limits are set. But there is more:<br />
By typing &#8220;about:config&#8221; into the address bar and hitting &#8220;Enter&#8221; you will access a vast list of parameters handling the behavior of your Fox. Using Firefox. 2.x you will access this list without a explanation about the  risks, Firefox 3.x demands you to confirm, that you will be careful, once you done that, the fun may begin&#8230;</p>
<p><span id="more-26"></span></p>
<ul>
<li><strong>Do not show the &#8220;Close Tab&#8221; Button on all open Tabs</strong><br />
FF3 shows the &#8220;Close Tab&#8221; by default on every tab, if you do not want it to do so, change the config here:</p>
<p>Parameter: <strong>browser.tabs.closeButtons</strong><br />
Default value: <strong>1</strong><br />
Possible modifikations:</p>
<ul>
<li><strong>0</strong> [only shows the close button the active tab]</li>
<li><strong>1</strong> [show it on all tabs]</li>
<li><strong>2</strong> [do not show any close buttons on the tabs]</li>
<li><strong>3</strong> [show only one closing button at the end of the tabs row]</li>
</ul>
</li>
<li><strong>Adjusting the width of the tabs</strong><br />
Firefox displays open tabs with a minimum width of 100 pixels, with many opened tabs the user will have to scroll the tab bar. To avoid scrolling or reduce it you can lower that minimal width.</p>
<p>Parameter: <strong>browser.tabs.tabMinWidth</strong><br />
Default value: <strong>100</strong><br />
Possible modifikations:<br />
<strong>0</strong> [disables scrolling completely, any other values will determine a new minimal tab width]</li>
<li><strong>Turn off the session restore function </strong><br />
Personally I do not like this feature very much, I cannot remember having used it willingly (sometimes I clicked the wrong button). So here&#8217;s how to turn it off:</p>
<p>Parameter: <strong>browser.sessionstore.enabled</strong><br />
Default value: <strong>true</strong><br />
Possible modifikations: <strong>false </strong>[by setting the value to "false", the restore dialog won't appear anymore]</li>
<li><strong>Countdown timer before installing an Addon</strong><br />
You&#8217;ve just found the Addon you were hoping for aeons of time, downloaded it, but then there are always these horrible two seconds of waiting till the installation begins&#8230;<br />
Get rid of them!</p>
<p>Parameter: <strong>security.dialog_enable_delay</strong><br />
Default value: <strong>2000</strong> [in milli seconds, which makes in this case 2 seconds]<br />
Possible modifikations: <strong>0</strong> [by setting the value to "0", the installation starts immediately, all other values, specify a delay in milli seconds]</li>
<li><strong>Turn off the Anitivrus Scan</strong><br />
Only in Firefox 3: Downloaded files will have to pass an antivirus scan, which might take a while, if you are leeching a larger file.</p>
<p>Parameter: <strong>browser.download.manager.scanWhenDone</strong><br />
Default value: <strong>true</strong><br />
Possible modifikations: <strong>false</strong><br />
[by setting the value to "false", the scan is disabled, so watch out what you're downloading from which site]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/09/01/modding-your-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internet Explorer 8 Beta 2 released</title>
		<link>http://www.mr-mojo-risin.net/2008/08/29/ie8-beta-2-released/</link>
		<comments>http://www.mr-mojo-risin.net/2008/08/29/ie8-beta-2-released/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 12:17:40 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[InternetExplorer]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[IE8]]></category>

		<category><![CDATA[InPrivate]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[porn mode]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=25</guid>
		<description><![CDATA[Micro$oft presents the next generation of their browser compensatory Internet Explorer 8 Beta 2, claiming as usual, having made is faster, better, easier and more secure&#8230;
One of the problably most discussed features is &#8220;InPrivate&#8221;, sarcastically baptised the &#8220;porn mode&#8221; due to is most striking operation field. But this function is simply an automatism for a [...]]]></description>
			<content:encoded><![CDATA[<p>Micro$oft presents the next generation of their browser compensatory <a title="IE 8 Beta 2" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=33fb40fd-2ee2-476a-a152-ed03734691b3&amp;DisplayLang=en" target="_blank">Internet Explorer 8 Beta 2</a>, claiming as usual, having made is faster, better, easier and more secure&#8230;</p>
<p>One of the problably most discussed features is &#8220;InPrivate&#8221;, sarcastically baptised the &#8220;porn mode&#8221; due to is most striking operation field. But this function is simply an automatism for a standart procedure, which are already offered by several other competitors on the browser market, i.e. &#8220;Clear private data&#8221; function in Firefox.<br />
By concealing the browsing behavior and thus avoiding the data mining by webpages, this function cuts off targeted advertising, which will not be appreciated by the marketing companies.</p>
<p><span id="more-25"></span><br />
So this  measure will be welcomed by the data privacy protectors, but certainly not by the greatest online advertiser, namely Google, who has by the lately swallowed <span id="intelliTXT">DoubleClick for $3.1 billion, who are  specialised in targeted marketing.</span></p>
<p>Hopefully the MS software engineers had been sticking a little bit closer to the standarts defined by the W3 consortium.</p>
<p>On the download page itself M$ only gives common talk:</p>
<p><span>Internet Explorer 8 is the latest version of the familiar web browser you are most comfortable using, helping you get everything you want from the web faster, easier, more privately and securely than ever before.</span></p>
<ul>
<li><strong>Faster</strong> Internet Explorer 8 is more responsive with new pages and tabs, opening up fast and reliably. You can now get to the information you care about most, in fewer steps; one click access to your webmail, favorite news sites or other online services.</li>
<li><strong>Easier</strong> Reduce the steps to accomplish many common tasks, and automate your access to real time information updates. You can keep track of your favorite sports team, news, weather with a single click.</li>
<li><strong>More Private</strong> Helps protect your privacy and confidential information where ever you go on the web.</li>
<li><strong>More Secure</strong> Helps protect and stop malicious software from reaching your PC, and makes it easier to detect when a website is an imposter.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/08/29/ie8-beta-2-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back from Sziget Festival 2008</title>
		<link>http://www.mr-mojo-risin.net/2008/08/21/back-from-sziget-festival-2008/</link>
		<comments>http://www.mr-mojo-risin.net/2008/08/21/back-from-sziget-festival-2008/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 13:45:03 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[miscellaneous]]></category>

		<category><![CDATA[2008]]></category>

		<category><![CDATA[art]]></category>

		<category><![CDATA[budapest]]></category>

		<category><![CDATA[concert]]></category>

		<category><![CDATA[festival]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[sziget]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=23</guid>
		<description><![CDATA[
The Sziget Festival is not only a pure music festival, it also involves art of any kind like dance performances, very impressive Kiton B, acrobats, theater and amazing installations like the Luminarium (Photos). Thus the festival really engages all the senses - and it is a hell-of-a-party for five days!!! Taking place on a lovely [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/08/img_2041_02.jpg"><img class="alignleft size-thumbnail wp-image-22" title="img_2041_02" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/08/img_2041_02-150x150.jpg" alt="Sziget Festival 2008, Budapest, Hungary" width="150" height="150" /></a></p>
<p>The <a title="Sziget festival 2008" href="http://www.sziget.hu/festival_english" target="_blank">Sziget Festival</a> is not only a pure music festival, it also involves art of any kind like dance performances, very impressive <a title="Kiton B" href="http://www.cittavolante.com/2007/" target="_blank">Kiton B</a>, acrobats, theater and amazing installations like the <a title="Luminarium" href="http://www.architects-of-air.com/aoa_main.swf" target="_blank">Luminarium</a> (<a title="Sziget Bilder" href="http://www.flickr.com/photos/mr-mojo-risin/sets/72157606866245080/" target="_blank">Photos</a>). Thus the festival really engages all the senses - and it is a hell-of-a-party for five days!!! Taking place on a lovely island in the Danube in Budapest, the location itself is a fine reason to go for it!</p>
<p>And the music! Here&#8217;s a small excerpt from the line-up - there are over 100 bands and DJs: Iron Maiden, REM, Alanis Morissette, Maceo Parker, Sex Pistols, Babyshambles,  <a name="p109915"></a>Mercedes Peón,<strong> </strong>Leningrad,  <a name="p111769"></a>Harcsa Veronika Quartet,<strong> </strong>Transglobal Underground, Roisin Murphy, Jamiroquai &#8230;</p>
<p>The visitor count is mind blowing, too, the organizers claim having broken the last year&#8217;s record of 385 000 people. Then the festival went over seven days, not only five like this year.</p>
<p>Ok, now one should be able to figure out why there has been no blogging for me in August and why there won&#8217;t be any in August next year!<br />
So just join the madness in 2009, they also got free Internet, but there&#8217;s so much else to discover!</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/08/21/back-from-sziget-festival-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>cuil.com - a new threat for the google empire?</title>
		<link>http://www.mr-mojo-risin.net/2008/07/29/cuil-com-threat-for-google/</link>
		<comments>http://www.mr-mojo-risin.net/2008/07/29/cuil-com-threat-for-google/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 15:02:40 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[search engines]]></category>

		<category><![CDATA[web 2.0]]></category>

		<category><![CDATA[cuil]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[live search]]></category>

		<category><![CDATA[search]]></category>

		<category><![CDATA[search engine]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=14</guid>
		<description><![CDATA[There is someone new in the search engine shark pool: cuil.com.
They do not start silently, they know who is the enemy and the attack is declared:
cuil.com [Cuil means knowledge in Irish] claims to search 121,617,892,992 web pages, which is &#8220;three times as many as Google and ten times as many as Microsoft&#8221;.

About their search method [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/07/cuil-com_01.png"><img class="alignleft size-medium wp-image-15" title="cuil-com_01" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/07/cuil-com_01-300x216.png" alt="Cuil.com - new search engine" width="300" height="216" /></a>There is someone new in the search engine shark pool: <a title="cuil.com" href="http://cuil.com" target="_blank">cuil.com</a>.</p>
<p>They do not start silently, they know who is the enemy and the attack is declared:</p>
<p>cuil.com [Cuil means knowledge in Irish] claims to search 121,617,892,992 web pages, which is &#8220;three times as many as Google and ten times as many as Microsoft&#8221;.<br />
<span id="more-14"></span><br />
About their search method cuil.com unveils the following concept, which is not really that innovative as it sounds:</p>
<blockquote><p>Rather than rely on superficial popularity metrics, Cuil searches for and ranks pages based on their content and relevance. When we find a page with your keywords, we stay on that page and analyze the rest of its content, its concepts, their inter-relationships and the page’s coherency.</p></blockquote>
<p>According personal data protection, cuil wants to inncocent and says not to intend to collect data from it&#8217;s users. A noble plan. indeed, but google wanted to do no evil, too and now is bowing to China&#8217;s censorship restrictions. We&#8217;ll see&#8230;</p>
<p>Cuil.com is offering several new features, like quick link icon in the search term suggestions, roll over descriptions, suggestions to clarify your search that come in tabs and categorized terms related to your search.</p>
<p>The staff from cuil might still hold some aces in behind, with some of them haveing worked at google themselves.<br />
All in all cuil.com comes lean, fast and a nice look featuring some good and promising ideas.<br />
On the other hand lacking some evident features like a country/language restricted search.<br />
Let&#8217;s see how they get started and manage to conquer the hearts and the approvement of the internet usership.</p>
<p>Good luck cuil.com!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/07/29/cuil-com-threat-for-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Media - get some tailwind out of communities</title>
		<link>http://www.mr-mojo-risin.net/2008/07/19/social-media-get-some-tailwind-out-of-communities/</link>
		<comments>http://www.mr-mojo-risin.net/2008/07/19/social-media-get-some-tailwind-out-of-communities/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 20:52:51 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[Social Marketing]]></category>

		<category><![CDATA[social media]]></category>

		<category><![CDATA[community]]></category>

		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[social bookmarking]]></category>

		<category><![CDATA[viral marketing]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=12</guid>
		<description><![CDATA[Viral Marketing, Social Marketing and digg-effect these buzz words symbolize the wet fantasy of many marketeers, making a product, brand or website the latest hype without spending a multi zillion Dollar budget on advertisement, sponsoring and PR.
The good news: Yes, it&#8217;s possible, no doubt. The bad one: It&#8217;s hard work combined with sensitiveness, knowledge  [...]]]></description>
			<content:encoded><![CDATA[<p>Viral Marketing, Social Marketing and digg-effect these buzz words symbolize the wet fantasy of many marketeers, making a product, brand or website the latest hype without spending a multi zillion Dollar budget on advertisement, sponsoring and PR.<br />
The good news: Yes, it&#8217;s possible, no doubt. The bad one: It&#8217;s hard work combined with sensitiveness, knowledge  and a certain dose of  luck.<br />
Simply dropping posts in forums, flooding social bookmarking sites with links and lean back, is like waiting for a good fairy granting three wishes, it might probably never happen.</p>
<p>There will never be a manual for the buckshot, but it&#8217;s no rocket-science either:<br />
<span id="more-12"></span></p>
<ul>
<li>Examine several services and communities for their relevance according your product or the compatibility of their users.</li>
<li>Learn as much as possible about the offered features and tools and how to use them to your advantage, i.e the shout function on <a title="digg.com" href="http://digg.com" target="_blank">digg.com</a> or broadcasts on <a title="blogcatalog.com" href="http://blogcatalog.com" target="_blank">blogcatalog.com </a>.</li>
<li>Create rooms, groups and further communities dealing with your topics and invite people who could be interested in your affairs. Share your knowledge and consider giving informations about your competitors (in a objective manner) and point out why your service/product is a better choice.</li>
<li>Be honest, avoid vast exaggerations or desperately trying to hide weak points of your product. They be unvealed and this will be a backlash for and won&#8217;t increase your credibility.</li>
<li>Use the feedback of the community, like emails, comments or blog reviews, learn from them and improve your product. Don&#8217;t forget to give credits back, so the critics might be teased and report in a positive manner about you.</li>
<li>A community is a give and take - or at least it should be - so take part and comment, vote and pay attention to other users postings, they will reward it. Plus you will collect valuable information about your target audience.</li>
<li>Keep your account up to date and fresh, nobody will interact with a nominal member.</li>
<li>Do not act too aggressive, less is more sometimes. If you bother other users too much they will  block you, mark you as spammer, kick you out of the community. Be sensitive, treat others like you would like to be treated. Messing it up, your good reputation and credibility will be annihilated and barely can be reestablished. So handle with care!</li>
<li>Additional helping and useful informations that enrich the community related to your topic should be shared, too. This will integrate you as an active and worthy member and draw attention on your concerns. Only repeating marketing slogans like mantras is scaring and boring to people.</li>
<li>Engage your friends, family, coworkers to join, vote for you or recommend your product and giving you an initial aid to start. Mostly  a certain critical  mass has to be reached  after  that  the community gets aware of you  and the  rest  is surfing  the  wave !</li>
</ul>
<p>Good luck on your mission!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/07/19/social-media-get-some-tailwind-out-of-communities/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Concept spaceships - an art blog</title>
		<link>http://www.mr-mojo-risin.net/2008/07/15/concept-spaceships-an-art-blog/</link>
		<comments>http://www.mr-mojo-risin.net/2008/07/15/concept-spaceships-an-art-blog/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 18:35:40 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
		
		<category><![CDATA[art]]></category>

		<category><![CDATA[graphic]]></category>

		<category><![CDATA[concept]]></category>

		<category><![CDATA[conceptual]]></category>

		<category><![CDATA[illustration]]></category>

		<category><![CDATA[ship]]></category>

		<category><![CDATA[space]]></category>

		<category><![CDATA[spaceships]]></category>

		<category><![CDATA[star wars]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=9</guid>
		<description><![CDATA[
Here you find an amazing collection of conceptual art illustrations of space ships, experimental flying devices and fighting drones.  Real ones and fictional futuristic design concepts. Plus featuring several cool illustrations from Ralph McQuarries STAR WARS Portfolio, can&#8217;t tell how I like such stuff!
Take a look at the concept spaceships!
]]></description>
			<content:encoded><![CDATA[<div class="blog-img left"><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2008/07/daniel-simmon_01.jpg"><img class="alignleft size-medium wp-image-10" title="daniel-simmon_01" src="http://www.mr-mojo-risin.net/wp-content/uploads/2008/07/daniel-simmon_01-300x169.jpg" alt="Daniel Simmon Space Design" width="300" height="169" /></a></div>
<p style="text-align: justify;">Here you find an amazing collection of conceptual art illustrations of space ships, experimental flying devices and fighting drones.  Real ones and fictional futuristic design concepts. Plus featuring several cool illustrations from <a title="Ralph McQuarrie" href="http://www.ralphmcquarrie.com" target="_blank">Ralph McQuarries STAR WARS Portfolio</a>, can&#8217;t tell how I like such stuff!</p>
<p style="text-align: justify;">Take a look at the <a title="Concept spaceships" href="http://conceptships.blogspot.com/" target="_blank">concept spaceships</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/07/15/concept-spaceships-an-art-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS - 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 - 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(&#8221;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>
]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2008/07/13/css-basic-hints/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
