Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Setting up my first web site

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  have a look at the new A1Sites  
Author Message
alanjustice

External


Since: Aug 22, 2003
Posts: 1



(Msg. 1) Posted: Fri Aug 22, 2003 4:57 am
Post subject: Setting up my first web site
Archived from groups: alt>www>webmaster (more info?)

Is this the best NG for a novice to get help with problems? I am setting up
a site using MS Word (it's all I have) and apparently it looks different to
someone else than it does to me. I could use some basic knowledge on
authoring (a book or website).
--
- Alan Justice

alanjustice earthlink net
@. .

 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
shashaydoofray

External


Since: Jul 21, 2003
Posts: 4



(Msg. 2) Posted: Fri Aug 22, 2003 4:57 am
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There are many good freeware HTML editors out there that will make the job
much easier and with better results. Do a search on google groups
alt.comp.freeware and lots of them should pop up.

The other poster who recommended the "for dummies" book might have a good
suggestion about the book, but I would avoid the Deamweaver MX trial. I
have been doing wesites for more than 5 years and I am just now getting up
enough nerve to tackle Dreamweaver. It is VERY DIFFICULT to master and it
might discourage you from pursuing your interests further.

There are also many websites that have HTML information and tutorials that
can help you initially. Start small and work your way up. Master the basic
HTML commands first then proceed when your ready.

It's a lot of fun.

SD

 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
jnichols2

External


Since: Aug 22, 2003
Posts: 1



(Msg. 3) Posted: Fri Aug 22, 2003 5:47 am
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Alan Justice" <alanjustice RemoveThis @earthlink.net> wrote in message
news:PLe1b.2484$Ej6.1451@newsread4.news.pas.earthlink.net...
 > Is this the best NG for a novice to get help with problems? I am setting
up
 > a site using MS Word (it's all I have) and apparently it looks different
to
 > someone else than it does to me. I could use some basic knowledge on
 > authoring (a book or website).
 > --
 > - Alan Justice
 >
 > alanjustice earthlink net
 > @. .
 >

Alan,

Find a used book store. I beleive Half Price Books in nationwide now.
I bought Creating Web Pages for Dummies, with trial of Dreamweaver MX, for
$5.98.

Most of the newer books will be just about half price.
But you can go back a couple of years on web sites to get started on the
cheap.
At least a 2 year old book and trial program is better than MS Word and no
help.


John Nichols<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
www

External


Since: Jun 29, 2003
Posts: 720



(Msg. 4) Posted: Fri Aug 22, 2003 11:54 am
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 22 Aug 2003 02:47:04 GMT "John Nichols"
<jnichols2.RemoveThis@austin.rr.com> broke off from drinking a cup of tea at Road
Runner - Texas to write:

 >
 >"Alan Justice" <alanjustice.RemoveThis@earthlink.net> wrote in message
 >news:PLe1b.2484$Ej6.1451@newsread4.news.pas.earthlink.net...
  >> Is this the best NG for a novice to get help with problems? I am setting
 >up
  >> a site using MS Word (it's all I have) and apparently it looks different
 >to
  >> someone else than it does to me. I could use some basic knowledge on
  >> authoring (a book or website).
  >> --
  >> - Alan Justice
  >>
  >> alanjustice earthlink net
  >> @. .
  >>
 >
 >Alan,
 >
 >Find a used book store. I beleive Half Price Books in nationwide now.
 >I bought Creating Web Pages for Dummies, with trial of Dreamweaver MX, for
 >$5.98.
 >
Oh sure, assume EVERYONE lives in Australia!

How about realising the world uses Usenet?

Matt<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
ngx

External


Since: Jun 28, 2003
Posts: 578



(Msg. 5) Posted: Fri Aug 22, 2003 12:20 pm
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Alan Justice wrote:
 > Is this the best NG for a novice to get help with problems?

No, but it is one of many that you may find helpful. other newsgroups
include:

news:alt.html
news:alt.html.critique

 > I am
 > setting up a site using MS Word (it's all I have)

No it isn't - you also have notepad.exe

For web page development you may find you are better served with a text
editor that can do syntax highlights - I use textpad from
<a style='text-decoration: underline;' href="http://textpad.com" target="_blank">http://textpad.com</a> - there are others.

 > and apparently it
 > looks different to someone else than it does to me.

of course - MS-Word is not designed to build web pages - although it could
be with very little effort on the part of the developers but that's a
different issue.

every browser on every platform has its idiosyncrasies - you will be well
advised to design your pages for any browser <
<a style='text-decoration: underline;' href="http://www.anybrowser.org/campaign/" target="_blank">http://www.anybrowser.org/campaign/</a> > using any size window <
<a style='text-decoration: underline;' href="http://www.allmyfaqs.com/cgi-bin/wiki.pl?AnySizeDesign" target="_blank">http://www.allmyfaqs.com/cgi-bin/wiki.pl?AnySizeDesign</a> >. Use valid markup
< <a style='text-decoration: underline;' href="http://validator.w3.org" target="_blank">http://validator.w3.org</a> > to help ensure your content is successfully
delivered, no matter what browser/platform is used.

 > I could use some
 > basic knowledge on authoring (a book or website).

<a style='text-decoration: underline;' href="http://www.w3.org/TR/html401/" target="_blank">http://www.w3.org/TR/html401/</a>

Tags to avoid:
Frame
Table
B
I

Build a few pages, link them together with Anchor tags and then research CSS
to apply the necessary styling suggestions.

In any event, have fun

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
ngx

External


Since: Jun 28, 2003
Posts: 578



(Msg. 6) Posted: Fri Aug 22, 2003 12:43 pm
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

William Tasso wrote:
 > Alan Justice wrote:
  >> Is this the best NG for a novice to get help with problems?
 >
 > No, but it is one of many that you may find helpful. other newsgroups
 > include:
 >
 > news:alt.html
 > news:alt.html.critique
 >

also, check out:
news:comp.infosystems.www.authoring.html

Take a peek at the recent thread - subject: "OK, I give up, you win!"

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 7) Posted: Fri Aug 22, 2003 12:47 pm
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Alan Justice" <alanjustice.RemoveThis@earthlink.net> wrote in message
news:PLe1b.2484$Ej6.1451@newsread4.news.pas.earthlink.net...
 > Is this the best NG for a novice to get help with problems? I am setting
up
 > a site using MS Word (it's all I have) and apparently it looks different
to
 > someone else than it does to me. I could use some basic knowledge on
 > authoring (a book or website).

Learn HTML, it's the only way.

This site <a style='text-decoration: underline;' href="http://www.htmlgoodies.com" target="_blank">http://www.htmlgoodies.com</a> has some good tutorials.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
web1

External


Since: Jul 03, 2003
Posts: 569



(Msg. 8) Posted: Fri Aug 22, 2003 2:39 pm
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney wrote:
 > "Alan Justice" <alanjustice DeleteThis @earthlink.net> wrote in message
 > news:PLe1b.2484$Ej6.1451@newsread4.news.pas.earthlink.net...
  > > Is this the best NG for a novice to get help with problems? I am
  > > setting up a site using MS Word (it's all I have) and apparently it
  > > looks different to someone else than it does to me. I could use
  > > some basic knowledge on authoring (a book or website).
 >
 > Learn HTML, it's the only way.
 >
 > This site <a style='text-decoration: underline;' href="http://www.htmlgoodies.com" target="_blank">http://www.htmlgoodies.com</a> has some good tutorials.
 >

some easy tutorials to follow...but not "good"
tutorials...Joe wrote them a long time ago and they are
well short of being anywhere near current good practise

best way...get a copy of 1st Page from Evrsoft
<http://www.evrsoft.com/>...take a look at some of the
tutorials listed here
<http://www.ericjarvis.co.uk/web.html> you'll have to
scroll down a bit, they are at the bottom of the
page...pick one that suits you, they are mostly teaching
the right things

with this field it is generally better to learn from the
web rather than books...the lead time for publishing a
boon is too long and things are moving too fast...by the
time the book is in the shops it's often already obsolete

learn html 4 with stylesheets right from the start...a
number of people will jump on this because, like me, they
learned html 3 and then learned html 4 later...contrary
to the opinion of some, it is not necessary to learn to
ride a horse before you learn to drive a car...so start
with the newer version

learn the simple aspects of marking up html...they are
very traightforward and easy to understand...it's obvious
that <p> and </p> one either side of some text is a
container for a paragraph...it's easy to understand that
<h1> is for the top level of headings and <h6> for the
lowest level of headings...<strong> is rather obvious
too, though there are subtleties about its use you will
be able to learn later on...the basics are easy

styling the page is a little more complex...but take it a
bit at a time and it will soon make sense...maybe start
by finding some template stylesheets that somebody else
has prepared and begin by adapting them to suit you

--
eric
<a style='text-decoration: underline;' href="http://www.ericjarvis.co.uk" target="_blank">www.ericjarvis.co.uk</a>
"Hey Lord don't ask me questions
There ain't no answer in me"<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
dylan

External


Since: Jun 29, 2003
Posts: 111



(Msg. 9) Posted: Fri Aug 22, 2003 3:26 pm
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Matt Probert wrote:

 > Oh sure, assume EVERYONE lives in Australia!

John (the person you are replying to) appears to be from the USA. Texas in
fact, with the closest city being Austin (@austin.rr.com).

 > How about realising the world uses Usenet?

Maybe we can send Heidi round to his house to teach him i18n? Surprised)

--
Dylan Parry - <a style='text-decoration: underline;' href="http://www.DylanParry.com" target="_blank">http://www.DylanParry.com</a>
 
Now playing: Red Hot Chili Peppers, Dosed from By The Way<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 10) Posted: Fri Aug 22, 2003 10:41 pm
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Eric Jarvis" <web RemoveThis @ericjarvis.co.uk> wrote in message
news:MPG.19b003126697d64f98b5d0@News.CIS.DFN.DE...

 > some easy tutorials to follow...but not "good"

Don't be a fucking tit Eric. This is the second time in a week or so that
my help has been criticised.

Good practice according to who?? A handful of wankers.

Well seen you work for the government[1]. Try working in the real world and
give the rest of us who have to WORK for a living a fucking break.

[1] Ex Civil Servent myself, so I know how far removed from real work it is.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
capt80

External


Since: Jul 24, 2003
Posts: 116



(Msg. 11) Posted: Fri Aug 22, 2003 10:50 pm
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <bi5o40$5hdj4$1@ID-162618.news.uni-berlin.de>,
me DeleteThis @charlessweeney.com says...
 > "Eric Jarvis" <web DeleteThis @ericjarvis.co.uk> wrote in message
 > news:MPG.19b003126697d64f98b5d0@News.CIS.DFN.DE...
 >
  > > some easy tutorials to follow...but not "good"


 > expletives deleted


 > [1] Ex Civil Servent myself, so I know how far removed from real work it is.
 >
Contradiction in terms and reported in violation of the Trades
Description Act

1) you are not very civil and
2) don't serve

Dave
--
p.s servant isn't spelt that way, take some more water with it ;p


----- + ----- + -----
The internet is too big to fit in your recycle bin
Do you REALLY want to delete it?
----- + ----- + -----<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
web1

External


Since: Jul 03, 2003
Posts: 569



(Msg. 12) Posted: Sat Aug 23, 2003 2:08 am
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney wrote:
 > "Eric Jarvis" <web.DeleteThis@ericjarvis.co.uk> wrote in message
 > news:MPG.19b003126697d64f98b5d0@News.CIS.DFN.DE...
 >
  > > some easy tutorials to follow...but not "good"
 >
 > Don't be a fucking tit Eric. This is the second time in a week or so that
 > my help has been criticised.
 >
 > Good practice according to who?? A handful of wankers.
 >
 > Well seen you work for the government[1]. Try working in the real world and
 > give the rest of us who have to WORK for a living a fucking break.
 >
 > [1] Ex Civil Servent myself, so I know how far removed from real work it is.
 >

as it happens I have NEVER been a civil servant...and I'm
currently freelancing [1] waiting until something
actually worthwhile comes along...I know plenty about the
real world...and in the real world of web
development bandwidth costs money...so learning to write
bloated mark up is not ideal...in the real world the
customer is king...so learning to use browser specific
mark up is not ideal...in the real world people don't
like having to do a complete site rebuild when a new
browser becomes popular...so using obsolete mark up for a
new site is not ideal

Joe writes beautifully...the tutorials are very easy to
learn from...they are also wrong in several important
ways due to having initially been conceived as tutorials
for a much earlier version of html

that's the facts of the matter...whether you like it or
not the caveat should be added to any recommendation of
HTML Goodies...that doesn't mean it isn't useful for
somebody learning just so that they can slap up a home
page about their cats...but without any idea of whether
the OP intended to take web design seriously in the ;ong
term it is misleading to point to HTML Goodies without a
"health warning"

at no point did I criticise you or say it was in any way
inappropriate to recommend the tutorials...I merely
pointed out their failings in, I hope, a fairly even
handed way...of you can't handle that, Charles, then you
really need to look at why...not take it out on anyone
else

[1] ie doing credit control and accountancy and now and
again a few hours of SEO and web development so that I
can spend several days chasing payment and then doing the
bloody paperwork

--
eric
<a style='text-decoration: underline;' href="http://www.ericjarvis.co.uk" target="_blank">www.ericjarvis.co.uk</a>
"Hey Lord don't ask me questions
There ain't no answer in me"<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 13) Posted: Sat Aug 23, 2003 5:32 am
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Dave" <capt80 RemoveThis @home.atm> wrote in message
news:MPG.19b084e8a3405bff9897b1@news-text.blueyonder.co.uk...
 > In article <bi5o40$5hdj4$1@ID-162618.news.uni-berlin.de>,
 > me RemoveThis @charlessweeney.com says...
  > > "Eric Jarvis" <web RemoveThis @ericjarvis.co.uk> wrote in message
  > > news:MPG.19b003126697d64f98b5d0@News.CIS.DFN.DE...
  > >
   > > > some easy tutorials to follow...but not "good"
 >
 >
  > > expletives deleted
 >
 >
  > > [1] Ex Civil Servent myself, so I know how far removed from real work it
is.
  > >
 > Contradiction in terms and reported in violation of the Trades
 > Description Act
 >
 > 1) you are not very civil and
 > 2) don't serve
 >
 > Dave
 > --
 > p.s servant isn't spelt that way, take some more water with it ;p

Key word being "ex".

Oh yeh, so we're on to spelling mistakes now?

Is that how you want to play it? Arsehole.

The correct act is the Trade Description Act.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 14) Posted: Sat Aug 23, 2003 5:34 am
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Eric Jarvis" <web.DeleteThis@ericjarvis.co.uk> wrote in message
news:MPG.19b0a4a5c4a19bb898b5e3@News.CIS.DFN.DE...

 > as it happens I have NEVER been a civil servant...and I'm

Well, public service, same difference! SurprisedÞ
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
www

External


Since: Jun 29, 2003
Posts: 720



(Msg. 15) Posted: Sat Aug 23, 2003 11:27 am
Post subject: Re: Setting up my first web site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 22 Aug 2003 12:26:58 +0100 Dylan Parry
<dylan RemoveThis @webpageworkshop.co.uk> broke off from drinking a cup of tea at
to write:

 >Matt Probert wrote:
 >
  >> Oh sure, assume EVERYONE lives in Australia!
 >
 >John (the person you are replying to) appears to be from the USA. Texas in
 >fact, with the closest city being Austin (@austin.rr.com).

Doh! Yes I knew that, hence the Australia joke.....

 >
  >> How about realising the world uses Usenet?
 >
 >Maybe we can send Heidi round to his house to teach him i18n? Surprised)
 >

Or Red ?

Matt

--
A massive matrix of concise, interlinked encyclopaedia information.
For when you just want to know, quickly and easily.
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com" target="_blank">http://www.probertencyclopaedia.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Setting up my first web site 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
setting up homeserver - Hi, want to make a website but place it on my PC, i have installed Apache 2.0 and PHP 4 on my computer i placed files in it, and when i visit it, it works... (It's an Ip address site) but i managed to get NO-IP DUC, the program gets a redirect site like....

Anyone know why Your-Site is down? - I can't get to my site, hosted by Your-Site, and my mail's apparently been dead for hours now. I have my E-mail going through my site. Even www.your-site.com is down. Anyone know what the story is? They appear to have been down for a while now. Hell...

Is there a site . . . - Where people post links to sites they like - not the "check out my site" posts - but to other peoples site?

Please take a look at my site. - Could everyone please take a look at my site and let me know what you think I should add. I am doing a childrens movie and would like to make the site fun and attractive twards children. Thank you for you recomendtions. Tim ..

How does this site look to you - Hi, I have been asked to evaluate this site http://www.dutchderwish.com/ for an award only I cannot view the pages very well as on my PC the text and background are too similar. I would like to know if it is my settings or is it hard for others to ....
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]