Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Critiques on a personal homepage
 

rfq




quote this post edit post

IP Loged report this post

Old Post  09-05-04 - 05:15 PM  
Hi,

I'm a good chunk of the way revamping our homepage and trying to learn
HTML and CSS along the way. The original site was my first and was
built with MS-FP.

Original: http://home.primus.ca/~rico.jd/index.htm

Replacement: http://home.primus.ca/~rico.jd/sitev2test/index.html


Please let me know if you like the newer one. They are both really
dead simple. The new site still has a few filler pages and only one
photo gallery (first one) implemented at this stage. I'm still adding
content.

Also, please let me know if the gallery is decent or not. I'm
currently using a freeware product that touts itself to be HTML and
CSS standards compliant in the pages it generates but I'm not sure if
there are better alternatives out there. If so, please let me know.

One other thing, I was thinking of implementing a guestbook but I have
yet to see one that is decent quality IMO. I'd like something simple
but not amateurish if anyone can suggest anything please do so.

Please be honest in your comments, I can take it... (I think... :) )

RQ


Post Follow-Up to this message ]
Re: Critiques on a personal homepage
 

The Doormouse




quote this post edit post

IP Loged report this post

Old Post  09-06-04 - 12:16 AM  
rfq@dorlan.on.ca (rfq) wrote:

> http://home.primus.ca/~rico.jd/sitev2test/index.html

If you make the text a little smaller, you will spare visitors alot of
effort.

The Doormouse

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


Post Follow-Up to this message ]
Re: Critiques on a personal homepage
 

Nico Schuyt




quote this post edit post

IP Loged report this post

Old Post  09-06-04 - 12:16 AM  
rfq wrote:
>  http://home.primus.ca/~rico.jd/sitev2test/index.html

Nice but, ehhh, a bit faint :-)
Text is hard to read. The p  font-size (63%) is not enough compensated by
the
line-height: 1.5em

> Also, please let me know if the gallery is decent or not.

Use DIV's instead of a table for the thumbnails. It makes your page more
'flexible'.
Give *all* the pictures a border or none.

> One other thing, I was thinking of implementing a guestbook but I have
> yet to see one that is decent quality IMO. I'd like something simple
> but not amateurish if anyone can suggest anything please do so.

Learn a little about PHP and MySQL and built one yourself (or modify an
existing one)
Good luck!
--
Nico
www.nicoschuyt.nl





Post Follow-Up to this message ]
Re: Critiques on a personal homepage
 

Paul




quote this post edit post

IP Loged report this post

Old Post  09-06-04 - 12:16 AM  
rfq wrote:

> Hi,
>
> I'm a good chunk of the way revamping our homepage and trying to learn
> HTML and CSS along the way. The original site was my first and was
> built with MS-FP.
>
> Original: http://home.primus.ca/~rico.jd/index.htm
>
> Replacement: http://home.primus.ca/~rico.jd/sitev2test/index.html
>
>
> Please let me know if you like the newer one.

I prefer the old one. On the new one the print is too small to read
comfortably (I know I can resize it, but I shouldn't have to).
Navigation is easier on the old one; and if I reduce my browser size in
the new site, the navigation and the thumbnails overlap on the "Swiss
Miss" page.


Post Follow-Up to this message ]
Re: Critiques on a personal homepage
 

rfq




quote this post edit post

IP Loged report this post

Old Post  09-06-04 - 05:17 PM  
The Doormouse <doormouse@att.net> wrote in message news:
> If you make the text a little smaller, you will spare visitors alot of
> effort.


Hehe. Just for that little bit of smarmy-sarcasm I'm going to go
against your wishes. Not primary-printer size mind you, but a little
bigger.

Thanks.


Post Follow-Up to this message ]
Re: Critiques on a personal homepage
 

rfq




quote this post edit post

IP Loged report this post

Old Post  09-06-04 - 05:17 PM  
"Nico Schuyt" <nschuyt@hotmail.com> wrote in message news:> Nice but, ehhh, a bit faint :-)

> Text is hard to read. The p  font-size (63%) is not enough compensated by
> the
> line-height: 1.5em

I've upped it to 73% but thats as big as I'm willing to go I think.


> Use DIV's instead of a table for the thumbnails. It makes your page more
> 'flexible'.

The thumbnail table was generated by the freeware app that I used. The
benefit is in ease of getting the resulting pages generated. I may try
to convert the table info to css divs (or create my own gallery from
scratch) but it'll have to do for the short term.

> Give *all* the pictures a border or none.

This is going to be done. It wasn't such an issue with the frontpage
gallery and I just lifted the images from the old gallery to this one,
but I see that I will have to re-edit the source images to make it
look consistent.
 
>
> Learn a little about PHP and MySQL and built one yourself (or modify an
> existing one)

I may just do this if I can make the time.

> Good luck!

Thanks for your comments.


Post Follow-Up to this message ]
Re: Critiques on a personal homepage
 

rfq




quote this post edit post

IP Loged report this post

Old Post  09-06-04 - 05:17 PM  
Paul <paultwoonesix@blueyonder.couk> wrote in message news:<EKy_c.124625$a66
.104623@fe2.news.blueyonder.co.uk>...

> I prefer the old one. On the new one the print is too small to read
> comfortably (I know I can resize it, but I shouldn't have to).

I've increased the text size and darkened the orange a bit. I'm a bit
hesitant to go too large because a)I like it a little smaller
personally, and b) the 3 or 4 people I know who will be visiting this
site (don't laugh!) are all running 800x600. The original site seemed
so cartoonish at that resolution.

> Navigation is easier on the old one; and if I reduce my browser size in
> the new site, the navigation and the thumbnails overlap on the "Swiss
> Miss" page.

I didn't mind the homemade rollover buttons but on dial-up there was
sometimes an annoying lag between when the page loaded and the buttons
lit-up. As far as the thumbnail overlap problem, I will likely have to
convert the tables generated by the program I used into CSS layout. Or
find a better gallery creation utility.

Thanks for your critique.


Post Follow-Up to this message ]
Re: Critiques on a personal homepage
 

Nico Schuyt




quote this post edit post

IP Loged report this post

Old Post  09-10-04 - 12:23 AM  
rfq wrote:
>  http://home.primus.ca/~rico.jd/sitev2test/index.html

Nice but, ehhh, a bit faint :-)
Text is hard to read. The p  font-size (63%) is not enough compensated by
the
line-height: 1.5em

> Also, please let me know if the gallery is decent or not.

Use DIV's instead of a table for the thumbnails. It makes your page more
'flexible'.
Give *all* the pictures a border or none.

> One other thing, I was thinking of implementing a guestbook but I have
> yet to see one that is decent quality IMO. I'd like something simple
> but not amateurish if anyone can suggest anything please do so.

Learn a little about PHP and MySQL and built one yourself (or modify an
existing one)
Good luck!
--
Nico
www.nicoschuyt.nl





Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:27 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Site Ratings & Reviews archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top