Login

Welcome, Guest. Please login or register.

July 20, 2025, 07:44:29 am

Author Topic: Opinions on Prototype Websites  (Read 1728 times)  Share 

0 Members and 1 Guest are viewing this topic.

batra555

  • Victorian
  • Adventurer
  • *
  • Posts: 10
  • Respect: 0
Opinions on Prototype Websites
« on: March 25, 2012, 03:26:01 pm »
0
Hey i just completed my prototype website sac. Check it out at: http://www.cluck.netai.net let me know what you think bout it. :)

Lasercookie

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 3167
  • Respect: +326
Re: Opinions on Prototype Websites
« Reply #1 on: March 25, 2012, 04:08:05 pm »
+1
In terms of getting marks, you've probably met most of the requirements. You probably already know the things that are pretty good with your website, so I'll point out a few negative things about the website.

With this page, http://www.cluck.netai.net/recipes.html, you say 'join now' - but those recipes can still be viewed. Shouldn't those recipes be apart of the closed access portion of the website, otherwise there's not as much incentive to join. I'm not sure if that was an intentional decision by you or not.

On the forum, you've just left it as the default configuration. You probably should have added a few boards etc. to be more relevant to the case study - perhaps even placed some fake posts to make it look like there's an active community there.

I'd say that it takes too long to load - doing some googling, that seems to be a problem with the webhost you're using and not your website, so don't worry about that.

You also tend to leave a bit too much empty space at the bottom of pages. http://www.cluck.netai.net/about.html for example. Just quickly looking through your source code, it appears to be due to your CSS, where you've set for #contents a min-height value that's probably a bit too large (I'm not too sure why you've actually used min-height at all there, in this case it doesn't seem to be making too much a difference to the site).

My personal opinion, slightly irrelevant to IT Apps
Also, why use frames? It's unnecessary, it looks bad, it's outdated and it breaks compatibility for no good reason. Take a look at your website at a lower resolution. It's unusable. You could argue that these days, everybody has a modern monitor. That's not true - netbooks, mobile phones, ipad like devices are quite common for using to surf the internet these days. If you had wide compatibility for users as one of your design criteria, that criteria would not have been satisfied.

I reckon the site would look a lot more appealing if you merely had the main frame (this page, for example): http://www.cluck.netai.net/types.html with the navigation and logo at the top. You'd probably end up centering most of the content as well if you were to not use frames.

I assume one reason why you used it is so you can have that navigation sidebar on every page and that it becomes quicker to make changes to it. I personally reckon that the cons of using frames (which I listed above) are bad enough to just suck it up and manually copy and paste that navigation bar onto every page. If you're using Dreamweaver etc. there's also a function to automatically do that for you, if you're using server-side scripting (not in the case of a prototype website), you could use includes etc. to solve that problem as well. 

mark_alec

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1173
  • Respect: +30
Re: Opinions on Prototype Websites
« Reply #2 on: March 25, 2012, 04:59:57 pm »
0
Two things that I immediately noticed. Don't use gifs (animated images are annoying, for pictures they are colour limited and don't look good) and get higher resolution pictures, pixelation looks bad. Get rid of the flash banner (it is useless).

paulsterio

  • ATAR Notes Legend
  • *******
  • Posts: 4803
  • I <3 2SHAN
  • Respect: +430
Re: Opinions on Prototype Websites
« Reply #3 on: March 25, 2012, 06:35:51 pm »
0
Frames are annoying, like Laseredd said, they're antiquated and no longer a common standard. Also, there are many issues with frames, they also look ugly.

batra555

  • Victorian
  • Adventurer
  • *
  • Posts: 10
  • Respect: 0
Re: Opinions on Prototype Websites
« Reply #4 on: March 26, 2012, 12:51:22 am »
+1
Thanks for your suggestions guys. Umm frames i used mainly because they make navigation easier and more consistent(one of the criterias for design) also its much more efficient having said that im not a big fan of them because they frankly dont look that good.  The forum posting idea was a good one, i'll make sure i do that.

Thanks once again guys. Great help. :)

Ndon95

  • Victorian
  • Trailblazer
  • *
  • Posts: 45
  • Respect: 0
  • School: Salesian College CHADSTONE
  • School Grad Year: 2012
Re: Opinions on Prototype Websites
« Reply #5 on: March 28, 2012, 08:34:56 pm »
0
wow jesus you guys are lucky you guys get to connect it with a database
i wanted to do that to make functional forum and functional login system but we had to submit everything locally and setting up a database wouldn't be appropriate when submitting the sac due to the structure of our network maps etc.. and restrictions our computers have..
and since you said prototype would i guess it would be sumbitted locally so how are you gonna go around making that forum with a database? since phbb does require the use of a database system right?