You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Massimiliano Dessì <de...@yahoo.it> on 2003/02/28 12:58:06 UTC

enable jetspeed for disable

I want enable jetspeed for blind user .
I dont't know the function of the client for disable. 
  
There 'is anyone can help me for this project?
Where can found material for this ?

Thanks in advanced.

Massimiliano Dessì

Cagliari  
Sardinia (ITALY)

______________________________________________________________________
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: enable jetspeed for disable

Posted by Santiago Gala <sg...@hisitech.com>.
Massimiliano Dessi wrote:
> How can test the html generated ?

For validation:

http://validator.w3.org is your friend ;-)

It is online, but you can download a version if you need to validate 
when you do not have access.

Some tips:
* "&" requires quoting in attributes like <ims src="...&amp;..."> or <a 
href="...&amp;...">
* <noscript> is *not* allowed inside <head>, only in body. This one 
drove me crazy.

For xhtml, you can use the DTD + any xml parser to validate your documents.

> Which browser or program permit to test this ?
> 
> Massimiliano
> 

I'm not sure which user agents will be able to handle the aural properties.

But, if you generate sequential (logically ordered), structurally marked 
xhtml, you are just one XSLT transformation away from any XML-based markup.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: enable jetspeed for disable

Posted by Massimiliano Dessi <ma...@gruppoatlantis.com>.
How can test the html generated ?
Which browser or program permit to test this ?

Massimiliano

----- Original Message -----
From: "Santiago Gala" <sg...@hisitech.com>
To: "Jetspeed Developers List" <je...@jakarta.apache.org>
Sent: Friday, February 28, 2003 1:12 PM
Subject: Re: enable jetspeed for disable


> Massimiliano Dessì wrote:
> > I want enable jetspeed for blind user .
> > I dont't know the function of the client for disable.
> >
>
> I would take the following approach:
>
> * Write a set of Velocity templates that generate "modern" xhtml or
>    HTML4.01 markup.
> * Don't use tables for layout. Ignore the differences between the
>    different controllers (except for css stylesheets)
> * use the "aural" property
>
> For this you would need to know the "typical" browser or environment
> used by your target, so as to know the limitations of the approach.
>
> VoiceML or VoiceXML are alternatives that could be handy to xhtml or
> styled HTML.
>
>
>
> > There 'is anyone can help me for this project?
> > Where can found material for this ?
> >
>
> It is an interesting project. I think everybody in the list would be
> interested in having a good "capability" set and templates for aural
> browsers or speech-enabled browsers.
>
> Look in www.w3.org for "aural", and look for the Voice ML markups.
>
> > Thanks in advanced.
> >
> > Massimiliano Dessì
> >
> > Cagliari
> > Sardinia (ITALY)
> >
> > ______________________________________________________________________
> > Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
> >
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: enable jetspeed for disable

Posted by Santiago Gala <sg...@hisitech.com>.
Massimiliano Dessì wrote:
> I want enable jetspeed for blind user .
> I dont't know the function of the client for disable. 
>   

I would take the following approach:

* Write a set of Velocity templates that generate "modern" xhtml or
   HTML4.01 markup.
* Don't use tables for layout. Ignore the differences between the
   different controllers (except for css stylesheets)
* use the "aural" property

For this you would need to know the "typical" browser or environment 
used by your target, so as to know the limitations of the approach.

VoiceML or VoiceXML are alternatives that could be handy to xhtml or 
styled HTML.



> There 'is anyone can help me for this project?
> Where can found material for this ?
> 

It is an interesting project. I think everybody in the list would be 
interested in having a good "capability" set and templates for aural 
browsers or speech-enabled browsers.

Look in www.w3.org for "aural", and look for the Voice ML markups.

> Thanks in advanced.
> 
> Massimiliano Dessì
> 
> Cagliari  
> Sardinia (ITALY)
> 
> ______________________________________________________________________
> Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
> http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org