Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 06:52 PM
richk
Guest
 
Posts: n/a
Default Teaching Onesself Webdesign

I'm in the process of teaching myself, or shall i say in the process
of expanding my knowledge in webdesign. I do have my own site up and I
love doing it. Right now I do it as a hobby. I would like the
opportunity to possibly make money doing it someday.

I know I will have to know alot more than what I know now. I havent
dabbed into XML I's dabbed alittle bit into DHTML. I I know I need
more experaince in scripting and webapplication programming..

What I would like to know, this question goes out to the many
designers here who maintain sites for a living...What wil I eventually
need to know in order to be successful in creating websites....
  #2  
Old July 20th, 2005, 06:52 PM
Peter Foti
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

"richk" <richrkjr@yahoo.com> wrote in message
news:e247a670.0403011120.31474ecc@posting.google.c om...[color=blue]
> What I would like to know, this question goes out to the many
> designers here who maintain sites for a living...What wil I eventually
> need to know in order to be successful in creating websites....[/color]

This is some of what I feel is important, but don't consider it a definative
list (there are many different aspects to web development).

HTML - Obviously, you will want to know all about writing HTML, and you
should also look into XHTML (the 2 are not very different, at least as far
as the actual markup is concerned). Refer to the specs
(http://www.w3.org/MarkUp/#recommendations).

CSS - Vital to separating content from presentation. Refer to the specs
(http://www.w3.org/Style/CSS/)

Validation - Get into the habit of validating your documents. There are
HTML and CSS validators available on the W3 website.

Graphic Design - You'll want to know your way around some sort of graphic
editing software (ie - Illustrator, PhotoShop, Paint Shop Pro, etc.)

Those are the basics. If you ever want to do any sort of server-side
processing, you'll want to learn something like ASP (and a language like
VBScript) or PHP (or .NET, or Perl/CGI, etc.). If you ever want to do data
driven sites, you'll probaby want to know something about databases, SQL
queries, and ADO. If you want to do any sort of client-side scripting,
you'll want to know something about JavaScript.

I think those are the basics. I may be forgetting something, but at the
moment I think that covers most of the bases. :)
Regards,
Peter Foti


  #3  
Old July 20th, 2005, 06:52 PM
Eric Jarvis
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

Peter Foti peter@Idontwantnostinkingemailfromyou.com wrote:[color=blue]
> "richk" <richrkjr@yahoo.com> wrote in message
> news:e247a670.0403011120.31474ecc@posting.google.c om...[color=green]
> > What I would like to know, this question goes out to the many
> > designers here who maintain sites for a living...What wil I eventually
> > need to know in order to be successful in creating websites....[/color]
>
> This is some of what I feel is important, but don't consider it a definative
> list (there are many different aspects to web development).
>
> HTML
>
> CSS
>
> Validation
>
> Graphic Design
>
> I think those are the basics. I may be forgetting something, but at the
> moment I think that covers most of the bases. :)
>[/color]

you certainly are forgetting something

Marketing/Project Management - In particular you will need the ability to
get a client/customer/department head etc to define what they need to get
from a web site and to be able to devise a strategy for achieving those
aims.

SEO - This shouldn't entirely be an add on extra. If the original designer
of a site understands the basics of how search engines operate then it can
save extremely large sums of money spent later on a complete rebuild. This
can be a MAJOR selling point.

Site Architecture - You need to know how to effectively set the content
into a structure that offers the visitor ease of use whilst also
optimising the way that search engines rate the content of each page
(possibly also how to tempt visitors to particular pages in a particular
order).

Finally, it pays to have at least a basic knowledge of how the web
operates on a technical basis and some basic knowledge of what is
happening on the web server. You don't need to know how to set up a server
from scratch (though it would do no harm), you probably won't need that
level of detail. However you shouldn't be freaked by the prospect of
changing .htaccess files etc.

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
  #4  
Old July 20th, 2005, 06:52 PM
Paul
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

Sorry to butt into this thread :)
I would like to create a website that lists local businesses.
I want visitors to be able to search the businesses via a search field
within the html.
Search by business name (with wildcard) and/or business type.

How do I go about doing this? I use dreamweaver.

I want to be able to add new businesses to the website which are
automatically added to the search facility.

Can this be done purley in html?

Thanks

"Peter Foti" <peter@Idontwantnostinkingemailfromyou.com> wrote in message
news:10475fo83s7u3b3@corp.supernews.com...[color=blue]
> "richk" <richrkjr@yahoo.com> wrote in message
> news:e247a670.0403011120.31474ecc@posting.google.c om...[color=green]
> > What I would like to know, this question goes out to the many
> > designers here who maintain sites for a living...What wil I eventually
> > need to know in order to be successful in creating websites....[/color]
>
> This is some of what I feel is important, but don't consider it a[/color]
definative[color=blue]
> list (there are many different aspects to web development).
>
> HTML - Obviously, you will want to know all about writing HTML, and you
> should also look into XHTML (the 2 are not very different, at least as far
> as the actual markup is concerned). Refer to the specs
> (http://www.w3.org/MarkUp/#recommendations).
>
> CSS - Vital to separating content from presentation. Refer to the specs
> (http://www.w3.org/Style/CSS/)
>
> Validation - Get into the habit of validating your documents. There are
> HTML and CSS validators available on the W3 website.
>
> Graphic Design - You'll want to know your way around some sort of graphic
> editing software (ie - Illustrator, PhotoShop, Paint Shop Pro, etc.)
>
> Those are the basics. If you ever want to do any sort of server-side
> processing, you'll want to learn something like ASP (and a language like
> VBScript) or PHP (or .NET, or Perl/CGI, etc.). If you ever want to do[/color]
data[color=blue]
> driven sites, you'll probaby want to know something about databases, SQL
> queries, and ADO. If you want to do any sort of client-side scripting,
> you'll want to know something about JavaScript.
>
> I think those are the basics. I may be forgetting something, but at the
> moment I think that covers most of the bases. :)
> Regards,
> Peter Foti
>
>[/color]


  #5  
Old July 20th, 2005, 06:52 PM
Mark Parnell
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

On Mon, 1 Mar 2004 22:39:59 +0000 (UTC), "Paul" <p_p@hotmail.com>
declared in comp.infosystems.www.authoring.html:
[color=blue]
> Sorry to butt into this thread :)[/color]

It's a free NG. :-)
[color=blue]
> I would like to create a website that lists local businesses.
> I want visitors to be able to search the businesses via a search field
> within the html.
>
> Can this be done purley in html?[/color]

No. HTML is a markup language, not a scripting/programming language. It
can't *do* anything.

You will need a database (e.g. MySQL, Access), and a server-side
scripting language (e.g. PHP, ASP). Plus the HTML, of course.

BTW: Please don't post upside-down
http://www.allmyfaqs.com/faq.pl?How_to_post

--
Mark Parnell
http://www.clarkecomputers.com.au
  #6  
Old July 20th, 2005, 06:52 PM
Paul
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign


"Mark Parnell" <webmaster@clarkecomputers.com.au> wrote in message
news:1prxlhqbyka6q.1cixo6wip8mml.dlg@40tude.net...[color=blue]
> On Mon, 1 Mar 2004 22:39:59 +0000 (UTC), "Paul" <p_p@hotmail.com>
> declared in comp.infosystems.www.authoring.html:
>[color=green]
> > Sorry to butt into this thread :)[/color]
>
> It's a free NG. :-)
>[color=green]
> > I would like to create a website that lists local businesses.
> > I want visitors to be able to search the businesses via a search field
> > within the html.
> >
> > Can this be done purley in html?[/color]
>
> No. HTML is a markup language, not a scripting/programming language. It
> can't *do* anything.
>
> You will need a database (e.g. MySQL, Access), and a server-side
> scripting language (e.g. PHP, ASP). Plus the HTML, of course.
>
> BTW: Please don't post upside-down
> http://www.allmyfaqs.com/faq.pl?How_to_post
>[/color]

Oops, sorry about the posting :)
Do you know of any good website to learn the database and server side
scripting?


  #7  
Old July 20th, 2005, 06:52 PM
Mark Parnell
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

On Mon, 1 Mar 2004 23:21:52 +0000 (UTC), "Paul" <p_p@hotmail.com>
declared in comp.infosystems.www.authoring.html:
[color=blue]
> Do you know of any good website to learn the database and server side
> scripting?[/color]

It depends which way you are going to go. PHP and MySQL are probably
your best bet, but it does depend what your server supports.

To learn PHP, the PHP site is the best place to start.
http://www.php.net

I'm looking for some good beginner's SQL tutorials myself, so I'll let
you know if I find any! :-)

You could probably find something pre-built that would at least do
something similar to what you want, but some knowledge of the
technologies involved would be very helpful.

--
Mark Parnell
http://www.clarkecomputers.com.au
  #8  
Old July 20th, 2005, 06:52 PM
Andy Dingley
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

On 1 Mar 2004 11:20:24 -0800, richrkjr@yahoo.com (richk) wrote:
[color=blue]
>What wil I eventually
>need to know in order to be successful in creating websites....[/color]

You'll need to know what "success" means.

Do you want to get rich ?
(Lobotomy, a nice suit and a switch to project management)

Do you want to make pretty pictures ?
(Learn PhotoShop and Quark (or similar), a task which takes several
months minimum to do it right)

Do you want to amuse the children and be generally thought of as a web
guru ?
(Get a shiny new Mac laptop and learn Flash)

Do you want to make technically superior websites that no-one else
cares about ?
(Stick around here, and learn to live on a diet of nuts and berries)

--
Smert' spamionam
  #9  
Old July 20th, 2005, 06:52 PM
Davmagic .Com
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

[color=blue]
>From: p_p@hotmail.com (Paul)
>Sorry to butt into this thread :)
>I would like to create a website that lists
>local businesses. I want visitors to be able
>to search the businesses via a search
>field within the html.[/color]

Try http://atomz.com

Web Design-Magic-Painting-Junking-Games
http://www.davmagic.com
Paint A House
http://www.paintahouse.com
Note: My email is ALWAYS Full to avoid SPAM... you can Contact me via my
websites...

  #10  
Old July 20th, 2005, 06:52 PM
Davmagic .Com
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

[color=blue]
>From: richrkjr@yahoo.com (richk)
>I'm in the process of teaching myself, or
>shall i say in the process of expanding my
>knowledge in webdesign. I do have my
>own site up and I love doing it. Right now
>I do it as a hobby.[/color]
<snip>[color=blue]
>What I would like to know, this question
>goes out to the many designers here who
>maintain sites for a living...What wil I
>eventually need to know in order to be
>successful in creating websites....[/color]

If you're "doing it as a hobby" right now, you're having the most fun...
as soon as you "go professional" it will become WORK... and less fun
(maybe)... but it's your choice... just keep expanding your "database"
of knowledge and keep picking-up new skills as you go along... building
online sources for learning and reference... the other advice in this
thread is very helpful as far as language requirements etc but keep it
simple and free and you'll always enjoy it more!

Good Luck........

Web Design-Magic-Painting-Junking-Games
http://www.davmagic.com
Paint A House
http://www.paintahouse.com
Note: My email is ALWAYS Full to avoid SPAM... you can Contact me via my
websites...

  #11  
Old July 20th, 2005, 06:52 PM
Eric Jarvis
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

Andy Dingley dingbat@codesmiths.com wrote:[color=blue]
>
> Do you want to make technically superior websites that no-one else
> cares about ?
> (Stick around here, and learn to live on a diet of nuts and berries)
>[/color]

Nuts and berries have been deprecated. We are now supposed to live on a
diet of slugs and worms. Nuts and berries are reserved for sysadmins.

HTH

--
eric
www.ericjarvis.co.uk
all these years I've waited for the revolution
and all we end up getting is spin
  #12  
Old July 20th, 2005, 06:52 PM
Neal
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

On Tue, 2 Mar 2004 01:34:17 -0000, Eric Jarvis <web@ericjarvis.co.uk>
wrote:
[color=blue]
> Andy Dingley dingbat@codesmiths.com wrote:[color=green]
>>
>> Do you want to make technically superior websites that no-one else
>> cares about ?
>> (Stick around here, and learn to live on a diet of nuts and berries)
>>[/color]
>
> Nuts and berries have been deprecated. We are now supposed to live on a
> diet of slugs and worms. Nuts and berries are reserved for sysadmins.
>
> HTH
>[/color]

Well, so what if they're deprecated? Just be 'loose'...

(Some sites I see, I wish the author spent more time with the twig and
berries...)
  #13  
Old July 20th, 2005, 06:52 PM
Eric Bohlman
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

richrkjr@yahoo.com (richk) wrote in
news:e247a670.0403011120.31474ecc@posting.google.c om:
[color=blue]
> What I would like to know, this question goes out to the many
> designers here who maintain sites for a living...What wil I eventually
> need to know in order to be successful in creating websites....[/color]

One thing, which isn't actually a web design skill, but can make a *big*
difference in your marketability, is in-depth knowledge of one or more
industries/areas of business. If, for example, you have quite a bit of
knowledge about how the food distribution industry works (i.e. you're
really familiar with the relationships between food producers, food
brokers, and grocery chains) then you'll have a big advantage in marketing
your services to companies in the food industry because you'll be able to
"speak the client's native language." And you'll probably create better
sites/applications for that industry, because you'll have a good
understanding of what the users are trying to get from your work.

Another important factor, which is partially a matter of skill and mostly a
matter of attitude, is the ability to delegate/subcontract certain types of
work. For example, if you're great at site architecture and database
design, but merely good at graphical design, you'll be a lot better off if
you establish a relationship with someone who specializes in graphics
design. And you want that relationship to be reciprocal; you throw
business or subcontract to him when what's needed is graphics work, and he
subcontracts/throws business to you when he gets a job that requires a lot
of architecture/database work.
  #14  
Old July 20th, 2005, 06:52 PM
BrianLL
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

In news:p6m2iz6rla45.wobmhcge1q4f$.dlg@40tude.net,
Mark Parnell <webmaster@clarkecomputers.com.au> decided to write:
| On Mon, 1 Mar 2004 23:21:52 +0000 (UTC), "Paul" <p_p@hotmail.com>
| declared in comp.infosystems.www.authoring.html:
|
|| Do you know of any good website to learn the database and server side
|| scripting?
|
| It depends which way you are going to go. PHP and MySQL are probably
| your best bet, but it does depend what your server supports.
|
| To learn PHP, the PHP site is the best place to start.
| http://www.php.net
|
| I'm looking for some good beginner's SQL tutorials myself, so I'll let
| you know if I find any! :-)
|
| You could probably find something pre-built that would at least do
| something similar to what you want, but some knowledge of the
| technologies involved would be very helpful.

Take a look at http://www.w3schools.com/


--
Brian Lecorchick


  #15  
Old July 20th, 2005, 06:52 PM
Neal
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

On 2 Mar 2004 03:07:35 GMT, Eric Bohlman <ebohlman@earthlink.net> wrote:
[color=blue]
> One thing, which isn't actually a web design skill, but can make a *big*
> difference in your marketability, is in-depth knowledge of one or more
> industries/areas of business. If, for example, you have quite a bit of
> knowledge about how the food distribution industry works (i.e. you're
> really familiar with the relationships between food producers, food
> brokers, and grocery chains) then you'll have a big advantage in
> marketing
> your services to companies in the food industry because you'll be able to
> "speak the client's native language." And you'll probably create better
> sites/applications for that industry, because you'll have a good
> understanding of what the users are trying to get from your work.[/color]

I don't disagee. At all. But I add: never forget that while you can speak
the corporate language, your job is to translate it to the people who
don't know a thing about it.

Too many corporate sites are al about things the average person doesn't
care about. Ever try to track down an email address? An online version of
a users manual? Websites are meant to be used by people who don't know the
first thing about a business - and this is where a lot of websites fall
short.
  #16  
Old July 20th, 2005, 06:52 PM
Mark Parnell
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

On Tue, 02 Mar 2004 03:17:33 GMT, "BrianLL"
<blecorchick@stopthecrapearthlink.net> declared in
comp.infosystems.www.authoring.html:
[color=blue]
>| I'm looking for some good beginner's SQL tutorials myself, so I'll let
>| you know if I find any! :-)[/color]

(I assume this is the part of my post you are replying to)
[color=blue]
> Take a look at http://www.w3schools.com/[/color]

http://www.sqlcourse.com/ looks quite good too.

--
Mark Parnell
http://www.clarkecomputers.com.au
  #17  
Old July 20th, 2005, 06:52 PM
C and C Gifts
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

>From: richrkjr@yahoo.com (richk)[color=blue]
>
>I'm in the process of teaching myself, or shall i say in the process
>of expanding my knowledge in webdesign.[/color]
<snip>[color=blue]
>What I would like to know, this question goes out to the many
>designers here who maintain sites for a living...What wil I eventually
>need to know in order to be successful in creating websites....[/color]

One thing that helps is where to find the information you need, at the time you
need it. Resources are so valuable. When you need to do something, and you draw
a blank, you'll want to pull up your bookmarks or resource, and find what you
need at that moment so you wont get frustrated. Just like
http://www.howtofreelance.com is a resource, you should have several places to
get help on the fly.
  #18  
Old July 20th, 2005, 06:53 PM
H6Steph
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

hello wow that takes alot of stright degree to promote your self in a job
market a tool to sell your skills i would say not knowing your resores but try
to get a grant or a loan or a job with a company doing a less demanding task
and get them to formally educate you and train for them as a working employee i
know that its all in the
degrees one obtains as to what his value is in the market place, good luck
sounds like you got the drive champ
  #19  
Old July 20th, 2005, 06:53 PM
Leif K-Brooks
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

Eric Jarvis wrote:[color=blue]
> Nuts and berries have been deprecated. We are now supposed to live on a
> diet of slugs and worms. Nuts and berries are reserved for sysadmins.[/color]

Don't you keep up on the times? Slugs and worms will be deprecated in a
few months, and we're supposed to start practicing the new mud and sand
diet now.
  #20  
Old July 20th, 2005, 06:53 PM
Eric Jarvis
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

Leif K-Brooks eurleif@ecritters.biz wrote:[color=blue]
> Eric Jarvis wrote:[color=green]
> > Nuts and berries have been deprecated. We are now supposed to live on a
> > diet of slugs and worms. Nuts and berries are reserved for sysadmins.[/color]
>
> Don't you keep up on the times? Slugs and worms will be deprecated in a
> few months, and we're supposed to start practicing the new mud and sand
> diet now.
>[/color]

I've been mud and sand compliant for many years...it's standard practise
in the music and theatre businesses

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
  #21  
Old July 20th, 2005, 06:53 PM
Mark Parnell
Guest
 
Posts: n/a
Default Re: Teaching Onesself Webdesign

On Wed, 3 Mar 2004 18:24:24 -0000, Eric Jarvis <web@ericjarvis.co.uk>
declared in comp.infosystems.www.authoring.html:[color=blue]
> Leif K-Brooks eurleif@ecritters.biz wrote:[color=green]
>>
>> Don't you keep up on the times? Slugs and worms will be deprecated in a
>> few months, and we're supposed to start practicing the new mud and sand
>> diet now.[/color]
>
> I've been mud and sand compliant for many years...it's standard practise
> in the music and theatre businesses[/color]

I'm already using the rock diet. I know it's only a draft recommendation
at this stage, but I'm anticipating that it will eventually be
finalised.

--
Mark Parnell
http://www.clarkecomputers.com.au
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles