<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/21/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gwbarrow</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/21/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gwbarrow"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/Special:Contributions/Gwbarrow"/>
	<updated>2026-05-12T14:50:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Java&amp;diff=51111</id>
		<title>Java</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Java&amp;diff=51111"/>
		<updated>2009-02-17T16:00:23Z</updated>

		<summary type="html">&lt;p&gt;Gwbarrow: /* Don&amp;#039;t confuse Java &amp;amp; Javascript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Java is a programming language made available by Sun Microsystems under the GNU General Public License. It is one of the object-oriented programming languages.&lt;br /&gt;
&lt;br /&gt;
Java can run on any supported hardware/operating-system platform without having to be re-written. Sun&#039;s slogan was &amp;quot;Write once, run anywhere&amp;quot; (WORA).  &lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
*It is possible to insert a Java script by using the [[HTML editor]].  It is important to remember that the HTML editor does not use a header (a specific type of code at the very start of the page).  A good practice is to use the WYSIWYG screen to create the desired HTML page, then switch to &amp;quot;view the source&amp;quot; with the &amp;lt;&amp;gt; icon.  Now place the header information at the top and insert any other java scripts in the body of the page.  Save the page.&lt;br /&gt;
**&#039;&#039;TIP:&#039;&#039;  When trying to edit the page again, the HTML editor may essentially disable the header information.  Check the source code to restore the proper header on the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Don&#039;t confuse Java &amp;amp; Javascript ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hey people: There&#039;s a tendency on these pages to confuse Java and Javascript. These are not the same thing at all.&lt;br /&gt;
&lt;br /&gt;
Javascript is a fairly simple scripting language, developed years ago by Netscape, and supported natively by virtually all web browsers. You can insert Javascript directly into HTML; no plug-ins or external applications are required for it to work, so long as Javascript support is enabled in the user&#039;s browser (and it usually is).&lt;br /&gt;
&lt;br /&gt;
Java is a programming language developed by Sun microsystems. You can&#039;t insert Java directly into HTML. A Java Applet, which has been programmed using the Java language and compiled externally, can be embedded in a web page (like a video or Flash object), but whether it works or not depends on the end-user having an external Java client installed on his/her computer.&lt;br /&gt;
&lt;br /&gt;
Some web sites also use Java server applications, but that&#039;s yet another animal.&lt;br /&gt;
&lt;br /&gt;
Javascript is what makes &amp;quot;dynamic html&amp;quot; effects possible (drop menus, etc.)&lt;br /&gt;
&lt;br /&gt;
Java applets on the web are more like miniature applications -- such as image editors, or of interactive media. In this way, it&#039;s again similar to Flash or Shockwave multimedia objects. -- [[User:gwbarrow|gwbarrow]] 10:54 17 Feb 2009&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Flash]]&lt;/div&gt;</summary>
		<author><name>Gwbarrow</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Java&amp;diff=51110</id>
		<title>Java</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Java&amp;diff=51110"/>
		<updated>2009-02-17T15:59:49Z</updated>

		<summary type="html">&lt;p&gt;Gwbarrow: /* Tips and Tricks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
Java is a programming language made available by Sun Microsystems under the GNU General Public License. It is one of the object-oriented programming languages.&lt;br /&gt;
&lt;br /&gt;
Java can run on any supported hardware/operating-system platform without having to be re-written. Sun&#039;s slogan was &amp;quot;Write once, run anywhere&amp;quot; (WORA).  &lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
*It is possible to insert a Java script by using the [[HTML editor]].  It is important to remember that the HTML editor does not use a header (a specific type of code at the very start of the page).  A good practice is to use the WYSIWYG screen to create the desired HTML page, then switch to &amp;quot;view the source&amp;quot; with the &amp;lt;&amp;gt; icon.  Now place the header information at the top and insert any other java scripts in the body of the page.  Save the page.&lt;br /&gt;
**&#039;&#039;TIP:&#039;&#039;  When trying to edit the page again, the HTML editor may essentially disable the header information.  Check the source code to restore the proper header on the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Don&#039;t confuse Java &amp;amp; Javascript ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hey people: There&#039;s a tendency on these pages to confuse Java and Javascript. These are not the same thing at all.&lt;br /&gt;
&lt;br /&gt;
Javascript is a fairly simple scripting language, developed years ago by Netscape, and supported natively by virtually all web browsers. You can insert Javascript directly into HTML; no plug-ins or external applications are required for it to work, so long as Javascript support is enabled in the user&#039;s browser (and it usually is).&lt;br /&gt;
&lt;br /&gt;
Java is a programming language developed by Sun microsystems. You can&#039;t insert Java directly into HTML. A Java Applet, which has been programmed using the Java language and compiled externally, can be embedded in a web page (like a video or Flash object), but whether it works or not depends on the end-user having an external Java client installed on his/her computer.&lt;br /&gt;
&lt;br /&gt;
Some web sites also use Java server applications, but that&#039;s yet another animal.&lt;br /&gt;
&lt;br /&gt;
Javascript is what makes &amp;quot;dynamic html&amp;quot; effects possible (drop menus, etc.)&lt;br /&gt;
&lt;br /&gt;
Java applets on the web are more like miniature applications -- such as image editors, or of interactive media. In this way, it&#039;s again similar to Flash or Shockwave multimedia objects. -- gwbarrow 10:54 17 Feb 2009&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Flash]]&lt;/div&gt;</summary>
		<author><name>Gwbarrow</name></author>
	</entry>
</feed>