Adobe Dreamweaver Forums



Last 10 THreads :         a group for eve players to discouss the interest (Last Post : evemaven - Replies : 0 - Views : 1 )           »          Trouble using variables to name and instantiateTextFields (Last Post : jc_2006 - Replies : 1 - Views : 2 )           »          Background color code is not working. Please help (Last Post : Tim G - Replies : 9 - Views : 10 )           »          error (Last Post : Tim G - Replies : 1 - Views : 2 )           »          DWCS4 Menus (Last Post : DouglasWD - Replies : 0 - Views : 1 )           »          Can't open more than one Macromedia product at a time (Last Post : ChandaBB - Replies : 7 - Views : 8 )           »          DWCS4 Fade/Appear image load question (Last Post : DouglasWD - Replies : 0 - Views : 1 )           »          NetStream progressive FLV download current frame (Last Post : AsafH - Replies : 0 - Views : 1 )           »          Creating Newsletters (Last Post : Yovav - Replies : 2 - Views : 10 )           »          CS4 Div Tags Help Needed (Last Post : Ian Edwards - Replies : 4 - Views : 5 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver General
 
Tags: , ,



Reply
  #1 (permalink)  
Old 08-27-2008, 03:40 AM
Ruby7829
 
Posts: n/a
Diggs:
Default I'm in tears and ready to quit

A few years ago I performed web site maintenance for my company. I decided
that web design would be a great job for me because I can work from home, I
have a degree in graphic design and I really enjoyed the basics of web
designing. Well, for some reason I cannot grasp CSS. I have created a great
mock-up in Fireworks and sliced it to import into DW. I've created my DIVs and
now I have a jumbled mess. Things wont sit where I want them to and I know you
can't use CSS to position everything on your page. I keep hearing that I should
stay away from tables as the hardcore designers say only to use CSS. But what
is someone like me to do? I have read the Missing Manual series, I have taken
courses on Lynda.com and I have read almost every tip and pointer in the Adobe
forums. What can I do to make this easier? I've heard that laying out your
page solely in CSS is tough but what else can I do if using tables isn't the
"way to go".

I'm ready to give up and I can't. I have two clients who need really basic
sites and I can't even get them off the ground. If you have suggestions on how
I should lay out my page that will be easiest to learn and still stay within
best practices I would appreciate it. I do not want to give up but I'm
exhausted.

Cheers.



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-27-2008, 03:40 AM
Walt F. Schaefer
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

> I know you can't use CSS to position everything on your page
Yes you can.

> stay away from tables as the hardcore designers say only to use CSS

I would say generally CSS-P is superior to tables, except for tabular data
of course, but not because "hardcore designers say only to use CSS". Instead
it's because you have far more control and flexibility, usually with less
code that is easier to maintain.

You may find this book helpful: Cascading Style Sheets - A Beginner's Guide,
by James H. Pence
--

Walt


"Ruby7829" <webforumsuser@macromedia.com> wrote in message
news:g92dgo$n77$1@forums.macromedia.com...
>A few years ago I performed web site maintenance for my company. I decided
> that web design would be a great job for me because I can work from home,
> I
> have a degree in graphic design and I really enjoyed the basics of web
> designing. Well, for some reason I cannot grasp CSS. I have created a
> great
> mock-up in Fireworks and sliced it to import into DW. I've created my
> DIVs and
> now I have a jumbled mess. Things wont sit where I want them to and I know
> you
> can't use CSS to position everything on your page. I keep hearing that I
> should
> stay away from tables as the hardcore designers say only to use CSS. But
> what
> is someone like me to do? I have read the Missing Manual series, I have
> taken
> courses on Lynda.com and I have read almost every tip and pointer in the
> Adobe
> forums. What can I do to make this easier? I've heard that laying out
> your
> page solely in CSS is tough but what else can I do if using tables isn't
> the
> "way to go".
>
> I'm ready to give up and I can't. I have two clients who need really
> basic
> sites and I can't even get them off the ground. If you have suggestions
> on how
> I should lay out my page that will be easiest to learn and still stay
> within
> best practices I would appreciate it. I do not want to give up but I'm
> exhausted.
>
> Cheers.
>



Reply With Quote
  #3 (permalink)  
Old 08-27-2008, 04:29 AM
JoeyD1978
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

If you have two clients waiting for you to finish their projects, why don't you
just use tables for now? Are your clients specifically asking for table-free
design?

I'd say you're setting yourself up for failure if you want to be a "hardcore
designer" right out of the gate.

Once you're ready and you're not actually under the pressure of deadlines,
take it one set at a time. Figure out how to assign an ID to a div, then figure
out how to set a background color and size for that particular ID. Then move on
to the next step. If you get stuck just stop and figure out that one tiny piece
of the puzzle before you move on. If you can't figure it out, ask us!

Reply With Quote


  #4 (permalink)  
Old 08-27-2008, 07:19 AM
bregent
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

>If you have two clients waiting for you to finish their projects, why don't
you just use tables for now?

I agree. Most of the 'hardcore designers' that preach never use tables for
layouts, used tables for layouts themselves at some point. CSS layouts are
preferred, but that doesn't invalidate the use of tables. Keep working the CSS
tutorials and you'll get it, but until then don't let it keep you from getting
your work done.

Reply With Quote
  #5 (permalink)  
Old 08-27-2008, 07:39 AM
Deaf Web Designer
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

[q]Originally posted by: Ruby7829
I'm ready to give up and I can't. I have two clients who need really basic
sites and I can't even get them off the ground. If you have suggestions on how
I should lay out my page that will be easiest to learn and still stay within
best practices I would appreciate it. I do not want to give up but I'm
exhausted.
[/q]

If you think you can't do it, then don't do it.

I agreed with other posters. Additionally, the most part of any web design
project, it is imperative that you "know" and "understand" the hard core of
HTML and CSS. By having both of your hands dirty under the hood of HTML and
CSS, then you'll do just fine. It takes lot of practice, determination and
patience. The dividend pays off nicely in time, once you have some comfort zone
of HTML and CSS hand-coding.

Good luck!

Reply With Quote
  #6 (permalink)  
Old 08-27-2008, 07:39 AM
Deaf Web Designer
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

Ruby7829,

To get both of your hands dirty under the hood of HTML and eventually CSS, to
do this:

Have a look and bookmark this:
http://www.how-to-build-websites.com/

Perhaps you could use some excellent, exceptional coffee, because you are
going to need this for quite some time.

Hope the link helps.
Cheers,
DWD, a passionate DW CS3 user

Reply With Quote


  #7 (permalink)  
Old 08-27-2008, 07:39 AM
Deaf Web Designer
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

And one other valuable source of information, there are lot of good stuff and
information, and many great tips, and many more.

Have a look, and bookmark this one too:
http://www.adobe.com/devnet/dreamweaver/

Cheers, DWD

Reply With Quote
  #8 (permalink)  
Old 08-27-2008, 12:00 PM
Ruby7829
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

Thank you! This is what I wanted to hear. I was so worried that I needed to
use CSS that it was fogging my ability to concentrate. The posts from people
have really helped me relax and take it one step at a time. I cannot learn CSS
overnight. Thanks again!

Reply With Quote
  #9 (permalink)  
Old 08-27-2008, 12:12 PM
Iain71
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

Hi Ruby,

I know what you mean - there is definitely a lot to learn. I'm far from being
an expert, but it does get easier as you become more familiar with it all.

Not sure what other's advice would be, but I never use that whole slice and
dice approach with Fireworks. When I first had DW and FW I used it to do a
navigation bar, but was way more convoluted than necessary.

People will always say to learn how to code, but I've found it useful to use
some tools, or ready built bits of code, and then play around with them to
learn what does what etc.

If you've used FW to do a navigation bar, you might want to check this site
out, which has code for several navigation styles using CSS to style lists -
far easier and more efficient than the FW slicing and dicing approach.

So if you do a couple of basic ones, and then play around with the CSS it
should help you get a feel for it.

http://css.maxdesign.com.au/listamatic/

Also - not sure what version of DW you have, but the last couple have several
page layout templates which create the page with the layout you select, and
creates the associated CSS. Possibly a better way to go than using FW.

With tables - I often use them if it's just as easy to - if something is
actually in a tabular structure, and you're not doing loads of nested tables,
then why not use a table? Whatever works best for you, and all that.

What I tend to do is use <DIV>s for the general layout - so typically have a
wrapper <div> which holds everything, a header <div>, maincontent <div> with
one, two or three columns, and a footer <div>

But if there's something tabular within one of those main <div>s I'll usually
just use a table.

Once you get the hang of something like that, hopefully it won't seem so
frustrating just getting your page layouts done.

And it is quite rewarding when you do get it right!



Reply With Quote


  #10 (permalink)  
Old 08-27-2008, 12:12 PM
cripaustin
 
Posts: n/a
Diggs:
Default Re: I'm in tears and ready to quit

I am not a pro website designer like most the people on here. In fact. I ask a
lot of stupid questions...im sure.
I am nearly in your position.
In building sites, I use a combination of CSS and tables. Nobody but yourself
is even going to know how you've designed the sites so dont worry. If the site
is over about 100 pages...I'd say don't try it just yet...as you would probably
have to get into PHP/ASP and MySQL.
If your looking for inspiration on a slick looking page...just look around on
the net or take a look at some of the templates given to you by DW. Im not sure
if you should use them..in fact...somebody is bound to comment back...shouting
me down for using them...as the CSS can be confusing for a begginner ..and you
obviously wont really understand how the site got to be at that stage. I
however, made one of my sites right off a DW template and it looks really good.
Keep it up. Ask for more time maybe? And dont panic.

Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 11:16 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk