The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
Please vote in the Forum Structure Poll. Polling will close at 2PM EST on January 21, 2025.
So I know almost nothing about website creation. So I'm going to change this thread into a general knowledge/tips and tricks and maybe eventually turn it into "How to make a website". I will update the OP as it goes.
So my first questions are:
1.How do I make a home page and what tools are good for website creation?
2.who do you recommend as a good web host? (recommended so far: Godaddy.com, netrillium.com)
Sorry to burst your bubble, but I dont think what you're looking for exists, short of knowing a friend with a webserver who is willing to support you. Even then though, the registration of a domain name still has a price to it, and therefore you'd probably have to pay that (admitedly its only like $10 or so for a year.)
If you're looking for really cheap hosting, you can check out ebay. They have a section for it, and I used it once and got a really good deal $10 for an entire year of hosting with unlimited space and unlimited bandwidth. I then paid another $8 or $9 to godaddy for a domain name and was all set up.
What are you looking to host on this web host? (I only ask out of interest and the possibility that there may be a specialty site that offers free hosting for certain types of websites.)
Why would you go off ebay to find hosting when there are many extremely reputable sources to do so already in existance? Companies like godaddy will probably offer exactly what you need, and you aren't dealing with somebody with a 14 rating on an auction website.
Yeah, I realise this, but also, GoDaddy wont offer you a years hosting for $10
Bassically, what I'm trying to say is, if you can afford it go for a more reliable host. If you're really looking to cheap out ebay can be hit or miss, but it was successful for me.
I've been using http://netrillium.com/ for quite a while now. Pretty cheap and lets you host other people too.
That shared plan actually looks really good. I'd say go for that if you can find $36 a month. Probably need to buy a domain name too with that one, but it looks like a really good deal to me.
As for how to design a webpage... If you dont know any HTML or any other scripting language, it's kinda tough to say. Geocities had a good one, I remember, but you couldn't take the site to another host, I dont think. Maybe Lail knows if netrillium has a WYSIWYG editor?
Dreamweaver is great, but it requires scripting knowledge from what I understand. (I've used it before, but alot of website design tools all seem the same to me so I dunno) Microsoft Frontpage I believe was fairly decent for putting together something simple.
The reseller packages start at $4.99US a month and has pretty much everything.
I can't remember off the top of my head if this offers a WYSIWYG editor (at work right now so I'll check later). Even if, I wouldn't recommend using one. Learn some HTML (it's pretty easy to get the basics) or get a copy of MS Frontpage or Dreamweaver.
Dreamweaver is great, but it requires scripting knowledge from what I understand. (I've used it before, but alot of website design tools all seem the same to me so I dunno) Microsoft Frontpage I believe was fairly decent for putting together something simple.
I've can read script, I'm just new to html (I used to write in VB.net, not sure how much help that will be though)
Shade on
0
Zilla36021st Century. |She/Her|Trans* Woman In Aviators Firing A Bazooka. ⚛️Registered Userregular
edited July 2008
http://pages.google.com is good for newbies, also you don't have to use the templates if you don't want, you can edit your html files in dreamweaver/notepad etc and just upload them. You also get 100mb of file space per site/subdomain (up to five).
Javascript and CSS isn't that hard to learn, just study some source code snippets to learn simple stuff and then a good book for the advanced stuff.
Don't spend money on Dreamweaver, in my opinion it's heavily overrated, especially for the price.
Granted, it will basically build your entire site for you, but if you want to not have some Adobe software hack together your page then Visual Web Developer Express by Microsoft is a fairly feature-rich HTML editor. It doesn't have script snippets or pre-built layouts like Dreamweaver, but it has plenty of code assist features and it's very easy to test your site since it has a local web server built right into it.
The only significant difference between VWDE and Microsoft Expressions Web is that Expressions will write CSS for you, whereas the former will expect you to write it out manually. Other than that, the interface and features are fairly similar as far as HTML editing is concerned.
If you really don't need any crutches then I would recommend Aptana, which is an Eclipse plug-in and is the best HTML editor I have ever used. Be warned, it's for hand coders so there are a few amenities of common editors that have been left out (ex: Ctrl-B does not wrap something in a <strong> tag). But the code assist is incredible, complete with CSS property descriptions and browser support information, and easily the most intuitive and fastest code completion I've ever encountered.
This thread is hurting my brain. Why has nobody suggested a hosted blog? Man doesn't need a four hundred dollar professional design programme to put his thoughts and some pictures on the tubes.
I did this a while ago. I installed apache on my linux ubuntu partition and then started to make the web pages with quanta which is an amazing free web development program. I got my router to use its dyndns feature and my website could be accessed as a lower level of one of dyndns' domains.
I did this a while ago. I installed apache on my linux ubuntu partition and then started to make the web pages with quanta which is an amazing free web development program. I got my router to use its dyndns feature and my website could be accessed as a lower level of one of dyndns' domains.
I did this a while ago. I installed apache on my linux ubuntu partition and then started to make the web pages with quanta which is an amazing free web development program. I got my router to use its dyndns feature and my website could be accessed as a lower level of one of dyndns' domains.
Course you may want a different course.
hablo englas?
Just do what Zilla said. If you're new there's no valid reason to shell out for a web host and all that, there's plenty of hosted/free solutions like google pages and blogger that will let you get your feet sufficiently wet before you start investing money.
I did this a while ago. I installed apache on my linux ubuntu partition and then started to make the web pages with quanta which is an amazing free web development program. I got my router to use its dyndns feature and my website could be accessed as a lower level of one of dyndns' domains.
Course you may want a different course.
hablo englas?
I had been using linux as my OS instead of windows (ubuntu is a distro or packaging of linux). Apache is a web-hosting program that designated a folder on my computer as the website, which meant it would refer http requests to my computer to .html files in that folder. Quanta was a program I used to make the .html files, it was somewhere between notepad and dreamweaver in terms of complexity (html knowledge is almost necessary, but definitely helpful). I got dyndns to refer requests to a web address to my dynamic IP for free.
I didn't buy hosting but had my computer act as a web host for free for a couple pages I made.
The blogger/flickr route definitely makes more sense unless you're trying to educate yourself more than actually make a website. What I'm suggesting takes forever to set up.
This thread is hurting my brain. Why has nobody suggested a hosted blog? Man doesn't need a four hundred dollar professional design programme to put his thoughts and some pictures on the tubes.
Blogger+Flikr
job done
This.
You're a lot of learning away from setting up your own site. If you just want a place to post thoughts/pics, the above sites are definitely what you want.
If you do want to set up your own site sometime, learn the following in order:
HTML
CSS
PHP/Javascript (PHP if you want to learn how to do database and dynamic stuff, Javacript for fancy things like small applications and animated menus, etc).
You can also go the Flash/Flex route.
You can use these languages within any textediting program (textmate is good if you're on a mac). Basic HTML is easy and getting a grasp of CSS isn't too hard from there, but afterwards it's all a very steep learning curve. I'd start at www.w3schools.com for some nice tutorials.
Oh, and if you want your own hosting, Dreamhost is good for small sites.
I did this a while ago. I installed apache on my linux ubuntu partition and then started to make the web pages with quanta which is an amazing free web development program. I got my router to use its dyndns feature and my website could be accessed as a lower level of one of dyndns' domains.
Course you may want a different course.
hablo englas?
Just do what Zilla said. If you're new there's no valid reason to shell out for a web host and all that, there's plenty of hosted/free solutions like google pages and blogger that will let you get your feet sufficiently wet before you start investing money.
Yup, you can also just buy a domain and point it at blogger or google pages.
Also thankyou for reminding me of Aptana, I've been meaning to re-install that.
If you enjoy learning new computer stuff, you could learn HTML/XHTML then you can write the code in Notepad. Save the files as .txt files but change the extension to .html or .htm. You can learn HTML and CSS (cascading style sheets, they can be used to quickly change the look of your site) from lots of online articles / websites.
Seriously, just sign up for a free Wordpress account, and pair it up with the ImageShack tool kit for image hosting. Getting "real" web hosting before you know what you're doing is just asking for trouble.
This thread is hurting my brain. Why has nobody suggested a hosted blog? Man doesn't need a four hundred dollar professional design programme to put his thoughts and some pictures on the tubes.
Blogger+Flikr
job done
This.
You're a lot of learning away from setting up your own site. If you just want a place to post thoughts/pics, the above sites are definitely what you want.
If you do want to set up your own site sometime, learn the following in order:
XHTML
CSS
PHP/Javascript (PHP if you want to learn how to do database and dynamic stuff, Javacript for fancy things like small applications and animated menus, etc).
You can also go the Flash/Flex route.
You can use these languages within any textediting program (textmate is good if you're on a mac). Basic HTML is easy and getting a grasp of CSS isn't too hard from there, but afterwards it's all a very steep learning curve. I'd start at www.w3schools.com for some nice tutorials.
Oh, and if you want your own hosting, Dreamhost is good for small sites.
Small fix there. Nobody should be learning HTML in this day and age, unless you're some sort of web technology historian.
Shade - I'm surprised google pages claims copyright on your content, but assuming that's correct, I'd imagine that a hosted Wordpress or Blogger account wouldn't. They may require copyright permissions upfront in order to legally host your content, but anything you create will still be your legal property.
Blogger or Wordpress is probably a good place to start as you can go in and mess around with the templates, which can be an easy way to start fiddling with CSS and XHTML.
If you've ever used any other type of programming or scripting languages before, XHTML/CSS is going to be a walk in the park. XHTML is a really basic mark-up language (It's actually a version of XML specifically designed for web browsers - on a basic level it's just a text file with tags wrapped around different bits of text to tell the browser if it's a heading or a paragraph etc.). CSS is essentially another file that just tells the web browser how you'd like all that content to look - put the picture at this location, make that box this big, make the background this colour, set this text using this font etc.
Really semantic, really high-level scripting language (In fact, I don't think you could get much higher level without a computer that can intelligently interpret complex spoken commands on the go ala Star Trek). The real difficulty is learning how to be a competent designer.
Posts
If you're looking for really cheap hosting, you can check out ebay. They have a section for it, and I used it once and got a really good deal $10 for an entire year of hosting with unlimited space and unlimited bandwidth. I then paid another $8 or $9 to godaddy for a domain name and was all set up.
What are you looking to host on this web host? (I only ask out of interest and the possibility that there may be a specialty site that offers free hosting for certain types of websites.)
I should also mention that I know little to nothing on how to set up a website.
Bassically, what I'm trying to say is, if you can afford it go for a more reliable host. If you're really looking to cheap out ebay can be hit or miss, but it was successful for me.
That shared plan actually looks really good. I'd say go for that if you can find $36 a month. Probably need to buy a domain name too with that one, but it looks like a really good deal to me.
As for how to design a webpage... If you dont know any HTML or any other scripting language, it's kinda tough to say. Geocities had a good one, I remember, but you couldn't take the site to another host, I dont think. Maybe Lail knows if netrillium has a WYSIWYG editor?
Dreamweaver is great, but it requires scripting knowledge from what I understand. (I've used it before, but alot of website design tools all seem the same to me so I dunno) Microsoft Frontpage I believe was fairly decent for putting together something simple.
I can't remember off the top of my head if this offers a WYSIWYG editor (at work right now so I'll check later). Even if, I wouldn't recommend using one. Learn some HTML (it's pretty easy to get the basics) or get a copy of MS Frontpage or Dreamweaver.
I've can read script, I'm just new to html (I used to write in VB.net, not sure how much help that will be though)
Javascript and CSS isn't that hard to learn, just study some source code snippets to learn simple stuff and then a good book for the advanced stuff.
No one should ever use MS Frontpage, it's shit.
Granted, it will basically build your entire site for you, but if you want to not have some Adobe software hack together your page then Visual Web Developer Express by Microsoft is a fairly feature-rich HTML editor. It doesn't have script snippets or pre-built layouts like Dreamweaver, but it has plenty of code assist features and it's very easy to test your site since it has a local web server built right into it.
The only significant difference between VWDE and Microsoft Expressions Web is that Expressions will write CSS for you, whereas the former will expect you to write it out manually. Other than that, the interface and features are fairly similar as far as HTML editing is concerned.
If you really don't need any crutches then I would recommend Aptana, which is an Eclipse plug-in and is the best HTML editor I have ever used. Be warned, it's for hand coders so there are a few amenities of common editors that have been left out (ex: Ctrl-B does not wrap something in a <strong> tag). But the code assist is incredible, complete with CSS property descriptions and browser support information, and easily the most intuitive and fastest code completion I've ever encountered.
we also talk about other random shit and clown upon each other
Blogger+Flikr
job done
I actually use Crimson Editor. You could google HTML Tutorials and that would be a good start. Nothing like making it yourself
Course you may want a different course.
hablo englas?
Just do what Zilla said. If you're new there's no valid reason to shell out for a web host and all that, there's plenty of hosted/free solutions like google pages and blogger that will let you get your feet sufficiently wet before you start investing money.
we also talk about other random shit and clown upon each other
I had been using linux as my OS instead of windows (ubuntu is a distro or packaging of linux). Apache is a web-hosting program that designated a folder on my computer as the website, which meant it would refer http requests to my computer to .html files in that folder. Quanta was a program I used to make the .html files, it was somewhere between notepad and dreamweaver in terms of complexity (html knowledge is almost necessary, but definitely helpful). I got dyndns to refer requests to a web address to my dynamic IP for free.
I didn't buy hosting but had my computer act as a web host for free for a couple pages I made.
The blogger/flickr route definitely makes more sense unless you're trying to educate yourself more than actually make a website. What I'm suggesting takes forever to set up.
This.
You're a lot of learning away from setting up your own site. If you just want a place to post thoughts/pics, the above sites are definitely what you want.
If you do want to set up your own site sometime, learn the following in order:
HTML
CSS
PHP/Javascript (PHP if you want to learn how to do database and dynamic stuff, Javacript for fancy things like small applications and animated menus, etc).
You can also go the Flash/Flex route.
You can use these languages within any textediting program (textmate is good if you're on a mac). Basic HTML is easy and getting a grasp of CSS isn't too hard from there, but afterwards it's all a very steep learning curve. I'd start at www.w3schools.com for some nice tutorials.
Oh, and if you want your own hosting, Dreamhost is good for small sites.
Our first game is now available for free on Google Play: Frontier: Isle of the Seven Gods
Also thankyou for reminding me of Aptana, I've been meaning to re-install that.
http://www.htmldog.com
is the place to go
W3Schools is nice but it's really just a reference. HTMLDog will teach you stuff.
we also talk about other random shit and clown upon each other
Small fix there. Nobody should be learning HTML in this day and age, unless you're some sort of web technology historian.
Shade - I'm surprised google pages claims copyright on your content, but assuming that's correct, I'd imagine that a hosted Wordpress or Blogger account wouldn't. They may require copyright permissions upfront in order to legally host your content, but anything you create will still be your legal property.
Blogger or Wordpress is probably a good place to start as you can go in and mess around with the templates, which can be an easy way to start fiddling with CSS and XHTML.
If you've ever used any other type of programming or scripting languages before, XHTML/CSS is going to be a walk in the park. XHTML is a really basic mark-up language (It's actually a version of XML specifically designed for web browsers - on a basic level it's just a text file with tags wrapped around different bits of text to tell the browser if it's a heading or a paragraph etc.). CSS is essentially another file that just tells the web browser how you'd like all that content to look - put the picture at this location, make that box this big, make the background this colour, set this text using this font etc.
Really semantic, really high-level scripting language (In fact, I don't think you could get much higher level without a computer that can intelligently interpret complex spoken commands on the go ala Star Trek). The real difficulty is learning how to be a competent designer.