Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 30th, 2007, 10:38 AM   #1
caseyxgoose
Newbie
 
Join Date: Jan 2007
Location: united states
Posts: 4
Rep Power: 0 caseyxgoose is on a distinguished road
Send a message via AIM to caseyxgoose
opinion for site

hey, im making a site for my highschool history teacher, and im unsure about the web layout i want to make. i have some basic rough draft sketches of what i want to make and i would like some feed back on things .



A= flash animation frame;
b= banner frame;
n = nav frame;
nc = nav child frame;
f= footer;

i was looking as it for to be a basic folder with tabs. The tabs would be the nav child frame that would divide each page into more links. and the page would appear in the middle of the folder resulting a link opened from the nav or nav child. i was also thinking to get rid of the little animation in the corner and making the banner one flash.



b= banner frame;
n = nav frame;
ncw = nav child frame;
m = center main page frame;

the "things" in the nav are supposed to be icebergs(my teache rhas obsession with peguins and likes them to be incorporated) almost a flash animation floating there, and when you click on them, the main page will load, and also a nav child window will load up, each link would be a peguin to
click on as child pages. basic ideas, but think its good?

last one.




A= flash animation frame;
b= banner frame;
n = nav frame;
nc = nav child frame;
f= footer;

was leaning it towayds to be a generic lined piece of paper. banner would be the top blank spot, with animation in that square corner, same with the nav to the left. but if their is a nav child it would be like a heading or something. i know it looks like a generic frame but it's a piece of paper. lol.

but any feed back would help alot.

thanks.
caseyxgoose is offline   Reply With Quote
Old Jan 30th, 2007, 12:30 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
If you don't have the graphics tools and abilities to produce those examples, you're fired.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jan 30th, 2007, 1:55 PM   #3
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
well, for one that much animation will slow down the load times on your site, possibly to the point where people will get tired of waiting for it to load. Flash uses alot of bandwidth, so it's not wise to have lots of it on your site. Some of the things you want to do can be accomplished with other languages, such as CSS (a mouse over effect) that use far less bandwidth and load quickly.

I realize that your trying to imagine what the page looks like with these "ruff" drafts. In truth, i find it much easier to acually start designing something in a image editor like The GIMP or photoshop (i personally like GIMP better cause it's free and has the same functionality as photoshop). I work the image/design until i have my final product. If it doesn't look good, start over, with a different design or change the old one until you find something that works.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Jan 30th, 2007, 3:00 PM   #4
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,033
Rep Power: 5 lectricpharaoh will become famous soon enough
Personally, I'd recommend you go easy on Flash and frames. I get annoyed with sites that are basically one big Flash file, as it really limits things, and more often than not, they are slower than non-Flash sites (both in terms of load times, and response times). An animation or two is fine, particularly if it's for something that's not a critical part of the content, but beyond that, it often becomes counter-productive. An example of something that I find particularly frustrating is the Flash-based scrollable window. This aggravating little construct has a region full of text and/or graphics, with a custom Flash scrollbar at the side. Of course, the mouse scroll wheel doesn't work, the text isn't selectable, and browsers already have working scrolling windows, yet some idiot created these things anyways. Flash animations are likewise annoying to those who cannot view them for whatever reason.

Frame overuse is almost as bad. Dividing a page into two frames is okay if done properly, but more than that is usually a bad idea. Then there's the issue of viewing such pages in a small window or on a small screen. If you've ever tried viewing one of these pages with five or six frames on a PDA, with each frame getting its own set of horizontal and vertical scroll bars because it can't fit on the screen, you'll understand my pain. Remember, the whole idea of making it a web page is to make it as universally accessible as possible. If this weren't true, people would instead be exchanging documents in proprietary formats (not that they don't do this as well, but you get my point).
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Jan 30th, 2007, 3:18 PM   #5
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 855
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
You might want to read this article on why frames are bad.

The fact that you are planning to use frames in your design--and for a footer, no less--indicates that you have no idea what you are doing. IMO, any competent web designer will avoid frames at all costs. How many websites do you visit regularly that use frames?

Last edited by titaniumdecoy; Jan 30th, 2007 at 3:30 PM.
titaniumdecoy is offline   Reply With Quote
Old Jan 30th, 2007, 4:09 PM   #6
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 417
Rep Power: 4 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
Learn CSS. It really gives you freedom with your design.
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old Jan 30th, 2007, 7:17 PM   #7
caseyxgoose
Newbie
 
Join Date: Jan 2007
Location: united states
Posts: 4
Rep Power: 0 caseyxgoose is on a distinguished road
Send a message via AIM to caseyxgoose
ouch. feeling owned but thanks for the help.
helping me out with these things progressively build on my experience, to
eventually grow out of my rookie skills.

thanks alot especially with the frames and flash.
caseyxgoose is offline   Reply With Quote
Old Jan 30th, 2007, 9:08 PM   #8
Indigno
Professional Programmer
 
Indigno's Avatar
 
Join Date: Dec 2005
Location: Anywhere non-productive
Posts: 267
Rep Power: 0 Indigno is an unknown quantity at this point
Send a message via AIM to Indigno Send a message via MSN to Indigno Send a message via Yahoo to Indigno
Yeah. I have made the mistake of flash whoring my sites. It looks good if used as an intro or in small bits, but a lot of people underestimate a good .gif. Also, of the three you have, the first one looks best. The last two are just not my cuppa tea.
__________________
Perhaps I should have a sticky topic for all of the times I "return" to this forum instead of a new one every time.
Indigno is offline   Reply With Quote
Old Jan 31st, 2007, 12:54 AM   #9
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
well frames are so 1995...

anyway, as a dial-up user (yeah i'm probably in the minority by now) i don't go to sites that have all that crap...i'll find the content elsewhere.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Old Feb 2nd, 2007, 11:19 PM   #10
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
No Frames. Bad Idea. Not even going to explain why (the only thing I would use frames for would be a control panel or something of the sort). Wizard1988 recommended CSS. That's awesome if you can do it, but if you are still a rookie, and you haven't had any experience, let alone with CSS & layouts, don't try it, you are only going to confuse yourself. You need practice with it first. I know some people might disagree, but tables might not be a bad idea, personally i Never really use them for layouts. They just get really bad if you overdo it. But as Pizentios said, start designing some of it. You still need colours etc. Don't draw it out like a cartoon on a napkin... Honestly, I thought you pictures were a comic strip or something.... hehe

On another note:


Quote:
Originally Posted by bl00dninja View Post
anyway, as a dial-up user (yeah i'm probably in the minority by now) i don't go to sites that have all that crap...i'll find the content elsewhere.
Don't count yourself out quite yet. There is still a need too make sites small and fast loading. I truly realized this since I moved out and have my internet setup as wireless (with cable a modem). Honestly, pages can take for ever. It's funny how we can send waves through the air faster (or as fast as) than the phone line. I am just really far from the router. It tends to be on and off.
Booooze is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Your Opinion skad Java 4 Apr 11th, 2006 1:48 PM
Your Opinion v2 Sane Coder's Corner Lounge 36 Oct 3rd, 2005 4:42 PM
Ask for your opinion hayden Coder's Corner Lounge 4 Jun 2nd, 2005 9:45 AM
Your Valuable Opinion Needed - Thank You sunandoghosh Coder's Corner Lounge 57 May 2nd, 2005 2:05 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:48 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC