<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Internet Marketing Toronto - Ignite!</title>
	
	<link>http://www.sparkinternetmarketing.com/blog</link>
	<description>Internet Marketing, Search Engine Optimization, Pay Per Click Advertising</description>
	<pubDate>Tue, 20 Oct 2009 13:32:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/sparkinternetmarketing/kGQA" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Paired Programming and Test Driven Development</title>
		<link>http://www.sparkinternetmarketing.com/blog/paired-programming-and-test-driven-development/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/paired-programming-and-test-driven-development/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:28:15 +0000</pubDate>
		<dc:creator>ckata</dc:creator>
		
		<category><![CDATA[Project Management]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=642</guid>
		<description><![CDATA[ I recently came across two very interesting programming approaches which I wanted to share with you. First, Paired Programming puts two programmers together to develop a single solution. Second, Test Driven Development has a developer produce their Tests first and then program to ensure their software meets the tests. Both are very interesting approaches [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutChrisKata.php"><img src="http://www.sparkinternetmarketing.com/images/headshots/chris_thumb.jpg" title="Internet Marketing Toronto" alt="Internet Marketing Toronto AKA Christopher Kata" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> I recently came across two very interesting programming approaches which I wanted to share with you. First, Paired Programming puts two programmers together to develop a single solution. Second, Test Driven Development has a developer produce their Tests first and then program to ensure their software meets the tests. Both are very interesting approaches and I go into a little more depth on each of them for you.</p>
<h2>Paired Programming</h2>
<p>Paired Programming has been around for a long time now so it&#8217;s nothing new. However it is gaining popularity lately because of the benefits it has. Many project managers would overlook the opportunity because of the perceived added cost to a project of having two programmers do the job that one could easily accomplish. What they are overlooking though is the synergy that develops between the programmers as they work together to solve a particular problem - both working from the same workstation. They are not working in parallel - but rather working together to solve a problem.  The old adage of two heads are better than one applies here. While one developer can be writing code - the other can be writing tests and brainstorming solutions. They can the switch off giving each other a turn at each activity. Development can be done quicker and better.</p>
<p>Some resources about paired programming include:</p>
<ul>
<li>Wikipedia has a nice overview of the benefits and drawbacks of Pair Programming: <a href="http://en.wikipedia.org/wiki/Pair_programming" target="_blank">http://en.wikipedia.org/wiki/Pair_programming</a></li>
<li>Menlo Innovations: <a href="http://www.menloinnovations.com/freestuff/whitepapers/pairedprogramming_qanda.htm" target="_blank">http://www.menloinnovations.com/freestuff/whitepapers/pairedprogramming_qanda.htm</a></li>
<li>Computer Science Teachers Association: <a href="http://blog.acm.org/archives/csta/2009/10/the_benefits_of.html" target="_blank">http://blog.acm.org/archives/csta/2009/10/the_benefits_of.html</a></li>
</ul>
<h2>Test Driven Development</h2>
<p>Kent Beck is credited with reviving / adding new life to this style of Extreme Development where a developer first starts with producing a very basic test case which will fail because no code has been written. Then upon writing some code to pass the test case writes another test case and always refactoring the code to pass the test cases they are producing. Once all test cases are written - the code too amazingly passes the test cases! The tests themselves are always small and precisely defined and have true or false steps allowing the developer to easily write code to pass them.</p>
<p>This style of development is very productive and keeps the developer focused on producing only the code necessary to pass the tests. This ensures the program is very focused and does not go off in the weeds. It also reduces the number of &#8220;bugs&#8221; which has a tangible cost savings further along the software development cycle.</p>
<p>Some resources about Test Driven Development include:</p>
<ul>
<li>Wikipedia: <a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">http://en.wikipedia.org/wiki/Test-driven_development</a></li>
<li>Wikipedia Kent Beck: <a href="http://en.wikipedia.org/wiki/Kent_Beck" target="_blank">http://en.wikipedia.org/wiki/Kent_Beck</a></li>
<li>AgileData.org: <a href="http://www.agiledata.org/essays/tdd.html" target="_blank">http://www.agiledata.org/essays/tdd.html</a></li>
<li>Test Driven.com: <a href="http://www.testdriven.com/modules/news/" target="_blank">http://www.testdriven.com/modules/news/</a></li>
<li>MSDN: <a href="http://msdn.microsoft.com/en-us/library/aa730844(VS.80).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/aa730844(VS.80).aspx</a></li>
</ul>
<p>I hope you find these resources interesting and of value to you and your business. I know they&#8217;ll force you to think differently about programming - if that happens, I&#8217;ve done my job!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/paired-programming-and-test-driven-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Three Alternatives To Basecamp</title>
		<link>http://www.sparkinternetmarketing.com/blog/three-alternatives-to-basecamp/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/three-alternatives-to-basecamp/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 13:14:00 +0000</pubDate>
		<dc:creator>ckata</dc:creator>
		
		<category><![CDATA[Project Management]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=630</guid>
		<description><![CDATA[ I recently had a chance to review three alternatives to Basecamp and I felt compelled to share with you the results. The three solutions are ProjectPier, OpenGoo and ActiveCollab.
Both ProjectPier and OpenGoo appear to be forks of ActiveCollab but the only hint at their common ancestry is the installation process. All three platforms have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutChrisKata.php"><img src="http://www.sparkinternetmarketing.com/images/headshots/chris_thumb.jpg" title="Internet Marketing Toronto" alt="Internet Marketing Toronto AKA Christopher Kata" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> I recently had a chance to review three alternatives to Basecamp and I felt compelled to share with you the results. The three solutions are ProjectPier, OpenGoo and ActiveCollab.</p>
<p>Both ProjectPier and OpenGoo appear to be forks of ActiveCollab but the only hint at their common ancestry is the installation process. All three platforms have a somewhat different features and very differnt user interfaces.</p>
<h2>ActiveCollab: Not Free - costs approximately $499</h2>
<p><a href="http://www.activecollab.com/" target="_blank">ActiveCollab</a> does not offer a demo version to &#8220;download&#8221; but you can sign up for a free 30 day trial with their online demo platform. Having done that now I can&#8217;t speak about the installation process. However, the interface is every bit as good, if</p>
<div id="attachment_637" class="wp-caption alignleft" style="width: 160px"><a href="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/09/screenshot1.png"><img class="size-thumbnail wp-image-637" title="ActiveCollab" src="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/09/screenshot1-150x150.png" alt="Project Dashboard" width="150" height="150" /></a><p class="wp-caption-text">Project Dashboard</p></div>
<p>not better than Basecamp. It also over comes to MAJOR shortcoming with Basecamp (at least from my perspective) which are the ability to create Project Templates, and the ability to process unsolicited inbound email turning it into notes and tasks automatically. This latter feature really increases client adoption rates.</p>
<p>While the product is not free, over the long term it is less expensive to operate than Basecamp. If I had to make a switch from Basecamp then I would move to this platform because of these two core features.</p>
<p>However, if price is an issue for you then have a look at the following two solutions based on ActiveCollab.</p>
<h2>OpenGoo: Free</h2>
<p><a href="http://www.opengoo.org/" target="_blank">OpenGoo</a> aims to be more of an Office Suite on the web allowing you to manage projects and all of the associated collateral such as phyiscal document storage and the ability to write &#8220;web based&#8221; documents. It is not a replacement for Google Docs though as it does not have presentation or spreadsheet capabilities.</p>
<div id="attachment_631" class="wp-caption alignleft" style="width: 160px"><a href="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/09/opengoo.png"><img class="size-thumbnail wp-image-631" title="opengoo" src="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/09/opengoo-150x150.png" alt="Dashboard" width="150" height="150" /></a><p class="wp-caption-text">Dashboard</p></div>
<p>The installation was extremely simple having only the need for a database, user and password. No errors encountered during the install!</p>
<p>The default (and only theme) is very clean and simple - well thought out. What I really like about the interface is that along the left hand side you can create a &#8220;workspace&#8221; - which I&#8217;d setup as client projects. Each &#8220;workspace&#8221; has all of the features in the platform filtered for that project. As a result the UI is extremely nice and simple.</p>
<p>From a project management perspective though - I find that the added features cause the project management aspects of notes, tasks and milestones to become lost. As a result it may be more difficult to obtain client adoption using this platform. However, that remains to be seen!</p>
<p>Overall - I really like this solution. It&#8217;s feature rich and easy to use. But it is lacking inbound email handling and does not have project templates.</p>
<h2>ProjectPier: Free</h2>
<p>Installing <a href="http://www.projectpier.org/" target="_blank">Project Pier </a>was also simple and did not produce any errors for me. Several themes are provided out of the box and you&#8217;ll want to change it from the default which is not very well designed. The single largest shortcoming of this platform is it&#8217;s lack of fullscreen mode - ie centered in the middle of the page. This causes the UI to be a bit cramped.</p>
<div id="attachment_636" class="wp-caption alignleft" style="width: 160px"><a href="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/09/proejctpier.png"><img class="size-thumbnail wp-image-636" title="proejctpier" src="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/09/proejctpier-150x150.png" alt="Dashboard" width="150" height="150" /></a><p class="wp-caption-text">Dashboard</p></div>
<p>It has all of the project management related features such as notes, attachments, outbound email notification (no inbound), tasks and milestones.</p>
<p>Out of all of the platforms this one was my least favorite because of it&#8217;s inferiour UI and lack of inbound email handling (at least as replies).</p>
<p>However, it does a very good job with the features it does contain.</p>
<p>Conclusion<br />
Of all of the platforms ActiveCollab is the clear alternative for my needs. It contains the two core features that Basecamp is missing (hint: basecamp - add these features) - inbound email handling and project templates. However, it&#8217;s not free and thus there is a cost for licensing it.</p>
<p>If cost is an issue for you then OpenGoo is the clear second choice. I recommend you test them all out see for yourself!</p>
<p>If you know of web based project management / collaboration platforms beyond these four that I&#8217;ve mentioned please post a comment here. I&#8217;d love to try them out and write a little review of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/three-alternatives-to-basecamp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adobe is purchasing Omniture</title>
		<link>http://www.sparkinternetmarketing.com/blog/adobe-is-purchasing-omniture/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/adobe-is-purchasing-omniture/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 21:02:49 +0000</pubDate>
		<dc:creator>agreen</dc:creator>
		
		<category><![CDATA[Analytics]]></category>

		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Internet Marketing Toronto]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=628</guid>
		<description><![CDATA[ Hot off the wire!
Adobe to Acquire Omniture
Today is a very exciting day as we have announced that Omniture has signed an agreement to be acquired by Adobe Systems, one of the largest software companies in the world. I am very excited about this announcement and the opportunity it presents and want to provide you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutAdamGreen.php" title="Internet Marketing Toronto"><img src="http://www.sparkinternetmarketing.com/images/headshots/adam-green-thumb.jpg" title="Adam Green" alt="Internet Marketing Toronto AKA Adam Green" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> Hot off the wire!</p>
<blockquote><p>Adobe to Acquire Omniture</p>
<p>Today is a very exciting day as we have announced that Omniture has signed an agreement to be acquired by Adobe Systems, one of the largest software companies in the world. I am very excited about this announcement and the opportunity it presents and want to provide you with some context around what this means for you.</p>
<p>Over the last 13 years, our core mission has been to help our customers measure and optimize every digital interaction to increase their revenue and competitive advantage. Along the way, we have achieved many key milestones: serving more than 5,000 customers, measuring more than one trillion customer interactions every quarter, launching the Online Marketing Suite and emerging as a leader in online business optimization. We are all extremely proud to be your partner in your online business success.</p>
<p>By joining forces with Adobe, we can accelerate our vision to optimize every digital interaction (across media types, devices and applications) because of the unique synergies that exist between our two companies:</p>
<p>Adobe’s products are a ubiquitous component of digital content creation and playback. By integrating our technology with Adobe’s, we will be able to more quickly deliver our solution and “complete the loop” of content creation, delivery and optimization–enabling our customers to provide more effective online content and experiences.</p>
<p>Adobe also has the global operational scale and reach that will enable us to more quickly penetrate new geographies and new markets. We will be joining forces with a company that generates over $3B in annual revenues that can get us to market faster, and at a time when the market is looking for a digital marketing platform it can make a bet on for years to come.</p>
<p>As is customary in these situations, this transaction is subject to government approvals and is expected to close before the end of the year. As we progress toward closing the transaction, we look forward to sharing more details with you about our integration plans and the many exciting synergies between our companies.</p>
<p>I realize this is a significant development in Omniture’s history; as such, I want to assure you that it is “business as usual” at Omniture and we believe this only adds to our ability to evolve with you and be your trusted partner for decades to come.</p>
<p>Sincerely,</p>
<p>Josh James<br />
CEO and Co-founder<br />
Omniture</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/adobe-is-purchasing-omniture/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get Your Web Project Done Sooner By Hiring A Copy Writer</title>
		<link>http://www.sparkinternetmarketing.com/blog/get-your-web-project-done-sooner-by-hiring-a-copy-writer/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/get-your-web-project-done-sooner-by-hiring-a-copy-writer/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 13:47:18 +0000</pubDate>
		<dc:creator>ckata</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=624</guid>
		<description><![CDATA[ Copy Writers are worth their weight in gold when it comes to web projects!
Having managed many web design and development projects I know there are two phases in particular that can delay a  project. They are the design process itself which is stick  handled nicely to completion by exceptional web designers and competent project [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutChrisKata.php"><img src="http://www.sparkinternetmarketing.com/images/headshots/chris_thumb.jpg" title="Internet Marketing Toronto" alt="Internet Marketing Toronto AKA Christopher Kata" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> Copy Writers are worth their weight in gold when it comes to web projects!</p>
<p>Having managed many web design and development projects I know there are two phases in particular that can delay a  project. They are the design process itself which is stick  handled nicely to completion by exceptional web designers and competent project managers, and the second is copy writing which is another story altogether.</p>
<p>Many times clients feel the need to save money by writing their own content but for a small company this decision can often bring a project to a stand still for months while they try to squeeze this into their already busy routine of running their business. In a larger company there may be marketing teams who are responsible for such activities and it works out fine. But for those who don&#8217;t then hiring a competent copy writer is the single best investment they can make.</p>
<p><strong>Why is this important? </strong></p>
<p>You have to go back to the original purpose of producing a new website. It&#8217;s usually to attract new business by presenting your current product offerings in a current professional design. Any delay in the website is a delay in reaching this goal. A such,  a modest investment in a competent copy writer is a sure way to ensure you reach this goal much sooner!</p>
<p>At Spark Internet Marketing we specialize in producing outsanding web design projects that are on time, on budget and result in happy clients. We have many years of eperience in all the complex aspects of a design &amp; development project and bring this experience to bear each and every time.</p>
<p>For your next web project I encourage you to do the same and seriously consider engaging a copy writer to work with you. If you need a referral - please post a comment here and we&#8217;ll be more than happy to connect you with our fabulous team of freelance writers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/get-your-web-project-done-sooner-by-hiring-a-copy-writer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PPC Review - Low Keyword Competition Does Not Equal Cheap Clicks</title>
		<link>http://www.sparkinternetmarketing.com/blog/ppc-review-low-keyword-competition-does-not-equal-cheap-clicks/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/ppc-review-low-keyword-competition-does-not-equal-cheap-clicks/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 14:42:13 +0000</pubDate>
		<dc:creator>agreen</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Internet Marketing Toronto]]></category>

		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=620</guid>
		<description><![CDATA[ I was reading through some Google AdWords quality score guidelines and posts on the AdWords blog and thought I would dispel a rather common misconception in PPC marketing.
Part of a good PPC managers job is to continually look for &#8220;long tail&#8221; terms - or key phrases that generate cheaper clicks, but high conversion rates. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutAdamGreen.php" title="Internet Marketing Toronto"><img src="http://www.sparkinternetmarketing.com/images/headshots/adam-green-thumb.jpg" title="Adam Green" alt="Internet Marketing Toronto AKA Adam Green" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> I was reading through some Google AdWords quality score guidelines and posts on the AdWords blog and thought I would dispel a rather common misconception in<a href="http://sparkinternetmarketing.com/servicespayPerClick.php"> PPC marketing</a>.</p>
<p>Part of a good <a href="http://www.ppcwhiz.com/">PPC</a> managers job is to continually look for &#8220;long tail&#8221; terms - or key phrases that generate cheaper clicks, but high conversion rates.  Often, these terms don&#8217;t have a lot of advertiser competition and thus, one would conclude that the average cost per click is also very low.  Unfortunately, in Google&#8217;s AdWords system, it isn&#8217;t that simple and the average CPC is not only determined by how many advertisers are on the page.</p>
<p>From the Google AdWords support site:</p>
<blockquote><p>Remember that competition is only one of the variables that determines your actual CPC. The price you pay for a click is also determined by your relative keyword Quality Score for that query. If your keyword has a low Quality Score relative to the other ads on that page, you may find that your actual CPC is close to your maximum CPC, even though there is low competition for that keyword. Keep in mind, though, that you&#8217;ll never be charged more than your maximum CPC for a click, no matter how low your Quality Score.</p></blockquote>
<p>For some excellent tips on quality score management and a really great comprehensive guide, read through this excellent compliation of<a href="http://www.gordonchoi.com/google-adwords-quality-score-for-beginners-20090518"> PPC quality score</a> info.</p>
<p>Also, take the time to watch Google&#8217;s excellent video explaining their auction model and how the various factors affect ad position.</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/K7l0a2PVhPQ&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/K7l0a2PVhPQ&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/ppc-review-low-keyword-competition-does-not-equal-cheap-clicks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>David Heinemeier Hansson Talks About Basecamp, 37Signals and Ruby on Rails</title>
		<link>http://www.sparkinternetmarketing.com/blog/david-heinemeier-hansson-talks-about-basecamp-37signals-and-ruby-on-rails/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/david-heinemeier-hansson-talks-about-basecamp-37signals-and-ruby-on-rails/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 04:23:43 +0000</pubDate>
		<dc:creator>ckata</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=618</guid>
		<description><![CDATA[ David Heinemeier Hansson Talks About Basecamp, 37Signals and Ruby on Rails on FLOSS!
If you&#8217;re at all interested in application development, you have to listen / watch to the FLOSS interview with David Heinemeier Hansson as he speaks passionately about learning to program, developing basecamp, working with 37Signals and also producing the Ruby On Rails [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutChrisKata.php"><img src="http://www.sparkinternetmarketing.com/images/headshots/chris_thumb.jpg" title="Internet Marketing Toronto" alt="Internet Marketing Toronto AKA Christopher Kata" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> <a href="http://www.twit.tv/floss79" target="_blank">David Heinemeier Hansson Talks About Basecamp, 37Signals and Ruby on Rails on FLOSS</a>!</p>
<p>If you&#8217;re at all interested in application development, you have to listen / watch to the FLOSS interview with David Heinemeier Hansson as he speaks passionately about learning to program, developing basecamp, working with 37Signals and also producing the Ruby On Rails framework.</p>
<p>One word of caution is that this episode unlike others has a bit of Adult language as David speaks out passionately about his craft.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/david-heinemeier-hansson-talks-about-basecamp-37signals-and-ruby-on-rails/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Strengthens It’s Video Offerings With the Purchase of On2</title>
		<link>http://www.sparkinternetmarketing.com/blog/google-strengthens-its-video-offerings-with-the-purchase-of-on2/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/google-strengthens-its-video-offerings-with-the-purchase-of-on2/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:06:44 +0000</pubDate>
		<dc:creator>ckata</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=616</guid>
		<description><![CDATA[ Google has announced it&#8217;s acquisition of On2 Technologies - a leading developer of video compression technology.
Google is always on the march to improve it&#8217;s position in all areas of content. Video is one of those areas that continues to grow in popularity. Recently Google added HD content to YouTube and they can certainly benefit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutChrisKata.php"><img src="http://www.sparkinternetmarketing.com/images/headshots/chris_thumb.jpg" title="Internet Marketing Toronto" alt="Internet Marketing Toronto AKA Christopher Kata" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> Google has announced it&#8217;s acquisition of On2 Technologies - a leading developer of video compression technology.</p>
<p>Google is always on the march to improve it&#8217;s position in all areas of content. Video is one of those areas that continues to grow in popularity. Recently Google added HD content to YouTube and they can certainly benefit from stronger video compression. The On2 acquisition will help them obtain that technology and bring even better video services to the general public.</p>
<p>I&#8217;m looking forward to seeing what comes of this new $106 million dollar deal!</p>
<p>Read More: <a href="http://www.google.com/intl/en/press/pressrel/ir_20090805.html">Google to Acquire On2 Technologies</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/google-strengthens-its-video-offerings-with-the-purchase-of-on2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Design 101 - Don’t Post Your New Site with Placeholder Text</title>
		<link>http://www.sparkinternetmarketing.com/blog/web-design-101-dont-post-your-new-site-with-placeholder-text/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/web-design-101-dont-post-your-new-site-with-placeholder-text/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 00:14:37 +0000</pubDate>
		<dc:creator>agreen</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=606</guid>
		<description><![CDATA[ I&#8217;m a hockey fan&#8230; in fact, I enjoy watching a Maple Leafs game from time to time with my friends.  I also happened to have married a girl from British Columbia and am faced with the on going battle of dealing with her in-laws on the constant &#8220;Vancouver Canucks are better than the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutAdamGreen.php" title="Internet Marketing Toronto"><img src="http://www.sparkinternetmarketing.com/images/headshots/adam-green-thumb.jpg" title="Adam Green" alt="Internet Marketing Toronto AKA Adam Green" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> I&#8217;m a hockey fan&#8230; in fact, I enjoy watching a Maple Leafs game from time to time with my friends.  I also happened to have married a girl from British Columbia and am faced with the on going battle of dealing with her in-laws on the constant &#8220;<a href="http://canucks.nhl.com/club/index.htm">Vancouver Canucks</a> are better than the Toronto Maple Leafs&#8221; debate.</p>
<p>Well&#8230; I concede the point that the Leafs have had their struggles for quite some time&#8230; and that Vancouver is a very fast, talented team with a lot of potential.</p>
<p>BUT</p>
<p>When it comes to web design - at least the Leafs have their collective <a href="http://www.sparkinternetmarketing.com/servicesWebsiteDesign.php">Web Design</a> and <a href="http://www.sparkinternetmarketing.com">internet marketing </a>heads screwed on straight.  I bet if they were running a PPC campaign, they would most likely use the dreaded &#8220;Test, test, test - www.test.com&#8221; placeholder text too!</p>
<p>Just have a look at the latest Canucks website launch - chock full of Latin placeholder text.  Nice one!</p>
<p>If <a href="http://en.wikipedia.org/wiki/Brian_Burke_(ice_hockey)">Brian Burke</a> were still there some heads would be rolling!</p>
<p><a href="http://canucks.nhl.com/club/index.htm">http://canucks.nhl.com/club/index.htm</a><img class="aligncenter size-medium wp-image-607" title="vancouver-canucks-the-official-web-site" src="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/07/vancouver-canucks-the-official-web-site-226x300.jpg" alt="vancouver-canucks-the-official-web-site" width="452" height="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/web-design-101-dont-post-your-new-site-with-placeholder-text/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Coming Soon to an OS near you - Google Chrome</title>
		<link>http://www.sparkinternetmarketing.com/blog/coming-soon-to-an-os-near-you-google-chrome/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/coming-soon-to-an-os-near-you-google-chrome/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 12:58:30 +0000</pubDate>
		<dc:creator>agreen</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=604</guid>
		<description><![CDATA[It finally happened - Google decided to cross over and start playing in Microsoft&#8217;s back yard, well perhaps that isn&#8217;t an accurate analogy - Google will be playing in Microsoft&#8217;s living room, with its toys and eating its chips (better :)). Google announced it will be releasing a Chrome OS, due for shipping in 2010. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutAdamGreen.php" title="Internet Marketing Toronto"><img src="http://www.sparkinternetmarketing.com/images/headshots/adam-green-thumb.jpg" title="Adam Green" alt="Internet Marketing Toronto AKA Adam Green" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a>It finally happened - Google decided to cross over and start playing in Microsoft&#8217;s back yard, well perhaps that isn&#8217;t an accurate analogy - Google will be playing in Microsoft&#8217;s living room, with its toys and eating its chips (better :)). <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">Google announced</a> it will be releasing a Chrome OS, due for shipping in 2010.  Here it is, directly from the horses mouth:</p>
<blockquote><p>Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running Google Chrome OS will be available for consumers in the second half of 2010. Because we&#8217;re already talking to partners about the project, and we&#8217;ll soon be working with the open source community, we wanted to share our vision now so everyone understands what we are trying to achieve.</p></blockquote>
<p>I wonder if Chrome the browser will come pre-installed and defaulted to Google&#8217;s search page&#8230; and I wonder if they will make it difficult to run Microsoft Explorer&#8230;  inquiring minds want to know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/coming-soon-to-an-os-near-you-google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A New Way To Communicate - Google Wave!</title>
		<link>http://www.sparkinternetmarketing.com/blog/a-new-way-to-communicate-google-wave/</link>
		<comments>http://www.sparkinternetmarketing.com/blog/a-new-way-to-communicate-google-wave/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 13:30:17 +0000</pubDate>
		<dc:creator>ckata</dc:creator>
		
		<category><![CDATA[Cool Tools]]></category>

		<guid isPermaLink="false">http://www.sparkinternetmarketing.com/blog/?p=600</guid>
		<description><![CDATA[ From the original creators of Google Maps comes a new communication platform called Google Wave!
Jens and Lars Rasmussen are the original founders of the Google Maps technology. Today they bring us Google Wave. A new communication platform that Google is developing which will launch later this year.
It blends all of the traditional types of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sparkinternetmarketing.com/aboutChrisKata.php"><img src="http://www.sparkinternetmarketing.com/images/headshots/chris_thumb.jpg" title="Internet Marketing Toronto" alt="Internet Marketing Toronto AKA Christopher Kata" align="left" border="0" height="72" hspace="1" vspace="1" width="78" /></a> From the original creators of Google Maps comes a new communication platform called <a href="http://wave.google.com/help/wave/about.html" target="_blank">Google Wave</a>!</p>
<p>Jens and Lars <span class="byline-author">Rasmussen are the original founders of the Google Maps technology. Today they bring us Google Wave. A new communication platform that Google is developing which will launch later this year.</span></p>
<p><span class="byline-author">It blends all of the traditional types of communication into a single wave of rich text, images and more all shared with friends who can interact with it in real time. You can even replay the wave to see what was said by whom and when. Very cool stuff.</span></p>
<p><span class="byline-author">To try and ensure mass adoption of the platform Google is open sourcing alot of it. To find out more you can read the official <a href="http://googleblog.blogspot.com/2009/05/went-walkabout-brought-back-google-wave.html" target="_blank">blog post</a>, or visit the <a href="http://wave.google.com" target="_blank">Google Wave</a> site.</span></p>
<p><span class="byline-author"><a href="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/05/ss1.gif"><img class="alignleft size-thumbnail wp-image-601" title="ss1" src="http://www.sparkinternetmarketing.com/blog/wp-content/uploads/2009/05/ss1-150x150.gif" alt="ss1" width="150" height="150" /></a><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparkinternetmarketing.com/blog/a-new-way-to-communicate-google-wave/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
