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) Consider the following markup:
Can you describe why hgroup was dropped and how the markup can be addressed today with an example?
1 2794Is the alt attribute mandatory on img elements? If not, can you describe a scenario where it can be set to an empty value? Does an empty value affect accessibility in any way?
1 2760
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.
What is the output when we execute list(“hello”)?
How can a procedure fetch data from FTP? I need a general code for this..
Write a python program to check common letters in two input strings?
write a code that user can choose/alter Body Text Size
Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"
Hi All, Do anyone have a solution/script for Uploading the Excel file in Local drive to QC Resources folder..?? TIA Dwaraka.
Write a python program to check if a string is a palindrome or not?
What is a StAX Parser?
Code to Block submission of form by pressing Enter Key
Write a python program to count the number of digits in a number?
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].
Code for using a Hot Key in an ActiveX Control?
Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.