You are Unregistered, please register to gain Full access.    

New cases in Pous 2064, HIV = 175, AIDS = 26, Death = 2. HIV rate is very high in Housewives than sex workers in Nepal ! ! ! HIV status in Nepal till 2005: Total Adult=70000, Adult Prevalence (15-49)=0.55%, Number of Women (15-49) LWHA=15,310 (22%), HIV Prevalence rate in IDUs=32.7%, HIV prevalence rate in sex worker=3.8%, HIV prevalence rate in client of SW=2.1%. The latest U.N. report shows that 65 million people have been infected with HIV since it was first identified 25 years ago. Twenty five million people have died of AIDS.

Welcome to the xenoMED, an online Medical Community where Academically sound, Professionally conscious and Socially responsible Medical Students, Doctors & Health Professionals interact with each other globally.

Medicine is the only profession that incessantly tries to destroy its own existence. Howsoever you may be associated with basic and/or clinical medicine - student or professor, physician or surgeon, undergraduate or postgraduate - this is your place to share your knowledge, and learn more. Just get the message across!

You are currently viewing our communiy as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, Join Our Medical Cummunity Today!

If you have any problems with the registration process or your account login, please contact us.
Go Back   xenoMED > General > General Talks
General Talks Feel free to talk about anything and everything...

Reply
 
LinkBack (1) Thread Tools Search this Thread Display Modes
1 links from elsewhere to this Post. Click to view. (#1 (permalink))
Old
king's Avatar
king is Offline
New Member
 
Thanks: 0
Thanked 9 Times in 9 Posts
how to create own website? - 04-10-2006, 11:19 PM

hello!
do anyone know how to create a website?
plz teach me...............
Reply With Quote
The Following User Says Thank You to king For This Useful Post:
RonSijm (19-08-2008)
(#2 (permalink))
Old
Pal's Avatar
Pal is Offline
Senior Member
 
Blog Entries: 22
Thanks: 12
Thanked 190 Times in 188 Posts
Re: how to create own website? - 05-10-2006, 09:08 AM

Hello King,

Creating website has become very simple these days there was a time when we have to go through lots of coding with HTML, JAVA, Cold Fusion and many more not to mention those sofesticated programming lanugage like PHP.

But for user like us MICROSOFT FRONT PAGE is best you can install it. Front Page comes with OFFICE XP 2003 and even older office version. OFFICE XP 2003 has got more user friendly version of FRONT PAGE.

You can also build website through Microsoft Office Publisher: Building a Web site the easy way

If you want to go more than then FRONT PAGE then there is "Macromedia Dreamweaver 8".

But it would be useful if you know how html work which is the basis for all programming language like PHP, following links would be useful for you.And you can buy books, you will have to spent little time to understand all this thing, its easy you will do it.

Best of luck.
Reply With Quote
The Following User Says Thank You to Pal For This Useful Post:
RonSijm (19-08-2008)
(#3 (permalink))
Old
Rajiv's Avatar
Rajiv is Offline
Co-Admin
 
Images: 30
Thanks: 1
Thanked 391 Times in 381 Posts
Re: how to create own website? - 05-10-2006, 06:05 PM

Another pretty famous tutorial site for HTML is SELFHTML . But this is not in english. If you speak german, french, spanish or japanese, you can learn a lot there.
I personally created my site with Photoshop, dreamweaver and flash. Best way for you, if you are really starting from 0 level, is to use frontpage. Similar to word, creat some columns and rows, fill them with color and text, use some pictures by inserting them like in word. But first of all you have to make a plan, a navigation, how should your page look like, the purpose of your site. Collect all materials like pictures and sound files et cetera in a folder on your desktop. Whatever you want to use, first save it in that folder and only then use it in frontpage. just play with frontpage, do not forget to check context menu on right click. Take your time. If you have problem, come up here.


------------------------

.:: rajiv.de.md~sonog~khabarNepal.com ::.
.:Rules and Regulations:.
Reply With Quote
The Following User Says Thank You to Rajiv For This Useful Post:
RonSijm (19-08-2008)
(#4 (permalink))
Old
SJKalu's Avatar
SJKalu is Offline
Senior Member
 
Blog Entries: 1
Thanks: 0
Thanked 20 Times in 20 Posts
Re: how to create own website? - 05-10-2006, 07:44 PM

u have to learn HTML and its not a big deal
if u practice for some time u can do it


Suresh Jaiswal
Reply With Quote
The Following User Says Thank You to SJKalu For This Useful Post:
RonSijm (19-08-2008)
(#5 (permalink))
Old
king's Avatar
king is Offline
New Member
 
Thanks: 0
Thanked 9 Times in 9 Posts
Re: how to create own website? - 05-10-2006, 10:11 PM

thank you for your information ..........
Reply With Quote
The Following User Says Thank You to king For This Useful Post:
RonSijm (19-08-2008)
(#6 (permalink))
Old
equation is Offline
Member
 
Thanks: 0
Thanked 42 Times in 42 Posts
Re: how to create own website? - 15-10-2006, 06:35 AM

i can give you your web page adress instead.

Play Online games at King.com


Reply With Quote
The Following User Says Thank You to equation For This Useful Post:
RonSijm (19-08-2008)
(#7 (permalink))
Old
Pal's Avatar
Pal is Offline
Senior Member
 
Blog Entries: 22
Thanks: 12
Thanked 190 Times in 188 Posts
Re: how to create own website? - 15-10-2006, 10:08 AM

Yh, king you have got lots of help.

By now you must be familiar with the HTML.

Now do the followigs:

1. click on the "Start" of your window
2. Go to "Run"
3. Type "notepad" and click "Ok"
4. A notepad will open then copy the following code

Code:
<html>
I Love xenoMED
</html>
5. Paste in the notepad
6. Save notepad, in the File name type "king.html" and click on the "Save"

You can save this in your deskop now close the notepad and Look for King internet explorer file and double click it.

Then you can try this codes, copy and paste in the notepad. Whatever file name you give don't forget to add .html or .htm

Code:
<html>
I Love <b>xenoMED</b>
</html>
Code:
<html>
<head>
<title>Welcome to King's Page</title>
</head>
<body>
This is my first Webpage. <b>King</b>
</body>
</html>
Did you notice

Code:
<html>

</html>
In HTML all the contents are kept inside of this two code then come various other codes inside it.

You can check instantly the various effecto of your code at this link http://www.davesite.com/webstation/html/chap01.shtml

CHEERS !!!
Reply With Quote
The Following User Says Thank You to Pal For This Useful Post:
RonSijm (19-08-2008)
(#8 (permalink))
Old
Alpine's Avatar
Alpine is Offline
Senior Member
 
Thanks: 1
Thanked 54 Times in 53 Posts
Re: how to create own website? - 15-10-2006, 10:12 PM

nice discussion, keep going guys
Reply With Quote
The Following User Says Thank You to Alpine For This Useful Post:
RonSijm (19-08-2008)
(#9 (permalink))
Old
Rajiv's Avatar
Rajiv is Offline
Co-Admin
 
Images: 30
Thanks: 1
Thanked 391 Times in 381 Posts
Re: how to create own website? - 02-11-2006, 02:59 PM

Any progress ??


------------------------

.:: rajiv.de.md~sonog~khabarNepal.com ::.
.:Rules and Regulations:.
Reply With Quote
(#10 (permalink))
Old
king's Avatar
king is Offline
New Member
 
Thanks: 0
Thanked 9 Times in 9 Posts
Re: how to create own website? - 05-11-2006, 08:07 AM

thank you guys.thanks for your information .now these days i am busy with my studies n this job.
Reply With Quote
The Following User Says Thank You to king For This Useful Post:
RonSijm (19-08-2008)
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.xenomed.com/forums/general-talks/4133-how-create-own-website.html
Posted By For Type Date
xenoMED This thread Refback 15-10-2006 12:01 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Harvard Scientists Try Cloning to Create Stem Cells Angel Medical Breakthrough 1 08-06-2006 07:07 AM
U.S. Scientists Create Artificial Eyes GUNNER Medical Breakthrough 0 29-04-2006 06:43 PM
KMC IXth batch website vzu_stha KMC 21 25-02-2006 10:51 PM
Got a Website? GUNNER General Talks 2 10-01-2006 08:48 PM



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com
Copyright © 2005-2007 xenoMED, Kathmandu, Nepal
Hosted and Maintained by: