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 is XML Parser?
how to Auto Scroll the page
How can manage theme in php?
Which keyword is alias for count keyword in php?
How to block double clicks
Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.
I am attempting to work on a game panel with multi-server support, so in one of the pages there is a dropdown menu with servers on it, this is the part i am having issues with is server 1 is chosen i need access to the username running a script to server 1 chosen i need a script that will realize its been chosen and pop up below with a username thats associated with it because the users differ on each server so i choose server 1 i need a code to pull from the db and choose the user associated with the said server please help..
How to call JavaScript Function from Code-behind in asp.net?
what is the structure of xml document ?
how to remove or delete multiple selected items from listbox in on button click in asp?
write a vb script to check equal two 2*2 matrix
Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"
write a code that user can choose/alter Body Text Size
What is an XML Schema?
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.