Creating a Website






Home
About me

Creating a Website
Fibonacci Sequence
Poly and Cinderella
Archimedean Solids
Modellus
Moodle

Interessting Stuff
Trabalhos
Links and Websites














This is a List of possible eding functions of the website composer from Mozilla called Seamonkey. This list isn`t complete but contains the mayor functions of this composer. The general way this composer works is by directly add the features in the composer. The programm is translating the informations in the html-code. But the user can also write in the html-source code. The main tool stays the users surface, where the user can write and edit like in any text program.

 Images

To add images to the website, the image-button has to be used. You can choose a picture on the computer or on the web. Be carefull to change the security settings of the image in that forme, that everyone has the permission to see the image because otherwise the image doesn`t appear on the website.

Example:


Bild

Tables

To add tables use the table-button. The user can choose the number of lines and columns and different more settings of the table like the size of the borders or the dimensions of the table. Normaly the width of the cells change in terms of the lentgh of the inscribed words.

Example:













Links


To add links use the link button and insert the web adress of the linking site. In this example its a link to a file created by the programm cindarella. Remember to change the settings of the file too, so that everyone has the permission to see the file.

Example:   link


Insert YouTube videos



To insert YouTubevideos you have to insert the html-code of the file in the html editor of the SeaMonkey composer. The video appears like an image directly at the website.

Example:





Add Applications to a website

We use the website www.math.hws.edu/javamath/index.html, where we can find a list of some Configurable Applets. For each applet there is an hmtl-Code, wich we can insert with the SeaMonkey-Composer. At first we have to download and archive the file: jcm1.0_config.jar from the website, because otherwise the applets might not work. Its important, that this file is locatet in the same location than the html-file of the website.

We insert the html-code like we did it with the html-Code of the YouTube-Videos. Here is an example of the html-Code for the SecantTangent Applet:

<applet archive="jcm1.0-config.jar" code="SecantTangent.class" width=330 height=360>
      <param name="UseMouseZoom" value="yes">
      <param name="UsePanner" value="yes">
      <param name="UseFunctionInput" value="no">
      <param name="UseLimitsPanel" value="no">
      <param name="UseLoadButton" value="no">
      <param name="CanvasColor" value="255 255 225">
      <param name="GraphColor" value="blue">
      <param name="SlopeTextColor" value="180 0 0">
      <param name="SlopeTextBackground" value="lightGray">
      <param name="ShowTangentSlope" value="no">
      <param name="Example1" value="Vertical tangent at x=0?; abs(x)^x; -2 2 -1 3 0 1">
      <param name="Example2" value="Try dragging points off the graph; sqrt(x); -2 5 -1 3 1 3">
      <param name="Example3" value="Tangent exists at x=0; (x = 0)? 0 : x^2 * sin(1/x); -2 2 -2 2 0 1">
      <param name="Example4" value="No tangent at x=0; (x = 0)? 0 : x * sin(1/x); -2 2 -2 2 0 1">
   </applet>

Now we are inserting this code in the html-Code of this website:



One can also change some settings of the Applet, if the code is modified.
In the following example, the language, some examples and settings has been changed: