Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How do you assign object properties?
How do you assign object properties? obj["age"] = 17 or obj.age = 17. 2008-10-28, 4927👍, 0💬
How to reload the current page
How to reload the current page window.location.reload(true); 2009-02-10, 4912👍, 0💬
How can i trap the arrow keys inside the timer program?
How can i trap the arrow keys inside the timer program? How do you trap arrow keys in a regular program? What makes a timer program special? 2009-04-19, 4903👍, 0💬
What looping structures are there in JavaScript?
What looping structures are there in JavaScript? for, while, do-while loops, but no foreach. 2008-09-30, 4885👍, 0💬
How do you create a new object in JavaScript?
How do you create a new object in JavaScript? var obj = new Object(); or var obj = {}; 2008-10-21, 4841👍, 0💬
Popular Posts:
What is cross page posting? By default, button controls in ASP.NET pages post back to the same page ...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...
What is SMC approach of estimation?
How To Use an Array as a Queue? - PHP Script Tips - PHP Built-in Functions for Arrays A queue is a s...
When does the compiler not implicitly generate the address of the first element of an array? Wheneve...