<?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>scott kosman &#8211; Scott Kosman.</title>
	<atom:link href="https://prayingmadness.github.io/author/scott/feed/" rel="self" type="application/rss+xml" />
	<link>https://prayingmadness.github.io/</link>
	<description>Est. 1976. Technical Director and possible Fictional Character.</description>
	<lastBuildDate>Wed, 01 Aug 2018 06:06:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.7</generator>
	<item>
		<title>iPad Sand Drawing</title>
		<link>https://prayingmadness.github.io/ipad-sand-drawing/</link>
		<pubDate>Tue, 31 Jul 2018 18:16:49 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://prayingmadness.github.io/?p=203</guid>
		<description><![CDATA[This project was created for De Bijenkorf, a high-end department store in Amsterdam, as part of a summer promotion where they were giving away a beach vacation. De Bijenkorf had an iPad app that was essentially a native wrapper for an HTML/CSS/JS CMS so we were able to build this project using web standards. The&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/ipad-sand-drawing/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p>This project was created for De Bijenkorf, a high-end department store in Amsterdam, as part of a summer promotion where they were giving away a beach vacation. De Bijenkorf had an iPad app that was essentially a native wrapper for an HTML/CSS/JS CMS so we were able to build this project using web standards. The idea here was to present the user with a virtual beach, their task was to draw the name of their dream vacation in the sand and the best entry would win a trip to their beach of choice.</p>
<p><a href="https://prayingmadness.github.io/sand-drawing/">prayingmadness.github.io/sand-drawing</a></p>
<p>What you see here is the sand-drawing portion of the application – along with this I had built a backend application that would capture the &lt;canvas&gt; element as a static image and upload it to a gallery hosted on De Bijenkorf&#8217;s Facebook page (that gallery is, unfortunately, lost to the ravages of time).</p>
<p>The sand-drawing part of the application can still be used (obviously I&#8217;ve stunted the submission portion), however as this was strictly written to be iPad-<em>only</em> it won&#8217;t function at all in a desktop browser (it makes heavy use of iOS-specific touch events), and while it will work on an iPhone some of the controls (erase, submit) are off-screen. Setting Chrome to <a href="https://developers.google.com/web/tools/chrome-devtools/device-mode/" target="_blank" rel="noopener">emulate an iPad</a> in portrait mode will give you an approximation of the functionality and smoothness of the drawing as well.</p>
]]></content:encoded>
			</item>
		<item>
		<title>killer loop – the hunt</title>
		<link>https://prayingmadness.github.io/killer-loop-the-hunt/</link>
		<pubDate>Tue, 31 Jul 2018 10:41:17 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://prayingmadness.github.io/?p=185</guid>
		<description><![CDATA[https://prayingmadness.github.io/killerloop Clothing brand Killer Loop&#8217;s mission was to celebrate and supply a new generation of passionate authentic filmmakers and photographers – modern day adventurers if you will. Well, what better way to do this than with a ‘high-adrenalin, downhill bigfoot pursuit (on skis)?&#8217; The idea behind this interactive film was to throw camera control over&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/killer-loop-the-hunt/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://prayingmadness.github.io/killerloop">https://prayingmadness.github.io/killerloop</a></p>
<p>Clothing brand Killer Loop&#8217;s mission was to celebrate and supply a new generation of passionate authentic filmmakers and photographers – modern day adventurers if you will. Well, what better way to do this than with a ‘high-adrenalin, downhill bigfoot pursuit (on skis)?&#8217; The idea behind this interactive film was to throw camera control over to the user during Bigfoot&#8217;s big stunt.</p>
<p>This project pushed HTML5 &lt;video&gt; in directions it was never supposed to go, integrating live camera-angle switching at one point in the video, allowing the user to choose which angle to view a stunt from. This was accomplished through a technique similar to a graphic sprite sheet, where all the camera angles were contained in one video file and &#8220;changing the camera angle&#8221; redirects the user to a new point in the video timeline. I&#8217;ve seen this used with audio files but, to the best of my knowledge, I&#8217;m the only developer in the history of the universe to attempt it with video. It resulted in a pretty long preloader since the entire video file needed to be loaded in order for timeline jumping to work accurately and smoothly, which introduced it&#8217;s own host of issues since every browser implements video preloading differently. Chrome, oddly, was the <em>worst</em> offender here and required a significant amount of hacking to force it into submission.</p>
<p>This was a project built in late 2013 for Minivegas. The live version of the project has been significantly changed by the client&#8217;s internal development team since my initial build went live, so a build of the project as it stood when I handed it off is available at <a href="https://prayingmadness.github.io/killerloop">prayingmadness.github.io/killerloop</a></p>
<p>Up until the site was handed off to the client and deployed live I was the sole developer on the project.</p>
<p>Important note: browsers have changed a <em>lot</em> in regards to autoplaying content since this was built and, as a result, the video might not start when you load it up. I&#8217;ve hacked in a Play button that should disappear when triggered – the scene-switching functionality requires media controls to be hidden – but it may not work as originally intended. I think it works best in Safari at the moment but no guarantees. You&#8217;ll have to take me on my word that it&#8217;s <em>amazing</em>. <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
			</item>
		<item>
		<title>adidas runners</title>
		<link>https://prayingmadness.github.io/adidas-runners/</link>
		<pubDate>Tue, 31 Jul 2018 09:43:41 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://prayingmadness.github.io/?p=180</guid>
		<description><![CDATA[adidas.com/adidasrunners adidas Runners is one of the most ambitious attempts at building communities adidas has ever taken before. The goal was to not only set up groups of like-minded runners in cities around the world but to also empower the natural leaders within these groups to self-organize and build their own calendar of different events&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/adidas-runners/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://adidas.com/adidasrunners">adidas.com/adidasrunners</a></p>
<p>adidas Runners is one of the most ambitious attempts at building communities adidas has ever taken before. The goal was to not only set up groups of like-minded runners in cities around the world but to also empower the natural leaders within these groups to self-organize and build their own calendar of different events at a grassroots level – events which adidas would then support (through promotion and occasional swag). Local groups nominated &#8220;captains&#8221; and &#8220;coaches&#8221; who took on the responsibility to manage and plan future events, many of which happen several times per week.</p>
<p>Complicating factors here was that approximately a year after the communities launched we entered into Phase 2 of the project: integration with our sister athletics-tracking program, <a href="https://runtastic.com/">Runtastic</a> (adidas acquired Runtastic in 2015). Tapping into Runtastic&#8217;s existing userbase of 130+ million athletes, our plan was to greatly expand the size and number of communities by allowing Runtastic users to join their local running groups from directly within the app. This was the very first technical integration between adidas and Runtastic and required an incredible amount of teamwork and collaboration between teams both external (3rd party development agency, Runtastic infrastructure) and internal (adidas AWS management, network security, CRM, account management). My role as Technical Director was to manage and oversee all of the teams here, facilitating communication (the teams were spread over 5 countries in two separate continents) and ensuring that our stated goals and KPIs were front-of-mind at all stages of development to manage expectations and avoid scope creep.</p>
<p>The end result? Well, in the Runtastic app you can now join running communities around the world. This is continuing to expand into more and more cities so if yours isn&#8217;t there, keep checking back!</p>
<p><img class="aligncenter wp-image-194" src="https://prayingmadness.github.io/wp-content/uploads/2018/07/rt-169x300.png" alt="" width="375" height="667" srcset="https://prayingmadness.github.io/wp-content/uploads/2018/07/rt-169x300.png 169w, https://prayingmadness.github.io/wp-content/uploads/2018/07/rt-768x1365.png 768w, https://prayingmadness.github.io/wp-content/uploads/2018/07/rt-576x1024.png 576w, https://prayingmadness.github.io/wp-content/uploads/2018/07/rt-400x711.png 400w, https://prayingmadness.github.io/wp-content/uploads/2018/07/rt.png 800w" sizes="(max-width: 375px) 100vw, 375px" /></p>
]]></content:encoded>
			</item>
		<item>
		<title>Chekhov is Alive</title>
		<link>https://prayingmadness.github.io/chekhov-is-alive/</link>
		<pubDate>Sat, 09 Jan 2016 09:57:27 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prayingmadness.com/?p=143</guid>
		<description><![CDATA[Chekhov Is Alive &#8211; An online character quiz and audition with 28 custom illustrations of Anton Chekhov&#8217;s classic character archetypes, all wrapped in a playful material design execution. This site allowed anyone to take a test to determine which character from Chekhov&#8217;s work they most closely resembled and then submit a video of themselves performing&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/chekhov-is-alive/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://chekhov.withgoogle.com/alive" target="_blank">Chekhov Is Alive</a> &#8211; An online character quiz and audition with 28 custom illustrations of Anton Chekhov&#8217;s classic character archetypes, all wrapped in a playful material design execution. This site allowed anyone to take a test to determine which character from Chekhov&#8217;s work they most closely resembled and then submit a video of themselves performing a reading. Winners were selected to take part in more than 24 hours straight of live readings which were recorded and made available here.</p>
<p>Lots of smexy SVG animations on the characters and throughout the entire site that screenshots can&#8217;t properly convey. Go see!</p>
<p><img class="alignnone size-full wp-image-146" src="http://prayingmadness.com/wp-content/uploads/2016/01/chekhov-is-alive-07b.jpg" alt="chekhov-is-alive-07b" width="2822" height="1554" srcset="https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-07b.jpg 2822w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-07b-300x165.jpg 300w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-07b-768x423.jpg 768w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-07b-1024x564.jpg 1024w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-07b-400x220.jpg 400w" sizes="(max-width: 2822px) 100vw, 2822px" /> <img class="alignnone size-full wp-image-149" src="http://prayingmadness.com/wp-content/uploads/2016/01/chekhov-is-alive-11.jpg" alt="chekhov-is-alive-11" width="2000" height="1101" srcset="https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-11.jpg 2000w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-11-300x165.jpg 300w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-11-768x423.jpg 768w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-11-1024x564.jpg 1024w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-11-400x220.jpg 400w" sizes="(max-width: 2000px) 100vw, 2000px" /> <img class="alignnone size-full wp-image-147" src="http://prayingmadness.com/wp-content/uploads/2016/01/chekhov-is-alive-08.jpg" alt="chekhov-is-alive-08" width="2821" height="1554" srcset="https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-08.jpg 2821w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-08-300x165.jpg 300w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-08-768x423.jpg 768w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-08-1024x564.jpg 1024w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-08-400x220.jpg 400w" sizes="(max-width: 2821px) 100vw, 2821px" /> <img class="alignnone size-full wp-image-145" src="http://prayingmadness.com/wp-content/uploads/2016/01/chekhov-is-alive-01b.jpg" alt="chekhov-is-alive-01b" width="1024" height="564" srcset="https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-01b.jpg 1024w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-01b-300x165.jpg 300w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-01b-768x423.jpg 768w, https://prayingmadness.github.io/wp-content/uploads/2016/01/chekhov-is-alive-01b-400x220.jpg 400w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
]]></content:encoded>
			</item>
		<item>
		<title>Volkswagen AR Fashion Show</title>
		<link>https://prayingmadness.github.io/volkswagen-ar-fashion-show/</link>
		<pubDate>Thu, 30 Jul 2015 06:21:54 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://prayingmadness.github.io/?p=161</guid>
		<description><![CDATA[In 2012 I travelled to China as part of a team running the Volkswagen Pavilion at Auto Guangzhou, one of the largest car and auto exhibitions in the world. The agency I worked for at the time built an interactive video background wall for a fashion show as part of the presentation. Using 3 Microsoft&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/volkswagen-ar-fashion-show/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In 2012 I travelled to China as part of a team running the Volkswagen Pavilion at Auto Guangzhou, one of the largest car and auto exhibitions in the world. The agency I worked for at the time built an interactive video background wall for a fashion show as part of the presentation. Using 3 Microsoft Kinects mounted below a 54m2 LED wall, we built a motion-sensor-triggered series of animations synced to music that would fire overtop of another video whenever a model walked past one of the Kinects.</p>
<p>In the weeks and months leading up to the show I designed and built all of the technical schematics and setup for our portion of the event. Determining the best deployment of equipment, cabling, power management, and ensuring all the gear required was purchased in advance or would be waiting at the pavilion for us when we arrived. This involved many <em>many</em> phone calls with our partners in China in an effort to ensure we&#8217;d have our setup completely locked in place with no surprises.</p>
<p>During the event itself I managed the A/V booth (pictured below), running the on-screen content and audio mix for the fashion shows. For two weeks this show ran eight times per day. You can imagine how burned into my mind the soundtrack was by the end of the exhibition.</p>
<p><img class="alignnone wp-image-162 size-large" src="https://prayingmadness.github.io/wp-content/uploads/2018/07/vw-ar-1024x767.jpg" alt="" width="848" height="635" srcset="https://prayingmadness.github.io/wp-content/uploads/2018/07/vw-ar-1024x767.jpg 1024w, https://prayingmadness.github.io/wp-content/uploads/2018/07/vw-ar-300x225.jpg 300w, https://prayingmadness.github.io/wp-content/uploads/2018/07/vw-ar-768x575.jpg 768w, https://prayingmadness.github.io/wp-content/uploads/2018/07/vw-ar-400x299.jpg 400w, https://prayingmadness.github.io/wp-content/uploads/2018/07/vw-ar.jpg 1110w" sizes="(max-width: 848px) 100vw, 848px" /></p>
<p>As far as I know this is the only video in existence of our show, unfortunately the quality is fairly poor (I deputized someone to run out and record it using my iPad) but you can clearly see the different visual effects in play. The crowd reaction during some of these moments was intense and definitely added a lot to the show.</p>
<p><iframe src="https://www.youtube.com/embed/s64THcOMszo?rel=0" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
			</item>
		<item>
		<title>Don&#8217;t Think Just Play</title>
		<link>https://prayingmadness.github.io/dont-think-just-play/</link>
		<pubDate>Sun, 03 May 2015 12:47:54 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://prayingmadness.com/?p=58</guid>
		<description><![CDATA[I&#8217;d been asked by the beautiful people at Fronteers to present a 10-minute talk at their &#8220;Jam Session,&#8221; which takes place the evening before their annual web development conference. Rather than present yet another technical-oriented talk as all of the other presenters would be doing, I decided to take a different tactic and actually present&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/dont-think-just-play/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;d been asked by the beautiful people at <a href="http://fronteers.nl/">Fronteers</a> to present a 10-minute talk at their &#8220;Jam Session,&#8221; which takes place the evening before their annual web development conference. Rather than present yet another technical-oriented talk as all of the other presenters would be doing, I decided to take a different tactic and actually present on public speaking. My thinking was that in this industry, everyone is going to have to present something at some point, whether to a small group of colleagues, as a pitch to a prospective client, or speaking at an industry gathering. Drawing on my experience as a former church preacher (seriously!) I gave a lightning talk on some key tactics to make yourself a better public speaker. As fate would have it, I was chosen to give the opening talk of the night, which of course led to me referring to myself as the Fronteers keynote speaker. <img src="https://s.w.org/images/core/emoji/2.4/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The talks were all recorded, here&#8217;s mine! Unfortunately the video and audio desync by a twee bit about halfway through. ¯\_(ツ)_/¯</p>
<p><iframe src="https://player.vimeo.com/video/51827394?app_id=122963" width="848" height="477" frameborder="0" title="Scott Kosman | Don&#039;t Think, Just Play | Fronteers 2012 Jam Session" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>
]]></content:encoded>
			</item>
		<item>
		<title>jQuery Performance Article for 24Ways.org</title>
		<link>https://prayingmadness.github.io/your-jquery-now-with-67-less-suck/</link>
		<pubDate>Sun, 03 May 2015 12:47:38 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://prayingmadness.com/?p=56</guid>
		<description><![CDATA[http://24ways.org/2011/your-jquery-now-with-less-suck In late 2011 I had the incredible opportunity to write an article on jQuery performance techniques for 24ways.org, &#8220;the advent calendar for web geeks.&#8221; This was a great experience for me as a technical writer (something I hadn&#8217;t done much of up until now) and the positive feedback I recieved was overwhelming. I don&#8217;t&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/your-jquery-now-with-67-less-suck/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://24ways.org/2011/your-jquery-now-with-less-suck">http://24ways.org/2011/your-jquery-now-with-less-suck</a></p>
<p>In late 2011 I had the incredible opportunity to write an article on jQuery performance techniques for 24ways.org, &#8220;the advent calendar for web geeks.&#8221; This was a great experience for me as a technical writer (something I hadn&#8217;t done much of up until now) and the positive feedback I recieved was overwhelming. I don&#8217;t have exact stats on the article, but it&#8217;s one of the most highly-commented on articles 24ways have posted, and there&#8217;s some GREAT discussion in the comments, too.</p>
<p>24ways have been doing their thing for seven years now, and it&#8217;s more than a little bit humbling to see myself listed on the Authors page along with luminaries of the industry like Jeffrey Zeldman and Eric Meyer.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Ready 4 What&#8217;s Next</title>
		<link>https://prayingmadness.github.io/ready-4-whats-next/</link>
		<pubDate>Sun, 03 May 2015 12:46:40 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://prayingmadness.com/?p=52</guid>
		<description><![CDATA[The challenge was to build an holistic social media campaign that brought the playfulness of Rubik’s Cube, the fun of personalisation, and the technology of 3D interactivity to mobile, desktop and social touch points. As a topper, we had to bring the social media campaign to life in real events across North America where visitors&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/ready-4-whats-next/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The challenge was to build an holistic social media campaign that brought the playfulness of Rubik’s Cube, the fun of personalisation, and the technology of 3D interactivity to mobile, desktop and social touch points. As a topper, we had to bring the social media campaign to life in real events across North America where visitors could seamlessly integrate their real-world experience with that of the social and digital campaign.</p>
<p><iframe src="https://player.vimeo.com/video/77177289" width="848" height="477" frameborder="0" title="Toyota Rav4 - Case Film" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>
<p>Supported by the installation and flash banners, users can play with a Rubik’s Cube on their Facebook timeline, then customise their own and share that across Twitter and Facebook.</p>
<p><a href="http://prayingmadness.com/wp-content/uploads/2015/05/RAV4_bts_06.jpg"><img class="alignnone size-full wp-image-103" src="http://prayingmadness.com/wp-content/uploads/2015/05/RAV4_bts_06.jpg" alt="RAV4_bts_06" width="935" height="526" srcset="https://prayingmadness.github.io/wp-content/uploads/2015/05/RAV4_bts_06.jpg 935w, https://prayingmadness.github.io/wp-content/uploads/2015/05/RAV4_bts_06-300x169.jpg 300w, https://prayingmadness.github.io/wp-content/uploads/2015/05/RAV4_bts_06-400x225.jpg 400w" sizes="(max-width: 935px) 100vw, 935px" /></a></p>
<p>We managed the process through a carefully planned and well-documented process of Conceptual Development, Tech R&amp;D, UX Design, Visual Design and Development to bring together this campaign that allows users to access the 3D gameplay across all modern desktop browsers and mobile devices.</p>
<p><em>Note: this project isn&#8217;t currently available online since the campaign ended, I&#8217;m working on bringing a static version back up. <a href="http://prayingmadness.com/contact/">Feel free to let me know</a> if you want to be notified when that happens! –S.</em></p>
]]></content:encoded>
			</item>
		<item>
		<title>Kaspersky Cybermap</title>
		<link>https://prayingmadness.github.io/kaspersky-cybermap/</link>
		<pubDate>Sun, 03 May 2015 12:46:22 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://prayingmadness.com/?p=50</guid>
		<description><![CDATA[http://cybermap.kaspersky.com/ With access to a wealth of real time data, we created an interactive WebGL experience that dramatically brings to life every detection made by Kaspersky software, happening at that very moment, around the world.We denoted different threats with colours and geometric symbols. Some show the point of detection while others show the source of&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/kaspersky-cybermap/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://cybermap.kaspersky.com/">http://cybermap.kaspersky.com/</a></p>
<p>With access to a wealth of real time data, we created an interactive WebGL experience that dramatically brings to life every detection made by Kaspersky software, happening at that very moment, around the world.We denoted different threats with colours and geometric symbols. Some show the point of detection while others show the source of the threat as well, with bright, arcing trajectories linking source to destination. Users can zoom in and out of either a globe or flat map view to pinpoint the major threats and identify the most infected areas. A breakdown of each country’s level of infection can be triggered with a click, along with the ability to directly select your own country and share statistics through social. <img class="alignnone size-full wp-image-76" src="http://prayingmadness.com/wp-content/uploads/2015/05/kap_02.jpg" alt="kap_02" width="1300" height="790" srcset="https://prayingmadness.github.io/wp-content/uploads/2015/05/kap_02.jpg 1300w, https://prayingmadness.github.io/wp-content/uploads/2015/05/kap_02-300x182.jpg 300w, https://prayingmadness.github.io/wp-content/uploads/2015/05/kap_02-1024x622.jpg 1024w, https://prayingmadness.github.io/wp-content/uploads/2015/05/kap_02-400x243.jpg 400w" sizes="(max-width: 1300px) 100vw, 1300px" /></p>
<p>The visualization went on to feature on big screens at Kasperksy Lab events and trade shows around the world, using a specially designed demo mode which takes the audience on an autopilot fly-through that descends down to ground level and right into the heat of the action. The combination of true data and live statistics with an engaging user experience, tells a compelling story and hopefully provides Kaspersky with an eye-catching way to raise brand awareness, showcase their products and possibly remind a few people of their favorite childhood 80’s movies!</p>
<p><img class="alignnone size-full wp-image-77" src="http://prayingmadness.com/wp-content/uploads/2015/05/kap_03.jpg" alt="kap_03" width="1300" height="790" srcset="https://prayingmadness.github.io/wp-content/uploads/2015/05/kap_03.jpg 1300w, https://prayingmadness.github.io/wp-content/uploads/2015/05/kap_03-300x182.jpg 300w, https://prayingmadness.github.io/wp-content/uploads/2015/05/kap_03-1024x622.jpg 1024w, https://prayingmadness.github.io/wp-content/uploads/2015/05/kap_03-400x243.jpg 400w" sizes="(max-width: 1300px) 100vw, 1300px" /></p>
]]></content:encoded>
			</item>
		<item>
		<title>Channel 4 News Wall</title>
		<link>https://prayingmadness.github.io/channel-4-news-wall/</link>
		<pubDate>Sun, 03 May 2015 12:44:50 +0000</pubDate>
		<dc:creator><![CDATA[scott kosman]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://prayingmadness.com/?p=46</guid>
		<description><![CDATA[http://4newswall.com/ In an effort to reach a younger target demographic, UK television network Channel 4 decided to turn to the one media format that all of the kids are using these days. Animated .gifs. Yep. We built this site on Tumblr, but in the process of doing so hacked Tumblr like it was attacking my&#8230; <p class="more-link-p"><a class="more-link" href="https://prayingmadness.github.io/channel-4-news-wall/">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://4newswall.com/">http://4newswall.com/</a></p>
<p>In an effort to reach a younger target demographic, UK television network Channel 4 decided to turn to the one media format that all of the kids are using these days.</p>
<p>Animated .gifs.</p>
<p>Yep.</p>
<p><img class="alignnone wp-image-105 size-full" src="http://prayingmadness.com/wp-content/uploads/2015/05/4newswall.gif" alt="4newswall" width="200" height="200" /></p>
<p>We built this site on Tumblr, but in the process of doing so hacked Tumblr like it was attacking my family. Pushing Tumblr in directions it was never meant to go has become somewhat of a hobby as of late and in the end it turned out to be a near-perfect CMS for this sort of thing. The benefit of pushing all .gif content to followers&#8217; Tumblr Dashboards helped spread the site farther and wider than we ever hoped imaginable. A combination of Tumblr and an S3-powered Backbone application keeps everything humming nice and smoothly.</p>
]]></content:encoded>
			</item>
	</channel>
</rss>
