PHP Code (33)
JSP Code (6)
ASP Code (5)
CGI Perl Code (3)
JavaScript Code (63)
VB Script Code (20)
Shell Script Code (31)
Python Code (34)
WinRunner Code (1)
HTML DHTML XHTML Code (13)
XML (43)
Scripts_Markup Code AllOther (5)
What are the benefits of XML?
What is XQuery?
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 set the main window's size
can we pass variable in array to traverse it?
program to bring a window to the front
how to pass data between pages using Cookies
How to Print Asp.net GridView Data on Button Click using Javascript?
Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"
Write a python program to print table of a given number?
What is xml schema?
How to encode and decode URL strings?
Write a function that takes an integer and returns the smallest number that is greater than the given number which is a palendrome. For example, if the input was 111 the next palindromic number would be 121.
Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f
How can export database using php code?