The wrong idea about web design

This is a discussion on "The wrong idea about web design" within the Webforumz Cafe section. This forum, and the thread "The wrong idea about web design are both part of the Community category.



Go Back   Webforumz.com > Community > Webforumz Cafe

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 15th, 2007, 06:47
Junior Member
Join Date: Apr 2007
Location: UK
Age: 22
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
The wrong idea about web design

I've been looking through the forums and I see that alot of people design their site by hand coding them selves, I have never seen it like that. I have just design the site by using dreamweaver or fontpage as I like to see what it looks like, how do I get out this habit
Reply With Quote

  #2 (permalink)  
Old Apr 15th, 2007, 12:01
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

Mellie05, you just have to bite the bullet. Prepare for the dreaded shakes, since it's an addiction to tables! hahahahaha

I have used Dreamweaver since 1998 and have designed so many sites using tables I can't even count. I joined here and realized there was a new way. Wasn't convinced it was better until I spent time here listening. I still wasn't convinced but me being the kind of person that wants to "prove I can learn new things" to myself, started with a few basic tutorials. I was already knowledgable to a point with CSS using Dreamweaver's CSS section.

You can still handcode in the code design and then flip over to the design code to see what you did. Usually it shows you an accurate design so you know if you are on the right track or not. Sometimes the design view will be off and when you check it in a browser you see you do have it correct.

I found peaking at the design view was a great way to know if I had it right.

Here's a nice beginner tutorial off the adobe site. http://www.adobe.com/devnet/dreamwea..._concepts.html

Good luck!

Last edited by Lchad; Apr 15th, 2007 at 16:10. Reason: typo
Reply With Quote
  #3 (permalink)  
Old Apr 15th, 2007, 15:43
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,999
Blog Entries: 1
Thanks: 0
Thanked 32 Times in 32 Posts
Re: The wrong idea about web design

I preview my site in Firefox as I build it, no need for a WYSIWYG editor, then I test in IE 5 - 7, Safari etc...
__________________
I hate IE 6. Just sayin....
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #4 (permalink)  
Old Apr 15th, 2007, 19:51
sannbe's Avatar
SuperMember

SuperMember
Join Date: Dec 2006
Location: San Francisco
Age: 57
Posts: 1,567
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

I'm with Lchad in handcoding in Dreamweaver. And like her, it wasn't until I got here that I discovered the fun of CSS. It is so absolutely fantastic I wish I had known this when I started out. But redesigning, has shortened the learning curve. I still flip to design view to see if it looks right and them back to code. And remember, the best designers never ever stop learning. That's the same in any type business that is really successful.
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
Reply With Quote
  #5 (permalink)  
Old Apr 15th, 2007, 22:32
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

I am a hand-coder as well. I code all of my sites in PSPad which is a free text-editor for Windows. But Karinne and Sara have convinced me to give the code view in dreamwever a shot, so I might try that for a couple of sites.
Reply With Quote
  #6 (permalink)  
Old Apr 15th, 2007, 23:24
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

I'm on a Mac, and I use skEdit with Safari for testing. No DreamWeaver for me. Although I used to think DreamWeaver wasn't good for web design, some people here have convinced me otherwise if you use the code view. It's a hard habit to break; when I first started out, I used Netscape Composer, lol. To me, hand coding makes it more fun and safe, because you know that the code will be leaner and valid.
Reply With Quote
  #7 (permalink)  
Old Apr 16th, 2007, 12:39
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

Sara, Linda ... it's party time!

mellie05: I'll tell you what I tell everybody about DW. STICK TO CODE VIEW! Don't use the WYSIWYG (ie: design view). Hand-code your site
Reply With Quote
  #8 (permalink)  
Old Apr 16th, 2007, 21:50
Junior Member
Join Date: Apr 2007
Location: UK
Age: 22
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

WYSIWYG - what does this stand for? ?
Reply With Quote
  #9 (permalink)  
Old Apr 16th, 2007, 21:56
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

Quote:
Originally Posted by mellie05 View Post
WYSIWYG - what does this stand for? ?
It stands for...What you see is what you get!
Reply With Quote
  #10 (permalink)  
Old Apr 18th, 2007, 17:08
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

Quote:
Originally Posted by JacobHaug View Post
It stands for...What you see is what you get!
which is very misleading... as generalyy what you see is definatly NOT what you get .... no substitute for testing in multiple browsers in my opinion.
Reply With Quote
  #11 (permalink)  
Old Apr 18th, 2007, 18:26
sannbe's Avatar
SuperMember

SuperMember
Join Date: Dec 2006
Location: San Francisco
Age: 57
Posts: 1,567
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The wrong idea about web design

Quote:
no substitute for testing in multiple browsers in my opinion.
This is an absolute. I have a number of browsers on my computer and just run the pages through one after another. Time consuming, but in the end, you have a design that works for just about everybody.
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
Reply With Quote
Reply

Tags
web design

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Design Magazine...Good/Bad Idea? mikewilson17 Webforumz Cafe 5 May 17th, 2008 19:02
Targeted Design: Were the industry is going wrong prydie Website Planning 2 Mar 21st, 2008 13:22
New Idea ! marSoul Webforumz Suggestions and Feedback 40 Oct 10th, 2007 03:07
I need a idea simonb Job Opportunities 1 Jun 21st, 2007 18:40
an idea!!! daygon Webforumz Cafe 13 Feb 1st, 2007 11:29


All times are GMT. The time now is 16:34.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43