Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 13th, 2001, 06:11 PM
killerasp killerasp is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2001
Posts: 29 killerasp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Designing Medium to Large Scale sites

What do most people use to design conceptual layouts for medium to large scale sites. right now im using pen and paper and drawing flow chart type out for the site.

Reply With Quote
  #2  
Old November 13th, 2001, 06:44 PM
AlCapone's Avatar
AlCapone AlCapone is offline
Mobbing Gangster
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
Posts: 4,913 AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 36 m 31 sec
Reputation Power: 17
Send a message via ICQ to AlCapone Send a message via AIM to AlCapone Send a message via Yahoo to AlCapone
I do it in my head, then when I got an idea I take photoshop and draw some schematic pictures then take some visual editor and try to make a rough sketch. If I like it - I start working in that direction, if not - I start over again.
That is of course if client does not have any ideas...
__________________
And you know I mean that.

Reply With Quote
  #3  
Old November 14th, 2001, 12:49 AM
Datamike's Avatar
Datamike Datamike is offline
Web Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2001
Location: Finland
Posts: 719 Datamike User rank is Corporal (100 - 500 Reputation Level)Datamike User rank is Corporal (100 - 500 Reputation Level)Datamike User rank is Corporal (100 - 500 Reputation Level)Datamike User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 11 h 27 m 33 sec
Reputation Power: 9
This depends heavily on the designer. People use different methods. Like Al, I do most of it in my head. I try to create an image of the site. I think of the aspects that will affect the layout. In time a theme will form and then I go try develop it to a rough site with HTML. Then if I like what I see, I use that.

In the office, it's different. We have few people specially designing things and doing graphics. So I don't get do that much of it except at home.

The most important thing to remember is the client. What he wants to see and achieve. If he/she tells us to do the frontpage again then we do it, no matter how cruel such a thing can be...
__________________
-- Tomi Kaistila
-- Developer's Journal

The more you learn, the more you know.
The more you know, the more you forget.
The more you forget, the less you know.

Reply With Quote
  #4  
Old November 14th, 2001, 07:53 PM
Fataqui Fataqui is offline
Senior Member
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Nov 2001
Location: Boston Ma.
Posts: 1,530 Fataqui User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 24 m 42 sec
Reputation Power: 0
Designing Medium to Large Scale sites

Hi

Designing a site, is not just what is seen, but what is going on in the background........


Making something look pretty will not make it user friendly! Any time you design a production site you must look at everything...


Browser Support

window sizing

proper use of javascript

services that can holdup under load...

error meesages that tell the user, what really went wrong, instead of some lame (db error)

most webmasters have not learnt that sites must be designed for people that do not know coding like, C, C++, delphi, Cscript, ASP, PHP, Perl, Jsp, VB, because this is almost always the case.....


When I lead a team in designing a site/service that has over 3 million users ++ a day using the service, my major goal is to design a service that is fast powerful and safe on the inside, but fun easy to use on the outside.....

There are so many things that must be maintained, like scripts, do you think a real production service will use just one scripting language, I do not think so, the last service we redid used, ASP, PHP, Perl, MSsql, Mysql, Cscript, RCscripting, VB, C++, Java, Javascript...

Making it all come together can make your hair turn gray!!!!


So in closing like "AlCapone" said thinking and planing is the most important part of bring a service to life!!!!!



Just my thoughts!


F!

Reply With Quote
  #5  
Old November 14th, 2001, 08:02 PM
AlCapone's Avatar
AlCapone AlCapone is offline
Mobbing Gangster
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
Posts: 4,913 AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 36 m 31 sec
Reputation Power: 17
Send a message via ICQ to AlCapone Send a message via AIM to AlCapone Send a message via Yahoo to AlCapone
>>When I lead a team in designing a site/service that has over 3 million users ++ a day...
could we have a libirty of knowing what service is that?

Reply With Quote
  #6  
Old November 21st, 2001, 01:22 PM
MkJnr MkJnr is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Sep 2001
Location: London, UK
Posts: 661 MkJnr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via AIM to MkJnr Send a message via Yahoo to MkJnr
i get an idea of the site in my head then I take Dreamweaver do a basic layout then bit more detailed , add some graphics....
__________________
MkJnr
Soccer24-7.Com

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Designing Medium to Large Scale sites


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway