473,666 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"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 3357
On Wed, 15 Sep 2004 19:14:33 +0100, "Alan J. Flavell"
<fl*****@ph.gla .ac.uk> wrote:
[...]
..."Ruthsari an 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:
[...]
..."Ruthsaria n 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.infosystem s.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.infosyste ms.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
5084
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 relative NOT to the immediate script that is including it, but is relative to the top-level calling script. In practice, this means that you have to constantly worry and adjust paths in includes, based on the startup scripts that call these...
1
1700
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 one is a non-scrollable page which contains a centered title and a centered division with automatic scrolling on overflow, that is: +---------------------+ | TITLE | | +--------------++ |
8
2178
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 file naming convention and renamed the files with the legacy C functions from .c to .cxx. Lo and behold we started getting linker errors left and right. When we reverted back to the old naming convention, the problem went away. Also, the...
38
3281
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 tables are used - but I'm doing it anyway because the HTML and CSS specs says to reserve tables for tabular data. So as I convert my login widgit to a css thing, I'm saying to myself - hey, this form is most certainly "tabular data" - even if it...
3
1952
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 only way i can think to create each segment is by hardcoding the different elements into a string. For example, to create the N1 segment i'll do this: Dim sN1 as string = "N1*IM*" & drv("importer_name") & "*" & drv("consignee_code") & "*" &...
5
1947
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 testing purposes.. just like in my previous post, HTML and CSS both validate..)
2
3969
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 of DLL. i.e Method of file A -Method of file B -Method of DLL. But in the file B's method while calling DLL's method it is giving me Error "Object does not match target type.".
4
2437
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
2019
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: http://alistapart.com/articles/multicolumnlayouts for comparison's sake, but note the CSS layout method is quite different, using padding on an "inner wrapper" div within the center, rather than borders.
0
8445
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8356
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8871
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8551
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8640
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7386
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4369
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.