program to bring a window to the front
can we pass variable in array to traverse it?
What is a StAX Parser?
Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]
Why XML has been used for development?
how to pass data between pages using Frames
Which keyword is alias for count keyword in php?
What are the disadvantages of XML?
Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.
code to detect availability of cookies
sample code to auto focusing the first field in a form
What is XML DOM?
Given a circular list of integers (when you reach the end of the list you come back to the beginning), what is the most efficient algorithm to find the smallest integer in the list? For example: circular_list = [22, 52, 66, 82, 5, 8, 12, 19].
write a code that user can choose/alter Body Text Size
What are XML Namespaces?