<?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>The Wojo Group &#187; Miscellaneous</title>
	<atom:link href="http://www.thewojogroup.com/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewojogroup.com</link>
	<description>The musings of a small creative media company.</description>
	<lastBuildDate>Tue, 11 May 2010 00:10:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Update from The Wojo Group</title>
		<link>http://www.thewojogroup.com/2010/05/update-from-the-wojo-group/</link>
		<comments>http://www.thewojogroup.com/2010/05/update-from-the-wojo-group/#comments</comments>
		<pubDate>Tue, 11 May 2010 00:10:34 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=634</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![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 <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.</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>Thanks again for your support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2010/05/update-from-the-wojo-group/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>April Fool&#8217;s Floating Text Script</title>
		<link>http://www.thewojogroup.com/2010/03/april-fools-floating-text-script/</link>
		<comments>http://www.thewojogroup.com/2010/03/april-fools-floating-text-script/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 03:00:18 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[april fools]]></category>
		<category><![CDATA[creepin]]></category>
		<category><![CDATA[prank]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=623</guid>
		<description><![CDATA[This year's javascript trick involves taking individual words on your page and let them float or creep away.  Every time the user does not move their mouse for 5 seconds (you can change this interval), the words will start to creep.  Once they move their mouse again, the words will return to their original spot.

<a href="javascript:creepify();">START THE CREEP</a>]]></description>
			<content:encoded><![CDATA[<p>This year&#8217;s javascript trick involves taking individual words on your page and let them float or creep away.  Every time the user does not move their mouse for 5 seconds (you can change this interval), the words will start to creep.  Once they move their mouse again, the words will return to their original spot.</p>
<p>Simply add this script tag in your header:</p>
<pre name="code" class="html">

&lt;script type=&quot;text/javascript&quot; src=&quot;http://thewojogroup.com/creep.js&quot; &gt;&lt;/script&gt;
</pre>
<p>And start the creep with the body onload function with the argument being the desired delay (in seconds) before the words start creeping (default is 5 seconds):</p>
<pre name="code" class="html">

&lt;body onload=&quot;creepify(5);&quot;&gt;
</pre>
<p>I haven&#8217;t been able to test this on many browsers, and there are some quirks depending on the content of your page.  If you are using a javascript library like JQuery, you may want to use the $(document).onload or equivalent in order to call the creepify() function. Happy April Fool&#8217;s!</p>
<p><a href="javascript:creepify();">START THE CREEP</a></p>
<p><strong>Note:</strong> This script will probably mess up some of your styling, so test it out first to see what happens. <img src='http://www.thewojogroup.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2010/03/april-fools-floating-text-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Javascript Number.toCurrency()</title>
		<link>http://www.thewojogroup.com/2009/07/javascript-number-to-currency/</link>
		<comments>http://www.thewojogroup.com/2009/07/javascript-number-to-currency/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:56:33 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[simpleCart(js)]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[price formatting]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=542</guid>
		<description><![CDATA[While working on <a title="simpleCart(js) repo" href="http://github.com/thewojogroup/simplecart-js/tree/master" target="_blank">simpleCart(js) 2.0</a> and a few shopping carts for clients, I found myself writing several helper functions for formatting strings and numbers.  One of the most useful helpers was a toCurrency() method for numbers.]]></description>
			<content:encoded><![CDATA[<p>While working on <a title="simpleCart(js) repo" href="http://github.com/thewojogroup/simplecart-js/tree/master" target="_blank">simpleCart(js) 2.0</a> and a few shopping carts for clients, I found myself writing several helper functions for formatting strings and numbers.  One of the most useful helpers was a toCurrency() method for numbers:</p>
<pre name="code" class="javascript">

var myNumber = 8.3;

alert( myNumber.toCurrency() );   //alerts &quot;$8.30&quot;

myNumber = 119427.23529;

alert( myNumber.toCurrency() );    //alerts &quot;$119,427.24&quot;

myNumber = 1231;

alert( myNumber.toCurrency( &quot;€&quot; ) );   //alerts &quot;€1,231.00&quot;
</pre>
<p>The dollar sign is default, but you can replace it with any symbol in the function call.</p>
<p>Just copy this code to your js file and enjoy! (This code also implements a reverse() method for strings that you might find useful.)</p>
<pre name="code" class="javascript">

String.prototype.reverse=function(){
return this.split(&quot;&quot;).reverse().join(&quot;&quot;);
}
Number.prototype.withCommas=function(){
var x=6,y=parseFloat(this).toFixed(2).toString().reverse();
while(x&lt;y.length){y=y.substring(0,x)+&quot;,&quot;+y.substring(x);x+=4;}
return y.reverse();
}
Number.prototype.toCurrency=function(){
return(arguments[0]?arguments[0]:&quot;$&quot;)+this.withCommas();
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2009/07/javascript-number-to-currency/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twetris: twitter + tetris</title>
		<link>http://www.thewojogroup.com/2009/04/twetris-twitter-tetris/</link>
		<comments>http://www.thewojogroup.com/2009/04/twetris-twitter-tetris/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 17:44:23 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[javscript]]></category>
		<category><![CDATA[tetris]]></category>
		<category><![CDATA[twetris]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=460</guid>
		<description><![CDATA[We developed a little creation called <a href="http://brett.wejrowski.com/twetris/" alt="Twetris">Twetris</a> that uses the twitter timeline to create blocks for a tetris game.  It's a simple javascript/html/css creation thats great for wasting time. <a href="http://brett.wejrowski.com/twetris/" alt="Twetris">Check it out!</a>
]]></description>
			<content:encoded><![CDATA[<p>We developed a little creation called <a href="http://brett.wejrowski.com/twetris/" target="_blank">Twetris</a> that uses the twitter timeline to create blocks for a tetris game. The high score list is published automatically to <a href="http://twitter.com/twetris">@twetris</a> and you can even retweet your high scores right from the game. It&#8217;s a simple javascript/html/css creation thats great for wasting time.<br />
<a style="text-decoration: none;" href="http://brett.wejrowski.com/twetris/" target="_blank">Check it out!</a></p>
<p><a href="http://brett.wejrowski.com/twetris"><img class="alignnone size-full wp-image-474" title="twetris3" src="http://www.thewojogroup.com/wp-content/uploads/2009/04/twetris3.png" alt="" width="500" height="433" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2009/04/twetris-twitter-tetris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>April Fools &#8216;flip text&#8217; Script</title>
		<link>http://www.thewojogroup.com/2009/04/april-fools-flip-text-script/</link>
		<comments>http://www.thewojogroup.com/2009/04/april-fools-flip-text-script/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 13:45:38 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[april fools]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[text flip]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=453</guid>
		<description><![CDATA[Over breakfast this morning, I put together a little JS script that will flip all the text on a page.  Just put this link AT THE BOTTOM of your page, and it should provide a little April Fools joke for some visitors. ]]></description>
			<content:encoded><![CDATA[<p>Over breakfast this morning, I put together a little JS script that will flip all the text on a page.  Just put this link <strong>AT THE BOTTOM</strong> of your page, and it should provide a little April Fools joke for some visitors:</p>
<pre name="code" class="html">

&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.thewojogroup.com/flipEm.js&quot; &gt;&lt;/script&gt;
</pre>
<p>**Make sure to test this on your site, some flash objects or other plugins may not work properly</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2009/04/april-fools-flip-text-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tips and Themes from Future of Web Apps Miami</title>
		<link>http://www.thewojogroup.com/2009/02/tips-and-themes-from-future-of-web-apps-miami/</link>
		<comments>http://www.thewojogroup.com/2009/02/tips-and-themes-from-future-of-web-apps-miami/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 03:05:32 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[FOWA]]></category>
		<category><![CDATA[Future of Web Apps]]></category>
		<category><![CDATA[Miami]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=428</guid>
		<description><![CDATA[We all just spent a few dedicated days listening to talks and having long hard discussions about building web apps in Miami at FOWA. There&#8217;s so much to take away that it&#8217;s impossible and far out of the scope of this blog to cover it all here. However, we thought we&#8217;d share some of the [...]]]></description>
			<content:encoded><![CDATA[<p>We all just spent a few dedicated days listening to talks and having long hard discussions about building web apps in Miami at FOWA. There&#8217;s so much to take away that it&#8217;s impossible and far out of the scope of this blog to cover it all here. However, we thought we&#8217;d share some of the bigger points that really struck us.</p>
<h3>Build as little as possible to start.</h3>
<p>If you build a massive app with 300 features, then your users may be stuck using what you&#8217;ve given them. However, if you launch your app or new feature with the bare minimum, then your users will use what you&#8217;ve given them and tell you what direction to go to make improvements. A great analogy brought up by <a href="http://www.deltatangobravo.com/">Daniel Burka</a> of digg is the story of an MIT architect. This architect built a building and instead of sidewalks outside it they just covered everything in grass. Then they came back a year later and got on the roof. They took a picture of all the wear and tear on the grass made by the foot paths of all the people going to and from the building and covered them with cement to make the sidewalks. <em>Let your users pick the direction of your app.</em></p>
<h3>The future of web applications is people.</h3>
<p>This was a point brought up many times by multiple speakers. It revolves around the idea that we&#8217;ve started and built the web first, then we added people. We are going to focus greater attention on how to build the web more around people and less around technology. <a href="http://developers.facebook.com/connect.php">Facebook Connect</a> is a huge example that seemed to be everywhere at fowa, including a presentation by Dave Morin on the topic. Facebook Connect is just an example of the broader concept &#8211; if you build an app that brings about a lot of new tools and tech for users than you need to learn how to make those tools and tech revolve around people, not their function. <em>Build your apps around people, not just good function.</em></p>
<h3>Be a skeptic.</h3>
<p>Don&#8217;t ever think that because this tip helped person A it&#8217;s going to help you. Don&#8217;t listen to how this new tool coming out can really help person B and assume it can help you. Really, really think about the hundreds of tiny factors that made it work for them. Through that search you&#8217;ll find out what might work for you and you&#8217;ll see it&#8217;s nearly always somewhat different. Moral of the story, facebook connect is awesome but I don&#8217;t care (though lots of other people probably do). <a href="http://280atlas.com/">Atlas</a> from 280 north brought a tear to my eye it&#8217;s so good, but I don&#8217;t think it&#8217;s going to work out for me as well as he made it seem it would. Percentage coupons work for 37signals but why on earth should I think it will give me the same results? <em>Be careful of anecdotal tips, find out what works for you.</em></p>
<h3>Twitter, WTF?</h3>
<p>Seriously it&#8217;s gotten out of control. When I heard, &#8220;for the first time ever you can tweet to space&#8221; I thought, really? Is that surprising? Is twitter that old that we really view that as a breakthrough? I heard twitter said at fowa as much as I used to hear &#8220;web 2.0&#8243; thrown around. Don&#8217;t get us wrong, we&#8217;re not knocking it. We even have <a href="http://twitter.com/thewojogroup">our own twitter page</a> to prove it.  However, we did see 10+ people within twelve feet of us using twitter at once (in fact, we started tweeting just to see how many screens we could see our tweet on). <em>Google is not the Internet. Neither is twitter- and don&#8217;t forget that.</em></p>
<h3>Recognize the value of what you are creating.</h3>
<p>One of the first things mentioned at the conference by the opening speaker Jason Fried (of <a href="http://www.37signals.com/">37signals</a>) was that web developers need to start charging more. Many of us feel that we have to develop an awesome web app and provide it for free to get anyone to even pay attention. Jason argued that it hurts the industry. Rather than succumb to this temptation, we need to develop sustainable business models. If we create something that is truly of value, there is nothing wrong in charging a fair price for that value. <em>Free is dying, start making money.</em></p>
<h3>Give people a reason to love you.</h3>
<p>Consumers have more power than ever before. Not only do they have a growing number of choices, they have more information (and more potential influence over others) than in the past. If people are going to stick with you, they have to have a good reason to. And this comes back to truly caring about your customers. <em>As </em><a href="http://garyvaynerchuk.com/"><em>Gary Vaynerchuk</em></a><em> put so eloquently, &#8220;You want a marketing strategy? CARE!!!&#8221; </em></p>
<h3>Design matters. A lot.</h3>
<p>I tend to be a functionality guy. But the importance of compelling design was a theme that ran consistently throughout the conference. <a href="http://www.delicious-monster.com/">Delicious Library</a> was offered as a telling example; this program made millions by taking something that could already be done (making a catalog with Excel) and giving it an attractive and fun interface. Even though functionality is important, at the end of the day we enjoy using things that are well-designed. <em>Make your apps fun to use and good to look at, people lust for movie stars, not old fat balding men.</em></p>
<p>Overall Future of Web Apps Miami 09 was an excellent experience and we wouldn&#8217;t hesitate for a second to go back again. Great job to all the folks at Carsonified.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2009/02/tips-and-themes-from-future-of-web-apps-miami/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FOWA Miami next week!</title>
		<link>http://www.thewojogroup.com/2009/02/fowa-miami-next-week/</link>
		<comments>http://www.thewojogroup.com/2009/02/fowa-miami-next-week/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 13:21:39 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[FOWA]]></category>
		<category><![CDATA[Miami]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[wojo]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=425</guid>
		<description><![CDATA[Ok everyone, we here at the wojo group are getting pretty excited for next week. On Saturday, we're packing up our cars and driving straight through the night. We're not stopping until we hit Miami. Why, you may ask? FOWA 2009!]]></description>
			<content:encoded><![CDATA[<p>Ok everyone, we here at the wojo group are getting pretty excited for next week.  On Saturday, we&#8217;re packing up our cars and driving straight through the night. We&#8217;re not stopping until we hit Miami. Why, you may ask? <a href="http://events.carsonified.com/fowa/2009/miami">FOWA 2009</a>!</p>
<p>For those of you who are a less of a geek than I, FOWA is the <a href="http://events.carsonified.com/fowa">Future of Web Apps Conference</a>.  It is one of many wonderful events that <a href="http://www.carsonified.com/">Carsonified</a> puts on every year.  We will have the pleasure of spending 3 days in downtown Miami, attending workshops, presentations, parties, and fraternizing with the &#8216;web-developers A-list&#8217;.</p>
<p>We are going to try to keep all of you updated from the conference this year, using this crazy thing called &#8216;Twitter&#8217;.  So, check out <a href="http://twitter.com/thewojogroup">twitter.com/thewojogroup</a> next week (Feb 22-24) for updates, pictures, and stories from FOWA Miami 2009.  </p>
<p>And for those of you lucky enough to be going to FOWA also, we&#8217;ll see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2009/02/fowa-miami-next-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>U of M Career Fair</title>
		<link>http://www.thewojogroup.com/2009/02/u-of-m-career-fair/</link>
		<comments>http://www.thewojogroup.com/2009/02/u-of-m-career-fair/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 00:13:55 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[career fair]]></category>
		<category><![CDATA[michigan]]></category>
		<category><![CDATA[umich]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=421</guid>
		<description><![CDATA[Wow.  What a day.  The Wojo Group decided to have a couple representatives and a little booth at the University of Michigan's "Mpowered" career fair on their engineering campus.  I was able to speak with hundreds of engineers, business students, and designers about our company, our projects, and employment opportunities.  I wanted to say thanks to all those who were able to stop by our table, and I enjoyed learning about a lot of students, companies, startups, etc.  It was a great, albeit exhausting, day.  ]]></description>
			<content:encoded><![CDATA[<p>Wow.  What a day.  The Wojo Group decided to have a couple representatives and a little booth at the University of Michigan&#8217;s &#8220;Mpowered&#8221; career fair on their engineering campus.  I was able to speak with hundreds of engineers, business students, and designers about our company, our projects, and employment opportunities.  I wanted to say thanks to all those who were able to stop by our table, and I enjoyed learning about a lot of students, companies, startups, etc.  It was a great, albeit exhausting, day.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2009/02/u-of-m-career-fair/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top Ten Free Business Apps for the iPhone</title>
		<link>http://www.thewojogroup.com/2008/11/top-ten-free-business-apps-for-the-iphone/</link>
		<comments>http://www.thewojogroup.com/2008/11/top-ten-free-business-apps-for-the-iphone/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:42:56 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=310</guid>
		<description><![CDATA[The app store is one of the greatest selling points of the iPhone. There are literally hundreds of apps already available (including hundreds of free ones!), with more being added every day. Apple&#8217;s device is already a great productivity tool, but there are also some additional applications that can really help you and your business [...]]]></description>
			<content:encoded><![CDATA[<p>The app store is one of the greatest selling points of the iPhone. There are literally hundreds of apps already available (including hundreds of free ones!), with more being added every day. Apple&#8217;s device is already a great productivity tool, but there are also some additional applications that can really help you and your business succeed.</p>
<p>So without further ado, here are the top ten (free!) apps not to miss for your business needs.</p>
<div style="padding:20px 0;clear:both;">
<h3>1.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285056092&amp;mt=8">PageOnce</a></h3>
<div id="attachment_356" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_pageonce1.jpg"><img class="size-full wp-image-356" title="app_pageonce1" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_pageonce1.jpg" alt="Access all your accounts from one app." width="150" height="225" /></a><p class="wp-caption-text">Access all your accounts from one app.</p></div>
<p>In order to make this app work, you&#8217;ll need to get an account at <a href="http://www.pageonce.com/">PageOnce.com</a>- but no worries, this is free too. PageOnce is a useful site that allows you to view many different accounts on one page. This can range from social sites like Facebook to email accounts. However, the real use for <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285056092&amp;mt=8">PageOnce</a> from a business perspective is the ability to add financial services accounts to the page. It supports more than 6,000 financial services- including credit card accounts, bank accounts, and investment accounts.</p>
<p>The most useful aspect of the app for the business owner is the ability to check bank account and credit card information easily right on your phone. Whether or not you use the PageOnce website, having one-click access to your bank balance and recent transactions is really handy.</p></div>
<div style="padding:20px 0;clear:both;">
<h3>2.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284727096&amp;mt=8">iProcrastinate Mobile</a></h3>
<div id="attachment_346" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_iprocrastinate1.jpg"><img class="size-full wp-image-346" title="app_iprocrastinate1" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_iprocrastinate1.jpg" alt="Easy task management." width="150" height="225" /></a><p class="wp-caption-text">Easy task management.</p></div>
<p>There are plenty of to-do lists and project management applications for the iPhone, but most of the best ones cost money. Not so with <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284727096&amp;mt=8">iProcrastinate Mobile</a>. This terrific application gives you a slew of features without being overbearing or difficult to use.</p>
<p>First, you create your own groups to categorize your tasks. Adding tasks is quick and easy, but you have plenty of options to work with. You can set the due date, write a brief note about the task, and set the priority. You even have the option of adding steps to your tasks. Plus, you can add team members from your contact list to tasks.</p>
<p>As if this weren&#8217;t enough, iProcrastinate Mobile has a couple other features that make it practically irresistible. First, the ability to create &#8220;smart groups.&#8221; You select which categories you want to aggregate, and you can create a group that will show you all tasks that are due within the time period you specify. I&#8217;ve made a &#8220;Due Today&#8221; group so I know what needs to get done immediately and a &#8220;Due This Week&#8221; group so that I can do some more long-term planning. The second really great added feature is the ability to email your task list, either to yourself or to anyone else.</p>
<p>iProcrastinate is also really easy to use. When you want to delete an item, simply &#8217;swipe&#8217; it and delete it. If you are looking for a certain task, type in a key word in the search bar at the top of each category page. You can also color code different types of task for easier viewing.</p>
<p>Finally, one of my favorite features of this app is that it displays the number of due and overdue tasks from the home screen. This allows me to easily see how far I&#8217;m falling behind with all my tasks. Depressing, but useful.</p></div>
<div style="padding:20px 0;clear:both;">
<h3>3.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&amp;mt=8">Wordpress</a></h3>
<div id="attachment_358" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_wordpress2.jpg"><img class="size-full wp-image-358" title="app_wordpress2" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_wordpress2.jpg" alt="Easily access your wordpress blog." width="150" height="225" /></a><p class="wp-caption-text">Easily access your wordpress blog.</p></div>
<p>If you built your company blog using Wordpress, as we have, then you may want to get this <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&amp;mt=8">nifty little application</a>. Adding blogs is really easy, and you can manage all of them (if you have more than one) from the same interface. You can write a new article or edit existing ones, including the tags, categories, and status. Although it will not usually be practical to write your blog entries using your iPhone, it can&#8217;t hurt to have the ability. It&#8217;s most useful for looking over articles and making quick fixes while you&#8217;re on the go.</div>
<div style="padding:20px 0;clear:both;">
<h3>4.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285681310&amp;mt=8">Box.net</a></h3>
<div id="attachment_354" class="wp-caption alignright" style="width: 160px"><img class="size-full wp-image-354 " title="app_lockbox1" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/boxscreen.jpg" alt="Take documents with you on the move." width="150" height="225" /><p class="wp-caption-text">Take documents with you on the move.</p></div>
<p>Accessing your spreadsheets, presentations, and other documents while you are on the move can be very useful. <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=290853822&amp;mt=8">Box.net</a> provides an convenient way to access, share, and collaborate on your business documents. You just set up an account at <a href="http://www.box.net/">the Box.net website</a> (don&#8217;t worry, you can get a 1 gig account for free). It&#8217;s a breeze to upload your documents and share them with others as well. The app is clean and easy to use as well.</div>
<div style="padding:20px 0;clear:both;">
<h3>5.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285688934&amp;mt=8">IM + Lite</a></h3>
<div id="attachment_345" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_imlite1.jpg"><img class="size-full wp-image-345" title="app_imlite1" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_imlite1.jpg" alt="" width="150" height="225" /></a><p class="wp-caption-text"> </p></div>
<p>Although instant messaging is often the bane of productivity, it can also be an extremely useful tool for business. There are several possibilities to go with here on the iPhone, but I would recommend <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285688934&amp;mt=8">IM+ Light</a>. I&#8217;ve had several problems with the AIM application, and the IM+ app offers some extra great features. Most important, it allows you to use several different services, including</p>
<ul>
<li>AIM</li>
<li>Google Talk</li>
<li>ICQ</li>
<li>MySpace IM</li>
<li>Yahoo!</li>
<li>Jabber</li>
<li>MSN Live Messenger</li>
</ul>
<p>Not a whole lot of bells and whistles for this app, but support for multiple services, ease of use, and less bugs than other offerings (in my experience) gives the nod to IM+ Light.</p></div>
<div style="padding:20px 0;clear:both;">
<h3>6.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=294629657&amp;mt=8">BeamME</a></h3>
<div id="attachment_340" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_beamme3.jpg"><img class="size-full wp-image-340" title="app_beamme3" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_beamme3.jpg" alt="Send your contact info to anyone, at any time." width="150" height="225" /></a><p class="wp-caption-text">Send your contact info to anyone, at any time.</p></div>
<p>Business cards are really a big pain. They are easy to lose, inconvenient to access, and hard to transfer. The idea behind the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=294629657&amp;mt=8">BeamME</a> app is to get rid of business cards altogether. Using this service, you can quickly beam your contact information via text or email to whoever could use it.</p>
<p>Signing up is a breeze. You just pick your address book entry (or create one if you don&#8217;t have one of yourself in the address book), and you&#8217;re ready to go. You can edit your account info at any time. Once you have a card made, you&#8217;re ready to go. You can now send your card information via phone or email to whomever you please.</p>
<p>If you choose to send your card via phone number, then the recipient will receive it in a text and will have to go to the <a href="http://rmbrme.com/beamme/">rmbrME website</a> to get your contact info. This is a decent solution but ultimately sees a tad inconvenient. The best way is to send the card via email. The recipient can see your contact info easily right in the email, or they can download your vCard and add it directly to their address book.</p>
<p>There still might be something to be said for the traditional business card, but the BeamME app can certainly come in handy if you need to get someone your contact info. The app is simple, clean, and easy to use.</p>
<div id="attachment_338" class="wp-caption alignnone" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_beamme1.jpg"><img class="size-full wp-image-338" title="app_beamme1" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_beamme1.jpg" alt="Send via text or email." width="150" height="225" /></a><p class="wp-caption-text">Send via text or email.</p></div>
</div>
<div style="padding:20px 0;clear:both;">
<h3>7.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=290948830&amp;mt=8">Fring</a></h3>
<div id="attachment_344" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_fring1.jpg"><img class="size-full wp-image-344" title="app_fring1" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_fring1.jpg" alt="Mobile VOIP." width="150" height="225" /></a><p class="wp-caption-text">Mobile VOIP.</p></div>
<p>We do many of our business conferences using <a href="http://skype.com/">Skype</a>, a free VOIP (voice over IP) application I highly recommend. I discovered <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=290948830&amp;mt=8">Fring</a> when I was looking for a way to join the Skype conversation directly from my phone. As long as you are connected with wi-fi, this nifty application allows you to access your account while you&#8217;re on the move. Another advantage: calls are completely free if you make them with Skype.</div>
<div style="padding:20px 0;clear:both;">
<h3>8.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=281941097&amp;mt=8">Bloomberg</a></h3>
<div id="attachment_343" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_bloomberg3.jpg"><img class="size-full wp-image-343" title="app_bloomberg3" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_bloomberg3.jpg" alt="Worldwide market indexes." width="150" height="225" /></a><p class="wp-caption-text">Worldwide market indexes.Detailed information on individual stocks.Create and track your own portfolio.</p></div>
<p>Whether you invest in the stock market or not, it&#8217;s good to know the state of the market and the economy. While the iPhone comes with a native stocks app, it really doesn&#8217;t get the job done. A much better solution is the free offering from <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=281941097&amp;mt=8">Bloomberg</a>. You get up to date reports on all the major markets- Dow Jones Industrial Average, NASDAQ, Nikkei, and many more- from all around the world. You can also look at detailed reports of individual stocks, and you can select your own portfolio to quickly monitor the state of your favored stocks. Even better, the Bloomberg app comes with a terrific news section so you can stay informed on the state of the economy.</p>
<p>The app also looks slick, is easy to use, and loads quickly, making it the easy choice for tracking the financial world.</p></div>
<div style="padding:20px 0;clear:both;">
<h3>9.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=296426075&amp;mt=8">iXpenseIt Lite</a></h3>
<div id="attachment_353" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_ixpenseit4.jpg"><img class="size-full wp-image-353" title="app_ixpenseit4" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_ixpenseit4.jpg" alt="Mobile expense tracking." width="150" height="225" /></a><p class="wp-caption-text">Mobile expense tracking.</p></div>
<p>If you&#8217;re looking for a mobile expense recording solution, <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=296426075&amp;mt=8">iXpenseIt</a> is the way to go. Remembering why you spent $23.19 at Wal-mart two months ago can be very difficult- so why not record it on the spot?</p>
<p>This app allows you to do pretty much anything you could want. Set your budget, and track how well you are doing. Entering an expense item is quite easy, but you also have a lot of options. Enter the dollar amount, the type of expense (business or personal), place it in a category and a subcategory, specify the date, the method of payment, the vendor, append a note, and take a picture of the receipt. Categories, subcategories, vendors, and expense types can be edited so that you have the options you want.</p>
<p>Once you&#8217;ve entered your expenses, you can easily view your data with a number of displays (summaries, bar charts, and pie graphs). Plus, quickly email your data to whomever you choose, either in HTML or CSV format.</p>
<p><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_ixpenseit2.jpg"><img class="size-medium wp-image-351 alignnone" title="app_ixpenseit2" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_ixpenseit2.jpg" alt="" width="150" height="225" /></a><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_ixpenseit3.jpg"><img class="size-full wp-image-352 alignnone" style="margin-left: 5px; margin-right: 5px;" title="app_ixpenseit3" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_ixpenseit3.jpg" alt="" width="150" height="225" /></a></p>
<p>One big limitation of the free version is it only allows you to input 10 expenses. If you use it frequently, you&#8217;ll have to email yourself the results often to keep track of them. However, having such a limitation does greatly reduce the utility of the application. There is a <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284947174&amp;mt=8">paid version</a> that allows you to input unlimited expenses, which may well be worth your money if you are attracted to the idea of mobile expense recording.</div>
<div style="padding:20px 0;clear:both;">
<h3>10.) <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=293673304&amp;mt=8">iTalk Recorder</a></h3>
<div id="attachment_348" class="wp-caption alignright" style="width: 160px"><a href="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_italk1.jpg"><img class="size-full wp-image-348" title="app_italk1" src="http://www.thewojogroup.com/wp-content/uploads/2008/11/app_italk1.jpg" alt="Simple voice recording." width="150" height="225" /></a><p class="wp-caption-text">Simple voice recording.</p></div>
<p>It&#8217;s always good to have an audio recorder with you. You never know when you will want to log a meeting or a good idea that pops in your head. But nobody wants to carry around a clunky recording device. That&#8217;s where <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=293673304&amp;mt=8">iTalk Recorder</a>, a free app created by Griffin, comes into play.</p>
<p>The interface is wonderfully simple. You just name your recording (if you want, you can always rename it later), pick your preferred audio quality (good, better, best), and press the big button. You can pause and then resume recording as well. You can easily listen to the different recordings on your iPhone and you can append notes for easy reference later.</p>
<p>Finally, you can head to the <a href="http://italksync.com/download/">support site</a> to get iTalk Sync, a simple program that allows you to easily drag and drop audio recordings from your phone to your computer desktop.</div>
<p>Did I miss something? Leave a comment and let me know if I left a deserving app off the list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2008/11/top-ten-free-business-apps-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>simpleCart(js) + PayPal = E-commerce in minutes</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/</link>
		<comments>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 18:23:57 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178</guid>
		<description><![CDATA[Over the past few years, our company has had several clients who have needed a smaller shopping cart, usually to only sell a couple items.  Because we expected sporadic traffic, we were tentative to go with a packaged shopping cart and merchant service.  That just seemed like a lot of overhead.  Thus, I have developed a few different ajax carts using paypal.  I realized it would be nice to package this up, and create a lightweight, easy-to-use, flexible shopping cart.

So we made simpleCart(js).  The cart is a 10.5kb javascript file that uses cookies to keep track of the items in the cart.  Thus, simpleCart(js) doesn't require any databases or programming.  You simply need to know some basic HTML and have the ability to copy and paste.  However, it can easily be expanded to use databases or contain more advanced options. ]]></description>
			<content:encoded><![CDATA[<p>****UPDATE: Version 2 is now available, this post is outdated.  Please go to <a href="http://simplecartjs.com">simplecartjs.com</a> to find out more*****</p>
<p>**update: v1.2: fixed rounding error in price formatting<br />
**update: v1.1: back button works, no trailing comma for options</p>
<p>(if you want to skip right to the example and downloads, check it out <a href="http://thewojogroup.com/simpleCart/" target="_blank">here</a>)</p>
<p>Over the past few years, our company has had several clients who have needed a smaller shopping cart, usually to sell just a couple of items.  We generally built these small carts using paypal.  I realized it would be nice to package this up, and create a lightweight, easy-to-use, flexible shopping cart.</p>
<p>So we made simpleCart(js).  The cart is a 10.5kb javascript file that uses cookies to keep track of the items in the cart.  SimpleCart(js) doesn&#8217;t require any databases or programming knowledge.  You simply need to know some basic HTML and have the ability to copy and paste.  However, it can easily be expanded to use databases or contain more advanced options.</p>
<h3>Setup Paypal</h3>
<p>The first thing you will need to do, if you don&#8217;t already have one, is set up a free merchant account with <a href="http://paypal.com">Paypal.</a></p>
<h3>Add simpleCart(js) to your pages</h3>
<p>Once you have the files downloaded, simply add this snippet to the top of any page you wish to have the cart running on:</p>
<pre name="code" class="html">

&lt;script src=&quot;simpleCart.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
simpleCart = new cart(&quot;you@yours.com&quot;);
// --&gt;&lt;/script&gt;
</pre>
<p>You will need to replace you@yours.com with the email address you used to sign up to Paypal.</p>
<h3>Adding items to the cart</h3>
<p>Any page you have the simpleCart(js) running, you can add an item by simply using a link like this:</p>
<pre name="code" class="html">

&lt;a onclick=&quot;simpleCart.add(&#039;name=[name]&#039;,&#039;price=[price]&#039;);return false;&quot; href=&quot;#&quot;&gt; link to add item &lt;/a&gt;
</pre>
<p>You are required to at least have a name and price when adding an item to the cart.  However, you can add other fields also.  If you want an image to be linked to the item, you can add it like this:</p>
<pre name="code" class="javascript">

simpleCart.add(&#039;name=Shirt&#039;,&#039;price=6.00&#039;,&#039;image=images/myImage.png&#039;);
</pre>
<h3>Viewing the cart</h3>
<p>You may have the cart on any page, and it will update automatically using ajax. To show the cart items on a particular page, you simply need to have an element with the class of &#8220;simpleCart_items&#8221; on the page. This element will automatically be filled with all of the items in the cart, and will show each field.</p>
<pre name="code" class="javascript">

&lt;div class=&quot;simpleCart_items&quot;&gt;&lt;/div&gt;
</pre>
<p>You can use any element (div,a,span,p,etc.) and the values will be put in the innerHTML of that element.</p>
<h3>Showing the totals on a page</h3>
<p>You can show the total quantity or price on any page by simply having an element with a class &#8220;simpleCart_quantity&#8221; or &#8220;simpleCart_total&#8221;:</p>
<pre name="code" class="html">

&lt;div class=&quot;simpleCart_total&quot;&gt;&lt;/div&gt; &lt;span class=&quot;simpleCart_quantity&quot;&gt;&lt;/span&gt; items
</pre>
<h3>Checkout and Empty Cart links</h3>
<p>You can have a checkout or empty cart link anywhere on any page where the simpleCart(js) is active. You do this by simply setting the class of an element to &#8220;simpleCart_checkout&#8221; or &#8220;simpleCart_empty&#8221;:</p>
<pre name="code" class="html">

&lt;a class=&quot;simpleCart_checkout&quot; href=&quot;#&quot;&gt;checkout&lt;/a&gt;

&lt;a class=&quot;simpleCart_empty&quot; href=&quot;#&quot;&gt;empty cart&lt;/a&gt;
</pre>
<p>You can use any type of element for these, and you can put anything inside of the element. Anything wrapped in a tag with those classes will link appropriately.</p>
<h3>Other Options</h3>
<p><strong>Adding other product options to items.</strong></p>
<pre name="code" class="javascript">

simpleCart.add(&#039;name=Shirt&#039;,&#039;price=6.00&#039;,&#039;image=images/myImage.png&#039;,&#039;size=XL&#039;,&#039;color=Blue&#039;);
</pre>
<p><strong>You can also change the quantity that will be added to the cart:</strong></p>
<pre name="code" class="javascript">

simpleCart.add(&#039;name=Shirt&#039;,&#039;price=6.00&#039;,&#039;image=images/myImage.png&#039;,&#039;quantity=5&#039;,&#039;size=XL&#039;,&#039;color=Blue&#039;);
</pre>
<p><em>The order of the arguments doesn&#8217;t matter, and you can add as many options as you would like.</em></p>
<p><strong>Styling the cart.</strong></p>
<p>You can style this cart to fit the look of your page.  The contents of the cart will start with a header row:</p>
<pre name="code" class="html">

&lt;div class=&quot;cartHeaders&quot;&gt;
&lt;div class=&quot;itemImage&quot;&gt;Image&lt;/div&gt;
&lt;div class=&quot;itemName&quot;&gt;Name&lt;/div&gt;
&lt;div class=&quot;itemPrice&quot;&gt;Price&lt;/div&gt;
&lt;div class=&quot;itemOptions&quot;&gt;Options&lt;/div&gt;
&lt;div class=&quot;itemQuantity&quot;&gt;Quantity&lt;/div&gt;
&lt;div class=&quot;itemTotal&quot;&gt;Total&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>Each item in the cart will have the following form:</p>
<pre name="code" class="html">

&lt;div class=&quot;itemContainer&quot;&gt;
&lt;div class=&quot;itemImage&quot;&gt;[myImage]&lt;/div&gt;
&lt;div class=&quot;itemName&quot;&gt;Shirt&lt;/div&gt;
&lt;div class=&quot;itemPrice&quot;&gt;$6.00&lt;/div&gt;
&lt;div class=&quot;itemOptions&quot;&gt;size: XL; color: Blue&lt;/div&gt;
&lt;div class=&quot;itemQuantity&quot;&gt;&lt;input type=&quot;text&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;itemTotal&quot;&gt;$30.00&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>And there will also be a totals row:</p>
<pre name="code" class="html">

&lt;div class=&quot;totalRow&quot;&gt;
&lt;div class=&quot;totalItems&quot;&gt;6&lt;/div&gt;
&lt;div class=&quot;totalPrice&quot;&gt;$30.00&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>You can choose to omit part of the cart in your stylesheet:</p>
<pre name="code" class="css">

.itemOptions,itemImage{
display:none;
}
</pre>
<p>Or you can hide the header or totals rows:</p>
<pre name="code" class="css">

.totalRow{
display:none;
}

.cartHeaders{
display:none;
}
</pre>
<p><strong>Change the order of the cart columns.</strong></p>
<p>If you would like to change the order of columns or remove the columns from ever being shown, simply add a line to the top of your page:</p>
<pre name="code" class="html">

&lt;script type=&quot;text/javascript&quot; src=&quot;simpleCart.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
simpleCart = new cart(&quot;you@yours.com&quot;);

//Add the following line to reorder and remove item columns
simpleCart.ItemColumns = [&#039;Image&#039;,&#039;Price&#039;,&#039;Name&#039;,&#039;Quantity&#039;,&#039;Total&#039;];

&lt;/script&gt;
</pre>
<p><strong>Download and Demo</strong></p>
<p>Below are links to download simpleCart(js) and to view a working Demo. One great thing about the cart being stored in cookies is that you can have your items be added on one page and the cart be on another if you wish. The demo reflects this. The main page of the sample store is <a href="http://thewojogroup.com/simpleCart">here</a> and the View Your Cart page is <a href="http://thewojogroup.com/simpleCart/myCart.html">here.</a></p>
<p>********* Please go to <a href="http://simplecartjs.com">simplecartjs.com</a> for the updated downloads and demo************</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/feed/</wfw:commentRss>
		<slash:comments>398</slash:comments>
		</item>
	</channel>
</rss>
