|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) | |
|
Banned
Join Date: May 2006
Location: Bob
Posts: 24
|
Site Quality (newsposting issues)
Now as we all know maintaining quality code on a dynamic site espcially one as active as ngemu.com is hard but i had to say something hehe.
Quote:
ANyways i think half the errors are because alt tags havent been used in spacer imagers, however this is actuall yprobly the most common thing on the web as spacer gifs are to small to display alt text. In defense a couple of the errors are the validator itself being funky. Windows encoding is fine, if your using windows, however if thats vBullitens default encoding stick with it its easier and as we all know BOBBI has better crap todo, UTF8 without BOM and unix style endings is most compatible. Anyways not to knock BOBBI or ngemu, alot of time is invested into life and non life. Ive recently found out how hard standardized coding is and why it doesnt make sense due to browser support versus written standards. The Validator probly has some complexity issues outside of the alt tag problems that are just an annyoing requirment. I KNOW ILL GET FLAMED 150 TIMES, bobbi doesnt have time... I KNOW LMAO Last edited by TSFX; May 18th, 2006 at 07:12. |
|
|
|
|
|
|
#2 (permalink) |
|
I Need a Weapon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Location: Omaha, NE
Posts: 4,303
|
Since when does standards compliance == quality? I could turn out the ****tiest design you've ever seen, but make it standards-compliant and it's automatically better than this one?
They're meant to guarentee uniformity between compliant browsers and by no means a sign of superiority.
__________________
.: Flaretech.Net :: Flaretech.Biz Web Hosting :: H3 Stats :: My Blog :.
![]() .: Macbook Pro 17" :: 2.33 GHz Intel Core 2 Duo :: 2 GB 667 MHz DDR2 :: ATI Radeon X1600 :. .: AMD Athlon X2 4400+ @ 2.42 GHz :: OCZ 2 GB Platinum DDR400 :: eVGA NVIDIA GeForce 7800 GT :. .: Home Server :: 2.41 GHz AMD Opteron 180 :: 4 GB DDR400 :: Windows Server 2008 Standard RC0 :. |
|
|
|
|
|
#3 (permalink) | |
|
Banned
Join Date: May 2006
Location: Bob
Posts: 24
|
Quote:
Maybe this was it "Ive recently found out how hard standardized coding is and why it doesnt make sense due to browser support versus written standards." Anyways I should have used compatability rather then quality but i think you can flame "Standard Compatabilty" Because it doesnt equal browser compatability. In fact the most comon link specifications in the body tags were not ever in html 3 or 4 and never will be in any specification outside of the "Netscape Classic" Spec. I only chanegd to html 4 trans because its close and very little has to be done with CSS, i can still write to that standard and be 90% IE4/NS4/OP3 compatible and 99-100% IE5 NS6 OP7 compatible. I will have to admit im the most stubborn person when it comes to using CSS, or html strict or xhtml at all...... screw XML...... unless its RSS or a flatfile tdatabase ive accepted XML superior for both. EDIT - BTW have u run the acid2 test in Opera 7 its perfect... not so for just about any other windows browsers lacking css support. SOme of the CSS2/3 commands that opera 9 supports are highly desirable but wont be used for years due to compatability. EDIT - CSS itself is ofcourse flamed for its advertised cross compatability which is about 80% BS and about 20% Crap. Its like communism cute idea but it just doesnt work. EDIT - Dont get me wrong i love css especially the abilityto use classes (im an OOP programmer classes are everything) but compatabilty as a benifit is such BS. Last edited by TSFX; May 18th, 2006 at 07:32. |
|
|
|
|
|
|
#4 (permalink) |
|
PCSX2 Coder
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2004
Location: Plymouth, UK
Posts: 9,801
|
you might find its the newsposts causing the problems now rather than the actual site, some (if not all) of those errors are comming from within news posts.
but at the time that was done the site was perfectly compliant
__________________
http://www.generalemu.net/ Intel Core 2 Quad Q6600 @ 3.4Ghz (425x8), Leadtek GTX 280 1Gb, 1.8Tb HDs, 2Gb Corsair DDR2-800 @ DDR2-1020 5-5-5-18 Dual Channel, 14605 3dMark 06 Points CPU-Z Link 3dMark06 Score Link Dont PM me for help, use the forums, thats what its for! |
|
|
|
|
|
#5 (permalink) | |
|
Banned
Join Date: May 2006
Location: Bob
Posts: 24
|
Quote:
However the spacer images that dont have alt tags is something i didnt bother locating the exact places wether its in the page or the posts anything autmaticly generated by vBulliten or a script written for the site, it would be a goal to have it output properly any script calling a print or echo for an image should have an alt tag, Outside of html code inputted by the user the entire idea is to output text from the mysql database through the php scripts into an html displayed output that is valid tot he parser however it works in the browser so who cares. Error Line 415 column 76: there is no attribute "TARGET". ...k.net/showthread.php?t=34748" TARGET="_blank">this thread</a>, a new "final b This is actually a default in the PHP code all or most links that link to somethign external are given a Target = _blank which means new window. The site is purposly designed todo this and no modification has been made to the php scripts to output valid xhtml. I actually have no clue what the frame target replacment is but anyways alot of these news post errors are caused by legacy html generation by the bulliten boards code. Some of the scripts werent written for xhtml and some of those havent been modified yet. Its not something to waste time over unless youre making xhtml valid claims. And when you make such claims on a dynamic page where the code behind it has code for legacy tags not supported in the stanbdard then you already know the enxt day the oage wont be valid. The best way to make sure of this is to make a list of each of the scripts that page associates with then do a text search for any particular html tags u know were eliminated in that standard. This sounds easy by can be tedious... thats what the validator is for when it sees a legacy tag itll point it out but checking every page is also tedious and there for probly a waste of time if your trying to operate a large site. Last edited by TSFX; May 18th, 2006 at 09:07. |
|
|
|
|
|
|
#6 (permalink) |
|
Ramma Gay
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2002
Location: Somwhere out in space? The Land of the Free? Heaven or Hell?
Posts: 11,532
|
Indeed, it's not the site itself, it's the news, I've been complaining about it for ages and nothing seems to be done. A choice had to be made: A new system, or recruiting new newsposters who will work with the current 'defunct' system that still seems to work.
So far nothing has been done.
|
|
|
|
|
|
#7 (permalink) | |
|
I want you INSIDE me
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 8,382
|
Quote:
![]() I posted this in the admin board a while back: Quote:
__________________
![]() Kirby's AnimeDB list AMD Athlon64 X2 4400+ Toledo, Nvidia GeForce 7950GT SLi, 2GB PC3200 2-3-2-5, ABit AN8-SLi, Sound Blaster X-FI XtremeMusic |
|
|
|
|
|
|
#9 (permalink) | |
|
I want you INSIDE me
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 8,382
|
Quote:
__________________
![]() Kirby's AnimeDB list AMD Athlon64 X2 4400+ Toledo, Nvidia GeForce 7950GT SLi, 2GB PC3200 2-3-2-5, ABit AN8-SLi, Sound Blaster X-FI XtremeMusic |
|
|
|
|
|
|
#10 (permalink) | |
|
Banned
Join Date: May 2006
Location: Bob
Posts: 24
|
Well I guess youre kidna right I assumed because of the fact that all post links are external that it was the automatic interpretation of BB code to html that was generating the target="_blank" but when i ran this page there were no target links so either your correct in its the news posts or the codes different.
This page still failed with 27 errors but 50% are validator BS, 10% is omitted tags, 10% wrong order nesting, and the rest well hard to say and i just closed the darn thing so im not bother going to look for anything specific. But yeah are the newsposters able to use raw html if so then that would cause problems ofcourse. But if the html is php script generated its still hard to blame them, all im saying is im failing to see where the newsposters are allowed to use html versus we arent if they arent either then what could they be doing to cause errors? Quote:
![]() And heres the 62 not bad looking eh?
Last edited by TSFX; May 18th, 2006 at 16:24. |
|
|
|
|
|
|
#11 (permalink) |
|
the only one you've ever SEEN
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: May 2003
Location: San Francisco
Posts: 21,837
|
standards based doesnt matter. bobbi has already come in and said this, since some other dumbass has made a thread "hey this site isnt standards compliant omgwtf!"
anyway stimson, you're a loser, stop coming back. |
|
|
|
|
|
#12 (permalink) |
|
I want you INSIDE me
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 8,382
|
I'm reopening this thread to continue discussion about the newsposter problems....any mention about the W3C Validator crap, I will close it again
__________________
![]() Kirby's AnimeDB list AMD Athlon64 X2 4400+ Toledo, Nvidia GeForce 7950GT SLi, 2GB PC3200 2-3-2-5, ABit AN8-SLi, Sound Blaster X-FI XtremeMusic |
|
|
|
|
|
#13 (permalink) |
|
Emulation64's Animal >:D
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2001
Location: United States
Posts: 1,215
|
The TARGET is fine .. xhtml just doesn't like it in all caps (or any html code for that matter). An easy fix for someone with access.
I also agree with others that compliant code is not all that important but clean code is. I always find it easy to get cross platform compatibility even without it being compliant. There is no performance increase with using compliant code over non compliant code, but there will be a performance increase with cleaner code. I find that more important then sticking with standards. As for news posters they just need to use code that is compliant if that is the goal or just stick with what works. I personally see nothing wrong with the way it is now, works across browsers just fine. Also why hijack this thread for ways to change how news is added to the main site .. blah start a new thread
__________________
![]() ![]() ![]() ![]() Emulation64.com | EFx2Blogs Forums | EFx2Blogs - Sign Up For Your Own Free EFx2Blog Today! Last edited by Keith; May 19th, 2006 at 00:05. |
|
|
|
|
|
#14 (permalink) |
|
Ramma Gay
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2002
Location: Somwhere out in space? The Land of the Free? Heaven or Hell?
Posts: 11,532
|
The problem with the news is that Chrono simply can not keep up with all the news all by himself, as I have pointed out in a thread some time ago. It's been addressed before, and I am sure there are enough members willing to help out, but the administration simply does not make a decision on what to do.
|
|
|
|
|
|
#15 (permalink) | |
|
I want you INSIDE me
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 8,382
|
Quote:
![]() but this system can't go on for much longer
__________________
![]() Kirby's AnimeDB list AMD Athlon64 X2 4400+ Toledo, Nvidia GeForce 7950GT SLi, 2GB PC3200 2-3-2-5, ABit AN8-SLi, Sound Blaster X-FI XtremeMusic |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|