Forum: Java
Sep 8th, 2005, 9:54 AM
|
|
Replies: 3
Views: 289
|
Forum: JavaScript and Client-Side Browser Scripting
Sep 4th, 2005, 11:14 AM
|
|
Replies: 11
Views: 354
Hi ,
Check this code. Its...
Hi ,
Check this code. Its working.
<html>
<head>
<SCRIPT LANGUAGE='JavaScript'>
function checkrbtn() {
var radio1 = document.forms[0].mc2;
var radio2 = document.forms[0].truefalse4;
|
Forum: XML
Aug 31st, 2005, 9:37 AM
|
|
Replies: 16
Views: 1,241
|
Forum: Java
Aug 31st, 2005, 9:29 AM
|
|
Replies: 2
Views: 182
|
Forum: Java
Aug 31st, 2005, 9:25 AM
|
|
Replies: 36
Views: 690
I would say NO.
Just learn Java. Applets are...
I would say NO.
Just learn Java. Applets are being replaced by better technologies like AJAX. But Java lives.
----------------------
Help on programming (C/C++, Java, C# or any other programming...
|
Forum: C++
Aug 31st, 2005, 9:12 AM
|
|
Replies: 4
Views: 209
|
Forum: C++
Aug 28th, 2005, 6:02 AM
|
|
Replies: 12
Views: 410
Well I do not think this is a fair comment....
Well I do not think this is a fair comment. Anyway you are free to have your viewpoint.
I like KDE, and QT toolkit is quite handy for the purpose of learning. But I also agree that GTK would be a...
|
Forum: C++
Aug 20th, 2005, 2:21 PM
|
|
Replies: 4
Views: 207
|
Forum: C
Aug 20th, 2005, 2:17 PM
|
|
Replies: 12
Views: 861
|
Forum: Java
Aug 8th, 2005, 8:07 PM
|
|
Replies: 2
Views: 197
|
Forum: Java
Jul 29th, 2005, 8:27 PM
|
|
Replies: 2
Views: 196
|
Forum: C++
Jul 14th, 2005, 5:36 AM
|
|
Replies: 3
Views: 230
|
Forum: C++
Jul 14th, 2005, 5:16 AM
|
|
Replies: 10
Views: 351
C++ is good for Object Oriented...
C++ is good for Object Oriented programming.
Ofcource, you need some decipline unlike in Java. However it is much faster than Java.
You can do so may things with C++. Do google for C++ open source...
|
Forum: C
Jul 13th, 2005, 3:39 AM
|
|
Replies: 3
Views: 1,303
|
Forum: C
Jul 13th, 2005, 3:20 AM
|
|
Replies: 7
Views: 287
C is not an Object Oriented (OO for short)...
C is not an Object Oriented (OO for short) programming language. It is a functional language. What this means is that you write the programs as set of functions.
In OO, you write a program as a...
|
Forum: C++
Jul 13th, 2005, 3:12 AM
|
|
Replies: 15
Views: 430
|