473,750 Members | 2,308 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which web design program to use

I am presently using FrontPage. I need to change to a different
program because FrontPage is now obsolete. In addition, FrontPage
creates awful code.

Are there programs out there (Dreamweaver or Expressions) that do a
good job at web design, including producing compliant code?

www.richardfisher.com

May 15 '07 #1
10 2245
Gazing into my crystal ball I observed Helpful person <rr****@yahoo.c om>
writing in news:11******** **************@ u30g2000hsc.goo glegroups.com:
I am presently using FrontPage. I need to change to a different
program because FrontPage is now obsolete. In addition, FrontPage
creates awful code.

Are there programs out there (Dreamweaver or Expressions) that do a
good job at web design, including producing compliant code?

www.richardfisher.com

Seems we already answered this a few days ago... hmmm... [sounds of
rummaging] Ah yes! The subject was HTML 4.01 Books - and I said in
<http://tinyurl.com/yt2nen>:

Get a good plain text editor, and a good plain text CSS editor. I like
HTML-Kit and TopStyle.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

May 16 '07 #2
On May 15, 11:54 pm, Adrienne Boswell <arb...@yahoo.c omwrote:
Gazing into my crystal ball I observed Helpful person <rrl...@yahoo.c om>
writing innews:11****** *************** *@u30g2000hsc.g ooglegroups.com :
I am presently using FrontPage. I need to change to a different
program because FrontPage is now obsolete. In addition, FrontPage
creates awful code.
Are there programs out there (Dreamweaver or Expressions) that do a
good job at web design, including producing compliant code?
www.richardfisher.com

Seems we already answered this a few days ago... hmmm... [sounds of
rummaging] Ah yes! The subject was HTML 4.01 Books - and I said in
<http://tinyurl.com/yt2nen>:

Get a good plain text editor, and a good plain text CSS editor. I like
HTML-Kit and TopStyle.

--
Adrienne Boswell at Home
Arbpen Web Site Design Serviceshttp://www.cavalcade-of-coding.info
Please respond to the group so others can share
Yes, I want to learn HTML. However, as this will take a long time, in
the meantime I need a web design program.

www.richardfisher.com

May 16 '07 #3
On 16 May 2007 14:21:22 -0700, Helpful person <rr****@yahoo.c omwrote:
>Yes, I want to learn HTML. However, as this will take a long time,
Why?
in the meantime I need a web design program.
Again, why?
There are lots of people here who work with HTML all day, every day.
Some of them even teach courses in it, such as "Web design from scratch,
without expensive programs, for people who have no pre-existing
knowledge of it" (BTDT myself).

So I suggest you take the advice of those people who already know HTML,
and who have helped other people to learn it. You _don't_ need an
expensive "web design" program. Such programs don't even work at all
well. They also need almost as much skill to use properly as a simple
editor does. Don't let them fool you that they take the skill out of the
task -- at most they just automate some of the tedious stuff.

If you really have to get something, try Nvu. At least you'll like the
price.

OTOH, you could use a pointy stick and it would still be better than
Frontplague.
May 16 '07 #4
In article <32************ *************** *****@4ax.com>,
Andy Dingley <di*****@codesm iths.comwrote:
On 16 May 2007 14:21:22 -0700, Helpful person <rr****@yahoo.c omwrote:
Yes, I want to learn HTML. However, as this will take a long time,

Why?
in the meantime I need a web design program.

Again, why?
There are lots of people here who work with HTML all day, every day.
Some of them even teach courses in it, such as "Web design from scratch,
without expensive programs, for people who have no pre-existing
knowledge of it" (BTDT myself).
I would tend to agree. It's much easier to learn html (or pretty
much anything else) if you have some actual use in mind for it.
Just start simple with the basic bits and pieces (html, head, body,
h1, p, and a will get you a functional page in very short order)
then build up slowly. Just keep in mind from the outset that the
html is for structuring the content into logical bits (semantic
markup) while css is for making things look pretty (layout and
design).

The biggest problem with web design programs (apart from whether
or not they produce reasonable markup) is that they tend to get
people focussed on the 'look and feel' rather than content and
ease of access to relevant information. There are, sadly, many
web sites out there that look terrific, but are a total waste
of space and time when it comes to actually trying to find any
useful information on them...
May 17 '07 #5
Helpful person <rr****@yahoo.c omwrites:
On May 15, 11:54 pm, Adrienne Boswell <arb...@yahoo.c omwrote:

Get a good plain text editor, and a good plain text CSS editor. I like
HTML-Kit and TopStyle.

Yes, I want to learn HTML. However, as this will take a long time, in
the meantime I need a web design program.
It doesn't need to take a long time. Find a template you like at

http://www.oswd.org/
or
http://www.openwebdesign.org/

Then use the editor to put in the content you want.
May 17 '07 #6
On May 16, 7:01 pm, Andy Dingley <ding...@codesm iths.comwrote:
On 16 May 2007 14:21:22 -0700, Helpful person <rrl...@yahoo.c omwrote:
Yes, I want to learn HTML. However, as this will take a long time,

Why?
in the meantime I need a web design program.

Again, why?

There are lots of people here who work with HTML all day, every day.
Some of them even teach courses in it, such as "Web design from scratch,
without expensive programs, for people who have no pre-existing
knowledge of it" (BTDT myself).

So I suggest you take the advice of those people who already know HTML,
and who have helped other people to learn it. You _don't_ need an
expensive "web design" program. Such programs don't even work at all
well. They also need almost as much skill to use properly as a simple
editor does. Don't let them fool you that they take the skill out of the
task -- at most they just automate some of the tedious stuff.

If you really have to get something, try Nvu. At least you'll like the
price.

OTOH, you could use a pointy stick and it would still be better than
Frontplague.
I disagree that it requires as much skill (effort) to learn a design
program as HTML for the casual user. I could probably reasonably
rewrite my web site in HTML without too much effort. However, if one
does not use a language on a regular basis it is very difficult to
return at a later date to make additions and changes. This is why I
wish to use a web design program in addition to learning HTML.

However, I do agree that the correct pointed stick might be as good as
FrontPage.

www.richardfisher.com

May 17 '07 #7
Helpful person <rr****@yahoo.c omwrites:
I disagree that it requires as much skill (effort) to learn a design
program as HTML for the casual user.
You're right - HTML is far easier to learn than a design app.

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
May 17 '07 #8
Helpful person wrote:
I disagree that it requires as much skill (effort) to learn a design
program as HTML for the casual user.
The problem, in my experience, is that unless you know HTML well enough
not to need the program, you will not know how to use the program to
generate clean HTML. Then you will need to go back and clean it up by
hand. It would be easier to do it right in the first place.

If by "casual user" you mean someone who doesn't really care if the HTML
is clean, and therefore has a fighting chance of being viewed the way
you intend in a variety of browsers, then use whatever tool you want to use.
May 17 '07 #9
On 17 May, 14:46, Helpful person <rrl...@yahoo.c omwrote:
I disagree that it requires as much skill (effort) to learn a design
program as HTML for the casual user.
How could you possibly know that? As you say, you don't even know
HTML.

When a bunch of HTML experts (and the readership here _is_ expert) say
that hand-editing is easier, better and as easy to learn as an over-
complex WYSIWYG, then I'd suggest taking that advice over someone who
only has limited experience of one awful program.

The dissonance arises through two causes:

* You think HTML is harder than it really is.

* You don't realise how bad all WYSIWYG programs are, and how much
extra knowledge is required to extract a competent result from them.

DreamWeaver is a far better program than FrontPage, but both require
much the same additional knowledge to get good results. DW just
doesn't fight against you as hard to try and stop you.

May 18 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
4006
by: RainBow | last post by:
Greetings!! I introduced the so-called "thin-template" pattern for controlling the code bloat caused due to template usage. However, one of the functions in the template happens to be virtual as well. To support thin-template, I need to make virtual function as inline. Now, I know that compiler would generate an out-of-line copy when it
0
1425
by: Mobile Boy 36 | last post by:
I'm trying to make a very simple Textbox with a FocusColor property...When the focus changes to the control, the backcolor must change automaticly to the color set by the focusColor property. Very simple, the control works fine when creating it dynamicly from code. My aim is to add design functionality, so I can use it from the Visual Studio .Net toolbox. When I compile my code, no errors are reproted and Visual studio leaves a
105
5335
by: Christoph Zwerschke | last post by:
Sometimes I find myself stumbling over Python issues which have to do with what I perceive as a lack of orthogonality. For instance, I just wanted to use the index() method on a tuple which does not work. It only works on lists and strings, for no obvious reason. Why not on all sequence types? Or, another example, the index() method has start and end parameters for lists and strings. The count() method also has start and end parameters...
6
2335
by: pitachu | last post by:
Hi, I'm not an expect in .NET, so would anyone know an answer a design pattern for the following? There are many customers that require minor customizations to the program I will be developing. I would like to reuse the majority of the functionality of this program since each customer is only requiring certain changes to this program.
11
2358
by: John Fly | last post by:
I'm working on a large project(from scratch). The program is essentially a data file processor, the overall view is this: A data file is read in, validated and stored in a memory structure similar to a database or XML representation. Rules to modify the stored data will be executed, then the data will be transformed into an output format. Think something similar to FormatA -> XML -> Manipulate XML -> FormatB
24
2868
by: invitro81 | last post by:
Hello I've recently learnt python and I do love it! I congratulate all those geeks who produce this nice language; well, because I could be called a nearby newbee I've decided to improve my abilities by writing my own nice editor with python; so I've to choose among all those GUI toolkit's available there.. But I've no idea which one I should use to start with.. I've read that tkinter seems to be the de facto standart in the pyhon...
23
2381
by: JoeC | last post by:
I am a self taught programmer and I have figured out most syntax but desigining my programs is a challenge. I realize that there are many ways to design a program but what are some good rules to follow for creating a program? I am writing a map game program. I created several objects: board object that is an array of integers each number 0-5 is a kind of terrain, a terrain object that is an array of terrain types and each number of...
6
2136
by: JoeC | last post by:
I have a question about designing objects and programming. What is the best way to design objects? Create objects debug them and later if you need some new features just use inhereitance. Often times when I program, I will create objects for a specific purpose for a program and if I need to add to it I just add the code.
12
8028
Banfa
by: Banfa | last post by:
I was mildly concerned when I saw else where on the forum on of our experts express the opinion that software design saw not required and their prefered design method of development was to just start coding and just let the program evolve the features required. My concern is no so much the method, everyone uses this design method at sometime (I recon) even if it is just for a test bed investigating the method to perform some operation. ...
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4709
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3320
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.