RE: [WSG] Accessible Image Map Editors

2009-10-26 Thread Foskett, Mike
Image maps are the only thing I still use Adobe's Dreamweaver for. It's good at it. Note: 1. Use meaningful alt text. 2. Do not use small clickable areas. 3. Use both name and id on attributes on the map element. Regards Mike Marvin Hunkin schrieb: hi. is image map accessible with jaws? i

[WSG] Re: International SMS Provider

2009-10-26 Thread Cp Master
Hi, I'm looking for an international sms provider (paid, not free). I need to send sms messages from my PHP application to users cellphones, using PHP or any other server-side language. I have experience sending sms from my apps within my country, but here the users going to be from all

[ADMIN] THREAD CLOSED Re: [WSG] Re: International SMS Provider

2009-10-26 Thread Lea de Groot
This thread is off topic for this list and is closed. Should you wish to help the OP, please reply off list. warmly, Lea -- Lea de Groot WSG Core Member *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

RE: [WSG] Accessible Image Map Editors [SEC=UNCLASSIFIED]

2009-10-26 Thread Andrew . Remely
i need to create a image map for a web page i am developing for one of my online programming classes any recommendations would be appreciated. Marvin I presume you’re using the image map to illustrate a particular principle and encourage interaction in some way? What I’m getting at is there

[WSG] Trip down memory lane

2009-10-26 Thread Susie Gardner-Brown
Geocities is closing down! So xkcd did a commemorative Œreprise¹ of their site ... http://xkcd.com/499/ :) *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Trip down memory lane

2009-10-26 Thread Patrick H. Lauke
On 27/10/2009 00:05, Susie Gardner-Brown wrote: Geocities is closing down! So xkcd did a commemorative ‘reprise’ of their site ... http://xkcd.com/499/ I think Bruce Lawson's tribute from a few years ago is also quite fitting now. http://www.brucelawson.co.uk/2004/zengarden/ -- Patrick H.

Re: [WSG] Re: International SMS Provider

2009-10-26 Thread Ryan Seddon
You might want to check out beamme http://www.beamme.info/ might be what your looking for and they offer global delivery options. -Ryan On Mon, Oct 26, 2009 at 10:59 PM, Cp Master thecpmas...@gmail.com wrote: Hi, I'm looking for an international sms provider (paid, not free). I need to send

[WSG] Anchor tag without href

2009-10-26 Thread Naveen Bhaskar
hi , could anyone tell me whether an anchor tag can be used without href according to webstandads? a id=rateme img src=somepath alt=/a Thanks and regards Naveen Bhaskar

[WSG] Anchor tag without href

2009-10-26 Thread sharon . pegg
Return Receipt Your [WSG] Anchor tag without href document:

[WSG] Anchor tag without href

2009-10-26 Thread Julia . Dalbo
Return Receipt Your [WSG] Anchor tag without href document:

Re: [WSG] Anchor tag without href

2009-10-26 Thread Nathanael Boehm
Hi Naveen, Sure you can for named anchors with document fragment identifiers, but AFAIK all modern browsers (and I'm not sure which ones if any didn't) support the use of using *any* HTML element to link to using a doc frag ID. For example the URL: http://www.example.com#contact could link to:

Re: [WSG] Anchor tag without href

2009-10-26 Thread nedlud
Don't forget that old school named anchors actually used the name attribute... a name=some_targetthe target/a Then linked to it the same way you would for any tag with an id... a href=#some_targetclick here/a I think IE6 still requires this technique. On Tue, Oct 27, 2009 at 3:15 PM,