Re: [WSG] Browser test: Construct

2007-12-08 Thread Christian Montoya
On 12/8/07, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote:
>
> On Dec 9, 2007, at 11:49 AM, Christian Montoya wrote:
>
> > I just created a layout tool: http://lab.christianmontoya.com/
> > construct/
> >
> > [...]
> >
> > If I could get some tests on older browsers and other operating
> > systems, that would be great. Thanks in advance!
>
> Gecko nightly builds (Camino & Minefield) seem to do what you expect.
> Of course, using 'J', 'K', 'L' triggers FAYT (Find as you type) when
> set to start automatically. Most people reasonably versed in the use
> of Gecko browsers have it set that way.
>
> Safari 3 doesn't get your keyboard input.
>
> OS X 10.4.11.

OK, I expected that. From what I know, jQuery keyboard events don't
work in Safari. As for FAYT, darn, that's good to know.

I'll probably add a "virtual button panel" to get around this issue,
but it's nice to at least be able to map keys in a couple browsers. Is
there any way at all to prevent the FAYT behavior? If I apply "return
false," will that work?

-- 
--
Christian Montoya
christianmontoya.net


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Browser test: Construct

2007-12-08 Thread Philippe Wittenbergh


On Dec 9, 2007, at 11:49 AM, Christian Montoya wrote:

I just created a layout tool: http://lab.christianmontoya.com/ 
construct/


[...]

If I could get some tests on older browsers and other operating
systems, that would be great. Thanks in advance!


Gecko nightly builds (Camino & Minefield) seem to do what you expect.
Of course, using 'J', 'K', 'L' triggers FAYT (Find as you type) when  
set to start automatically. Most people reasonably versed in the use  
of Gecko browsers have it set that way.


Safari 3 doesn't get your keyboard input.

OS X 10.4.11.

Philippe
---
Philippe Wittenbergh






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Browser test: Construct

2007-12-08 Thread Andrew Harris
yum! that is excellent - FF2 on my mac loved it, but Safari 3 didn't
respond to keyboard commands :-(

> I just created a layout tool: http://lab.christianmontoya.com/construct/




-- 
Andrew Harris
[EMAIL PROTECTED]
http://www.woowoowoo.com

~~~ <*>< ~~~


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Browser test: Construct

2007-12-08 Thread Christian Montoya
Hello list,

I just created a layout tool: http://lab.christianmontoya.com/construct/

It's nowhere near to complete yet but I need to get an idea of how
many browsers support it fully so far.

I know it works great in FF 2, Opera 9 & IE 7 on Win. Vista with all
the click events and keyboard events supported.

If I could get some tests on older browsers and other operating
systems, that would be great. Thanks in advance!

-- 
--
Christian Montoya
christianmontoya.net


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Unsubscribe Re: WSG Digest

2007-12-08 Thread Avi Heidir


On Dec 6, 2007, at 5:34 AM,   
 wrote:



*
WEB STANDARDS GROUP MAIL LIST DIGEST
*


From: "Minh D. Tran" <[EMAIL PROTECTED]>
Date: Wed, 5 Dec 2007 07:47:19 -0800 (PST)
Subject: Simple question on forms

Hi Everyone,

I just have a question regarding forms. How do I set the cursor to  
default on a certain form input field?


Thanks,
M




-
Looking for last minute shopping deals?  Find them fast with Yahoo!  
Search.


*
From: "Max A. Shpack" <[EMAIL PROTECTED]>
Date: Wed, 5 Dec 2007 17:56:29 +0200
Subject: Re: [WSG] Simple question on forms

form elements have focus() method in javascript. plain html doesn't  
allow this.


Cheers,
Max.

2007/12/5, Minh D. Tran <[EMAIL PROTECTED]>:

Hi Everyone,

I just have a question regarding forms. How do I set the cursor to  
default

on a certain form input field?

Thanks,
M




 
Looking for last minute shopping deals? Find them fast with Yahoo!  
Search.

***
List Guidelines:
http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe:
http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




*
From: "Matthew Pennell" <[EMAIL PROTECTED]>
Date: Wed, 5 Dec 2007 15:59:06 +
Subject: Re: [WSG] Simple question on forms

On 12/5/07, Minh D. Tran <[EMAIL PROTECTED]> wrote:


I just have a question regarding forms. How do I set the cursor to  
default

on a certain form input field?



Do you mean you want to automatically give focus to a particular  
form field
when the page loads? You can simply call the .focus() method on the  
element:


document.getElementById('myfield').focus();

Consider the accessibility implications, first, though; not  
everyone will be
happy to have decisions made for them about where they want their  
cursor to

be. ;)

- Matthew.


*
From: "Minh D. Tran" <[EMAIL PROTECTED]>
Date: Wed, 5 Dec 2007 07:47:19 -0800 (PST)
Subject: [WSG] Simple question on forms

Hi Everyone,

I just have a question regarding forms. How do I set the cursor to  
default on a certain form input field?


Thanks,
M




-
Looking for last minute shopping deals?  Find them fast with Yahoo!  
Search.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

*
From: "Matthew Pennell" <[EMAIL PROTECTED]>
Date: Wed, 5 Dec 2007 15:59:06 +
Subject: Re: [WSG] Simple question on forms

On 12/5/07, Minh D. Tran <[EMAIL PROTECTED]> wrote:


I just have a question regarding forms. How do I set the cursor to  
default

on a certain form input field?



Do you mean you want to automatically give focus to a particular  
form field
when the page loads? You can simply call the .focus() method on the  
element:


document.getElementById('myfield').focus();

Consider the accessibility implications, first, though; not  
everyone will be
happy to have decisions made for them about where they want their  
cursor to

be. ;)

- Matthew.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

*
From: "Max A. Shpack" <[EMAIL PROTECTED]>
Date: Wed, 5 Dec 2007 17:56:29 +0200
Subject: Re: [WSG] Simple question on forms


form elements have focus() method in javascript. plain html doesn't  
allow this.


Cheers,
Max.

2007/12/5, Minh D. Tran <[EMAIL PROTECTED]>:

Hi Everyone,

I just have a question regarding forms. How do I set the cursor to  
default

on a certain form input field?

Thanks,
M




 
Looking for last minute shopping deals? Find them fast with Yahoo!  
Search.

***
List Guidelines:
http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe:
http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guide

Re: [WSG] More semantic logos?

2007-12-08 Thread Matthew Pennell
On 12/8/07, James Thomson <[EMAIL PROTECTED]> wrote:
>
> I was hoping to get your feedback on my blog entry regarding a method of
> marking up logos with using your standard site menu:
>
> http://www.digitaloverload.co.uk/blog/2007/11/23/more-semantic-logos/
>

Great article - like all the best solutions, applying a little common sense
gets you a long way. :)

- Matthew


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

[WSG] More semantic logos?

2007-12-08 Thread James Thomson

Hi all,

I was hoping to get your feedback on my blog entry regarding a method of 
marking up logos with using your standard site menu:


http://www.digitaloverload.co.uk/blog/2007/11/23/more-semantic-logos/

Please be brutal with your criticism, I'm sure there's plenty of stuff 
to improve on.


Thanks,

James.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***