Making a website
Making a website
One of the people who visited my house today is the pastor of a small church. He mentioned to me that he would like his church to eventually have a website, but he didn't know who he would have design it, or how much that would cost, or if there were any free places that host websites, and I have no idea about such things. Are there any suggestions someone could give me that I can relay to him?
Archived topic from Anythingforums, old topic ID:1520, old post ID:19468
Archived topic from Anythingforums, old topic ID:1520, old post ID:19468
Visit Harmony forum
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Making a website
I design websites ( http://services.iceteks.com/webdesign.htm ) though my prices may be kinda high for a church budget and I would do it as charity work but I don't have that much time these days...
As for hosting there's plenty of web hosts I've only been with one and they sucked (rcthost.com) and now I'm with moose.cc which is more private but he still has cpanel and stuff, and will answer questions rather quick if you need help with something. There's also nethosted.co.uk, have not tried them before but cg who occasionally posts here owns it.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19470
As for hosting there's plenty of web hosts I've only been with one and they sucked (rcthost.com) and now I'm with moose.cc which is more private but he still has cpanel and stuff, and will answer questions rather quick if you need help with something. There's also nethosted.co.uk, have not tried them before but cg who occasionally posts here owns it.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19470
Honk if you love Jesus, text if you want to meet Him!
Making a website
Yeah, I knew there were people on here who had the skills to make websites, but I wasn't even able to give him a general cost figure. Thanks for the link.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19471
Archived topic from Anythingforums, old topic ID:1520, old post ID:19471
Visit Harmony forum
Making a website
With great disgust, I offer this:
http://geocities.yahoo.com/ps/learn2/HowItWorks4_Pro.html
I despise Geocities. But if you don't know how to make your own sites, this comes with a free site generator that's decent, and for a modest monthly fee, it'll get rid of the ads and come with it's own domain name.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19482
http://geocities.yahoo.com/ps/learn2/HowItWorks4_Pro.html
I despise Geocities. But if you don't know how to make your own sites, this comes with a free site generator that's decent, and for a modest monthly fee, it'll get rid of the ads and come with it's own domain name.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19482
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Making a website
Yeah that's another option and it's free. I'm suprised too I checked and you get 3GB of bandwidth per hour! That's 93GB per month, it's what I have, but for 20 bucks a month! But I doubt geocities has php, mysql etc... so that's where my money is going towards.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19510
Archived topic from Anythingforums, old topic ID:1520, old post ID:19510
Honk if you love Jesus, text if you want to meet Him!
Making a website
I might just have my friend check out this thread, so if you could please explain what php and mysql is, so he can decide if he wants to spend the extra money for those things.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19512
Archived topic from Anythingforums, old topic ID:1520, old post ID:19512
Visit Harmony forum
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Making a website
for a static site you won't really need it. php is a server side scripting language that makes pages dynamic. A very simple example is displaying the time, every time the page loads the server runs the script to then generate the page with the right time so every time the page is loaded the date changed, but no one actually updated the site. mysql is a database format which goes with php. This forum uses php and the posts and stuff are stored in a mysql database. if you go to http://www.iceteks.com mostly everything you see on the home page is loaded from a database and generated on the fly. well the home page is actually cached and only regenerated every 15 minutes but that's a different story...
So for a church site you probably don't really need php and mysql unless you want a discussion forum, maybe a photo gallery where people can upload pics etc then you'd need it. So it really depends what kind of site you want to do and how often it is updated. For something that displays news for example php and mysql would be better then having to manually edit everything. Though you need to know the php coding language to do anything with it, obviously. But it's nearly impossible to find a free host that offers php and mysql.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19515
So for a church site you probably don't really need php and mysql unless you want a discussion forum, maybe a photo gallery where people can upload pics etc then you'd need it. So it really depends what kind of site you want to do and how often it is updated. For something that displays news for example php and mysql would be better then having to manually edit everything. Though you need to know the php coding language to do anything with it, obviously. But it's nearly impossible to find a free host that offers php and mysql.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19515
Honk if you love Jesus, text if you want to meet Him!
Making a website
http://www.tripod.lycos.com/Bookworm wrote: I might just have my friend check out this thread, so if you could please explain what php and mysql is, so he can decide if he wants to spend the extra money for those things.
They will provide you with CGI if you want to have that sort of thing, but it comes with a bunch of easy community tools.
Archived topic from Anythingforums, old topic ID:1520, old post ID:19522
Making a website
You're right, he would most likely just want a simple information only type site.Red Squirrel wrote:
So for a church site you probably don't really need php and mysql
Archived topic from Anythingforums, old topic ID:1520, old post ID:19536
Visit Harmony forum
Making a website
Want to learn good basic web design? Good free basic tutorials.
Webmonkey
HTML Goodies
Both great sites for beginners.
As far as software. I use software but it's not WYSWYG type software.
After you learn some basic HTML, this program is great. Free and good also.
1st page 2000
Archived topic from Anythingforums, old topic ID:1520, old post ID:20026
Webmonkey
HTML Goodies
Both great sites for beginners.
As far as software. I use software but it's not WYSWYG type software.
After you learn some basic HTML, this program is great. Free and good also.
1st page 2000
Archived topic from Anythingforums, old topic ID:1520, old post ID:20026
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Making a website
yeah it's always best to code the html and 1st page is a good way to learn since it does some of it for you, but you still see the code as it's being done.
Archived topic from Anythingforums, old topic ID:1520, old post ID:20027
Archived topic from Anythingforums, old topic ID:1520, old post ID:20027
Honk if you love Jesus, text if you want to meet Him!
Making a website
I agree, though if you want your business, church, whatever to look it's best, you should either use a generator or have someone else do it if it's your first page, unless if you have others around you who will give honest feedback and you don't mind redoing things many, many timesRed Squirrel wrote: yeah it's always best to code the html and 1st page is a good way to learn since it does some of it for you, but you still see the code as it's being done.
Archived topic from Anythingforums, old topic ID:1520, old post ID:20048
Making a website
yeah, im always happy to let newbs know im better than em.
Archived topic from Anythingforums, old topic ID:1520, old post ID:20190
Archived topic from Anythingforums, old topic ID:1520, old post ID:20190