Re: [WSG] Expected behaviour of links to external websites

2011-12-21 Thread coder
In one sense, this argument is fallacious, because whatever the web designer does decides what happens when a user just 'clicks a link'. In my experience, most folk 'out there' don't know about right clicking. To say 'it is the user's choice' is mainly untrue, because he/she doesn't know they'

Re: [WSG] Expected behaviour of links to external websites

2011-12-21 Thread coder
I have used this CSS : a[rel="external"] { padding-right: 13px; background: url(outofit.gif) no-repeat right top; } With this code: THIS is a link to a new window or, for html5: THIS is a link to a new window I have also used a variant for pdf, and one for mail links too. No-one has

Re: [WSG] Expected behaviour of links to external websites

2011-12-28 Thread coder
What fascinates me (still) is that a PC (laptop, whatever) works by displaying many windows. Hell fire, the OS is called 'windows' . . . (unless you are a fruit fan). All the common programs employ 'several' windows to make their functionality easier to handle (just look at Dreamweaver or any o

Re: [WSG] Expected behaviour of links to external websites

2011-12-28 Thread coder
bsites On Wed, Dec 28, 2011 at 9:39 AM, coder wrote: What fascinates me (still) is that a PC (laptop, whatever) works by displaying many windows. Hell fire, the OS is called 'windows' . . . (unless you are a fruit fan). All the common programs employ 'several' windows to

Re: [WSG] Expected behaviour of links to external websites

2011-12-29 Thread coder
- Original Message - From: "Patrick H. Lauke" To: Sent: Thursday, December 29, 2011 11:54 AM Subject: Re: [WSG] Expected behaviour of links to external websites Can I just turn this around? To those on this discussion so adamant that popping up a new window is a good thing...explai

Re: [WSG] Expected behaviour of links to external websites

2011-12-30 Thread coder
Brilliantly put Janice! Bob - Original Message - From: "Janice Schwarz" To: Sent: Thursday, December 29, 2011 8:28 PM Subject: Re: [WSG] Expected behaviour of links to external websites There are still many people that have not used the Internet. Or barely use it. Not everyone

Re: tabs - was[WSG] Expected behaviour of links to external websites

2011-12-30 Thread coder
I just wonder what the view of some 'anti-new windows' folk is towards using tabs? I would have thought that tabs are the new 'new windows'?? And doesn't the popularity of tabs imply that users do like to have more than one page 'on the go' instead of doing a lot of back and forwarding? I am

Re: tabs - was[WSG] Expected behaviour of links to external websites

2011-12-30 Thread coder
- Original Message - From: "Rob Crowther" To: Sent: Friday, December 30, 2011 2:40 PM Subject: Re: tabs - was[WSG] Expected behaviour of links to external websites On 30/12/2011 12:32, coder wrote: I just wonder what the view of some 'anti-new windows' f

Re: tabs - was[WSG] Expected behaviour of links to external websites

2011-12-31 Thread coder
- Original Message - From: "Patrick H. Lauke" To: Sent: Friday, December 30, 2011 8:39 PM Subject: Re: tabs - was[WSG] Expected behaviour of links to external websites Again, let me turn this discussion around once more. Explain to us WHY you feel that it's important that your site

Re: [WSG] list heading - best practice?

2012-03-02 Thread coder
Quick links Noticeboard Sitemap

Re: [WSG] list heading - best practice?

2012-03-07 Thread coder
Come on Steve, tell us why not then? Bob - Original Message - From: "Steve Green" To: Sent: Wednesday, March 07, 2012 12:31 PM Subject: RE: [WSG] list heading - best practice? -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Beha

[WSG] minimal use of modernizr?

2012-05-12 Thread coder
I have a very simple html5 contact form which I'd like to keep that way. However, the 'pattern' attribute isn't recognised by IE and I feel that it surely must be possible to just use a bit of modernizr to make it work. Example is: Email pattern="^[A-Za-z0-9](([_\.\-]?[a-zA-Z0-9

[WSG] More on forms

2012-05-19 Thread coder
Hi all, I've been looking at stuff like this (check for these chars and disable submit button if present): function check(node) { var re = new RegExp('[<>\?\\[\\]]', 'g'); document.getElementById('sub').disabled = re.test(node.value); } What I'm asking now is, is there an equivalent fu

[WSG] AOL mail problems?

2012-06-15 Thread coder
Has anyone encountered problems with AOL mail such as this: A friend of mine has a website for his business and he has a domain. I set it for him so that his domain mail redirects to joeblo...@aol.com (he doesn't want his mail published here, so I made that name up :-) However, he informs me

Re: [WSG] AOL mail problems?

2012-06-15 Thread coder
not, its domain side. If you have checked all these Bob then you can't do anymore and it's up to the domain support to sort out as you don't have backend access. Dan - Original Message - From: coder To: wsg@webstandardsgroup.org Sent: Friday,

Re: [WSG] cross-browser or vendor-specific CSS

2012-06-29 Thread coder
- Original Message - From: "David Hucklesby" To: Cc: "Kevin Erickson" Sent: Friday, June 29, 2012 5:06 PM Subject: Re: [WSG] cross-browser or vendor-specific CSS Start with a simple design for mobile and old browsers. Add advanced CSS inside @media queries or qualified by :root.

Re: [WSG] which tag to use for link to reference?

2012-07-02 Thread coder
In what way is more presentational than ? Bob - Original Message - From: Kevin Rapley To: wsg@webstandardsgroup.org Cc: Teddy Knoy Sent: Monday, July 02, 2012 12:27 PM Subject: Re: [WSG] which tag to use for link to reference? I would go with David Dorwood’s suggest

[WSG] how to force a cache bypass?

2012-07-20 Thread coder
OK, this isn't about standards, but it's more interesting than knowing that folk are not in the office . . . How can I make a web page appear as the latest version in all browsers, i.e., perform a cache bypass? And I don't mean for me - I mean for all visitors to the page? Is it possible? ??

[WSG] More on spam traps

2012-08-22 Thread coder
Hi All, I have recently attempted to 'trap' spammers who use autofilling tactics on the site at www.gwelanmor-internet.co.uk. This is written in html5 and uses a mixture of simple tests to validate the form. However, yesterday I recvd a mail thus:

Thanks: [WSG] More on spam traps

2012-08-23 Thread coder
Thanks folks. I know nothing about server-side validation, so that's more learning for me . . . (or some carpentry, maybe :-) Bob *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandard

[WSG] first steps towards a valid html/css site

2004-03-25 Thread commie coder
hi all i was introduced to this group by james ellis at a sydney php user group meeting a few weeks ago and have been lurking on this mailing list for the last week. i'm encouraged by what i've seen so far - lots of help and useful information, both on the website and the mailing list. i maint

Re: [WSG] first steps towards a valid html/css site

2004-03-25 Thread commie coder
commie coder wrote: woops, that link would be http://www.socialist-alliance.org/css/notable_draft.html cheers justin hi all i was introduced to this group by james ellis at a sydney php user group meeting a few weeks ago and have been lurking on this mailing list for the last week. i&#

Re: [WSG] What's wrong with this page??

2004-03-28 Thread commie coder
Michael Kear wrote: I’ve looked and I’ve looked, and I can’t see what’s the matter here.. When this page loads in IE, the body content of the page doesn’t appear. However when you put another window over the top and come back to it, there the content is. It’s loading ok, as a vew source will t