We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
  • 3
Website building
Topic Started: May 7 2005, 07:04 AM (1,255 Views)
tropicaldawn (CC)
Member
[ * ]
Would it be possible to build a website that has NO ADDS or POP UPS w/o any money?

And cud u give me sum tips please? I'm new to this scene!
Offline Profile Quote Post Goto Top
 
dirty-devil
the power of christ compelles you !!!
[ *  *  *  * ]
well i guess..
theres nothing free now a days, i mean would u give some one some thing with out gettting some thing in return ?
i mean there are loads of people where you can get real .com doamin names but again u have to work for that.
so the answer to your question is really NO.
ide recomend you some thing but we are not aloud to condone talk about other web
hosts.
also if you want to build a web site, before you start i recomend you learn a bit oh html, which should help you build some thing basic, but to make it more complex you need moore programing languages which take tiome to learn.
also to get a GFX making prog as no web site will look pro with out even buttons to supprt it.

devil
Offline Profile Quote Post Goto Top
 
desdemona
Member
[ *  * ]
Well some free webhosts (like angel towns) put the ads in your website control panel rather than as banners or popups on the actual site. Meaning no ads on your site. So I'd say the answer is 'yes, but...'

And there is lots of websites offering html help to beginners. Learning html is really all you need to create a website, and even that isn't nessesary as lots of free webhosts offer beginner-friendly webbuilder tools. The problem with those is your site end up looking butt ugly, and you're not in complete control of your site... So learning html defintely pays off.

Plus with a bit of html knowledge all you need is notepad and a webbrowser to make a webpage.

There's no need to make it more complicated than it is... once you've learned how to make a decent website we'll come back and hit you on the head with validators, css and paid hosting :P

Useful links:
Lissa explains it all
Funky Chickens
W3 schools
Offline Profile Quote Post Goto Top
 
Gornakle
Member
[ *  *  *  *  * ]
I'd recommend Freewebs. It has an easy mode for novices and an advanced mode. No ads, although they require you to leave the copyright in.
Offline Profile Quote Post Goto Top
 
Luke Logan
Member
[ * ]
not a bad site that one
Offline Profile Quote Post Goto Top
 
JoeC
Euch! IE tastes horrible!
[ *  *  *  *  * ]
If you can afford $2.50 USD a month or £1.25 GBP, I can point you in the direction of the most amazingly cheap host you'll find, which has many options for people who don't know HTML.
Offline Profile Quote Post Goto Top
 
cowsgonemadd3
Member
[ *  * ]
Freewebs is not very good because they offer so little features. I found this great new host! It has 3gb transfer 100mb space 1 mqsql account and more all free with a small banner at the top. Its what I use now.

http://www.100webspace.com

Hope this helps!
Offline Profile Quote Post Goto Top
 
Deleted User
Deleted User

Anybody new to making websites wouldn't need any of that.
Freewebs is close to perfect for beginners and has no ads, which is what they asked for. ;)
Quote Post Goto Top
 
Jory
Member Avatar
Member
[ *  *  *  *  *  * ]
You should send a e-mail to your ISP about it.
(that adres would most likely be something like: support@xx where xx=what your parents have after the @ (assuming you still live with them)
I know that's not understandable:P
The adres can be found on there website :yes:

All ISP's I know give you (some) free webspace without any ads.
(No php or anything, but you won't be needing that for a little while :) )

For websites that only use html (and maybe some JS) that webspace is good enough.
(I use mine a lot)

So check your ISP's website, send an email (though the info should be findable on the website is self) it should help you :)
Offline Profile Quote Post Goto Top
 
Deleted User
Deleted User

Hmm, yeah.
I always forget I have an ISP. :lol:
I never even bothered to set up my email with them.
That might be a good way to go, though maybe some of the cheaper packages don't offer webspace? :unsure:
I can't imagine those $9.95 dialup ones do. :ermm:
Quote Post Goto Top
 
FearKiller
Member Avatar
www.drewscripts.com
[ *  *  *  *  * ]
A good site to learn (X)HTML and CSS is http://www.htmldog.com. I know of some good free hosts, but I'm not posting them because of what happened last time.
Offline Profile Quote Post Goto Top
 
Platyna
Lady Lazarus
[ *  *  * ]
Building your own website isn't really a big deal. Here is some example code of a simple website if you want:
Code: HTML
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="author" content="Zuzanna K. Filutowska">
<meta name="generator" content="mcedit">
<meta name="keywords" content="me, my, homepage, page, first, website">
<meta name="language" content="English">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="creation-date" content="07.05.05">
<meta http-equiv="reply-to" content="me@mydomain.com">
<title>My first Website!</title>
<!-- Magic code that does alot of nice things begin. -->
<style type="text/css">
<!--
body {
margin-top: 1.5cm;
margin-right: 3.0cm;
margin-left: 3.0cm; color: #D0FFD0;
background-color: #000000;
font-family: courier, monospace;
font-size:12px
}
A:link {
color:#78CBF8;
text-decoration:none;
}
A:hover {
color:#FFA500;
text-decoration:none;
}
A:active {
color:#6FBCE6;
font-weight:bold;
}
A:visited {
color:#00BBCC;
font-weight:bold;
text-decoration:none;
}
td {
background-color:#000000;
padding: 5px;
}
.tableborder {
border:1px;
background-color: #4096E1;
}
-->
</style>
<!-- Magic code end. -->
</head>
<center>
<table border="0" class="tableborder">
<tr>
<td style="padding: 0px">
<img src="my_banner.png" alt="I rule!" height="130" width="775" border="0">
</td>
<tr>
<td align="center">
<a href="http://some.site1.com">Menu Option1</a> <b><font color="#4096E1">|</font></b>
<a href="http://some.site2.com">Menu Option2</a> <b><font color="#4096E1">|</font></b>
<a href="http://some.site3.com">Menu Option3</a> <b><font color="#4096E1">|</font></b>
<a href="http://some.site4.com">Menu Option4</a> <b><font color="#4096E1">|</font></b>
<a href="something.html">Menu Option5</a> <b><font color="#4096E1">|</font></b>
<a href="somedir/something2.html">Menu Option6</a> <b><font color="#4096E1">|</font></b>
<a href="mailto:me@mydomain.com">Menu Option7</a>
</td>
</tr>
<tr>
<td align="center" style="padding: 10px">
<h2>
<font color="#4096E1">Welcome at my My Cool Website!</font>
</h2>
</td>
</tr>
<tr>
<td style="padding: 30px; padding-top: 20px">
Put here some text...
<br><br><br><br><br>
</td>
</tr>
<tr>
<td>
$Id: index.html,v 1.0 2005/05/07 20:36:19 Platyna Exp $
</td>
</tr>
</table>
</center>
</body>
</html>

It will give you something like that http://pt.platinum.linux.pl/sillyhtml/ (it is only an example site).
After you will read manuals you should quickly figure out what is going on in this code. ;-)

Regards.
Offline Profile Quote Post Goto Top
 
JoeC
Euch! IE tastes horrible!
[ *  *  *  *  * ]
You just forgot two things:

Hyperlinks
The 262kb banner :P
Offline Profile Quote Post Goto Top
 
Captain Kam
Custom member title
[ *  *  *  *  * ]
You can't have a good website without frames :3

Of course I can't talk, I dont have a good Template. XD
Offline Profile Quote Post Goto Top
 
Platyna
Lady Lazarus
[ *  *  * ]
Joezif: Hehe true, anyway what did you expected from site written in 10 mins? Anyway added
hyperlinks to my 31337 example. ;-)
Dark Kam: You meant..."you can't have a good website WITH frames" I hope...;-)

Regards.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Community Chat · Next Topic »
Add Reply
  • Pages:
  • 1
  • 3