RE: [WSG] IE and the button element

2009-02-23 Thread John Horner
Thanks for all the discussion so far. It seems I'll have to re-code. I will definitely not be using Javascript. It seems entirely logical to me that there should be such a thing as a button, which can exist outside a form, which has an HREF attribute or can be wrapped in an anchor. But if there

RE: [WSG] IE and the button element

2009-02-23 Thread John Horner
and the button element On Tue, 24 Feb 2009, John Horner wrote: Thanks for all the discussion so far. It seems I'll have to re-code. I will definitely not be using Javascript. It seems entirely logical to me that there should be such a thing as a button, which can exist outside a form, which has

[WSG] IE and the button element

2009-02-22 Thread John Horner
I adopted the use of the button element in an application I'm working on, used like this: a href=foo.htmlbuttonfoo/button/a one main reason I liked buttons is that they can be disabled with an attribute, which was useful for things like keeping a next button everywhere, so that the layout

RE: [WSG] Re: Html markup suggestions

2009-02-10 Thread John Horner
OK, I'll bite, what makes you say that there are no suitable microformats? Where did you look? -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Porkandpaws Sent: Wednesday, 11 February 2009 8:26 AM To: wsg@webstandardsgroup.org

RE: [WSG] Fw: The Great Firewall of Australia

2008-12-02 Thread John Horner
Just want to put in a plug for Radio National's coverage of this topic so far: The Media Report: http://abc.net.au/rn/mediareport/stories/2008/2405376.htm Australia Talks: http://abc.net.au/rn/australiatalks/stories/2008/2419136.htm Disclosure, RN is where I work. -Original Message-

RE: [WSG] URL length best practices

2008-11-04 Thread John Horner
Just a quick note that if you're going to shorten Do collaborative online groups need to be successful to make a URL, it would be better, from the SEO viewpoint, to cut out the common words, do, need, to etc. So, your URL would be collaborative-online-groups-successful.html not

[WSG] Good HTML/CSS training in Sydney?

2008-07-01 Thread John Horner
I'd be interested in hearing recommendations for good standards-based HTML and CSS training in the Sydney area. I'm looking at MaxDesign's website, of course, but not seeing specific dates for upcoming courses. Please consider the environment before printing this e-mail. The information

RE: [WSG] html vs. html

2008-06-22 Thread John Horner
Just to point out something that hasn't been mentioned as far as I can see -- of course, you can map file types to extensions on a webserver however you like. You could set .JPG to serve as HTML if you wanted. The original creators of Blogger, Pyra, used .pyra as their extension so I have no idea

[WSG] Background-position in percentage

2008-06-03 Thread John Horner
I've just spent a bit of time looking at how background-position works when expressed as a percentage: background-position: 90%; and I'm wondering why it works the way it does. Here's the best way I can describe the effect of (90%, x-axis) positioning with percentages: to position the image

RE: [WSG] need some help

2008-04-10 Thread John Horner
Does the coder need to be in London? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Ortenzi Sent: Thursday, 10 April 2008 10:00 PM To: wsg@webstandardsgroup.org Subject: [WSG] need some help Hi All London Standardistas! Hope this little job

RE: [WSG] an accessible question: server-side vs client-side validation

2008-02-11 Thread John Horner
A website I was working on, client wants client-side validation, something fancy, something Ajax. The whole point of AJAX is that it's *not* client-side. It's both. So your client is a little confused if they said that.

RE: [WSG] Developing for Mac Browsers

2008-01-13 Thread John Horner
can I safely develop in non Mac versions and expect my web sites to behave the same on the Mac? Behave? Yes. But... I don't think anyone's made this point yet -- one key difference between the platforms is the display of form elements. Elements like buttons and select menus and checkboxes,

RE: [WSG] Preventing copying of text from web page.

2007-12-20 Thread John Horner
It's rather off-topic, but more to the point it's impossible, and your main task at this point is to explain to your client why even trying to do it is pointless and silly. If they can see the text, the text is on their computer. As Andrew said, either they want their information on the web or

RE: [WSG] BBC in Beta

2007-12-18 Thread John Horner
I don't know what's causing it, probably caching, but some of us in this office now have a new, almost completely different version of the BBC page, with no annoying colour changes, and some of us don't. Shift-reload? Randomise the URL? http://www.bbc.co.uk/home/beta/?noseriouslypleasereload

RE: [WSG] RE: BBC in Beta

2007-12-18 Thread John Horner
- I really don't like the clock; it's so 1990s - we all have a clock on our computer/phone; I don't think it's needed. I think you're missing the nostalgia, the aah factor embodied in that clock -- British people have spent many *many* hours watching it.

RE: [WSG] introducing a prompt to download or open a pdf

2007-10-16 Thread John Horner
Maybe it's just me, but this: -- $type = $_GET['type']; $fileName = $_GET['filename'] . . . $type; $mimeType = application/$type; if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 5') or strpos($_SERVER['HTTP_USER_AGENT'], 'Opera 7')) $mimeType = 'application/x-download';

[WSG] Why DON'T you-know-who just fix the site?

2007-10-07 Thread John Horner
Let's say there's a big store called, er, Tegrat. They have complaints about their website not being accessible, which have gone on for some time and are now the subject of legal action. We, the people on this list, know that it's not technically difficult, and shouldn't be time-consuming or

RE: [WSG] Target Lawsuit - Please Make Yourself Heard

2007-10-04 Thread John Horner
There's one thing nobody has mentioned so far, which is Michelle Malkin is what I personally would call an extreme right-winger. She's a regular on Fox News, and she's been compared to Anne Coulter. http://en.wikipedia.org/wiki/Michelle_Malkin I find the idea that we'll drop her a polite,

RE: [WSG] Accessible Open Source CMS

2007-09-13 Thread John Horner
: [WSG] Accessible Open Source CMS John Horner wrote: I don't mean to be difficult, but I'm always baffled by this question. A CMS, presumably, outputs the code you tell it to output. Whether it serves up accessible/valid is completely up to you. To put it another way, a CMS which won't

RE: [WSG] Accessible Open Source CMS

2007-09-12 Thread John Horner
I don't mean to be difficult, but I'm always baffled by this question. A CMS, presumably, outputs the code you tell it to output. Whether it serves up accessible/valid is completely up to you. To put it another way, a CMS which won't allow you to output standards-based code is by definition not

[WSG] How many of us are public and how many private?

2007-09-11 Thread John Horner
I've noticed that a lot of articles about web design seem to assume that the web developer/designer is working in the commercial sector, and often it's assumed that we're freelance too. As an example, we'll often see arguments on here based on the target audience meaning e.g. that you're

[WSG] Who's A Front End Developer?

2007-07-04 Thread John Horner
I'm interested in the front end part of the Dutch group's name. We were having a discussion at work the other day about which skills you should have to have in order to call yourself a web developer. I just finished a project which required knowledge of the following: * HTML * CSS *

RE: [WSG] Who's A Front End Developer?

2007-07-04 Thread John Horner
i wouldn't advertise the fact i can do 'ALL' the jobs on my own in the same time it would take a team of developers. To much hard work, so little money. That's an interesting point in itself. Should you try to be a one-stop-shop? It's certainly a lot easier for the client, but how good can

RE: [WSG] ABC News Online have a new website

2007-06-18 Thread John Horner
I think the inclusion of the postcodes in the tags is a little clunky, and not very intuitive. I've had no direct involvement with the makeover, but I happen to know the reasoning behind the postcodes. There are a number of different towns and cities with the same name all over Australia.

[WSG] While we're on the subject of validators...

2007-04-30 Thread John Horner
I recently came across two niggling CSS errors: 1) body { background: url('image.gif')no-repeat top } Here, the coder has left no whitespace after the URL in the shorthand background declaration. Firefox is OK with it, IE doesn't display the image. 2) #right navbar

RE: [WSG] While we're on the subject of validators...

2007-04-30 Thread John Horner
It's CSS validator. It doesn't validate cross-browser compatability or the logic (or existence of) of HTML tags. Well perhaps your second point is valid (and well formed) but this example: body { background: url('image.gif')no-repeat top } isn't just about cross-browser compatiblity.

RE: [WSG] What do we say if we don't say click?

2007-04-18 Thread John Horner
It's a nice idea, this know your market thing, and I'm sure it's appropriate in a commercial context, but our market is *everyone*. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lea de Groot Sent: Thursday, 19 April 2007 7:16 AM To:

[WSG] What do we say if we don't say click?

2007-04-17 Thread John Horner
I'm looking at a design involving image thumbnails and the instruction to click images for larger version -- I have the idea that saying click is wrong, or rather the assumption that everyone is using a mouse is wrong. So, how would you word this instruction, or otherwise inform users that a

[WSG] There's no back button on this website...

2007-04-11 Thread John Horner
Interesting anecdote in the latest AlertBox, particularly in the light of our recent users don't know what the back button is discussion... In testing an e-commerce site last month, for example, one user complained: This is missing a feature to go back to the previous page. I found this

[WSG] New Yorker Redesign

2007-03-27 Thread John Horner
Speaking of redesigns, http://www.newyorker.com/ is looking very nice these days. Not a table in sight. It doesn't quite validate due to some (presumably back-end-error) weirdness: misc:exposeBean var=platform bean=platform/ but other than that it looks like a good standards-based website.

RE: [WSG] PopUp windows

2007-03-08 Thread John Horner
So, just to get this straight, the statistic claiming that 30% of web users don't know what the Back button does comes from Characterizng Browsing Strategies in the World-Wide Web (1995). Nineteen-ninety-FIVE? Are we seriously going to keep quoting that study, conducted presumably in 1994 and

RE: [WSG] PopUp windows

2007-03-07 Thread John Horner
Off-topic, in a way, but my heart sinks every time this question comes up. Because it comes up a lot. I would guess that it's the most frequently asked, discussed and argued-over question on this list. Do we have an FAQ? One of my favourite stats is that 30% of browser activity involves

RE: [WSG] tabular data

2007-03-06 Thread John Horner
Perhaps a logical definition of tabular data is data whose meaning is defined by its position in a set of rows and columns? [only makes sense in monospaced font] | BEST ACTOR | BEST SUPPORTING ACTOR | --- | | 2007 | Forest

RE: [WSG] Body tag background color changes

2005-07-19 Thread John Horner
. Have You Validated Your Code? John Horner(+612 / 02) 8333 3488 Developer, ABC Kids Onlinehttp://www.abc.net.au

Re: [WSG] Screenshot tool

2005-06-20 Thread John Horner
You've already got the answer, but I just wanted to note that: all browser/platform combinations. is a bit optimistic! All? Have You Validated Your Code? John Horner(+612 / 02) 8333 3488

Re: [WSG] CSS List Separator

2005-06-14 Thread John Horner
Have You Validated Your Code? John Horner(+612 / 02) 8333 3488 Developer, ABC Kids Onlinehttp://www.abc.net.au

Re: [WSG] Submit a form with text links

2005-06-01 Thread John Horner
? John Horner(+612 / 02) 8333 3488 Developer, ABC Kids Onlinehttp://www.abc.net.au/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] A way to skip a Flash-intro if Flash is not installed?

2005-05-31 Thread John Horner
updated in a year or so. Have You Validated Your Code? John Horner(+612 / 02) 8333 3488 Developer, ABC Kids Onlinehttp://www.abc.net.au

RE: [WSG] Exporting inline CSS

2005-05-31 Thread John Horner
? If it is, it's trivial to do it with regular expression-type searching as you say. If not, it could be very tricky. Have You Validated Your Code? John Horner(+612 / 02) 8333 3488 Developer, ABC Kids

Re: [WSG] Weird IE 5.0 method test

2005-04-24 Thread John Horner
=javascript // the window.location method used here /script which is ugly but makes sense. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online

Re: [WSG] Mystical belief in the power of Web Standards, Usability, and tableless CSS

2005-04-20 Thread John Horner
, but also smaller pages for faster downloads. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] making beautiful uri's

2005-04-20 Thread John Horner
of this that nobody's mentioned of course is that search engines don't know it's a dynamically-generated page and are therefore more likely to index it. Have You Validated Your Code? John Horner

[WSG] Unicode Chars don't render in bold?

2005-04-17 Thread John Horner
on this... Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] validation errors

2005-04-17 Thread John Horner
, followed by a string of characters is a character entity, like eacute; for an e with an accent. The validator thinks you've used an unknown entity. Have You Validated Your Code? John Horner(+612 / 02

Re: [WSG] Unicode Chars don't render in bold?

2005-04-17 Thread John Horner
should earn one's living in a righteous way.] Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] JavaScript and escaped quotes

2005-04-14 Thread John Horner
script var msg=Don't Look Now; /script a href=# onclick=alert(msg)Don't Look Now/abr / Very smart Bruce. The other method's more compact, but that's some good lateral thinking. Have You Validated Your Code? John Horner

[WSG] JavaScript and escaped quotes

2005-04-13 Thread John Horner
argument list myfunction('Don't Look Now') ^ anyone got an explanation? Am I missing something obvious? It's the same if I use #39; instead. Have You Validated Your Code? John Horner

Re: [WSG] JavaScript and escaped quotes

2005-04-13 Thread John Horner
. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] JavaScript and escaped quotes

2005-04-13 Thread John Horner
it at the other end... I can stop scratching my head now! Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Someone who *wants* the peekaboo bug

2005-04-12 Thread John Horner
John Horner schrieb: Not stupid at all, but I checked that and no, it's all happening via HTTP from a web server, no local paths involved. If it's not too much trouble, could we see an URL? Ingo It'd be no trouble at all, but it's all happening inside our network, so it's not possible. You'll

Re: [WSG] Validation of CSS

2005-04-11 Thread John Horner
... Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

[WSG] Someone who *wants* the peekaboo bug

2005-04-11 Thread John Horner
... Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au/ ** The discussion list

Re: [WSG] Someone who *wants* the peekaboo bug

2005-04-11 Thread John Horner
How about trying the same resolution so the rendering is the same? Didn't think of that. Good point. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online

Re: [WSG] Someone who *wants* the peekaboo bug

2005-04-11 Thread John Horner
many of us before! Not stupid at all, but I checked that and no, it's all happening via HTTP from a web server, no local paths involved. Have You Validated Your Code? John Horner(+612 / 02) 9333

Re: [WSG] margin:auto not working on MAC

2005-04-07 Thread John Horner
make any sense to say on a Mac. There are hundreds of different browsers used on Apple computers, just as there are on PCs. It's like saying it doesn't work on a Compaq. Have You Validated Your Code? John Horner

[WSG] Validation of CSS

2005-04-07 Thread John Horner
, it was fine. Which led him to ask a very sensible question -- why isn't there some kind of identifier like the DOCTYPE for CSS? Any thoughts? Have You Validated Your Code? John Horner(+612 / 02) 9333

Re: [WSG] Really strange results

2005-04-05 Thread John Horner
the context menu -- what's the reason for that? Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Lime Green Bug On Mac IE

2005-03-09 Thread John Horner
by the way, we've recently cooked up a kind of semi-dynamic publishing method to save multiple handling of the same story. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior

Re: [WSG] is rgb(255,255,255) better than #ffffff or white?

2005-03-02 Thread John Horner
. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au/ ** The discussion list for http

Re: [WSG] [ADMIN] Site review requests and new Brisbane organiser

2005-02-23 Thread John Horner
Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au/ ** The discussion list for http

Re: [WSG] Centre DIV Vertically? Any compliant methods?

2005-02-22 Thread John Horner
vertical alignment as being directly related to table-cell display either. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

[WSG] variations on @import syntax?

2005-02-22 Thread John Horner
? Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] variations on @import syntax?

2005-02-22 Thread John Horner
/import_single_quotes_no_url.html but I'm guessing that the fact it's inside style type=text/css media=all/style gets around that? Hacks within hacks within hacks... Have You Validated Your Code? John Horner(+612 / 02

RE: [WSG] Other character sets/languages

2005-02-21 Thread John Horner
on, and they use and recommend Unicode here: http://www.vps.org/rubrique.php3?id_rubrique=91 so they're solidly on board with standards too. Have You Validated Your Code? John Horner(+612

Re: [WSG] Centre DIV Vertically? Any compliant methods?

2005-02-21 Thread John Horner
. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au/ ** The discussion list for http

Re: [WSG] Other character sets/languages

2005-02-17 Thread John Horner
roman letters. So I can set the whole page to be vietnamese I guess and it won't stop the English being English... Or would that cause a problem? Thanks again, Have You Validated Your Code? John Horner

[WSG] Other character sets/languages

2005-02-16 Thread John Horner
/articles/Unicode.html which was very entertaining, but I'm not sure I got it or I wouldn't be asking... Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online

[WSG] Why DO floats not stretch their containers?

2005-02-10 Thread John Horner
by Eric Meyer and it just says that it's the correct behaviour, although some browsers don't respect it. It doesn't offer a rationale. Have You Validated Your Code? John Horner(+612 / 02) 9333

Re: [WSG] Why DO floats not stretch their containers?

2005-02-10 Thread John Horner
-topic. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Default state of radio buttons. (Maybe OT?)

2005-02-01 Thread John Horner
, for instance a SELECT menu. The value of none can be the default, and your script can chuck an error if it sees none submitted. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488

Re: [WSG] Default state of radio buttons. (Maybe OT?)

2005-02-01 Thread John Horner
to the second. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Default state of radio buttons. (Maybe OT?)

2005-02-01 Thread John Horner
. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au/ ** The discussion list

Re: [WSG] how to mark up h3 header for list

2005-01-27 Thread John Horner
Just put the H3 before the list begins! Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Class -vs- ID

2005-01-12 Thread John Horner
syntax allows you to do that too. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

RE: [WSG] molly gets a redux makeover

2004-12-23 Thread John Horner
There's no background colour for the BODY, it appears. Was that deliberate? Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http

Re: [WSG] formatting the a tag

2004-12-15 Thread John Horner
at least eliminate that from your testing. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

[WSG] Somewhat OT - VERY print friendly?

2004-12-13 Thread John Horner
? Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

RE: [WSG] Why does firefox tooltip only TITLE attribute and not ALT?

2004-12-01 Thread John Horner
. Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Code or Markup

2004-12-01 Thread John Horner
Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

RE: [WSG] Applications that don't open in a new window

2004-11-25 Thread John Horner
** Have You Validated Your Code? John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au

[WSG] Validate Inside Your Firewall

2004-11-14 Thread John Horner
work-experience person! Hope that encourages you to try for internal standards-based validation, jh Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online

Re: [WSG] Ten questions for John Allsopp

2004-11-08 Thread John Horner
: So when I came to naming my blog, Sara, who by the time people read this will be my wife ... is it off-topic to say congratulations? Have You Validated Your Code? John Horner(+612 / 02) 9333

Re: [WSG] Target Attributes

2004-10-26 Thread John Horner
frames fit into the overall strategy. Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

[WSG] Target Attributes

2004-10-25 Thread John Horner
You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au/ ** The discussion list for http

Re: [WSG] Target Attributes

2004-10-25 Thread John Horner
the code in left.html and right.html themselves. Those documents cannot be valid strict HTML if they have target attributes in the links. Have You Validated Your Code? John Horner(+612 / 02) 9333

RE: [WSG] Site review

2004-10-06 Thread John Horner
to one? Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Is XHTML harmful?

2004-10-06 Thread John Horner
? Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Another proper use of dl's question

2004-10-06 Thread John Horner
... Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] thoughts of external links in new window?

2004-10-05 Thread John Horner
indistinguishable from navigation to another page. These are not the kind of users who will look down at the taskbar and notice a second window icon for IE and figure it out for themselves. Have You Validated Your Code? John Horner

Re: [WSG] Can I use frames AND css?

2004-09-23 Thread John Horner
to that understanding? Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Can I use frames AND css?

2004-09-23 Thread John Horner
are? Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Sliding doors and Mac IE5.2

2004-08-29 Thread John Horner
? Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

[WSG] Div-based design example

2004-08-23 Thread John Horner
recommend? Does this design, for instance, require relative, not absolute positioning? Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http

Re: [WSG] Table-Free Design

2004-08-16 Thread John Horner
and Netscape 4 compatible, which seems miraculous, considering. Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

RE: [WSG] ultimate noob question.... is table-less layout meaning literally?

2004-08-16 Thread John Horner
What about http://www.sitepoint.com ? That's as complicated a structure as any I've seen, and almost completely table-less. That's a particularly good example, because it uses no tables to lay out the page, but right at the bottom where they've got a list of data, best displayed using rows and

[WSG] Table-Free Design

2004-08-15 Thread John Horner
If I want to find solid building blocks for a table-free layout, where should I start? I mean, I know there are hundreds of websites, but the recommendations of this group ought to be particularly useful. The thing is, I want a lot! In terms of the page, I'm simply looking for * banner *

Re: [WSG] guide to CSS inheritance

2004-08-10 Thread John Horner
You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au/ ** The discussion list for http

Re: [WSG] guide to CSS inheritance

2004-08-10 Thread John Horner
... Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

[WSG] San Fran Examiner Standards Redesign

2004-08-02 Thread John Horner
. Have You Validated Your Code? John Horner(+612 / 02) 9333 2110 Senior Developer, ABC Online http://www.abc.net.au

Re: [WSG] Good radio station sites?

2004-07-15 Thread John Horner
is that we're changing, if slowly, and if websites don't validate and aren't standards-based or accessible, it's definitely not because the web-developers don't understand the issues. Have You Validated Your Code? John Horner

  1   2   >