HighDots Forums  

How the DW NG public views CSS :-D

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss How the DW NG public views CSS :-D in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
P@tty Ayers
 
Posts: n/a

Default How the DW NG public views CSS :-D - 10-03-2006 , 04:34 PM






Things that recent posters have said that they want to replace by using CSS
instead, since they've heard that CSS is "better":

- Tables
- Layers
- Frames
- HTML
- Templates
- JavaScript
- DHTML
- Images

--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--



Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: How the DW NG public views CSS :-D - 10-03-2006 , 04:41 PM






And why not? 8)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"P@tty Ayers" <pattyayersTAKETHISOUT (AT) REMOVEcarolinawebsolutions (DOT) com> wrote
in message news:efuhhe$2ls$1 (AT) forums (DOT) macromedia.com...
Quote:
Things that recent posters have said that they want to replace by using
CSS instead, since they've heard that CSS is "better":

- Tables
- Layers
- Frames
- HTML
- Templates
- JavaScript
- DHTML
- Images

--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--





Reply With Quote
  #3  
Old   
P@tty Ayers
 
Posts: n/a

Default Re: How the DW NG public views CSS :-D - 10-03-2006 , 04:47 PM



I don't know, Murray... the web wouldn't be very interesting if it was all
style sheets. :-D


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--



"Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
And why not? 8)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"P@tty Ayers" <pattyayersTAKETHISOUT (AT) REMOVEcarolinawebsolutions (DOT) com> wrote
in message news:efuhhe$2ls$1 (AT) forums (DOT) macromedia.com...
Things that recent posters have said that they want to replace by using
CSS instead, since they've heard that CSS is "better":

- Tables
- Layers
- Frames
- HTML
- Templates
- JavaScript
- DHTML
- Images

--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--







Reply With Quote
  #4  
Old   
dan mode ->Adobe Community Expert
 
Posts: n/a

Default Re: How the DW NG public views CSS :-D - 10-03-2006 , 05:00 PM



Quote:
I don't know, Murray... the web wouldn't be very interesting if it was all
style sheets. :-D
And that's why there is Flash [which also can utilize style sheets ]


--

Dan Mode
--> Adobe Community Expert
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog





Reply With Quote
  #5  
Old   
Al Sparber- PVII
 
Posts: n/a

Default Re: How the DW NG public views CSS :-D - 10-03-2006 , 05:14 PM



Quote:
Things that recent posters have said that they want to replace by
using CSS instead, since they've heard that CSS is "better":

- Tables
Good. In most cases, a page can be made more efficient if positioned
DIVs are used. However, it's not always true and for certain types of
layouts - especially stretchy ones or ones that require complex
matrices, tables are sometimes more efficient - especially if you factor
in that very few people understand CSS well enough to create such
layouts without following some (unnamed) CSS "gurus" down the garden
path of convoluted-ness :-)

Quote:
- Layers
Layers, as defined by Dreamweaver, are and always been CSS constructs.

Quote:
- Frames
Emulating frames with position:fixed is a myth. It only works in certain
scenarios and often results in truncating content into oblivion.

Quote:
- HTML
Ha ha :-)

Quote:
- Templates
Hee hee :-)

Quote:
- JavaScript
A very big myth. CSS is a presentational technology. JavaScript is a
rich behavioral language. The suckers who have fallen for "Suckerfish"
are blissfully unaware just how unusable their pages can be.

Quote:
- DHTML
It always was a good partner of CSS. Of course, now it's simply a silent
partner of AJAX.

Quote:
- Images
You can't replace images, but often can do cool things with tem via CSS
or a combination of CSS and script.


--
Al Sparber - PVII
http://www.projectseven.com
Popup Menus | Image Galleries | CSS Tutorials & Templates
------------------------------------------------------------------------------------
Newsgroup: news://forums.projectseven.com/pviiwebdev/
CSS Newsgroup: news://forums.projectseven.com/css/
DW Newsgroup: news://forums.projectseven.com/dreamweaver/








Reply With Quote
  #6  
Old   
P@tty Ayers
 
Posts: n/a

Default Re: How the DW NG public views CSS :-D - 10-03-2006 , 05:41 PM




"Al Sparber- PVII" <hiding (AT) nospam (DOT) net> wrote

Quote:
Things that recent posters have said that they want to replace by using
CSS instead, since they've heard that CSS is "better":

- Tables

Good. In most cases, a page can be made more efficient if positioned DIVs
are used. However, it's not always true and for certain types of layouts -
especially stretchy ones or ones that require complex matrices, tables are
sometimes more efficient - especially if you factor in that very few
people understand CSS well enough to create such layouts without following
some (unnamed) CSS "gurus" down the garden path of convoluted-ness :-)

- Layers

Layers, as defined by Dreamweaver, are and always been CSS constructs.

- Frames

Emulating frames with position:fixed is a myth. It only works in certain
scenarios and often results in truncating content into oblivion.

- HTML

Ha ha :-)

- Templates

Hee hee :-)

- JavaScript

A very big myth. CSS is a presentational technology. JavaScript is a rich
behavioral language. The suckers who have fallen for "Suckerfish" are
blissfully unaware just how unusable their pages can be.

- DHTML

It always was a good partner of CSS. Of course, now it's simply a silent
partner of AJAX.

- Images

You can't replace images, but often can do cool things with tem via CSS or
a combination of CSS and script.

I appreciate these erudite replies, Al, but surely you don't think I was
unaware? :-)


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--




Reply With Quote
  #7  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: How the DW NG public views CSS :-D - 10-03-2006 , 05:45 PM



For the benefit of the OP, no doubt.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"P@tty Ayers" <pattyayersTAKETHISOUT (AT) REMOVEcarolinawebsolutions (DOT) com> wrote
in message news:efuldk$788$1 (AT) forums (DOT) macromedia.com...
Quote:
"Al Sparber- PVII" <hiding (AT) nospam (DOT) net> wrote in message
news:efujr3$5ed$1 (AT) forums (DOT) macromedia.com...
Things that recent posters have said that they want to replace by using
CSS instead, since they've heard that CSS is "better":

- Tables

Good. In most cases, a page can be made more efficient if positioned DIVs
are used. However, it's not always true and for certain types of
layouts - especially stretchy ones or ones that require complex matrices,
tables are sometimes more efficient - especially if you factor in that
very few people understand CSS well enough to create such layouts without
following some (unnamed) CSS "gurus" down the garden path of
convoluted-ness :-)

- Layers

Layers, as defined by Dreamweaver, are and always been CSS constructs.

- Frames

Emulating frames with position:fixed is a myth. It only works in certain
scenarios and often results in truncating content into oblivion.

- HTML

Ha ha :-)

- Templates

Hee hee :-)

- JavaScript

A very big myth. CSS is a presentational technology. JavaScript is a rich
behavioral language. The suckers who have fallen for "Suckerfish" are
blissfully unaware just how unusable their pages can be.

- DHTML

It always was a good partner of CSS. Of course, now it's simply a silent
partner of AJAX.

- Images

You can't replace images, but often can do cool things with tem via CSS
or a combination of CSS and script.


I appreciate these erudite replies, Al, but surely you don't think I was
unaware? :-)


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--





Reply With Quote
  #8  
Old   
Bonnie
 
Posts: n/a

Default Re: How the DW NG public views CSS :-D - 10-03-2006 , 05:59 PM



Murray *ACE* wrote:
Quote:
For the benefit of the OP, no doubt.

Er, P@tty **was** the OP.
Al's just pulling all our legs again. ;-)

--
Bonnie
in California
8 ^ )


Reply With Quote
  #9  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: How the DW NG public views CSS :-D - 10-03-2006 , 06:08 PM



Oh, yeah. No wonder I'm walking at a tilt!

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Bonnie" <kroko@pixel[occam]plum.com> wrote

Quote:
Murray *ACE* wrote:
For the benefit of the OP, no doubt.

Er, P@tty **was** the OP.
Al's just pulling all our legs again. ;-)

--
Bonnie
in California
8 ^ )



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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.