Slashdot Mirror


User: King+of+the+World

King+of+the+World's activity in the archive.

Stories
0
Comments
925
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 925

  1. Re:I DID read the article... on Andreessen on the Browser Wars · · Score: 1
    Most of those who make websites make them for people. This means working around software bugs for their benefit.

    And when a browser has 93% of the market it's misleading to call it an isolated technology. Even standards get depreciated (or however it is that you spell that).

  2. Re:I DID read the article... on Andreessen on the Browser Wars · · Score: 1
    IE has invented its own CSS transitions (ie, fades/blinds/blur/etc). It has smart-tags (off by default). The marquee tag - well, I guess that existed in IE3 so that doesn't count. Is IFRAME part of the standard?

    And, although it's not a new example, the box model in IE4-5 was broken enough in that it subtracted the paddin/margins from the width - causing CSS rendering problems in other browsers (if you were to code to IE).

  3. Re:Netscape 6.2 or 7? on Andreessen on the Browser Wars · · Score: 1
    Some browser (can't remember which one) doesn't like style tags unless there's type="text/css" as an attribute.

    Are you saying that it applies only one of the styles - and that combined with the default colour scheme makes the page unreadable?

    Either way - don't use background-color. According to the CSS .chtml file I have there were browsers that only supported 'background' initially, and not background-color. So do background:black; instead.

  4. Re:Screenshots? on Gnome 2.0 RC1 · · Score: 1

    Damn - are those back/foward history links new? They need to be far closer to the icon they're beside. Don't make me think.

  5. Re:Simple Virus Protection Schemes on McAfee Manufactures Virus Threat · · Score: 1
    mod this sideways.

    (can they do that?)

  6. Re:duh? on Return of the WaSP · · Score: 1
    The sort of information that clueless website authors who can't tell the difference between elements and attributes need constant reminding of.
    Ha ha! Got you on that. You have no answer. Excellent!
  7. Re:It's a lobby for style sheets on Return of the WaSP · · Score: 1
    What are you saying? That a fresh download shouldn't be necessary with good software?

    Software will always have bugs. Newer standards will come. Upgrades are necessary.

  8. Re:Commercial addons restricting on PHP 4.3.0 w/ZEND 2 Alpha · · Score: 1
    Ah... thanks.

    Could PHPA become part of the base PHP distro? Have such a thing ever been proposed or considered? Why is the sky blue?

  9. Re:duh? on Return of the WaSP · · Score: 1

    Then try bgcolor/background/text/link/alink/vlink for many many - you rude boy. It's ridiculous that emphasis and strong are taken as the non-presentational equivilents of italics and bold. Em/strong aren't even particularly semantic. Take it this way, what information is clearly strong, and not emphasis? What information is clearly emphasis, and not strong? There's no reasonable distinction aside from how they happen to be rendered.

  10. Re:It's a lobby for style sheets on Return of the WaSP · · Score: 1
    If a browser finds itself unable to display valid and compliant content, they'll quickly fix their browsers.
    Doubtful.

    Any fresh download will get a good enough browser. It's the legacy of browsers that's the problem, and the issue.

    WaSP do not deal with legacy. They have average teachings and average implementations of standards that are yet to be implemented. As they do not deal with legacy they are not about 'what works' they are about doing what they believe is best for the future.

    What they preach does not work best in browsers.

  11. Re:It's a lobby for style sheets on Return of the WaSP · · Score: 1


    o \
    \ /

  12. Re:Same Old WSP Crap on Return of the WaSP · · Score: 1


    o \
    \ /

  13. Re:duh? on Return of the WaSP · · Score: 1

    It's a foggy seperation at best. HTML still has many many elements that are presentation based (ie, i, b, br)

  14. Re:Slashdot on Return of the WaSP · · Score: 1

    Tables were intended for layout in the past (see html 3.2). Current x/html standards don't though.

  15. Re:No ad money in the Semantic Web on Return of the WaSP · · Score: 1

    Yeah - just like search engine robots *sigh*

  16. Re:Replace nested tables with nested divs on Return of the WaSP · · Score: 1

    Also a body border of black on the left and right. But the border on the right goes outside the scrollbar on IE5 - spook!

  17. Re:It's a lobby for style sheets on Return of the WaSP · · Score: 1
    No they don't. Presentation doesn't add anything to the content.
    Unless you're WaSP, in which case you use CSS to hide upgrade messages ;)
  18. Re:It's a lobby for style sheets on Return of the WaSP · · Score: 1
    Tables are meant for tabular data - no-one is saying not to use tables for tabular data. What they are saying is not to use tables for _layout_.
    Unless you're coding HTML 3.2 - in which case it's OK ;)
  19. Re:Corrections in Google cache? on Return of the WaSP · · Score: 1
    Why would they not?
    Because then it wouldn't be a cache. Also, HTML Tidy can't even cope with some broken pages.
  20. Re:Commercial addons restricting on PHP 4.3.0 w/ZEND 2 Alpha · · Score: 1

    >The poster simply made a typo.

    No I didn't. I was under the mistaken impression. Interesting story though - thanks. Did they want the source because of their platform, or to modify, or what?

  21. Wiki on Weblogs as Base for Knowledge Management Systems? · · Score: 3, Insightful
    Weblog software is based around entries for a time period (posts from last week, etc.). Most Knowledge Bases aren't time-based, they're topic based, so there's no immediate fit. Also, weblog software isn't really about editing someone else's posts to improve the information like most KB's are.

    Go for a Wiki. I can recommend MoinMoin

    (sorry if there are any spelling mistakes, My goddamn fonts are broken and I can only read this back in this bizarre roman/metropolis thingy)

  22. Re:The confusion on Slashback: Gopherectomy, Portacinema, Disunity · · Score: 0, Offtopic
    Moderation Totals: Insightful=2, Total=2.
    Er, wot?
  23. The confusion on Slashback: Gopherectomy, Portacinema, Disunity · · Score: 4, Funny
    Not that MSIE's gopher support isn't very poorly implemented anyways.
    Er, wot?
  24. Re:Compromise for interoperability is not destruct on F# - A New .Net language · · Score: 1
  25. Re:Compromise for interoperability is not destruct on F# - A New .Net language · · Score: 1
    Under the Visual Studio.NET eula you are not allowed to write GPL software (they don't mention the license specifically, only the usages defined under the GPL as being forbidden).

    Under the .NET CLR I'm not sure. Sorry.