<?xml version="1.0" encoding="utf-8"?>


<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Blog</title>
    <link>http://www.magentocommerce.com/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>Magento Marketing</dc:creator>
    <dc:rights>Copyright 2013</dc:rights>
    <dc:date>2013-05-22T21:21:02-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />

    <item>
      <title>Upgrades Made Easy</title>
      <link>http://www.magentocommerce.com/blog/upgrades-made-easy/</link>
      <guid>http://www.magentocommerce.com/blog/upgrades-made-easy/#When:18:51:00Z</guid>
      <description><![CDATA[<p>A huge benefit of Magento will be the ease with which upgrades and customizations can be made. We know that no eCommerce system can include the functionality needed for every business application right out of the box (although we&#8217;re sure trying) and this is why we have made Magento so customizable. Not only is it customizable, but <strong>after customizing you will still be able to upgrade to new versions of the system.</strong>
</p>
<p>
Have you ever had the experience with an open source product where you customize it to your needs, spending nights going through the code, only to have a new version of the system come out a week after you finish? You&#8217;re not able to enjoy the benefits of this upgrade, because you wanted to add a field to your registration form, or change a coupon module.
</p>
<p>
I know I&#8217;ve had this experience while working on projects for <a href="http://www.varien.com" target="_blank">Varien</a>. Once you customize the code to your needs you&#8217;re not able to upgrade the system without sacrificing these customizations. We knew this was the first thing we needed to address when developing an enterprise-level open source eCommerce platform.
</p>
<p>
Imagine you spend the time and/or money to customize the coupon module to your particular needs and an updated version of Magento is released a week later. Relax, you don&#8217;t need to rearrange your social calendar. <strong>You can upgrade Magento with the click of a button or through our auto update while still retaining your custom changes to the coupon module.</strong>
</p>
<p>
This will cut down on development costs and time, allowing you to concentrate on growing your online business.
</p>]]></description>
      
      <dc:subject></dc:subject>
      <dc:date>2007-04-10T18:51:00-08:00</dc:date>
    </item>
 


    <item>
      <title>Comment by Red Rock Labs</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>I wish to 1.1.6 installtor be comatible with MySQL5, then after (if - of course - Magento will install) I can test it. Untill then, MySQL5 users can install as long the core in Mage got installation procedurals on MySQL v4 :/
</p>
<p>
When can we expect any patch/update for it ?
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by TeamBeyond</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Humm.....I tried to find the update system but didn&#8217;t find it.....can someone please guide me <img src="http://www.magentocommerce.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;padding:0;" />
<br />
Or is it not released yet ? ....
<br />
sorry for the noob questions but i&#8217;m sitting on the pc for 12 hours now :S
</p>
<p>
Just yesterday i installed the Magento and today when i came i saw a new version O_o
<br />
just want to update it .....
</p>
<p>
-Regards
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Aarne</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>@moshe:
</p>
<p>
Truly excellent! Can&#8217;t wait to get some night reading of docs and wiki. <img src="http://www.magentocommerce.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;padding:0;" />
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by moshe</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>@Aarne - Actually there are few levels of resource abstraction in Magento.
<br />
In a nutshell:
<br />
The low level abstraction is ensured by PDO and Zend_Db layers.
<br />
Moreover, due to separation between object models and resource models it is possible to create database interfaces that would employ resource logic specific to the engine.
<br />
For example, MySQL4 is able to work only with tables and most of the logic needs to be built in PHP.
<br />
However, MySQL5, PostgreSQL, Oracle and MSSQL can have procedures, views and triggers, which would allow moving the logic to the database and could have great effect on performance and integrity of data.
<br />
Potentially it will be possible to create an interface layers that would use the features specific to each engine.
<br />
These layers could be developed as additional modules and co-exist with current resource logic.
<br />
Also most of the main entities such as customers, products, orders were implemented using <a href="http://en.wikipedia.org/wiki/Entity-Attribute-Value_model" rel="nofollow" target="_blank" target="_blank">entity-attribute-value model </a>, which will give an incredible flexibility with custom fields and queries, without updating the low level database structure.
<br />
More information will be available in inline php docblocks and wiki docs.
<br />

</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Aarne</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Btw, what about the support of databases. MySQL obviously but will there be a support for PostgreSQL or Oracle as well? So is the database layer abstract? <img src="http://www.magentocommerce.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;padding:0;" />
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Carine Bruyndoncx</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>unless you happen to have used the same column name, or is that covered through coding guidelines/conventions ?
<br />
Not sure if this can be enforced ...
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by YoavKutner</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Carlos â€“ The Magento update process will only alter and never overwrite the existing database, therefore any added custom columns or tables will not be affected.
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Carlos</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>What about if the customizations require changes to the database structure, either adding new fields to existing tables or creating new tables?
<br />
Will the update process be able to handle these changes?
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Spark</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Woohoo! Long live Magento (if it really is as good as it seems&#8230; <img src="http://www.magentocommerce.com/images/smileys/wink.gif" width="19" height="19" alt="wink" style="border:0;padding:0;" /> I&#8217;ve got exactly the same problem with Cubecart - scared to upgrade my clients websites for hell WILL break loose. And paying for an ecommerce solution with all the features included is just impossible so this really would be great! Keep up the good work!
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by moshe</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Supreme Center Hosting:&nbsp; 
<br />
  
<br />
 One of the most valuable architectural differences in Magento (at least from my perspective as a developer) is that to customize module&#8217;s functionality you do not need to touch it&#8217;s code, hence the upgrades will always be breeze and painless.&nbsp; 
<br />
  
<br />
 Instead, you just create a new module that will contain features and customizations for your specific project. In the configuration of your new module you will specify which of the models or features you are going to replace in original module and the application will know to use your code  instead of original.&nbsp; 
<br />
  
<br />
 If after customization you are interested in upgrading the application, and the modules require an upgrade of the original module to the next major version, you will have to update your customizations to be compatible with new API.
<br />
  
<br />
 This approach allows for much more other nifty things besides upgradability, such as: 
<br />
   * Packing your customizations for backup and sharing with community; 
<br />
   * Disabling it in favor of original functionality in case of bugs or suspicious behaviour; 
<br />
   * You name it <img src="http://www.magentocommerce.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;padding:0;" />
<br />
 
<br />
 I know this may be confusing and we intend to explain it in more detail in the future. If you have any other questions - let us know.
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by roy</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Supreme Center Hosting - Given our background with osCommerce, we feel very strong about compatibility and expect to have import engines available to migrate from osCommerce / Zen Cart / CreLoaded.
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Supreme Center Hosting</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>"You can upgrade Magento with the click of a button or through our auto update while still retaining your custom changes to the coupon module.&#8221;
</p>
<p>
What about other code changes and/or modules? How will this be effected by upgrades?
</p>
<p>
Looked at the video and, so far, like what I see. I normally offer my clients installations of Cre Loaded, osCommerce or Zen Cart. Can&#8217;t say that any of these systems are optimized for speed. Although, importing categories, customers, products and orders is easy between the 3 applications. Hopefully, Magento will offer the ability of importing important data from these applications making the move to Magento a breeze.
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by SOS Commerce</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>As a store owner myself, I&#8217;ve taught myself the basics of html over many endless nights just so I could add a link here or there or change some text and Chris, I kid you not, to this day I&#8217;m on version 2.0 in fear of upgrading to the latest 5.0 version so I do not lose my pages. When is Magento out I can&#8217;t wait to get out of this SOS Commerce!
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Henry</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>I&#8217;ll second StevenG and just say that I feel boxed in in my Yahoo store. &#8220;Take it or leave it&#8221; solutions are just not good enough in this day and age. Magento sounds like will be giving us the gift of choice and right in time for Christmas!
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by roy</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Thank you for the comments! Magento&#8217;s premise is to make an upgrade (features or core) as simple as possible. This is absolutely key for us. We&#8217;ll have more information regarding the architecture in future posts.
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Lauren C.</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>I am a web designer and installing contribution on Zen Cart and osCommerce has been a nightmare. The quality of the plugins are very poor and I would find myself lost when having an issue. Forget about upgrades as well - its a done deal once you touch the code. Sounds like this will not be a problem with Magento. Happy to see that!
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Jonathan Wester</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Love it! Thanks guys - can&#8217;t wait to see the demos when they are up.
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>

    <item>
      <title>Comment by StevenG</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Chris - this is absolutely great. My company uses osCommerce and it&#8217;s been absolute hell to upgrade and you pretty much had to get started from scratch to do so. I am glad to see that you guys have addressed it in Magento and I look forward to trying it out.
</p>]]></description>
    <dc:date>2013-05-22 T;21:21:02-08:00</dc:date>
    </item>


</channel>
</rss>