2 Attachment(s)
Trouble converting example project into portfolio site
Hi,
I am trying to design a new site to act as my portfolio for my software/web development projects however, I have become a bit over whelmed and confused. I have tried converting my own version of this project. In to a site that could act as a portfolio but could later if required act like a shop.
Attachment 95065
I have designed the database and tried to normalize it into 3rd normal form but when I try to incorporate the new database into the project I receive a whole heap of errors as you can see when attempting to run the project.
Edit:
Basically, I am asking is how convert a website that uses the following database model into one that uses the model above?
Attachment 95155
Any help or advice is appreciated!
Nightwalker
Re: Trouble converting example project into portfolio site
Moved to database development
Re: Trouble converting example project into portfolio site
Specifically, what are you looking to do? Why would a portfolio site need an order database? What it sounds like your are trying to do is take a web site , remove it's database, and add a new database. If this is the case, of course you will have issues. The original site will have a whole host of methods and functions dependent on a specific database schema (specific table names, column names, data types, etc). You will either need to rewrite the database to match the original or rewrite the web application to use the new database. Do you have a specific error you need help looking at?
jason
Re: Trouble converting example project into portfolio site
Well, I am trying to get my site to work like that so in the future if I want/need I can change it from just a portfilio to a business site. What would you suggest?