vale46 02-21-2008, 02:34 PM Hi All,
Can anyone give me any advice on how to build a web site?
I have NO idea where or indeed how to start one, i do a little photo manipulating and restoration as a side line and want to reach out to a larger client. I dont need a big fancy site just one to show my work (a few before and after pics etc) and i would prefer it to be free :D
Much appreciation for any help,
Vale.
jobeard 02-21-2008, 02:46 PM here's things you need
a public domain name (register your name and get an IP address)
a place to host the site (aka webhosting soultion)
a login to upload + maintain the site (comes with webhosting)
learn HTML coding (and that takes some study)
If you load Apache2 (http://www.uniontransit.com/apache/httpd/binaries/win32/apache_2.2.8-win32-x86-no_ssl.msi)to your system, you can play with HTML coding and see if you
want to spend more time/money to get to your goal.
best wishes (it's actually a lot of fun to learn it)
vale46 02-21-2008, 03:09 PM Thanks Jo,
That all sounds a little complex but if thats the route then i guess there is a lot of reading ahead !
Have you heard of bluevoda ? it makes building one sound childs play !!! am i been naive :(
Cheers
jobeard 02-21-2008, 03:15 PM items 1-3 will still be needed regardless of how you create pages.
there are several GUI (Graphic User Interface) tools for creating pages.
you might start with one of them, if it will run on your PC where you can avoid
costs associated with the items listed above. if your needs are simple, then
this might be cost effective for you.
you should understand however, such tools implement only small portions of HTML
features, and as such will limit you in what you can do.
modifying the output of such tools can be painful, even for those with experience.
give it try and see how far it takes you :)
bobthepersonman 02-27-2008, 07:11 PM o i had seen this video mabe it can help http://www.youtube.com/watch?v=GwQMnpUsj8I
and i have seen this thing i don't know much about it but its free and its seems pretty easy too!!!
http://www.weebly.com/
ok thats about all i know.
dbarkley 03-24-2008, 05:35 PM you should understand however, such tools implement only small portions of HTML
features, and as such will limit you in what you can do.
modifying the output of such tools can be painful, even for those with experience.
give it try and see how far it takes you :)
I so agree with you jobeard, the fast and easy make-a-website programs are tricky to manipulate - I like the program Notetab Pro...
vale46 03-24-2008, 05:40 PM To be honest i gave up on the idea, al check that vid though, wouldnt it be nice if someone could just pop round for a cuppa and show you how is done ;) hahah
Cheers.
vikrantkpr 03-25-2008, 02:36 AM give a try to godaddy as well
you will be required to pay for domain and you can opt for free hosting
mopar man 03-25-2008, 09:22 AM vale46, you may have people in your town that will create one for you for a price. It is a lot easier just to pay someone, and it will look how you want it to.
vale46 03-25-2008, 02:21 PM Good thinking that man ;) cheers, al inquire about that me thinks.
NetCablesPlus 03-25-2008, 04:33 PM One other thought, if you use a cable or dsl modem service: many of the big ISP's give you free space on their web server and even offer templates and wizards to get you started. For your simple needs, that might be enough, though the downside is that you would not have your own domain name and instead it would be their domain name with a subdomain under your account name (usually.) But, it is free and would be better than doing nothing.
jobeard 03-25-2008, 06:06 PM To be honest i gave up on the idea, al check that vid though, wouldnt it be nice if someone could just pop round for a cuppa and show you how is done ;) hahah
Cheers.
The Internet Standards for web coding is found at www.w3.org
HTML specifications are now XHTML (http://www.w3.org/MarkUp/) and presentation controls are in CSS (Cascading Style Sheets) (http://www.w3.org/Style/CSS/),
and back end webserver processing of forms is per CGI coding (http://www.w3.org/CGI/) (which is not done using a GUI tool).
and that's why GUI tools are so popular.
If you intend to get serious with web programming, you will be better off starting
with writing ever line of the page.
|
|