hi everyone,
I've got two things I wanted to ask of all of you.
1) I've added a common errors listing to my site. This was on my list of wants for the new site in it's developmental and restructure stages. I would like it if possible for some of you to take a look and add something if you have anything you think would be benificial. I wanted to use this for a knowledge base also for redirection on help here at TT. I'm pushing the site towards a tutorial/help reference bases and thought this would be a nice addition. I thought the minds here would be a great way to build this reference list up.
2) can anyone that runs into a error let me know please. I've tested the utility fairly well as is and could not find anything, but you never know. Also let me know what you think a good structure for the listing would be.
eg:
ASP
-DB Insert common mistakes
-Efficient use of sessions
JavaScript
-object reference error
-submit() function not working
etc...
I plan to take the SELECT of the DB contents out and replce them with the title of the common errors as a href for a cleaner look and ease of use. As is with so little amount of entries, I just left it as is while testing.
examples of what the common errors include are things like: sql formatting, functions errors, html mistakes, javascript mistakes and causes etc...
Thanks for the help in building this and the input on making it better during this restructure process.
_________________________________________________________
[sub]$str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;[/sub]
[sup] [/sub]
I've got two things I wanted to ask of all of you.
1) I've added a common errors listing to my site. This was on my list of wants for the new site in it's developmental and restructure stages. I would like it if possible for some of you to take a look and add something if you have anything you think would be benificial. I wanted to use this for a knowledge base also for redirection on help here at TT. I'm pushing the site towards a tutorial/help reference bases and thought this would be a nice addition. I thought the minds here would be a great way to build this reference list up.
2) can anyone that runs into a error let me know please. I've tested the utility fairly well as is and could not find anything, but you never know. Also let me know what you think a good structure for the listing would be.
eg:
ASP
-DB Insert common mistakes
-Efficient use of sessions
JavaScript
-object reference error
-submit() function not working
etc...
I plan to take the SELECT of the DB contents out and replce them with the title of the common errors as a href for a cleaner look and ease of use. As is with so little amount of entries, I just left it as is while testing.
examples of what the common errors include are things like: sql formatting, functions errors, html mistakes, javascript mistakes and causes etc...
Thanks for the help in building this and the input on making it better during this restructure process.
_________________________________________________________
[sub]$str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;[/sub]