Click here to Skip to main content
15,893,594 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: help for new a web designer Pin
Richard MacCutchan10-Oct-13 0:36
mveRichard MacCutchan10-Oct-13 0:36 
GeneralRe: help for new a web designer Pin
Captain Price10-Oct-13 0:49
professionalCaptain Price10-Oct-13 0:49 
GeneralRe: help for new a web designer Pin
Richard MacCutchan10-Oct-13 0:54
mveRichard MacCutchan10-Oct-13 0:54 
GeneralRe: help for new a web designer Pin
Captain Price10-Oct-13 1:00
professionalCaptain Price10-Oct-13 1:00 
GeneralRe: help for new a web designer Pin
Richard MacCutchan10-Oct-13 1:05
mveRichard MacCutchan10-Oct-13 1:05 
GeneralRe: help for new a web designer Pin
Captain Price10-Oct-13 1:36
professionalCaptain Price10-Oct-13 1:36 
AnswerRe: help for new a web designer Pin
Captain Price10-Oct-13 1:37
professionalCaptain Price10-Oct-13 1:37 
QuestionPHP Webiste Upgrade, design and repair Pin
jkirkerx11-Sep-13 8:04
professionaljkirkerx11-Sep-13 8:04 
I have been hired to fix a ecommerce website in PHP, and improve the SEO Organic results.

So I've been going through the code, and it's pretty old school the way it's written. The original developer who left the company back in 2007, created a product database, in which he placed all the HTML in the columns in MySQL.

So instead of a column saying "Explosion Resistant Phone" it says verbatim, shortened
"<tr><td><h6>Explosion Resistant Phone</h6></td></tr>"

And it issues a echo command to output the data above. Basically it's pure PHP with all the HTML stored in the database. All the pages are pure PHP that generates everything.

So my question is

Do you think it's worth the time to fix the database records?

Write a program in something to go through each record, strip out the HTML, decode and encode the text to the proper format, and then update the record?

I think it is, but my friends are telling me I'm crazy to do that. It will take too much time, do the best you can in a very short amount of time. But there's really nothing to work with, it's all in the database.

I really need the flexibility of altering the HTML that the data will reside in for proper search engine results, but writing a program to do this may take awhile and will triple the price of the project.

I want to alter the design to which the pages are static HTML, With containers that call PHP script to populate the items.


What do you think?
AnswerRe: PHP Webiste Upgrade, design and repair Pin
jschell11-Sep-13 9:56
jschell11-Sep-13 9:56 
GeneralRe: PHP Webiste Upgrade, design and repair Pin
jkirkerx11-Sep-13 10:27
professionaljkirkerx11-Sep-13 10:27 
GeneralRe: PHP Webiste Upgrade, design and repair Pin
jschell12-Sep-13 8:12
jschell12-Sep-13 8:12 
AnswerRe: PHP Webiste Upgrade, design and repair Pin
Bernhard Hiller11-Sep-13 21:53
Bernhard Hiller11-Sep-13 21:53 
GeneralRe: PHP Webiste Upgrade, design and repair Pin
jkirkerx12-Sep-13 5:49
professionaljkirkerx12-Sep-13 5:49 
GeneralRe: PHP Webiste Upgrade, design and repair Pin
jschell12-Sep-13 8:24
jschell12-Sep-13 8:24 
RantRibbon Bars just becuase you can does not mean you should Pin
L Viljoen8-Sep-13 22:06
professionalL Viljoen8-Sep-13 22:06 
GeneralRe: Ribbon Bars just becuase you can does not mean you should Pin
Bernhard Hiller9-Sep-13 0:14
Bernhard Hiller9-Sep-13 0:14 
GeneralRe: Ribbon Bars just becuase you can does not mean you should Pin
L Viljoen9-Sep-13 0:21
professionalL Viljoen9-Sep-13 0:21 
GeneralRe: Ribbon Bars just becuase you can does not mean you should Pin
Eddy Vluggen9-Sep-13 3:00
professionalEddy Vluggen9-Sep-13 3:00 
AnswerRe: Ribbon Bars just becuase you can does not mean you should Pin
L Viljoen10-Sep-13 0:37
professionalL Viljoen10-Sep-13 0:37 
GeneralRe: Ribbon Bars just becuase you can does not mean you should Pin
GuyThiebaut12-Sep-13 3:47
professionalGuyThiebaut12-Sep-13 3:47 
GeneralRe: Ribbon Bars just becuase you can does not mean you should Pin
Albert Holguin8-Oct-13 7:41
professionalAlbert Holguin8-Oct-13 7:41 
GeneralRe: Ribbon Bars just becuase you can does not mean you should Pin
Eddy Vluggen8-Oct-13 8:46
professionalEddy Vluggen8-Oct-13 8:46 
GeneralRe: Ribbon Bars just becuase you can does not mean you should Pin
jschell8-Oct-13 10:31
jschell8-Oct-13 10:31 
GeneralRe: Ribbon Bars just becuase you can does not mean you should Pin
Albert Holguin8-Oct-13 10:58
professionalAlbert Holguin8-Oct-13 10:58 
Questionplugin Pin
hadishf8-Sep-13 19:22
hadishf8-Sep-13 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.