Message boards : Web interfaces : BIONIC Web page issues
Message board moderation
Author | Message |
---|---|
Send message Joined: 24 May 07 Posts: 5 |
None of the forums' descriptions covered this, so I'm posting here. The main page, <http://boinc.berkeley.edu/> has three problems I'd like to report. There is no !DOCTYPE statement. The character set is specified in the response header by the server, but is not in the document itself. So, if the content is saved locally as an HTML file, when loaded it wants to use the default of Latin 1, not UTF-8. The language link for Bulgarian is messed up. It has a series of "replacement characters", little question-mark icons, actually coded in the HTML. The chars must have been lost when the file was being saved or generated. BTW, I'd be happy to help out in this department. |
Send message Joined: 30 Oct 05 Posts: 1239 |
Logged into Trac. http://boinc.berkeley.edu/trac/ticket/204 Kathryn :o) |
Send message Joined: 8 Sep 05 Posts: 74 |
There are hundreds of minor fixes which need to be made, but in reality the whole front-end needs a major overhaul, however it's being worked on :) And yes, i'm aware of W3C standards (and validation), usability, accessibilty, efficient coding, CSS positioning/layouts instead of tables, semantic markup ((X)HTML) etc. I just need the co-operation of other developers if the final end product is going to be good. I believe the lack of a doctype is due to the fact that the current front-end code is far from any form of valid structure, so at present it's better to have the browser parse pages in quirks mode, rather than standards compliant mode (which is what adding a doctype would cause). encoding issues are complex, as the system is complex and encoding involves everything from data-input, database storage formats, PHP processing between the DB and the front-end, and of course; HTTP and such too. Trust me, these issues have annoyed me for some time, but they're being worked on. If you have any other issues/bugs to report, no matter how minor, please let me know and I'll add them to the ToDo list. Want to search the BOINC Wiki, BOINCstats or various BOINC related forums from within firefox? Try the BOINC related Firefox Search Plugins |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.