<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Elias Interactive &#187; magento development</title>
	<atom:link href="http://www.eliasinteractive.com/blog/tag/magento-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eliasinteractive.com</link>
	<description>Ecommerce consulting &#38; solutions for online store retailers</description>
	<lastBuildDate>Thu, 01 Sep 2011 18:45:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MVC: Magento beginner resources</title>
		<link>http://www.eliasinteractive.com/blog/mvc-magento-beginner-resources/</link>
		<comments>http://www.eliasinteractive.com/blog/mvc-magento-beginner-resources/#comments</comments>
		<pubDate>Fri, 21 May 2010 17:14:41 +0000</pubDate>
		<dc:creator>Josh Colter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVC framework]]></category>

		<guid isPermaLink="false">http://www.eliasinteractive.com/?p=1236</guid>
		<description><![CDATA[It&#8217;s easy to take for granted that everyone &#8220;gets it.&#8221; If you&#8217;re a Magento expert then this post is beneath you. Move along. But if you work with clients or users who aren&#8217;t at your level of coding genius, you might want to bookmark a couple of resources to make &#8230; <a href="http://www.eliasinteractive.com/blog/mvc-magento-beginner-resources/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy to take for granted that everyone &#8220;gets it.&#8221; If you&#8217;re a Magento expert then this post is beneath you. Move along.</p>
<p>But if you work with clients or users who aren&#8217;t at your level of coding genius, you might want to bookmark a couple of resources to make your life easier for when you get questions. Sometimes it&#8217;s good to teach the basics so that we&#8217;re all on the same page.</p>
<h2>Model View Controller</h2>
<p>MVC, which stands for &#8220;model view controller&#8221;, is a common framework for web development. You need to understand MVC to grasp how Magento is put together. Rather than try to fumble my way through an explanation of MVC, I&#8217;ve included a couple of good resources below.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1237" title="MVC components" src="http://www.eliasinteractive.com/wp-content/uploads/2010/05/MVC-components-300x200.jpg" alt="MVC components" width="300" height="200" /></p>
<p style="text-align: center;">
<h2>MVC Explained</h2>
<ul>
<li><a href="http://net.tutsplus.com/tutorials/other/mvc-for-noobs/" target="_blank">Nettuts featured a MVC guide for novices last month written by Pablo Pastor</a></li>
<li><a href="http://www.phpro.org/tutorials/Model-View-Controller-MVC.html" target="_blank">phpro.org  offers a more in-depth how-to guide for the MVC framework</a></li>
</ul>
<p>So why does any of this matter? Magento is feature-rich and complex. <strong>Half of setting a store owner up for success involves educating them.</strong> Give someone a sophisticated tool without explaining how it works, and they&#8217;ll think that it&#8217;s junk because it isn&#8217;t useful to them. But teach a man to fish…, eh, you get the picture.
<div id="tweetbutton1236" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FltD5jg&amp;via=tweetelias&amp;text=MVC%3A%20Magento%20beginner%20resources&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fmvc-magento-beginner-resources%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/mvc-magento-beginner-resources/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SVN: Magento Best Practice</title>
		<link>http://www.eliasinteractive.com/blog/a-high-level-business-use-perspective-on-svn/</link>
		<comments>http://www.eliasinteractive.com/blog/a-high-level-business-use-perspective-on-svn/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 07:09:20 +0000</pubDate>
		<dc:creator>Lee Taylor</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Best Practices With Magento]]></category>
		<category><![CDATA[Coding With Magento]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Administration]]></category>
		<category><![CDATA[Magento Commerce]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[Managing A Magento Project]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.eliasinteractive.com/?p=839</guid>
		<description><![CDATA[Who: Anyone who works with Magento (especially clients who are running a store) and could benefit from a more in-depth understanding of Magento best practices. What: SVN and Magento (a sweet relationship) Why: Because whether you are a client or a developer, your life can be made easier by using &#8230; <a href="http://www.eliasinteractive.com/blog/a-high-level-business-use-perspective-on-svn/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Who:</strong> Anyone who works with Magento (especially clients who are running a store) and could benefit from a more in-depth understanding of Magento best practices.<br />
<strong>What:</strong> SVN and Magento (a sweet relationship)<br />
<strong>Why:</strong> Because whether you are a client or a developer, your life can be made easier by using SVN and reaping its benefits</p>
<p><strong>Quick Summary</strong>:</p>
<ol>
<li> High-level explanation of SVN</li>
<li>Who should use SVN</li>
<li>Why it should be used</li>
<li>Specific things to watch out for with Magento</li>
<li>Bonus: optional tools</li>
</ol>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-843" title="SVN-Environment Relationships" src="http://www.eliasinteractive.com/wp-content/uploads/2009/11/magento_admin.jpg" alt="SVN-Environment Relationships" width="500" height="600" /></p>
<h2>1. A high-level explanation SVN</h2>
<p>“<a href="http://subversion.tigris.org/">SVN</a>” (aka “Subversion”) changes and improves the development process. It is an “enhancement” to “<a href="http://en.wikipedia.org/wiki/Concurrent_Versions_System">CVS</a>” which allows developers to maintain local, staging, and production environments. This is a best proactive for most software development (and Magento) projects. SVN relates to “<a href="http://git-scm.com/">Git</a>” (though some prefer one more than the other) and is free to use.</p>
<p>Simply put, SVN is a tool that keeps a revision history of code over a period of time. You keep project code located within the repository and pull a copy of the entire code with one simple command (a total of about 6 seconds). In addition, any updates to the code are committed to the repository, which allows anyone who is “linked” to the repository to sync their code with the latest changes via one click of a button. A simultaneous, multi-user environment is thus organized for development and proper administration.</p>
<p>Just to reiterate &#8211; there are an incredible number of benefits to SVN… too many to mention here.</p>
<h2>2. Who should use SVN</h2>
<p>Everyone who works with Magento should use SVN. As a rule of thumb, SVN should be used in any significant software development project (unless you use Git).</p>
<h2>3. Why SVN should be used</h2>
<p>SVN allows multiple developers to build simultaneously in an organized fashion with a detailed history of the progress. This ensures that the live storefront (production environment) is always intricately cared for (read open for business). Every developer has experienced early on in their career the inevitable mistake of removing a file via FTP, only left to realize that file is lost in space and no longer retrievable. But large cocktails are no longer necessary to cope with such an event thanks to SVN. The developer&#8217;s life becomes easier; and the client&#8217;s business is safer. When used properly, SVN ensures reliability, integrity, speed, and fall-back recovery.</p>
<h2>4. Specific things to watch out for with Magento</h2>
<p>In our experience, there are a few specifics to watch out for when using SVN with Magento. Without getting too technical, here are a few things we’ve learned along the way:</p>
<p>+ You need to watch out for the caching within Magento. Utilizing SVN:Ignore is the key to allowing the local environment to cache correctly. I would recommend setting SVN to “ignore” for the following (at least) when maintaining separate environments:</p>
<ul>
<li>app/etc/local.xml (or use SVN lock instead for this)</li>
<li>media/catalog/product/cache</li>
<li>var/</li>
</ul>
<p>+ If you use Beanstalk then you can streamline SVN managing with the &#8220;Deployment&#8221; tool within BeanstalkApp&#8217;s repository storage.</p>
<p>+ Use a test script. We’ve learned the hard way to stick to a quality test script as we merge different branches into the main SVN repository (used for production). Maintain a staging environment and use the test script from every angle prior to going “live” to production with the new changes.</p>
<p>+ For phases of a project, it helps to create a “branch” for each phase and a staging environment for each branch (assuming the project is large enough to call for it). This makes it easier to rollback and merge updates.</p>
<p>+ We prefer to keep the entire Magento directory maintained via a SVN repo. We do this so that we can upgrade, modify, and perform other changes locally prior to streamlining the changes to the staging and production environments.</p>
<h2>5. Bonus: optional tools</h2>
<p>At Elias, we fancy apps that make our lives easier. We invest a lot of time researching and trying out new apps to see how well they fit our business. So far we have found a few SVN tools that are worth mentioning. (Note: these may be Apple-specific. Forgive us):</p>
<ul>
<li><a href="http://versionsapp.com/">VersionsApp</a>: A high-quality desktop application that allows one to manage repositories locally for streamlined management of code.</li>
<li><a href="http://beanstalkapp.com/">BeanstalkApp</a>: A sweet as online SVN storage service to host repositories full of code, revisions, and a great interface for management.</li>
<li><a href="http://www.panic.com/coda/" target="_blank">Coda App</a>: A quality code editor that integrates with SVN</li>
<li><a href="http://macromates.com/" target="_blank">TextMate</a>: Another quality code editor with SVN integration</li>
<li><a href="http://www.mamp.info/" target="_blank">MAMP</a>: A personal Mac server with Apache, Mysql and PHP</li>
<li><a href="http://clickontyler.com/virtualhostx/" target="_blank">VirtualHostX</a>: A virtual hosting utility that works well with MAMP</li>
<li><a href="http://www.virtualbox.org/" target="_blank">VirtualBox</a>: A sweet virtualization product to run multiple operating systems</li>
<li><a href="http://spoon.net/" target="_blank">Spoon.net</a>: A browser-compatibility testing tool we&#8217;re just becoming familiar with</li>
</ul>
<p>Those of you who are already familiar with SVN know that there is obviously much more to rave about. This post is intended to be a simplified “business use-case&#8221; for SVN and explanation of why it is a Magento best practice. We welcome you to chime in with other suggestions for us all to benefit from!
<div id="tweetbutton839" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FjQ96tm&amp;via=tweetelias&amp;text=SVN%3A%20Magento%20Best%20Practice&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fa-high-level-business-use-perspective-on-svn%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/a-high-level-business-use-perspective-on-svn/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Magento Service Packages Design</title>
		<link>http://www.eliasinteractive.com/blog/magento-service-packages-design/</link>
		<comments>http://www.eliasinteractive.com/blog/magento-service-packages-design/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:11:04 +0000</pubDate>
		<dc:creator>Josh Colter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[Magento ecommerce services]]></category>
		<category><![CDATA[Magento service package]]></category>
		<category><![CDATA[Magento service packages]]></category>
		<category><![CDATA[magento services]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=714</guid>
		<description><![CDATA[Estimating service pricing on a client-by-client basis can be difficult and time-consuming. It&#8217;s risky for the service provider because they invest time before receiving a commitment from the client. And clients can get annoyed when they have no expectation for cost early in the relationship. Houston, we have a problem &#8230; <a href="http://www.eliasinteractive.com/blog/magento-service-packages-design/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Estimating service pricing on a client-by-client basis can be difficult and time-consuming. It&#8217;s risky for the service provider because they invest time before receiving a commitment from the client. And clients can get annoyed when they have no expectation for cost early in the relationship.</p>
<h2>Houston, we have a problem</h2>
<p>Elias faces this tension on a daily basis. Let&#8217;s say we receive an estimate request with project description from a new potential client. Ok, now what? We try to get more information. The potential client is trying to understand price. And agency partners want a faster way to incorporate Elias development costs into their bids for client Magento ecommerce opportunities. So I created packaged services to frame scope and help clients see the effects of feature configuration/development on price.</p>
<h2>Solution (v1)</h2>
<ul>
<li>Package services for typical client requests to quickly set expectations for scope and budget.</li>
<li>Reduce package variation to minimal number of factors.</li>
<li>Establish a conversational starting point when discussing a project with a new client.</li>
<li>Make the purchase decision easier for clients.</li>
<li>Distill scope differences between packages into an easy to consume format.</li>
</ul>
<h2>Result (v1)</h2>
<div id="attachment_718" class="wp-caption alignnone" style="width: 247px"><a href="http://67.225.241.61/ei/wp-content/uploads/2009/10/packages-v1-1.jpg"><img class="size-medium wp-image-718" title="packages-v1-1" src="http://eliasinteractive.com/wp-content/uploads/2009/10/packages-v1-1-237x300.jpg" alt="Packages v1" width="237" height="300" /></a><p class="wp-caption-text">Packages v1</p></div>
<p>While this initial version of our Magento service packages did set expectations for scope and budget upfront, it failed on multiple levels of design:</p>
<ul>
<li>The pricing was not simple.</li>
<li>Awful borders held the table captive.</li>
<li>Don&#8217;t even get me started on my poor original names</li>
</ul>
<h2>Solution (v2)</h2>
<p>Tyler Tate recently featured a <a href="http://www.smashingmagazine.com/2009/10/07/minimizing-complexity-in-user-interfaces/" target="_blank">fantastic article in Smashing Magazine</a> about minimizing complexity in user interfaces. He illustrated one of his points with a pricing chart from Typekit. Their example gave me the inspiration I needed to create version 2 of Elias&#8217; packages:</p>
<h2>Result (v2)</h2>
<p><div id="attachment_719" class="wp-caption alignnone" style="width: 250px"><a href="http://67.225.241.61/ei/wp-content/uploads/2009/10/packages-v2-1.jpg"><img class="size-medium wp-image-719" title="Packages v2" src="http://eliasinteractive.com/wp-content/uploads/2009/10/packages-v2-1-240x300.jpg" alt="" width="240" height="300" /></a><p class="wp-caption-text">Packages v2</p></div>
<div id="tweetbutton728" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FjG5Gog&amp;via=tweetelias&amp;text=Magento%20Service%20Packages%20Design&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fmagento-service-packages-design%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/magento-service-packages-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesson: Why Team Conflict is Good</title>
		<link>http://www.eliasinteractive.com/blog/lesson-why-team-conflict-is-good/</link>
		<comments>http://www.eliasinteractive.com/blog/lesson-why-team-conflict-is-good/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 20:30:28 +0000</pubDate>
		<dc:creator>Josh Colter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento developer]]></category>
		<category><![CDATA[magento development]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=632</guid>
		<description><![CDATA[We recently met with a potential partner who is admittedly clueless about Magento development and has a project that keeps dragging on. He asked us to step in to help.  Being the sales guy that I am, I was ready to jump right in.  Being the responsible developer that he &#8230; <a href="http://www.eliasinteractive.com/blog/lesson-why-team-conflict-is-good/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We recently met with a potential partner who is admittedly clueless about <a href="http://www.magentocommerce.com/" target="_blank">Magento</a> development and has a project that keeps dragging on. He asked us to step in to help.  Being the sales guy that I am, I was ready to jump right in.  Being the responsible developer that he is, Lee was hesitant to even be a part of the discussion.  We both felt some rub with the approach.</p>
<p>The great part about healthy teams is that <strong>a foundation of trust and respect makes it easier for conflict to lead to a better outcome than any individual could arrive at on their own</strong>.  In our case, Lee&#8217;s concern slowed down the conversation and made for a very healthy reality check with the partner .  After a quick conversation with his client, the partner modified the project scope to something more realistic and asked us to throw together an estimate for it.  Not only will we create an immediate benefit for the partner by finishing the project and creating cashflow, we will also built a solid relationship with this partner who likes us and will most likely choose to work with us on future Magento stores.</p>
<p>I am convinced that this type of interaction would not have happened even 2 months ago.  This is the sort of trust and mutual respect that is developed over time.  If you are looking for this type of team to interact with for your Magento store, theme, customization, or module then we would be happy to speak with you.  Just <a href="http://eliasinteractive.com/home/elias-project-quote-form/" target="_blank">drop us a message on this form </a>and we&#8217;ll be in touch.
<div id="tweetbutton632" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FjXYdcR&amp;via=tweetelias&amp;text=Lesson%3A%20Why%20Team%20Conflict%20is%20Good&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Flesson-why-team-conflict-is-good%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/lesson-why-team-conflict-is-good/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Source Infiltrating Enterprise Marketplace</title>
		<link>http://www.eliasinteractive.com/blog/open-source-infiltrating-enterprise-marketplace/</link>
		<comments>http://www.eliasinteractive.com/blog/open-source-infiltrating-enterprise-marketplace/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:08:50 +0000</pubDate>
		<dc:creator>Josh Colter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[magento enterprise]]></category>
		<category><![CDATA[magento enterprise development]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=613</guid>
		<description><![CDATA[Open Source is infiltrating the Enterprise marketplace.  O&#8217;Reilly radar featured an interview today with Jeffrey Hammond of Forrester Research on the topic.  We have been bumping into more enterprise clients in Magento-land here at Elias and were recently approached about writing a Magento-for-enterprise book.  This leads me to believe that &#8230; <a href="http://www.eliasinteractive.com/blog/open-source-infiltrating-enterprise-marketplace/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Open Source is infiltrating the Enterprise marketplace.  <a href="http://radar.oreilly.com/2009/07/open-source-is-infiltrating-th.html" target="_blank">O&#8217;Reilly radar featured an interview</a> today with<a href="http://www.forrester.com/rb/research" target="_blank"> Jeffrey Hammond of Forrester Research</a> on the topic.  We have been bumping into more enterprise clients in Magento-land here at Elias and were recently approached about writing a Magento-for-enterprise book.  This leads me to believe that Hammond&#8217;s insight is becoming increasingly relevant for <a href="http://www.magentocommerce.com/" target="_blank">Magento</a>. With that in mind, one of Hammond&#8217;s answers is very important to understand for those enterprise retailers who might be considering the wonderful world of open-source with Magento:</p>
<blockquote><p><em>James Turner</em>: Just to be balanced, what are some of the perils that companies need to watch out for when they start to adopt open source?</p>
<p><em>Jeffrey Hammond</em>: I&#8217;ll tell you: The number one peril that I run into is an overinflated set of expectations. And it usually goes something along the lines of, &#8220;Well, we&#8217;re going to dramatically reduce our software costs.&#8221; And there are some scenarios where that can happen. But in reality, what open source does, especially at the start, is it tends to shift your software costs. So, yes, you&#8217;re reducing the capital expenses and expenditures that you are paying for software bits and bytes. But, in most cases, firms that are starting with open source are still buying support contracts from organizations.</p></blockquote>
<p>Given the <a href="http://eliasinteractive.com/blog/how-much-should-ecommerce-cost/" target="_blank">typical expense for ecommerce systems</a>, an enterprise etailer will still come out way ahead in the switch to <a href="http://www.magentocommerce.com/" target="_blank">Magento</a>.  But it is important to note that the spending shifts from software costs to labor cost.  This is why it is imperative to work closely with your selected development team on the front end of a project to map out a solid solution.  As our lead developer at Elias, Lee, likes to say, <span style="text-decoration: underline;">&#8220;We want to have this project won before we get started.&#8221;</span>
<div id="tweetbutton613" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FiE2Km7&amp;via=tweetelias&amp;text=Open%20Source%20Infiltrating%20Enterprise%20Marketplace&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fopen-source-infiltrating-enterprise-marketplace%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/open-source-infiltrating-enterprise-marketplace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento and Scene 7 Integration: 3 Part Series</title>
		<link>http://www.eliasinteractive.com/blog/magento-and-scene-7-integration-4-part-series/</link>
		<comments>http://www.eliasinteractive.com/blog/magento-and-scene-7-integration-4-part-series/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 04:10:42 +0000</pubDate>
		<dc:creator>Lee Taylor</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Commerce]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[scene 7]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=561</guid>
		<description><![CDATA[Hey All, Here&#8217;s a head&#8217;s up for those interested in Scene 7 integration with Magento. We&#8217;re excited for what Scene 7 brings to the table, and we hope to see it more throughout the Magento community in the near future. In an effort to back that up, we&#8217;re going to &#8230; <a href="http://www.eliasinteractive.com/blog/magento-and-scene-7-integration-4-part-series/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hey All,</p>
<p>Here&#8217;s a head&#8217;s up for those interested in Scene 7 integration with Magento.</p>
<p>We&#8217;re excited for what Scene 7 brings to the table, and we hope to see it more throughout the Magento community in the near future. In an effort to back that up, we&#8217;re going to come out with a 4-part series on a project we recently did to integrate Scene 7 with Magento.</p>
<p>For those interests that are being peaked, feel free to check back with us to catch up on the following:</p>
<style>blockquote {background:none}</style>
<blockquote><p>
1. How we integrated the two (a high-level overview of Magento and Scene 7)</p>
<p>2. How to structure Magento for Scene 7</p>
<p>3. How to structure Scene 7 for Magento</p>
</blockquote>
<p>We&#8217;ll try to keep it as straight-forward and basic as we can, as we&#8217;re very excited to see the Magento community start utilizing Scene 7 more.</p>
<p>Cheers,</p>
<p>Lee
<div id="tweetbutton561" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FkBgQYq&amp;via=tweetelias&amp;text=Magento%20and%20Scene%207%20Integration%3A%203%20Part%20Series&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fmagento-and-scene-7-integration-4-part-series%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/magento-and-scene-7-integration-4-part-series/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Magento Featured Products: A More Convenient Way To Display Featured Products On The Home Page</title>
		<link>http://www.eliasinteractive.com/blog/magento-featured-products-a-more-convenient-way-to-display-featured-products-on-the-home-page/</link>
		<comments>http://www.eliasinteractive.com/blog/magento-featured-products-a-more-convenient-way-to-display-featured-products-on-the-home-page/#comments</comments>
		<pubDate>Tue, 26 May 2009 03:38:30 +0000</pubDate>
		<dc:creator>Lee Taylor</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[featured products]]></category>
		<category><![CDATA[featured products on home page]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Commerce]]></category>
		<category><![CDATA[magento development]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=544</guid>
		<description><![CDATA[About: How To Show / Display Featured Products On The Home Page (Conveniently) Who’s Interested: Informative to the technical gurus What: An alternative direction on how to show featured products on your Magento storefront home page Magento Version Relevance: Any Magento Store Setup: Any My thought: &#8220;Why not let the &#8230; <a href="http://www.eliasinteractive.com/blog/magento-featured-products-a-more-convenient-way-to-display-featured-products-on-the-home-page/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>About:</strong> How To Show / Display Featured Products On The Home Page <strong>(Conveniently)</strong></p>
<p><strong>Who’s Interested:</strong> Informative to the technical gurus<br />
<strong>What:</strong> An alternative direction on how to show featured products on your Magento storefront home page<br />
<strong>Magento Version Relevance:</strong> Any<br />
<strong>Magento Store Setup:</strong> Any</p>
<p><em><strong>My thought:</strong> &#8220;Why not let the Admin choose what products to display on the home page like every other category?&#8221;</em></p>
<p>If you&#8217;ve been involved in the community dialogue that constantly evolves through the Magento boards, you may have run across a topic mainly focused on ways for developers to display featured products on the home page.</p>
<p>There have been many directions taken with this, including the following as only a few to mention:</p>
<ol>
<li>Install a extension and configure</li>
<li>Create an attribute, assign each product a value for that attribute, and then display products based upon the value they contain for that attribute</li>
<li>Use the CMS template code to display a certain category</li>
</ol>
<p>I didn&#8217;t want to override any other solutions, but simply offer another approach &#8211; one that <strong>does not</strong> do the following:</p>
<ul>
<li>Modify any core code</li>
<li>Require per-product management</li>
<li>Install any extension</li>
</ul>
<p>After my review, I still wanted a way that was <strong>more convenient</strong> for our client/administrators to be able to manage the products that display on their home page. Going through each product can become cumbersome, so what if they had one specific category that gets displayed all the time, and any products within it show up on the home page? That&#8217;s what I went for, and came up with the following:</p>
<ol>
<li>Create a new &#8220;structural block&#8221; within Magento (<a href="http://inchoo.net/ecommerce/magento/custom-reference-structural-block/" target="_blank">see example</a>, thanks <a <a href="http://inchoo.net/" target="_blank">Inchoo</a>)</li>
<li>Create a (<em>hidden)</em> category within the Magento Admin</li>
<li>Modify the structural block to display that category in a specific way</li>
<li>Set the Category Id</li>
</ol>
<p>Here are the files/modifications:</p>
<h2>Structural Block</h2>
<ul>
<li>app/design/frontend/*/*/template/catalog/product/featured-products.phtml</li>
</ul>
<pre class="brush: php; title: ; notranslate">
/*
Magento

NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0) that is bundled with this package in the file LICENSE_AFL.txt. It is also available through the world-wide-web at this URL:

http://opensource.org/licenses/afl-3.0.php

If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@magentocommerce.com so we can send you a copy immediately.

DISCLAIMER

Do not edit or add to this file if you wish to upgrade Magento to newer versions in the future. If you wish to customize Magento for your needs please refer to http://www.magentocommerce.com for more information.

@category   design_default
@package    Mage
@copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
@license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

&lt;?php
/*
Product list template

@see Mage_Catalog_Block_Product_List
*/
?&gt;

&lt;?php //$_productCollection=$this-&gt;getLoadedProductCollection()

//var_dump($cModel); echo $cModel-&gt;getName(); die;

$cat_id = &quot;7&quot;; // category_id for &quot;Featured Products&quot;
$_productCollection = Mage::getResourceModel('catalog/product_collection')
-&gt;addAttributeToSelect(array('name', 'price', 'small_image'), 'inner')
-&gt;addCategoryFilter(Mage::getModel('catalog/category')-&gt;load($cat_id));

?&gt;

&lt;?php if(!$_productCollection-&gt;count()): ?&gt;
&lt;div class=&quot;padder&quot;&gt;
&lt;div class=&quot;note-msg&quot;&gt;
&lt;?php echo $this-&gt;__('There are no products matching the selection.') ?&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;?php else: ?&gt;

&lt;? // Removed List Mode ?&gt;

&lt;?php // Grid Mode ?&gt;
&lt;?php $_iterator = 0; ?&gt;
&lt;?php $_collectionSize = $_productCollection-&gt;count() ?&gt;
&lt;?php //var_dump($_productCollection-&gt;count()); ?&gt;
&lt;div class=&quot;listing-type-list catalog-listing padder&quot;&gt;
&lt;table cellspacing=&quot;0&quot; class=&quot;generic-product-grid&quot; id=&quot;product-list-table&quot;&gt;
&lt;?php $i=0; foreach ($_productCollection as $_product): ?&gt;
&lt;?php if ($i++%2==0): ?&gt;
&lt;tr&gt;
&lt;?php endif ?&gt;
&lt;td&gt;
&lt;p class=&quot;product-image&quot;&gt;
&lt;a href=&quot;&lt;?php echo $_product-&gt;getProductUrl() ?&gt;&quot; title=&quot;&lt;?php echo $this-&gt;htmlEscape($this-&gt;getImageLabel($_product, 'small_image')) ?&gt;&quot;&gt;
&lt;img src=&quot;&lt;?php echo $this-&gt;helper('catalog/image')-&gt;init($_product, 'small_image')-&gt;resize(95, 95); ?&gt;&quot; alt=&quot;&lt;?php echo $this-&gt;htmlEscape($this-&gt;getImageLabel($_product, 'small_image')) ?&gt;&quot; title=&quot;&lt;?php echo $this-&gt;htmlEscape($this-&gt;getImageLabel($_product, 'small_image')) ?&gt;&quot; /&gt;
&lt;/a&gt;
&lt;h5&gt;&lt;a href=&quot;&lt;?php echo $_product-&gt;getProductUrl() ?&gt;&quot; title=&quot;&lt;?php echo $this-&gt;htmlEscape($_product-&gt;getName()) ?&gt;&quot;&gt;&lt;?php echo $this-&gt;htmlEscape($_product-&gt;getName()) ?&gt;&lt;/a&gt;&lt;/h5&gt;
&lt;?php //echo $this-&gt;getPriceHtml($_product, true) ?&gt;

&lt;/p&gt;
&lt;/td&gt;
&lt;?php if ($i%2==0 	&amp;#37; $i!=$_collectionSize): ?&gt;
&lt;/tr&gt;
&lt;?php endif ?&gt;
&lt;?php endforeach ?&gt;
&lt;?php for($i;$i%2!=0;$i++): ?&gt;
&lt;td class=&quot;empty-product&quot;&gt;	&amp;#37;&lt;/td&gt;
&lt;?php endfor ?&gt;
&lt;?php if ($i%2==0): ?&gt;
&lt;/tr&gt;
&lt;?php endif ?&gt;
&lt;/table&gt;
&lt;script type=&quot;text/javascript&quot;&gt;decorateTable('product-list-table')&lt;/script&gt;
&lt;/div&gt;

&lt;?php endif; ?&gt;
</pre>
<ul>
<li>app/design/frontend/*/*/template/cms/home.phtml (modify path/to/your/cms/page/home.phtml to be specific to your needs)</li>
</ul>
<pre class="brush: php; title: ; notranslate">
&lt;?php //Home Page View ?&gt; &lt;div&gt;
&lt;?php //display featured products ?&gt;
&lt;?php echo $this-&gt;getChildHtml('featured.products') ?&gt;
&lt;/div&gt;
</pre>
<ul>
<li>app/design/frontend/*/*/layout/page/page.xml</li>
</ul>
<pre class="brush: xml; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;layout version=&quot;0.1.0&quot;&gt;
&lt;!-- Default layout, loads most of the pages --&gt;
&lt;!-- Insert into existing page.xml file, do not replace this with your current file --&gt;
&lt;default&gt;
&lt;block type=&quot;core/text_list&quot; name=&quot;featured.products&quot; as=&quot;featured.products&quot;/&gt;
&lt;/default&gt;
&lt;/layout&gt;
</pre>
<h2>Create new Category</h2>
<p>This ccould be called &#8220;Featured Products&#8221;) and set the Admin-&gt;Catalog-&gt;Manage Categories-&gt;specificCategoryName-&gt;General Information-&gt;&#8221;Is Active&#8221; = &#8220;No&#8221;.</p>
<h2>Display structural block</h2>
<p>Either via CMS page or .phtml page through the CMS page:<br />
<em>(modify path/to/your/cms/page/home.phtml to be specific to your needs)</em></p>
<ul>
<li>CMS Page: {{block type=&#8221;core/template&#8221; template=&#8221;path/to/your/cms/page/home.phtml&#8221;}}</li>
<li>.phtml page: inside CMS page-&gt;Custom Design:</li>
</ul>
<pre class="brush: xml; title: ; notranslate">
&lt;reference name=&quot;content&quot;&gt;
&lt;remove name=&quot;cms_page&quot; /&gt;
&lt;block name=&quot;home_page&quot; type=&quot;core/template&quot; template=&quot;path/to/your/cms/page/home.phtml&quot;&gt;
&lt;block name=&quot;featured.products&quot; type=&quot;catalog/product_list&quot; template=
&quot;catalog/product/featured-products.phtml&quot; /&gt;
&lt;/block&gt;
&lt;/reference&gt;
&lt;reference name=&quot;root&quot;&gt;
&lt;action method=&quot;setTemplate&quot;&gt;
&lt;template&gt;page/1column.phtml&lt;/template&gt;
&lt;/action&gt;
&lt;/reference&gt;
</pre>
<h2>Set Your Category Id</h2>
<p>Now you should be able to checkout the code in the featured-products.phtml, and match the &#8220;7&#8243; to your actual product category id. (see category id within the Admin-&gt;Catalog-&gt;Manage Categories-&gt;Your Category).</p>
<p><a href="http://www.eliasinteractive.com/wp-content/uploads/2009/05/featured-productsphtml1.png"><img class="aligncenter size-full wp-image-550" title="featured-productsphtml1" src="http://www.eliasinteractive.com/wp-content/uploads/2009/05/featured-productsphtml1.png" alt="" width="500" height="131" /></a><a href="http://www.eliasinteractive.com/wp-content/uploads/2009/05/featured-productsphtml.png"></a><br />
<strong>Now, any product inside that category gets displayed on the home page!</strong></p>
<p>Please feel free to <a href="http://www.eliasinteractive.com/wp-content/uploads/2009/05/elias-featured-products-tutorial-files.zip">download the structural block files</a> and place into your theme structure relative to the root Magento directory.</p>
<p>And take a look at the site we&#8217;ve used it on with our client, <a href="http://keramikoskitchen.com/" target="_blank">Keramikos Kitchen</a>.</p>
<p>Let us know your thoughts!</p>
<p>Appreciative,<br />
Lee
<div id="tweetbutton544" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FlAt9v0&amp;via=tweetelias&amp;text=Magento%20Featured%20Products%3A%20A%20More%20Convenient%20Way%20To%20Display%20Featured%20Products%20On%20The%20Home%20Page&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fmagento-featured-products-a-more-convenient-way-to-display-featured-products-on-the-home-page%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/magento-featured-products-a-more-convenient-way-to-display-featured-products-on-the-home-page/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Where to Find/Share Magento Code Snippets</title>
		<link>http://www.eliasinteractive.com/blog/where-to-findshare-magento-code-snippets/</link>
		<comments>http://www.eliasinteractive.com/blog/where-to-findshare-magento-code-snippets/#comments</comments>
		<pubDate>Thu, 21 May 2009 15:00:01 +0000</pubDate>
		<dc:creator>Josh Colter</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[customize magento]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento code]]></category>
		<category><![CDATA[magento custom theme]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[modify magento]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=542</guid>
		<description><![CDATA[Branko Ajzele is a good friend in the Magento community and talented developer. He launched a tool last week for sharing Magento code snippets.  Check it out at snippi.net.  Thanks for your contribution to the community, Branko! Tweet]]></description>
			<content:encoded><![CDATA[<p>Branko Ajzele is a good friend in the Magento community and talented developer. He launched a tool last week for sharing Magento code snippets.  <a href="http://snippi.net/" target="_blank">Check it out at snippi.net</a>.  Thanks for your contribution to the community, Branko!
<div id="tweetbutton542" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FmnMG8w&amp;via=tweetelias&amp;text=Where%20to%20Find%2FShare%20Magento%20Code%20Snippets&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fwhere-to-findshare-magento-code-snippets%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/where-to-findshare-magento-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Search Traffic Trends: a Rising Contender in eCommerce</title>
		<link>http://www.eliasinteractive.com/blog/magento-search-traffic-trends-a-rising-contender-in-ecommerce/</link>
		<comments>http://www.eliasinteractive.com/blog/magento-search-traffic-trends-a-rising-contender-in-ecommerce/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 18:48:28 +0000</pubDate>
		<dc:creator>Josh Colter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[magento ecommerce]]></category>
		<category><![CDATA[magento template]]></category>
		<category><![CDATA[magento theme]]></category>
		<category><![CDATA[magento wordpress]]></category>
		<category><![CDATA[modify magento]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=522</guid>
		<description><![CDATA[Magento continues to be a rising star in the world of ecommerce.  The chart below highlights search volume for ecommerce (red line) and Magento (blue line) over the last 12 months.  Interesting to note that Magento surpassed ecommerce web traffic at times during the past 30 days. Tweet]]></description>
			<content:encoded><![CDATA[<p>Magento continues to be a rising star in the world of ecommerce.  The chart below highlights search volume for ecommerce (red line) and Magento (blue line) over the last 12 months.  Interesting to note that Magento surpassed ecommerce web traffic at times during the past 30 days.</p>
<p><img class="alignnone" title="Magento and Ecommerce Traffic Trend for Previous 12 months" src="http://trends.google.com/trends/viz?q=magento,+ecommerce&amp;date=ytd&amp;geo=all&amp;graph=weekly_img&amp;sort=0&amp;sa=N" alt="" width="464" height="208" />
<div id="tweetbutton522" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FjjNuha&amp;via=tweetelias&amp;text=Magento%20Search%20Traffic%20Trends%3A%20a%20Rising%20Contender%20in%20eCommerce&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fmagento-search-traffic-trends-a-rising-contender-in-ecommerce%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/magento-search-traffic-trends-a-rising-contender-in-ecommerce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Mangeto Store Launch: Keramikos Kitchen</title>
		<link>http://www.eliasinteractive.com/blog/new-mangeto-store-launch-keramikos-kitchen/</link>
		<comments>http://www.eliasinteractive.com/blog/new-mangeto-store-launch-keramikos-kitchen/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:00:04 +0000</pubDate>
		<dc:creator>Eric Clark</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[customize magento]]></category>
		<category><![CDATA[magento development]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=517</guid>
		<description><![CDATA[We're proud to announce our most recent Magento store launch for keramikoskitchen.com! Keramikos hired us to design and develop their new custom Magento store...]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re proud to announce our most recent Magento store launch for <a href="http://www.keramikoskitchen.com">keramikoskitchen.com</a>! They manufacture and sell high quality ceramic knives and needed an online store to introduce a new sales channel that compliments their home shows. Keramikos hired us to design and develop their new custom Magento store. Check it out and let us know what you think!</p>
<p><div id="attachment_518" class="wp-caption alignnone" style="width: 310px"><a href="http://www.keramikoskitchen.com"><img src="http://eliasinteractive.com/wp-content/uploads/2009/04/keramikos-screenshot-300x244.jpg" alt="Keramikos Kitchen Magento Store" title="keramikos-screenshot" width="300" height="244" class="size-medium wp-image-518" /></a><p class="wp-caption-text">Keramikos Kitchen Magento Store</p></div>
<div id="tweetbutton517" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2Fj7yETo&amp;via=tweetelias&amp;text=New%20Mangeto%20Store%20Launch%3A%20Keramikos%20Kitchen&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fnew-mangeto-store-launch-keramikos-kitchen%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/new-mangeto-store-launch-keramikos-kitchen/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

