HighDots Forums  

bookstacks.org

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss bookstacks.org in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ian Rastall
 
Posts: n/a

Default bookstacks.org - 09-18-2004 , 04:35 PM






This site has been up for a while, but I'd like to know what you
all think of it, both good and bad. The URL is:

http://www.bookstacks.org/

The one thing I'm not thrilled about is the hit counter, which
some people like, and some probably think looks amateurish, but I
wanted something at the bottom of the screen.

Thanks for any input!

Ian
--
I told you we should have
tried this in Antwerp, Flargen.
(Aqua Teen Hunger Force)
http://www.bookstacks.org/

Reply With Quote
  #2  
Old   
mbstevens
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 05:29 PM






Ian Rastall wrote:

Quote:
This site has been up for a while, but I'd like to know what you
all think of it, both good and bad. The URL is:

http://www.bookstacks.org/

The one thing I'm not thrilled about is the hit counter, which
some people like, and some probably think looks amateurish, but I
wanted something at the bottom of the screen.
Doesn't bother me at all. Much less intrusive than most counters.

I don't see much of a point to the whole switcher idea, even if you
*had* advised the visitor that the main header must be clicked.
(I had to read the source to even see it.) The changes it makes don't
seem to do anything interesting.

Have a look at this:
http://www.alistapart.com/articles/taminglists/
....and use an unordered list for the nav.
The <table>
then <tr><p><a>...... for each entry
is not the right way to mark up this kind of thing.

I don't understand the need for a page to link to itself:
<link href="http://www.bookstacks.org/" rel="Home" type=
"text/html" />
....perhaps someone can explain it -- I've never run across
this usage.

It just seems as if you're doing a lot of stuff to make
a simple, attractive page complex and hard to maintain.
--
mbstevens
http://www.mbstevens.com


Reply With Quote
  #3  
Old   
mbstevens
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 05:52 PM



Ian Rastall wrote:

BTW, You're providing a fine service.



Reply With Quote
  #4  
Old   
Ian Rastall
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 06:14 PM



In alt.html.critique mbstevens wrote:

Quote:
I don't see much of a point to the whole switcher idea
It's to imitate Adobe Acrobat/Reader, and to accomodate people
with small monitors, large resolutions, or large type. This makes
a real difference with plays / poems, where lines get broken
where they shouldn't be.

Quote:
even if you *had* advised the visitor that the main header
must be clicked. (I had to read the source to even see it.)
I advised to click on the logo, but it could be made clearer. The
font changes are probably superfluous, but I decided I didn't
want to stick someone with a font they didn't want to read in,
and it didn't take more than a few lines of code.

Quote:
Have a look at this:
http://www.alistapart.com/articles/taminglists/
...and use an unordered list for the nav.
One of the things on my to-do list. It's part of making the site
more accessable (sp). (The other is getting back to a <div>
layout.)

Quote:
I don't understand the need for a page to link to itself:
link href="http://www.bookstacks.org/" rel="Home" type=
"text/html" /
...perhaps someone can explain it -- I've never run across
this usage.
That's for Opera. Other browsers may end up using those <link>
tags, but right now only Opera does, AFAIK.

Quote:
It just seems as if you're doing a lot of stuff to make
a simple, attractive page complex and hard to maintain.
It's no harder to maintain, since everything complex is in one
header file that I use SSI to include. But I see your point. The
problem is that online books are dying a slow death, and I'm
trying to think of ways to make the experience more user-
friendly. (I also wanted to try writing some JavaScript.) <sigh>
I think I may take your advice and prune some of that out.

Ian
--
I told you we should have
tried this in Antwerp, Flargen.
(Aqua Teen Hunger Force)
http://www.bookstacks.org/


Reply With Quote
  #5  
Old   
Ian Rastall
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 06:15 PM



In alt.html.critique mbstevens wrote:

Quote:
BTW, You're providing a fine service.
Thank you. I appreciate it. :-)

Ian
--
I told you we should have
tried this in Antwerp, Flargen.
(Aqua Teen Hunger Force)
http://www.bookstacks.org/


Reply With Quote
  #6  
Old   
The Doormouse
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 07:34 PM



Ian Rastall <idrastall (AT) gmail (DOT) com> wrote:

What a great page

Good work and good luck on your endeavor!

The Doormouse

--
The Doormouse cannot be reached by e-mail without her permission.


Reply With Quote
  #7  
Old   
The Doormouse
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 07:36 PM



mbstevens <NOXwebmasterx (AT) xmbstevensx (DOT) com> wrote:

Quote:
BTW, You're providing a fine service.
I agree ... wonderful!

If he created mp3's, too, of each book as read aloud .... no, the bandwidth
would cost far too much for any person and many small groups to afford.

The Doormouse

--
The Doormouse cannot be reached by e-mail without her permission.


Reply With Quote
  #8  
Old   
mbstevens
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 07:50 PM



Ian Rastall wrote:

Quote:
It's to imitate Adobe Acrobat/Reader, and to accomodate people
with small monitors, large resolutions, or large type. This makes
a real difference with plays / poems, where lines get broken
where they shouldn't be.
Here it might be better to just use links of normal font size, and prune
things like "William Shakespeare" and "Edgar Allen Poe" to Shakespeare
and Poe. No one will get confused. Link sets can also be used
top-and-bottom instead of at the left. Not everyone is going to have
JavaScript turned on to use the switcher.

Quote:
I advised to click on the logo, but it could be made clearer.
I see it now. But like most people on the net,
I don't read! (Nielson pointed this out about navigation instructions.)
Reading content is a different crocodile, but few people will stop
to read long introductions with instructions about navigation.

Quote:
That's for Opera. Other browsers may end up using those <link
tags, but right now only Opera does, AFAIK.
OK.
I've given up hacks, and haven't been keeping up.


Quote:
problem is that online books are dying a slow death, and I'm
trying to think of ways to make the experience more user-
friendly.
Breaking things up with an occasional small illustration is something I'd
like to see more often. (I notice you're using Tenniel's illustrations in
Alice. Good call.) And IMO the best typography has less to do with being
able to switch than with getting the face to reflect the kind of content.


Reply With Quote
  #9  
Old   
Ian Rastall
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 08:25 PM



In alt.html.critique mbstevens wrote:

Quote:
Ian Rastall wrote:

Link sets can also be used top-and-bottom instead of at the
left.
I may go back to that. It looked too plain before, with one div
for the header, and the text underneath it in another div. But it
would solve a lot of problems.

Quote:
I've given up hacks, and haven't been keeping up.
The Opera nav bar is very useful. There are other parts of the
site with links for the table of contents, previous, next, first,
last, etc. I hope more browsers adopt it.

Quote:
Breaking things up with an occasional small illustration is
something I'd like to see more often.
That's a good challenge ... to find a simple illustration to add
some life to the site. All text is a little too severe.

Quote:
IMO the best typography has less to do with being able to
switch than with getting the face to reflect the kind of
content.
I was leaning toward Bookman Old Style. Georgia was nice, but
slightly wrong for a book.

Thanks for your comments. They're giving me lots of good ideas.

Ian
--
I told you we should have
tried this in Antwerp, Flargen.
(Aqua Teen Hunger Force)
http://www.bookstacks.org/


Reply With Quote
  #10  
Old   
Ian Rastall
 
Posts: n/a

Default Re: bookstacks.org - 09-18-2004 , 08:54 PM



In alt.html.critique The Doormouse wrote:

Quote:
If he created mp3's, too, of each book as read aloud
I went so far as to buy a microphone to do just that, and
discovered two things: one, the bandwidth would definitely be too
much, and two, I'm not a voice actor. :-) Some sort of VoiceXML
solution might work, one day.

A more immediate problem is using CSS to provide better support
for screen readers and voice browsers.

Ian
--
I will not weary you with descriptions of quiet,
similar, uninteresting days,--days of sleep,
and pipes, and coffee. (Sir R.F. Burton)
http://www.bookstacks.org/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.