<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Delicious Mission</title>
	<link>http://www.deliciousmission.com</link>
	<description>Web Design and Development</description>
	<pubDate>Tue, 18 Mar 2008 16:36:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Sket-One.com &#038; More Second Harvest</title>
		<link>http://www.deliciousmission.com/2008/02/13/sket-onecom-mi-digi-world/</link>
		<comments>http://www.deliciousmission.com/2008/02/13/sket-onecom-mi-digi-world/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 04:00:49 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2008/02/13/sket-onecom-mi-digi-world/</guid>
		<description><![CDATA[Sketone's a seriously cool toy designer and we helped him make a new Web site. ]]></description>
			<content:encoded><![CDATA[<p>We finished a couple of projects at the end of 2007 but haven&#8217;t had time to update the site until now. So far it&#8217;s a been a busy year. The next few months should be pretty interesting.</p>
<p>Sketone&#8217;s a seriously cool toy designer and <a href="/portfolio/websites/sket-one/">we helped him make a new Web site</a>. Check it out at <a href="http://sket-one.com">http://sket-one.com</a>.</p>
<p>We also completed a project at the end of 2007 for <a href="http://secondharvest.org">America&#8217;s Second Harvest</a>. We worked with their stellar Web team to create a mini-app that delivers <a href="http://www.secondharvest.org/learn_about_hunger/child_hunger/">child food insecurity statistics for the United States</a>. Check it out, and <a href="http://help.secondharvest.org/topbutton">give if you can</a>, it&#8217;s one of those truly worthy causes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2008/02/13/sket-onecom-mi-digi-world/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Integrating Third Party Services With Style</title>
		<link>http://www.deliciousmission.com/2007/08/05/integrating-third-party-services-with-style/</link>
		<comments>http://www.deliciousmission.com/2007/08/05/integrating-third-party-services-with-style/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 08:15:18 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2007/08/05/integrating-third-party-services-with-style/</guid>
		<description><![CDATA[Disclaimer: the domain names of the companies in this article have been changed to protect the innocent. The domain names used weren&#8217;t taken at the time of this writing but might be now. Visit them at your own risk.
A current project has us doing quite a bit of 3rd party service integration and we noticed [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disclaimer</strong>: <em>the domain names of the companies in this article have been changed to protect the innocent. The domain names used weren&#8217;t taken at the time of this writing but might be now. Visit them at your own risk.</em></p>
<p>A current project has us doing quite a bit of 3rd party service integration and we noticed a pattern among the service providers. None of them seem to offer the ability to use a remote CSS file to change the presentation of their markup.</p>
<h3>Noozletr.com</h3>
<p>Take, for example, an email newsletter service. We&#8217;ll call them Noozletr.com. They have a really easy to use and slick system that includes a remote sign-up page that you can link to from your site. Now, the simple solution would be to allow the client to specify a URL to a remote CSS file (on the actual client&#8217;s site) to use to style the sign-up page. That way we could simply embed the sign-up page in our site using an IFrame, match the styles to the site in the linked CSS file and be done with it.</p>
<p>We don&#8217;t really care that much what their HTML looks like, as long as it&#8217;s relatively semantic and we can style it to meet our client&#8217;s needs, it&#8217;s not our problem. Instead of offering this very easy solution Noozletr.com has gone to the trouble of creating a fairly complex Web Service API. Granted this API allows you to do some pretty fancy stuff&#8230;stuff we don&#8217;t need.</p>
<p>Now, instead of taking a couple of minutes using the CSS+IFrame approach, we have to spend hours implementing and debugging the complex Web Service version.</p>
<p>It should also be mentioned there is a setup fee for Noozletr.com to “turn on” the Web Service API for you. Our client is paying for the service already and they let you style the heck out of the actual newsletter, all we want to do is style the sign-up form. Should that really cost more?</p>
<h3>Ogglez.net</h3>
<p>An enormous search engine company &#8212; let&#8217;s call them Ogglez.net &#8212; does virtually the same thing with their cooperative search service. Instead of just letting you use your own CSS file they let you change the hex colors of some (like 6) of the elements on the page.</p>
<p>Now, we understand they have some branding they wish to retain on the results pages that you could potentially hide with CSS, that&#8217;s fine. Our problem is that the only alternative is to pay (yearly and somewhat dearly) for the ability to get raw XML results of searches. Again, having access to raw XML feeds would allow you to do all kinds of fancy stuff&#8230;that we don&#8217;t need.</p>
<p>It would be nice if they would offer the simple CSS-based solution along with the fancy-pants XML hocus-pocus. We&#8217;d still pay for it because we want our client&#8217;s sites to retain some kind of consistency in their design and presentation. We just want options. The simpler the better.</p>
<h3>The Rest</h3>
<p>We have plenty of other examples but they all boil down to the same thing: just let us use our own CSS. It seems so silly and simple. Are we all just dear in the headlights of the Web 2.0 party van? Most of these service providers could probably implement this in a matter of minutes.</p>
<p style="text-align: left"><img src="http://www.deliciousmission.com/wp-content/uploads/2007/08/external_css2.png" alt="External CSS Made Simple" style="margin: 0pt; padding: 0pt" /></p>
<p>We understand that using CSS in this manner might seem rather pedestrian in the shiny, reflective Web 2.0 world we live in and it just doesn&#8217;t sound as cool as marketing some kind of all-singing, all-dancing, whiz-bang, AJAX blasting Web Service. By all means, go crazy with your customization options but please, please offer a simple low-tech solution that gets the job done. You don&#8217;t have to market it, just tell us about it&#8230;secretly if you wish.</p>
<p>The idea doesn&#8217;t have to stop at CSS files either. Javascript files would be very useful as well. The combination of external CSS and Javascript would be an extremely flexible and simple solution to a myriad of needs.</p>
<p>This is all kind of like ordering a very simple birthday cake but instead of using a trusty frosting bag the baker builds a complex Rube Goldberg like apparatus controlled by programmable robots that he then makes you use to decorate your cake. Oh, and you&#8217;ll pay for the opportunity &#8212; no problem &#8212; because it&#8217;s so much cooler.</p>
<p>To the service providers already offering these kinds of solutions: thank you very, <strong>very </strong>much (<em>call me</em>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2007/08/05/integrating-third-party-services-with-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>America&#8217;s Second Harvest</title>
		<link>http://www.deliciousmission.com/2007/07/13/americas-second-harvest/</link>
		<comments>http://www.deliciousmission.com/2007/07/13/americas-second-harvest/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 18:20:53 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2007/07/13/americas-second-harvest/</guid>
		<description><![CDATA[We recently wrapped up a small project for America's Second Harvest. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.secondharvest.org" id="p140" rel="attachment" title="America's Second Harvest"><img src="http://www.deliciousmission.com/wp-content/uploads/2007/07/logo.png" id="image140" alt="America's Second Harvest" align="right" /></a>We recently wrapped up a small project for America&#8217;s Second Harvest.</p>
<p>The project involved a major overhaul of the SecondHarvest.org home page and some minor changes to the interior pages to bring them in line with the new look-and-feel of the home page. They also requested a new, more user friendly, back-end CMS interface for managing the home page content which we implemented using the OpenCms structured XML content mechanisms.</p>
<p>America&#8217;s Second Harvest supplied the designs and layouts and we handled the CSS/HTML and OpenCms back-end development.</p>
<p>It was a joy working with the team at America&#8217;s Second Harvest and a great pleasure to be involved in such an awesome cause.</p>
<p>Check out the site at <a href="http://www.secondharvest.org">http://www.secondharvest.org</a> and don&#8217;t be shy, get involved!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2007/07/13/americas-second-harvest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>River North Sales &#038; Service Site Launched</title>
		<link>http://www.deliciousmission.com/2007/02/02/river-north-sales-service-site-launched/</link>
		<comments>http://www.deliciousmission.com/2007/02/02/river-north-sales-service-site-launched/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 21:21:02 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2007/02/02/river-north-sales-service-site-launched/</guid>
		<description><![CDATA[We are pleased to announce the launch of the River North Sales &#038; Service Web site.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.budchicago.com"><img align="right" id="image137" alt="River North Sales &#038; Service Web site" src="http://www.deliciousmission.com/wp-content/uploads/2007/02/rnss_1-thumb-128.jpg" /></a>We are pleased to announce the launch of the River North Sales &#038; Service Web site.</p>
<p>The site was built to provide retailers and consumers with access to the entire River North product catalog, information about the various brands they carry, general information about River North, company news, a schedule of sponsored events, and more.</p>
<p>From the River North Sales &#038; Service Web site:</p>
<blockquote><p>River North Sales &#038; Service LLC was formed on December 1, 1998. We are committed to a culture of quality in our people, products and systems, providing unmatched customer service and delivery of the freshest product available to the retailers we supply. As an exclusive Anheuser-Busch wholesaler, River North Sales &#038; Service LLC is part of the foremost malt beverage production and distribution system in the world.</p></blockquote>
<p>You can find the site here: <a href="http://www.budchicago.com">http://www.budchicago.com</a> and <a href="/portfolio/websites/rivernorth">read more about the project</a> in our portfolio.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2007/02/02/river-north-sales-service-site-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PrivatPoste.com</title>
		<link>http://www.deliciousmission.com/2006/12/06/urgent-correspondence-privatpostecom/</link>
		<comments>http://www.deliciousmission.com/2006/12/06/urgent-correspondence-privatpostecom/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 19:52:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2006/12/06/urgent-correspondence-privatpostecom/</guid>
		<description><![CDATA[We are pleased to announce the launch of PrivatPoste.]]></description>
			<content:encoded><![CDATA[<p><a title="PrivatPoste" href="http://www.privatposte.com"><img align="right" alt="PrivatPoste Screen" id="image133" src="http://www.deliciousmission.com/wp-content/uploads/2006/12/pp_2-thumb-128.jpg" /></a>We are pleased to announce the launch of PrivatPoste.</p>
<p>Dirk Wales, an artist and author, has worked with us to design a site to promote his line of hand-crafted greeting cards. More art than greeting card these gorgeous works of collage, assemblage, and photography represent a lifetime of wonder, travel, and discovery.</p>
<p>From the PrivatPoste Web site:</p>
<blockquote><p>My name is Dirk Wales. I am an artist who loves to make greeting cards. I work in collage and assemblage, and it&#8217;s great fun. I have an obsession with stamps so many of my cards are using foreign stamps and paper paraphernalia. Plus photography, which is what the Time cards are about. Hope you enjoy my work.</p></blockquote>
<p>We love Dirk&#8217;s work and hope you do too.</p>
<p>See it for yourself here: <a href="http://www.privatposte.com">http://www.privatposte.com</a> and <a href="/portfolio/websites/privatposte">read more about the project</a> in our portfolio.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2006/12/06/urgent-correspondence-privatpostecom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE7: Ready Or Not</title>
		<link>http://www.deliciousmission.com/2006/07/27/ie7-ready-or-not/</link>
		<comments>http://www.deliciousmission.com/2006/07/27/ie7-ready-or-not/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 21:59:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2006/07/27/ie7-ready-or-not/</guid>
		<description><![CDATA[Microsoft's recent announcement regarding the upcoming Internet Explorer 7.0's status as an automatic and "High Priority" update should make a lot of people happy while simultaneously making a great deal of them extremely anxious.]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s recent announcement regarding the upcoming Internet Explorer 7.0&#8217;s status as an automatic and &#8220;High Priority&#8221; update should make a lot of people happy while simultaneously making a great deal of them extremely anxious.</p>
<p>Pushing IE7 out as an automatic, high priority update should all but guarantee a quick roll-out — much of which should occur almost overnight. Marking it as a &#8220;high priority&#8221; update (undoubtedly due to IE6&#8217;s well publicized security hole bonanza) should also help push corporate IT departments to deploy the update to their desktops and workstations as quickly as possible.</p>
<p>As amazing as it might sound this will be the first major update to IE since it&#8217;s release in late 2001.</p>
<h3>What&#8217;s All The Hubbub?</h3>
<p>What&#8217;s so great about IE7? Well, aside from the incredibly important security fixes, IE7 adds support for the latest web standards as well is three or four important features (in our opinion at least):</p>
<ul>
<li>True PNG graphics support with full alpha channel transparency.</li>
<li>Built in RSS feed handling capabilities.</li>
<li>Improved CSS level 2 support (and fixes to erroneous CSS handling in general).</li>
<li>The XMLHTTP object (think AJAX) is now a native scripting object which makes it available even if users have ActiveX support disabled, effectively decoupling IE&#8217;s ActiveX requirement for AJAX interfaces. This should have never been an ActiveX control to begin with.</li>
</ul>
<p>That&#8217;s pretty much it.</p>
<p>The MSDN site <a href="http://msdn.microsoft.com/workshop/essentials/whatsnew/whatsnew_70_sdk.asp">lists a few other things</a> but they aren&#8217;t of any real relevance (tabbed browsing is cool but not nearly as important as proper CSS2 support). All of this could have been addressed with a point release 2 years ago, but I digress.</p>
<p>IE6&#8217;s PNG support (or lack thereof) has been the bane of many a web developer&#8217;s existence. Having true alpha transparency support will create some really interesting design opportunities. Soft layered shadows and composited/layered transparent images without cludgy ActiveX hacks&#8230;finally! The same goes for CSS level 2 support. It was a long time coming.</p>
<p>It&#8217;s our opinion that the built-in RSS support cannot be underestimated. Like it or not, RSS is extremely handy for keeping up with your favorite websites, news, and blogs but it still has its feet firmly planted in the geek and blogging realm. Adding RSS support to IE7 should certainly help nudge it into the Web&#8217;s mainstream user base.</p>
<h3>Intended Consequences</h3>
<p>It&#8217;s important to realize that all of these &#8220;great&#8221; things are really just great because of IE&#8217;s ubiquity. Mozilla, <a href="http://www.mozilla.com/firefox/">Firefox</a>, and <a href="http://www.opera.com/">Opera</a> have had all these features for years now along with timely and relevant security updates and additions to functionality (functionality we didn&#8217;t have to wait 5 years for). It&#8217;s pretty obvious that IE&#8217;s ubiquity can be traced back to the fact that it&#8217;s bundled with every Windows operating system under the sun, making IE&#8217;s dominance something that will most likely continue well into the future. Love it or hate it.</p>
<h3>Not So Fast!</h3>
<p>There have been a couple of articles recently about the pitfalls of pushing a browser out so fast and furious. Things like “what if there are bugs in our web applications or bugs in IE7 that stop our application from functioning properly?” The answer is that IE7 has been available in beta form for several months and you should be testing your software against it. I know that&#8217;s easier said than done but replacing a broken and insecure browser that&#8217;s built on 5 year-old technology, as quickly as possible, has to be more important. It just has to be.</p>
<h3>Back To Reality</h3>
<p>We understand, realistically, it will still take some time to flush the last vestiges of IE6 out of the cluttered back-allies and clogged tubes of the Interweb but Microsoft has made the right call on this one.</p>
<p>The sooner we get to a point that we, as developers and designers, can look back and laugh at all this the better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2006/07/27/ie7-ready-or-not/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CommonGrants.com</title>
		<link>http://www.deliciousmission.com/2006/07/24/commongrantscom/</link>
		<comments>http://www.deliciousmission.com/2006/07/24/commongrantscom/#comments</comments>
		<pubDate>Mon, 24 Jul 2006 16:23:19 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2006/07/24/commongrantscom/</guid>
		<description><![CDATA[
Common Grants is almost here!
We just finished up a little one pager for people who might be interested in the service. 
We think it&#8217;s a pretty darn cool idea and should simplify the grant application process immensely for many nonprofit organizations.

Here&#8217;s a snippet from the site:

Universal Grants&#8217; patent-pending common grant application enables nonprofits to complete [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.commongrants.com"><img align="right" alt="Common Grants" id="image124" src="http://www.deliciousmission.com/wp-content/uploads/2006/07/cglogo.png" /></a><br />
<a href="http://www.commongrants.com">Common Grants</a> is almost here!</p>
<p>We just finished up a little one pager for people who might be interested in the service. </p>
<p>We think it&#8217;s a pretty darn cool idea and should simplify the grant application process immensely for many nonprofit organizations.
</p>
<p>Here&#8217;s a snippet from the site:</p>
<blockquote><p>
Universal Grants&#8217; patent-pending common grant application enables nonprofits to complete and submit a single application and final report to multiple funders at once.
</p></blockquote>
<p>Check it out at <a href="http://www.commongrants.com">www.commongrants.com</a> and, if you&#8217;re interested in the service, be sure to sign-up to stay informed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2006/07/24/commongrantscom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Square Peg, Round Hole</title>
		<link>http://www.deliciousmission.com/2006/06/08/square-pegs-round-holes/</link>
		<comments>http://www.deliciousmission.com/2006/06/08/square-pegs-round-holes/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 19:55:23 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2006/06/08/square-pegs-round-holes/</guid>
		<description><![CDATA[A friend of ours was approached recently by the editor of a popular magazine with this request (excuse me while I paraphrase some paraphrasing here): if someone could find a way to deliver the “magic” of magazines in an online format that isn&#8217;t PDF or proprietary he would beat a path to their door.
Why would [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of ours was approached recently by the editor of a popular magazine with this request (excuse me while I paraphrase some paraphrasing here): if someone could find a way to deliver the “magic” of magazines in an online format that isn&#8217;t PDF or proprietary he would beat a path to their door.</p>
<p>Why would you want to bring the &#8220;magic&#8221; of something else to something that&#8217;s already as magical as the Web? What exactly is the content you&#8217;re delivering and how is it presented? That&#8217;s the real question. Is it compelling? Is it presented in the best light considering your target audience and the medium?</p>
<p>You can think of the magazine reader as a bit of a captive audience, essentially their eyes are going to be on your magazine and your magazine alone for a particular amount of time (sitting in an airport waiting on a plane, on bus or train, etc.). They sit down get comfortable and give your publication their undivided attention. Longer, less tightly focused, and targeted articles work when your audience is captive, or semi-captive.</p>
<p>Online periodicals are a totally different ball game. If your articles are too long or meandering or your design and layout is annoying, cryptic, or difficult to navigate the user is one click away from going somewhere else or doing something else, playing a game, checking their email, chatting on IM, or even getting up and reading a magazine.</p>
<p>It&#8217;s a sad state of affairs but the average Internet user is 1000 places at once, that&#8217;s just a simple fact and it&#8217;s not going to change any time soon, if anything, it will only get worse.</p>
<p>Trying to force the the online experience to be more like a print magazine seems sort of unrealistic. The online experience already has so much to offer. Why try to work against it when working with it makes more sense?</p>
<p>The solution isn&#8217;t going to be technology or delivery method, it&#8217;s the substance in the content and the way that content is presented that will captivate audiences. Shifting the focus back on to the content puts the responsibility squarely on the authors and editors, where it should be, not the technology. The technology isn&#8217;t broken but the understanding of how the technology changes the audience may be.</p>
<p>Just because Internet users aren&#8217;t reacting to your content the way you think they should doesn&#8217;t mean the technology or the audience is at fault. Take a look at how your site is organized, is your layout sensible, is your content geared toward the medium or are you trying to gear the medium towards your content?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2006/06/08/square-pegs-round-holes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Love at 2ndSite</title>
		<link>http://www.deliciousmission.com/2006/05/02/love-at-2ndsite/</link>
		<comments>http://www.deliciousmission.com/2006/05/02/love-at-2ndsite/#comments</comments>
		<pubDate>Wed, 03 May 2006 02:27:08 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2006/04/02/double-take-2ndsite/</guid>
		<description><![CDATA[Coupled with Basecamp, 2ndSite makes running a business almost too easy. Seriously, you should try it.]]></description>
			<content:encoded><![CDATA[<p><a title="2ndSite" href="http://www.secondsite.biz/"><img align="right" id="image97" alt="2ndSite" src="http://www.deliciousmission.com/wp-content/uploads/2006/03/2ndsite.png" /></a>Here we go again, giving away all our secrets.</p>
<p>In much the same way we love <a href="http://www.basecamphq.com">Basecamp</a> we also have strong emotions for this little number.</p>
<p><a href="http://www.secondsite.biz">2ndSite</a> handles some of the gorier business details like invoicing and recurring payments as well as giving your clients the ability to pay their invoices online without ever putting pen to paper.</p>
<p>While not quite as simplistic as Basecamp, 2ndSite is extremely usable. Save for some rather funky input forms, everything you need to make a proper invoice is readily available. The best part is it handles all the nitty-gritty tracking of invoice payments and recurring invoicing  for you (think monthly Web hosting services). We love that, we really do.</p>
<p>2ndSite offers some minimal project management services like time-tracking and support tickets (bug tracking). While bug-tracking is something Basecamp lacks, we won&#8217;t be jumping ship just yet (we kid, we love you Basecamp).</p>
<p>Coupled with Basecamp, 2ndSite makes running a business almost too easy. Seriously, you should try it sometime.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2006/05/02/love-at-2ndsite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CPA Syndrome</title>
		<link>http://www.deliciousmission.com/2006/03/24/cpa-syndrome/</link>
		<comments>http://www.deliciousmission.com/2006/03/24/cpa-syndrome/#comments</comments>
		<pubDate>Fri, 24 Mar 2006 23:36:56 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Living and Breathing]]></category>

		<guid isPermaLink="false">http://www.deliciousmission.com/2006/03/24/cpa-syndrome/</guid>
		<description><![CDATA[Is it a syndrome or just a side-effect of our technological progress?]]></description>
			<content:encoded><![CDATA[<p>No, I&#8217;m not talking about Certified Public Accounts. I&#8217;m speaking of <a href="http://www.msnbc.msn.com/id/11899893/site/newsweek/">Continuous Partial Attention Syndrome</a>. I ran across this during one of my daily geek news scouring sessions and it caught my attention, no pun intended. I must admit I&#8217;m a sufferer. Almost all my friends are sufferers (I&#8217;m looking at you Brandon).</p>
<p>As I write this I have 3 email clients open (Gmail, Squirrel Mail, and Thunderbird), four IM windows open, six tabs in my browser open (low for me), I have two monitors plastered with Web browsers and other applications, with 24 applications open in my taskbar (Flash, FTP, Email, Browsers, IM, Photoshop, etc.), I&#8217;m messing around with Winamp playing some music, there&#8217;s an MP3 player beside my PSP, I have 2 phones on my desk (mobile and a business line), etc. etc. I&#8217;m writing this article while sending the link to umpteen people over 3-4 different IM networks (AIM, Yahoo!, MSN, etc.). How do we manage? I mean, I know I&#8217;m nowhere near the worst when it comes to this kind of thing but when I consider all the things that are dividing my attention &#8212; at this very moment &#8212; I can hardly believe I can get any one thing done. But I can, and do.</p>
<p>On top of this I keep coveting new gadgets. I&#8217;ve been seriously considering getting a Blackberry for business use and I&#8217;ve been thinking about buying a Sidekick to replace my aging mobile phone. For some reason, even though I have a perfectly good MP3 player (more than one if you count the PSP), I&#8217;ve been desiring an Ipod lately. Why? I have no idea.</p>
<p>What was I talking about? Oh yeah, CPA. Is it a syndrome or just a side-effect of our technological progress? Is it fundamentally changing the way in which our brains work and how we function and respond in social situations? I don&#8217;t know, I&#8217;d say so.</p>
<p>I&#8217;ve been traveling down this road for the last decade or two and I have a feeling that once you&#8217;ve entered this world and stayed around long enough it&#8217;s very difficult to reform. I can still manage to remember to turn off my mobile phone when I go to a movie. But I don&#8217;t turn it OFF, I just turn it to &#8220;vibrate&#8221; thinking I might miss something really important if I don&#8217;t.</p>
<p>I&#8217;d say I was going to make a conscious effort to reform, at least part of the time, but I know at this point it would be nearly impossible so I won&#8217;t bother.</p>
<p>Think I&#8217;ll just chalk this up as one more thing to forget to worry about. Yeah, that sounds good&#8230;oh look I got an email!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deliciousmission.com/2006/03/24/cpa-syndrome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
