Chat room

Create a Meebo Chat Room
Showing posts with label web page design. Show all posts
Showing posts with label web page design. Show all posts

Thursday, November 25, 2010

HTML Calculator:gcufbioinfo

paste this code to your source code of your calculator in head part
function sqrt(form)
 {
form.displayvalue.value=Math.sqrt(form.displayvalue.value);
 }
function sq(form)
 {
form.displayvalue.value=eval(form.displayvalue.value)*eval(form.displayvalue.value);
 }
function ln(form)
 {
form.displayvalue.value=Math.exp(form.displayvalue.value);
 }
function equal(form)
 {
form.displayvalue.value=eval(form.displayvalue.value);
 }
function delChar(input)
 {
input.value=input.value.substring(0,input.value-length-1);
 }
function addChar(input,character)
 {
if(input.value==null||input.value=="0")
      input.value=character
else
      input.value+=character
 }
Insha Allah you will see your functioning very soon regards Admin Quratt ul ain Siddique.

Friday, October 8, 2010

HTML Tutorial part 4

HTML Frames: some times you want to display your web pages at a time on the same window so use
Frames like this:
select or use a new note pad and write the code like this
<html>
<frameset rows="25%,75%">
<frame src="http://www.islamickorner.com">
<frame src="a.html">
</frameset>
</html>
The output will be:

HTML Tutorial part 3

If you want to link your page to other web pages so use link tag which is
<a href="http://www.islamickorner.com>Islamic Korner</a>

Output of the previous tutorial

HTML Tutorial part 1

first write on page
<html>
the every thing which is done on  your web page will be inside these tags you are actually defining the body of html </html>
this will be the <> starting tag and </> this will be the ending tag to complete your task. Each starting tag must have an ending tag don't forget it. so <title>My web page</title> this title MyWeb Page will not appear on your page it will appear on your task bar and in your title bar. Now <body>this is the body of your page in which you perform your all functions.
<h1>Heading 1</h1> this is the heading of your page
<p>paragraph</p>
</body>
eg the body of  your source code will be like this
<html>
<title>My web page</title>
<body>
<h1>Bioinformatics Department</h1>
<p>description about department of Bioinformatics</p>
</body>
</html>

lets try it and wait for next parts of this tutorial.

Learn HTML: HTML Tutorial

Aslam u Alaikum
now I am going to tell you about the HTML. It is actually a Hypertext Markup Language. It is not a programming language it is a mark up language which is represented by tags and easily understand by your web browser.

Now lets start with your first HTML page which will be the first initial step in designing your own web page
you can use different text editors for this language like notepad which is easily available on your PCs ,microsoft frontpage and dreamweaver but we for your convinience will use notepad
ok lets start first select a page of notepad and save it with extension .html eg "anny.html"

Twitter Delicious Facebook Digg Stumbleupon Favorites More