Dear Saligman Students from Friday's Make Your Own Web Page Group,
Here are the instructions I promised on how to finish the web page that you began with me on Friday.
You guys were great. I think you have the potential to be great programmers.
Sincerely,
Rabbi Shai Gluskin
- Go to applications and open the TextEdit program.
- Go to TextEdit --> Preferences

- There are changes to be made in both the New Document and Open and Save tabs.
- Select the left tab, New Document
- Select Plain text.

- Next, click on the right tab: Open and Save.
- Uncheck the box that says Add ".txt" extension to plain text files.
- Check the box that says Ignore rich text commands in HTML files.

- Close out of the preferences window.
- Now our TextEdit application is ready. Next you need to retrieve the code you created on Friday. But don't use TextEdit to do that. Using Safari, open the file you created on Friday. It's likely to be found in your Documents folder or on your Desktop. When you open it, it will probably look something like this:

- Highlight and copy the code that appears in the Safari window that you wrote on Friday.
- Go to Applications --> TextEdit
Correct! This what TextEdit should like, with no formatting tools at the top of the window.
Wrong If TextEdit looks like this, start these instructions over.
- Paste the code you copied from the Safari window into the empty TextEdit window. If you couldn't find your file, or if you want to start from scratch, here is some new sample code you can use. Copy and paste the code below into your blank TextEdit window. Customize the content to make it yours:
<html>
<head>
<title>Instructions for Creating a Web Page</title>
<body>
<p>There are many steps in creating a web page.</p>
<p>But it is not so hard, really!</p>
</body>
</html>
- Here is an image of the code in your TextEdit window:

- Save the document. Give it any name you want, but make sure
- there are no spaces in the title;
- the title only has letters, numbers, underscores or hyphens;
- the last part of the title is: .html
- You remember where you save it.

- Open the file you just saved in Safari and voila! A web page, that you programmed:
To edit your web page, you must open the file from within TextEdit. Remember you'll need to save the file before you can see your changes take affect in Safari. If you have left your Safari window open while you were editing in TextEdit, you'll need to refresh Safari before you'll be able to see your changes.
This is the icon for the refresh button in Safari.
This may seem like a lot of work to create a web page that is so simple. But working with code is very powerful and creative. You've gone through the key steps of creating the file and learning the essential “tags” that make up any page. From here you can go on to learning how to format, add color, backgrounds and photos to your web pages.
One of many good online resources is htmldog.com
And do let your teachers know if you are interested in learning more programming skills for the web or other applications.