Re: [WSG] Creating CSS/XHTML layouts from Use Cases ?

2005-03-30 Thread Tim Shortt
First time post here. But I have some experience with use cases so I thought I could be helpful. The short answer is: Just say yes. It takes about a day to figure out what they are and how they work (not to write them). The harder part is the CSS/XHTML--which I'm assuming you're comfortable or

Re: [WSG] Discussion Threading

2004-11-25 Thread Tim Shortt
Jixor - Stephen I wrote: Are there any mail clients that will automatically thread discussions? I use news groups regularly and comparatively the discussion list is very annoying and cumbersome. Mozilla Thunderbird. View > Sort by > Threaded Note: When somebody doesn't 'Reply to' a post (meaning

Re: [WSG] AOHell

2004-09-29 Thread Tim Shortt
Patrick H. Lauke wrote: If you're really, really committed (or just masochistic) to testing it, but want to avoid having to actually get an AOL account, you can also run your own server http://www.aolserver.com/ and do testing on your local setup under true battle conditions...either that, or yo

Re: [WSG] AOHell

2004-09-29 Thread Tim Shortt
On 9/28/04 7:08 PM "Ryan Christie" <[EMAIL PROTECTED]> sent this out: AOL browser is uses the IE engine, does it not? Yes. Most home users using Windows would still be using the IE driven version of the AOL browser (not sure about Mac). One thing worth considering when developing for AOL is the

Re: [WSG] the new Kansas City Chiefs web site

2004-09-17 Thread Tim Shortt
Ted Drake wrote: It looks like Zeldman went through a victoria's secret catalog, grabbed the bra ads, Now, that is NFL branding! Actually, it *is* NFL branding. Since they are Kansas City Cheerleaders from the cheerleaders page. http://www.kcchiefs.com/cheerleaders/ *

[WSG] aDesigner

2004-07-19 Thread Tim Shortt
Has anyone had a chance to try IBM's aDesigner, and if so, what are your thoughts? Tim * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting

Re: [WSG] Tim Berners-Lee - Keeping Web Universal

2004-06-21 Thread Tim Shortt
Stephanie wrote: There are "next page" and "prev page" links further down as well as a "1 | 2" link -- but -- those don't work either if you don't have javascript enabled. I was really just trying to point out some mainstream coverage of what is probably familiar to most on the list--not to draw a

[WSG] Tim Berners-Lee - Keeping Web Universal

2004-06-20 Thread Tim Shortt
Thought this might interest the group: http://www.iht.com/articles/525584.html * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help **

Re: [WSG] Flow from bottom?

2004-04-03 Thread Tim Shortt
russ weakley wrote: One method - not tested but in theory: Place the content inside a container, and apply absolute positioning to the container: #contaner {position: absolute; left: 20px; bottom: 20px;} The container will set at the bottom of the viewport or its containing box and the content wi