<?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>grimmwerks &#187; work</title>
	<atom:link href="http://www.grimmwerks.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grimmwerks.com</link>
	<description>interactive  +  musical  +  geekery</description>
	<lastBuildDate>Wed, 23 Nov 2011 04:46:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

<!-- Debugging help, do not remove -->
<meta name="Framework" content="Kpress" />
<meta name="Theme Version" content="1.1" />
<meta name="Framework Version" content="1.1" />


		<item>
		<title>Mix Financial Platform</title>
		<link>http://www.grimmwerks.com/work/mix-financial-platform/</link>
		<comments>http://www.grimmwerks.com/work/mix-financial-platform/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 23:38:55 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[activeMQ]]></category>
		<category><![CDATA[fabrication]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[pureMVC]]></category>
		<category><![CDATA[stomp]]></category>

		<guid isPermaLink="false">http://www.grimmwerks.com/?p=1631</guid>
		<description><![CDATA[From January to September of 2011 I was the sole front end developer for a new global financial application built from scratch for a Hong Kong based company called Investlab. Created as a cost effective solution for bankers and their clients to access global markets, it was architectured in a very modular way, with nearly [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>From January to September of 2011 I was the sole front end developer for a new global financial application built from scratch for a Hong Kong based company called Investlab.  Created as a cost effective solution for bankers and their clients to access global markets, it was architectured in a very modular way, with nearly all areas as self contained widgets that could exist in any configuration; working alone or inter messaging other widgets.</p>
<p><span id="more-1631"></span></p>
<p>The backend architecture used JMS brokers, ActiveMQ and STOMP for messaging, keeping everything in cache rather than as database objects.  Passing data through a socket connection to the front end, Flex utilized a number of very interesting frameworks to allow a very quick and clean modular approach.</p>
<p>PureMVC and it&#8217;s subset Fabrication allowed me to create Flash a multi-core (a sort of multi-singleton approach) application using multiple flex modules built from the same value objects, models and interchangeable views while retaining their own controllers.   PureMVC&#8217;s multicore has a utility called &#8216;Pipes&#8217; (think plumbing) that allows the modules to communicate, but Fabrication really came in handy as it did all the heavy lifting of &#8216;fabricating&#8217; the piping structure; allowing one to send messages from one module to another with ease.  For example if moduleA wants to send a message to all modules within the main application it would do so as &#8220;*&#8221; and all modules could receive that message if interested; if moduleA wanted to communicate with moduleB it could do so as a named module (i.e. &#8220;/modules/moduleB&#8221;).  Or multiple instances of the same module could receive a message sent to &#8216;/infoModules/*&#8217; etc.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.002.png' rel='shadowbox[sbalbum-1631];player=img;' title='Mix UI: Flex Architecture Overview'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.002-50x50.png" class="attachment-thumbnail" alt="Mix UI: Flex Architecture Overview" title="Mix UI: Flex Architecture Overview" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.003.png' rel='shadowbox[sbalbum-1631];player=img;' title='Mix UI: Flex Architecture PureMVC/Fabrication'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.003-50x50.png" class="attachment-thumbnail" alt="Mix UI: Flex Architecture PureMVC/Fabrication" title="Mix UI: Flex Architecture PureMVC/Fabrication" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.004.png' rel='shadowbox[sbalbum-1631];player=img;' title='Mix UI: Flex Architecture Application Shell'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.004-50x50.png" class="attachment-thumbnail" alt="Mix UI: Flex Architecture Application Shell" title="Mix UI: Flex Architecture Application Shell" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.005.png' rel='shadowbox[sbalbum-1631];player=img;' title='Mix UI: Flex Architecture Widgets'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.005-50x50.png" class="attachment-thumbnail" alt="Mix UI: Flex Architecture Widgets" title="Mix UI: Flex Architecture Widgets" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.006.png' rel='shadowbox[sbalbum-1631];player=img;' title='Mix UI: Widget Screen Creator idea'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/mix-arc.006-50x50.png" class="attachment-thumbnail" alt="Mix UI: Widget Screen Creator idea" title="Mix UI: Widget Screen Creator idea" /></a>

<p>Programming as modular widgets allowed us to revisit exactly how the user would interact with the system easily, and within this short time frame there were a number of developmental changes and tests.  Taking a bit of the unused Verizon interface I tried to sketch out some ideas on how the application could function, this one based on initial ideas given to me.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.001.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 1'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.001-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 1" title="Mix UI Ideas 1" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.002.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 2'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.002-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 2" title="Mix UI Ideas 2" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.003.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 3'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.003-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 3" title="Mix UI Ideas 3" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.004.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 4'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.004-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 4" title="Mix UI Ideas 4" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.005.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 5'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.005-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 5" title="Mix UI Ideas 5" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.006.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 6'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.006-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 6" title="Mix UI Ideas 6" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.008.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 7'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.008-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 7" title="Mix UI Ideas 7" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.009.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 8'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.009-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 8" title="Mix UI Ideas 8" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.010.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 9'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.010-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 9" title="Mix UI Ideas 9" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.012.png' rel='shadowbox[sbalbum-0];player=img;' title='Mix UI Ideas 10'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/MIX-UI.012-50x50.png" class="attachment-thumbnail" alt="Mix UI Ideas 10" title="Mix UI Ideas 10" /></a>

<p>I was also asked to mock out a version the way I thought would be best, in this case I thought a tablet / iPad application would work really well.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/2.MIX-login.png' rel='shadowbox[sbalbum-1631];player=img;' title='2.MIX-login'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/2.MIX-login-50x50.png" class="attachment-thumbnail" alt="2.MIX-login" title="2.MIX-login" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/3.MIX-WIDGETS-Get-Data.png' rel='shadowbox[sbalbum-1631];player=img;' title='3.MIX-WIDGETS Get Data'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/3.MIX-WIDGETS-Get-Data-50x50.png" class="attachment-thumbnail" alt="3.MIX-WIDGETS Get Data" title="3.MIX-WIDGETS Get Data" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/4.MIX-Activity-selected1.png' rel='shadowbox[sbalbum-1631];player=img;' title='4.MIX-Activity-selected'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/4.MIX-Activity-selected1-50x50.png" class="attachment-thumbnail" alt="4.MIX-Activity-selected" title="4.MIX-Activity-selected" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/5.MIX-Activity-selected-open.png' rel='shadowbox[sbalbum-1631];player=img;' title='5.MIX-Activity-selected-open'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/5.MIX-Activity-selected-open-50x50.png" class="attachment-thumbnail" alt="5.MIX-Activity-selected-open" title="5.MIX-Activity-selected-open" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/6.MIX-Trades.png' rel='shadowbox[sbalbum-1631];player=img;' title='6.MIX-Trades'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/6.MIX-Trades-50x50.png" class="attachment-thumbnail" alt="6.MIX-Trades" title="6.MIX-Trades" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/7.MIX-Trades-subselected.png' rel='shadowbox[sbalbum-1631];player=img;' title='7.MIX-Trades-subselected'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/7.MIX-Trades-subselected-50x50.png" class="attachment-thumbnail" alt="7.MIX-Trades-subselected" title="7.MIX-Trades-subselected" /></a>

<p>The demo at this point is nearly a full featured product, saving data to the cache and taking orders through the rules.<br />
The ability to create users and accounts, attribute them to a firm, give each account a base currency and country.  Users can trade on multiple accounts, tracking orders, lots and balances.  A user can look up symbols on multiple exchanges under multiple currencies, seeing historical data or recent news articles on the symbol before putting in an order.</p>
<p><iframe src="http://player.vimeo.com/video/31981435" width="607" height="372" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>
<p><a href="http://vimeo.com/31981435">Mix Client Demo</a> from <a href="http://vimeo.com/grimmwerks">G Schafer</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/mix-financial-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unrabble</title>
		<link>http://www.grimmwerks.com/work/unrabble/</link>
		<comments>http://www.grimmwerks.com/work/unrabble/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 00:48:46 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex skinning]]></category>

		<guid isPermaLink="false">http://www.grimmwerks.com/?p=1672</guid>
		<description><![CDATA[From June to October of 2010 I worked on a really interesting project that a whole new spin on the hiring process: Unrabble. What made this so interesting was the way it automated the hiring process to cut down on the time spent shifting through a ream of resumes. In a way, it&#8217;s like the [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>From June to October of 2010 I worked on a really interesting project that a whole new spin on the hiring process: <a href="http://www.unrabble.com/" target="_blank">Unrabble</a>. What made this so interesting was the way it automated the hiring process to cut down on the time spent shifting through a ream of resumes. In a way, it&#8217;s like the &#8216;iTunes of job boards&#8217; as it ranks candidates based on skills that the hiring manager decides are most valuable &#8212; so if you&#8217;re looking for that mysql admin with java skills and cobol experience, that applicant would be pinned to the top of the heap.</p>
<p><span id="more-1672"></span></p>
<p>It also incorporates google searches and social media sites such as Facebook and LinkedIn directly in the hiring process as applicants&#8217; experience and information would be right there for the hiring manager to see. Along with a great visual timeline of experiences is what they call &#8216;Brags&#8217; &#8212; little boasts about achievements (i.e. &#8220;I singlehandedly brought in 3 million of revenue to my company&#8221;) &#8212; the candidate can ask colleagues to confirm as true and verified bring a whole level of micro-referencing to the application process. It&#8217;s quite brilliant actually.</p>
<p>Even at the onset of the application process from the applicant&#8217;s perspective Unrabble asks all those questions that aren&#8217;t *directly* part of a job but have a huge bearing on a company culture &#8212; if they prefer to work in large vs smaller companies, or what they&#8217;re passions lie.</p>
<p>Much like iTunes the hiring manager can continually rate an applicant through questions and interactions, changing needs of the job, sharing an applicant&#8217;s information with a colleague or finally through meeting. The best candidate will always bubble up to the top.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/th_63aab621fefe81aa6a5b8b7ccb0806d9_52.jpg' rel='shadowbox[sbalbum-1672];player=img;' title='Adding your company'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/th_63aab621fefe81aa6a5b8b7ccb0806d9_52-50x50.jpg" class="attachment-thumbnail" alt="Adding your company" title="Adding your company" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/th_63aab621fefe81aa6a5b8b7ccb0806d9_58-1.jpg' rel='shadowbox[sbalbum-1672];player=img;' title='Filtering the Candidates'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/th_63aab621fefe81aa6a5b8b7ccb0806d9_58-1-50x50.jpg" class="attachment-thumbnail" alt="Filtering the Candidates" title="Filtering the Candidates" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/th_63aab621fefe81aa6a5b8b7ccb0806d9_communicatecollaboratemain.jpg' rel='shadowbox[sbalbum-1672];player=img;' title='Researching the Candidate'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/th_63aab621fefe81aa6a5b8b7ccb0806d9_communicatecollaboratemain-50x50.jpg" class="attachment-thumbnail" alt="Researching the Candidate" title="Researching the Candidate" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2011/11/th_63aab621fefe81aa6a5b8b7ccb0806d9_communicatecollaboratemain255.jpg' rel='shadowbox[sbalbum-1672];player=img;' title='Sharing with Colleagues'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2011/11/th_63aab621fefe81aa6a5b8b7ccb0806d9_communicatecollaboratemain255-50x50.jpg" class="attachment-thumbnail" alt="Sharing with Colleagues" title="Sharing with Colleagues" /></a>

<p>The interest in Unrabble has been hot; along with being named <a href="http://www.networkworld.com/news/2011/091311-five-hot-startups-at-demo-250785.html" target="_blank">one of the hottest startups at DEMO Fall </a>2011, the Next Web named it as <a href="http://thenextweb.com/insider/2011/09/15/our-10-favorite-startups-from-the-demo-2011-conference/" target="_blank">one of their favorite startups</a>.  It&#8217;s also been featured in the <a href="http://www.ft.com/intl/cms/s/0/3093021a-e0ad-11e0-947a-00144feabdc0.html#axzz1YAc7XDjm" target="_blank">Financial Times</a>, <a href="http://venturebeat.com/2011/09/13/demo-unrabble-helps-smbs-rid-themselves-of-hr-and-recruiters/" target="_blank">Venture Beat</a> and <a href="http://www.portfolio.com/views/blogs/entrepreneurship/2011/10/06/startups-unrabble-take-the-interview-look-to-ease-hiring-process-pain" target="_blank">Portfolio</a> &#8212; you can read more about these at <a href="http://www.unrabble.com/blog/" target="_blank">Unrabble&#8217;s blog.</a></p>
<p>Here&#8217;s Kevin Watson speaking at DEMO Fall 2011:</p>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-1672pp-single-4f2e2376dab73"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "1672pp-single-4f2e2376dab73",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=1672pp-single-4f2e2376dab73&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-1672pp-single-4f2e2376dab73",name: "obj-pro-player-1672pp-single-4f2e2376dab73"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-1672pp-single-4f2e2376dab73", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
<p>or take a look at all the examples of use on their <a href="http://www.youtube.com/user/Unrabble" target="_blank">YouTube channel</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/unrabble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyperion Books</title>
		<link>http://www.grimmwerks.com/work/hyperion-books/</link>
		<comments>http://www.grimmwerks.com/work/hyperion-books/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 01:19:19 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[magic fields]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.grimmwerks.com/?p=1693</guid>
		<description><![CDATA[In rethinking the Hyperion Books website we imagined how the website could best be explored; when you enter a book store or library you can lose hours of time as you naturally progress from subjects of interest, or seeing what other works are by a favorite author. Thinking of what constitutes a book or author [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>In rethinking the Hyperion Books website we imagined how the website could best be explored; when you enter a book store or library you can lose hours of time as you naturally progress from subjects of interest, or seeing what other works are by a favorite author. Thinking of what constitutes a book or author and how to take the user from stepping stone to stepping stone across a stream of information until they were &#8216;miles from home&#8217; was the real fun here.</p>
<p><span id="more-1693"></span></p>
<p>The original Hyperion Books website was a bit of a mess; it seemed almost everything had to be entered and cross referenced manually on the website in order to match a very involved and archaic database of books and authors; author information would be within a book item in the database as text rather than as a pointer to the author &#8212; these pointers would&#8217;ve allowed a much more involved experience as book could lead to author could lead to book, etc.  The biggest use of time was really getting the data together; once the data was correct, it was fairly simple to implement book posts and author posts being displayed; I then created &#8216;smart&#8217; carousels that used different logic depending on what type of carousel was set. </p>
<p>When I first took the job reprogramming the <a href="http://www.hyperionbooks.com/" target="_blank">website</a> my first thought was to use Drupal as the main framework; but WordPress 3 was in beta and I started to think about custom post types &#8212; a book item and author item, and how categories (fiction, drama, comedy) or tags could really enhance the user&#8217;s experience.  I couldn&#8217;t wait for the beta to be released however, and begun using the WordPress 2.9 framework with a plugin called Magic Fields, that would do all the things that custom post types would do &#8212; as well as allowing the admin to upload images for headshots, or setting prices or isbn codes.  Everything that could be done I needed it to be simple for an admin to &#8230;well&#8230; administrate. WordPress has matured *quite* a bit in the past few years; and the idea that an open source project like itself could become not only a standard as a blogging platform but a serious CMS is quite astonishing.</p>
<p><iframe src="http://player.vimeo.com/video/32126672?title=0&amp;byline=0&amp;portrait=0" width="610" height="404" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
<p><a href="http://www.hyperionbooks.com/" target="_blank">On the home page</a>, the admin can choose what books will show up in the large main carousel, or a book can have <strong>Featured Item</strong> or <strong>Best Seller</strong> ticked off and show up in either category; nothing new there.  However on a book&#8217;s page, the carousel would show items as <strong>You Might Also Like..</strong> based upon tag information the book being viewed.   Reading an author&#8217;s bio would show other <strong>Books By Author</strong>.  The nice thing about all of this is that this all these carousels are the <strong>same</strong> carousel; the admin merely has to pulldown what sort of carousel to set in which area; these different templates (home page, author template, book template) have defined areas for the widgets to function.</p>
<p>Not only does the normal wordpress tags allow the carousels to be fed with pertinent information, it also allows a user to explore products in a new way, such as clicking on a book&#8217;s subject and getting a list of other <a href="http://www.hyperionbooks.com/tag/fiction/" target="_blank">fiction books</a>.</p>
<p>On the New and Forthcoming Titles page, books are listed by publishing date so that books can be added to the database as they&#8217;re ready and can be displayed one month in advance.  Books can be bought from the website and based upon the ISBN information, bought from a number of different online shops.</p>
<p>Take a look at the embedded video or head on over to the website to see explore <a href="http://www.hyperionbooks.com/" target="_blank">www.hyperionbooks.com</a> for yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/hyperion-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scribelabs: MediaPod</title>
		<link>http://www.grimmwerks.com/work/scribelabs-mediapod/</link>
		<comments>http://www.grimmwerks.com/work/scribelabs-mediapod/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 21:26:40 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.grimmwerks.com/?p=1561</guid>
		<description><![CDATA[Another app created for Scribelabs and their customers &#8211; the Advertising Research Foundation. A sort of &#8216;iTunes in the sky&#8217; this Flex app allowed authenticated subscribers to either stream and view ARF content or download to their iPod. Fun little example done in Flex and using custom TileList renderers&#8230; More information can be read at [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Another app created for Scribelabs and their customers &#8211; the Advertising Research Foundation.  A sort of &#8216;iTunes in the sky&#8217; this Flex app allowed authenticated subscribers to either stream and view ARF content or download to their iPod.  Fun little example done in Flex and using custom TileList renderers&#8230;</p>
<p><span id="more-1561"></span></p>
<p>More information <a href="http://www.scribelabs.com/software/mediapod/">can be read at scribelabs.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/scribelabs-mediapod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scribelabs: Podium</title>
		<link>http://www.grimmwerks.com/work/scribelabs-podium/</link>
		<comments>http://www.grimmwerks.com/work/scribelabs-podium/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 21:19:28 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash media server]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.grimmwerks.com/?p=1558</guid>
		<description><![CDATA[Can&#8217;t write it as well as described on Scribelabs&#8217; site: &#8220;Podium offers browser-based, live multistream broadcasting and videconferencing. Built on Adobe technologies and delivered via Flash Media Servers and CDNs such as Limelight Networks, Podium is used for small geographically dispersed meetings and large-scale event broadcasts.&#8221; A Flash / Flash Media Server / CDN mashup [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Can&#8217;t write it as well as described on Scribelabs&#8217; site: &#8220;Podium offers browser-based, live multistream broadcasting and videconferencing. Built on Adobe technologies and delivered via Flash Media Servers and CDNs such as Limelight Networks, Podium is used for small geographically dispersed meetings and large-scale event broadcasts.&#8221;</p>
<p><span id="more-1558"></span></p>
<p>A Flash / Flash Media Server / CDN mashup that allows the virtual meetup to be streamed across the web in real time&#8230;for more information check out the pages at scribelabs:<a href="http://www.scribelabs.com/software/scribelive/">http://www.scribelabs.com/software/scribelive/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/scribelabs-podium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Motion Graphics for Charles Schwab</title>
		<link>http://www.grimmwerks.com/work/charles-schwab/</link>
		<comments>http://www.grimmwerks.com/work/charles-schwab/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 12:43:54 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[Motion 3]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=677</guid>
		<description><![CDATA[A number of videos created for Charles Schwab in Apple&#8217;s Motion 3 for conferences and a number of lobby locations.]]></description>
			<content:encoded><![CDATA[<p id="top" />
A number of videos created for Charles Schwab in Apple&#8217;s Motion 3 for conferences and a number of lobby locations.</p>
<p><span id="more-677"></span></p>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-677pp-single-4f2e2377454c2"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "677pp-single-4f2e2377454c2",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=677pp-single-4f2e2377454c2&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-677pp-single-4f2e2377454c2",name: "obj-pro-player-677pp-single-4f2e2377454c2"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-677pp-single-4f2e2377454c2", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-677pp-single-4f2e23774b2b0"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "677pp-single-4f2e23774b2b0",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=677pp-single-4f2e23774b2b0&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-677pp-single-4f2e23774b2b0",name: "obj-pro-player-677pp-single-4f2e23774b2b0"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-677pp-single-4f2e23774b2b0", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-677pp-single-4f2e237751071"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "677pp-single-4f2e237751071",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=677pp-single-4f2e237751071&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-677pp-single-4f2e237751071",name: "obj-pro-player-677pp-single-4f2e237751071"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-677pp-single-4f2e237751071", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/charles-schwab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://grimmwerks.com/wp-content/added/schwab-sac.flv" length="18069594" type="video/x-flv" />
<enclosure url="http://grimmwerks.com/wp-content/added/schwab-biz.flv" length="27105065" type="video/x-flv" />
<enclosure url="http://grimmwerks.com/wp-content/added/schwab-kinetic.flv" length="1392640" type="video/x-flv" />
		</item>
		<item>
		<title>Abercrombie and Fitch: Crestron and Flex</title>
		<link>http://www.grimmwerks.com/blog/flex/abercrombie-and-fitch-crestron-and-flex/</link>
		<comments>http://www.grimmwerks.com/blog/flex/abercrombie-and-fitch-crestron-and-flex/#comments</comments>
		<pubDate>Wed, 27 May 2009 19:08:07 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[crestron]]></category>
		<category><![CDATA[Flex skinning]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=254</guid>
		<description><![CDATA[A quick test of the current Flex interface for iDesign communicating to the Creston control system 2 states away.. Using the Flash Crestron SDK, no longer is e-Control tied to a windows only system. Created in such a way that the subcomponents listen for their own joins, the Flex UI loads in the XML that [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>A quick test of the current Flex interface for <a href="http://www.avdesignengineer.com/">iDesign</a> communicating to the Creston control system 2 states away..<span id="more-254"></span><br />
Using the <a href="http://www.crestron.com/products/show_products.asp?jump=1&amp;model=SDK-F">Flash Crestron SDK</a>, no longer is e-Control tied to a windows only system. Created in such a way that the subcomponents listen for their own joins, the Flex UI loads in the XML that is created by the installer and displays the proper devices listening on the system.
</p>
<p><!--more--></p>
<p>
The amp audio channel templates are programmed in such a way that it is repeated for the amount of audio channels the amplifier has; iDesign created the joins in such a way that the channels are iterated 21+ for every channel so that the system can &#8216;find&#8217; itself.
</p>
<p>Added more flexified goodness for the Flex to Crestron interface I&#8217;m building for Abercrombie and Fitch that I described <a href="http://grimmwerks.com/blog/work/052009-abercrombie-and-fitch-for-idesign/">here</a>.I have to say, being an old Macromedia Director guyÂ  that migrated to Flash (grumpily as the world did) I find Adobe Flex to be &#8230;well&#8230; it&#8217;s a joy to work with; I&#8217;ve actually become very excited about coding again.</p>
<p><object width="610" height="481" data="http://www.youtube.com/v/VS_yP3pA8G8&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/VS_yP3pA8G8&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/blog/flex/abercrombie-and-fitch-crestron-and-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>American Psychiatric Association BI Meeting Path</title>
		<link>http://www.grimmwerks.com/work/american-psychiatric-association-bi-meeting-path/</link>
		<comments>http://www.grimmwerks.com/work/american-psychiatric-association-bi-meeting-path/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 03:33:15 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=511</guid>
		<description><![CDATA[For the American Psychiatric Association convention, programmed an interactive case study synchronized in realtime across 28 wireless laptop computers. Projected as part of the case study and working against a timer, the responses were displayed by question, broken down by table and percentages.  At any point within the live presentation, the moderator can return to [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>For the American Psychiatric Association convention, programmed an interactive case study synchronized in realtime across 28 wireless laptop computers.<span id="more-511"></span> Projected as part of the case study and working against a timer, the responses were displayed by question,  broken down by table and percentages. </p>
<p>At any point within the live presentation, the moderator can return to any case study and review the participants responses. A survey consisting of a number of open-ended questions can be entered multiple times by individuals within each group of each laptop.  Communicating through a custom socket server, all data is stored in a database and able to be retrieved at any time, as well as printed out for moderator review.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-admin_interface.jpg' rel='shadowbox[sbalbum-511];player=img;' title='meetingpath-admin_interface'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-admin_interface-50x50.jpg" class="attachment-thumbnail" alt="meetingpath-admin_interface" title="meetingpath-admin_interface" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-room.jpg' rel='shadowbox[sbalbum-511];player=img;' title='meetingpath-room'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-room-50x50.jpg" class="attachment-thumbnail" alt="meetingpath-room" title="meetingpath-room" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-table_laptops.jpg' rel='shadowbox[sbalbum-511];player=img;' title='meetingpath-table_laptops'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-table_laptops-50x50.jpg" class="attachment-thumbnail" alt="meetingpath-table_laptops" title="meetingpath-table_laptops" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-table_settings.jpg' rel='shadowbox[sbalbum-511];player=img;' title='meetingpath-table_settings'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-table_settings-50x50.jpg" class="attachment-thumbnail" alt="meetingpath-table_settings" title="meetingpath-table_settings" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-table_stage.jpg' rel='shadowbox[sbalbum-511];player=img;' title='meetingpath-table_stage'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/meetingpath-table_stage-50x50.jpg" class="attachment-thumbnail" alt="meetingpath-table_stage" title="meetingpath-table_stage" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/american-psychiatric-association-bi-meeting-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Continuing Medical Education Virtual Activities</title>
		<link>http://www.grimmwerks.com/work/continuing-medical-education-virtual-activities/</link>
		<comments>http://www.grimmwerks.com/work/continuing-medical-education-virtual-activities/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 06:44:13 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=513</guid>
		<description><![CDATA[Continuing Medical Education Virtual Activities In one six month period, managed and oversaw the design, development and content of over 18 different continuing medical education cdroms complete with multiple presententations consisting of either video or audio, powerpoint slides, faculty references, documentation,  post-tests, evaluation and personal information input. Driven by external xml configuration files, each cdrom [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Continuing Medical Education Virtual Activities<br />
In one six month period, managed and oversaw the design, development and content of over 18 different continuing medical education cdroms complete with multiple presententations consisting of either video or audio, powerpoint slides, faculty references, documentation,  post-tests, evaluation and personal information input. Driven by external xml configuration files, each cdrom crossplatform desktop application was easily switched to an online version.  All user interaction, navigation and testing information were saved to a centralized database via webservices. Usage reports were easily furnished to clients from this information.  All programmed in AS2 utilizing a library that was repurposed over time and iterations.</p>
<p><span id="more-513"></span></p>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-513pp-single-4f2e237765888"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "513pp-single-4f2e237765888",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=513pp-single-4f2e237765888&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-513pp-single-4f2e237765888",name: "obj-pro-player-513pp-single-4f2e237765888"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-513pp-single-4f2e237765888", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/continuing-medical-education-virtual-activities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://grimmwerks.com/wp-content/added/scimed_cme.flv" length="17653160" type="video/x-flv" />
		</item>
		<item>
		<title>National Museum of the American Indian</title>
		<link>http://www.grimmwerks.com/work/national-museum-of-the-american-indian/</link>
		<comments>http://www.grimmwerks.com/work/national-museum-of-the-american-indian/#comments</comments>
		<pubDate>Fri, 01 Sep 2006 06:41:58 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[kiosk]]></category>
		<category><![CDATA[NMAI]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=509</guid>
		<description><![CDATA[Programmed a number of networked interactive kiosks within the museum that allowed patrons to view museum history and information in five different languages, installation information, video clips, calendars of upcoming events, as well as a wayfinding system to the various displays. Each kiosk was &#8216;aware&#8217; of it&#8217;s position within the museum and would use itself [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Programmed a number of networked interactive kiosks within the museum that allowed patrons to view museum history and information in five different languages, installation information, video clips, calendars of upcoming events, as well as a wayfinding system to the various displays. Each kiosk was &#8216;aware&#8217; of it&#8217;s position within the museum and would use itself as a starting point for the museum maps. A separate Kiosk Builder application was created to allow museum personnel to update the kiosk information, images, and dated material. Installations past the current date would not be displayed, and future information could be created in advance. Each kiosk pulls the updated information and xml remotely.</p>
<p><span id="more-509"></span></p>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-509pp-single-4f2e23776d577"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "509pp-single-4f2e23776d577",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=509pp-single-4f2e23776d577&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-509pp-single-4f2e23776d577",name: "obj-pro-player-509pp-single-4f2e23776d577"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-509pp-single-4f2e23776d577", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
<p>Video of the Builder application to set the xml:</p>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-509pp-single-4f2e2377742c6"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "509pp-single-4f2e2377742c6",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=509pp-single-4f2e2377742c6&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-509pp-single-4f2e2377742c6",name: "obj-pro-player-509pp-single-4f2e2377742c6"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-509pp-single-4f2e2377742c6", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/national-museum-of-the-american-indian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://grimmwerks.com/wp-content/added/nmai_kiosk_75.flv" length="29655347" type="video/x-flv" />
<enclosure url="http://grimmwerks.com/wp-content/added/nmai-builder.flv" length="13663283" type="video/x-flv" />
		</item>
		<item>
		<title>Cooper Hewitt Design Museum</title>
		<link>http://www.grimmwerks.com/work/cooper-hewitt-design-museum/</link>
		<comments>http://www.grimmwerks.com/work/cooper-hewitt-design-museum/#comments</comments>
		<pubDate>Mon, 05 Sep 2005 16:52:15 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[control system]]></category>
		<category><![CDATA[cooper hewitt design museum]]></category>
		<category><![CDATA[crestron]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[touchpanel]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=181</guid>
		<description><![CDATA[For the Cooper Hewitt Design Museum in New York,  and working with VideoSonic again,  helped with the programming of three presentation rooms which again used multiple projectors, screens, various media source (dvd/cd/cassette/slide) and a multiple camera teleconferencing system all controlled through Crestron.]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>For the <a href="www.cooperhewitt.org/">Cooper Hewitt Design Museum</a> in New York,  and working with <a href="http://www.videosonic.com">VideoSonic</a> again,  helped with the programming of three presentation rooms which again used multiple projectors, screens, various media source (dvd/cd/cassette/slide) and a multiple camera teleconferencing system all controlled through Crestron.<br />
<span id="more-181"></span><br />

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui21.jpg' rel='shadowbox[sbalbum-181];player=img;' title='Cooper Hewitt Touchpanel Admin Login'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui21-50x50.jpg" class="attachment-thumbnail" alt="Cooper Hewitt Touchpanel Admin Login" title="Cooper Hewitt Touchpanel Admin Login" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui1.jpg' rel='shadowbox[sbalbum-181];player=img;' title='Cooper Hewitt Touchpanel'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui1-50x50.jpg" class="attachment-thumbnail" alt="Cooper Hewitt Touchpanel" title="Cooper Hewitt Touchpanel" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui8.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Presentation Control'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui8-50x50.jpg" class="attachment-thumbnail" alt="CH Presentation Control" title="CH Presentation Control" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui6.jpg' rel='shadowbox[sbalbum-181];player=img;' title='Cooper Hewitt Touchpanel'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui6-50x50.jpg" class="attachment-thumbnail" alt="Cooper Hewitt Touchpanel" title="Cooper Hewitt Touchpanel" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui14.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH - Main Devices Input and Output'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui14-50x50.jpg" class="attachment-thumbnail" alt="CH - Main Devices Input and Output" title="CH - Main Devices Input and Output" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui9.jpg' rel='shadowbox[sbalbum-181];player=img;' title='Cooper Hewitt Touchpanel'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui9-50x50.jpg" class="attachment-thumbnail" alt="Cooper Hewitt Touchpanel" title="Cooper Hewitt Touchpanel" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui2.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Telecom'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui2-50x50.jpg" class="attachment-thumbnail" alt="CH Telecom" title="CH Telecom" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui15.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Telecom'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui15-50x50.jpg" class="attachment-thumbnail" alt="CH Telecom" title="CH Telecom" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui5.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Telecom Address Book'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui5-50x50.jpg" class="attachment-thumbnail" alt="CH Telecom Address Book" title="CH Telecom Address Book" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui19.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Telecom Dial Page'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui19-50x50.jpg" class="attachment-thumbnail" alt="CH Telecom Dial Page" title="CH Telecom Dial Page" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui201.jpg' rel='shadowbox[sbalbum-181];player=img;' title='Cooper Hewitt Touchpanel'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui201-50x50.jpg" class="attachment-thumbnail" alt="Cooper Hewitt Touchpanel" title="Cooper Hewitt Touchpanel" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui18.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Advanced Telecom Control'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui18-50x50.jpg" class="attachment-thumbnail" alt="CH Advanced Telecom Control" title="CH Advanced Telecom Control" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui17.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Advanced Plasma Control'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui17-50x50.jpg" class="attachment-thumbnail" alt="CH Advanced Plasma Control" title="CH Advanced Plasma Control" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui16.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Shutdown Projectors'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui16-50x50.jpg" class="attachment-thumbnail" alt="CH Shutdown Projectors" title="CH Shutdown Projectors" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui20.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH VHS Control'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui20-50x50.jpg" class="attachment-thumbnail" alt="CH VHS Control" title="CH VHS Control" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui13.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Advanced Plasma Control with Zoom'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui13-50x50.jpg" class="attachment-thumbnail" alt="CH Advanced Plasma Control with Zoom" title="CH Advanced Plasma Control with Zoom" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui12.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Wireless Microphone Gains'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui12-50x50.jpg" class="attachment-thumbnail" alt="CH Wireless Microphone Gains" title="CH Wireless Microphone Gains" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui11.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Compact Disc Control'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui11-50x50.jpg" class="attachment-thumbnail" alt="CH Compact Disc Control" title="CH Compact Disc Control" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui10.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Advanced Matrix Routing'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui10-50x50.jpg" class="attachment-thumbnail" alt="CH Advanced Matrix Routing" title="CH Advanced Matrix Routing" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui7.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH DVD Control'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui7-50x50.jpg" class="attachment-thumbnail" alt="CH DVD Control" title="CH DVD Control" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui4.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Telecom Camera Control'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui4-50x50.jpg" class="attachment-thumbnail" alt="CH Telecom Camera Control" title="CH Telecom Camera Control" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui3.jpg' rel='shadowbox[sbalbum-181];player=img;' title='CH Cassette Tape Control'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ch_crestron_ui3-50x50.jpg" class="attachment-thumbnail" alt="CH Cassette Tape Control" title="CH Cassette Tape Control" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/cooper-hewitt-design-museum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Federal Reserve Building</title>
		<link>http://www.grimmwerks.com/work/federal-reserve-building/</link>
		<comments>http://www.grimmwerks.com/work/federal-reserve-building/#comments</comments>
		<pubDate>Sat, 04 Jun 2005 04:16:37 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[crestron]]></category>
		<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[gui]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=85</guid>
		<description><![CDATA[The Federal Reserve of New York Using a number of Crestron control systems, programmed a number of training rooms, a large dinging hall, and a conference room with controlled devices (ie dvd, vcr, projectors, screens, lighting, wireless microphones, Gentner teleconferencing system). Designed the user interfaces for each.]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p><strong>The Federal Reserve of New York</strong><br />
Using a number of Crestron control systems, programmed a number of training rooms, a large dinging hall, and a conference room with controlled devices (ie dvd, vcr, projectors, screens, lighting, wireless microphones, Gentner teleconferencing system).  Designed the user interfaces for each.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000002.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000002-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000003.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000003-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000004.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000004-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000005.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000005-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000006.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000006-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000007.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000007-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000008.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000008-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000009.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000009-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000010.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fedct1000010-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building" title="Federal Reserve Building" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training01.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building Training'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training01-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building Training" title="Federal Reserve Building Training" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training02.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building Training'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training02-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building Training" title="Federal Reserve Building Training" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training03.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building Training'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training03-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building Training" title="Federal Reserve Building Training" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training04.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building Training'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training04-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building Training" title="Federal Reserve Building Training" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training05.jpg' rel='shadowbox[sbalbum-85];player=img;' title='Federal Reserve Building Training'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/fed_7_training05-50x50.jpg" class="attachment-thumbnail" alt="Federal Reserve Building Training" title="Federal Reserve Building Training" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/federal-reserve-building/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotel QT Times Square NYC</title>
		<link>http://www.grimmwerks.com/work/hotel-qt-times-square-nyc/</link>
		<comments>http://www.grimmwerks.com/work/hotel-qt-times-square-nyc/#comments</comments>
		<pubDate>Fri, 03 Jun 2005 02:42:48 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[crestron]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[VideoSonic]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=454</guid>
		<description><![CDATA[High-end Audio environments for boutique hotel in Times Square. Seven stereo audio zones including four Lounges and a dance floor. Custom programmed DSP processing and control using Biamp Audiaflex and Crestron. Underwater and glass panel speakers create unique ambiance for  Sauna, Pool and Shower Room. Audio Request Digital Music Server and DJ system. Low-profile subwoofers [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>High-end Audio environments for boutique hotel in Times Square.  Seven stereo audio zones including four Lounges and a dance floor.  Custom programmed DSP processing and control using Biamp Audiaflex and Crestron.  Underwater and glass panel speakers create unique ambiance for  Sauna, Pool and Shower Room.   Audio Request Digital Music Server and DJ system.  Low-profile subwoofers installed in the millwork.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/hotel-qt-times-square-nyc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Club</title>
		<link>http://www.grimmwerks.com/work/core-club/</link>
		<comments>http://www.grimmwerks.com/work/core-club/#comments</comments>
		<pubDate>Mon, 14 Mar 2005 05:50:25 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[crestron]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[VideoSonic]]></category>
		<category><![CDATA[work-video]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=263</guid>
		<description><![CDATA[The Core Club is a premiere fitness and dining club located in Manhattan. The audio experience throughout the six floors of the club can be controlled by any of the interactive touchpanels on any floor, as well as a web interface. Boasting multiple AudioRequests &#8211; that is a networked mp3 player and broadcaster &#8211; the [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
The Core Club is a premiere fitness and dining club located in Manhattan. The audio experience throughout the six floors of the club can be controlled by any of the interactive touchpanels on any floor, as well as a web interface.</p>
<p>Boasting multiple AudioRequests &#8211; that is a networked mp3 player and broadcaster &#8211; the Club can matrix any audio to any floor or zone, so pristine audio can be heard and controlled from any of the work out rooms, private saunas or dining room.</p>
<p>As it&#8217;s described <a href="http://www.thrillist.com/node/19362">in this writeup:</a></p>
<p style="padding-left: 30px;">Besides the standard, expected amenities (art by Basquiat and De Kooning, staircases carved from 1400 square feet of Bianco Venatino slab marble, personal concierge service*), the Core Club also sports:</p>
<p>A 56-seat theater, where Core&#8217;s Hollywood bigshots prescreen their own movies, saving members the price of a ticket &#8212; $10.25 they can use to tip the club&#8217;s expert staff.  Lordly dining designed by Tom Colicchio (Craft, Gramercy Tavern). A pristine gym, perfect for working off the jiggling gut designed by Tom Colicchio (Craft, Gramercy Tavern).</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master002.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master002-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master003.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master003-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master004.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master004-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master005.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master005-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master006.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master006-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master007.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master007-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master008.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master008-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master009.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master009-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master010.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master010-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master011.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master011-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master012.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_master012-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0012.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0012-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0020.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0020-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0028.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0028-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0046.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0046-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0047.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0047-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0054.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0054-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0053.jpg' rel='shadowbox[sbalbum-263];player=img;' title='Core Club'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/coreclub_0053-50x50.jpg" class="attachment-thumbnail" alt="Core Club" title="Core Club" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/core-club/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bumble and bumble Interactive Salon</title>
		<link>http://www.grimmwerks.com/work/bumble-and-bumble-interactive-salon/</link>
		<comments>http://www.grimmwerks.com/work/bumble-and-bumble-interactive-salon/#comments</comments>
		<pubDate>Tue, 11 Jan 2005 15:57:35 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[cinema4d]]></category>
		<category><![CDATA[Motion 3]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[VideoSonic]]></category>
		<category><![CDATA[work-video]]></category>

		<guid isPermaLink="false">http://www.grimmwerks.com/?p=910</guid>
		<description><![CDATA[Created for a presentation to Bumble and bumble about installing a number of kiosks in their salons. The plan was to create a sort of interactive channel to peruse new hairstyles, or within the chair, pick out and purchase outfits to fit the client&#8217;s new look. It was a pretty quick buildup within Cinema4d &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p id="top" /><center><!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-910pp-single-4f2e2377b5975"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "910pp-single-4f2e2377b5975",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=910pp-single-4f2e2377b5975&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-910pp-single-4f2e2377b5975",name: "obj-pro-player-910pp-single-4f2e2377b5975"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-910pp-single-4f2e2377b5975", "610", "375", "9.0.0", false, flashvars, params, attributes);</script></center></p>
<p>Created for a presentation to Bumble and bumble about installing a number of kiosks in their salons.  The plan was to create a sort of interactive channel to peruse new hairstyles, or within the chair, pick out and purchase outfits to fit the client&#8217;s new look.</p>
<p>It was a pretty quick buildup within Cinema4d &#8211; an hour or two &#8211; and then using Keynote for the presentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/bumble-and-bumble-interactive-salon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://grimmwerks.com/wp-content/added/BumbleTV_self_playing.flv" length="25525165" type="video/x-flv" />
		</item>
		<item>
		<title>AOL 10 Foot Experience</title>
		<link>http://www.grimmwerks.com/work/aol-10-foot-experience/</link>
		<comments>http://www.grimmwerks.com/work/aol-10-foot-experience/#comments</comments>
		<pubDate>Mon, 27 Dec 2004 00:31:03 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[director]]></category>
		<category><![CDATA[work-video]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=501</guid>
		<description><![CDATA[In a partnership with Intel utilizing their VIIV technology, AOL demonstrated their new settop digital video recorder to the 2005 Consumer Electronics Show. They contracted me to create this demonstration using Macromedia Director, originally thinking it could all be done via the timeline. Realizing that this was slowly becoming more of an R and D [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
In a partnership with Intel utilizing their VIIV technology, AOL demonstrated their new settop digital video recorder to the 2005 Consumer Electronics Show. They contracted me to create this demonstration using Macromedia Director, originally thinking it could all be done via the timeline. Realizing that this was slowly becoming more of an R and D job for what the set top box would become, I needed the flexibility of easily changing branching, media and logic, so I instead opted for the fully programmed, one-frame-timeline approach that all Director geeks strive for.</p>
<p><span id="more-501"></span></p>
<p>The demo was nearly fully functional, controlled completely from a Media Center PC remote. Videos could be controlled, viewed at various sizes. Multiple &#8216;feeds&#8217; could be viewed, and information regarding each feed, or each video could be seen, playlists created.  Advertisements and branding were inserted into playlists.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac1.jpg' rel='shadowbox[sbalbum-501];player=img;' title='AOL 10&#039; Experience'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac1-50x50.jpg" class="attachment-thumbnail" alt="AOL 10&#039; Experience" title="AOL 10&#039; Experience" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac2.jpg' rel='shadowbox[sbalbum-501];player=img;' title='AOL 10&#039; Experience'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac2-50x50.jpg" class="attachment-thumbnail" alt="AOL 10&#039; Experience" title="AOL 10&#039; Experience" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac3.jpg' rel='shadowbox[sbalbum-501];player=img;' title='AOL 10&#039; Experience'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac3-50x50.jpg" class="attachment-thumbnail" alt="AOL 10&#039; Experience" title="AOL 10&#039; Experience" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac4.jpg' rel='shadowbox[sbalbum-501];player=img;' title='AOL 10&#039; Experience'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac4-50x50.jpg" class="attachment-thumbnail" alt="AOL 10&#039; Experience" title="AOL 10&#039; Experience" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac5.jpg' rel='shadowbox[sbalbum-501];player=img;' title='AOL 10&#039; Experience'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac5-50x50.jpg" class="attachment-thumbnail" alt="AOL 10&#039; Experience" title="AOL 10&#039; Experience" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac6.jpg' rel='shadowbox[sbalbum-501];player=img;' title='AOL 10&#039; Experience'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/aol-mac6-50x50.jpg" class="attachment-thumbnail" alt="AOL 10&#039; Experience" title="AOL 10&#039; Experience" /></a>

<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-501pp-single-4f2e2377c635d"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "501pp-single-4f2e2377c635d",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=501pp-single-4f2e2377c635d&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-501pp-single-4f2e2377c635d",name: "obj-pro-player-501pp-single-4f2e2377c635d"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-501pp-single-4f2e2377c635d", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/aol-10-foot-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://grimmwerks.com/wp-content/added/aol.flv" length="36319349" type="video/x-flv" />
		</item>
		<item>
		<title>Bumble and bumble University</title>
		<link>http://www.grimmwerks.com/work/bumble-and-bumble-university/</link>
		<comments>http://www.grimmwerks.com/work/bumble-and-bumble-university/#comments</comments>
		<pubDate>Tue, 24 Aug 2004 13:43:47 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[BbU]]></category>
		<category><![CDATA[Bumble and bumble University]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[crestron]]></category>
		<category><![CDATA[director]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[VideoSonic]]></category>
		<category><![CDATA[work-video]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=164</guid>
		<description><![CDATA[Bumble and bumble University is a multifunctional facility using technology to teach advanced haircutting techniques to students that come into NYC from all over the country. Programmed for VideoSonic, this combination of a Macromedia Director front-end talking to a Crestron Control System back-end allows instructors to control all elements within the classrooms or auditorium: lights [...]]]></description>
			<content:encoded><![CDATA[<p id="top" /><!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="381px"><div id="pro-player-164pp-single-4f2e2377d1ee8"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "381",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "164pp-single-4f2e2377d1ee8",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=164pp-single-4f2e2377d1ee8&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-164pp-single-4f2e2377d1ee8",name: "obj-pro-player-164pp-single-4f2e2377d1ee8"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-164pp-single-4f2e2377d1ee8", "610", "381", "9.0.0", false, flashvars, params, attributes);</script></p>
<p><a href="http://www.bumbleandbumble.com/">Bumble and bumble University</a> is a multifunctional facility using technology to teach advanced haircutting techniques to students that come into NYC from all over the country.</p>
<p>Programmed for <a href="http://www.videosonic.com">VideoSonic</a>, this combination of a Macromedia Director front-end talking to a Crestron Control System back-end allows instructors to control all elements within the classrooms or auditorium: lights can be dimmed, projectors controlled, videos played and rerouted, cameras controlled, audio routed and projector screens extended.Â  All media elements can be routed and controlled from classroom to classrom or to any of the salons on the upper floors, or from the 103 seat auditorium. Each room has two cameras which can be routed just as any video source, or recorded to dvd media, allowing the school in essence, to be a television studio.</p>
<p>Control system software on Apple iBooks allow instructors to create and control their own shows complete with hardware control and interface switching so that music fades out, lights dim, screens roll out, projectors are started and cameras focusedÂ  &#8211; all with the touch of a &#8216;scene begin&#8217; button.</p>
<p>The 3rd floor is their university, containing 4 intimate classrooms and a 103 seat auditorium.Â  The supporting content is distributed to the classrooms using networked digital video servers, while the classes themselves are controlled by a facillitator using WiFi tablet computers.</p>
<p>The 4th and 5th floors are their corporate offices, the 6th floor is a teaching salon, and the 7th &amp; 8th house the salons open to the public, retail shops, and a restaurant.</p>
<p>In addition to the instructional content utilized for the classes, 12 digital video content channels are generatedÂ  &#8211; information about products, events and industry news &#8211; are displayed throughout the facility on BumbleTV.</p>
<style type='text/css'>
			.gallery {
				margin: auto;
			}
			.gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 16%;			}
			.gallery img {
				border: 2px solid #cfcfcf;
			}
			.gallery-caption {
				margin-left: 0;
			}
		</style>
<div class="gallery">
<dl class="gallery-item">
<dt class="gallery-icon"> <a title="BbU Auditorium" rel="shadowbox[bb]" href="/wp-content/uploads/2009/05/bbu_audi.jpg"><img class="alignleft size-thumbnail wp-image-165" title="BbU Auditorium" src="/wp-content/uploads/2009/05/bbu_audi-50x50.jpg" alt="BbU Auditorium" width="50" height="50" /></a></dt>
</dl>
<dl class="gallery-item">
<dt class="gallery-icon"> <a title="BbU Auditorium Camera" rel="shadowbox[bb]" href="/wp-content/uploads/2009/05/bbu_audi_camera.jpg"><img class="alignleft size-thumbnail wp-image-166" title="BbU Auditorium Camera" src="/wp-content/uploads/2009/05/bbu_audi_camera-50x50.jpg" alt="BbU Auditorium Camera" width="50" height="50" /></a></dt>
</dl>
<dl class="gallery-item">
<dt class="gallery-icon"> <a title="Extendable Classroom" rel="shadowbox[bb]" href="/wp-content/uploads/2009/05/bbu_class_full.jpg"><img class="alignleft size-thumbnail wp-image-171" title="BbU Classroom" src="/wp-content/uploads/2009/05/bbu_class_full-50x50.jpg" alt="BbU Classroom" width="50" height="50" /></a></dt>
</dl>
<dl class="gallery-item">
<dt class="gallery-icon"> <a title="BbU Auditium" rel="shadowbox[bb]" href="/wp-content/uploads/2009/05/bbu_auditorium2.jpg"><img class="alignleft size-thumbnail wp-image-168" title="BbU Auditorium" src="/wp-content/uploads/2009/05/bbu_auditorium2-50x50.jpg" alt="BbU Auditorium" width="50" height="50" /></a></dt>
</dl>
<dl class="gallery-item">
<dt class="gallery-icon"> <a title="Classroom" rel="shadowbox[bb]" href="/wp-content/uploads/2009/05/bbu_class.jpg"><img class="alignleft size-thumbnail wp-image-170" title="BbU Extended Classroom" src="/wp-content/uploads/2009/05/bbu_class-50x50.jpg" alt="BbU Extended Classroom" width="50" height="50" /></a></dt>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/bumble-and-bumble-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.grimmwerks.com/wp-content/added/bumble.flv" length="10061673" type="video/x-flv" />
<enclosure url="http://grimmwerks.com/wp-content/added/BumbleTV_self_playing.flv" length="25525165" type="video/x-flv" />
		</item>
		<item>
		<title>Lightolier Headquarters</title>
		<link>http://www.grimmwerks.com/work/lightolier-headquarters/</link>
		<comments>http://www.grimmwerks.com/work/lightolier-headquarters/#comments</comments>
		<pubDate>Sun, 06 Jun 2004 08:08:16 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[crestron]]></category>
		<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[director]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=451</guid>
		<description><![CDATA[VideoSonic installed a VIDS12-DVD Server as the both the Display and Control engines for this dynamic exhibition that highlights milestone events in Lightolierâ??s 100 year corporate history. Video shows are synchronized on 12 widescreen LCD monitors; the lighting in the showcases illuminate to show the actual objects featured in the video. Using LED lighting in [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>VideoSonic installed a VIDS12-DVD Server as the both the Display and Control engines for this dynamic exhibition that highlights milestone events in Lightolierâ??s 100 year corporate history.</p>
<p>Video shows are synchronized on 12 widescreen LCD monitors; the lighting in the showcases illuminate to show the actual objects featured in the video. Using LED lighting in the showcases, the display gently cycles through color changes when not running the shows.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/lightoelier_globe.jpg' rel='shadowbox[sbalbum-451];player=img;' title='Lightolier'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/lightoelier_globe-50x50.jpg" class="attachment-thumbnail" alt="Lightolier" title="Lightolier" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_entrance.jpg' rel='shadowbox[sbalbum-451];player=img;' title='Lightolier'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_entrance-50x50.jpg" class="attachment-thumbnail" alt="Lightolier" title="Lightolier" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_screens.jpg' rel='shadowbox[sbalbum-451];player=img;' title='Lightolier Screens'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_screens-50x50.jpg" class="attachment-thumbnail" alt="Lightolier Screens" title="Lightolier Screens" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_cases.jpg' rel='shadowbox[sbalbum-451];player=img;' title='Lightolier Screens'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_cases-50x50.jpg" class="attachment-thumbnail" alt="Lightolier Screens" title="Lightolier Screens" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_gui_01.jpg' rel='shadowbox[sbalbum-451];player=img;' title='Lightolier Interface'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_gui_01-50x50.jpg" class="attachment-thumbnail" alt="Lightolier Interface" title="Lightolier Interface" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_021.jpg' rel='shadowbox[sbalbum-451];player=img;' title='Lightolier Interface'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_021-50x50.jpg" class="attachment-thumbnail" alt="Lightolier Interface" title="Lightolier Interface" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_02.jpg' rel='shadowbox[sbalbum-451];player=img;' title='Lightolier Interface'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_02-50x50.jpg" class="attachment-thumbnail" alt="Lightolier Interface" title="Lightolier Interface" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_gui_03.jpg' rel='shadowbox[sbalbum-451];player=img;' title='Lightolier Interface'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/lightolier_gui_03-50x50.jpg" class="attachment-thumbnail" alt="Lightolier Interface" title="Lightolier Interface" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/lightolier-headquarters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intrepid Kamikazii</title>
		<link>http://www.grimmwerks.com/work/intrepid-kamikazii/</link>
		<comments>http://www.grimmwerks.com/work/intrepid-kamikazii/#comments</comments>
		<pubDate>Mon, 31 May 2004 12:39:38 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[director]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=465</guid>
		<description><![CDATA[Helped implement a 7-video and multitrack audio experience in the Intrepid Naval Museum. Utilizing a smpte track as a lock for the audio and video, midi controlled the raising and lowering of the screens, dimming of the lights and expulsion of fog machines to allow visitors to best experience a kamikaze attach upon the vessel [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Helped implement a 7-video and multitrack audio experience in the Intrepid Naval Museum. Utilizing a smpte track as a lock for the audio and video, midi controlled the raising and lowering of the screens, dimming of the lights and expulsion of fog machines to allow visitors to best experience a kamikaze attach upon the vessel in World War II.  The audio was mixed in the space and allows for directional sound to the extreme.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/intrepid-screens.jpg' rel='shadowbox[sbalbum-465];player=img;' title='Intrepid Screen Test'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/intrepid-screens-50x50.jpg" class="attachment-thumbnail" alt="Intrepid Screen Test" title="Intrepid Screen Test" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/intrepid-screens-setup.jpg' rel='shadowbox[sbalbum-465];player=img;' title='Intrepid Screen Setup'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/intrepid-screens-setup-50x50.jpg" class="attachment-thumbnail" alt="Intrepid Screen Setup" title="Intrepid Screen Setup" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/intrepid-machineroom.jpg' rel='shadowbox[sbalbum-465];player=img;' title='Intrepid Machine Room'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/intrepid-machineroom-50x50.jpg" class="attachment-thumbnail" alt="Intrepid Machine Room" title="Intrepid Machine Room" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/intrepid-kamikazii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Expo 2004</title>
		<link>http://www.grimmwerks.com/blog/video/tech-expo-2004/</link>
		<comments>http://www.grimmwerks.com/blog/video/tech-expo-2004/#comments</comments>
		<pubDate>Fri, 13 Feb 2004 20:21:32 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[video]]></category>
		<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Motion 3]]></category>
		<category><![CDATA[Tech Expo]]></category>
		<category><![CDATA[VideoSonic]]></category>
		<category><![CDATA[work-video]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=468</guid>
		<description><![CDATA[A few attract videos I created in Motion 3 for Tech Expo 2004.]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Created for two large 42&#8243; plasmas that also showcased a directional audio setup. I created the videos from a number of images we had of our installations &#8212; think I made about 7 of them &#8212; and really just randomized through them as attracts to our booth.</p>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-468pp-single-4f2e2377e66df"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "468pp-single-4f2e2377e66df",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=468pp-single-4f2e2377e66df&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-468pp-single-4f2e2377e66df",name: "obj-pro-player-468pp-single-4f2e2377e66df"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-468pp-single-4f2e2377e66df", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-468pp-single-4f2e2377ed3e3"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "468pp-single-4f2e2377ed3e3",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=468pp-single-4f2e2377ed3e3&sid=1328423799'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-468pp-single-4f2e2377ed3e3",name: "obj-pro-player-468pp-single-4f2e2377ed3e3"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-468pp-single-4f2e2377ed3e3", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/blog/video/tech-expo-2004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://grimmwerks.com/wp-content/added/vss-bumble-xpo.flv" length="6961537" type="video/x-flv" />
<enclosure url="http://grimmwerks.com/wp-content/added/vss-broadwing-xpo.flv" length="11269094" type="video/x-flv" />
		</item>
		<item>
		<title>The Statue of Liberty</title>
		<link>http://www.grimmwerks.com/work/the-statue-of-liberty/</link>
		<comments>http://www.grimmwerks.com/work/the-statue-of-liberty/#comments</comments>
		<pubDate>Wed, 15 Oct 2003 00:00:00 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[videosonic]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[control system]]></category>
		<category><![CDATA[crestron]]></category>
		<category><![CDATA[director]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[work-video]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=238</guid>
		<description><![CDATA[As part of the reopening of the Statue of Liberty in 2004, VideoSonic installed a new fire alarm/safety system that would display exit information when the alarms would trigger. As part of our installation we also created some of the points of interest &#8211; at the top of the pedestal we created the supporting videos [...]]]></description>
			<content:encoded><![CDATA[<p id="top" /><!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-238pp-single-4f2e237800ed3"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "true",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "238pp-single-4f2e237800ed3",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=238pp-single-4f2e237800ed3&sid=1328423800'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-238pp-single-4f2e237800ed3",name: "obj-pro-player-238pp-single-4f2e237800ed3"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-238pp-single-4f2e237800ed3", "610", "375", "9.0.0", false, flashvars, params, attributes);</script></p>
<p>As part of the reopening of the Statue of Liberty in 2004, VideoSonic installed a new fire alarm/safety system that would display exit information when the alarms would trigger.</p>
<p>As part of our installation we also created some of the points of interest &#8211; at the top of the pedestal we created the supporting videos as support to the Rangers&#8217; tour.  Seen by over 6 million visitors a year &#8212;  story-boarded, designed and edited a 45 minute documentary on the history and technology of the Statue. This presentation is played while a Parks Commissions employee supplies the narrative, lighting the internal structure of the Statue at the appropriate times.</p>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-238pp-single-4f2e237831c8f"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "true",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "238pp-single-4f2e237831c8f",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=238pp-single-4f2e237831c8f&sid=1328423800'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-238pp-single-4f2e237831c8f",name: "obj-pro-player-238pp-single-4f2e237831c8f"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-238pp-single-4f2e237831c8f", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/the-statue-of-liberty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://grimmwerks.com/wp-content/added/statue_entrance.flv" length="10658634" type="video/x-flv" />
		</item>
		<item>
		<title>Subaru and Mack Truck Interactive Toolkits</title>
		<link>http://www.grimmwerks.com/work/subaru-and-mack-truck-interactive-toolkits/</link>
		<comments>http://www.grimmwerks.com/work/subaru-and-mack-truck-interactive-toolkits/#comments</comments>
		<pubDate>Sun, 22 Jun 2003 18:58:48 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[director]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[zinc]]></category>

		<guid isPermaLink="false">http://www.grimmwerks.com/?p=1547</guid>
		<description><![CDATA[Designed and programmed a number of cdroms aimed for sales and marketing divisions of each company to help utilize and sell their brand. Combining disparate media, videos, and document libraries in such a way so as to be explored, exported, and even create and save simple powerpoint-like presentations to solicit customers using parent company approved [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Designed and programmed a number of cdroms aimed for sales and marketing divisions of each company to help utilize and sell their brand.  Combining disparate media, videos, and document libraries in such a way so as to be explored, exported, and even create and save simple powerpoint-like presentations to solicit customers using parent company approved materials.</p>
<p><span id="more-1547"></span></p>
<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="610px" height="375px"><div id="pro-player-1547pp-single-4f2e237839933"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "610",height: "375",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "/wp-content/plugins/proplayer/players/skins/default.swf",plugins: "",javascriptid: "1547pp-single-4f2e237839933",image: "",file: 'http://www.grimmwerks.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=1547pp-single-4f2e237839933&sid=1328423800'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-1547pp-single-4f2e237839933",name: "obj-pro-player-1547pp-single-4f2e237839933"};swfobject.embedSWF("http://www.grimmwerks.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-1547pp-single-4f2e237839933", "610", "375", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/subaru-and-mack-truck-interactive-toolkits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://grimmwerks.com/wp-content/added/subaru_interactive_toolkit.flv" length="13788441" type="video/x-flv" />
		</item>
		<item>
		<title>LCCC</title>
		<link>http://www.grimmwerks.com/work/lccc/</link>
		<comments>http://www.grimmwerks.com/work/lccc/#comments</comments>
		<pubDate>Sun, 02 Feb 2003 06:59:02 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[director]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=464</guid>
		<description><![CDATA[An crossplatform cdrom made for Lehigh County Community College as an interactive searchable brochure and course information kit. Featuring in depth information about the school, a tuition calculator, videos from students and an offline full database of courses.]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>An crossplatform cdrom made for Lehigh County Community College as an interactive searchable brochure and course information kit.  Featuring in depth information about the school, a tuition calculator, videos from students and an offline full database of courses.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc.jpg' rel='shadowbox[sbalbum-464];player=img;' title='lccc'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc-50x50.jpg" class="attachment-thumbnail" alt="lccc" title="lccc" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc01.jpg' rel='shadowbox[sbalbum-464];player=img;' title='lccc01'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc01-50x50.jpg" class="attachment-thumbnail" alt="lccc01" title="lccc01" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc02.jpg' rel='shadowbox[sbalbum-464];player=img;' title='lccc02'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc02-50x50.jpg" class="attachment-thumbnail" alt="lccc02" title="lccc02" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc03.jpg' rel='shadowbox[sbalbum-464];player=img;' title='lccc03'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc03-50x50.jpg" class="attachment-thumbnail" alt="lccc03" title="lccc03" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc04.jpg' rel='shadowbox[sbalbum-464];player=img;' title='lccc04'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc04-50x50.jpg" class="attachment-thumbnail" alt="lccc04" title="lccc04" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc05.jpg' rel='shadowbox[sbalbum-464];player=img;' title='lccc05'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/lccc05-50x50.jpg" class="attachment-thumbnail" alt="lccc05" title="lccc05" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/lccc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verizon Brand Identity Standards</title>
		<link>http://www.grimmwerks.com/work/verizon-brand-identity-standards/</link>
		<comments>http://www.grimmwerks.com/work/verizon-brand-identity-standards/#comments</comments>
		<pubDate>Wed, 14 Aug 2002 03:09:48 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[director]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=491</guid>
		<description><![CDATA[Created software to help in the automation of documents adhering to the Verizon brand. The application consisted of a database of corporate approved assets tagged by usage-type, and allowed the user to export the chosen elements in a variety of formats, ready for publication. Included in the application were a number of videos demonstrating the [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Created software to help in the automation of documents adhering to the Verizon brand. The application consisted of a database of corporate approved assets tagged by usage-type, and allowed the user to export the chosen elements in a variety of formats, ready for publication.  Included in the application were a number of videos demonstrating the correct usage of the Verizon brand.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-1.jpg' rel='shadowbox[sbalbum-491];player=img;' title='Verizon Brand Identity Standards'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-1-50x50.jpg" class="attachment-thumbnail" alt="Verizon Brand Identity Standards" title="Verizon Brand Identity Standards" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-2.jpg' rel='shadowbox[sbalbum-491];player=img;' title='Verizon Brand Identity Standards'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-2-50x50.jpg" class="attachment-thumbnail" alt="Verizon Brand Identity Standards" title="Verizon Brand Identity Standards" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-3.jpg' rel='shadowbox[sbalbum-491];player=img;' title='Verizon Brand Identity Standards'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-3-50x50.jpg" class="attachment-thumbnail" alt="Verizon Brand Identity Standards" title="Verizon Brand Identity Standards" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-4.jpg' rel='shadowbox[sbalbum-491];player=img;' title='Verizon Brand Identity Standards'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-4-50x50.jpg" class="attachment-thumbnail" alt="Verizon Brand Identity Standards" title="Verizon Brand Identity Standards" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-5.jpg' rel='shadowbox[sbalbum-491];player=img;' title='Verizon Brand Identity Standards'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-5-50x50.jpg" class="attachment-thumbnail" alt="Verizon Brand Identity Standards" title="Verizon Brand Identity Standards" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-6.jpg' rel='shadowbox[sbalbum-491];player=img;' title='Verizon Brand Identity Standards'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/05/ver-6-50x50.jpg" class="attachment-thumbnail" alt="Verizon Brand Identity Standards" title="Verizon Brand Identity Standards" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/verizon-brand-identity-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JP Morgan Stanley: Chase Manhattan</title>
		<link>http://www.grimmwerks.com/work/jp-morgan-stanley-chase-manhattan/</link>
		<comments>http://www.grimmwerks.com/work/jp-morgan-stanley-chase-manhattan/#comments</comments>
		<pubDate>Sun, 03 Dec 2000 01:50:57 +0000</pubDate>
		<dc:creator>grimmwerks</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[director]]></category>

		<guid isPermaLink="false">http://grimmwerks.com/blog/?p=497</guid>
		<description><![CDATA[Programmed a cross platform application for Chase Manhattan Bank clients utilizing a searchable database of bank depositories, allowing one to view search results based on various ratings criteria.]]></description>
			<content:encoded><![CDATA[<p id="top" />
<p>Programmed a cross platform application for Chase Manhattan Bank clients utilizing a searchable database of bank depositories, allowing one to view search results based on various ratings criteria.</p>

<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-1.jpg' rel='shadowbox[sbalbum-497];player=img;' title='JP Morgan - Chase Manhattan'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-1-50x50.jpg" class="attachment-thumbnail" alt="JP Morgan - Chase Manhattan" title="JP Morgan - Chase Manhattan" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-5.jpg' rel='shadowbox[sbalbum-497];player=img;' title='JP Morgan - Chase Manhattan'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-5-50x50.jpg" class="attachment-thumbnail" alt="JP Morgan - Chase Manhattan" title="JP Morgan - Chase Manhattan" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/chase_s2.png' rel='shadowbox[sbalbum-497];player=img;' title='JP Morgan - Chase Manhattan'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/chase_s2-50x50.png" class="attachment-thumbnail" alt="JP Morgan - Chase Manhattan" title="JP Morgan - Chase Manhattan" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-4.jpg' rel='shadowbox[sbalbum-497];player=img;' title='JP Morgan - Chase Manhattan'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-4-50x50.jpg" class="attachment-thumbnail" alt="JP Morgan - Chase Manhattan" title="JP Morgan - Chase Manhattan" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-3.jpg' rel='shadowbox[sbalbum-497];player=img;' title='JP Morgan - Chase Manhattan'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-3-50x50.jpg" class="attachment-thumbnail" alt="JP Morgan - Chase Manhattan" title="JP Morgan - Chase Manhattan" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-2.jpg' rel='shadowbox[sbalbum-497];player=img;' title='JP Morgan - Chase Manhattan'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/chase-2-50x50.jpg" class="attachment-thumbnail" alt="JP Morgan - Chase Manhattan" title="JP Morgan - Chase Manhattan" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/chase_s3.png' rel='shadowbox[sbalbum-497];player=img;' title='JP Morgan - Chase Manhattan'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/chase_s3-50x50.png" class="attachment-thumbnail" alt="JP Morgan - Chase Manhattan" title="JP Morgan - Chase Manhattan" /></a>
<a href='http://www.grimmwerks.com/wp-content/uploads/2009/06/chase_s1.png' rel='shadowbox[sbalbum-497];player=img;' title='JP Morgan - Chase Manhattan'><img width="50" height="50" src="http://www.grimmwerks.com/wp-content/uploads/2009/06/chase_s1-50x50.png" class="attachment-thumbnail" alt="JP Morgan - Chase Manhattan" title="JP Morgan - Chase Manhattan" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.grimmwerks.com/work/jp-morgan-stanley-chase-manhattan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

