473,386 Members | 1,830 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

"Ruthsarian Layouts", anyone?


A colleague recently breezed in with a new web page design. He
didn't tell me where he got the ideas from, but ...

Looking at his stylesheets, I noticed they identified themselves
as "Ruthsarian Layouts". Google took me to
http://webhost.bridgew.edu/etribou/layouts/

We don't seem to have had any discussion here that mentioned them.
Anyone care to take a look, and share thoughts?
Jul 20 '05 #1
7 3339
On Wed, 15 Sep 2004 19:14:33 +0100, "Alan J. Flavell"
<fl*****@ph.gla.ac.uk> wrote:
[...]
..."Ruthsarian Layouts". Google took me to
http://webhost.bridgew.edu/etribou/layouts/


That's a gold mine I'd say. Very Lynx friendly too.

Had a brief look at the CSS for these layouts, nice.
Gave me some ideas for a redesign of one of my web sites.

--
Rex
Jul 20 '05 #2
Jan Roland Eriksson wrote:
On Wed, 15 Sep 2004 19:14:33 +0100, "Alan J. Flavell"
<fl*****@ph.gla.ac.uk> wrote:
[...]
..."Ruthsarian Layouts". Google took me to
http://webhost.bridgew.edu/etribou/layouts/


That's a gold mine I'd say. Very Lynx friendly too.

Had a brief look at the CSS for these layouts, nice.
Gave me some ideas for a redesign of one of my web sites.


I agree, looks like a really useful site. I'm particularly intrigued by
his method of getting two columns to extend the entire height of the
viewport: he has fixed position divs with a low z-index which the site
chrome masks out, apart from the column content. See
http://webhost.bridgew.edu/etribou/l...eta/index.html,
it's a little hard to describe ;)

P
Jul 20 '05 #3
On Wed, 15 Sep 2004, Alan J. Flavell wrote:
Looking at his stylesheets, I noticed they identified themselves
as "Ruthsarian Layouts".


What does this word mean? "Ruthsarian"?

Jul 20 '05 #4
On Thu, 16 Sep 2004, Andreas Prilop wrote:
What does this word mean? "Ruthsarian"?


I took it to be somebody's name.

Jul 20 '05 #5
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote in
comp.infosystems.www.authoring.stylesheets:

A colleague recently breezed in with a new web page design. He
didn't tell me where he got the ideas from, but ...

Looking at his stylesheets, I noticed they identified themselves
as "Ruthsarian Layouts". Google took me to
http://webhost.bridgew.edu/etribou/layouts/


The descriptions all say "XHTML 1.1". I thought the general opinion
here was not to use XHTML for general-purpose Web pages.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #6
On Fri, 17 Sep 2004 22:57:50 -0400, Stan Brown
<th************@fastmail.fm> wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote in
comp.infosystems.www.authoring.stylesheets:

A colleague breezed in with a new web page design. [...]Looking at his stylesheets, I noticed they identifiedthemselves as "Ruthsarian Layouts"...

[...]
http://webhost.bridgew.edu/etribou/layouts/

The descriptions all say "XHTML 1.1". I thought the general opinion
here was not to use XHTML for general-purpose Web pages.


I have only made a snapshot on validity but as it seems, the designer
has used the XHTML1.1 prolog but then in his markup stayed on what is
available in XHTML1.0 plus its "browser compatibility guidelines".

Never the less, it may not be the markup that is of most interest here
and I have not found a place where he is resorting to pure markup abuse.

I think most people will admit that he has done a hell of a good job
with his CSS suggestions, and provided CSS examples that are useable
without resorting to "reversed flow" of info on his pages.

Most of his pages are logically readable in Lynx as a fact, an
achievement worth mentioning in it self these days.

Still you are right of course; he did not have to go to XHTML1.1 to
create what he has done, straight HTML4.01 would have been enough and
the CSS would have worked just as good.

--
Rex
Jul 20 '05 #7
On Tue, 21 Sep 2004, Jan Roland Eriksson wrote:
Most of his pages are logically readable in Lynx as a fact, an
achievement worth mentioning in it self these days.
Indeed.
Still you are right of course; he did not have to go to XHTML1.1 to
create what he has done, straight HTML4.01 would have been enough and
the CSS would have worked just as good.


In my role as the Original Poster ;-) , having asked the question
without offering any answers, I suppose I ought to expose my own
opinions.

I thought the styles were a treasure-house of ideas, and the practical
results I rated as impressive. I was initially upset by the
undersized fonts, relative (of course) to my chosen default (a topic
on which some of us have rather strongly held opinions), but once I'd
got over that, and fretted somewhat over the rather large number of
stylesheets that were involved, I certainly warmed to the attention to
detail which the author had put in.

Like other commentators, I couldn't see any point in declaring
XHTML/1.1 (in fact, according to the W3C it would seem to be wrong to
advertise XHTML/1.1 and to serve it out as text/html at all! Maybe
they'll get their trademark lawyers to send out threatening letters in
due course). But this is fortunately irrelevant to the stylesheets
aspect of the matter.

(Myself, I still can't see the point in XHTML/1.0 sent out under the
provisions of Appendix C, since HTML/4.01 is defined to be
functionally equivalent - and is better supported by browsers. But
fortunately, that's not the issue here, so I suppose it would be
better to rule it OT for the group - OK?)
Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

43
by: steve | last post by:
I am quite frustrated with php’s include, as I have spent a ton of time on it already... anyone can tell me why it was designed like this (or something I don’t get)? The path in include is...
1
by: Dario de Judicibus | last post by:
I wish to create two simple layouts by using only HTML, CSS and the minimum JavaScript as possible. Layouts should be "elastic" (no fixed widths and heights) and cross-browser enabled. The first...
8
by: Generic Usenet Account | last post by:
Our C++ program was linked with some legacy C functions. We had used the extern "C" declaration, and everything was working fine. Then someone thought that it would be better to have a consistent...
38
by: Sanders Kaufman | last post by:
I'm converting my table-based layouts to css-positioned divs - but the ONLY reason I'm doing it is because it's *considered* a best practice. I don't really see where anything goes hinky when...
3
by: =?Utf-8?B?Sm9obiBXYWxrZXI=?= | last post by:
Hi, Below is sample output in x12 EDI format. I'm using vb.net to create this output file but i'm not sure if .NET has any tools to make the coding more organized and/or efficient. Right now the...
5
by: maya | last post by:
hi, here, http://www.mayacove.com/design/sd/test2.html <div class="entry"has a bottom-margin of 20px.. but it's ignored if divs inside it have "float" property.. (put borders around divs for...
2
by: =?Utf-8?B?U3dhcHB5?= | last post by:
hi, I am working on application in this i am using two files. In first (consider A) file i am calling the function of other file (consider B). In that function of file B i am calling the method...
4
by: =?Utf-8?B?U3dhcHB5?= | last post by:
hi, Im running this code public Boolean IsLayoutOpen(String strLayoutName) { Layout Layout_Obj = null; try { Layouts layouts = instrumentation.Layouts; //This call is through COM object
1
by: hansBKK | last post by:
Here's a (new?) variation on using negative margins to get a three- column layout - I've used the example HTML from A List Apart's article by Alan Pearce: ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.