HighDots Forums  

standard html obsolete?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss standard html obsolete? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
micgrafx
 
Posts: n/a

Default standard html obsolete? - 07-16-2004 , 01:06 PM






I just read, at http://www.westciv.com/style_master/house/good_oil/5_questions/

"Traditional web development approaches, such as the use of tables for layout,
are very "one shot", producing sites which can be "very easy to assemble, but
hard to take apart". It is often less expensive to simply discard a site and
begin again, essentially discarding the initial investment. Modern development
techniques and technologies, again such as the use of CSS and XHTML, guarantee
much more useable, maintainable, upgradable code."

Now I know that this site is using this tactic to scare customers into using
their services, but how truthful is it? Will html sites that I create in
Dreamweaver be rendered obsolete in a couple of years?


Reply With Quote
  #2  
Old   
Les Matthews
 
Posts: n/a

Default Re: standard html obsolete? - 07-16-2004 , 01:10 PM






"micgrafx" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Now I know that this site is using this tactic to scare customers into
using
their services, but how truthful is it? Will html sites that I create in
Dreamweaver be rendered obsolete in a couple of years?

Of course it depends upon your definition of "obsolete", but from my
experience pretty much all programming code becomes obsolete every couple of
years.




Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: standard html obsolete? - 07-16-2004 , 01:10 PM



It's only truthful if you hold one eye closed and if you are not able to
code HTML well.

A page built using solid HTML tables and good table technique can be very
easy to maintain.

A page built using their recommendations with poor technique can be a
nightmare to maintain.

Quote:
guarantee
Only if the user is capable of using the methods properly.

Quote:
Will html sites that I create in
Dreamweaver be rendered obsolete in a couple of years?
Categorically no.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

"micgrafx" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I just read, at
http://www.westciv.com/style_master/house/good_oil/5_questions/

"Traditional web development approaches, such as the use of tables for
layout,
are very "one shot", producing sites which can be "very easy to assemble,
but
hard to take apart". It is often less expensive to simply discard a site
and
begin again, essentially discarding the initial investment. Modern
development
techniques and technologies, again such as the use of CSS and XHTML,
guarantee
much more useable, maintainable, upgradable code."

Now I know that this site is using this tactic to scare customers into
using
their services, but how truthful is it? Will html sites that I create in
Dreamweaver be rendered obsolete in a couple of years?




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

Default Re: standard html obsolete? - 07-16-2004 , 01:13 PM



Quote:
Now I know that this site is using this tactic to scare customers into
using
their services, but how truthful is it? Will html sites that I create in
Dreamweaver be rendered obsolete in a couple of years?
That depends upon what you do with Dreamweaver. You can write good code or
bad code with it. I don't agree with that writer that just using a few
tables means that your code isn't forward-compatible. But he's absolutely
right that using standard code, and CSS for presentation, is the way to go
whenever possible, so that pages will work well into the future.

My 2 euros worth. :-)


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




Reply With Quote
  #5  
Old   
cmbergin
 
Posts: n/a

Default Re: standard html obsolete? - 07-16-2004 , 02:18 PM



That doesn't mean that your page will be obsolete. It will still be viewable
just as it is now. What that means is that the technique is obsolete. That
is, if you come back in two years to make a major revision of your site, you
will probably find it more difficult to re-engineer your site if you used the
old methods versus new methods.

People like me hate using obsolete techniques, but that's a personality issue.


You can continue using tables for layout all you want. You can also continue
to program in assembly language or strictly procedural programming languages if
you want. In the end, it's whatever works.


Reply With Quote
  #6  
Old   
mzanime.com
 
Posts: n/a

Default Re: standard html obsolete? - 07-16-2004 , 02:56 PM



In so many words, you can code however you want. But if you had used XHTML & CSS in the first place it might save you a lot of work in the future.

Reply With Quote
  #7  
Old   
Les Matthews
 
Posts: n/a

Default Re: standard html obsolete? - 07-16-2004 , 03:06 PM



I think that most any site you (or your client) really care about will be
redesigned every couple of years anyway. I guess the way you code the site
could impact how much time it takes to perform the redesign, but I've
usually started from scratch.

"mzanime.com" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
In so many words, you can code however you want. But if you had used XHTML
& CSS in the first place it might save you a lot of work in the future.




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

Default Re: standard html obsolete? - 07-16-2004 , 05:31 PM



Thanks all!

I knew I would get some great feedback. I guess I just didn't want to feel
like I put the client in a situation where they felt somehow I had manipulated
them into having to completely re-do a site in a couple of years if they
decided to do some modifications down the road. But it seems like from all of
your feedback that you can only design with the most widely accessible coding
for the moment, and that technology is to blame if that same method doesn't
work in a (sometimes very short) time-frame.


Reply With Quote
  #9  
Old   
Michael Fesser
 
Posts: n/a

Default Re: standard html obsolete? - 07-16-2004 , 06:47 PM



.oO(cmbergin)

Quote:
You can continue using tables for layout all you want. You can also continue
to program in assembly language or strictly procedural programming languages if
you want. In the end, it's whatever works.
Even today Assembler is still necessary now and then.

Micha


Reply With Quote
  #10  
Old   
Peter Connolly
 
Posts: n/a

Default Re: standard html obsolete? - 07-16-2004 , 07:35 PM



micgrafx wrote:
Quote:
Will html sites that I create in Dreamweaver be rendered obsolete in a
couple of years?

If the site still fulfils the requirements of the client, no; it will be
just as relevent in the future as it is now.

I've never created a site using tables for layout (I've worked on them,
though) - but that's just because I came into web development at a time when
CSS was just breaking through in a usable state. I would never criticize
another site just because it used tables for layout, because I will not know
the brief that the client gave the designer. Tables versus Layers can turn
into quite a religious argument (and my Amiga is better than your Atari
anyway! :-p )

Regards,

Pete.
--
Peter Connolly
http://www.acutecomputing.co.uk
Derby
UK




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.