Re: [WSG] Form drop-downs for countries

2007-05-23 Thread John Faulds
There was a discussion on this on Roger Johansson's site last year: http://www.456bereastreet.com/archive/200608/selecting_country_names_in_forms/ On Thu, 24 May 2007 08:58:16 +1000, Sarah Peeke (XERT) <[EMAIL PROTECTED]> wrote: Hi folks, Just wondering what you think about form usability

Re: [WSG] Mocking up web interfaces

2007-05-23 Thread John Faulds
I use Fireworks. On Thu, 24 May 2007 09:22:42 +1000, Douglas Reith <[EMAIL PROTECTED]> wrote: Hi there, Just a quick one - what do people most commonly mock up web site designs in? (Photoshop?) Also, if possible, Linux and GPL or similar would be great!! Cheers, Doug -- Tyssen Design ww

Re: [WSG] Map of Australia Image Map

2007-05-24 Thread John Faulds
You could probably use this techique: http://alistapart.com/articles/sprites On Fri, 25 May 2007 11:44:15 +1000, Felisimina Jom <[EMAIL PROTECTED]> wrote: Hi Everyone We are trying to put together a map of Australia where the states appear on hover and are clickable. As I understand i

Re: [WSG] A CMS for POSH sites?

2007-05-24 Thread John Faulds
Surely Wordpress (can't speak for Textpattern) will output whatever you put into your templates, including doctype? On Fri, 25 May 2007 13:55:47 +1000, David Hucklesby <[EMAIL PROTECTED]> wrote: Following up on Lisa McLaughlin's recent query about blogging software, I wonder if anyone can

Re: [WSG] The use of asterisks in forms to indicate required fields

2007-05-27 Thread John Faulds
But sometimes at least one phone number might be required but others are optional (e.g. mobile, home, fax etc) - doesn't seem as logical to split your phone number fields up into different groupings. On Mon, 28 May 2007 10:26:31 +1000, Mike at Green-Beast.com <[EMAIL PROTECTED]> wrote: M

Re: [WSG] Site Review (www.richardson.co.nz)

2007-05-27 Thread John Faulds
Looks good. Only comment I'd make is about your skills and their ratings: at the moment that information is only really of value to people already in the web dev game and not really useful to anyone who doesn't know anything about web development but who wants a website done. If you're not

Re: [WSG] Suggestions Please for: CMS / E-commerce Solutions

2007-05-28 Thread John Faulds
Additionally, code redundancy is also a problem when it comes to templates (though, some would say this is a feature of EE) I've not found that so far. Once you get your head around the way you can embed templates in other templates, it's just like using includes. -- Tyssen Design www.tysse

Re: [WSG] Content Management issue ?

2007-05-28 Thread John Faulds
I liked what I saw of Silverstripe but unfortunately it has a certain PHP memory limit requirement which my web host wasn't willing to change so it ruled it out for me unless I wanted to change hosts. On Tue, 29 May 2007 08:50:15 +1000, Robin Gorry <[EMAIL PROTECTED]> wrote: I have head v

[WSG] Firefox & Wmode

2007-05-29 Thread John Gribben
;ve built a page where an animation is positioned beneath some other elements, and a button is not clickable in Firefox. Thanks, John *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://w

Re: [WSG] dl v table for form layout

2007-05-30 Thread John Faulds
It probably shouldn't be used for pairing as you describe, but rather a group of inputs that all share some common-ground. In my case I use them to contain groups of required versus non-required inputs as well as the type of information sought (contact info, etc.). Sorry to bring this up aga

[WSG] Firefox & Wmode

2007-05-30 Thread John Gribben
Thanks, everybody, for your help on this issue. -- John *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Content Management issue ?

2007-05-30 Thread John Faulds
I've not had that much experience with DW/Contribute, but I know they've both got pretty ordinary CSS support which means in a lot of cases you have to create separate Design Time Stylesheets just to get your layout to look presentable in Contribute. On Thu, 31 May 2007 09:50:33 +1000, Marc

[WSG] Web site review please

2005-01-25 Thread John Britsios
m going to fix in the next days.   By the way, thank you all in advance for your kind support.   Kind regards,   John S. BritsiosPrincipal Web Accessibility Consultant,Usability Specialist & Trainerhttp://www.webnauts.net

Re: [WSG] Web site review please

2005-01-25 Thread John Britsios
example in IE with 12,8 px. Can you please be more specific? Am I getting something wrong here? And at last, I have not claimed here that I am perfect, while if I did so, I would not need to ask for a review here, or elsewhere... Thanks and regards, John - Original Message - From: "

Re: [WSG] how to mark up 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.

Re: [WSG] NVU IDE

2005-01-30 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] Default state of radio buttons. (Maybe OT?)

2005-02-01 Thread John Horner
different kind of control, 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?"

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

2005-02-01 Thread John Allsopp
John, If you want to get good data from your form, and you have two radio buttons, then neither should be checked by default. Your CGI script or whatever should do the checking and return the form with "you must select a button to proceed". the difference between a radio butt

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

2005-02-01 Thread John Horner
At 11:36 AM +1100 2/2/05, John Allsopp wrote: John, the difference between a radio button set and checkboxes is (going way back to Mac UI guidelines in the 80s) is that a radio button group always has a value [snip -- I did know the difference between checkboxes and radio buttons!] If you&#x

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

2005-02-01 Thread John Allsopp
John, [snip -- I did know the difference between checkboxes and radio buttons!] I was almost certain you did :-) If you're saying that a set of radio two or more buttons must always be shown with at least one pre-selected, i.e. as soon as the page loads, one is already selected, then ther

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

2005-02-01 Thread John Horner
heartily agree, Mike. "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-02 Thread John Allsopp
buttons, you'd need a label that said "you do not have to answer this question" and then you have to hope the user sees it (whereas in the popup menu case, they see it while making the choice.) And we also avoid the problem of them checking a radio button then not being able to un

Re: [WSG] Yahoo! Auto Response

2005-02-03 Thread Tim John
Does anybody have any idea as to why the following turned up at the forum? > hi i am fine. what is going on there? >i will contact u afterwards.i am on vacation >take care.bye -- There are two ways to write error-free programs. Only the third one works. -- http://www.sabif.info/

Re: [WSG] Hello fellow Web Standards people!

2005-02-05 Thread John Britsios
ot;" when appropriate, such as when images are intended to format a page (such as spacer images). [P1, 1.1] John S. Britsios - Original Message - From: "Zachary Hopkins" <[EMAIL PROTECTED]> To: "Web Standards Group" Sent: Saturday, February 05, 2005 4:56 PM S

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread John Britsios
Cynthia Says, WAVE and with some care with Bobby. Off topic: What are all those Meta Tags for? Regards, John S. Britsios http://www.webnauts.net - Original Message - From: "Zachary Hopkins" <[EMAIL PROTECTED]> To: "Web Standards Group" Sent: Sunday, Februar

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread John Britsios
support it) and due to other complications. Your new window does not open on your privacy policy page to send you an email, when JavaScript is disabled. Have a look here to see how to solve this: http://www.webnauts.net/new_window.html Regards, John S. Britsios http://www.webnauts.net

[WSG] Webnauts Net Accessibility, Usability and SEO forums online

2005-02-07 Thread John Britsios
forums may be found here: http://www.webnauts.net/phpBB2/index.phpFor the Webnauts Net TeamMy kindest regards,John S. Britsioshttp://www.webnauts.net

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread John Britsios
/articles/accesskeyconflicts/37 Even though I still use accesskeys on my site. About your Meta Tags, you just spoil your SEO. From all that stuff you only need the title, description, keywords and the robots. Besides, make your JavaScript and CSS external. Kind regards, John S. Britsios http

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread John Britsios
Zachary, You are right. As I wrote in my previous mail, I use accesskeys. And mainly for the reason you mentioned. PDA, Mobile, etc devices. But I use numbers for accesskeys. Kind regards, John S. Britsios http://www.webnauts.net - Original Message - From: "Zachary Hopkins&quo

[WSG] Why DO floats not stretch their containers?

2005-02-10 Thread John Horner
ers don't respect it. It doesn't offer a rationale. ---- "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488

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

2005-02-10 Thread John Horner
27;re off-topic. "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online

Re: [WSG] web standards training course/events in Sydney?

2005-02-13 Thread John Allsopp
September. john John Allsopp :: westciv :: http://www.westciv.com/ software, courses, resources for a standards based web :: style master blog :: http://westciv.typepad.com/dog_or_higher/ ** The

Re: [WSG] web standards training course/events in Sydney?

2005-02-13 Thread John Allsopp
with Molly Holzschlag and Eric Meyer on Women on the Web, while I (John Allsopp) am organizing a panel with Dave Shea, Doug Bowman, Jon Hicks and Eris Free on Web design and development in 2010. As to Neerav's comment about price, WE and SxSW are two quite radically different events. SxSW con

Re: [WSG] GMail... Terrible!

2005-02-14 Thread John Allsopp
ot always bad things. Right now, everyone on the web is working to implement standard based browsers except one. Who is it and why? John oh, and before anyone accuses me of being a raving communist, I run a business, am a director of two, and try to be as ethical as possible in all my busines

Re: [WSG] IE7 may ship ahead of Longhorn

2005-02-15 Thread John Allsopp
in there, but the goal is on security." IE 6 buggy rendering engine it is then. Sigh john p.s. developers everywhere are excited by this, checkout Slashdot, etc ad nauseam. Why? Cause no one RTFAs. The fineprint is that this is IE6 SP2 all over again. If I were a cynic, I'd say this

[WSG] Other character sets/languages

2005-02-16 Thread John Horner
Excuses!)" http://www.joelonsoftware.com/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

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 Cod

[WSG] Javascript guru: volunteer some skills to a relevant charity

2005-02-20 Thread John Allsopp
d you drop me a line offlist and I'll put you in touch with them. Thanks in advance, john John Allsopp :: westciv :: http://www.westciv.com/ software, courses, resources for a standards based web :: style master blog :: http://westciv.

RE: [WSG] Other character sets/languages

2005-02-21 Thread John Horner
after this kind of thing, fonts, keyboard layouts and so 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. ----

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

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

Re: [WSG] WSG thoghts on XUL

2005-02-21 Thread John Allsopp
ns. Just as an aside why and not .whatever {shape: circle} ? j John Allsopp :: westciv :: http://www.westciv.com/ software, courses, resources for a standards based web :: style master blog :: http://westciv.typepad.com/dog_or_higher/ *

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

2005-02-22 Thread John Horner
ing 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/ ---

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

2005-02-22 Thread John Allsopp
John, What I want is the ability to align the content of a DIV, for instance, or any block element, vertically, and I'm asking why it wasn't included in CSS-1. I can't think of any policy-type reason why it wasn't, that's all, and I don't see vertical alignmen

[WSG] variations on @import syntax?

2005-02-22 Thread John Horner
it just a matter of style? "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488 Senior Developer, ABC On

Re: [WSG] variations on @import syntax?

2005-02-22 Thread John Horner
ilters/css_only/import_single_quotes_no_url.html but I'm guessing that the fact it's inside gets around that? Hacks within hacks within hacks... "Have You Validated Your Code?" John Horner(+6

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

2005-02-22 Thread John Horner
is being used by the person reporting the problem. ---- "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488

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

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

Re: [WSG] Mommy I Ate My Veggies

2005-02-24 Thread John Charlesworth
At 09:58 AM 02/24/2005, David R wrote: >...But wouldn't it have just been easier to go over the selectors primer and >learn the properties as you need them? I did a search on this newsgroup and couldn't find a URL. Is this available on the web? Thanks! .../j *

Re: [WSG] Floated list items not floating on a Mac

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

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

2005-03-02 Thread John Horner
ot;white" isn't. "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http://www.abc.net.au/ *

[WSG] Lime Green Bug On Mac IE

2005-03-08 Thread John Horner
lor:transparent" or "color:inherit" coming out lime green due to the browser's desperate attempt to interpret it as if it were a hex code "#TRANSP"? It's a minor bug, but a very eye-catching one as you can imagine. -----

Re: [WSG] Lime Green Bug On Mac IE

2005-03-09 Thread John Horner
in that URL 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

Re: [WSG] Re: Object Mp3 into FF

2005-03-09 Thread John Britsios
Dear Helmut, You have two errors. Line 2: A quoted string cannot be immediately followed by text. It must be followed by a space or the end of the tag. Line 7: The "EMBED" element cannot be used here. It is not contained in an element that allows its use. Regards, John S

Re: [WSG] Really strange results

2005-04-04 Thread John Horner
" via the context menu -- what's the reason for that? "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online

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

2005-04-07 Thread John Horner
rring to.*** It just doesn't 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". ----

[WSG] Validation of CSS

2005-04-07 Thread John Horner
tandard, 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

Re: [WSG] flash and accessabilty

2005-04-09 Thread John Allsopp
I imagine something has got in a loop. I know Peter F is busy tonight, and I'm not going to call him to ruin his night off, I will call Russ. In the meantime, if everyone can be a little patient while the problem is solved, that will be best. John On 09/04/2005, at 6:36 PM, Ryan wrote: Ye

Re: [WSG] Validation of CSS

2005-04-11 Thread John Horner
em by telling them they should follow that set of steps... ---- "Have You Validated Your Code?" John Horner(+612 / 02) 9333

[WSG] Someone who *wants* the peekaboo bug

2005-04-11 Thread John Horner
ns? We're scratching our heads... "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-11 Thread John Horner
tty much exactly the same... "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488 Senior Developer, ABC On

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 Develo

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

2005-04-11 Thread John Horner
aught 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

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&#x

[WSG] JavaScript and escaped quotes

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

Re: [WSG] JavaScript and escaped quotes

2005-04-13 Thread John Horner
the JavaScript. "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online

Re: [WSG] JavaScript and escaped quotes

2005-04-13 Thread John Horner
and then unescaped it at the "other end"... I can stop scratching my head now! ---- "Have You Validated Your Code?" John Horner(+612 / 02) 9333

Re: [WSG] JavaScript and escaped quotes

2005-04-13 Thread John Horner
var msg="Don't Look Now"; Don't Look Now Very smart Bruce. The other method's more compact, but that's some good lateral thinking. "Have You Validated Your Code?" John Horner

Re: [WSG] Quirks mode vs Standards mode

2005-04-15 Thread John Britsios
Dear Sara, When a document begins with an declaration. IE 6 for Windows doen't see the Doctype, so it lapses into "quirks mode". Therefore I would suggest you not to use it. Kind regards, John S. Britsios Accessibility & SEO Consultant, Usability Specialist & Trainer

Re: [WSG] zindex

2005-04-15 Thread John Allsopp
n a negative z-index, and the parent a positive one (or 0)That ought to do it,John John Allsopp style master :: css editor :: http://www.westciv.com/style_master support forum ::  http://support.westciv.com blog :: dog or higher :: http://westciv.typepad.com/dog_or_higher

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

2005-04-17 Thread John Horner
ight anyone could shed on this... "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488 Senior Developer, A

Re: [WSG] validation errors

2005-04-17 Thread John Horner
rt version of why this is a problem is "in HTML, & followed by a string of characters is a character entity, like é for an e with an accent". The validator "thinks" you've used an unknown entity.

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

2005-04-17 Thread John Horner
ent go together, isn't it? Number 5 on the Eightfold Path is that one should "earn one's living in a righteous way".] ---- "Have You Validated Your Code?" John Horner

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

2005-04-20 Thread John Horner
y arguments are about speed: faster redesigns and updates, but also smaller pages for faster downloads. ---- "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488

Re: [WSG] making beautiful uri's

2005-04-20 Thread John Horner
obody'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

Re: [WSG] Weird IE 5.0 method test

2005-04-24 Thread John Horner
sense. "Have You Validated Your Code?" John Horner(+612 / 02) 9333 3488 Senior Developer, ABC Online http:/

Re: [WSG] Best way to train someone in css and web standards

2005-05-23 Thread John Allsopp
nd were developed in Australia by people who have been involved with Web Standards since the very beginning(oh yeah, that includes me)http://westciv.com/courses/index.htmlWe also have a lot of very useful free training resources too,http://westciv.com/style_master/house/index.htmlthanksjohn John All

Re: [WSG] best way to approach markup of an address

2005-05-25 Thread John Allsopp
or Mac), now at Technorati, is one of the drivers of microformats, along with Eric Meyer. Both will be speaking at Web Essentials later in the year, and I've little doubt Microformats will be on the agenda there. John On 26/05/2005, at 1:32 PM, Andrew Krespanis wrote: On 5/24/05, Ben Curt

[WSG] elements and what they can contain

2005-05-25 Thread John Allsopp
I believe that, and all my reading leads me to believe that elements may only contain other inline elements (not including elements. Can anyone point me to the definitive part of the HTML spec that says this? Thanks, john John Allsopp style master :: css editor :: http

Re: [WSG] elements and what they can contain

2005-05-26 Thread John Allsopp
Lea, that would be this bit yes? j On 26/05/2005, at 4:47 PM, Lea de Groot wrote: On Thu, 26 May 2005 16:30:30 +1000, John Allsopp wrote: Can anyone point me to the definitive part of the HTML spec that says this? http://www.w3.org/TR/REC-html40/struct/links.html#edef-A is one

Re: [WSG] elements and what they can contain

2005-05-26 Thread John Allsopp
fically mention this with regard to anchors. I'd say so too. I've "known" this for years, but in preparing something quite technical, I needed to satisfy myself it was 100% the case. thanks j John Allsopp style master :: css editor :: http://www.westciv

Re: [WSG] elements and what they can contain

2005-05-26 Thread John Allsopp
Thanks Lea, all sorted now, john On 26/05/2005, at 5:20 PM, Lea de Groot wrote: Yep, as Ingo says, the '%inline;' means 'only inline elements in here' and the '-(A)' means 'except that exciting one, the anchor'. John Allsopp style master

Re: [WSG] elements and what they can contain

2005-05-26 Thread John Allsopp
a whole nutha post j p.s. any rugby fan WSG members whole live near Bondi, I'll be at the beach road hotel to watch the Super 12 final (I only say this cause Peter lives in Bondi too, though he probably quite sensibly hates rugby :-) john John Allsopp style master :: css edi

RE: [WSG] VIRUS!!!

2005-05-31 Thread Tim John
Hi, Luckily, I thought it a little strange to receive an email from WSG informing me that I'd been removed from their mailing list. Especially as the email was from [EMAIL PROTECTED] and contained a download - which I ignored! I'm just wondering, as I use MailWasher Pro, I could bounce said email b

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

2005-05-31 Thread John Horner
em to have been updated in a year or so. "Have You Validated Your Code?" John Horner(+612 / 02) 8333 3488 Developer, ABC Kids Online

RE: [WSG] Exporting inline CSS

2005-05-31 Thread John Horner
> Quick question, I have a client with lots of HTML file that have inline CSS. (Over 300 docs) I am looking for some software, or way, that will export this inline css into a external css file. Or even just move it into a embedded style sheet. Am not aware on any package that would do this

Re: [WSG] Submit a form with text links

2005-05-31 Thread John Horner
t;Have You Validated Your Code?" John Horner(+612 / 02) 8333 3488 Developer, ABC Kids Onlinehttp://www.abc.net.au/ ** The discussion list for

Re: SV: Re: [WSG] CSS problems in IE (weird font-size)

2005-06-02 Thread Tim John
Hi Nanna, I think you'll find that if you give the relevant td's a font size, this should overcome the problem. Fingers crossed! Tim. >> It may, since the content of tables often does not >> inherit font >> settings on a container element or even the body >> If it has to stay in a table, add a rul

Re: SPAM: RE: [WSG] Site check with a problem and something new

2005-06-14 Thread John Wells
e go a bit easier on those (not so many) few... As for the bug, Kim I too cannot see any evidence of it. I'm viewing it on Mac IE 5.1.5, OS 9.1. Could you post a screenshot of what you're seeing? HTH, John While you're correct in noting that IE on OS9 has been "ditched",

Re: [WSG] CSS List Separator

2005-06-14 Thread John Allsopp
of a fuss than using CSS counters and content which won't work completely anyway) john John Allsopp style master :: css editor :: http://www.westciv.com/style_master support forum :: http://support.westciv.com blog :: dog or higher :: http://westciv.typepad.co

Re: [WSG] CSS List Separator

2005-06-14 Thread John Horner
ome, so I'd be happy to be proved wrong. jh "Have You Validated Your Code?" John Horner(+612 / 02) 8333 3488 Deve

Re: [WSG] CSS List Separator

2005-06-15 Thread John Allsopp
sections and so on Whether 6 deep is enough I am not entirely sure though, they can get very complex! john John Allsopp style master :: css editor :: http://www.westciv.com/style_master support forum :: http://support.westciv.com blog :: dog or higher :: http://westciv.typepad.com

Re: [WSG] CSS List Separator

2005-06-15 Thread John Allsopp
, is blind. It definitely pays to stop and think about accessibility when we come to consider even what may appear quit straightforward aspects of what we do. Very good question Richard, john John Allsopp style master :: css editor :: http://www.westciv.com/style_master support foru

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

RE: [WSG] Body tag background color changes

2005-07-19 Thread John Horner
ime to test at the moment. "Have You Validated Your Code?" John Horner(+612 / 02) 8333 3488 Developer, ABC Kids Onli

RE: [WSG] Unicode in Visual Studio? For xhtml, css ?

2005-07-21 Thread John Lewis
Visual Studio? Honestly, who uses that? ;-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rebecca CoxSent: Thursday, 21 July 2005 9:20 a.m.To: wsg@webstandardsgroup.orgSubject: [WSG] Unicode in Visual Studio? For xhtml, css ? Hi all,   I use Vis

RE: [WSG] Understanding inheritance (well, trying to)

2005-07-24 Thread John Yip
When the ID and the CLASS have the different value on the same attribute, the ID always wins. However, you can use to achieve what you want. Paragraph one Paragraph two Paragraph three Hope that helps John Best Regards, John Yip Technical Manager Nano Systems Pty Limited 226 Victoria

RE: [WSG] Understanding inheritance (well, trying to)

2005-07-24 Thread John Yip
Matt, Thanks for pointing that out! John Best Regards, John Yip Technical Manager Nano Systems Pty Limited 226 Victoria Street BEACONSFIELD, NSW 2015 Tel: +61 2 9341 3366 Fax: +61 2 9341 3377 Email: [EMAIL PROTECTED] Web-site: http://www.nanosystems.com.au We are now providing web hosting

RE: [WSG] implicit / explicit labels which is better?

2005-08-01 Thread John Lewis
I've read that we should avoid using implicit labels because, while it shouldn't be any different, in testing it would appear screen readers can struggle and output misleading info, etc. /me goes off to find link -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

Re: [WSG] New front page for http://abc.net.au/

2005-08-03 Thread John Allsopp
John, I've been waiting for one of the Australian members of the mailing list to comment on the new look/code for http://abc.net.au/ so I might as well raise the issue myself. I personally had nothing to do with the design, code or any other aspect of it (apart from being involved

Re: [WSG] New front page for http://abc.net.au/

2005-08-03 Thread John Allsopp
esign - The image replacement techniques, misuse of flash (rarely is it used well, and even when it is used well, it tends to be used for everything (text and still graphics as well as interactive stuff) rather than jsut for what it does well). Just my not so humble appearance. John Allsopp

<    1   2   3   4   5   6   7   >