Hi Yarrow,
On 25 Jul 12 07:32 Yarrow <
yarro...@gmail.com> said:
> I am one of those people! I know how to use graphics programs to get
> things how i want them to look but i have zero knowledge of how to
> make things like links highlight when you mouse over them, or have
> an animated drop down menu.
The fundamental issue for those used to graphics programs is that what
underpins all web pages is TEXT. HTML is one language and CSS another.
The first defines the "content" (the text, graphics and, perhaps,
audio contained on the page) and the second its "style" - how it will
appear (fonts, font-size and colour used, layout and positioning of
text and graphics). Not only is appearance important, so is semantics
if you are going to get a site well rated by a search engine. (To a
search engine text marked as a heading is very different to text that
just happens to be the same size. It's position within the file may
also affect its treatment.)
While a program like BlueGriffon can hide the the business of
generating the text that goes into the files that make a web page from
the user so it can be claimed "no knowledge of HTML required", there
is no way to avoid making a graphically sophisticated site without
some understanding of the mechanics behind it all.
(And I haven't even got to JavaScript, PHP, and other technilogies
that are required to make various forms of interactivity work.)
> When you say "*The result is that I always used to advise that
> people should consider that web templates are for coding geeks that
> understand HTML and CSS but lack graphic design skills. They are NOT
> for those who recognise good graphic design but know nothing of HTML
> and CSS. *" is there any program/template good for me or am i just
> going to have to buckle down and try to learn about coding? (i tried
> before but all the letters/numbers/symbols sent me into panic
> attacks)
You don't need to learn all the detail of the syntax and grammar of
HTML and CSS to create a graphically pleasing site - BlueGriffon can
look after that - but you do need to have an appreciation of the
underlying mechanics. It is that which guides you to which of
BlueGriffon's menus, options, panels and dialogues to turn to to get
the effect you want.
You must always bare in mind that whereas a graphic artist is usally
producing a single work of art, a web site may be made up of scores or
hundreds of linked documents, all of which must have a common
appearance or theme. It is the norm to find that you need to make
changes to your basic design once you have already got a site with
many pages up and running. Times, and the nature of a site's content,
will change and new features will be required which have an impact on
the existing design.
This is the vital reason for the need to separate "content" from
"style", It allows you to make changes in the appearance of a site
that affects all pages, while not changing their content. (The site at
http://www.csszengarden.com/ is worth looking at to see this in action
- a single page controlled by many switchable stylesheets.)
> Also, when you say you are " *thinking of adopting BlueGriffon and
> producing a BlueGriffon "add-on", an extension to the official
> manual, that would introduce new web designers to the principles and
> techniques required - before they go looking for templates! I've
> done something similar already, for Kompozer, on my site. I just
> need to convert the information there to apply to BlueGriffon and
> present it as a PDF.* " I think that would be awesome! but as an
> aside, could you post the links to what you've done? I know you say
> what you did was for Kompozer, but if the basic principles are the
> same would it be enough to teach me what i need to know?
The site is in my signature. Go to:
http://www.gregtutor.plus.com/webdesign/index.html
and work down through all the linked pages. It starts with a little
"essential theory" and then goes on to just two exercises, one to
introduce the concept of a single external stylesheet to control the
appearance of a site and another, that uses a few additonal CSS
techniques, to create a site's "master page" - in effect a template
that you will have built yourself from scratch. It's very crude, so
the page finishes with links to further guides on how to add various
common features that a site may need.
If you absorb everything in the two exercises you will have the
knowledge you need to pick a web template from those found in
BlueGriffon's Template Add-on and have the understanding to control
and manipulate it.
There is almost no code mentioned on the site at all (except where it
is simpler to show the code because, by that stage you are expected to
know where to find the menu options and dialogues to generate it.) but
that means that it needs to be very KompoZer specific, so a newcomer
may find it a little tricky to apply to BlueGriffon directly - but
just skimming through it, may begin to help understanding, as I try to
explain not just the effect you will see at every step in the
exercises, but also why you are doing it.