Welcome, Guest. Please login or register.

Author Topic: amiga.org's image is slowly changing again...  (Read 14204 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline carls

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1047
    • Show all replies
Re: amiga.org's image is slowly changing again...
« on: March 30, 2003, 02:55:18 PM »
Hmm. All I can say is that I liked the old look better.
As it is now, it's a mix between minimalistic and kitsch(sp?)  futuristic.

Maybe I'll toss together an example... Yeah... :)
Amiga: Too weird to live, too rare to die.
 

Offline carls

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1047
    • Show all replies
Re: amiga.org's image is slowly changing again...
« Reply #1 on: March 30, 2003, 03:03:20 PM »
Or... Maybe I won't.
Wayne, the code is a mess ;-D
Amiga: Too weird to live, too rare to die.
 

Offline carls

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1047
    • Show all replies
Re: amiga.org's image is slowly changing again...
« Reply #2 on: March 30, 2003, 06:36:14 PM »
@Wayne

I was referring to the HTML code on the site. It isn't that bad considering it's generated from Xoops, but it was more than I had the energy to hack around in :-)

Mainly it's the mix of HTML formatting and CSS formatting (with colours etc.), but I guess it's the best solution if you want it to look good both on Amiga and PC browsers.
Amiga: Too weird to live, too rare to die.
 

Offline carls

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1047
    • Show all replies
Re: amiga.org's image is slowly changing again...
« Reply #3 on: April 01, 2003, 12:31:13 AM »
Quote

Wayne wrote:
Quote
amiga.org still doesn't validate
...and it never will, thanks to the lax programming of the Xoops team and their desire to go XML and abandon HTML.


There's nothing XML with the generated HTML code (it's SGML-HTML, not XHTML) - it just seems like the Xoops team is plain lazy :-)

I work as a professional web developer, and although it's good that a site validates it's not always necessary (IMHO). Most of the time you'll have to work from the design and get the site to look good and function on the following browsers; Mac: IE5+, NS6+, PC: IE5+, NS6+, preferably Opera, Linux: Mozilla, preferably also Opera and Konqueror.

To this it should be added that the MSIE team for the Mac and Win32 versions are two different teams developing two different browser cores. This makes for a lot of interesting bugs in the Mac versions.

Fact is, that Mozilla (Gekko) is the most standards-compliant browser so far. Try running that on a PII 333MHz :-)

Then there's the specialized sites like amiga.org. They should work on all of the above, the three Amiga browsers and preferably some other ones too (like that new one for MacOSX, whatchacallit... oh yeah, Safari!)

Point being? Well, as long as the sites work on all of the above, I wouldn't really care if it validates or not.  :-D
Amiga: Too weird to live, too rare to die.
 

Offline carls

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1047
    • Show all replies
Re: amiga.org's image is slowly changing again...
« Reply #4 on: April 01, 2003, 01:13:05 PM »
@Wayne

Here's an example of something invalid (in the tag):
leftmargin="0" topmargin="0" marginwidth="0" etc.

Although not allowed, most browsers can handle this and I suppose it's needed to make the top logo look good. This should really be done with CSS, but no Amiga browser supports CSS and it would make the page look like crap on these browsers.

Like I said before, IMHO it's a useless task trying to make a site like this compliant as long as it works as intended in the target browsers.

After adding a doctype declaration to the top of an amiga.org HTML file the W3C validator gives me over 70 errors.

Yes, the code could be made XHTML1.0 or HTML4.01 compliant, but then it wouldn't look very good in Amiga browsers and it would probably take a week or so of hard work.

I'm sorry, but I have to refuse your offer :)
Amiga: Too weird to live, too rare to die.