English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I work for a small business and we run an ecommerce site. We use a lot of third party programmers and would like to find a tool, system, knowledge base etc to judge the quality of code? any suggestion, help towards finding a solution would be very much appreciated. I have heard that inconsistent code can effect SEO efforts, page ranks and not to mention leave the site buggy. Somebody once mentioned to us about w3c coding standards or something. Currently the programming is primarily done in ASP, HTML.

2007-01-23 16:22:29 · 4 answers · asked by superman.dude 1 in Computers & Internet Programming & Design

4 answers

1:) How does the code handle errors. Can there be multiple users on the same computer at the same time. Mozilla, Explorer, Safari. with database? I have found only 1 webpage can be open on a computer at a time in Mozilla Linux machine.
Look for loops without an end. Is there a count in a loop so after so many times it will spit out an error to the user?Does your loops have no
sleep 1
or
wait 1
i do not know ASP I know PHP.
for waiting or sleeping 1 second so that the processor doesn't spike to 100% look at the cpu useage with just one user as a test.
2:) Look at other website on the internet and see their source code. right-click on a portion of the webpage without a link and look for view source. that will show you source code for other professional websites.

Do you need cookies enabled when you use certain parts of your site. if you do is there a error message that tells your end user such things.that are needed.

look at this webpage http://www.w3schools.com/html/

2007-01-23 16:46:35 · answer #1 · answered by ALunaticFriend 5 · 0 0

i don't understand what you're getting at or asking approximately, simply by fact there is not any such concern as "extreme high quality" code. All code is an identical. A "for-next loop" has an identical high quality as a variable task. Sorry, yet there is not any valid answer to this question.

2016-12-12 19:03:49 · answer #2 · answered by ? 4 · 0 0

check how long take a time to load a page on the web
if its slow then u have to need recheck code page
the page is not properly coded

2007-01-23 17:29:47 · answer #3 · answered by shah_ramanuj 2 · 0 0

if it works its good code

2007-01-23 16:29:24 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers