On Fri, 19 Dec 2003, Orna Agmon wrote:

> On Fri, 19 Dec 2003, Alon Altman wrote:
>
> > On Fri, 19 Dec 2003, Orna Agmon wrote:
> >
> > > Hello Haifuxers,
> > >
> > > I am proud to present the new haifux site, located as (almost) always at:
> > > http://www.haifux.org
> > >
> > > "haifux: about the making of the movie" can be found in
> > > http://www.haifux.org/about.html
> > > where all the site scripts are documented and linked.
> > >
> > > Note that the site has a blank box at the top, waiting for a logo- so far,
> > > no suggestions :(
> > >
> > > Comments and advices are welcome, as always.
> >
> > My suggestions:
> > 1. There is too little space from the top of the page, which makes the pages
> >    look too crowded. I suggest adding 1em top margin for the body element
> >    (instead of the "margin: 0" you currently have there). A small left
> >    margin could also help.
>
> adding margin : 1.0em in the body makes the whole page have boundaries,
> which looks silly on the bar on the left (the color detaches from the
> side). How can I do that for just one table cell? (in td.main class)
>

You can say:

.main { margin-top : 1.0em }

Or whatever.

> > 2. I was upset to see that the new site uses tables-based layout. See the
> >    example from the W2L site on how to make a static sidebar using pure CSS.
>
> Why is it better?
>

Not to start a religious war here, but I personally find nothing wrong in
table based layouts. Most of them are even very accessible to people with
disabilities. (as I was told).

When using CSS layout, I sometimes have to work very to get the design I
want and even that is suboptimal. Implementing a navigation bar using a
table is not a big deal.

> > 3. The source directories don't have read permssion, thus causing dead links
> >    from the about page.
> They have read permissions. What they do not have is an index.html inside
> them, so the http server does not allow browsing them. How do we change
> that, and who can change that? I think it has with apache configuration
> more than with site design.
>

In .htaccess put:

<<<
Options Indexes
>>>

That is assuming Apache allows you to change this particular configuration
in the .htaccess there. Else you'll need access to the main Apache
configuration file.

Regards,

        Shlomi Fish


----------------------------------------------------------------------
Shlomi Fish        [EMAIL PROTECTED]
Home Page:         http://t2.technion.ac.il/~shlomif/

An apple a day will keep a doctor away. Two apples a day will keep two
doctors away.

        Falk Fish

--------------------------------------------------------------------------
Haifa Linux Club Mailing List (http://www.haifux.org)
To unsub send an empty message to [EMAIL PROTECTED]


Reply via email to