<?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>Ideas lab &#187; Ideas</title>
	<atom:link href="https://ideas.lcsthlm.com/?cat=6&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://ideas.lcsthlm.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 17 May 2014 21:05:07 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Clever Pedigree Screen and Dog Saver minimalist</title>
		<link>https://ideas.lcsthlm.com/?p=10049</link>
		<comments>https://ideas.lcsthlm.com/?p=10049#comments</comments>
		<pubDate>Sat, 17 May 2014 19:37:19 +0000</pubDate>
		<dc:creator><![CDATA[Les Creatives STHLM]]></dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://ideas.lcsthlm.com/?p=10049</guid>
		<description><![CDATA[At the office, whenever you’re at a meeting or having some coffee — that is, when you’re away from the computer — the screen saver will come on. The same thing also takes place very frequently with computers located at shops, cyber cafés and other public venues. We decided to use screensavers as media and turn them into a virtual pet adoption fair. The screensaver is available for all platforms and displays videos of dogs that are up for adoption.]]></description>
				<content:encoded><![CDATA[<p>At the office, whenever you’re at a meeting or having some coffee — that is, when you’re away from the computer — the screen saver will come on. The same thing also takes place very frequently with computers located at shops, cyber cafés and other public venues.</p>
<p>We decided to use <a href="http://www.screenanddogsaver.com.br/" target="_blank">screensavers</a> as media and turn them into a virtual pet adoption fair. The screensaver is available for all platforms and displays videos of dogs that are up for adoption.</p>
<p><iframe src="//www.youtube.com/embed/uxMC-2Dv_HA" width="853" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://ideas.lcsthlm.com/?feed=rss2&#038;p=10049</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happiness is only real when shared</title>
		<link>https://ideas.lcsthlm.com/?p=32</link>
		<comments>https://ideas.lcsthlm.com/?p=32#comments</comments>
		<pubDate>Sun, 30 Mar 2014 08:26:00 +0000</pubDate>
		<dc:creator><![CDATA[Les Creatives STHLM]]></dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://pixelgrade.com/demos/heap/?p=32</guid>
		<description><![CDATA[I’ve developed great respect for people who have the ability to touch my soul, despite it being the first time talking each other.]]></description>
				<content:encoded><![CDATA[<p>Egraphy is the process of creating still or moving pictures by recording radiation on a sensitive medium like film or an electronic sensor. The products of photography are called negatives and photographs, the latter being developed from the negatives.</p>
<p>Artists are crafters of human thought and emotion. Think about that .. its massive. It is for us to inspire and motivate. To merely duplicate is to devastate. True innovation is born on the wings of reality, but will always fly one mile higher. Don’t ever think for a moment we are merely couriers of imitation to some sort of “reality”.</p>
<h2>Give the idea a shower</h2>
<p>The seed needs to be soaked in an inspiration shower (patent pending). I hunt the interwebs for cool UI patterns and archive them in a massive Photoshop file. For example, when working on YouTube TV I grabbed hundreds of examples of future UI from futurists like Jayse Hansen and Neil Huxley.</p>
<p>Tiny women carry amazingly large bags, twice their eighty-pound weight. Some of the women carry babies in slings around front. A good adult picker can harvest over two hundred pounds of cherries and earn $8 a day, more than twice the Guatemalan minimum daily wage.</p>
<blockquote><p>Compel your audience. Capture the moment. Light with purpose. If a picture is worth a thousand words, what’s a talking picture worth?</p></blockquote>
<p>While I’m not the best photographer you’ll bump into, my images are worth something. It’s hard to put a monetary value on some shots, but those photos sell, and those photos arouse emotions.</p>
<p>And beyond that, those are one-in-a-lifetime experiences that I documented through my photo trips. And beyond that, those are one-in-a-lifetime experiences that I documented through my photo trips.</p>
]]></content:encoded>
			<wfw:commentRss>https://ideas.lcsthlm.com/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Programming</title>
		<link>https://ideas.lcsthlm.com/?p=84</link>
		<comments>https://ideas.lcsthlm.com/?p=84#comments</comments>
		<pubDate>Thu, 20 Mar 2014 12:05:31 +0000</pubDate>
		<dc:creator><![CDATA[Les Creatives STHLM]]></dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://pixelgrade.com/demos/heap/?p=84</guid>
		<description><![CDATA[Code highlighted inside this post, so you can share easily code with your fellow readers.]]></description>
				<content:encoded><![CDATA[<p>Code highlighted inside this post, so you can share easily code with your fellow readers.</p>
<p>Syntax highlighting is one strategy to improve the readability and context of the text; especially for code that spans several pages. The reader can easily ignore large sections of comments or code, depending on what they are looking for. Syntax highlighting also helps programmers find errors in their program.</p>
<h3>JavaScript Code</h3>
[prism key="code_snippet" language="javascript"]
<h3>HTML Markup</h3>
<p>This is some HTML  code to present the markup:</p>
[prism key="code_snippet_html" language="markup"]
<p><span style="line-height: 1.5em;">We’re using a lightweight, robust and elegant syntax highlighting plugin called </span><a style="line-height: 1.5em;" href="http://wordpress.org/plugins/prism-detached/">Prism code highlighter WordPress</a><span style="line-height: 1.5em;">to help do a good job on this.</span></p>
]]></content:encoded>
			<wfw:commentRss>https://ideas.lcsthlm.com/?feed=rss2&#038;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
