Go Dynamic
Wednesday, December 27th, 2006Here’s a tip for newbies who are starting an ecommerce site, go dynamic. There are basicly two kinds of sites static and dynamic. Static sites are sites that are based on HTML. Ediiting a static site usually takes more time. Dynamic sites are coded with a programming languages like PHP, ASP, Cold Fusion etc. Dynamic sites can be editted very easily. Take Webpuffs for example, it is PHP driven. If I want to edit the top portion of my website, also known as the header, all I have to do is edit the header.php file. This makes changes to the header on every page not just my home page. If I want to edit the navigation on the right, all I have to do is edit the sidebar.php file. And again, this change is seen on all the pages where my navigation is shown. If I wanted to edit my header on an HTML driven site, I would have to go to each individual page to make the change. It can be a pain if you have a lot of pages to edit.
Going dynamic is something I failed to do when I first started out. My site that makes the most money is a straight html site. I started it in 2004 when I had very little knowledge of even HTML. I wish I would have created a dynamic site with PHP. In the last year and a half, I’ve finally developed enough understanding of PHP be to create a basic PHP driven site from scratch. It seems like nearly every year the prices to our products change so I have to go to each individual page and change the prices. If I add new products to the site, I have first of all create the new page, and then add a link to the page in the navigation on every single page. It can be quite time consuming. My advice to you newbies is go dynamic even if it takes you longer to get going. In the long run, it will save you time. Besides, there is so much open source stuff out there like Zen Cart and osCommerce to make life even easier for you.
