To show different greetings for different times of day we use if else loop.here is a example which help you to sow different greetings of the day.
<HTML><HEAD><TITLE>Examples of using a Date object and the if and if else statements.</TITLE></HEAD><BODY><PRE>
This script provides examples of using the Date object to obtain the hour of the day. The hour is used to print different messages at different times during the day.
<SCRIPT Language="JavaScript">
now...
Wednesday, July 10, 2013
How To Show Different Greetings at Different Times During The Day Using Javascript
Categories :
Read more...
Monday, July 8, 2013
How To Show Time and Date Using Javascript
Categories :
In this article,We can show time and date using javascript.
now = new Date()
JavaScript provides a Date object that makes dealing with dates and times relatively easy.In this line a new Date object named now is created using the new object creation operator. This is a little different from how objects have been used in the examples up until now. String objects can be created by assigning literal text to a variable and then treating that variable as though it has properties and methods. The...
Saturday, May 25, 2013
How To Look Like Sonam Kapoor
Categories :
Fashion . get the look . How To . How to look like celebrity

Sonam Kapoor (born 9 June 1985) is an Indian actress. She appears in Bollywood films. She is the daughter of Indian film actor Anil Kapoor. Sonam Kapoor made her acting debut in 2007 in Sanjay Leela Bhansali's Saawariya opposite Ranbir Kapoor. She is a fashionista and now you can also get her look or look like her from her hairstyle to her dressing style.Just follow these tips given...
Wednesday, May 22, 2013
How To Use Hyperlink Tag in Html
Categories :
In this Post i will teach you how to create and use hyperlinks to your webpage.A hyperlink or link is a word, group of words, or image that you can click on to jump to another document.An unvisited link is underlined and blue.A visited link is underlined and purple.An active link is underlined and red.You can also set the target using target attribute which specifies where to open the linked document.You can also use the id attribute for creating a bookmark inside the Html Document.
For a Simple...
Tuesday, May 21, 2013
How to report cyber crime in Kolkata - West Bengal
Categories :

Internet fraud takes
many forms. The Internet's promise of substantial consumer benefits
is coupled with the potential for fraud and deception. Fraud operators
are opportunists who are among the first to appreciate the potential
of a new technology. There is nothing new about Internet fraud, however,
the size and potential market,...
Monday, May 20, 2013
How to find definitions on Google
Sometimes you need to check exact meaning or definition of a word or phrase, Google can be your best tool to find to find definitions & meanings of words.
What you can do:
find meaning of words on Google
find definitions of Idioms on Google
find meaning of popular phrases on Google
How to find the definition for a word or phrase or idioms on Google:
Simply...
Sunday, May 19, 2013
How To Use Image Tag in Html
Categories :
How To . Html . Programming
Here in this post i will teach you that how to use image tag in html.With the help of this tag you can insert images to your html web page.You can set the height and width of the image with the help of height and width attributes.You can also use the alternate attribute for displaying the text on the image.
For Height and Width of the image <img src="url" width="" height="">
For Alternate Text of the image <img src="url" alt="Image Text">
Here URL is the address...
Subscribe to:
Posts (Atom)