hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Programming Discussion : Need Help Creating Website
Reply

Programming Discussion Discussions related to web programming languages and other related issues. Topics may include configuration, optimization, practical usage and database connectivity.
Forum Jump

Need Help Creating Website

Reply Post New Thread In Programming Discussion Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 05-19-2005, 08:52 PM
UsernameTaken UsernameTaken is offline
New Member
 
Join Date: May 2005
Posts: 4

Need Help Creating Website


One of my hobbies is called Nerf - it's kind of like paintball but it's safer and WAY cheaper, and you don't need a specific field to play it on.

I would like to make a website or two about Nerf. One would be for my group of friends (our Nerfing "Clan") and the other just a public Nerf website.

I have no previous experience whatsoever with creating websites, and I am only 13 years old. I am intelligent though, and am pretty good with computers.

I found a host, I will either go with Hostultra, Doteasy, or Web1000.

I don't know what languages to learn. It is going to be a basic website, but hopefully a good one. I am going to try the "clan" website first, and use that as my first website to learn off of, then when I'm better at making websites I'll do the other one.

It seems to me that HTML and XHTML only deal with the text portions of a website. How do you get images to go in a certain place? How do you make a navigational bar?

Any help is appreciated.

Reply With Quote


Sponsored Links
  #2  
Old 05-20-2005, 01:22 PM
Burhan Burhan is offline
Community Guide
 
Join Date: Jul 2003
Location: Kuwait
Posts: 5,100
All the content that you see on a webpage is written in HTML/XHTML. Other things (such as flash, etc.) are also plugged in to the webpage using HTML.

Remember that browsers only understand a few things (HTML, Javascript and CSS). The rest of the stuff requires additional plugins. So, to place images on a webpage, you use HTML. You use CSS to style elements and also for layout.

I would suggest you visit w3schools to find out more about HTML. Good luck

__________________
In order to understand recursion, one must first understand recursion.
If you feel like it, you can read my blog
Signal > Noise

Reply With Quote
  #3  
Old 05-20-2005, 02:45 PM
Rad Rad is offline
Junior Guru Wannabe
 
Join Date: Jun 2003
Location: NC
Posts: 41
www.htmlgoodies.com

I self taught myself there about 6 years ago, and it has only gotten better since.

Go through the HTML: Primers section first, then jump down to HTML & GRAPHICS Tutorials.

once you've gone through all of them you'll be pumping out html pages like you've done it for years.

then when you want to learn stuff that actually makes pages good (javascript, php, css, etc)... check out the sections on that site for that stuff too, but you'll ultimately have to look elsewhere to get proficient.

Reply With Quote
Sponsored Links
  #4  
Old 05-21-2005, 01:23 AM
UsernameTaken UsernameTaken is offline
New Member
 
Join Date: May 2005
Posts: 4
Okay, here's a drawing in Paint that I made in a couple minutes that shows (roughly, and crappily) what I want my website to look like, only hopefully not that crappy.

I'm confused, if I want different images as backgrounds in different places, how do I do that? And I want a navigational bar on the right or left. I don't know how to make one, and how do I make one that's not just basic text? Like, I want stuff behind the text to make it look more prettyful. I know the <onmouseover> tag exists, but I don't understand how to use it. If I want an image to appear to the right of text on mouse over, and the image to go away when the cursor leaves the area, how could I do that?
Attached Images
File Type: jpg nerf2.jpg (45.9 KB, 76 views)

Reply With Quote
  #5  
Old 05-21-2005, 02:19 AM
Rad Rad is offline
Junior Guru Wannabe
 
Join Date: Jun 2003
Location: NC
Posts: 41
hehe, nice drawing.

Here's a good start.

Code:
<html>

<head>
<title>The Ultimate Nerf Site!</title>
<meta name="description" content="The Ultimate Nerf Site!">
<meta name="keywords" content="nerf, fun, yay">
</head>

<body>

<table border="1" align="center" width="100%" cellpadding="10" cellspacing="0" style="height: 100%;">
<tr>
<td align="center" valign="middle" colspan="2">
This is the Title Image
</td>
</tr>
<tr>
<td align="center" valign="top" width="20%">
<a href="menu_link.html">Menu Link<a><br>
<a href="menu_link.html">Menu Link<a><br>
<a href="menu_link.html">Menu Link<a><br>
<a href="menu_link.html">Menu Link<a><br>
<a href="menu_link.html">Menu Link<a>
</td>
<td align="center" valign="middle" width="*">
Body text<br>
Body text<br>
Body text<br>
Body text<br>
Body text<br>
</td>
</tr>
</table>

</body>

</html>
Copy/paste that into a new text document and call it "yay.html". Open it.

Now, mess around with all the different elements by opening the .html document in notepad. Save when you've done something you want to see. Reopen the .html.

Make seperate images for your title and menu. Insert them in where I have the text "this is the title image" and "menu link" by typing

Code:
<img src="YOURIMAGENAME.jpg">
make sure this image is in the same folder as your .html. If it's not, add a directory before the image name... such as if it's in a folder called "images" which is a folder within the folder your .html is in, it would be:

Code:
<img src="images/YOURIMAGENAME.jpg">
good luck!

-Rad

Reply With Quote
  #6  
Old 06-23-2005, 11:04 PM
UsernameTaken UsernameTaken is offline
New Member
 
Join Date: May 2005
Posts: 4
Wow, thanks so much!

What exactly is a template?

Reply With Quote
  #7  
Old 06-24-2005, 03:59 AM
MegaHosters MegaHosters is offline
Web Hosting Guru
 
Join Date: Mar 2003
Location: tail -f /var/log/nerd
Posts: 318
Why not get a host that offers pre-installed CMS scripts, then you have a fully dynamic website with little effort. Most of the designs on the modern CMS Portal sites are nice too.


Have a look at Mambo CMS... It is free and a lot of hosting companies will install it for free for you if you have no clue how to do this.

http://mamboserver.com

Note: I am not affiliated with Mambo, just wanted to make a suggestion to someone regarding this software since it could make their life easier rather then struggling with design and coding for the first time.

C

__________________
Mega Hosters Inc. - The Last Host You Will Ever Need!
Hsphere Control Panel, 24/7 Phone Support, EasyApp, Shared SSL, Daily Backups, Dedicated IPs, PHP4 & PHP5, FFMPEG, Legal Adult Content Allowed + More!
Treating A Customer The Way They Should Be Treated For Over 5.5 Years Now!

Reply With Quote
  #8  
Old 06-24-2005, 07:29 PM
WLHosting WLHosting is offline
Web Hosting Guru
 
Join Date: Mar 2003
Location: South Bend, Indiana, USA
Posts: 320
I think that you will be better off learning html before you use a CMS. HTML will give you a better base for you to go off of when you get into more advanced websites.
I self taught myself how to code websites several years ago when my uncle asked me to figure out how to write a website for his photography business. I didn't even have the internet when I started but I got on his connection and learned html. Then a while later, I started to look into more and started to learn PHP and then now starting into CSS.

Go visit sites like:
http://webmonkey.wired.com/webmonkey/
http://www.htmlcodetutorial.com/
http://www.htmlgoodies.com/
http://www.w3schools.com/

Good luck!

__________________
Daniel
WLScripting.com - php scripts and tutorials

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Polish Website Builder Startup Web.me Launches Beta Web Hosting News 2013-05-16 09:38:55
Web Host GeekStorage Opens New Office in Oklahoma, Names Account Manager Web Hosting News 2012-07-31 14:04:33
Website Builder Squarespace Focuses on Mobile, Developer Experience with New Version Web Hosting News 2012-07-20 12:43:35
Canadian Web Host 4GoodHosting Launches New Mobile Website Builder Application Web Hosting News 2012-02-02 17:02:36
OpenSRS Offers New Security Products to Resellers Web Hosting News 2011-09-16 14:57:15


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?