Search found 49 matches

by jneaod
05 Mar 2007, 18:02
Forum: Coding
Topic: Best Scripting? language to make an AIO
Replies: 2
Views: 499

Linux:
Qt
Glade.

Windows:
Java
Qt
WxHatch
by jneaod
27 Jan 2007, 20:11
Forum: Web Development
Topic: Making Websites On The Go
Replies: 14
Views: 1789

I learned html mostly from w3schools and then took a web design one class last semester. I am in 10th grade. I then bought two books, Special edition using javascript and JavaScript demystified . This is how I learn JavaScript. But download AceHTML Freeware edition and install it to your usb, like I...
by jneaod
27 Jan 2007, 19:46
Forum: Web Development
Topic: Web based operating systems
Replies: 22
Views: 2672

I am going to try and complete this os now since i have time and have figured out what I want to do.
by jneaod
22 Dec 2006, 09:43
Forum: Web Development
Topic: Has Anyone Used The Program For HTML?
Replies: 13
Views: 1597

AceHTML

http://software.visicommedia.com/en/dow ... bbcde7a647

Just fill out your email and your country. BTW it is freeware so you dont pay a penny.
by jneaod
04 Nov 2006, 16:33
Forum: Windows
Topic: Windows....
Replies: 13
Views: 1353

I agree that windows has a lot of problems and flaws. I use windows for three reasons instead of linux 8O First: Windows is what my school uses and when i write an html page or JS script on linux and i look at it on windows the code is messed up. Second: Windows has alot of programs available for it...
by jneaod
04 Nov 2006, 16:21
Forum: Newbies
Topic: newbie
Replies: 5
Views: 741

I recomend JavaScript as your first programming language. Of course you will have to know basic HTML which is simply a mark-up language designed to control the layout of a web-site. HTML is dynamic which means it dosent change. This is where JavaScript can come in handy. Or PHP but that is much more...
by jneaod
04 Nov 2006, 14:38
Forum: Coding
Topic: I hope this belongs here. (JS cryptography)
Replies: 6
Views: 885

Just asking because on the google docs you have to register or login.

http://docs.google.com
by jneaod
03 Nov 2006, 17:39
Forum: Coding
Topic: I hope this belongs here. (JS cryptography)
Replies: 6
Views: 885

Do you have to register for google code search?
by jneaod
03 Nov 2006, 17:25
Forum: Coding
Topic: I hope this belongs here. (JS cryptography)
Replies: 6
Views: 885

Nice link, but do you have any that are specific to creating JS encryption scripts? Thanks.
by jneaod
03 Nov 2006, 17:17
Forum: Coding
Topic: My Java trojan horse
Replies: 3
Views: 630

Damn, I guess I'll just write web pages and Java spyware. Hahaha.
by jneaod
02 Nov 2006, 21:05
Forum: Coding
Topic: I hope this belongs here. (JS cryptography)
Replies: 6
Views: 885

I hope this belongs here. (JS cryptography)

I think this topic belongs here in the coding section and not in web development since it is about cryptography (even though it is emplemented in JS). I like JavaScript and use it often. I just need assistance for writing my own algorithms. I am taking Computer Science AP and we use Java which helps...
by jneaod
01 Nov 2006, 19:49
Forum: Coding
Topic: What language?
Replies: 7
Views: 1027

I agree with you entirely. Java proggies are slow but only if they are really big. Netbeans ide is a great example of this. :D But netbeans is a really good ide despite its slowness. I would like you to check out my topic on my Java trojan horse. It is using an ide. PS: In netbeans where do i store ...
by jneaod
01 Nov 2006, 17:53
Forum: Coding
Topic: My Java trojan horse
Replies: 3
Views: 630

My Java trojan horse

I am writing a trojan horse in Java and have created a partial GUI for it. I am having trouble skipping a line between the two form elements. Here is the code. NOTE: It has two files. Trojan.java // Java trojan horse created by jneaod // Import needed classes // NONE NEEDED // Creates the Trojan cla...
by jneaod
01 Nov 2006, 17:39
Forum: Coding
Topic: What language?
Replies: 7
Views: 1027

I recomend Java. It has the same capabilities as python, but it is a language that is in my opinion simpler. It is simpler because everything is classes. Plus the JRE does alot of the work to make the program run. Also Java is wore widely used in the industry than python.
by jneaod
07 Oct 2006, 13:02
Forum: Coding
Topic: Game programming with BASIC
Replies: 1
Views: 452

Game programming with BASIC

I recently started game programming, and have decided to use a variant of BASIC that is geared towards game programming. I have found BlitzBASIC and DarkBASIC and am leaning towards DarkBASIC for a number of reasons. First of all DarkBASIC is cheaper. Second of all the interface is different than mo...