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 (2290)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
5 8397write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
1 6919Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
1 3732Define an interface MilitaryPower that has the following properties: • The interface has two public static final variables which are the finite x and y coordinate (i.e. the distance of the objects should not exceed these values. These values set to 100. • The interface has a method move that moves the military power objects to the target value. The method will be implemented by the other classes. The return type should be void. B) Define an enum class Direction which contains the directions (EAST, WEST, SOUTH, NORTH). C) Define a concrete class Tank that implements MilitaryPower, has the following properties: • XCoordinate (Integer), YCoordinate (Integer) are the instance variables for this class. • All instance variables should be private. • Write a parametered constructor that takes two parameters assigning with the instance variables. • Write a set and get method each of the instance variables. • Write a method move that takes two parameters. One of them is distance which type is integer. Another is direction which type Direction. The method should to the following: o If the direction is EAST, set the x-coordinate with adding distance. o If the direction is WEST, set the x-coordinate and subtract distance from x-coordinate. o If the direction is SOUTH, set the y-coordinate with adding distance. o If the direction is NORTH, set the y-coordinate and subtract distance from x-coordinate. • Write a method toString to display the tank coordinates. D) Define an array holding 10 MilitaryPower objects, all of them being a Tank. Then display each of the object information on the screen. (display its movements and coordinates).
22451)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
1 5467How to add some content in any file at some desired location without using VI or some other editor in UNIX
2 4866
Explain perl. When do you use perl for programming? What are the advantages of programming in perl?
How do I abort the current xmlhttprequest?
Explain prototypal/differential inheritance?
How can you share an element in the parsing?
Explain what are angular expressions?
What is node.js and why it is used?
Does React re-render all components and sub components every time setState is called?
Which of the following directive is used to initialize an angular app?
How can events be prevented to work after an ajax request?
What is null variable?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
Which is better for or foreach in javascript?
How to loop through array in javascript?
What can scripts do?
How do you make it so that code runs when the security system is stopping it?