Forum: JavaScript and Client-Side Browser Scripting
Apr 3rd, 2007, 1:24 AM
|
|
Replies: 3
Views: 203
Using form text values?
<head>
<script type="text/javascript">
function heh() {
var rawr = getElementById("name")
if ("name == tyler")
alert("Wow kid you're a little faggot!")
}
|
Forum: Ruby
Jan 11th, 2007, 7:57 PM
|
|
Replies: 3
Views: 575
Exercises for Ruby
Hey I just started learning Ruby and it seems really great, but I was wondering if there were any websites out there that have exercises that would help me learn different ways of programming in it,...
|
Forum: Bash / Shell Scripting
Nov 28th, 2006, 3:03 AM
|
|
Replies: 2
Views: 286
Translating upper and lowercase
Hey there I was wondering how to make it so that whenever someone enters a variable that i can have that variable universal so I dont have to worry about "RANDOM" or "random" being entered and...
|
Forum: Bash / Shell Scripting
Nov 15th, 2006, 1:45 AM
|
|
Replies: 3
Views: 218
|
Forum: Bash / Shell Scripting
Nov 14th, 2006, 11:38 PM
|
|
Replies: 3
Views: 218
Simple question, I think?
I'm relatively new to scripting so please take it easy on me. Right now I'm working on two different scripts, using the bash shell in linux. The first one keeps giving me a "command not found error....
|