<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 04:13:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[RawSEO Blog: 5 reasons why oscommerce is a nightmare]]></title>
      <guid>http://www.phpdeveloper.org/news/12782</guid>
      <link>http://www.phpdeveloper.org/news/12782</link>
      <description><![CDATA[<p>
On the RawSEO blog today <i>Justin</i> has <a href="http://www.rawseo.com/news/2009/06/29/5-reasons-why-oscommerce-is-a-nightmare/">posted five reasons</a> why he thinks the OSCommerce e-commerce platform is a nightmare.
</p>
<blockquote>
"The goal of the osCommerce project is to continually evolve by attracting a community that supports the ongoing development of the project at its core level and extensively through contributions to provide additional functionality to the already existing rich feature set." Why shouldn't I use it?
</blockquote>
<p>Here's his five reasons:</p>
<ul>
<li>no separation of logic and presentation
<li>difficult to integrate into an existing design
<li>security
<li>cannot have multiple sizes of image previews
<li>admin navigation issues
</ul>
<p>
He <a href="http://www.rawseo.com/news/2009/06/29/5-reasons-why-oscommerce-is-a-nightmare/">includes</a> some other options, too, just to give you an idea of what else is out there.
</p>
]]></description>
      <pubDate>Tue, 30 Jun 2009 10:49:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Using PHP to Create Relevant Title Tags in osCommerce Websites]]></title>
      <guid>http://www.phpdeveloper.org/news/12549</guid>
      <link>http://www.phpdeveloper.org/news/12549</link>
      <description><![CDATA[<p>
On DevShed today there's <a href="http://www.devshed.com/c/a/PHP/Using-PHP-to-Create-Relevant-Title-Tags-in-osCommerce-Websites/?kc=rss">a new tutorial</a> posted looking at how to customize your osCommerce site's title tags to make things a bit more meaningful.
</p>
<blockquote>
If you use osCommerce for your site's e-commerce, and you're not happy with the quality or quantity of visitors your site receives, keep reading. Though osCommerce provides some excellent features, its weaknesses could be getting in the way of giving you the number of visitors and conversions you expect. Fortunately, there's a solution, hidden in something as simple as a title tag.
</blockquote>
<p>
The trick is in editing two files - the main index and a product info page - to add in a bit of PHP at the top that pulls out the matching category information for the item and pushes that into the $title variable for output.
</p>]]></description>
      <pubDate>Thu, 21 May 2009 10:38:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bill Staples' Blog:  Quick Install of the World's Most Popular Web Applications on IIS7]]></title>
      <guid>http://www.phpdeveloper.org/news/11222</guid>
      <link>http://www.phpdeveloper.org/news/11222</link>
      <description><![CDATA[<p>
Among other things mentioned in his <a href="http://blogs.iis.net/bills/archive/2008/10/15/quick-install-of-the-world-s-most-popular-web-applications-on-iis7.aspx">his latest post</a> <i>Bill Staples</i> talks about a new tool that makes the installation of lots of popular web apps (PHP and not) simpler - the <a href="http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx">Microsoft Web Application Installer</a>.
</p>
<blockquote>
The Microsoft Web Application Installer (Web AI) is a companion to Web PI, and provides a super easy way to download, install and configure many popular community and open source applications on IIS7. Available applications include <a href="http://www.dotnetnuke.com/">DotNetNuke</a>, <a href="http://drupal.org/">Drupal<a/>, <a href="http://gallery.menalto.com/">Gallery</a>, <A href="http://graffiticms.com/">Graffiti</a>, <A href="http://www.oscommerce.com/">osCommerce</a>, <a href="http://phpbb.com/">PHPBB</a>, and <a href="http://wordpress.org/">Wordpress</a>, with more on the way.
</blockquote>
<p>
You can find out more about this web installer and the Microsoft Platform tools from <A href="http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx">this page</a> on Microsoft's site or in <a href="http://forums.iis.net/1156.aspx">this Web AI forum</a> (where you can also provide your own feedback).
</p>]]></description>
      <pubDate>Thu, 16 Oct 2008 07:54:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Michael Kimsal's Blog: ActiveFormat idea for templating?]]></title>
      <guid>http://www.phpdeveloper.org/news/7763</guid>
      <link>http://www.phpdeveloper.org/news/7763</link>
      <description><![CDATA[<p>
There's an interesting post from <i>Michael Kimsal</i> over on his blog concerning an email he received from a developer over at <a href="http://biz.metrofindings.com/">metrofindings.com</a> asking about the possible creation of something he called (tentatively) "Active Printers" (or "Active Formatter").
</p>
<blockquote>
Just now I was looking at some crappy OSCommerce code, and deciding how to rip it up into a template system.  And I'm talking with kyle, and the proverbial question comes up, do you give your template system objects, or strings. What if you gave it special "active record"-esque template objects.  Active Printers... or something.  Then you could work with everything in a consistent interface, escaping all content with htmlspecialchars if needed, etc etc.  Looping through object data and making a table...
</blockquote>
<p>
The email included a block of concept code of how he pictured it working - a pretty simple system really. Pushing data into the class and showing what tag(s) to style it with and have it "know" how to format it (like a phone number string). <i>Michael</i> <a href="http://fosterburgess.com/kimsal/?p=237">asks his readers</a> if they've seen something like this before.
</p>
<p>
<a href="http://fosterburgess.com/kimsal/?p=237#comments">Comments</a> already made include discussions of things like xmlWriter, presentation and business logic, and the <a href="http://phpsavant.com/">Savant</a> templating library.
</p>]]></description>
      <pubDate>Thu, 03 May 2007 08:41:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Justin Silverton's Blog:  5 reasons why oscommerce is a nightmare]]></title>
      <guid>http://www.phpdeveloper.org/news/6203</guid>
      <link>http://www.phpdeveloper.org/news/6203</link>
      <description><![CDATA[<p>
On the High Performance PHP blog today, <i>Justin Silverton</i> has posted <a href="http://www.whenpenguinsattack.com/2006/09/05/5-reasons-not-to-use-oscommerce/">a few thoughts</a> on why he thinks "oscommerce is a nightmare".
</p>
<p>
He quotes from the <a href="http://www.oscommerce.com">oscommerce.com</a> site about what their goal for the software is and the methods they're working at to achieve those goals. Then comes his reasons for not wanting to use their software - five of them on differing subjects:
<ul>
<li>no separation of logic and presentation
<li>difficult to integrate into an existing design
<li>security
<li>cannot have multiple sizes of image previews
<li>admin navigation issues
</ul>
He offers <a href="http://www.whenpenguinsattack.com/2006/09/05/5-reasons-not-to-use-oscommerce/">a bit of explaination</a> for each of these, backing up his opinion with a few facts.
</p>]]></description>
      <pubDate>Wed, 06 Sep 2006 06:44:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Justin Siltervon's Blog:  5 Reasons not to use OSCommerce]]></title>
      <guid>http://www.phpdeveloper.org/news/4945</guid>
      <link>http://www.phpdeveloper.org/news/4945</link>
      <description><![CDATA[<i>Justin Silverton/i> has written up in <a href="http://blinduser.blogspot.com/2006/03/5-reasons-not-to-use-oscommerce.html">this blog post</a> the five reasons he sees not to use the popular <a href="http://www.oscommerce.com">OSCommerce E-Commerce software</a>.
<p>
He quotes from <a href="www.oscommerce.com">their site</a> where it mentions that their goal is to "continually evolve by attracting a community [...] to provide additional functionality to the already existing rich feature set."
<p>
Of the five raeasons he gives, here are a few:
<ul>
<li>difficult to integrate into an existing design
<li>admin navigation issues
<li>security
</ul>
<p>
While some of the issues her points out here are a matter of personal preference, the "security" aspect caught my eye. These days, especially with all of the talk about security in the PHP community, that should be one of the first things groups look at in their software. From his comments, OSCommerce doesn't make it very easy to implement a patch either.]]></description>
      <pubDate>Tue, 07 Mar 2006 07:09:38 -0600</pubDate>
    </item>
  </channel>
</rss>
