Archive for the 'CSCI 1301 Announcements' Category

Users petition to keep Windows XP

Wednesday, April 16th, 2008

http://www.cnn.com/2008/TECH/04/14/microsoft.xp.ap/index.html
Go to the link here to find out the story! (Sorry, can’t post the entire story here, I’d get in trouble)

XP going GLOBAL!

Saturday, March 15th, 2008

Asustek: Two-thirds of Eee PCs will have Windows XP
Click on this link down here, or if it doesn’t work, paste it into your web browser.
http://news.zdnet.com/2100-9584_22-6234255.html

New College Forum

Wednesday, February 13th, 2008

Large Blog forum set for general college life, college class help, seeing what parties are coming up, and buying/selling random crap. Also the best, a College professor rating scale. Hit it up at Sublime World

Need a flash drive for cheap?

Monday, January 7th, 2008

I will be on campus Wednesday January 9 between 3:45 and 6:00pm with a surplus of 1gb flash drives.  I will be selling them for between $10-$15 depending on what I can get them for.  They will be 1gb drives.  Anyone who is interested or needs help getting other computer parts/accessories for class please write [...]

How to turn a Java application into a Java Applet

Wednesday, December 5th, 2007

The application program needs to be GUI-based.

Import the classes java.awt.Graphics and javax.swing.JApplet.
Make the class for the program extend JApplet instead of JFrame.
Change the constructor method of the application to a method named init, that returns a void value.
Remove the setTitle( ), setSize( ), and setVisible( ) methods from the program.
Get rid of the main( ) [...]

Interesting flowchart of language programming history

Thursday, January 25th, 2007

http://www.levenez.com/lang/history.html