MainPage

/* Class Programming.
*
* Tutorials (or something close) given for a few languages:
*    Java
*    HTML
*    JavaScript
*    Pascal
*    C++
*
*/

public class Programming
{
   public Programming()
   {
   }

   public static void main(String[] args)
   {
     String visibleLanguage="Java", constructionLanguage="HTML";

     System.out.println("Although the visible part of this page is written in " + visibleLanguage + ", and the site was written using " + constructionLanguage + ", there are other useful languages on this site too!");

     Programming learn = new Programming();

     learn.javaLink();
     learn.htmlLink();
     learn.javaScriptLink();
     learn.htmlAndJavaScriptLink();
     learn.pascalLink();
     learn.c++Link();
   }


   // Link to: CS133 website. Has assignments, labs, and some other random probably useless things.
   public click javaLink()
   {
     click for java;
   }


   // Link to: My HTML Notes. Not the best thing to learn from, but good if you just forgot something and need to look it up.
   public click htmlLink()
   {
     click for html;
   }


   // Link to: My JavaScript Notes. Again, not the best thing to learn from, but good if you just forgot something and need to look it up.
   public click javaScriptLink()
   {
     click for javascript;
   }


   // Link to: pageresource. Good site with many tutorials on HTML and JavaScript. Also Cascading Style Sheets, XHTML, and stuff like that.
   public click htmlAndJavaScriptLink()
   {
     click for html+javascript;
   }


   // Link to: My Pascal Notes. Again2, not the best thing to learn from, but good if you just forgot something and need to look it up.
   public click pascalLink()
   {
     click for pascal;
   }


   // Link to: cplusplus. Basic C++ tutorials including I/O, Loops, and some class stuff.
   public click c++Link()
   {
     click for c++;
   }
}




Zuletzte Änderung: 04.07.2007

This website was designed for a secret purpose.
Any actions of outside users with the information provided is not my responsibility.

Conscious Matter © 2005-2007

Hosted by www.Geocities.ws

1