he...
timer
Friday, 27 November 2015 | comments
Time Remaining
00:10:09
function count() {
var startTime = document.getElementById('hms').innerHTML;
var pieces = startTime.split(":");
var time = new Date(); time.setHours(pieces[0]);
time.setMinutes(pieces[1]);
time.setSeconds(pieces[2]);
var timedif = new Date(time.valueOf() - 1000);
var newtime = timedif.toTimeString().split(" ")[0];
document.getElementById('hms').innerHTML=newtime;
setTimeout(count, 1000);
}
count();
setTimeout(myFunction, 100000);
function myFunction() {
alert('Time Over Submit Your Test');
...
Friday, 27 November 2015 | comments
.numbers {
border-style: ridge; /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
border-width: 2px;
border-color: #666666; /* change the border color using the hexadecimal color codes for HTML */
background: #222222; /* change the background color using the hexadecimal color codes for HTML */
padding: 2px 0px;
width: 55px;
text-align: center;
font-family: Arial;
font-size: 28px;
font-weight: bold; /* options are normal, bold, bolder, lighter */
font-style: normal; /* options are normal or italic */
color: #FFFFFF; ...
Friday, 27 November 2015 | comments
a:link, a:visited {
display: block;
font-weight: bold;
color: #ffffff;
background-color: #98bf21;
width: 120px;
text-align: center;
padding: 4px;
text-decoration: none;
}
a:hover, a:active {
background-color: #7A991A;
}
This is a lin...
Thursday, 26 November 2015 | comments
!--
var numQues = 1;
var numChoi = 2;
var answers = new Array(1);
answers[0] = "central processing unit";
function getScore(form) {
var score = 0;
var currElt;
var currSelection;
for (i=0; inumQues; i++) {
currElt = i*numChoi;
for (j=0; j
1. what is the full form of c.p.u
central processing unit
central protocol unit
Score =...
Thursday, 26 November 2015 | comments
1. What is the answer to this question?
Answer 1
Answer 2
Answer 3
Answer 4
Show me the answers!
Question 1: The correct answer is the Answer 1...
quiz
Thursday, 26 November 2015 | comments
//![CDATA[
/*
* jQuery 1.2.3 - New Wave Javascript
*
* Copyright (c) 2008 John Resig (jquery.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* $Date: 2008-02-06 00:21:25 -0500 (Wed, 06 Feb 2008) $
* $Rev: 4663 $
*/
(function(){if(window.jQuery)var _jQuery=window.jQuery;var jQuery=window.jQuery=function(selector,context){return new jQuery.prototype.init(selector,context);};if(window.$)var _$=window.$;window.$=jQuery;var quickExpr=/^[^]*()[^>]*$|^#(\w+)$/;var isSimple=/^.[^:#\[\.]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return...
You Must Know 10 Tallest Buildings In The World
Friday, 20 November 2015 | comments
1. Burj Khalifa
Height: 828m
Floors: 163
Burj Khalifa, known as Burj Dubai before its inauguration, is a megatall skyscraper in Dubai, United Arab Emirates. It is the tallest artificial structure in the world, standing at 829.8 m
2. Shanghai Tower
Height:632m
Floors: 128
The Shanghai Tower is a mega tall skyscraper in Lujiazui, Pudong,...
You Must Know 10 Top E-commerce Companies In The World
Thursday, 19 November 2015 | comments
1.Amazon
Alexa global ranking: 6
Amazon was founded in
1994 as online store for books . But very sooner, they expanded their business
by selling other products suchs as TV , clothees , shoes etc.Amazon have nearly
1 lakh employees .Amazon accquired various companies such as Audible.com , Brilliance
Audio ,Comixology ,Goodreads, Shelfari .Amazon...