
119 replies, but have only reached 115 ..?
There have been 12 items by Jarryd (Search limited from 28-February 20)
Posted by
Jarryd
on 07 July 2012 - 03:45 AM
in
General Computing
Posted by
Jarryd
on 07 July 2012 - 03:33 AM
in
General Computing
Posted by
Jarryd
on 07 July 2012 - 03:08 AM
in
Introductions
Posted by
Jarryd
on 07 July 2012 - 02:57 AM
in
General Computing
Posted by
Jarryd
on 07 July 2012 - 02:39 AM
in
General Computing
So, I'm thinking of building another system for my own use but it brings up the long time AMD or Intel debate. I was just wondering what you guys here think? Which manufacturer is best and why?
Posted by
Jarryd
on 07 July 2012 - 02:03 AM
in
General Computing
Hi. I have two hard drives which are not inserted into pc. I would like to insert them into pc, delete files from them and check for bad sectors. Could someone tell me which is the simpliest and fastest way to do that? I would be greateful for any help
Posted by
Jarryd
on 15 June 2012 - 02:48 PM
in
Visual Basic Tutorials
Posted by
Jarryd
on 26 August 2011 - 05:28 PM
in
General Computing
I found a wireless AP with bridging compatibilities I want to bride it like this:
Modem --- Switch --- Airport ||(WIFI link)||| Dlink AP --- ServerBut I hit a rather anoying problem:
I can't find the AP, like I don't know what the IP is!
Any suggestions
I tired the default... BTW my modem assigns 10.1.X.X range IPs.
Posted by
Jarryd
on 26 August 2011 - 05:16 PM
in
General Programming
Hi all friends !
Therefor I want to purchase new antivirus software by online payment .
Give me suggestion what is best antivirus. ??
Posted by
Jarryd
on 03 August 2011 - 09:50 PM
in
Java Tutorials
Java Applet's and the Web
I'm using Eclipse IDE for this tutorial
To start this tutorial, Open your java IDE, create a new project and make a new class file, I will call mine appletTest.java. Once we have that sorted we will add a few lines to our project,import java.awt.*; import java.applet.*;
public class appletTest extends Applet { }
public void paint (Graphics g) { g.drawRect(10, 10, 300, 100); g.drawString("Basic Java Applet", 20, 25); }
<html> <head><title>Basic Applet</title></head> <body><applet codebase = "." code = "appletTest.class" name = "Basic Applet" width = "500" height = "500" hspace = "0" vspace = "0" align = "middle"></applet> </body> </html>
Make sure you have debugged the .java file, and that it has created a .class file. (this should be with the .class file)
Posted by
Jarryd
on 10 July 2011 - 03:35 PM
in
Visual Basic Tutorials
it doesnt say anything, when i hit debug is see the black screen flash real quick as if it is about to run, but it then disapears with no error messages or anything.
Console.ReadLine()- insert this at the end