<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Benoit Tremblay</title>
	
	<link>http://bentremblay.com/en</link>
	<description>Internet marketing &amp; social media</description>
	<lastBuildDate>Thu, 05 Nov 2009 05:01:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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/bentremblay" type="application/rss+xml" /><feedburner:emailServiceId>bentremblay</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>3 Open Source Alternatives to Traditional PHP e-commerce Solutions</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/k285mE2tR8M/3-open-source-alternatives-to-traditional-php-e-commerce-solutions</link>
		<comments>http://bentremblay.com/en/3-open-source-alternatives-to-traditional-php-e-commerce-solutions#comments</comments>
		<pubDate>Thu, 05 Nov 2009 04:54:52 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://bentremblay.com/en/?p=1288</guid>
		<description><![CDATA[
I&#8217;ve been evaluating a lot of e-commerce solutions lately for a particular project I&#8217;m working on and I&#8217;m really disappointed by the open source offering in general: most e-commerce solutions out there are just heavy and/or a total mess to customize.
Because we&#8217;re talking open source here, most platforms are built using php. I wouldn&#8217;t say that the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1301" title="purchase" src="http://bentremblay.com/en/wp-content/uploads/2009/11/purchase.png" alt="purchase" width="600" height="267" /></p>
<p>I&#8217;ve been evaluating a lot of e-commerce solutions lately for a particular project I&#8217;m working on and I&#8217;m really disappointed by the open source offering in general: most e-commerce solutions out there are just heavy and/or a total mess to customize.</p>
<p>Because we&#8217;re talking open source here, most platforms are built using php. I wouldn&#8217;t say that the reason they ended up this way (messy) is because they were built using php, but for me it was a great opportunity to look for other e-commerce solutions built using newer programming languages like <a href="http://www.ruby-lang.org/en/">Ruby</a> and <a href="http://www.python.org/">Python</a>.</p>
<p>This quest for e-commerce solutions built with new technologies and best practices in mind led me to a couple of very promising platforms built with <a href="http://rubyonrails.org/">Ruby on Rails</a> or <a href="http://www.djangoproject.com/">Python </a><a href="http://www.djangoproject.com/">Django</a>.</p>
<p>I&#8217;m not going to review the solutions in this post as my goal is only to raise the awareness about the simple fact that if you&#8217;re not satisfied with the current classic php platforms like OSCommerce, X-Cart or Magento, there are some decent alternatives.</p>
<p>Let&#8217;s have a look.</p>
<h2>Spree shopping cart</h2>
<p><img class="alignnone size-full wp-image-1292" title="spree" src="http://bentremblay.com/en/wp-content/uploads/2009/11/spree.png" alt="spree" width="576" height="145" /></p>
<p>I have to admit that so far, <a href="http://spreecommerce.com/">Spree</a> is my favorite solution. It&#8217;s built using the popular Web framework Ruby on Rails and it&#8217;s very lightweight and clean. One could argue that it&#8217;s lightweight because it&#8217;s still missing a lot of features most php carts have, but it&#8217;s actually pretty complete for such a young product. You can have a quick look at the <a href="http://spreecommerce.com/features">features list here</a>.</p>
<p>Among the features, you will find localization, extensible design, use of css frameworks, custom tax and shipping rules, advanced product categories, SEO friendly, one page checkout and many others.</p>
<p>Another great thing with this solution is the community. Like any open source project, one of the most important aspect is the community support and also plugins built by this community. No problems for Spree, it delivers. There&#8217;s an active discussion board and also an <a href="http://ext.spreecommerce.com/">extension repository</a> with around 40 extensions ready for download and installation.</p>
<p>Visit the <a href="http://spreecommerce.com/">project&#8217;s website</a> or have a look at the <a href="http://spreecommerce.com/demo">demo</a>, it&#8217;s worth a look.</p>
<p>I haven&#8217;t tested spree yet in a production environment, but so far I&#8217;m impressed by what I see in my development environment.</p>
<h2>Substruct</h2>
<p><a href="http://code.google.com/p/substruct/">Substruct</a> is another interesting alternative based on Ruby on Rails, but it is not as complete as Spree shopping cart. The project is hosted on <a href="http://code.google.com/p/substruct/">Google Code</a> and while that&#8217;s absolutely fine with me, the problem is that the project doesn&#8217;t have its own central website (with extensions, basic information, support, etc.) like Spree. It&#8217;s not as mature as Spree is.</p>
<p>If you have a quick look at the demo admin section, you&#8217;ll also find out that there are a lot of features missing and that it might be a problem to build a decent e-commerce website with all the functionalities you would expect.</p>
<p><img class="alignnone size-full wp-image-1291" title="substruct_admin" src="http://bentremblay.com/en/wp-content/uploads/2009/11/substruct_admin.png" alt="substruct_admin" width="600" height="326" /></p>
<p>For very simple needs though, it could end up being a very lightweight and easy to maintain solution.</p>
<p>For more information (download, demo, support), visit the <a href="http://code.google.com/p/substruct/">pr</a><a href="http://code.google.com/p/substruct/">oject&#8217;s Google Code page here</a>.</p>
<h2>Satchmo</h2>
<p><img class="alignnone size-full wp-image-1293" title="satchmo" src="http://bentremblay.com/en/wp-content/uploads/2009/11/satchmo.png" alt="satchmo" width="590" height="119" /></p>
<p><a href="http://www.satchmoproject.com/">Satchmo</a> is the third non-php e-commerce platform I&#8217;d like to cover. Unlike the other two solutions, Satchmo is built using the popular Python Web framework, Django.</p>
<p>I&#8217;ve heard a lot of good things about satchmo, but it&#8217;s a little bit painful to set up for the first time as you need quite a lot of dependencies. Usually I wouldn&#8217;t bother too much about that aspect as once your initial setup is all set, you&#8217;re good to go, but it could end up being a problem.</p>
<p>The problem here is that because of all the required dependencies, I would be worried about deploying this in a production environement on a traditional shared hosting. Feel free to have a look at the <a href="http://www.satchmoproject.com/docs/svn/requirements.html">impressive requirements list</a>.</p>
<p>The requirements might be impressive and the whole thing not that polished, but the feature list is pretty interesting. Among the features, there are some you won&#8217;t find in a lot of e-commerce platforms like support for downloadable and subscription products, support for rating and comments, related products suggestions and many more. Feel free to have a look at the <a href="http://www.satchmoproject.com/docs/svn/features.html">features list</a> for more information.</p>
<h2>Conclusion</h2>
<p>As mentionned earlier, this post was definitely not a review of every e-commerce solution out there: it&#8217;s more of a reminder that there might be some pretty good solutions that aren&#8217;t built using php.</p>
<p>I love php, but the code base of e-commerce platforms using php usually end up being really messy. In fact, it&#8217;s not just the case for e-commerce platforms.</p>
<p>Newer programming languages like Ruby and Python offer a lot of advantages over php and it&#8217;s definitely worth considering these newer languages for your next projects, being e-commerce or not.</p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/k285mE2tR8M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/3-open-source-alternatives-to-traditional-php-e-commerce-solutions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/3-open-source-alternatives-to-traditional-php-e-commerce-solutions</feedburner:origLink></item>
		<item>
		<title>34 best practices for speeding up your website</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/w7ikFZAjvU4/34-best-practices-for-speeding-up-your-website</link>
		<comments>http://bentremblay.com/en/34-best-practices-for-speeding-up-your-website#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:04:26 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://bentremblay.com/en/?p=1274</guid>
		<description><![CDATA[
Thanks to @kinaze on twitter for discovering (or letting me know about) that one.
The Yahoo Developer Network have released a short guide on the best practices for speeding up your website. It is divided in seven categories and contains 34 great tips to make your pages load faster and improve user experience.
There are some good [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1278" title="yahoo_website_fast" src="http://bentremblay.com/en/wp-content/uploads/2009/10/yahoo_website_fast1.png" alt="yahoo_website_fast" width="550" height="201" /></p>
<p>Thanks to <a href="http://twitter.com/kinaze">@kinaze</a> on twitter for discovering (or letting me know about) that one.</p>
<p>The <a href="http://developer.yahoo.com/">Yahoo Developer Network</a> have released a short guide on the <a href="http://developer.yahoo.com/performance/rules.html">best practices for speeding up your website</a>. It is divided in seven categories and contains 34 great tips to make your pages load faster and improve user experience.</p>
<p>There are some good tips in the guide and every web developer (or website owner) should have a look at it.</p>
<p>Here&#8217;s the guide: <a href="http://developer.yahoo.com/performance/rules.html">Best Practices for Speeding Up Your Web Site</a></p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/w7ikFZAjvU4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/34-best-practices-for-speeding-up-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/34-best-practices-for-speeding-up-your-website</feedburner:origLink></item>
		<item>
		<title>If I’d asked my customers what they wanted, they’d have said a faster horse</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/uV69XkMumLw/if-id-asked-my-customers-what-they-wanted-theyd-have-said-a-faster-horse</link>
		<comments>http://bentremblay.com/en/if-id-asked-my-customers-what-they-wanted-theyd-have-said-a-faster-horse#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:32:35 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[Henry Ford]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://bentremblay.com/en/?p=1240</guid>
		<description><![CDATA[There is a great quote from Henry Ford on the first car he built:
If I&#8217;d asked my customers what they wanted, they&#8217;d have said a faster horse
It is by far one of my favorite quote as it relates very well to the Internet industry and the whole customer-business relationship. It&#8217;s easy to take it very [...]]]></description>
			<content:encoded><![CDATA[<p>There is a great quote from Henry Ford on the first car he built:</p>
<blockquote><p><strong>If I&#8217;d asked my customers what they wanted, they&#8217;d have said a faster horse</strong></p></blockquote>
<p>It is by far one of my favorite quote as it relates very well to the Internet industry and the whole customer-business relationship. It&#8217;s easy to take it very seriously and to think that what Ford meant with this quote is to ignore your customers and just do what you think is right, but it actually goes deeper.</p>
<p>I&#8217;m pretty sure that if Ford had asked his customers what they wanted, they&#8217;d have said something like faster horses and the reason is fairly simple: <strong>they couldn&#8217;t imagine anything else.</strong></p>
<p>In fact, they didn&#8217;t want faster horses, they wanted a faster personal transportation method. It&#8217;s as simple as that. For Henry Ford, achieving this goal was absolutely impossible with a horse, so he came up with the idea of building a car that everybody could afford. Nobody knew they needed a car before they saw the Model-T (and knew they could afford it).</p>
<p><a href="http://twitter.com">Twitter</a> anybody? Twitter is the tool you never knew you needed before you had it: nobody wakes up in the morning with the needs for a tool like twitter, but the aggregation of different persons communication needs eventually led to the creation of twitter.</p>
<p>Twitter is the first obvious one that came to my mind, we can find plenty of other examples.</p>
<h2>Customer needs on the web</h2>
<p>How is this all related to customers needs on the Internet and to the whole customer-business relationship (note that the term customer is used in a very large context and can be your website&#8217;s visitors, readers, the people you build websites for, etc.)?</p>
<p>In fact it&#8217;s very simple:</p>
<blockquote><p><strong>Users will ask for tons of very precise features and it&#8217;s important to understand that they ask these features because it&#8217;s hard for them to think outside the constraints your product, website or service impose them.</strong></p></blockquote>
<p>What&#8217;s really important is to understand what lies behind these requests.</p>
<p>Do your website&#8217;s visitors ask for a certain feature because they simply want more exposure (egosystem)? In this case, you might think of a better or different idea than the feature they&#8217;re asking for. A feature that really answer their need and that is not limited by the external view users have on your product.</p>
<p>Do the customer you&#8217;re consulting for wants a certain feature on his website just to better communicate with his potential clients? If so, what the customer want is to better communicate: the feature he&#8217;s asking for might not be the best solution.</p>
<h2>Innovation and feedback</h2>
<p>The problem when you innovate and do things according to core customers needs and not feature requests is that you have no clue how it&#8217;s going to be received. That&#8217;s why you need feedback.</p>
<p><a href="http://bentremblay.com/en/kevin-rose-on-taking-your-site-from-one-to-a-million-users">I posted a talk by Kevin Rose</a> last week, and he said the worst thing you can do as a website owner is to pretend you really understand what your visitors want. To avoid this problem, he recommends to build features very quickly, release them and then test (feedback).</p>
<p><strong>All in all, I guess the key is to act according to core customer needs (not feature requests) and put in place a good feedback loop so you can react quickly and make good decisions. Agree?</strong></p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/uV69XkMumLw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/if-id-asked-my-customers-what-they-wanted-theyd-have-said-a-faster-horse/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/if-id-asked-my-customers-what-they-wanted-theyd-have-said-a-faster-horse</feedburner:origLink></item>
		<item>
		<title>Kevin Rose on taking your site from one to a million users</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/YGOLC5WW1pU/kevin-rose-on-taking-your-site-from-one-to-a-million-users</link>
		<comments>http://bentremblay.com/en/kevin-rose-on-taking-your-site-from-one-to-a-million-users#comments</comments>
		<pubDate>Mon, 12 Oct 2009 02:42:51 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[fowa]]></category>
		<category><![CDATA[Kevin Rose]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://bentremblay.com/en/?p=1231</guid>
		<description><![CDATA[I got that one from Problogger today and I think it&#8217;s worth sharing. It&#8217;s a talk Kevin Rose gave at fowa (future of web apps) in which he&#8217;s sharing some tips on taking your site/web app from one to a million users. You know, kinda useful.
If you don&#8217;t know who Kevin Rose is, he&#8217;s the [...]]]></description>
			<content:encoded><![CDATA[<p>I got <a href="http://www.problogger.net/archives/2009/10/12/how-to-go-from-1-to-1000000-users-or-readers/">that one from Problogger</a> today and I think it&#8217;s worth sharing. It&#8217;s a talk Kevin Rose gave at <a href="http://events.carsonified.com/fowa">fowa (future of web apps)</a> in which he&#8217;s sharing some tips on taking your site/web app from one to a million users. You know, kinda useful.</p>
<p>If you don&#8217;t know who <a href="http://en.wikipedia.org/wiki/Kevin_Rose">Kevin Rose</a> is, he&#8217;s the founder of the popular site <a href="http://digg.com/">Digg</a>.</p>
<p>Honestly, it&#8217;s not rocket science, but I really liked the part where he talked about hacking the press, getting some coverage from big news networks (WallStreet journal, TechCrunch, etc.), using events to demo your product and getting influencers to talk about you.</p>
<p>Whether you build web apps, websites or blogs, there are surely some useful tips you can get from this talk.</p>
<p>Enjoy.</p>
<p><object width="551" height="303"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6905398&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6905398&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="551" height="303"></embed></object>
<p><a href="http://vimeo.com/6905398">Taking your Site from One to One Million Users by Kevin Rose</a> from <a href="http://vimeo.com/carsonified">Carsonified</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/YGOLC5WW1pU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/kevin-rose-on-taking-your-site-from-one-to-a-million-users/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/kevin-rose-on-taking-your-site-from-one-to-a-million-users</feedburner:origLink></item>
		<item>
		<title>80legs and democratizing web crawling: It’s game-changing</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/NVCiF21CTvo/80-legs-and-democratizing-web-crawling-its-game-changing</link>
		<comments>http://bentremblay.com/en/80-legs-and-democratizing-web-crawling-its-game-changing#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:00:04 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[80legs]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[web crawling]]></category>

		<guid isPermaLink="false">http://bentremblay.com/en/?p=1217</guid>
		<description><![CDATA[
I read a post about 80Legs today on Mashable and the only words that came to my mind when I read the article was &#8220;they&#8217;re changing the game&#8221;. They are. Here&#8217;s what they do:
80Legs is a service platform for web crawling and processing web content. We put over 50,000 computers to work for you to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1220" title="80 Legs logo" src="http://bentremblay.com/en/wp-content/uploads/2009/09/logo-home1.gif" alt="80 Legs logo" width="600" height="175" /></p>
<p>I read <a href="http://mashable.com/2009/09/30/80legs/">a post about 80Legs today on Mashable</a> and the only words that came to my mind when I read the article was &#8220;they&#8217;re changing the game&#8221;. They are. Here&#8217;s what they do:</p>
<blockquote><p><a href="http://80legs.com">80Legs</a> is a service platform for web crawling and processing web content. We put over 50,000 computers to work for you to deliver exceptional crawling performance at incredibly low costs. Our service is easy to use and completely customizable, so you can crawl and process web content however you want, whenever you want.</p></blockquote>
<p>To summarize: you get your very own web crawler at a more than affordable price: 2.00$ / million pages crawled.</p>
<h2>Why it&#8217;s game changing</h2>
<p>Web crawling is a very complex and expensive process: crawling a web page, extracting content and scale the process to million of pages is far from being trivial and cheap. You not only need to build your crawler or use an existing one, you must have the infrastructure in place to support it all.</p>
<p>Now, anybody willing to build a niche search engine, extract specific information from a series of websites or build any web app involving crawling the Web at a large scale can do it at an affordable cost, without much technical knowledge.</p>
<p>It&#8217;s not <a href="http://80legs.com">80Legs</a> that&#8217;s game-changing, it&#8217;s the whole concept of democratizing web crawling and giving a chance to anybody with a great idea but without the money or the technical skills, to just make it happen.</p>
<p>It&#8217;s similar to blogging: it&#8217;s not about the platform you use (WordPress, blogger, TypePad, etc), it&#8217;s the fact that anybody can now have a voice and have an impact. Platforms die, ideas don&#8217;t.</p>
<h2>It&#8217;s dead simple</h2>
<p>I don&#8217;t want to talk too much about 80Legs because I haven&#8217;t really tested it (except creating an account and playing around) and I don&#8217;t like talking about stuff I haven&#8217;t tested, but it really looks dead simple. The process may look simple, but yet it seems to offer some decent advanced features.</p>
<p><img class="alignnone size-full wp-image-1222" title="webinterface80legs" src="http://bentremblay.com/en/wp-content/uploads/2009/09/webinterface80legs.png" alt="webinterface80legs" width="600" height="376" /></p>
<p>I won&#8217;t go too much into details, but it allows a lot of customization so you can extract the information you want. Of course, you will need some technical knowledge if you want to use the crawled data and build a web app around it, but the hard part involving scaling issues is covered by a tool like 80Legs.</p>
<h2>Spam is now more affordable than ever</h2>
<p>As much as I&#8217;m enthusiast about democratizing Web crawling, there&#8217;s a huge downside: spam and content scrapping is now more affordable than ever. It&#8217;s an easy way for amateur spammers to build email lists by crawling websites and extracting email addresses. I&#8217;m sure we can find dozen of other spamming issues, but I much prefer to focus on the positive aspects.</p>
<p>Overall, the concept is extremely interesting and anybody willing to build a web app involving web crawling should be looking into this.</p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/NVCiF21CTvo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/80-legs-and-democratizing-web-crawling-its-game-changing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/80-legs-and-democratizing-web-crawling-its-game-changing</feedburner:origLink></item>
		<item>
		<title>10 important considerations when choosing the right CMS</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/Ufn8ksmxdwQ/10-important-considerations-when-choosing-the-righ-cms</link>
		<comments>http://bentremblay.com/en/10-important-considerations-when-choosing-the-righ-cms#comments</comments>
		<pubDate>Wed, 30 Sep 2009 04:09:37 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[typolight]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bentremblay.com/en/?p=1197</guid>
		<description><![CDATA[
Choosing the right CMS is a complex and long process, mainly because of the hundreds of CMS out there that promise they’ll change the way you do business online and that they’ll make your life so much easier.
Fair enough, but the vast majority of CMS don’t even deserve your attention, that’s as simple as that. [...]]]></description>
			<content:encoded><![CDATA[<h2><img class="alignnone size-full wp-image-1208" title="cms" src="http://bentremblay.com/en/wp-content/uploads/2009/09/cms1.png" alt="cms" width="600" height="150" /></h2>
<p>Choosing the right CMS is a complex and long process, mainly because of the hundreds of CMS out there that promise they’ll change the way you do business online and that they’ll make your life so much easier.</p>
<p>Fair enough, but the vast majority of CMS don’t even deserve your attention, that’s as simple as that. I hear you: how can all these CMS survive if they don’t deserve my attention? Well, that’s quite simple: not knowing the important considerations when choosing a CMS leads to adopting a CMS that doesn’t fit your needs and then you have to stick with it because the cost of changing platform is too important.</p>
<p>On top of that, we have to face people obsessed by a single CMS like Wordpress. This is dangerous because different CMS are required for different kind of websites. Take Wordpress for example: it’s great for building blogs, but for building a multilingual corporate website, it’s definitely not the right tool. If you are obsessed by Wordpress, I know what you’re thinking at this very moment: “Yes, but what about this or this plugin to give you this or this functionality”. I say native support is way better than most plugin.</p>
<p>So, what are the important considerations when choosing a CMS?</p>
<h2>1. What you need and what you’ll need</h2>
<p>The first thing you should do is write down the feature set and functionalities you need right now and what <strong>you’ll need</strong>. What you’ll need is the game, not what you need.</p>
<p><img class="size-full wp-image-1199 alignnone" title="plant" src="http://bentremblay.com/en/wp-content/uploads/2009/09/plant.png" alt="plant" width="400" height="225" /></p>
<p>What you’ll need is definitely the most important aspect in choosing a CMS because a web project is always in development. It’s important to think about the next phases of your project as you don’t want to invest a lot of money in building features you knew right from the start you were going to need.</p>
<h2>2. Multilingual support</h2>
<p>If a you need to support multiple languages, it’s important to consider it from the start. If multilingual support is really important to your business, you want a CMS that support it <strong>natively</strong>, not by installing some third party plugin. CMS that support multiple languages natively are usually way better than any third party plugin you’ll install.</p>
<p>It’s important to be able to translate the content you write easily, but it should also be easy to translate the “static” part of the website like menus without having to touch the core files of the CMS.</p>
<p>The same goes with the backend of the CMS. Some CMS will offer a multilingual backend and it could turn out to be very important for your business if the people in charge of your website aren’t English native speakers.</p>
<h2>3. SEO optimization</h2>
<p><img class="alignnone size-full wp-image-1200" title="seo" src="http://bentremblay.com/en/wp-content/uploads/2009/09/seo.png" alt="seo" width="389" height="300" /></p>
<p>We should never have to rely on search traffic, but search engines are there and bring traffic, so it would be stupid to ignore them. Even though the vast majority of CMS are getting better and better at this, you want a CMS that will let you:</p>
<ul>
<li>Rewrite URLs to get search engine friendly URLs</li>
<li>Full control over the titles of the pages or articles</li>
<li>Full control over the keywords and description meta tags (even though it won&#8217;t affect your ranking, you want control over these tags)</li>
<li>Auto generated code is XHTML compliant as much as possible</li>
<li>Automatic sitemap generation</li>
</ul>
<p>A CMS that cover these aspects will at least ensure that your website is search engine friendly and that it follows the basic SEO guidelines.</p>
<h2>4. User friendliness</h2>
<p><img class="alignnone size-full wp-image-1201" title="wysiwyg" src="http://bentremblay.com/en/wp-content/uploads/2009/09/wysiwyg.png" alt="wysiwyg" width="500" height="131" /></p>
<p>Depending who is going to use the CMS to generate the content, this might or might not be an issue. If a tech-savy user or simply yourself is going to take care of your website, then user friendliness may not be a prerequisite. On the other side, if you’re developing the website for non tech savy users, a user friendly CMS is extremely important. You want to consider:</p>
<ul>
<li>Wysiwyg editor to easily create content</li>
<li>Easy enough to create new pages</li>
<li>Clear site structure in the backend</li>
<li>Clear separation between the features most users will need and advanced features</li>
</ul>
<h2>5. Users, roles and permissions</h2>
<p>Chances are that multiple persons will have to edit the content of the website. The last thing you want is to authorize all users to modify every aspect of your websites. For this specific reason, assigning roles and permissions to the different users is important. You want control over who is going to be able to edit what.</p>
<p>Most CMS offer this possibility so it shouldn’t be that much of a problem, but certain CMS offer a much deeper level of control over what users are allowed to do. In the end, it all depends what you need to control.</p>
<h2>6. Versioning</h2>
<p><img class="alignnone size-full wp-image-1202" title="restore" src="http://bentremblay.com/en/wp-content/uploads/2009/09/restore.png" alt="restore" width="380" height="107" /></p>
<p>This feature is by far one of the most important feature to consider for your future CMS. Versioning will allow you to revert back to a previous version of a page or article and will avoid some huge headaches to your web team. Everybody make mistakes and you know someone if going to screw up one of your pages at one point, so why not consider this in your CMS choice?</p>
<p>Again, some CMS will allow you do go deeper and will allow you to restore not only pages and articles, but also other important aspects of your website like CSS.</p>
<h2>7. Multiple website support</h2>
<p>Nobody wants to install three CMS because three different websites live under the same root domain. Unfortunately, with certain CMS, you don’t have a choice and have to install multiple copies and maintain these copies separately. In fact, the painful process is not the installation, it’s the support afterwards and the upgrades. Multiple copies of the same CMS means you also have to replicate users, roles and permissions accross all your different installations. You don’t want that.</p>
<p>If you know you will be building different websites with different functionality under the same root domain (.com), then you need to consider a CMS that will allow you this with a single installation.</p>
<h2>8. Painless upgrades</h2>
<p>Running the latest version of a CMS is important as upgrades often include important security patches. Unfortunately, a lot of CMS make the upgrade process so painful that most people and businesses simply decide not to upgrade. I understand.</p>
<p><img class="alignnone size-full wp-image-1203" title="banghead" src="http://bentremblay.com/en/wp-content/uploads/2009/09/banghead.png" alt="banghead" width="296" height="300" /></p>
<p>The solution really isn’t not to upgrade, the solution is to choose a CMS that will allow you painless upgrades. Certain CMS like Wordpress for instance will allow you to upgrade your installation with the click of a button. It is a bit more complex for some other CMS, but really what you’re looking for is an upgrade process that won’t screw your website for days everytime.</p>
<h2>9. Open source and community support</h2>
<p>Going with an open source solution versus a commercial solution is important to consider. A lot of Web businesses will try yo sell their in-house commercial CMS and it’s not necessarily a bad things, but keep in mind that it will probably cost more money the more you need specific features.</p>
<p>Going with an open source solution might cost you just as much money to customize the solution to your needs, but it will probably be cheaper in the long run as you will be able to benefit from third party plugins and modules. Open source solutions will also allow you to get free support from the community instead of having to pay 125$ an hour or more for a consultant.</p>
<p>Both options are good, it simply depends what your needs and budget are. If you want more freedom over what you’ll be able to do by yourself, an open source solution might be a better choice. Keep in mind that open source solutions will also allow you to test before “buying”, which might be impossible for commercial solutions</p>
<h2>10. Plugins and modules</h2>
<p><img class="alignnone size-full wp-image-1204" title="plugin" src="http://bentremblay.com/en/wp-content/uploads/2009/09/plugin.png" alt="plugin" width="500" height="99" /></p>
<p>There is no perfect CMS with all the features you need and will need. But that’s not a problem, what’s important is that you can easily develop or install modules for the features you need. Not only it’s important to be able to install and develop modules, it’s also important to have a look at the existing database of plugins and modules available for your future CMS.</p>
<p>A mature CMS will have tons of modules and plugins already tested by other users and that can be a huge advantage over a new player in the CMS industry.</p>
<p>So that’s one more thing to make your decision even harder: if the CMS doesn’t have all the features you need, are there some great plugins available that you could use? Then again, this is assuming you are using an open source solution as the choice of plugins will probably be smaller for commercial solutions. On top of that, an open source solution will allow you to test before “buying”.</p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/Ufn8ksmxdwQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/10-important-considerations-when-choosing-the-righ-cms/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/10-important-considerations-when-choosing-the-righ-cms</feedburner:origLink></item>
		<item>
		<title>New design, image and redefined priorities</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/dGRzgAjOjJQ/new-design-image-and-redefined-priorities</link>
		<comments>http://bentremblay.com/en/new-design-image-and-redefined-priorities#comments</comments>
		<pubDate>Mon, 28 Sep 2009 02:42:51 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bentremblay.com/en/?p=1185</guid>
		<description><![CDATA[It&#8217;s been a while, I know. But it&#8217;s all for the best.
I&#8217;ve worked on a lot of things in the past couple of months (mostly offline) and one of those things is a new design/theme and image for this blog. So it&#8217;s here and now live, ready to receive your comments. I hope you&#8217;ll like, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while, I know. But it&#8217;s all for the best.</p>
<p>I&#8217;ve worked on a lot of things in the past couple of months (mostly offline) and one of those things is a new design/theme and image for this blog. So it&#8217;s here and now live, ready to receive your comments. I hope you&#8217;ll like, because I really do.</p>
<p>It&#8217;s more than a new design, it&#8217;s also a new focus and redefined priorities. With this new design, among many other things, I clarified the tagline and purpose of the blog. As you probably noticed, the new tagline is:</p>
<blockquote><p><strong>The web, what matters, common sense.</strong></p></blockquote>
<p>It&#8217;s very simple and straight forward. No big deal, just common sense. I came up with this tagline after thinking about what&#8217;s really important when it comes to web development and websites&#8217; promotion. My conclusion was very simple:</p>
<blockquote><p>I think most people completely lost the focus when it comes to building and promoting websites. At the end of the day, what’s really important? Is it to rank #1 on Google, to offer the best user interface, to have the best design or to have the best social media strategy?</p>
<p>In the end, what really matters is to build websites <strong>worth visiting</strong>. That’s it: the web, what matters, common sense.</p></blockquote>
<p>That&#8217;ll be the new focus: through posts about seo, web development, social media, analytics, web business and design, we&#8217;ll try to figure out common principles behind great websites, worth visiting.</p>
<p>That&#8217;s about it, I wanted to keep this short and let you have a look around. Please let me know what you think in the comments!</p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/dGRzgAjOjJQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/new-design-image-and-redefined-priorities/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/new-design-image-and-redefined-priorities</feedburner:origLink></item>
		<item>
		<title>Why your brand’s Facebook page might suck</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/wW-s_b4IK4c/why-your-brands-facebook-page-might-suck</link>
		<comments>http://bentremblay.com/en/why-your-brands-facebook-page-might-suck#comments</comments>
		<pubDate>Tue, 28 Jul 2009 18:13:29 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Facebook pages]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://bentremblay.com/?p=1116</guid>
		<description><![CDATA[I think Facebook did a great job with &#8220;pages&#8221; and what you can do with them is really interesting, particularly for brands. The sad thing is that most Facebook brands&#8217; pages suck. Really.
They suck because they fail to understand the core concept of social media and that providing value is not an option. I&#8217;m just [...]]]></description>
			<content:encoded><![CDATA[<p>I think Facebook did a great job with &#8220;pages&#8221; and what you can do with them is really interesting, particularly for brands. The sad thing is that most Facebook brands&#8217; pages suck. Really.</p>
<p>They suck because they fail to understand the core concept of social media and that providing value is not an option. I&#8217;m just going to throw random stats here, but I wouldn&#8217;t be surprised if 95% of Facebook pages were just a boring copy of the brand&#8217;s/person&#8217;s RSS feed. Then, social interactions are mainly sales pitch or self-promotion.</p>
<p><img class="aligncenter size-full wp-image-1117" title="facebook" src="http://bentremblay.com/wp-content/uploads/2009/07/facebook.gif" alt="facebook" width="558" height="455" /></p>
<p>I&#8217;m sorry, but I need more. I need more than an additional feed of your content: for that there&#8217;s RSS and email. I need social interactions and content that is not necessarily about your brand, but that still can be of interest to me.</p>
<p>So, if your Facebook page looks like a RSS feed and that your logo is all over the place, it might be time to re-think your strategy.</p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/wW-s_b4IK4c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/why-your-brands-facebook-page-might-suck/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/why-your-brands-facebook-page-might-suck</feedburner:origLink></item>
		<item>
		<title>What percentage of your twitter followers are spam accounts?</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/NNddNIHbQfo/what-percentage-of-your-twitter-followers-are-spam-accounts</link>
		<comments>http://bentremblay.com/en/what-percentage-of-your-twitter-followers-are-spam-accounts#comments</comments>
		<pubDate>Tue, 21 Jul 2009 21:56:51 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[followers]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter counter]]></category>
		<category><![CDATA[unfollow]]></category>

		<guid isPermaLink="false">http://bentremblay.com/?p=1106</guid>
		<description><![CDATA[Probably a lot. I don&#8217;t follow spam accounts, but they do follow me thinking I might press the &#8220;follow&#8221; button and I guess it&#8217;s no different for you if you are a little active on twitter. I noticed a huge drop in followers this week and I checked a couple of twitter accounts using twittercounter.com [...]]]></description>
			<content:encoded><![CDATA[<p>Probably a lot. I don&#8217;t follow spam accounts, but they do follow me thinking I might press the &#8220;follow&#8221; button and I guess it&#8217;s no different for you if you are a little active on twitter. I noticed a huge drop in followers this week and I checked a couple of twitter accounts using <a href="http://twittercounter.com">twittercounter.com</a> to find out most accounts experienced the same drop: it was twitter cleaning the house. Thank god.</p>
<p><img class="aligncenter size-full wp-image-1107" title="twittercounter" src="http://bentremblay.com/wp-content/uploads/2009/07/twittercounter.png" alt="twittercounter" width="522" height="385" />I asked myself: &#8220;What percentage of my followers are purely spam accounts&#8221;? If you consider that I lost 147 followers that day and that I show an average growth of about 30 followers a day, twitter probably killed around 180 accounts that were following me that day. It actually is 4% of my followers. Add on top of that the spammy accounts that weren&#8217;t removed because they were too new or things like that, we probably end up with a 5-7% (if not 10%) of followers being spammy.</p>
<h2>There&#8217;s more spam</h2>
<p>You know, we end up with 5-7% being purely spam accounts that were STILL following me, but there&#8217;s more to include in the equation. I probably get a dozen new followers each day that eventually end up unfollowing me because I&#8217;m not following back. I haven&#8217;t really looked at the numbers, but I wouldn&#8217;t be surprised if 20% of the new follower notifications I receive were spam. That&#8217;s how ridiculous it is.</p>
<p>I&#8217;ve been complaining about the spam on twitter since day one and things are only getting worst. But you know, it&#8217;s good to see twitter taking actions like that and killing accounts: they are actually doing something about it.</p>
<p><strong>So, what percentage of your followers do you think are spam accounts?</strong></p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/NNddNIHbQfo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/what-percentage-of-your-twitter-followers-are-spam-accounts/feed</wfw:commentRss>
		<slash:comments>39</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/what-percentage-of-your-twitter-followers-are-spam-accounts</feedburner:origLink></item>
		<item>
		<title>New Gmail account requires SMS verification</title>
		<link>http://feedproxy.google.com/~r/bentremblay/~3/TrpSSOXlo30/new-gmail-account-requires-sms-verification</link>
		<comments>http://bentremblay.com/en/new-gmail-account-requires-sms-verification#comments</comments>
		<pubDate>Sat, 18 Jul 2009 19:40:41 +0000</pubDate>
		<dc:creator>Ben Tremblay</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[account verification]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://bentremblay.com/?p=1095</guid>
		<description><![CDATA[I had to create a new gmail account yesterday for a project and was greeted with the following screen right after creating the new email address:

That&#8217;s right, big G was asking for my mobile phone number to verify the new email. I was kinda surprised honestly. You know, Google already has a lot of information [...]]]></description>
			<content:encoded><![CDATA[<p>I had to create a new gmail account yesterday for a project and was greeted with the following screen right after creating the new email address:</p>
<p><img class="aligncenter size-full wp-image-1097" title="gmail_sms2" src="http://bentremblay.com/wp-content/uploads/2009/07/gmail_sms2.png" alt="gmail_sms2" width="575" height="268" /></p>
<p>That&#8217;s right, big G was asking for my mobile phone number to verify the new email. I was kinda surprised honestly. You know, Google already has a lot of information on me and probably already have my mobile phone number somewhere, but I just feel it&#8217;s information I shouldn&#8217;t have to share for a free email address. Then, I asked myself: &#8220;Let&#8217;s say I don&#8217;t have a mobile phone, can I still create a gmail account?&#8221;.</p>
<h2>No phone, ask a friend</h2>
<p><strong>The process is not flexible at all</strong>. If you don&#8217;t have a mobile phone, you&#8217;re screwed, ask a friend:</p>
<blockquote><p>If you&#8217;d like to sign up for a Gmail address, you need to have a mobile phone that has text-messaging capabilities.<br />
If you don&#8217;t have a phone, you may want to ask a friend if you can use his or her number to receive a code.</p></blockquote>
<p>What&#8217;s going on big G?</p>
<h2>We&#8217;re Google, of course we store your mobile number</h2>
<blockquote><p>Google will use your phone number to send an invitation code in a text message to your phone. In doing so, we store each phone number to make sure it is used to create a limited number of accounts.</p>
<p>Your number will also be associated with your account to avoid unnecessary future verifications for other Google services.  For more information, please review the Gmail Privacy Policy: <a href="http://mail.google.com/mail/help/privacy.html" target="_blank">http://mail.google.com/mail/help/privacy.html</a>. In accordance with this policy, your number will never be sold or shared for marketing purposes without your permission, nor will we contact you using this number without your express permission.</p></blockquote>
<h2>Your country is not available, ask a friend</h2>
<blockquote><p>There are a number of countries and carriers for which we don&#8217;t provide service because of varying limitations. If possible, you may want to try a friend&#8217;s phone on another carrier.</p></blockquote>
<h2>Can it get less flexible?</h2>
<p>I don&#8217;t think so. I mean, you have to admit the limitations and conditions are a little crazy for creating a free email address. But, if it happens to you and don&#8217;t want to give your phone number, go through the process again, you might not have to verify by SMS. That&#8217;s what happened to me: I just started over and everything went fine. So, I don&#8217;t know exactly what triggers this SMS verification process, but it&#8217;s annoying.</p>
<img src="http://feeds.feedburner.com/~r/bentremblay/~4/TrpSSOXlo30" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bentremblay.com/en/new-gmail-account-requires-sms-verification/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		<feedburner:origLink>http://bentremblay.com/en/new-gmail-account-requires-sms-verification</feedburner:origLink></item>
	</channel>
</rss><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
