<?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>Commind</title> <atom:link href="http://www.commind.se/feed/" rel="self" type="application/rss+xml" /><link>http://www.commind.se</link> <description>App Developer - iPhone, iPad, Android - Malmö, Sweden</description> <lastBuildDate>Mon, 04 Jun 2012 22:10:37 +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>The couch concept</title><link>http://www.commind.se/blog/2012/05/the-couch-concept/</link> <comments>http://www.commind.se/blog/2012/05/the-couch-concept/#comments</comments> <pubDate>Wed, 30 May 2012 12:04:35 +0000</pubDate> <dc:creator>Emilie Hallgard</dc:creator> <category><![CDATA[Office]]></category><guid isPermaLink="false">http://www.commind.se/?p=310</guid> <description><![CDATA[&#160; Why does an office look the way it does? Well, we haven&#8217;t analyzed it deeply, but we have a theory that it comes from the days when things were all paper-based. Suddenly man had climbed into the office from the field and needed a flat surface on which he could put his paper and [...]]]></description> <content:encoded><![CDATA[<p style="text-align: center;"><p>&nbsp;</p><p><a href="http://www.commind.se/wp-content/uploads/2012/05/commind_couch633.png?073992"><img class="aligncenter size-full wp-image-319" title="commind_couch633" src="http://www.commind.se/wp-content/uploads/2012/05/commind_couch633.png?073992" alt="" width="633" height="473" /></a></p><p>Why does an office look the way it does? Well, we haven&#8217;t analyzed it deeply, but we have a theory that it comes from the days when things were all paper-based. Suddenly man had climbed into the office from the field and needed a flat surface on which he could put his paper and his jar of ink. Papers turned into more papers; letters, copies, printed papers, and the ink was replaced by a sturdy type writer. If you were more in the creative business it was completely logical to sit by your desk and sketch. This is not the case today. Sure, we at Commind do some sketching now and then, and sure we come in contact with papers, but our daily work is mainly done on computers.</p><p>It all started by coincidence, when Max was sitting alone in the office and found himself more often with his laptop in the couch than in his office chair. Being a man with a history of back-problems he soon noticed that he felt good. The couch made him shift his posture several times every hour and was a lot more confortable than the chair. When Oskar joined he sank down into one of the armchairs and hasn&#8217;t moved since. As Commind grew the couches and armchairs filled up. The couch concept not only provides comfortable seating, but also creates a completely fluent environment where small things are discussed immediately and you will always find someone to help you with your problems. Micro-meetings are taking place constantly, and we admit: this does require a certain amount of focus from the ones not included in that particular meeting, who needs to turn off their ears. However this has so far never been a problem, we all have experiences from great office landscapes and the negative effects of the micro-meetings are by far exceeded by the positive; You can have half an ear on the conversation and it&#8217;s easy to keep up with what&#8217;s going on in different projects.</p><p>In September we will be moving to a new office and recently got the question if we were to bring the couches. The answer is naturally yes! We have no back problems, the environment around the couches is creative and dynamic and even the physiotherapists behind the book &#8220;Fit while you sit&#8221; think we are on to something good!</p><p>Keep your eyes open for our &#8220;Couch manifesto&#8221; &#8211; soon in an office near you!</p> ]]></content:encoded> <wfw:commentRss>http://www.commind.se/blog/2012/05/the-couch-concept/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The art of Nine-patching</title><link>http://www.commind.se/blog/2012/03/the-art-of-nine-patching/</link> <comments>http://www.commind.se/blog/2012/03/the-art-of-nine-patching/#comments</comments> <pubDate>Fri, 30 Mar 2012 08:22:00 +0000</pubDate> <dc:creator>Emilie Hallgard</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category><guid isPermaLink="false">http://www.commind.se/?p=286</guid> <description><![CDATA[As an example of what is taught in our App Graphics course we will in this blogpost walk you through the art of nine-patching. It is still rather common that a mobile application is first created for iPhone and later adjusted for Android. This was the case with our app Fit While You Sit. Creating [...]]]></description> <content:encoded><![CDATA[<p>As an example of what is taught in our App Graphics course we will in this blogpost walk you through the art of nine-patching.</p><p>It is still rather common that a mobile application is first created for iPhone and later adjusted for Android. This was the case with our app Fit While You Sit.<br /> Creating graphics for iPhone is simple. You have <em>two</em> fixed sizes; <strong>320x 480 px</strong> and the Retina display at <strong>640x 960px.</strong> This means you can design your UI pretty much as you please, like in the below picture. The single png-file can be delivered to the developer, who creates invisble buttons to work in your layout.</p><p>&nbsp;</p><div id="attachment_287" class="wp-caption aligncenter" style="width: 850px"><a href="http://www.commind.se/wp-content/uploads/2012/03/stillasittare1.png?073992"><img class="size-full wp-image-287 " title="stillasittare1" src="http://www.commind.se/wp-content/uploads/2012/03/stillasittare1.png?073992" alt="" width="840" height="700" /></a><p class="wp-caption-text">For iPhone a single png-file can be delivered and the developer creates invisible buttons on top (right image).</p></div><p style="text-align: left;">This is not the case for Android. For Android you are encouraged to deliver graphics for their four generalized sizes; ldpi, mdpi, hdpi and xhdpi. However, within each of these resolutions there are numerous devices in different sizes and with different display proportions. This means your Android app may end up on a screen with proportions you have not designed for. And it may look terrible.<br /> So what can you do? <span id="more-286"></span><br /> First thing is to separate the different elements of your view into several png-files. In this case we have the background with the tabs, the tab icons, the two buttons and the illustration. You do this in order to be able to scale each element separately.</p><div id="attachment_293" class="wp-caption aligncenter" style="width: 754px"><a href="http://www.commind.se/wp-content/uploads/2012/03/stillasittare22.png?073992"><img class="size-full wp-image-293" title="stillasittare2" src="http://www.commind.se/wp-content/uploads/2012/03/stillasittare22.png?073992" alt="" width="744" height="620" /></a><p class="wp-caption-text">Separate the different elements in the picture; background tabs, illustration, tab icons and buttons.</p></div><p style="text-align: left;"><p style="text-align: left;">Next step is to figure out which of these can be scaled unproportionally without distorting the look. Usually it is the background, which often consists of a colour or a gradient. In this case, however, stretching the background would distort the tabs and their corner radiuses.</p><p>When you have a case like this you have the great opportunity to use the Androids nine-patching tool, Draw9patch. It is included in the Tools- folder in the Android SDK which you easily download <a title="Android SDK" href="http://developer.android.com/sdk/index.html" target="_blank">here</a>.</p><p>In this tool you drop or open the graphics you wish to nine-patch and right away the tool creates a one-pixel border around you png file. This is where you will tell the program what parts can be stretched. By drawing a black one-pixel wide line or just a 1&#215;1 px dot you tell the program that this part can stretch. The indication also means that the stretched area will never become smaller than the size of the mark.</p><div id="attachment_289" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.commind.se/wp-content/uploads/2012/03/stillasittare3.png?073992"><img class="size-full wp-image-289" title="stillasittare3" src="http://www.commind.se/wp-content/uploads/2012/03/stillasittare3.png?073992" alt="" width="630" height="570" /></a><p class="wp-caption-text">Background with indications for nine-patching.</p></div><p style="text-align: left;">In this case we created one large indication in the middle of the background gradient, and another, 1&#215;1 px pixel indication in the center of the tabs for vertical stretching.<br /> For horizontal stretching we created a 1&#215;1 px  indication for each tab to transform them separately.<br /> Straight away the nine-patching program gives you a preview of how your graphics will look when stretched in different ways.<br /> Worth noting is that if you start making indications to the right and top of your graphics, this will indicate padding instead of nine-patch-area.<br /> When you are satisfied with the result the new png shall be saved with the suffix .9.png in order to work in the code. (for example: <em>background.9.png</em>)</p><p>Now we have prepared the background to transform nicely on any screen, no matter size or proportions.<br /> The rest of the graphics will be placed on top and scaled proportionally.</p> ]]></content:encoded> <wfw:commentRss>http://www.commind.se/blog/2012/03/the-art-of-nine-patching/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>App graphics course</title><link>http://www.commind.se/blog/2012/03/app-graphics-course/</link> <comments>http://www.commind.se/blog/2012/03/app-graphics-course/#comments</comments> <pubDate>Wed, 28 Mar 2012 11:37:53 +0000</pubDate> <dc:creator>Emilie Hallgard</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category><guid isPermaLink="false">http://www.commind.se/?p=275</guid> <description><![CDATA[&#160; In our previous cooperations with advertising bureaus and communication firms we have discovered that there is a lot of great designers out there, but also a lack of knowledge in how to create and adjust graphics to work in mobile devices. The knowledge-glitch often causes a lot of extra work for developers and in-house [...]]]></description> <content:encoded><![CDATA[<p><a href="http://www.commind.se/wp-content/uploads/2012/03/bloggpost1.png?073992"><img class="aligncenter size-full wp-image-279" title="App_Graphics_Course" src="http://www.commind.se/wp-content/uploads/2012/03/bloggpost1.png?073992" alt="" width="600" height="393" /></a></p><p>&nbsp;</p><p>In our previous cooperations with advertising bureaus and communication firms we have discovered that there is a lot of great designers out there, but also a lack of knowledge in how to create and adjust graphics to work in mobile devices. The knowledge-glitch often causes a lot of extra work for developers and in-house designers when they need to cut, rename and modify the delivered files into something useful.</p><p><span id="more-275"></span></p><p>This gave us the idea to offer a one-day course in how to create great mobile graphics, and it is now ready and awaiting participants. It targets desginers who already has extensive knowledge in the most common design tools, such as Photoshop and Illustrator. Also worth mentioning is that it is not a design course, we assume designers already know that. It&#8217;s a one-day lesson in how to create correct and functional mobile graphics.</p><p>The course is very hands-on and comes with a complete mobile-graphics-bible in which all details are written down.</p><p>Main course bullets are:</p><ul><li><strong>Create functional wireframes</strong> for both interaction and graphics</li><li><strong>UI elements</strong> – What are they, how are they used, and when to create new ones</li><li><strong>Copy</strong> – How to handle a localized app</li><li><strong>Graphics</strong> – What to deliver and in what sizes</li><li><strong>Graphics tips &amp; tricks</strong> – Photoshop tips for pixel perfect graphics</li><li><strong>Animations</strong> – How to create functaional and high performing animations</li><li><strong>Social media</strong> – Integrating Facebook, Twitter, etc</li><li><strong>Smart delivery</strong> – The most efficient way to deliver assets from designer to developers. How to name files and folders</li><li><strong>Flow of action</strong> – What should be delivered when</li></ul><p>Sign up for the App Graphics Course <a title="App Graphics Course" href="http://www.commind.se/mobilegraphics/" target="_blank">here.</a></p> ]]></content:encoded> <wfw:commentRss>http://www.commind.se/blog/2012/03/app-graphics-course/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Augmented reality is ready</title><link>http://www.commind.se/blog/2012/03/augmented-reality-is-ready/</link> <comments>http://www.commind.se/blog/2012/03/augmented-reality-is-ready/#comments</comments> <pubDate>Thu, 01 Mar 2012 13:33:16 +0000</pubDate> <dc:creator>Martin Kretz</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Inspiration]]></category><guid isPermaLink="false">http://www.commind.se/?p=111</guid> <description><![CDATA[Wikipedia explains Augmented Reality as: It&#8217;s a good definition, but as always, it is better explained in images or videos. So we made a few videos for you on each of the concepts we have created. Augmented Paper Paper is great. It has been around for thousands of years and works really well for text. [...]]]></description> <content:encoded><![CDATA[<h2></h2><p><a href="http://www.commind.se/wp-content/uploads/2012/02/iphone_lsc.png?073992"><img class="alignnone  wp-image-147" title="Augmented Paper" src="http://www.commind.se/wp-content/uploads/2012/02/iphone_lsc.png?073992" alt="" width="630" height="387" /></a>Wikipedia explains Augmented Reality as:</p><p style="text-align: left;"><div class="woo-sc-quote boxed"><p>Augmented reality (AR) is a live, direct or indirect, view of a physical, real-world environment whose elements are augmented by computer-generated sensory input such as sound, video, graphics or GPS data.<br /> <span style="text-align: right;"></p></div></span></p><p>It&#8217;s a good definition, but as always, it is better explained in images or videos. So we made a few videos for you on each of the concepts we have created.</p><p><span id="more-111"></span></p><h2>Augmented Paper</h2><p>Paper is great. It has been around for thousands of years and works really well for text. But when it comes to images of real world objects it&#8217;s a bit&#8230; flat.</p><p>And we have the solution to that problem!</p><p>We used a plain off-the-shelf leaflet and created an application that recognizes and extends it. When you look at the leaflet in the viewfinder of the app a 3D model pops up and it all comes to life.</p><p>We believe this will significantly extend the life time of the leaflet, and also allow for digital sharing where it was traditionally not possible before.</p><p><iframe width="500" height="281" src="http://www.youtube.com/embed/nFHTOsIB2ME?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p><p>&nbsp;</p><h2>Augmented Packaging</h2><p>Retail packaging fight to be seen on the store shelves. And some are so small they don&#8217;t have room to fit all the information they would like to include.</p><p>With augmented reality on retail packaging it can both stand out and include more information on the product. It is also a great opportunity to include deals on the products, that can be tailored to fit the identity of the user.</p><p><iframe width="500" height="281" src="http://www.youtube.com/embed/_S_CekfLcug?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p><p>&nbsp;</p><h2>Augmented Livingroom</h2><p>Have you ever wanted to buy a chair or a sofa, but wondered if it was too big? Or too small? Or just mismatch in style?</p><p>Well, so have we.</p><p>That is why we created the concept to preview what a piece of furniture would look lite at home. Just put a paper on the floor, and the app viewfinder will display e.g. a chair true to size and material in your living room.</p><p>No need to carry home bulky furniture to try them out in your livingroom and then having to return them again.</p><p><iframe width="500" height="281" src="http://www.youtube.com/embed/z_fiOKLamZs?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p><p>&nbsp;</p><h2>Augmented Anything</h2><p>Do you have an idea of something that can be augmented in your business? Let us know! We can easily and quickly create concepts to prove your ideas, and bring them to life as a product.</p><style type="text/css">div#maxbutton-1-container{display:inline-block;margin-top:40px;margin-bottom:40px}a#maxbutton-1{text-decoration:none;color:#fff;font-family:Arial;font-size:20px;font-style:normal;font-weight:bold;padding-top:15px;padding-right:40px;padding-bottom:15px;padding-left:40px;background-color:#82a61e;background:linear-gradient(#82a61e 45%, #43660e);background:-moz-linear-gradient(#82a61e 45%, #43660e);background:-o-linear-gradient(#82a61e 45%, #43660e);background:-webkit-gradient(linear, left top, left bottom, color-stop(.45, #82a61e), color-stop(1, #43660e));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#82a61e", endColorStr="#43660e");-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#82a61e", endColorStr="#43660e");border-style:solid;border-width:1px;border-color:#618926;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;text-shadow:0px -1px 0px #38570b;box-shadow:0px 0px 2px #333}a#maxbutton-1:visited{text-decoration:none;color:#fff}a#maxbutton-1:hover{text-decoration:none;color:#fff;background-color:#457a00;background:linear-gradient(#457a00 45%, #1e4200);background:-moz-linear-gradient(#457a00 45%, #1e4200);background:-o-linear-gradient(#457a00 45%, #1e4200);background:-webkit-gradient(linear, left top, left bottom, color-stop(.45, #457a00), color-stop(1, #1e4200));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#457a00", endColorStr="#1e4200");-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#457a00", endColorStr="#1e4200");border-color:#185703;text-shadow:0px -1px 0px #254508;box-shadow:0px 0px 2px #333}</style><div id="maxbutton-1-container"><a id="maxbutton-1" href="http://www.commind.se/about/" >Contact Us</a></div> ]]></content:encoded> <wfw:commentRss>http://www.commind.se/blog/2012/03/augmented-reality-is-ready/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>King of the Slope is nominated!</title><link>http://www.commind.se/blog/2012/02/king-of-the-slope-is-nominated/</link> <comments>http://www.commind.se/blog/2012/02/king-of-the-slope-is-nominated/#comments</comments> <pubDate>Tue, 28 Feb 2012 09:03:51 +0000</pubDate> <dc:creator>Karl Söderström</dc:creator> <category><![CDATA[Development]]></category><guid isPermaLink="false">http://www.commind.se/?p=169</guid> <description><![CDATA[The iPhone and Android app, King of the Slope, that we developed on assignment from the Swedish power company Vattenfall, has been nominated for Gyllene Hjulet (link in Swedish), a prestigious award for sponsoring and events. King of the Slope fits well in Vattenfall&#8217;s sponsoring of Swedish skiing, and allows anyone to track their skiing results. You can track [...]]]></description> <content:encoded><![CDATA[<p>The iPhone and Android app, <a title="King of the Slope" href="http://www.commind.se/work/king-of-the-slope/">King of the Slope</a>, that we developed on assignment from the Swedish power company <a title="Vattenfall" href="http://www.vattenfall.com">Vattenfall</a>, has been <a title="Gyllene Hjulet" href="http://www.gyllenehjulet.se/nomineringar/2012/kingoftheslope">nominated for Gyllene Hjulet</a> (link in Swedish), a prestigious award for sponsoring and events.</p><p><a href="http://www.commind.se/wp-content/uploads/2012/01/kots_slide.png?073992"><img class="wp-image-28 aligncenter" title="King of the Slope" src="http://www.commind.se/wp-content/uploads/2012/01/kots_slide.png?073992" alt="" width="560" height="344" /></a></p><p><span id="more-169"></span></p><p>King of the Slope fits well in Vattenfall&#8217;s sponsoring of Swedish skiing, and allows anyone to track their skiing results. You can track your vertical drop, average speed, how much energy you&#8217;ve generated, and many other attributes. Competing with your Facebook friends and for the overall King of the Slope title on a given resort makes it even more exciting!</p><p style="text-align: center;"><a href="http://www.commind.se/itunes/g/app/474566243/"><img class="appstore_image" src="/wp-content/plugins/commind-appstore-links/appstore.png?073992" width="160" height="61"/></a> <a href="https://market.android.com/details?id=com.vattenfall.kingoftheslope"><img class="appstore_image" src="/wp-content/plugins/commind-appstore-links/market.png?073992" width="156" height="60"/></a></p><p style="text-align: center;"><iframe src="http://www.youtube.com/embed/go_jmwNmhpU?&amp;autohide=1&amp;showinfo=0" frameborder="0" width="560" height="315"></iframe></p> ]]></content:encoded> <wfw:commentRss>http://www.commind.se/blog/2012/02/king-of-the-slope-is-nominated/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tree of Life is released</title><link>http://www.commind.se/blog/2012/02/tree-of-life-is-released/</link> <comments>http://www.commind.se/blog/2012/02/tree-of-life-is-released/#comments</comments> <pubDate>Thu, 02 Feb 2012 13:22:40 +0000</pubDate> <dc:creator>Martin Kretz</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category><guid isPermaLink="false">http://www.commind.se/?p=170</guid> <description><![CDATA[Together with our friends at Magic 8 Studio we have created Tree of Life - a beautiful Android Live Wallpaper.  The concept is simple and beautiful &#8211; a wallpaper that follows the time of day: The sun moves throughout the day, resulting in a beautiful sunrise and a stunning sunset. Alive, with fireflies and butterflies, following your taps. Fluffy clouds [...]]]></description> <content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/aYSj0nBIfn4?feature=player_embedded" frameborder="0" width="640" height="360"></iframe></p><p><strong>Together with our friends at <a title="Magic 8 Studio" href="http://www.magic8.se" target="_blank">Magic 8 Studio</a> we have created <a title="Tree of Life" href="http://www.commind.se/treeoflife">Tree of Life</a> - a beautiful Android Live Wallpaper. </strong></p><p><span id="more-170"></span></p><p>The concept is simple and beautiful &#8211; a wallpaper that follows the time of day:</p><ul><li>The sun moves throughout the day, resulting in a beautiful sunrise and a stunning sunset.</li><li>Alive, with fireflies and butterflies, following your taps.</li><li>Fluffy clouds form an easy-to-read clock in the sky</li><li>At night the magical northern light flows across the screen</li><li>Tweak the colors and customize the wallpaper</li></ul><p style="text-align: left;">And we are proud to announce that<strong> it is available today!</strong></p><p style="text-align: left;"><style type="text/css">div#maxbutton-1-container{display:inline-block;margin-top:40px;margin-bottom:40px}a#maxbutton-1{text-decoration:none;color:#fff;font-family:Arial;font-size:20px;font-style:normal;font-weight:bold;padding-top:15px;padding-right:40px;padding-bottom:15px;padding-left:40px;background-color:#82a61e;background:linear-gradient(#82a61e 45%, #43660e);background:-moz-linear-gradient(#82a61e 45%, #43660e);background:-o-linear-gradient(#82a61e 45%, #43660e);background:-webkit-gradient(linear, left top, left bottom, color-stop(.45, #82a61e), color-stop(1, #43660e));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#82a61e", endColorStr="#43660e");-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#82a61e", endColorStr="#43660e");border-style:solid;border-width:1px;border-color:#618926;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;text-shadow:0px -1px 0px #38570b;box-shadow:0px 0px 2px #333}a#maxbutton-1:visited{text-decoration:none;color:#fff}a#maxbutton-1:hover{text-decoration:none;color:#fff;background-color:#457a00;background:linear-gradient(#457a00 45%, #1e4200);background:-moz-linear-gradient(#457a00 45%, #1e4200);background:-o-linear-gradient(#457a00 45%, #1e4200);background:-webkit-gradient(linear, left top, left bottom, color-stop(.45, #457a00), color-stop(1, #1e4200));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#457a00", endColorStr="#1e4200");-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#457a00", endColorStr="#1e4200");border-color:#185703;text-shadow:0px -1px 0px #254508;box-shadow:0px 0px 2px #333}</style><div id="maxbutton-1-container"><a id="maxbutton-1" href="http://www.commind.se/treeoflife/" >Read more here!</a></div></p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.commind.se/blog/2012/02/tree-of-life-is-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: www.commind.se @ 2013-05-23 19:59:42 by W3 Total Cache -->