[WSG] RE: Accessibility - Scanning PDFs [SEC=UNCLASSIFIED]

2008-10-28 Thread Chris Vickery
I've been looking into this recently too. I found a lot of info from Adobe of how accessible Acrobat can be made, but my experience was that it takes a long time to set them up properly. The success (or not) comes from how cleanly the pages were set up in the first place, with proper heading hie

Re: [WSG] Accessibility - Scanning PDFs

2008-10-28 Thread Rae Buerckner
PDF is an ISO standard and has been for some months, guidlines on accessibility can be found here http://www.adobe.com/accessibility/?promoid=DJGVE Cheers, R On Wed, Oct 29, 2008 at 4:17 PM, Dave Hall <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-29 at 14:39 +1000, Thiru Yoganathan wrote: > > Hi

RE: [WSG] Accessibility - Scanning PDFs

2008-10-28 Thread Thiru Yoganathan
Hi Dave Thanks for the input I appreciate it mate, I will look into it further. Also thanks for the input on creating and replying, will take that into consideration next time Cheer mate Thiru Yoganathan | Customer Experience Analyst Access Testing The Experts in Testing 112 Alexander St, Crow

Re: [WSG] Accessibility - Scanning PDFs

2008-10-28 Thread Dave Hall
On Wed, 2008-10-29 at 14:39 +1000, Thiru Yoganathan wrote: > Hi Guys, > > > > I am dealing with a very large website, with around 20 000 PDF files. > > > > I want to test if these PDFs are Compliant with W3C standards. I know > that some of these files will be I just want to find the ones

[WSG] Accessibility - Scanning PDFs

2008-10-28 Thread Thiru Yoganathan
Hi Guys, I am dealing with a very large website, with around 20 000 PDF files. I want to test if these PDFs are Compliant with W3C standards. I know that some of these files will be I just want to find the ones which aren't. Does anyone know of a good tool to use to test PDF files. I currently

Re: [WSG] CSS invisible to IE

2008-10-28 Thread Luke Hoggett
Hi, This list isn't really a help desk. For such things Google is your friend. Anyway, there are various methods/hacks available. My preference is to use child selectors eg #container .something { /* this will be used in ie6 */ } #container > .something { /* this will be used in firef

[WSG] CSS invisible to IE

2008-10-28 Thread Fuji kusaka
Is there any way to code css (not conditional inline css), so that the CSS apply online to FF? -- Fuji kusaka *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsu

RE: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Thierry Koblentz
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Drake Sent: Tuesday, October 28, 2008 2:02 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Mark-up for physical/postal addresses Personally, IF the address had a name associated with it, I would use a definition list. H

RE: [WSG] need to get a negative margin working

2008-10-28 Thread Thierry Koblentz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of kevin mcmonagle > Sent: Tuesday, October 28, 2008 2:37 PM > To: wsg@webstandardsgroup.org > Subject: [WSG] need to get a negative margin working > > > > > > > *(I need t

Re: [WSG] Accessible JS/Mootools

2008-10-28 Thread Brett Patterson
It says the page validates. And I visited it, but don't see no problems with it. On Tue, Oct 28, 2008 at 5:46 PM, Essential eBiz Solutions Ltd < [EMAIL PROTECTED]> wrote: > can anyone help me with this? > > > Many Thanks > > Mathew O'Connor > > > > 0800 3

Re: [WSG] need to get a negative margin working

2008-10-28 Thread Luke Hoggett
Hi, Try swapping the order of the h2 and anchor to start with, the solution will be a lot easier. L kevin mcmonagle wrote: *(I need this heading to have a negative left margin over the leftcol div but it wont budge)* .. heres t

RE: [WSG] Accessible JS/Mootools

2008-10-28 Thread Essential eBiz Solutions Ltd
can anyone help me with this? Many Thanks Mathew O'Connor 0800 3277935 _ Disclaimer: This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opin

[WSG] need to get a negative margin working

2008-10-28 Thread kevin mcmonagle
*(I need this heading to have a negative left margin over the leftcol div but it wont budge)* .. heres the css : a:link h2.cosanhead { height:90px; margin-left:-57px; width:150px; background-image:url(cosanlogodormant.jpg); backgro

Re: [WSG] JavaScript clarification please

2008-10-28 Thread Breton Slivka
JScript was originally created as an exact reverse engineering of Javascript (including the mistakes), so that IE could read pages with javascript on them. This was of course, during the browser wars when they were competing for features. Jscript has fallen a bit behind Javascript by now, so there

Re: [WSG] JavaScript clarification please

2008-10-28 Thread Brett Patterson
There is only one JavaScript, as created by Netscape. Though it can be used for other things, such as programming an application, I think that is worded right. On Tue, Oct 28, 2008 at 12:10 PM, Hassan Schroeder <[EMAIL PROTECTED]>wrote: > liorean wrote: > > Anyway, by the time the first ful

Re: [WSG] JavaScript clarification please

2008-10-28 Thread liorean
2008/10/28 Brett Patterson <[EMAIL PROTECTED]>: > Actually it did say it is heavily object-based. But now, under Dynamic > Programming --> Objects as associated arrays, it says it is almost entirely > object-based. Looks like it just got updated. Internet Explorer does read > JavaScript, but does i

Re: [WSG] JavaScript clarification please

2008-10-28 Thread Hassan Schroeder
liorean wrote: Anyway, by the time the first full version of Navigator that had it was released (2.0) it had already been renamed to JavaScript, so I'd hardly say it was released under the LiveScript name. Well, at this point I don't know exactly when a version of Navigator was released

[WSG] Accessible JS/Mootools

2008-10-28 Thread Essential eBiz Solutions Ltd
Hi Everyone, I'm trying to implement a few features from the mootools library on a clients web site. Basically I'm trying to get 3 element to load differently on the page load. the 1st one is the navigation bar which I think is completed the second is a div that has a .png image

Re: [WSG] JavaScript clarification please

2008-10-28 Thread Brett Patterson
Actually it did say it is heavily object-based. But now, under Dynamic Programming --> Objects as associated arrays, it says it is almost entirely object-based. Looks like it just got updated. Internet Explorer does read JavaScript, but does it support JavaScript as a whole, or does it read JavaScr

RE: [WSG] JavaScript clarification please

2008-10-28 Thread michael.brockington
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brett Patterson > Sent: 28 October 2008 12:35 > To: wsg@webstandardsgroup.org > Subject: Re: [WSG] JavaScript clarification please > > > When you say support, are you saying that Internet Explorer will not execute > JavaScript, or it

Re: [WSG] JavaScript clarification please

2008-10-28 Thread Brett Patterson
When you say support, are you saying that Internet Explorer will not execute JavaScript, or it will execute JavaScript as JScript? And in the http://en.wikipedia.org/wiki/JavaScript link you provided it states that JavaScript is heavily object-based, so should I assume this as well to be correct?

Re: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Ross Bruniges
I don't think David said anything against microformats. The problems were with the use of the address element (which should only be used if it contains the contact details of the person who created a page) and the use of a definition list as an address for someone is not a definition of the per

Re: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Ollie
The address tag was never actually built for addresses (a common misconception), and addresses are also not lists? I would highly recommend marking it up with Microformats and using the built in classes to style this as you need. On Tue, Oct 28, 2008 at 9:33 AM, Darren Lovelock <[EMAIL PROTECTED]>

Re: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Johan Douma
Well, what's wrong with microformats? It's really the way to go, and search engines like yahoo, technorati already use these formats. There are already quite a lot of generators like this one: http://microformats.org/code/hcard/creator No need to do any code, maybe is you want to change the structu

Re: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread David Dorward
Darren Lovelock wrote: > Why not use the tag Because most addresses on webpages do not provide contact details for the author. > and a definition list? Because addresses are not definitions of things. -- David Dorward http://dorward.me.uk/ ***

RE: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Darren Lovelock
Why not use the tag and a definition list? I believe that also helps a little with localised SEO :) John Doe 123 Acacia Avenue Suburb State Postal Code Tel:888 9581 4077 Fax:888 9581 2835 Darren Lovelock Munky Online Web Design http://www.munkyonline.co.uk T: +44 (0)20-8816-8893 __

RE: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Ted Drake
Personally, IF the address had a name associated with it, I would use a definition list. However, there are some purists out there that can't see beyond using a dl for anything other than defining a word. But John Doe is a term and his address, phone number, etc are describing him: John D

Re: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Ollie
Yep, as Ross said mark it up with Microformats On Tue, Oct 28, 2008 at 8:34 AM, Ross Bruniges <[EMAIL PROTECTED]>wrote: > would have a look at - http://microformats.org/wiki/hcard > > -- > *From:* Henrik Madsen <[EMAIL PROTECTED]> > *To:* wsg@webstandardsgroup.org > *S

Re: [WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Ross Bruniges
would have a look at - http://microformats.org/wiki/hcard From: Henrik Madsen <[EMAIL PROTECTED]> To: wsg@webstandardsgroup.org Sent: Tuesday, 28 October, 2008 8:23:07 Subject: [WSG] Mark-up for physical/postal addresses Can anyone guide me re. best practice

[WSG] Mark-up for physical/postal addresses

2008-10-28 Thread Henrik Madsen
Can anyone guide me re. best practice for marking-up physical addresses that would appear like this: 123 Acacia Avenue Suburb State Postal Code Tel 888 9581 4077 Fax 888 9581 2835 Or is it acceptable to keep all in and use 's TIA Henrik *

Re: [WSG] JavaScript clarification please

2008-10-28 Thread liorean
> liorean wrote: >> (Netscape had originally intended to use the name LiveScript.) 2008/10/28 Hassan Schroeder <[EMAIL PROTECTED]>: > Actually, it was initially released as LiveScript and renamed later. IIRC Navigator 2.0 also supported a mocha: pseudo-protocol like the javascript: pseudo-protoco