General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-22-2003, 05:41 PM
|
#1
|
Member
Registered: Nov 2001
Location: Exeter, UK
Distribution: Gentoo 1.4
Posts: 243
Rep:
|
what to do with my webserver
Well I have now set up PHP, MySQL and Apache to play nicely. Question what should with it, I've considered an ftp indexer for my uni network, any other ideas?
|
|
|
04-22-2003, 06:04 PM
|
#2
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Not sure about your web server but should you not make your HTML conform to HTML standards?
I just ran your index page through tidy and got:
Code:
line 1 column 1 - Warning: SYSTEM, PUBLIC, W3C, DTD, EN must be upper case
line 11 column 1 - Warning: <script> lacks "type" attribute
line 34 column 1 - Warning: <td> isn't allowed in <body> elements
line 34 column 1 - Warning: inserting implicit <table>
line 34 column 1 - Warning: missing <tr>
line 36 column 1 - Warning: discarding unexpected </script>
line 39 column 1 - Warning: <table> lacks "summary" attribute
line 42 column 52 - Warning: <img> lacks "alt" attribute
line 42 column 164 - Warning: <img> lacks "alt" attribute
line 45 column 30 - Warning: <img> lacks "alt" attribute
line 46 column 25 - Warning: <img> lacks "alt" attribute
line 48 column 29 - Warning: <img> lacks "alt" attribute
line 49 column 26 - Warning: <img> lacks "alt" attribute
line 55 column 1 - Warning: <table> lacks "summary" attribute
line 64 column 1 - Warning: <table> lacks "summary" attribute
line 65 column 26 - Warning: discarding unexpected </div>
line 70 column 1 - Warning: <script> isn't allowed in <tr> elements
line 80 column 1 - Warning: <table> lacks "summary" attribute
line 80 column 1 - Warning: <table> proprietary attribute "height"
line 80 column 1 - Warning: discarding unexpected <table>
line 146 column 57 - Warning: missing </a> before </p>
line 150 column 7 - Warning: <table> lacks "summary" attribute
line 154 column 17 - Warning: <img> attribute "align" has invalid value "center"
line 157 column 7 - Warning: <table> lacks "summary" attribute
line 159 column 11 - Warning: <table> lacks "summary" attribute
line 160 column 224 - Warning: discarding unexpected </td>
line 161 column 1 - Warning: <table> lacks "summary" attribute
line 166 column 2 - Warning: <table> lacks "summary" attribute
line 167 column 209 - Warning: discarding unexpected </td>
line 168 column 1 - Warning: <table> lacks "summary" attribute
line 192 column 11 - Warning: <table> lacks "summary" attribute
line 195 column 1 - Warning: <table> lacks "summary" attribute
line 199 column 12 - Warning: <table> lacks "summary" attribute
line 203 column 1 - Warning: <table> lacks "summary" attribute
line 207 column 1 - Warning: discarding unexpected </b>
line 208 column 1 - Warning: missing </center> before </td>
line 212 column 9 - Warning: <table> lacks "summary" attribute
line 217 column 1 - Warning: <table> lacks "summary" attribute
line 219 column 55 - Warning: unescaped & or unknown entity "&pid"
line 219 column 65 - Warning: <img> lacks "alt" attribute
line 231 column 1 - Warning: <table> lacks "summary" attribute
line 254 column 1 - Warning: missing </div> before </td>
line 258 column 1 - Warning: <table> lacks "summary" attribute
line 267 column 1 - Warning: <table> lacks "summary" attribute
line 267 column 1 - Warning: <table> proprietary attribute "height"
line 278 column 1 - Warning: <table> lacks "summary" attribute
line 285 column 1 - Warning: <table> lacks "summary" attribute
line 285 column 1 - Warning: <table> proprietary attribute "height"
line 287 column 91 - Warning: <img> lacks "alt" attribute
line 293 column 1 - Warning: <table> lacks "summary" attribute
line 298 column 2 - Warning: discarding unexpected </div>
line 302 column 1 - Warning: content occurs after end of body
line 302 column 1 - Warning: replacing element </p> by <br>
line 302 column 1 - Warning: inserting implicit <br>
It is also a fair bit away from meeting the "Web Content Accessibility Guidelines 1.0":
http://bobby.watchfire.com/bobby/bob...obbyReportText
Don't think I'm trying to get at you. It is something that we try to adhere to at work and I try to do myself elsewhere. I just thought you may want to know.
|
|
|
04-22-2003, 08:49 PM
|
#3
|
Senior Member
Registered: Feb 2003
Location: The Arctic
Distribution: Fedora, Debian, OpenSuSE and Android
Posts: 1,820
Rep:
|
|
|
|
04-23-2003, 06:35 PM
|
#4
|
Member
Registered: Nov 2001
Location: Exeter, UK
Distribution: Gentoo 1.4
Posts: 243
Original Poster
Rep:
|
i'll pass those html ideas on to the webmaster, I'm the server admin its not my job. This is for my personal website anyway.
|
|
|
04-24-2003, 07:57 AM
|
#5
|
Member
Registered: Feb 2003
Location: just outside reality
Distribution: balanced
Posts: 752
Rep:
|
make the worlds largest yet best configured page of links, like google but browsable by category.
|
|
|
04-24-2003, 08:41 AM
|
#6
|
Senior Member
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503
Rep:
|
How about making a forum? Check out phpbb.
|
|
|
04-24-2003, 09:38 PM
|
#7
|
LQ Guru
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398
Rep:
|
make a portal like yahoo this should keep you some ages
edit: read again i did not mean u are stupid or something just that its so big
|
|
|
All times are GMT -5. The time now is 11:38 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|