she-knows-it.blogspot.com
She Knows It: September 2008
http://she-knows-it.blogspot.com/2008_09_01_archive.html
Saturday, September 27, 2008. Well I've had some software problems with video encoding, but have a bit of a hacky solution that allows me to get some videos up :). The next video will be an introduction to an Integrated Development Environment(IDE), that will let you make Java programs with greater ease. If you are interested in getting a head start, head over to www.netbeans.org. And download the latest version of netbeans. Posted by Sir Swapalot. Subscribe to: Posts (Atom). What is She Knows It?
she-knows-it-tutorials.blogspot.com
She Knows It Tutorials: Tutorial 4 Introduction to Netbeans
http://she-knows-it-tutorials.blogspot.com/2008/10/tutorial-4-introduction-to-netbeans.html
Tuesday, October 14, 2008. Tutorial 4 Introduction to Netbeans. Go to www.netbeans.org. And download the Java SE edition of Netbeans, it'll be about 30MB. The next tutorial will be all about Java, I promise :). Posted by Sir Swapalot. We need more; quickly :-). March 22, 2009 at 12:18 PM. Subscribe to: Post Comments (Atom). This is where you can learn how to program in Java. If you have any issues with the tutorials or don't understand anything, please let us know! Tutorial 4 Introduction to Netbeans.
she-knows-it-tutorials.blogspot.com
She Knows It Tutorials: Tutorial #1: Installing Java
http://she-knows-it-tutorials.blogspot.com/2008/08/tutorial-number-1-installing-java.html
Friday, August 29, 2008. Tutorial #1: Installing Java. Here is the link to directly download the Java Development Kit:. Link for 32 bit processors. Link for 64 bit processors:. The tutorial video contains all of this information. Feel free to ask any questions :). Posted by Sir Swapalot. Subscribe to: Post Comments (Atom). This is where you can learn how to program in Java. If you have any issues with the tutorials or don't understand anything, please let us know! Tutorial #1: Installing Java.
she-knows-it-tutorials.blogspot.com
She Knows It Tutorials: Tutorial #3: Creating Jar files from your java programs
http://she-knows-it-tutorials.blogspot.com/2008/09/creating-jar-files-from-your-java.html
Saturday, September 27, 2008. Tutorial #3: Creating Jar files from your java programs. A jar file is like a zip file, but for Java programs. If you include the right information into your jar file, then you can double click the file to run your Java programs! For more information on Java jar files, see the Jar tutorial on the sun website. The code that I used for this tutorial is the same as the last tutorial, with a couple of extra lines:. Import javax.swing.*;. Public class Hello {. Excitement = 3;.
she-knows-it.blogspot.com
She Knows It: August 2008
http://she-knows-it.blogspot.com/2008_08_01_archive.html
Friday, August 29, 2008. The first tutorial is up! After a bit of work finding the right software to make screencasts I've been able to make the first tutorial :). I've set up a gmail address for any questions that you don't want to ask via the forums - you can email me at SheKnowsItJava a.t. g-m.a1l . co-m (without the dots etc). If you wanted to know what software I use for my screencasts - I'm using camStudio. To record my screen - it's free and can record audio from your microphone as well. I'll get ...
she-knows-it.blogspot.com
She Knows It: The first tutorial is up!
http://she-knows-it.blogspot.com/2008/08/first-tutorial-is-up.html
Friday, August 29, 2008. The first tutorial is up! After a bit of work finding the right software to make screencasts I've been able to make the first tutorial :). I've set up a gmail address for any questions that you don't want to ask via the forums - you can email me at SheKnowsItJava a.t. g-m.a1l . co-m (without the dots etc). If you wanted to know what software I use for my screencasts - I'm using camStudio. To record my screen - it's free and can record audio from your microphone as well.
she-knows-it.blogspot.com
She Knows It: October 2008
http://she-knows-it.blogspot.com/2008_10_01_archive.html
Tuesday, October 14, 2008. I'm pretty excited, as I've managed to get my first round of videos up that will get you set up for Java programming ;). If you follow through the videos (4 so far), then you can get your windows machine set up for Java. From here on in, we'll be looking mainly at the Java language, and I'll be teaching you how to write some cool programs. If there's anything you'd like me to include, you can make a request, and I'll definitely consider it! Posted by Sir Swapalot.
she-knows-it-tutorials.blogspot.com
She Knows It Tutorials: August 2008
http://she-knows-it-tutorials.blogspot.com/2008_08_01_archive.html
Friday, August 29, 2008. Tutorial #1: Installing Java. Here is the link to directly download the Java Development Kit:. Link for 32 bit processors. Link for 64 bit processors:. The tutorial video contains all of this information. Feel free to ask any questions :). Posted by Sir Swapalot. Subscribe to: Posts (Atom). This is where you can learn how to program in Java. If you have any issues with the tutorials or don't understand anything, please let us know! Tutorial #1: Installing Java.
she-knows-it-tutorials.blogspot.com
She Knows It Tutorials: September 2008
http://she-knows-it-tutorials.blogspot.com/2008_09_01_archive.html
Saturday, September 27, 2008. Tutorial #3: Creating Jar files from your java programs. A jar file is like a zip file, but for Java programs. If you include the right information into your jar file, then you can double click the file to run your Java programs! For more information on Java jar files, see the Jar tutorial on the sun website. The code that I used for this tutorial is the same as the last tutorial, with a couple of extra lines:. Import javax.swing.*;. Public class Hello {. Excitement = 3;.