Recent content by Southphilyman
-
S
Can we create another netbeans in netbeans?
Netbeans is an IDE. http://en.wikipedia.org/wiki/Integrated_development_environment I'm not sure you can create netbeans inside of netbeans...but you can create javabeans inside of netbeans: http://wiki.netbeans.org/NetBeansJavaBeansTutorial- Southphilyman
- Post #2
- Forum: Programming and Computer Science
-
S
Java Sites to help teach/reinforce the java language
Go directly to the source: http://download.oracle.com/javase/tutorial/. I also enjoy Java Passion, though it is not free: http://www.javapassion.com/portal/- Southphilyman
- Post #6
- Forum: Programming and Computer Science
-
S
General programming language question
Don't worry about what specific language you are learning. Concentrate on the fundamentals of Object Orienting Programming. If you get a development job you will be required to constantly learn new languages and tools anyway. I'm in the US and Java is heavily used. C++ and Python is also good...- Southphilyman
- Post #2
- Forum: Programming and Computer Science
-
S
HTML/CSS Where can I find free online resources to learn HTML, Javascript, and CSS?
Not sure what a good learning resource for javascript outside of the w3 websites, but JQuery is a good library to use. http://jquery.com/- Southphilyman
- Post #12
- Forum: Programming and Computer Science