Beginner HTML Blues... - ehMac.ca
Facebook
Twitter
YouTube
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old Jan 18th, 2005, 10:09 PM   #1
Full Citizen
 
davidslegend's Avatar
 
Join Date: Jan 2004
Location: Ottawa
Posts: 464
Send a message via AIM to davidslegend
Question Beginner HTML Blues...

Hi,

I feel really challenge...I started working out of a SAMS Teach Yourself in 21 Days and can't even do the beginning example.

It says to download BBEdit Lite but, of course that isn't avalaible so I am currently downloading TextWrangler which is Free as well. In the mean time I tried to make a this simple html document in Appleworks, save it with a .html tag as a "text" document as the book insists and open it in Safari.

<!DOCTYPE html PUBLIC " - //W3C/DTD XHTML 1.01Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
<html>
<head>
<title>David's Sample HTML Page</title>
</head>
<body>
<h1>Ths is a realish HTML Page</h1>
</body>
</html>

I know I am at the beginning level here but, I wasn't able to save this document in Appleworks....perhaps because I called it: Firsthtml.html and saved it as a text File. Appleworks would save this document in the finder but, when I went to open it or reedit it wouldn't have a name over the document other then: "Untitled.xp".

Second, question is which HTML Editor do you use?

Thanks for helping out.

Best Regards,

davidslegend

:cry: :p
__________________
My Aviator: The Amazing "Sneezel Jowbes"!
davidslegend is offline   Reply With Quote
Sponsored Links
Advertisement
 
Old Jan 18th, 2005, 10:34 PM   #2
Full Citizen
 
yatko's Avatar
 
Join Date: Oct 2004
Location: Toronto
Posts: 311
Any text editor but save the extension as *.html.

Since OSx is Linux like can you install any linux apps?
Quanta Plus is a great Homesite like app(even better)

http://quanta.sourceforge.net/

Also since you are beginning, start with a good foundation try to absorb what is in these pages:

http://css.maxdesign.com.au/
yatko is offline   Reply With Quote
Old Jan 18th, 2005, 11:36 PM   #3
Full Citizen
 
Join Date: Sep 2003
Location: toronto
Posts: 292
Lightbulb

i use <a href="http://www.codingmonkeys.de/subethaedit/">SubEthaEdit</a> because it's free and...I like it. I don't have any need for the collaborative editing but that's gravy i guess...all i really need is syntax highlighting & web preview is pretty nice.

textedit will also work, and i'm sure textwrangler is pretty good too.

<a href="http://www.w3schools.com">w3schools.com</a> has a bunch of free online tutorials and their reference is really nice because there's an online editor where you can try stuff out.

good luck...

as far as your example goes, you need a

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

with an opening brace (less than sign before the exclamation point) before your line but i suppose you typed that in and the board software tried to do something with it. (doesn't even work in the CODE braces???)

PS., I'm assuming you want to learn html & css, and don't want to use a WYSIWYG editor. Otherwise i think there's plenty out there...

Last edited by khummsein; Jan 18th, 2005 at 11:51 PM. Reason: fix format...ugh too wide
khummsein is offline   Reply With Quote
Old Jan 18th, 2005, 11:38 PM   #4
On Vacation
 
Join Date: Nov 2004
Location: Montreal
Posts: 7,966
Send a message via AIM to ArtistSeries Send a message via MSN to ArtistSeries Send a message via Yahoo to ArtistSeries
You may want to try a free trial of Dreamweaver - you can have a quote and visual view at the same time. This will help you see what you are doing.

BBedit is still widely used as an HTML editor - but almost any text editor can do.
PageSpinner is a good beginner tool. And I'm sure others will have suggestions....
ArtistSeries is offline   Reply With Quote
Old Jan 19th, 2005, 12:57 AM   #5
Public Servant
 
Chealion's Avatar
 
Join Date: Jan 2001
Location: Calgary
Posts: 7,069
Send a message via ICQ to Chealion Send a message via AIM to Chealion Send a message via MSN to Chealion
I agree with khummesein, get SubEthaEdit. I use it for all my web developing needs, plus if you ever need help it is possible to get someone to jump in and help you in the document in real time! Just whatever you do, remember that font tags and table abuse are bad. Use CSS instead.

Another good place to look at more advanced concepts using CSS is <a href="http://alistapart.com">A List Apart</a>. It can be a little daunting at first, but HTML and CSS are rather simple and easy to pick up. It's just a matter of taking your ideas and coding them.
__________________
I still remember Macnutt.
Chealion is offline   Reply With Quote
Old Jan 19th, 2005, 04:13 PM   #6
Full Citizen
 
Join Date: Oct 2003
Location: Toronto/U of Guelph
Posts: 214
I learned the basics of html pretty quickly from Pagetutor.com. It's pretty funny too It's well organized and pretty comprehensive. I'd highly recommend it.
skinnyman is offline   Reply With Quote
Old Jan 19th, 2005, 07:26 PM   #7
Full Citizen
 
davidslegend's Avatar
 
Join Date: Jan 2004
Location: Ottawa
Posts: 464
Send a message via AIM to davidslegend
Quote:
Originally Posted by Chealion
I agree with khummesein, get SubEthaEdit.
Hi, Thanks again for your help! I just looked at SubEthaEdit and it's OS X 10.3...I am still using Jaguar.

I downloaded Wrangler and it says: "The application cannot be launched because it is incompatable"? Maybe it requires Panther too. The other suggestions like "www.w3schools.com" are amazing.

I've got a dreamweaver demo with this book from the library but, I was just getting into the very basics-following the books suggestions to get BBEdit.

<html><Body><h1 align="center">Thanks again for all your help guys!!!
</h1>
<hr>
</body>
Still looking for good beginnings here....Hope I can learn this stuff well!

Regards,

davidslegend
__________________
My Aviator: The Amazing "Sneezel Jowbes"!

Last edited by davidslegend; Jan 20th, 2005 at 11:41 AM.
davidslegend is offline   Reply With Quote
Old Jan 19th, 2005, 09:15 PM   #8
Public Servant
 
Chealion's Avatar
 
Join Date: Jan 2001
Location: Calgary
Posts: 7,069
Send a message via ICQ to Chealion Send a message via AIM to Chealion Send a message via MSN to Chealion
davidslegend - The older version of SubEthaEdit (1.1.5) runs on Jaguar. However, you'd have to find someone who was also running SubEthaEdit 1 in order to work together with you.

I couldn't find a download link, so I uploaded it so you could grab it. Website

And yes, Text Wrangler needs 10.3.5 or newer to operate.
__________________
I still remember Macnutt.
Chealion is offline   Reply With Quote
Old Jan 20th, 2005, 10:46 PM   #9
Full Citizen
 
davidslegend's Avatar
 
Join Date: Jan 2004
Location: Ottawa
Posts: 464
Send a message via AIM to davidslegend
Many Thanks...!

Chealion,

Thanks, for the link!

I don't have SimpleText on Macintosh system which is suppose to work well with writing html. Why don't I have it in my Applications folder preinstalled?

Well, anyway as we speak I'm getting a download of your suggested HTML editor!

Cheers!

davidslegend

__________________
My Aviator: The Amazing "Sneezel Jowbes"!
davidslegend is offline   Reply With Quote
Old Jan 21st, 2005, 10:00 AM   #10
Honourable Citizen
 
CubaMark's Avatar
 
Join Date: Feb 2001
Location: Zacatecas, México
Posts: 10,305
Send a message via AIM to CubaMark
Wink HTML, Simpletext

David,

SimpleText was the basic text editor under OS 9 and previous.

In OS X, it has been upgraded and renamed as TextEdit. You'l find it in the Applications folder.

Good luck!
M
__________________
It's not an embargo. It's a blockade. www.cubavsbloqueo.cu
The Cuban Revolution as Socialist Human Development Brill Books (Amazon Paperback)
CubaMark is offline   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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing HTML elements in an email - not working Script Kiddie Mac, iPhone, iPad and iPod Help & Troubleshooting 8 Sep 23rd, 2005 09:11 AM
How do you make an HTML e-mail. Visual-Q Mac, iPhone, iPad and iPod Help & Troubleshooting 9 Aug 6th, 2005 03:41 PM
HTML in Mail PosterBoy Anything Mac 24 Apr 24th, 2005 11:06 AM
email clients & HTML csonni Anything Mac 1 Apr 7th, 2005 09:51 AM
convert pdf to html Macified Mac, iPhone, iPad and iPod Help & Troubleshooting 5 Feb 9th, 2005 08:03 AM


All times are GMT -4. The time now is 11:57 PM.



Copyright © 1999 - 2012, ehMac.ca All rights reserved. ehMac is not affiliated with Apple Inc. Mac, iPod, iTunes, iPhone, Apple TV are trademarks of Apple Inc. Content Relevant URLs by vBSEO 3.6.0 RC 2

Tribe.ca: Urban living in Toronto!