[WSG] Out of Office AutoReply: WSG Digest

2008-04-23 Thread Krikorian, Margaret (DPS)
Thank you for your message. I am currently not in the office, but will return 
on Monday 28 April 2008. I will respond to your message at that time.


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


[WSG] Out of Office AutoReply: WSG Digest

2008-04-23 Thread Pickering, Nikki
I am currently away from the office, returning Wednesday 23 April 2008.

I will respond to your email on my return.

Many thanks
Nikki Pickering
Please consider our environment before printing this email

Please note that Goldman Sachs JBWere makes important disclosures of its 
interests at http://www.gsjbw.com/Disclosures.  If you do not wish to receive 
future communications of this nature, you can unsubscribe by going to 
http://www.gsjbw.com/?p=Unsubscribe&[EMAIL PROTECTED]  If you require any 
further information regarding our SPAM policy, please email [EMAIL PROTECTED]  
This communication and its attachments are also subject to copyright.

NOTICE TO RECIPIENTS: The information contained in and accompanying this 
communication may be confidential, subject to legal privilege, or otherwise 
protected from disclosure, and is intended solely for the use of the intended 
recipient(s). If you are not the intended recipient of this communication, 
please delete and destroy all copies in your possession, notify the sender that 
you have received this communication in error, and note that any review or 
dissemination of, or the taking of any action in reliance on, this 
communication is expressly prohibited. E-mail messages may contain computer 
viruses or other defects, may not be accurately replicated on other systems, or 
may be intercepted, deleted or interfered with without the knowledge of the 
sender or the intended recipient. 
To the extent permitted by law Goldman Sachs JBWere makes no warranties, and 
expressly disclaims any liability, in relation to the contents of this message. 
Goldman Sachs JBWere reserves the right to intercept and monitor the content of 
e-mail messages to and from its systems.


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



Re: [WSG] :: Footer not resting at bottom of page ::

2008-04-23 Thread Matijs
The (imho) best way to do this is by using the Man in Blue's FooterStickAlt:

http://www.themaninblue.com/writing/perspective/2005/08/29/

On Tue, Apr 22, 2008 at 8:08 AM, Tim MacKay <[EMAIL PROTECTED]> wrote:

>  Hi Amrinder,
>
>
>
> I would recommend this solution; it was given to me from a member of this
> list a few months ago and worked great.
>
>
>
> http://dusan.fora.si/blog/how-to-move-that-footer-to-the-bottom
>
>
>
> Best Regards,
>
> Tim
>
>
>
> *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On
> Behalf Of *?? ?
> *Sent:* Tuesday, 22 April 2008 4:00 PM
> *To:* wsg@webstandardsgroup.org
> *Subject:* Re: [WSG] :: Footer not resting at bottom of page ::
>
>
>
> #wrapper {
>   min-height:100%;
> } is not enough
> +
> * html #wrapper {
>   height:100%;
> }
> html, body{
>   height:100%;
> }
> #footer {
>   margin-top:-50px;/* margintop = -(this height)*/
> }
>
> 2008/4/22, Kepler Gelotte <[EMAIL PROTECTED]>:
>
> > I have problem with the footer of my website: www.awayback.com it is not
> staying at bottom of the page. Things are fine in case of low
> > resolution i.e. 1024x768 but in high resolution screens (1200x1024)
> footer is hanging mid way and not at bottom of the page.
>
>
> Hi Amrider,
>
> I would suggest adding another  around  id="masthead">
> ...  with a min-height of 100%:
>
> div#wrapper {
> min-height: 100%;
> }
>
> This should keep the footer at the bottom of the page on short pages.
>
> Best regards,
>
> Kepler Gelotte
> Neighbor Webmaster, Inc.
> 156 Normandy Dr., Piscataway, NJ 08854
> www.neighborwebmaster.com
> phone/fax: (732) 302-0904
> 
>
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>


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

RE: [WSG] :: Footer not resting at bottom of page ::

2008-04-23 Thread Pablo E. Cordero C.
I use the following when I need to push the footer to the bottom.

 

http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page

 

It’s very well documented and works pretty well.

 

Cheers!

 

-  Pablo

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matijs
Sent: Wednesday, April 23, 2008 1:58 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] :: Footer not resting at bottom of page ::

 

The (imho) best way to do this is by using the Man in Blue's FooterStickAlt:

http://www.themaninblue.com/writing/perspective/2005/08/29/

On Tue, Apr 22, 2008 at 8:08 AM, Tim MacKay <[EMAIL PROTECTED]> wrote:

Hi Amrinder,

 

I would recommend this solution; it was given to me from a member of this list 
a few months ago and worked great. 

 

http://dusan.fora.si/blog/how-to-move-that-footer-to-the-bottom

 

Best Regards,

Tim

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ?? ?
Sent: Tuesday, 22 April 2008 4:00 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] :: Footer not resting at bottom of page ::

 

#wrapper {
  min-height:100%;
} is not enough
+
* html #wrapper {
  height:100%;
}
html, body{
  height:100%;
}
#footer {
  margin-top:-50px;/* margintop = -(this height)*/
}

2008/4/22, Kepler Gelotte <[EMAIL PROTECTED]>:

> I have problem with the footer of my website: www.awayback.com it is not
staying at bottom of the page. Things are fine in case of low
> resolution i.e. 1024x768 but in high resolution screens (1200x1024) 
footer is hanging mid way and not at bottom of the page.



Hi Amrider,

I would suggest adding another  around 
...  with a min-height of 100%:

div#wrapper {
min-height: 100%;
}

This should keep the footer at the bottom of the page on short pages.

Best regards,

Kepler Gelotte
Neighbor Webmaster, Inc.
156 Normandy Dr., Piscataway, NJ 08854
www.neighborwebmaster.com
phone/fax: (732) 302-0904





***

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



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


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



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



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


Re: [WSG]

2008-04-23 Thread Jon Gunderson
There is also the Illinois Functional Accessibility Validator (FAE)

http://fae.cita.uiuc.edu

and

The Illinois Firefox Accessibility Extension

http://firefox.cita.uiuc.edu

Jon


On Tue, Apr 22, 2008 at 8:43 PM, Kepler Gelotte
<[EMAIL PROTECTED]> wrote:
> > Anyone know about a tool that automate the process of testing
>  > accessibility? any new good tool?
>
>  One I like is: http://www.sidar.org/hera/index.php.en
>
>  It is interactive and shows the area in question on your page. It has been
>  around for a while though.
>
>  Best regards,
>
>  Kepler Gelotte
>  Neighbor Webmaster, Inc.
>  156 Normandy Dr., Piscataway, NJ 08854
>  www.neighborwebmaster.com
>  phone/fax: (732) 302-0904
>
>
>
>  ***
>  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>  Help: [EMAIL PROTECTED]
>  ***


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



Re: [WSG] accessible client side form validation

2008-04-23 Thread Christian Snodgrass
You may want to try out one I created: 
http://www.arwebdesign.net/systems/ValidInputImages


It's primary function is to place a image after the object that 
indicates whether it is valid or invalid. It also has an alt tag that 
says so as well. The only requirement is that each element is wrapped in 
something that can handle an img, because it appends a new image. So, 
you could mark it up like this:



or (as I've done in my examples because it's easier to apply CSS like this)



It checks each element after each element has been changed.

Mine isn't quite as easy as Matt's, because it requires that you call a 
function for each input, and there aren't lots of regexes predefined. It 
is light-weight and has been tested on all current major browsers, 
including IE6.


The thing I'm not sure about, and that maybe others will be able to 
assist me with is what happens when the image gets appended or the 
source gets changed. It seems I remember hearing that anytime the source 
is changed, the screen reader jumps to the top again. If so, that's 
something that I need to figure out a good work around for.


Let me know what you think.

tee wrote:
Yes, I second it, I implement it on a client's site and was very happy 
with until I found that it has problem in Safari 3.1 (552513) for the 
First Name, Last Name and Phone required fields - I had the fields 
entered correctly, but Safari kept telling me to 'correct the 
highlighted errors'.


It's probably a bug by Safari 3.1 (552513) because I had people tested 
for me in their Safari with different version, and they all worked.


I was forced to remove Matt's script as a result, and have the 
server-side validation.


tee


On Apr 22, 2008, at 8:58 PM, Matt Fellows wrote:
I humbly suggest my own: 
http://www.onegeek.com.au/articles/programming/javascript-form-validation.php :) 

Completely unobtrusive and requires only valid XHTML. If you have a 
little bit of JS knowledge you can easily extend the functionality.


Cheers,

Matt





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





--

Christian Snodgrass
Azure Ronin Web Design
http://www.arwebdesign.net/ 
Phone: 859.816.7955



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



Re[2]: [WSG] accessible client side form validation

2008-04-23 Thread Alexey Novikov
Hello, friends.

There is no client side form *validation*.
There is client side form *assistance*.

Validation should be performed on server.


--- 
Best wishes,
Alexey Novikov

http://blog.studiomade.ru
http://studiomade.ru




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



Re: Re[2]: [WSG] accessible client side form validation

2008-04-23 Thread tee

Hmm, why the Republic of JS kept saying it's form validation?

tee
On Apr 23, 2008, at 11:28 AM, Alexey Novikov wrote:

Hello, friends.

There is no client side form *validation*.
There is client side form *assistance*.

Validation should be performed on server.





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



[WSG] animated scroll

2008-04-23 Thread Laert Jansen
Hello everyone.

I want to build some anchor to the top of the page using that kind of effect
that the scroll is animated...I believe its javascriptdoes anyone have a
tutorial or something like that that could help me?

thanks a lot
-- 
Laert Jansen
www.laertjansen.com


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

[WSG] An efficient CSS architecture

2008-04-23 Thread Jens-Uwe Korff
Hi all,

I'm currently in the lucky position to be able to design a CSS
architecture from scratch. I was thinking of creating a layered approach
where I have a CSS layer for

- the CSS reset
- the site layout (structural parts, ie. columns, rows, header, footer)
- the site's elements (boxes which can be reused across pages; a box
might contain images, heading, paragraphs)
- the site's skin (colours, sprites etc.)

I'd like to know if you have been through this thought process and if
you have proven concepts that you would like to share.

(You can email me offline too, but we've got a long weekend here so I'll
contact you Monday.)

Thank you!

Cheers,
 
Jens 

The information contained in this e-mail message and any accompanying files is 
or may be confidential. If you are not the intended recipient, any use, 
dissemination, reliance, forwarding, printing or copying of this e-mail or any 
attached files is unauthorised. This e-mail is subject to copyright. No part of 
it should be reproduced, adapted or communicated without the written consent of 
the copyright owner. If you have received this e-mail in error please advise 
the sender immediately by return e-mail or telephone and delete all copies. 
Fairfax does not guarantee the accuracy or completeness of any information 
contained in this e-mail or attached files. Internet communications are not 
secure, therefore Fairfax does not accept legal responsibility for the contents 
of this message or attached files.


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



[WSG] Amanda Finnis is on leave.

2008-04-23 Thread Amanda . Finnis

I will be out of the office starting  24/04/2008 and will not return until
29/04/2008.

If you have an urgent enquiry please contact Peter Sculley on 9938 0516.
Thanks.


**
Department of Innovation, Industry and Regional Development, 
Government of Victoria, Victoria, Australia.  

This e-mail and any attachments may contain privileged and confidential
information.   If you are not the intended recipient, you may not distribute
reproduce this e-mail or the attachments.   If you have received this message
in error, please notify us by return e-mail.

**



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



Re: [WSG] An efficient CSS architecture

2008-04-23 Thread Karl Lurman
Jens,

I recommend googling CSS Frameworks.

Also, I recommend looking at a site I implemented a CSS framework of
my own. It sounds very very much like your approach.

http://www.athletics.com.au

It works on the concept of layers that can be used to progressively
enhance the visual appearance of a given HTML document set. Its
actually the base css framework for a content management solution
developed by a company called Datalink here in Melbourne, my previous
job. Being part of a CMS, it has a few additional layers to further
customise the site with respect to customer requirement. Similarly, I
used namespacing to separate styles that are part of the base
framework with styles that are customer specific.

The beauty of the framework is that it is consistent and easy to
learn. The idea being that the framework remained unchanged, and only
theme and customer specifc stylesheets affected the cascade. Another
added benefit was in knowing which sheet a specific style resides in.
This was extremely helpful before the likes of Firebug.

The only real draw back of this approach is the initial page load.
There is an overhead in downloading so many different stylesheets. The
best thing to do in this case is to compile your stylesheets into a
single build. This is the approach we are applying at my current job
here at SitePoint.

Good luck with your own framework! :)

Karl

On Thu, Apr 24, 2008 at 4:05 PM, Jens-Uwe Korff
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  I'm currently in the lucky position to be able to design a CSS
>  architecture from scratch. I was thinking of creating a layered approach
>  where I have a CSS layer for
>
>  - the CSS reset
>  - the site layout (structural parts, ie. columns, rows, header, footer)
>  - the site's elements (boxes which can be reused across pages; a box
>  might contain images, heading, paragraphs)
>  - the site's skin (colours, sprites etc.)
>
>  I'd like to know if you have been through this thought process and if
>  you have proven concepts that you would like to share.
>
>  (You can email me offline too, but we've got a long weekend here so I'll
>  contact you Monday.)
>
>  Thank you!
>
>  Cheers,
>
>  Jens
>
>  The information contained in this e-mail message and any accompanying files 
> is or may be confidential. If you are not the intended recipient, any use, 
> dissemination, reliance, forwarding, printing or copying of this e-mail or 
> any attached files is unauthorised. This e-mail is subject to copyright. No 
> part of it should be reproduced, adapted or communicated without the written 
> consent of the copyright owner. If you have received this e-mail in error 
> please advise the sender immediately by return e-mail or telephone and delete 
> all copies. Fairfax does not guarantee the accuracy or completeness of any 
> information contained in this e-mail or attached files. Internet 
> communications are not secure, therefore Fairfax does not accept legal 
> responsibility for the contents of this message or attached files.
>
>
>  ***
>  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>  Help: [EMAIL PROTECTED]
>  ***
>
>


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