SRD 3.5 Competition

So Storminator and I are working on how to handle the cash prize (which right now it a whopping $30 total!). It may be rolled into credit at the EN World or RPGnow stores. Or it may just be cash. No decision yet (there will be before the contest is over), but I wanted to let you all know of the possibility.

And anyone who wants to contribute to the cash prize, or offer an addition prize of your own (remember there will be 2 or 3 winners), just email me at srd@dimwhit.com.
 

log in or register to remove this ad

Drawmack said:


A professional web designer/developer would never make such a statement.

Well, then I guess it is a good thing i don't consider myself a "professional" even though most other people think I am.:D (I think the 4 (5 if you count messing around with HTML in college) years of experience throws them off.)

Now, having said that, I design for IE 5/6, with some regards to Netscape, but do very little testing for other browsers. I stick by IE because my previous and current employeer use that as the "standard" since all of our clients (and according to the statistics 90% of everyone else on the net) use IE. It rarely turns out to be a problem.

I do check my sites out in Netscape and if they look really bad (which thankfully doesn't happen often with the newer versions) I will retool them so that they as close as possible to what it should be.
 

Cergorach said:
First of all which HTML standards? 4.0? W3C?
Maybe Mozilla/Chimera is best supporting 'pure' html, but IE seems to be the most popular (95%+ market share).

Well, if it were up to me, HTML4.0, HTML4.0 Transitional, HTML4.0+CSS1, or HTML4.0+CSS2 would all be perfectly acceptable. IOW, anything the W3C recognizes. Personally, i design for HTML4/CSS1, and don't use gifs.

As for designing for IE: it's pretty much hopeless. I abide by the standards, and do my best not to do anything that is known to break it. But i can't even count on it to render a valid JPEG, so how can i design for it?

Drawmack said:
You should also run it through a validator: http://validator.w3.org/

Everybody who's doing HTML development of any sort should have a copy of HTMLTidy.

Drawmack said:
Opera is 100% w3c compliant http://www.opera.com/

Last time i checked, while all of the browsers claim to be 100% HTML4.0 compliant, none of them are. Almost all of them have little things that gakk them--usually something involving optional tags. Also, IE6 does a really amazing job of failing to render jpegs, pngs, and sometimes even gifs that no other application i've tried can find any problem with.

However, i should clarify my original point: where browsers *really* fall down is in CSS support. Not only do they all only claim partial CSS1/CSS2 support, but often they have even less support than they claim. Frex, IE5/6 claims to support absolute positioning of background images. Problem is, it does it wrong.

kreynolds said:
Personally, if I did an HTML version, well...I only support IE6. Nothing else. I'm a snob that way. ;)

How is designing for the overwhelming majority being snobbish? Isn't that closer to designing for the lowest common denominator? (though, not really, in this case, since there are other browsers out there with poorer standards support.)

Dimwhit said:
The fact that Microsoft all but refuses to work with any standard that they haven't created throws a wrench in it. I know Safari is built to use the true web standards, but chances are, IE would screw something up. But the world has been Microsoft'd, so if you want anyone to use it effectively, you have to mess up your code a bit. :D

Two things, here:
First, MS had a huge hand in the development of the HTML4 and CSS standards. They're not ignoring them because they didn't create them.

Second, i think MS is merely sloppy, not malicious, in this area. They seem to have reformed from the "our ideas are BETTER than compatibility" stage of IE development . Instead, the problem is just sloppy implementation--they implement the standards, but do it poorly. Sort of like older CD players that won't play burned CDs, because the manufacturers chose to handle only what most pressed CDs did, rather than the broader standard.
 


woodelf said:

>snip<
...But i can't even count on it to render a valid JPEG...
>snip<

Also, IE6 does a really amazing job of failing to render jpegs, pngs, and sometimes even gifs that no other application i've tried can find any problem with.

I'll agree with you about PNG support, i really wish they supported it in a better fasion. I have found a way to get around the transparency thing using a IE-only filter, but since it is IE only it doesn't work at all in anything else.

For curiositys sake I want to ask you what you mean by IE dropping the ball with JPEGs and GIFs, I've never seen that before. Strike that - I have, but it was after my IE nosedived and had odd problems until i reinstalled it. (You know IE is fubar when it says it's version 0.0.0.00) w/ 0-bit encryption).
 

woodelf said:
Sort of like older CD players that won't play burned CDs, because the manufacturers chose to handle only what most pressed CDs did, rather than the broader standard.

Hmm .. or that might be because revision 2 of the Orange Guide* was written after the CD players in question was made.

*The Orange Guide is the reference document about standards in CD players. Revision 2 incorporated the new CDR media into it in 1992. CDRW was included along with DVD in 1995 (or 96, can't remember OTTOMH).
 

Weighing in on the browser compatibility issue...

Html entries should at the very least be validated using something like http://validator.w3.org/ or HTMLTidy. A version that looks crappy unless you happen to use IE would lose major points in my book. Saying "screw you" to 10% of your audience is not acceptable.
 

AGGEMAM said:
Hmm .. or that might be because revision 2 of the Orange Guide* was written after the CD players in question was made.

*The Orange Guide is the reference document about standards in CD players. Revision 2 incorporated the new CDR media into it in 1992. CDRW was included along with DVD in 1995 (or 96, can't remember OTTOMH).

Well, i'm talking CDR, not CDRW, and i don't know if i've *ever* used a CD player that was pre-'92. I'm trying to remember when my dad first bought a CD player for the stereo. In any case, the CD player that i currently own that has problems is name brand and vintage '99 or thereabouts. I've seen people have problems with Sony, Panasonic, and other major-brand CD players that were new models introduced as late as '01. Whatever the problem is, it's not that they were abiding by the Orange Book, and it wasn't up-to-date. Only since about late 2001 has the consensus among those i know shifted to just assuming that CD players can handle burned CDs.
 

I would like to see a version available for Palm based PDAs (my poor old Handspring could use a workout). I think may try a Palm Version, or a HTML version, but we'll have to see.

(edit: stoopid spelinng)
 
Last edited:


Remove ads

Top