Re: Handheld Layout Development (was RE: CSS)

2005-04-21 Thread Kevin Graeme
Sorry, that tool I mentioned looks like it's for Treo users, not people developing for Treo. -Kevin On 4/21/05, Kevin Graeme <[EMAIL PROTECTED]> wrote: > IIRC, the Treo (and others) use a web proxy to translate your site > into something their browser might like. > > At the bottom of this page t

Re: Handheld Layout Development (was RE: CSS)

2005-04-21 Thread Kevin Graeme
IIRC, the Treo (and others) use a web proxy to translate your site into something their browser might like. At the bottom of this page there's a reference to a tool to help break down your page to maybe help designing for things like the Treo: http://mytreo.net/treo600faq/BlazerBrowser -Kevin On

RE: Handheld Layout Development (was RE: CSS)

2005-04-21 Thread Dawson, Michael
After a bit more testing, I found that my Treo 300 does not support

Re: Handheld Layout Development (was RE: CSS)

2005-04-20 Thread Kevin Graeme
hanks > > M!ke > > -Original Message- > From: John Dowdell [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 14, 2005 3:54 PM > To: CF-Community > Subject: Re: Handheld Layout Development (was RE: CSS) > > Dawson, Michael wrote: > > [When developing WWW pa

RE: Handheld Layout Development (was RE: CSS)

2005-04-20 Thread Dawson, Michael
2005 3:54 PM To: CF-Community Subject: Re: Handheld Layout Development (was RE: CSS) Dawson, Michael wrote: > [When developing WWW pages and also delivering to mobile > audiences, do you prefer one doc or two?] Some people believe there's "content" which can be poured into

Re: Handheld Layout Development (was RE: CSS)

2005-04-15 Thread William Bowen
> Do you know an example somewhere? #tableLike fieldset { display: block; width: 525px; /*17em*/ background-color: #e1e1e1; } #tableLike fieldset fieldset { display: inline; position: relative; width: 30%; border: 1px black solid;

Re: Handheld Layout Development (was RE: CSS)

2005-04-15 Thread Jochem van Dieten
William Bowen wrote: >> I just don't know of a way to create something that behaves like a table in >> CSS, >> which would have been the preferred option.) > > I've been doing a lot of work on forms the last few days and using > seems to me you could use that with display:block; dunno if it wou

Re: Handheld Layout Development (was RE: CSS)

2005-04-15 Thread William Bowen
> I just don't know of a way to create something that behaves like a table in > CSS, > which would have been the preferred option.) I've been doing a lot of work on forms the last few days and using seems to me you could use that with display:block; dunno if it would do exactly what you're loo

Re: Handheld Layout Development (was RE: CSS)

2005-04-15 Thread Jochem van Dieten
William Bowen wrote: > > Does the _benefit_ of optimization outweigh the _cost_ of optimization > for each media type? That really depends on the situation. Like the example I gave before with devices switching between UMTS and WiFi depending on coverage. That really happened during a test from

Re: Handheld Layout Development (was RE: CSS)

2005-04-14 Thread William Bowen
> Some people believe there's "content" which can be poured into lots of > different containers I know I sure do. I love the fact that I can deliver from my web site content that can be displayed in many different formats. A single point of entry for the "content" and multiple optimized display te

Re: Handheld Layout Development (was RE: CSS)

2005-04-14 Thread John Dowdell
Dawson, Michael wrote: > [When developing WWW pages and also delivering to mobile > audiences, do you prefer one doc or two?] Some people believe there's "content" which can be poured into lots of different containers. Oftentimes people enamored of "web standards" do not like it when multipl

Re: Handheld Layout Development (was RE: CSS)

2005-04-14 Thread Jochem van Dieten
Dawson, Michael wrote: > I'm starting to play around with some new development on an intranet web > site. Since we are a university and since most students have cell > phones, I want to add a mobile option to our site. > > What are your comments on supporting mobile? Just do it :-) >* Code onl

Handheld Layout Development (was RE: CSS)

2005-04-14 Thread Dawson, Michael
I'm starting to play around with some new development on an intranet web site. Since we are a university and since most students have cell phones, I want to add a mobile option to our site. What are your comments on supporting mobile? * Code only for desktop browsers and let the mobile proxies w