<?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>Wojo Design</title>
	<atom:link href="http://wojodesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wojodesign.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 26 Oct 2012 20:04:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Wojo Design Hires Mike Henderson!</title>
		<link>http://wojodesign.com/wojo-design-hires-mike-henderson/</link>
		<comments>http://wojodesign.com/wojo-design-hires-mike-henderson/#comments</comments>
		<pubDate>Fri, 15 Jun 2012 16:24:56 +0000</pubDate>
		<dc:creator>Kyle Deming</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=924</guid>
		<description><![CDATA[<p>Wojo Design is pleased to announce that we&#8217;ve hired the very talented Mike Henderson for the position of Interactive Designer &#38; Front-End Developer! You can see some of his impressive work at his personal portfolio website and at his Dribbble profile. Mike brings a three-pronged passion for design, development, and information architecture to the table....  <a href="http://wojodesign.com/wojo-design-hires-mike-henderson/" title="Read Wojo Design Hires Mike Henderson!">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/wojo-design-hires-mike-henderson/">Wojo Design Hires Mike Henderson!</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p class="intro"><img class="alignleft left size-full wp-image-958" style="margin: 0 8px 8px 0;" title="mike-henderson" src="http://wojodesign.com/wp-content/uploads/2012/06/mike-henderson.jpg" alt="Mike Henderson" width="274" height="173" />Wojo Design is pleased to announce that we&#8217;ve hired the very talented Mike Henderson for the position of Interactive Designer &amp; Front-End Developer! You can see some of his impressive work at his <a href="http://secretrobotsociety.com/">personal portfolio website</a> and at his <a href="http://dribbble.com/mikehenderson">Dribbble profile</a>.</p>
<p>Mike brings a three-pronged passion for design, development, and information architecture to the table. He also brings some excellent illustration skills to the Wojo team.</p>
<p>Not only is Mike a super-talented designer and front-end developer, he&#8217;s also a very handsome fellow, as you can see:</p>
<p>We&#8217;re looking forward to working with Mike as we continue our quest to dominate the interwebs.</p>
<p>The post <a href="http://wojodesign.com/wojo-design-hires-mike-henderson/">Wojo Design Hires Mike Henderson!</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/wojo-design-hires-mike-henderson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simpleCart(js) v3 Released!</title>
		<link>http://wojodesign.com/simplecartjs-v3-released/</link>
		<comments>http://wojodesign.com/simplecartjs-v3-released/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 18:26:58 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[simpleCart(js)]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=928</guid>
		<description><![CDATA[<p>We are very excited to announce the release of simpleCart(js) version 3, along with a new website: simplecartjs.org. We have been working for the last year to create a version of simpleCart(js) that was still just as easy to use, but provided the flexibility our users were looking for. We&#8217;ve had great feedback along the...  <a href="http://wojodesign.com/simplecartjs-v3-released/" title="Read simpleCart(js) v3 Released!">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/simplecartjs-v3-released/">simpleCart(js) v3 Released!</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p class="intro">We are very excited to announce the release of simpleCart(js) version 3, along with a new website: <a href="http://simplecartjs.org">simplecartjs.org</a>. We have been working for the last year to create a version of simpleCart(js) that was still just as easy to use, but provided the flexibility our users were looking for. We&#8217;ve had great feedback along the way, and we think simpleCart(js) v3 is gonna knock your socks off.</p>
<p><em>(excited? Go right to the <a href="https://github.com/wojodesign/simplecart-js" target="_blank">source code on github</a>).</em></p>
<p><span id="more-928"></span></p>
<h2>What&#8217;s New?</h2>
<p>Everything.</p>
<p>Well, sort of. Version 3 is not backward compatible with version 2 and was essentially rewritten from the ground up, but many concepts and methods have stayed the same. One of the big changes is that <strong>simpleCart(js) now requires jQuery, prototype, or MooTools</strong>. We found that almost everyone using simpleCart(js) is already using one of those libraries, so we might as well make use of their great feature set. You can use any of them, you just have to include at least one.</p>
<h3>Adding to the Cart</h3>
<p>You can create shelf items the same way as before:</p>
<pre class="prettyprint linenums">&lt;div class="simpleCart_shelfItem"&gt;
    &lt;h2 class="item_name"&gt;Awesome T-Shirt&lt;/h2&gt;
    &lt;span class="item_price"&gt;$23.00&lt;/span&gt;
    &lt;a href="javascript:;" class="item_add"&gt;Add to Cart&lt;/a&gt;
&lt;/div&gt;</pre>
<p>Adding to the cart with javascript is similar, but now uses an object for the item properties:</p>
<pre class="prettyprint linenums">
 simpleCart.add({
     name: "Awesome T-Shirt",
     price: 23
 });</pre>
<h3>Setup</h3>
<p>simpleCart(js) now provides a simple way to set your options all at once, with the flexibility to update them at any time:</p>
<pre class="prettyprint linenums">
 simpleCart({
   checkout: {
     type: "PayPal",
     email: "you@yours.com"
   },
   currency: "GBP",
   taxRate: 0.06
 });

</pre>
<h3>&#8230; And a whole bunch of new cool features</h3>
<p>We built it from the ground up to provide new features and flexibility like <a href="http://simplecartjs.org/documentation/using_events">an awesome new event system</a>, <a href="http://simplecartjs.org/documentation/sendform-checkout">a more flexible checkout</a>, <a href="http://simplecartjs.org/documentation/currency">better currency options</a>, and <a href="http://simplecartjs.org/features/">lots more</a>.</p>
<h2>Better Docs</h2>
<p>This is probably the most important part about the release. With all of these new features, we needed a much better way for users to get the info they need to build great shopping cart sites. <a href="http://simplecartjs.org/documentation/">The new docs section</a> of the site is an ever expanding collection of how-to&#8217;s and function references to make sure you know how to do anything. We also provide a comments section on the docs for users to post their own examples. As always, you can get the source on <a href="https://github.com/wojodesign/simplecart-js">github</a> and find support on the <a href="https://github.com/wojodesign/simplecart-js/issues">issues section</a>.</p>
<h2>Get Building!</h2>
<p>We are excited to see what will be built with this release, and would love to get your feedback. If you have bugs to report or feature requests, you can post them on <a href="https://github.com/wojodesign/simplecart-js/issues">github</a> or discuss current posts. Don&#8217;t forget to check out the <a href="http://simplecartjs.org/documentation/">documentation</a> and <a href="http://simplecartjs.org/features/">features</a> on the <a href="http://simplecartjs.org/">new site</a>. Thanks!</p>
<p>The post <a href="http://wojodesign.com/simplecartjs-v3-released/">simpleCart(js) v3 Released!</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/simplecartjs-v3-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>We&#8217;re Hiring &#8211; Interactive Designer / Front-End Developer</title>
		<link>http://wojodesign.com/were-hiring-interactive-designer-front-end-developer/</link>
		<comments>http://wojodesign.com/were-hiring-interactive-designer-front-end-developer/#comments</comments>
		<pubDate>Wed, 02 May 2012 04:43:44 +0000</pubDate>
		<dc:creator>Kyle Deming</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=919</guid>
		<description><![CDATA[<p>We&#8217;re looking to add a top-notch interactive designer/frontend developer to join our development team; someone who knows great UX/UI and loves to build awesome things. Details about the position can be found below in this blog post. Or (even better) &#8211; check out our groovy Hiring Page. We are light on management and heavy on...  <a href="http://wojodesign.com/were-hiring-interactive-designer-front-end-developer/" title="Read We&#8217;re Hiring &#8211; Interactive Designer / Front-End Developer">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/were-hiring-interactive-designer-front-end-developer/">We&#8217;re Hiring &#8211; Interactive Designer / Front-End Developer</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re looking to add a top-notch interactive designer/frontend developer to join our development team; someone who knows great UX/UI and loves to build awesome things. Details about the position can be found below in this blog post. Or (even better) &#8211; check out our groovy <a href="http://wojodesign.com/now-hiring/">Hiring Page</a>.</p>
<p><span id="more-919"></span></p>
<p>We are light on management and heavy on results; you must be able to work just as well independently as you do collaboratively. You should be interested in creating new things, like to solve problems creatively, and be passionate about your work. We believe arguing with your boss is a good thing, and refusing to accept anything you can’t be proud of is even better.</p>
<p><strong>The person who fills this position could be found doing any one of the following at a given time:</strong></p>
<ul>
<li>Collaborating with the rest of the development team to create user personas, information architecture, design sketches, wireframes and project quotes</li>
<li>Designing ridiculously good interfaces for web/mobile sites/applications</li>
<li>Creating HTML/CSS/JS code from your (or others) designs</li>
<li>Reviewing designs/products/features with coworkers or clients to offer and/or receive constructive criticism.</li>
</ul>
<p><strong>Here are some rather boring things that a perfect candidate might just have on their resume:</strong></p>
<ul>
<li>3+ years experience designing and building interactive interfaces</li>
<li>Expertise with the Adobe creative suite</li>
<li>Experience with IA, UI, UX, and any other fun acronyms associated with building interfaces</li>
<li>Working knowledge of HTML/CSS/Javascript</li>
<li>A link to a really impressive portfolio</li>
</ul>
<p><strong>The ever-popular “Bonus Points” list that every job posting has:</strong></p>
<p>Experience with:</p>
<ul>
<li>HTML5 &amp; CSS3</li>
<li>Javascript development with jQuery</li>
<li>Building interfaces within an MVC framework like CodeIgniter or Ruby on Rails</li>
<li>Building interfaces within a CMS like EE, WordPress, or Drupal.</li>
<li>Mobile App/Website Design</li>
<li>Version Control like Git or SVN</li>
<li>Ninja stars or nun-chucks</li>
</ul>
<p><strong>Perks:</strong></p>
<p>Flexible location &amp; schedule, $2.5k to build your new work environment, 401k and health benefits.</p>
<p>Please send your résumé (no word docs please), link to portfolio, and salary requirements.</p>
<p>The post <a href="http://wojodesign.com/were-hiring-interactive-designer-front-end-developer/">We&#8217;re Hiring &#8211; Interactive Designer / Front-End Developer</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/were-hiring-interactive-designer-front-end-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client Case Study &#8211; inFUSION Group</title>
		<link>http://wojodesign.com/case-study-infusion-group/</link>
		<comments>http://wojodesign.com/case-study-infusion-group/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 22:31:09 +0000</pubDate>
		<dc:creator>Kyle Deming</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=888</guid>
		<description><![CDATA[<p>We&#8217;ve been fortunate to work with inFUSION Group recently on a website redesign project. inFUSION Group is a great consulting firm located in Michigan. They offer a number of services including sales consulting, marketing plan development, and human resources consulting. In this blog article I&#8217;m going to take a quick look at some of the...  <a href="http://wojodesign.com/case-study-infusion-group/" title="Read Client Case Study &#8211; inFUSION Group">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/case-study-infusion-group/">Client Case Study &#8211; inFUSION Group</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p class="intro">We&#8217;ve been fortunate to work with <a href="http://www.in-fusiongroup.com">inFUSION Group</a> recently on a website redesign project. inFUSION Group is a great consulting firm located in Michigan. They offer a number of services including <a href="http://www.in-fusiongroup.com/services/sales">sales consulting</a>, <a href="http://www.in-fusiongroup.com/services/marketing">marketing plan development</a>, and <a href="http://www.in-fusiongroup.com/services/human-resources">human resources consulting</a>.</p>
<p class="intro">In this blog article I&#8217;m going to take a quick look at some of the strategic and design decisions we made with the client.</p>
<p><span id="more-888"></span></p>
<h2>1.) Contact Information</h2>
<p>Choosing a consulting firm is not a small decision and will certainly require some back and forth communication before a deal is set. The primary call to action is for the prospect to send an email or pick up the phone and initiate the discussion phase. We made it extremely easy to find the contact information &#8211; including it prominently in the header, the footer, and on the page body. The call-to-action button on the first slide in the slideshow encourages prospects to make that initial contact as well.</p>
<h2>2.) Pull Quotes and Bulleted Lists</h2>
<p>inFUSION Group had a ton of great content (it&#8217;s part of what they do!), but it can be tricky to keep it engaging on the web. We tend to glaze over at the sight of a paragraph longer than 4 lines.</p>
<p>To keep the reader engaged we made prominent use of pull quotes and bulleted lists, as you can easily see on the <a href="http://www.in-fusiongroup.com/about">About Us</a> page.</p>
<a href="http://wojodesign.com/wp-content/uploads/2011/12/0.jpg"><img class="size-full wp-image-890" title="Pull Quotes and Bulleted Lists" src="http://wojodesign.com/wp-content/uploads/2011/12/0.jpg" alt="inFUSION Group Pull Quotes and Bulleted Lists Styles" width="550" height="258" /></a>
<p>A very unique pull quote style really emphasizes the mission statement, and custom bullets are used in a list with plenty of whitespace for breathing room.</p>
<h2>3.) Newsletter Signup Field</h2>
<p>Attention to detail is very important for good design and user experience. We added a subtle effect to the newsletter subscribe field &#8211; when the field is active the small mail icon &#8220;opens.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-892" title="Email Newsletter Field - Unselected" src="http://wojodesign.com/wp-content/uploads/2011/12/1.jpg" alt="inFUSION Group Email Newsletter Field - Unselected" width="313" height="125" /></p>
<p style="text-align: center;"><img class="size-full wp-image-894 aligncenter" title="Email Newsletter Field - Selected" src="http://wojodesign.com/wp-content/uploads/2011/12/2.jpg" alt="inFUSION Group Email Newsletter Field - Selected" width="316" height="121" /></p>
<p><em>Thanks to inFUSION Group for working with us on this exciting project!</em></p>
<p>The post <a href="http://wojodesign.com/case-study-infusion-group/">Client Case Study &#8211; inFUSION Group</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/case-study-infusion-group/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Authorize.net API Setup</title>
		<link>http://wojodesign.com/authorize-net-api-setup/</link>
		<comments>http://wojodesign.com/authorize-net-api-setup/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 13:53:31 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=855</guid>
		<description><![CDATA[<p>We&#8217;ve set up quite a few sites that use authorize.net recently, and I thought I&#8217;d share some of the lessons we&#8217;ve learned to save you some time and headaches. There are 4 different states you can be in while using Authorize.net: (1) live server, (2) live server in test mode, (3) sandbox server, and (4)...  <a href="http://wojodesign.com/authorize-net-api-setup/" title="Read Authorize.net API Setup">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/authorize-net-api-setup/">Authorize.net API Setup</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p class="intro">We&#8217;ve set up quite a few sites that use authorize.net recently, and I thought I&#8217;d share some of the lessons we&#8217;ve learned to save you some time and headaches.</p>
<p><span id="more-855"></span></p>
<p>There are 4 different states you can be in while using Authorize.net: (1) live server, (2) live server in test mode, (3) sandbox server, and (4) sandbox server in test mode. <strong>Any API keys you generate while in one of these states will only work in that state</strong>. So if you generate a transaction key in test mode and then switch back to live mode, you will need to generate a new one and update your code base accordingly.</p>
<p><strong>Sandbox in Test Mode: </strong>As far as I can tell, you will never need to use this.</p>
<p><strong>Sandbox Server: </strong>When you sign up for a test/sandbox account, you can checkout with a few different card numbers that they will send you. This test account is completely separate from your live account.</p>
<p><strong>Live Server in Test Mode: </strong>You can put your account in test mode in order to make some purchases on your site. I know that the Visa test number 4111 1111 1111 1111 works in test mode, but I&#8217;m unsure if there are other test numbers that work. As far as I can tell though, transactions put through in test mode won&#8217;t show up when you are using the Transaction Details API.</p>
<p><strong>Live Server: </strong>Transactions here will be put in the &#8220;unsettled&#8221; transactions for up to a day before clearing. In order to test code using the transaction details API, we often put through a real transaction on the live server, and then void it after we test.</p>
<h2>Common Errors</h2>
<p>There are several cryptic error codes we have come across; here are a couple that we eventually were able to fix.</p>
<pre> The merchant API Login ID is invalid or the account is inactive.</pre>
<p>This is what happened for us when we generated an API transaction key when in test mode, and tried to use it in live mode. The solution was to just regenerate the transaction key.</p>
<pre> The Nova Bank Number or Terminal ID is incorrect. Call Merchant Service Provider.</pre>
<p>If the Merchant Service Provider isn&#8217;t set up within Authorize.net, you will get this error. The good thing is that this has nothing to do with your code or API setup.</p>
<p>&nbsp;</p>
<p><em>If you&#8217;ve got any other tips and tricks for working with Authorize.net, please post them in the comments below.</em></p>
<p>The post <a href="http://wojodesign.com/authorize-net-api-setup/">Authorize.net API Setup</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/authorize-net-api-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Browser Support for localStorage without Cookies</title>
		<link>http://wojodesign.com/full-browser-support-for-localstorage-without-cookies/</link>
		<comments>http://wojodesign.com/full-browser-support-for-localstorage-without-cookies/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 07:15:05 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=817</guid>
		<description><![CDATA[<p>A while back I posted a script that used cookies to simulate the localStorage interface for the HTML5 spec. While building simpleCart(js) v3, I revisited this script with the hopes achieving the same goal without using cookies. For the impatient, the 1.2kb script can be found on github. Motivation While using cookies for cross browser...  <a href="http://wojodesign.com/full-browser-support-for-localstorage-without-cookies/" title="Read Full Browser Support for localStorage without Cookies">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/full-browser-support-for-localstorage-without-cookies/">Full Browser Support for localStorage without Cookies</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p class="intro">A while back I posted a <a href="http://wojodesign.com/simulating-html5-local-storage/">script that used cookies to simulate the localStorage interface</a> for the <a href="http://www.w3.org/TR/2009/WD-webstorage-20091222/">HTML5 spec</a>. While building <a href="http://wojodesign.com/simplecartjs-v3-beta/">simpleCart(js) v3</a>, I revisited this script with the hopes achieving the same goal <strong>without using cookies.</strong> For the impatient, the <em>1.2kb script</em> can be found <a href="https://github.com/wojodesign/local-storage-js">on github.</a></p>
<p><span id="more-817"></span></p>
<h2>Motivation</h2>
<p>While using cookies for cross browser client-side storage was a clever workaround a few years ago, it just isn&#8217;t an acceptable method anymore for several reasons:</p>
<p><strong>EU Cookie Law:</strong> the <a href="http://www.cookielaw.org/media/2398/eu_directive_published_version.pdf">EU has created a directive</a> that requires websites to ask permission to store <em>every cookie</em>. While this is still being heavily debated, it&#8217;s a good reason to tread lightly when it comes to overusing cookies.</p>
<p><strong>Performance:</strong> web performance optimization, thankfully, has become an important consideration for every website. Cookies are sent along with every request, so the more data we store, the larger our requests. This has a much larger impact when we consider sites with heavy ajax requests, where the majority of the size of the requests can be in the headers. With a lot of local storage data, you could easily be adding 4K or more to every request. These <a href="http://yuiblog.com/blog/2007/03/01/performance-research-part-3/">performance issues are nothing new</a>, so we should avoid using cookies for storage whenever possible.</p>
<h2>Implementation</h2>
<p>Currently, localStorage is supported by Firefox 3.5+, Safari 4+, IE8+, and Chrome. To fill in the older browsers, we used <a href="http://msdn.microsoft.com/en-us/library/ms531424%28VS.85%29.aspx">userData</a> for IE6-7 and <a href="https://developer.mozilla.org/en/DOM/Storage">globalStorage</a> for FF2.x &amp; 3. The interface is identical, regardless of how it is being implemented. This is very important, so code can be consistent as support for older browsers is dropped. Once all major browsers support the spec, the script can just be removed.</p>
<pre class="prettyprint linenums">localStorage.setItem( key , value );
 // saves a new name/value pair if the key doesn't exist, otherwise updates the value</pre>
<pre class="prettyprint linenums">localStorage.getItem( key );
 // returns the value associated with the given key, if it exists
 // returns null if the key doesn't exist</pre>
<pre class="prettyprint linenums">localStorage.length;
 // the number of unique keys stored</pre>
<pre class="prettyprint linenums">localStorage.removeItem( key );
 // deletes the name/value pair with the given key, if it exists
 // if it does not exist, exits</pre>
<pre class="prettyprint linenums">localStorage.clear();
 // delete all name/value pairs currently stored</pre>
<pre class="prettyprint linenums">localStorage.key( n );
 // returns the name of the nth key in the list, will return null if n is
 // greater than or equal to localStorage.length</pre>
<p><em>You can get the code <a href="https://github.com/wojodesign/local-storage-js">on github</a> &#8211; simply add the script to your page and you&#8217;re all set.</em></p>
<p>The post <a href="http://wojodesign.com/full-browser-support-for-localstorage-without-cookies/">Full Browser Support for localStorage without Cookies</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/full-browser-support-for-localstorage-without-cookies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wojo Design is Hiring an Intern!</title>
		<link>http://wojodesign.com/wojo-design-is-hiring-an-intern/</link>
		<comments>http://wojodesign.com/wojo-design-is-hiring-an-intern/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 01:20:54 +0000</pubDate>
		<dc:creator>Kyle Deming</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=836</guid>
		<description><![CDATA[<p>We're looking to hire a Web Design Intern for a 4 month position. This is a paid opportunity at $12/hour, working an average of 20 hours per week. Please see this post for the details and send us a résumé with some examples of your work if you're interested. We prefer individuals located in Ann Arbor.</p><p>The post <a href="http://wojodesign.com/wojo-design-is-hiring-an-intern/">Wojo Design is Hiring an Intern!</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re looking to hire a Web Design Intern for a 4 month position. This is a paid opportunity at $12/hour, working an average of 20 hours per week. Please see this post for the details and send us a résumé with some examples of your work if you&#8217;re interested. We prefer individuals located in Ann Arbor.</p>
<p><span id="more-836"></span></p>
<p>The full intern listing has been posted below. Please submit your application to <script language="Javascript" type="text/javascript">
	<!--
	document.write('<a href="mai');
	document.write('lto');
	document.write(':&#119;&#111;&#114;&#107;');
	document.write('@');
	document.write('&#119;&#111;&#106;&#111;&#100;&#101;&#115;&#105;&#103;&#110;&#46;&#99;&#111;&#109;">');
	document.write('&#119;&#111;&#114;&#107;');
	document.write('@');
	document.write('&#119;&#111;&#106;&#111;&#100;&#101;&#115;&#105;&#103;&#110;&#46;&#99;&#111;&#109;</a>');
	// -->
	</script><br />
<noscript>&#119;&#111;&#114;&#107; at<br />
	&#119;&#111;&#106;&#111;&#100;&#101;&#115;&#105;&#103;&#110; dot &#99;&#111;&#109;</noscript>
</p>
<p>Wojo Design is a full-service web agency that helps clients at every stage from initial website design to online marketing and social media campaign implementation. We are seeking an ambitious and self-motivated web design intern who can take on a wide range of responsibilities. </p>
<p><strong>RESPONSIBILITIES;</strong></p>
<ul>
<li>Building basic HTML websites.</li>
<li>Creating basic web design compositions.</li>
<li>Formatting and editing images to be used on client websites.</li>
<li>Cross-browser testing.</li>
<li>Updating client websites.</li>
<li>Performing keyword research for search engine optimization campaigns.</li>
<li>Building links to internal and client websites.</li>
<li>Updating social media sites internally and for clients.</li>
<li>Reviewing and proofreading proposals.</li>
</ul>
<p><strong>REQUIREMENTS;</strong></p>
<ul>
<li>Proficiency in Adobe Photoshop</li>
<li>Know your way around Microsoft Excel</li>
<li>The ability to upload files with an FTP Client (Transmit, FileZilla, etc.)</li>
<li>A good understanding of HTML and CSS and the ability to turn a simple design into a web page.</li>
</ul>
<p><strong>BONUS POINTS;</strong></p>
<ul>
<li>JavaScript</li>
<li>PHP experience</li>
</ul>
<p>This internship position will provide an excellent learning opportunity as you will work on a wide variety of projects and tasks. During the course of the internship you will become proficient with several content management systems, work on many web design and web development projects, participate in online marketing campaigns at all stages, and work closely with the company founders.</p>
<p><strong>DETAILS</strong><br />
This position is open immediately and will be filled once the appropriate candidate is found. This is a 4-month internship with the possibility for extension. You are expected to work around 20 hours a week on average, however, we can be flexible to meet the needs of your schedule. You will be paid $12/hour.</p>
<p>We have an office in Ann Arbor that you may work out of, and at times you will be expected to meet there. However, if preferable you can also work from home on a regular basis. We are very easy to work with, and as long as you get the job done and work hard, we&#8217;re happy to be very accommodating. </p>
<p>Please send any examples of past web design and/or development work.</p>
<p>The post <a href="http://wojodesign.com/wojo-design-is-hiring-an-intern/">Wojo Design is Hiring an Intern!</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/wojo-design-is-hiring-an-intern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimpleCart(js) V3 Beta</title>
		<link>http://wojodesign.com/simplecartjs-v3-beta/</link>
		<comments>http://wojodesign.com/simplecartjs-v3-beta/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 16:26:48 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[simpleCart(js)]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=800</guid>
		<description><![CDATA[<p>We are proud to announce that simpleCart(js) version 3 is ready for beta testing! We have learned a lot about what our users need and want over the past 3 years, and version 3 is a huge improvement that we hope you are going to love. For the impatient, you can view the new code...  <a href="http://wojodesign.com/simplecartjs-v3-beta/" title="Read SimpleCart(js) V3 Beta">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/simplecartjs-v3-beta/">SimpleCart(js) V3 Beta</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p class="intro">We are proud to announce that simpleCart(js) version 3 is ready for beta testing! We have learned a lot about what our users need and want over the past 3 years, and version 3 is a huge improvement that we hope you are going to love.</p>
<p><span id="more-800"></span></p>
<p><em>For the impatient, you can view the new code on the v3 branch on github: <a href="http://github.com/wojodesign/simplecart-js/tree/v3">http://github.com/wojodesign/simplecart-js/tree/v3</a></em></p>
<p>&nbsp;</p>
<h2>Whats New?</h2>
<p>The code has been rewritten from the ground up, and there are too many improvements to cover in this article. Some of the best updates include completely cookie-less storage with HTML5 localStorage, lots of events to handle all the customizations you could think of, plugins and extensions, more flexible formatting, more checkout options, better language and currency support, better performance, and easier syntax</p>
<p>&nbsp;</p>
<h2>How can I help?</h2>
<p>The easiest way to help is to periodically visit http://swarm.simplecartjs.com and click &#8220;Join the Swarm&#8221;. We are striving to make sure simpleCart(js) works with other libraries and in every major browser; by simply visiting this page TestSwarm will run our tests in your browser to help achieve this.</p>
<p>You can also help by trying out the new code on a site. We have already tested a lot of the basic features, but getting the code on more sites will help us track down bugs and improve the usability and features. The documentation is a <a href="https://github.com/wojodesign/simplecart-js/blob/v3/README.md">work in progress</a>, but here are a few big points about using the new code:</p>
<p>&nbsp;</p>
<h2>New Options and Syntax</h2>
<p>When setting options for simpleCart(js) v3, you simply send a settings object to a simpleCart() function:</p>
<pre class="prettyprint linenums">
 simpleCart({
   tax: 0.08,
   shipping: 10,
   currency: "USD"
 });

</pre>
<p>The option formats have changed a bit; you can see all the available options in the <a href="https://github.com/wojodesign/simplecart-js/blob/v3/README.md">README</a>.</p>
<p>&nbsp;</p>
<h2>jQuery, Prototype, or Mootools</h2>
<p>simpleCart(js) v3 will require a library, such as jQuery, Prototype, and Mootools. A lot of thought has gone into how to work with every library and keep simpleCart(js) small and manageable. It turns out, almost every site that is using simpleCart(js) is also using one of these three libraries, so it made sense to use the expertise and hard work that goes into those great libraries to handle things like DOM manipulation, CSS selectors, and event handling.</p>
<p>The best part is that you can use any of these libraries interchangeably, and simpleCart(js) will simply figure out whats included and use it. Right now, these libraries seemed to cover the majority of sites, but if there is a strong request for others, we will try to include support.</p>
<p>The post <a href="http://wojodesign.com/simplecartjs-v3-beta/">SimpleCart(js) V3 Beta</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/simplecartjs-v3-beta/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Announcing the Launch of Motionspire V2</title>
		<link>http://wojodesign.com/announcing-the-launch-of-motionspire-v2/</link>
		<comments>http://wojodesign.com/announcing-the-launch-of-motionspire-v2/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 11:24:59 +0000</pubDate>
		<dc:creator>Kyle Deming</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Motionspire]]></category>

		<guid isPermaLink="false">http://wojodesign.com/?p=789</guid>
		<description><![CDATA[<p>We are proud to announce a brand new version of Motionspire &#8211; the world&#8217;s premiere motion graphics inspiration gallery. Motionspire is the best place to go when you want to see the best motion graphics work available online. We launched Motionspire 3 years ago, and we&#8217;ve been pleased with its growth over the years. Today...  <a href="http://wojodesign.com/announcing-the-launch-of-motionspire-v2/" title="Read Announcing the Launch of Motionspire V2">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/announcing-the-launch-of-motionspire-v2/">Announcing the Launch of Motionspire V2</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://motionspire.com"><img class="size-full wp-image-792 aligncenter" title="Motionspire" src="http://wojodesign.com/wp-content/uploads/2011/10/motionspire.jpg" alt="Motionspire" width="550" height="104" /></a></p>
<p class="intro">We are proud to announce a brand new version of Motionspire &#8211; the world&#8217;s premiere motion graphics inspiration gallery. Motionspire is the best place to go when you want to see the best motion graphics work available online.</p>
<p>We launched Motionspire 3 years ago, and we&#8217;ve been pleased with its growth over the years. Today we are launching a brand new video submission process that makes it easier than ever to submit your work. Many motion graphics pros already have their work available on Vimeo, and if you submit a link we&#8217;ll automatically pull in all the information and queue the video for review. If you&#8217;d prefer to upload your video directly, we accept .mov, .mp4, .m4v, and .flv files up to 50MB in size.</p>
<p>Another new feature makes it much easier to find the inspiration you are looking for. You can select multiple categories at the same time, so if you want to see 2D Title Sequences or 3D Commercials with a Typography focus, it&#8217;s just a few clicks away.</p>
<p>We have big plans for Motionspire&#8217;s future as well, including keyword search, custom user portfolios and a job board for motion graphics professionals. Keep checking back at <a href="http://motionspire.com">Motionspire.com</a> for new developments, and while you&#8217;re at it, take a look at some of the best motion graphics videos ever made.</p>
<p>The post <a href="http://wojodesign.com/announcing-the-launch-of-motionspire-v2/">Announcing the Launch of Motionspire V2</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/announcing-the-launch-of-motionspire-v2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Update from The Wojo Group</title>
		<link>http://wojodesign.com/update-from-the-wojo-group/</link>
		<comments>http://wojodesign.com/update-from-the-wojo-group/#comments</comments>
		<pubDate>Tue, 11 May 2010 00:10:34 +0000</pubDate>
		<dc:creator>Kyle Deming</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=634</guid>
		<description><![CDATA[<p>Over the years we have made some big transitions at The Wojo Group. Although we used to be primarily concerned with client work, over time we have directed more and more of our effort towards internal projects. Some of these projects have included Motionspire.com, a motion graphics gallery we launched a couple years ago, and...  <a href="http://wojodesign.com/update-from-the-wojo-group/" title="Read Update from The Wojo Group">Read more &#187;</a></p><p>The post <a href="http://wojodesign.com/update-from-the-wojo-group/">Update from The Wojo Group</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></description>
				<content:encoded><![CDATA[<p class="intro">Over the years we have made some big transitions at The Wojo Group. Although we used to be primarily concerned with client work, over time we have directed more and more of our effort towards internal projects. Some of these projects have included <a href="http://www.motionspire.com">Motionspire.com</a>, a motion graphics gallery we launched a couple years ago, and <a href="http://www.simplecartjs.com">SimpleCart(js)</a>, the open-source javascript shopping cart that turned out to be quite popular.<span id="more-634"></span></p>
<p>However, another project we&#8217;ve had in the works for quite some time is <a href="http://www.hellorent.com">HelloRent.com</a>, an apartment finder that doesn&#8217;t suck (in our humble opinion). We&#8217;re really excited about this project and we believe it has the potential to shake up the industry. Recently we have been focusing almost all of our efforts towards HelloRent. Thus, we have not been able to devote any significant time to development of our other projects, blogging, or client work.</p>
<p>Although we wish we could do it all, we have to be realistic with our time constraints and our abilities. Thanks to everyone who has supported us so far, either by reading this blog, visiting one of our creations, or spreading the word about what we&#8217;re up to here at The Wojo Group. We do plan to eventually return to more frequent blogging, and someday we will hopefully have the time to continue developing our other projects. In the meantime, though, please feel free to head over to <a href="http://www.hellorent.com">HelloRent.com</a>, subscribe to our email newsletter, and request an invite if you are interested in giving it a try. As always, we&#8217;d love to hear your feedback.</p>
<p><em>Thanks again for your support.</em></p>
<p>The post <a href="http://wojodesign.com/update-from-the-wojo-group/">Update from The Wojo Group</a> appeared first on <a href="http://wojodesign.com">Wojo Design</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wojodesign.com/update-from-the-wojo-group/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
