HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Review this site
Post new topic   Reply to topic    HTML Help Forum -> Website Review
View previous topic :: View next topic  
Author Message
vedica



Joined: 23 Apr 2007
Posts: 11
Location: Noida, India

PostPosted: Thu May 03, 2007 5:17 am     Review this site Reply with quote

Arrow LINK

I am just done making it and am looking for any kind of feedback on the colors, the frames, the navigation, coding, whatever. also this is my first serious website, so be as critical as you like. I want to learn and improve!
jmbuford



Joined: 14 Apr 2007
Posts: 20

PostPosted: Fri May 04, 2007 1:27 pm     Reply with quote

You forgot the "r" in computer.
SteveH



Joined: 11 Apr 2007
Posts: 208

PostPosted: Sun May 06, 2007 9:54 am     Reply with quote

Beautiful site, Juhi.

I particularly like the design treatment, palette, and your use of text as graphic elements.

I have a handful of points of criticism for you:

-- The site looks fine in Firefox, but breaks in IE 6.

-- The navigation could be more intuitive in a few places. For example, I want to click the thumbnail images beside the gallery link. Also, when I click a link in the box on the left, I want to go back to that box to select another link.

-- The guestbook entry page, where people can leave a comment for you, is a little wider than the iframe, which makes me want to scroll right to see more message options.

-- The tabbed navigation in the gallery makes the page feel top-heavy.

A few notes on HTML code:

-- As you advance your coding skills, stick to CSS and XHTML standards, For example, use CSS in place of font tags.

-- Declare a document type, at the very least for validation purposes.

-- One particular pointer: you can combine your table cells in your code like this:

Instead of:
Code:
<tr>
    <td height="33"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
  </tr>


You can do this:
Code:

<tr><td colspan="10" style-"height:33px">&nbsp;</td></tr>
vedica



Joined: 23 Apr 2007
Posts: 11
Location: Noida, India

PostPosted: Sun May 06, 2007 11:16 pm     Reply with quote

jmbuford wrote:
You forgot the "r" in computer.

thanx, i fixed that Smile
vedica



Joined: 23 Apr 2007
Posts: 11
Location: Noida, India

PostPosted: Sun May 06, 2007 11:26 pm     Reply with quote

Thanx SteveH!
Quote:
I particularly like the design treatment, palette, and your use of text as graphic elements.

Thanx a lot Smile
Quote:
The site looks fine in Firefox, but breaks in IE 6.
yeah, I am still working on that part. since ie6 doesnt help with iframe transparencies...the work is on.
I'll make the thumbnails clickable cos even I feel like clicking them.
Quote:
The tabbed navigation in the gallery makes the page feel top-heavy.
hmm..i came up with the tabs in the gallery after a lot of thot n work...could you suggest any other way i could make the navigation smoother?
the html stuff, i am pretty newbie about...i made the site in dreamweaver using the page-view...so i am not so handy with coding part except where it is necessary. but i guess i'll have to start learning doing it the real way soon enough... Smile

thanx again for the feedback..its really helpful!
SteveH



Joined: 11 Apr 2007
Posts: 208

PostPosted: Mon May 07, 2007 12:48 pm     Reply with quote

Your graphic design is already professional, and you should be paid for that (as opposed to an unpaid internship), even if you are wanting to learn the coding and haven't yet.

You're very likely to find you have an aptitude for either design or coding. That doesn't mean you won't be able to do both professionally, but that one or the other will feel more natural to you, and you will feel happiest doing work which requires you to rely most heavily on your greatest aptitude.

As far as the tabbed navigation in the gallery, it could be slimmer, or you could counterbalance the top heaviness with something at the bottom of the page. Maybe a combination of the two.

But you're the designer and that's your problem to solve.
Meginoz



Joined: 15 Feb 2007
Posts: 29
Location: Australia

PostPosted: Mon May 07, 2007 6:18 pm     Reply with quote

I can't help you much with "why" but as I view it on IE6 it seems to have some big problems:

- The main cell and the News cell have no background, and the text runs all the way hard against the edges.

- As these cells are showing with a white background, none of the text in white shows up in them.

- The News cell has a scroll bar, which it doesn't have in FF, which looks terrible as there doesn't seem to be anything to scroll down to anyway.

- In the menu along the top, the word "gallery" has jumped up above the others.

The problem with the cells doesn't happen with the bottom left one with links to deviantart, that looks fine.

Also, on your gallery page, you say "make sure pop-up blocker is disabled" - shouldn't that be "enabled"??

Otherwise, looks great. If you can get it to look as good in IE as it does in FF, you'll have a great site.
vedica



Joined: 23 Apr 2007
Posts: 11
Location: Noida, India

PostPosted: Wed May 09, 2007 4:34 am     Reply with quote

Quote:
Your graphic design is already professional, and you should be paid for that (as opposed to an unpaid internship), even if you are wanting to learn the coding and haven't yet.

thank you!! you are very kind and you made my day! Very Happy
yeah u r absolutely right about the aptitude thing...i definitely am more inclined towards designing ...coding is just something that has to go along with the website...and i am planning to concentrate upon designing more than coding.
but thanx again for the encouragement!
vedica



Joined: 23 Apr 2007
Posts: 11
Location: Noida, India

PostPosted: Wed May 09, 2007 4:40 am     Reply with quote

thanx meginoz for the feedback! i fixed all those points just now...now it looks just the same in both FF and IE...the updated version is : HERE.
Quote:
Also, on your gallery page, you say "make sure pop-up blocker is disabled" - shouldn't that be "enabled"??
umm...since the images open up in pop-up windows...so if somebody cant view them means they have a pop-up blocker, so they would have to 'disable' the pop-up blocker to allow the images to be viewed...thats how i put the logic Confused
thanx again for the review! Smile
Meginoz



Joined: 15 Feb 2007
Posts: 29
Location: Australia

PostPosted: Wed May 09, 2007 5:09 pm     Reply with quote

Hmm, now other stuff seems to have broken. In both IE6 and Firefox 1.0 there is now a big white band to the right, and a white space at the bottom that doesn't go all the way across (a section of dark pink juts down below the table.) I think the white space on the right is because you've made you table fixed width, but not centred it, so on larger screens it sits to the left. My codings not good enough to figure out what's causing the rest of it.

Quote:
umm...since the images open up in pop-up windows...so if somebody cant view them means they have a pop-up blocker, so they would have to 'disable' the pop-up blocker to allow the images to be viewed...thats how i put the logic Confused


Oops, sorry, a senior moment there! Sometimes no matter how I look at the logic, my head just decides something else is going on. Sorry for that!
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> Website Review All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial