Posts Tagged Used
In Javascript, How Do You Make A Variable That Can Be Used My Two Different Functions?
Posted by in Javascript Questions on February 10th, 2010
Let say that I wanted to use four vars A=user’s number, B=3, C=7, D=A+B+C. Now I have made two buttons, one button when pushed triggers A to be added to B and when prints it, and the second button then takes D-B and prints it out.
How do I do this if I only wish to have the user to input there number once?
What Is The Used Of Jsp And Javascript In Web Pages, Its Urgent?
Posted by in Javascript Questions on February 9th, 2010
Can we used only one language instead of both, if no, then why, what are there uses in web pages. Please Help Me.
Is Javascript Still Commonly Used In Web Development?
Posted by in Javascript Questions on October 30th, 2009
Is javascript still useful for web development or is there a programming language that has or is slowly replacing it?
I am confused about the hierachy of web related programming languages. I would like to learn more about how to make a web page dynamic, including scripting but if javascript is outdated and being replaced I would rather spend the time learning the newer language than learn one that is dying.
I Am Looking For A Good Javascript Minifier Other Than Jsmin. Ihave Also Used Packer, But The Code Does Not S?
Posted by in Javascript Questions on July 20th, 2009
I am looking for a good JavaScript Minifier other than JSMIN. Ihave also used packer, but the code does not seem to be working after it is minified.
Thanks.
How Do I Used Javascript To Make Checkboxes And Radio Buttons Required?
Posted by in Javascript Questions on July 19th, 2009
Huh? You mean you want to make sure that the checkbox is selected before sending the form? You test the “checked” variable of radio/check buttons to see if they are selected. So if you have “check1″ checkbox, you type “if (check1.checked == true)”
Edit: Ok, so if you want to display error message, just do this
” if (mycheckbox.checked == false)
alert(“You have to check the box”); “
Code Used To Enable A Proxy To Use Javascript?
Posted by in Javascript Questions on July 9th, 2009
Alright ive coded up a proxy for my website, everything works great.
However, in the instance of myspace, it will not allow me to post bulletins and javascript is not working.
Is there any code that I can impliment that will allow my proxy to enable javascript, and hence, allow users to actually post bulletins and send messages on myspace?
Which (if Any) Encryption Is Used By Ms Jdbc When Connecting To Sql Server 2k?
Posted by in Coldfusion Questions on July 4th, 2009
Basically, I’ve got a network not running under a domain with the JDBC drivers installed under ColdFusion on one server and these are connecting to a SQL Server 2k box on another server. The question is, does the MS JDBC API pass the DSN username and password over to the SQL box in clear text (I’m assuming not) and if not then what does it use (MD5???)?
I Am Building A New Website, Which Will Be Used For Electronic Products Sales?
Posted by in Coldfusion Questions on July 2nd, 2009
the website will have a shopping cart and a merchant account,,
which way do you think i should go..
java, php, asp, asp.net, python, coldfusion, ajax..
i have been told that asp.net and ajax is the best for this kind of websites, (is that true)
I’m Pretty New To Programming. Can Someone Describe To Me What Javascript Is Used For?
Posted by in Javascript Questions on June 23rd, 2009
I looked this up online, but couldn’t quite understand fully what Javascript is used for. Can you give me examples of what you can do with this language? If you can explain this at a beginners level, I’d REALLY appreciate it. Thanks so much!
Recent Answers