WE'VE MOVED!
We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
Fresh out the Dev Server: Please critique

Hey SUNNIES,I just wanted to get your suggestions and opinions regarding this newly designed web site I just released for a customer today. The web site is a hybrid; meaning it`s static and Dynamic (uses a database).but also has static components just for show and design.Althouth, our approach was to tweak OSCommerce to an extent. I didn`t feel that OSCommerce was the appropriate Shopping cart for this purpose. So I decided to go with a custom made approach. Here are the TECHNICAL SPECS:1. Database driven -MYSQL and PHP2. Dynamic header, body and footer page - can be updated without tearing down the whole web site.3. Using PayPal as the payment gateway but can be upgraded to linkpoint, Authorize.net, 2CO, or any processor within 2 minutes and not 5 days. 4. We wanted to deliver a small scale solution with the ability to upgrade to a full scale solution when the customer is ready. The full scale project would consist of: Customer Login, UPS, FEDEX real time modules, shipping and ordering history. For now the customer doesn`t have the money but is looking forward to upgrading. 5. Cross Browser compatible.DESIGN: I wanted to provide my customer with a custom made Shopping cart. I felt that using OSCommerce would be to complex to modify and I was limited to code modifications. (OScommerce policy)After seeking various solutions I decided to code it by hand. Which took me 2 weeks from concept to development. I also wanted to keep it simple for customers to navigate and purchase.What is your Opinion, Suggestion or if you could change something what would you change. Please keep in mind that I haven`t added Keywords or Description to the web site. We are still looking for the correct keywords and key phrases. Please give me as much input that you can. It would be appreciated. http://www.autooptic.com
Nuevolution2007-4-3 17:0:26
Nuevolution2007-4-3 17:0:26
Sign In or Register to comment.
Comments
TwilightPics2007-4-3 17:25:21
TwilightPics2007-4-3 18:59:49
Thanks for your time and advice.
Constructive criticism: the design seems a bit dated and the fact that the code doesn`t validate seems like shoddy work. That`s just my opinion. I know that not every single page can always validate, or needs to validate, but the site does not reflect top of the line skills. There are serious errors in the code, such as unsupported character references [your code references characters unsupported by your encoding]. Not to mention which, the <body> and <head> elements appear twice? From an include or the iframe?
While the visual quality of the site is decent, the code quality does not show off your skill level. Or maybe it does! While these problems might not cause trouble in one or two current web browsers, they will cause problems in older web browsers and so forth. I guess the code overall shows a lack of understanding of the most basic principles of HTML. You`ll have a much harder time extending this site, or your client will. The code shows the real design and the site`s underlying structure is really, really sloppy.
I know that not every single page can always validate, or needs to validate...I just wanted to chime in on this one. It`s a bit of a catch twenty two. You could build an excellent VALID table free CSS layout. But lets say you use a chunk of code for tracking web stats, the only code they provide you with is a sloppy hacked together piece of cheese that once entered into the site, no longer allows it to validate.The same thing happened with this guys site. He used a 3rd party system to build this shopping cart (that he claims to have custom coded), and the system builders could care less about standards, all they want to do is sell a product. It`s like the blind leading the blind ignorant.In a perfect, not to distant internet, all sites will validate and be accessible, regardless of content. [And I`m not talking accessibility for the disabled, we`ll save that for another thread ]Too many so called developers love FrontPage, tables and <font> tags, luckily times are changing, table lovers are going to be left in the dust [and out of a job]. Again, Twilight,Like I said it was a favor for a friend. and I am not going to go out and spend countless hours developing a fully customized web site like I said before, I could have gone with a table less layout, and go with that. But again it`s time consuming and If Im going to spend a month developing a shopping cart system and charge $600.00? man I would starve. A simple solution, for the people with low budget. Again, in some instances I am a table lover and haven`t found myself out of a job. As a matter a fact I need lots of help I just closed my doors for the next 3 months with the exception of a few clients that I had promised.