ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2297)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
2 6593I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
2171hi i m tannu and i m developing one web site as my project and i have created one chatting application using applet and socket it run perfactly using netbeans5.5 and appletviewer but when i run on browser it doent run i put it class file in jar file then call by jsp when it load in browser it stop on applet started plz help me soon
2 3994When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 8817How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
4 8011How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?
4 9520
What is jQuery CDN?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Can you explain about screen object?
What do you know about jsp expression language (jsp expression language – el)?
How react router and its techniques differ from more traditional javascript routers like backbone’s router?
What are react component lifecycle methods?
List html dom mouse events?
How can we show that a scope variable should have one-time binding only?
What is el in jsp?
What is unobtrusive javascript?
Define JSP Scriptlet.
How to get a user's ip address in node js?
Explain ng-app directive?
What are the concept of scope hierarchy? Tell me how many scope can an application have?
Does java have support for comet style server-side push?