|
||||||||||||||||||||||||||||||
| yamasa.org / home / acjs / network / english
/ contribute1 - Tuition Tour Schedules |
||||||||||||||||||||||||||||||
|
|
|
How to contribute to the guideContributed by Declan Murphy
To contribute to the guide, all you need is some (accurate) information for an article, a photo or two, and about 30 minutes to write it up in HTML format. For this we'll usually pay 3000 yen. It will be less if we have to edit everything, a little more if its ready for loading onto the site. There's only one catch, that is we want you to use the following HTML code. Why? Because it makes the pages easy to navigate, nice and light and easy to maintain. What can I write about? Pretty much anything except that it has to be useful to students and foreign residents of Okazaki.
Its easy. (At least the source code we will be using is easy...) Declan's five-minute HTML tutorial. You already know how to write legal HTML:
...is a perfectly acceptable HTML document. (Though it is not a good way to win friends in low places) Type it up in the text editor (if your using the Japanese OS computers at Yamasa, use the "メモ帳" - you'll find it by clicking the "スタート" button at the bottom left of your screen, open up "プログラム", open up "アクセサリ" and you'll see it listed thus - "メモ帳", you then save what you type as index.html and you have a html document that I can load onto the web server.Yamasa's Web server can serve it. A user with Netscape Navigator or whatever can view it. A search engine can index it. You get paid. (Though for different subject matter) If you want something more expressive... For example if you want the word very to be in italics:
HTML stands for Hypertext Markup Language. The <I> is a markup. It tells the browser to start rendering words in italics. The </I> closes the <I> element and stops the italics. There are a few dozen more tags in HTML. The easiest way to learn them is just to look at the View Source from Netscape Navigator when visiting sites whose formatting you like. This is usually how I learn markup. Document StructureYou should try to make sure that you close every element that you open. So if you emphasize a word in italics, make sure you close the element. Tags can overlap, but you should close the most recently opened before therest, e.g., for something both <B>boldface</B> and <I>italic</I>If you forget to write the </B> to close the element, then the rest of the document will be in boldface. You can use <P> elements as paragraph separators. Here's the source HTML I suggest you use to start an article for the guidebook:
Does it look difficult??? Click here if you want to see how the above source code will look rendered by a browser. What you need to do is type your text into the spaces that ARE NOT between the parentheses < > and then save it. Finito! All in all its pretty easy. The only complicated bit (ie it may take you about 20 minutes in total to learn) is the photo. If you don't have a digital camera, or don't know how to adjust the size of your images, we'll do it for you. If you do have the know-how, please do it yourself as below. Why? Because you'll get paid more. Note the source code for inserting photos...
You don't want the beautiful photo to be pushing your text around. Also you don't want to inconvenience your readers by forcing them to wait while their browser loads a huge jpeg. Make a small version, write a comment in the ALT="" and hyperlink it to the larger version. This way the text will just flow around the photo, somebody who is surfing the web with the image function on their browser turned off will at least know what they are missing (or if your photo really sucks, what they are not missing), and nobody has to wait for your large photo to download unless they elect to (they can elect to do so by clicking on the hyperlink.) Click on the photo in the sample if you want an easier to understand example of what I'm trying to say... Of course, it could be a lot more complicated than the above. But for now, this will do. Tutorial finished. Please contribute an article! |
| C O M M U N I T Y M E M B E R S | |||
|
|
|||
www.yamasa.org content is created and maintained by
Declan Murphy and the students and
staff of the
Yamasa Institute's Multimedia Studio. This site is Yamasa - All rights reserved.