<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.asterix.co.za/html/index.php?action=history&amp;feed=atom&amp;title=NetBeans</id>
	<title>NetBeans - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.asterix.co.za/html/index.php?action=history&amp;feed=atom&amp;title=NetBeans"/>
	<link rel="alternate" type="text/html" href="http://wiki.asterix.co.za/html/index.php?title=NetBeans&amp;action=history"/>
	<updated>2026-05-20T15:59:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.asterix.co.za/html/index.php?title=NetBeans&amp;diff=15&amp;oldid=prev</id>
		<title>Peter: Created page with &quot;&#039;&#039;&#039;NetBeans&#039;&#039;&#039; allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to Java development, it has extensions for other languages like PHP, HTML and JavaScript.  ([https://en.wikipedia.org/wiki/NetBeans Wikipedia])  We are using [https://netbeans.org/downloads/old/8.2/ NetBeans 8.2].  ([http://wiki.netbeans.org/Main_Page NetBeans wiki])  The core rea...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.asterix.co.za/html/index.php?title=NetBeans&amp;diff=15&amp;oldid=prev"/>
		<updated>2023-11-25T18:40:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;NetBeans&amp;#039;&amp;#039;&amp;#039; allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to &lt;a href=&quot;/html/index.php?title=Java&quot; title=&quot;Java&quot;&gt;Java development&lt;/a&gt;, it has extensions for other languages like &lt;a href=&quot;/html/index.php?title=PHP&quot; title=&quot;PHP&quot;&gt;PHP&lt;/a&gt;, &lt;a href=&quot;/html/index.php?title=HTML&quot; title=&quot;HTML&quot;&gt;HTML&lt;/a&gt; and &lt;a href=&quot;/html/index.php?title=JavaScript&quot; title=&quot;JavaScript&quot;&gt;JavaScript&lt;/a&gt;.  ([https://en.wikipedia.org/wiki/NetBeans Wikipedia])  We are using [https://netbeans.org/downloads/old/8.2/ NetBeans 8.2].  ([http://wiki.netbeans.org/Main_Page NetBeans wiki])  The core rea...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;NetBeans&amp;#039;&amp;#039;&amp;#039; allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to [[Java|Java development]], it has extensions for other languages like [[PHP]], [[HTML]] and [[JavaScript]].  ([https://en.wikipedia.org/wiki/NetBeans Wikipedia])&lt;br /&gt;
&lt;br /&gt;
We are using [https://netbeans.org/downloads/old/8.2/ NetBeans 8.2].  ([http://wiki.netbeans.org/Main_Page NetBeans wiki])&lt;br /&gt;
&lt;br /&gt;
The core reason I have chosen to work with NetBeans 8.2 is that this version still work on [[Windows&amp;#039;XP]].  This means that it is perfect for my smaller computers and [[virtual machine]]s!&lt;br /&gt;
&lt;br /&gt;
== Download NetBeans 8.2 ==&lt;br /&gt;
&lt;br /&gt;
[https://netbeans.org/downloads/old/8.2/ Download NetBeans 8.2 here].  The get started quickly, with the lowest [[data consumption]], download the PHP bundle&lt;br /&gt;
&lt;br /&gt;
The NetBeans 8.2 download for a 64-bit Windows operating system is 112 MB&lt;br /&gt;
&lt;br /&gt;
== PHP projects in NetBeans ==&lt;br /&gt;
&lt;br /&gt;
As part of the step of setting up this project, you&amp;#039;ll get to put in the FTP access codes for this website.  And this is where the magic starts!&lt;br /&gt;
&lt;br /&gt;
Once your project is ready and waiting for you, all you have to do is tell this project to download the files you want.  What you do is first tell the project to download and once you have a full list of files and folders on your website, you select what you want&lt;br /&gt;
&lt;br /&gt;
If there is no PHP project type, you need to install the [[PHP plugin for NetBeans]]&lt;br /&gt;
&lt;br /&gt;
Once you have the PHP plugin installed, you need to [[Setting up a PHP project|setup your first PHP project]] to connect to our website&lt;br /&gt;
&lt;br /&gt;
== NetBeans helps you code! ==&lt;br /&gt;
&lt;br /&gt;
[[Phoenix]], NetBeans is pointing to coding errors.  For example, one of the errors I see is....&lt;br /&gt;
&lt;br /&gt;
 Attribute &amp;quot;align&amp;quot; not allowed on element &amp;quot;body&amp;quot; at this point.&lt;br /&gt;
 From line 38, column 2; to line 38, column 39&lt;br /&gt;
 (Rule Category: Elements)&lt;br /&gt;
 &lt;br /&gt;
 The &amp;quot;bgcolor&amp;quot; attribute on the &amp;quot;body&amp;quot; element is obsolete. Use CSS instead.&lt;br /&gt;
 From line 38, column 2; to line 38, column 39&lt;br /&gt;
 (Rule Category: Obsolete)&lt;br /&gt;
 ----&lt;br /&gt;
 (Alt-Enter shows hints)&lt;br /&gt;
&lt;br /&gt;
Explain what NetBeans is telling you and tell me what you would do to fix this, given your current level of skill in building working with web pages.&lt;br /&gt;
&lt;br /&gt;
[[Dragon]], your code is still clean!- so don&amp;#039;t be tempted to copy any of [[Phoenix]]&amp;#039;s code!&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This is the beauty of NetBeans!&amp;#039;&amp;#039;&amp;#039;  As you develop your web pages, NetBeans is constantly watching you and helping you to find better ways to code&lt;br /&gt;
&lt;br /&gt;
== Marking of your website ==&lt;br /&gt;
&lt;br /&gt;
For now I&amp;#039;ll give you up to &amp;#039;&amp;#039;&amp;#039;2 marks&amp;#039;&amp;#039;&amp;#039; when you prove to me how well your can use NetBeans to work with your live website&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* [[Java]] must be installed before NetBeans&lt;br /&gt;
* NetBeans is an [https://en.wikipedia.org/wiki/Integrated_development_environment Integrated Development Environment]&lt;br /&gt;
* NetBeans 8.2 is the last version before [https://netbeans.apache.org/ NetBeans and all it&amp;#039;s code] was donated to [https://www.apache.org/ The Apache Software Foundation]&lt;br /&gt;
* NetBeans [http://wiki.netbeans.org/PopularProjects Popular Projects]&lt;br /&gt;
&lt;br /&gt;
== By The Way ==&lt;br /&gt;
&lt;br /&gt;
The Apache Foundation are same folk who own things like the [https://httpd.apache.org/ Apache Web Server], which runs 37% of everything you see on the Internet!- while Microsoft only runs you 9% of everything on the Internet!&lt;br /&gt;
&lt;br /&gt;
 Microsoft are the little fish in the ocean, when you lift your gaze to see what&amp;#039;s outside!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
[[Main Page]] |&lt;br /&gt;
[[Basic web design]] |&lt;br /&gt;
[[navigation table|Navigation]] |&lt;br /&gt;
[[Ranking]] |&lt;br /&gt;
[[support website|Support]] |&lt;br /&gt;
[http://www.asterix.co.za/ Asterix Home]&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
</feed>