Poll

Downloadable or an actual domain?

Downloadable :)
3 (15%)
Use a domain!  I will give you a name for a website maker in the comments below!
12 (60%)
Use Wix!  (Actual Domain Maker)
5 (25%)

Total Members Voted: 21

Author Topic: (WIP) My Website (1%)  (Read 3243 times)

... This is MY topic, so I can butt in whenever I want.
hahaha, that's funny.

... This is MY topic, so I can butt in whenever I want.
thats the worst excuse ever

Since when have you ever helped anyone?
what is the relevance? you dismissed the thread and i told you not to, i don't see where me helping fits in here

pm me instead of constantly stuffposting if you're really that set on arguing


IE with yahoo toolbar? You must be trollinz

IE with yahoo toolbar? You must be trollinz
actually, i think its amazon's

text on a black background is ugly

try making the background any color but black and white, perhaps a darker gray-ish color, #333?

then you should wrap your entire website around a div element and make that a different color than the background, again, anything but white. add a 1px border that's lighter than the div's background color, and then you can go ahead and add a nice drop shadow.

your website header should have an attractive image, separated from the content with a line break, or you can put it inside it's own div.

the navigation bar if you want one should go right under the header, again separating it from the content with a div

in the content, each different "post" if you will should be it's own element, in that you can tell different posts from one another. you can surround them in a box in a similar fashion to your website wrapper with a lighter color, or separate each post with a line break. it's recommended you add a date to the posts for records. you'll rarely need them but when you do they're lifesavers.

i'll go ahead and make an example

IE with yahoo toolbar? You must be trollinz
actually, i think its amazon's
Nope, GoodSearch!
text on a black background is ugly

try making the background any color but black and white, perhaps a darker gray-ish color, #333?

then you should wrap your entire website around a div element and make that a different color than the background, again, anything but white. add a 1px border that's lighter than the div's background color, and then you can go ahead and add a nice drop shadow.

your website header should have an attractive image, separated from the content with a line break, or you can put it inside it's own div.

the navigation bar if you want one should go right under the header, again separating it from the content with a div

in the content, each different "post" if you will should be it's own element, in that you can tell different posts from one another. you can surround them in a box in a similar fashion to your website wrapper with a lighter color, or separate each post with a line break. it's recommended you add a date to the posts for records. you'll rarely need them but when you do they're lifesavers.

i'll go ahead and make an example
Okay, thanks, will you give me the codes so I can look at them and add them to mine?

Do not put up a download to your site, that would be stupid.

Do not put up a download to your site, that would be stupid.
I know, it was just an idea :)

Lol Internet Explorer with Toolbars

will you give me the codes so I can look at them and add them to mine?
You're serious, what the, why don't you do it yourself instead of letting others write it for you.

I understand because I read this thread and found that you have no idea what you're doing.

You're serious, what the, why don't you do it yourself instead of letting others write it for you.

I understand because I read this thread and found that you have no idea what you're doing.
I know what I am doing, HTML is EASY to learn, Java on the other hand, is not.
Also, I don't know how to make a border, or even a background for the text (I know how to make a background for the whole thing), but I know how to make the site itself.

I know what I am doing, HTML is EASY to learn, Java on the other hand, is not.
Also, I don't know how to make a border, or even a background for the text (I know how to make a background for the whole thing), but I know how to make the site itself.
must i do this again
How to make a shadow in HTML
Good day.

I know what I am doing, HTML is EASY to learn, Java on the other hand, is not.
Also, I don't know how to make a border, or even a background for the text (I know how to make a background for the whole thing), but I know how to make the site itself.
I think it's nice,
I'm a very good HMTL'er.
here my Website that I made by hand,
I also do Java and CSS.
If you need help with anything feel free to ask.
And also, if you need to ever figure out something, I think IE supports it but Chrome for sure does,
There a "Inspect Source" function to see the exact HTML for a webpage,
I used that and only that to teach myself HTML

EDIT:
Also, if you really want your own domain/website and don't want to pay much
Use Hostgator
If you buy a domain use the coupon code 404PAGE you can get the hatchling plan for free, but it sucks.
I would go with the business plan for an extra 8 bucks, or even the baby plan for 1 cent.
But if you actually want a professional domain and plan on keeping it for a while,
Invest in a company like iPage, which is what I use.
« Last Edit: March 16, 2012, 06:03:50 PM by Fission »

Hello, I am working on coding an HTML website
HTML isn't a programming language btw.
HTML: Hyper Text Markup Language
You don't "code" html. you "write" html.