Log in

View Full Version : What programming language do you know best?



techno_race
05-11-2007, 03:23 PM
JavaScript will probably win. :p
But, I voted HTML.

var dog;
var time = new Date();
var hour = time.getHours();
if (hour <= 12) {
dog = "dog";
}
else {
dog = "cat";
}
var cat = "dog";
if (dog != cat && cat != dog) {
document.write("XMODE_EXCEPTION_NOT_HANDLED");
}
else {
document.write("IRQL_NOT_LESS_OR_EQUAL");
}
:p

lainlives
05-11-2007, 03:51 PM
javascript.


else {
document.write("IRQL_NOT_LESS_OR_EQUAL");
}
lol

callumh
05-11-2007, 03:56 PM
HTML is just plain easy:


<html>
<head>
<title>Title</title>
</head>
<body>
<h1>Hello</h1>
</body>
</html>

mwinter
05-11-2007, 04:26 PM
HTML is just plain easy:

Yet you managed to omit the document type declaration.

Mike

boogyman
05-11-2007, 04:33 PM
Yet you managed to omit the document type declaration.

Mike

lol probably an IE user :eek:

i voted css just because i dont want javascript or html to win :p

Persian342
05-11-2007, 04:51 PM
I have to vote html at the moment, though I'm still learning it.