yeah, just like last time when they released duke nukem forver for atari, http://www.3drealms.com/duke4/dnf2600.html.
they never should have picked that date, as you said everyone seemed to miss it;)
agreed, the problem isn't that it doesn't support all of the css2, it is that it doens't support the elementary stuff,
like the diffrent selectors.
how often have had to adjust the markup,
adding a bunch of extra classes, when i simply could have used a selector, like Child
selectors and Adjacent
sibling selectors.
just to show off what one can do with selectors, here is a example i made once
chessboard styled table
This works perfectly in mozilla, opera, and konq.
There is also some examples with:target a css3 selector if you go to the index of that page, but that is only supported by mozilla.
msie crashes because of the p:first-letter and the
em in the first paragraph, (p)(em)text
it probably doesn't know how to handle this,
maybe tries to applie the style to the em-tag or something, anyway it takes the easy way out and crashes;)
One a side note, had that document been a proper xhtml1.1 document, which should have been sent as application/xhtml+xml not as text/html as it is.
msie wouldn't have displayed it at all, giving you a download dialog when trying to load it. xhtml media types
I usually recommend strict,yes. But if one have an an exception like this of course you can use Transitional.
Usually there shouldn't be any need for a Transitional doctype. (probably cause i'm a bit fed up by messy code;) )
And instead of value, I think one wants you to use Counters in css. Of course currently one browser is supporting counters in css.
I'm also aware of the problems with xhtml, the reason i only said strict, not 4.01 strict or xhtml 1.0 strict. I believe it should be up to yourself to deside which is the best suited for you. But of course there is always a bunch of people jumping the bandwagon.
As it is now xhtml1.0 may be sent as text/html http://www.w3.org/TR/xhtml-media-types/
Though i have seen very often pages that is supposedly in xhtml1.1, but sent as text/html.
When confronted most of the people that made these pages have no clue what the document should be delivered as. they just think its cool to use the latest doctype. Espesially fun when you know these people use MSIE;) (MSIE which open a download dialog, when it tries to open a document sent as application/xhtml+xml)
One could use this apache mod_rewrite described at
greytower.net but it really doesn't solve the problem, but it allows the document to be opened in MSIE.
Code after the standards not browsers,
try to make the code as semantic as
and always use a proper doctype,
i usually recommend a sctrict-dtd.
but when choosing a doctype, you choose you should choose one that triggers the standard compliance rendering mode in the diffrent browsers.
see here for a list http://www.hut.fi/~hsivonen/doctype.html
Slightly Crippled?
But it comes with a free Frogurt. /ob simpsons quote
Owner: Take this object, but beware it carries a terrible curse!
Homer: [worried] Ooooh, that's bad.
Owner: But it comes with a free Frogurt!
Homer: [relieved] That's good.
Owner: The Frogurt is also cursed.
Homer: [worried] That's bad.
Owner: But you get your choice of topping!
Homer: [relieved] That's good.
Owner: The toppings contains Potassium Benzoate.
Homer: [stares]
Owner: That's bad.
webpagesthatsuck.com does not accept submissions with sites from "webdesigners".
Quote: No personal pages (personal pages are supposed to reflect the individual's personality, artistic freedom, and lack of taste -- a commercial site is about making money) or Web site designers (it would look like a conflict of interest). http://www.webpagesthatsuck.com/dailysucker/
you can follow the countdown at http://sco90days.com/ it has the countdown for both the 90 days SCO gave linux user before suing them, and a countdown for the 30 days SCO had to produce evidence. Currently they have 5 days, 16 hours, 34 minutes, 5 seconds left;)
Re:Fixed-width layouts are good for text-heavy sit
on
CNET News.com Turns 7
·
· Score: 1
well, yes and no,
its nothing wrong to use a fixed width layout,
but it would have been a better solution to use em rather than px to set the width,
or even %,
if i increase the text-size on news.com.com it doesn't look any good, it would have been better to use a length unit that allows the page to scale with the font-size
they are mixed in with the old. so you have to go throught it all.
yeah, just like last time when they released duke nukem forver for atari, http://www.3drealms.com/duke4/dnf2600.html. they never should have picked that date, as you said everyone seemed to miss it ;)
just a little correction on my post, :target is not a selector it is a pseudo-class
http://www.w3.org/TR/css3-selectors/#target-pseudo
agreed, the problem isn't that it doesn't support all of the css2, it is that it doens't support the elementary stuff, like the diffrent selectors.
how often have had to adjust the markup, adding a bunch of extra classes, when i simply could have used a selector, like Child selectors and Adjacent sibling selectors.
just to show off what one can do with selectors, here is a example i made once chessboard styled table This works perfectly in mozilla, opera, and konq. :target a css3 selector if you go to the index of that page, but that is only supported by mozilla.
There is also some examples with
msie crashes because of the p:first-letter and the em in the first paragraph, (p)(em)text
it probably doesn't know how to handle this, maybe tries to applie the style to the em-tag or something, anyway it takes the easy way out and crashes ;)
One a side note, had that document been a proper xhtml1.1 document, which should have been sent as application/xhtml+xml not as text/html as it is. msie wouldn't have displayed it at all, giving you a download dialog when trying to load it. xhtml media types
i think netcrafts stats shows that you doesn't need a fancy gui interface to have a succesfull product, once again apache as an example.
webserver survey and longest uptime
it also been a trend that the new servers that "have been added to net" often uses apache rather than IIS
yep, and additionally you got Space Quest 7 and Quest for glory VI projects.
Tierra vga remake of KQ1 and KQ2 they are also making a remake of quest for glory 2
Dunno, like I read the article. ;)
4 megabytes (sic) of memory at a time
shouldn't that be 4 gigabyte ;)
And I'd only just figured out how to do text shadows today!
don't be to attached to that property ;)
its has been droped from the css2.1 specs. http://www.w3.org/TR/CSS21/changes.html#q24
I usually recommend strict,yes. But if one have an an exception like this of course you can use Transitional. Usually there shouldn't be any need for a Transitional doctype. (probably cause i'm a bit fed up by messy code ;) )
And instead of value, I think one wants you to use Counters in css. Of course currently one browser is supporting counters in css.
Some example of counters.
www.html-world.de(translated by google)
www.w3schools.com counter-reset
www.w3schools.com counter-increment
I'm also aware of the problems with xhtml, the reason i only said strict, not 4.01 strict or xhtml 1.0 strict. I believe it should be up to yourself to deside which is the best suited for you. But of course there is always a bunch of people jumping the bandwagon. As it is now xhtml1.0 may be sent as text/html http://www.w3.org/TR/xhtml-media-types/ Though i have seen very often pages that is supposedly in xhtml1.1, but sent as text/html. When confronted most of the people that made these pages have no clue what the document should be delivered as. they just think its cool to use the latest doctype. Espesially fun when you know these people use MSIE ;) (MSIE which open a download dialog, when it tries to open a document sent as application/xhtml+xml)
One could use this apache mod_rewrite described at greytower.net but it really doesn't solve the problem, but it allows the document to be opened in MSIE.
apart from spellchecking i forgot to paste this link Welcome to The HTML Hell Page. ;)
for what you should not do
Code after the standards not browsers, try to make the code as semantic as and always use a proper doctype, i usually recommend a sctrict-dtd.
but when choosing a doctype, you choose you should choose one that triggers the standard compliance rendering mode in the diffrent browsers. see here for a list http://www.hut.fi/~hsivonen/doctype.html
Quirksmode.org is a nice place to check out which javascript and css properties that is supported in the diffrent browsers. this css overview has been very helpfull http://www.quirksmode.org/css/contents.html
Slightly Crippled?
/ob simpsons quote
But it comes with a free Frogurt.
Owner: Take this object, but beware it carries a terrible curse!
Homer: [worried] Ooooh, that's bad.
Owner: But it comes with a free Frogurt!
Homer: [relieved] That's good.
Owner: The Frogurt is also cursed.
Homer: [worried] That's bad.
Owner: But you get your choice of topping!
Homer: [relieved] That's good.
Owner: The toppings contains Potassium Benzoate.
Homer: [stares]
Owner: That's bad.
snipped from snpp.com
webpagesthatsuck.com does not accept submissions with sites from "webdesigners".
Quote: No personal pages (personal pages are supposed to reflect the individual's personality, artistic freedom, and lack of taste -- a commercial site is about making money) or Web site designers (it would look like a conflict of interest).
http://www.webpagesthatsuck.com/dailysucker/
you can follow the countdown at http://sco90days.com/ ;)
it has the countdown for both the 90 days SCO gave linux user before suing them, and a countdown for the 30 days SCO had to produce evidence. Currently they have 5 days, 16 hours, 34 minutes, 5 seconds left
for those of you that prefere winamp3, :)
it will continue as wasabi-player. http://www.wasabidev.org/,
with they call a mostly opensource licence. but they do mention crossplatform
install the Tabbrowser Extensions,
you can set it up so even random pop-ups open ups as tabs instead of windows
for the full list of doctypes and how browsers interpretes them go to http://www.hut.fi/u/hsivonen/doctype.html
umh,# Q2.2
award is phoenix, they merged back in 1998 http://www.dewassoc.com/support/bios/awardfaq.htm
go to www.award.com and you will be directed to phoenix.com.
well, yes and no,
its nothing wrong to use a fixed width layout, but it would have been a better solution to use em rather than px to set the width, or even %,
if i increase the text-size on news.com.com it doesn't look any good, it would have been better to use a length unit that allows the page to scale with the font-size
I assume there will be a large dump of stock (after it will rise 5-10%) by SCO's CEO and other high end officials.
they have alreay sold of much http://biz.yahoo.com/t/s/scox.html
no he hates mircosoft so much, /. them twice in a day ;)
he wanted to
think i've read this somewhere before
yup, true, no agp
see for yourself here opteron boards