Help me out (website design)

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Help me out (website design)

Post by Kurt_ »

So, I just bought myself my first domain: www.kurt.ws (The extension is for "Western Samoa", but whatever, I don't care.

Now, the question is, what's a good (preferably free, for now) web host that doesn't have ads (or doesn't have obtrusive ads), and provides compatibility with a domain name?

Also, any web design help would be appreciated, as I know very little. I mostly use templates.
Hey, sup?
nevermind1534
Senior Member
Posts: 1977
Joined: Fri Feb 06, 2009 1:36 pm
Steam ID: nevermind1534
Location: Detroit, MI
Contact:

Re: Help me out (website design)

Post by nevermind1534 »

x10hosting.com

But you have to log on every once in a while, or your website will be deleted. I use 100webhost.com for my alternate host.
Kyo wrote:"does anyone here know how to fly a plane?"

"STAND BACK EVERYBODY, I HAVE A FAKE ID"
Rekarp
Portablizer Extraordinaire
Posts: 2163
Joined: Thu Dec 28, 2006 1:52 am
PSN Username: Lnghrn_
Steam ID: rekarp
Location: Austin, Tx
Contact:

Re: Help me out (website design)

Post by Rekarp »

You can use PMwiki (what I use) or Wordpress as a base. Using one of those systems you really just have to edit the CSS table on a default template. Making a custom layout like mine only involves some simple php work. Or you could go old school and HTML it all 8)

Pick up the "Web Developer" addon for Firefox. Allows you to "on the fly" edit CSS pages. I can make my own custom BenHeck front page if I wanted to.
The wood master

Image

"I was under the impression Mac owners don't actually USE their machines, they just parade them around trying to evangelize the masses."
Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Re: Help me out (website design)

Post by Kurt_ »

Okay well I got a host at freehostia.com, and I have a question.

Right now, the link www.kurt.ws leads to a godaddy parking page. I registered the nameservers on godaddy to what freehostia told me to use. Do I still need to use forwarding/masking, or will everything work nicely after the DNS refreshes?
Hey, sup?
Oniak
Posts: 453
Joined: Wed Feb 18, 2009 5:41 am

Re: Help me out (website design)

Post by Oniak »

I love 000webhost.com , its great, Its what I use on my website in my sig, check it out!
eagle5953
Moderator
Posts: 1892
Joined: Mon Jul 07, 2008 5:06 pm
360 GamerTag: eagle5953
Steam ID: eagle5953
Contact:

Re: Help me out (website design)

Post by eagle5953 »

Rekarp wrote:Or you could go old school and HTML it all 8)
HTML is still the extent of my web-coding knowledge.

</wysiwyg programs>
</css newfangledness>
</php-whatever>

(Am I the only one who hears "coding" as "codine"? I don't know why, but I do, and I've never even had the stuff before. And that's not the only word that I hear wrong...)
nevermind1534
Senior Member
Posts: 1977
Joined: Fri Feb 06, 2009 1:36 pm
Steam ID: nevermind1534
Location: Detroit, MI
Contact:

Re: Help me out (website design)

Post by nevermind1534 »

eagle5953 wrote:
Rekarp wrote:Or you could go old school and HTML it all 8)
HTML is still the extent of my web-coding knowledge.
That's all that I know, too.
Kyo wrote:"does anyone here know how to fly a plane?"

"STAND BACK EVERYBODY, I HAVE A FAKE ID"
Aguiluz
Posts: 1141
Joined: Tue Nov 20, 2007 7:58 pm
Location: Ontario, Canada
Contact:

Re: Help me out (website design)

Post by Aguiluz »

07x.net

PMWiki support (AWESOME STUFF) and other big bonuses like 50GB transfer.
Image
khaag
Senior Member
Posts: 2261
Joined: Sat Mar 18, 2006 7:54 pm

Re: Help me out (website design)

Post by khaag »

Bluehost is fast and reliable, and also pretty cheap. $6.95/month last time I checked. I've used it for a few of my customers websites and they haven't crashed once in the year or so they've been up.

http://bluehost.com
Harshboy
Portablizer
Posts: 3610
Joined: Tue Oct 11, 2005 3:44 pm

Re: Help me out (website design)

Post by Harshboy »

I second x10hosting.

They are great if you don't mind logging in once in a while.
Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Re: Help me out (website design)

Post by Kurt_ »

Okay, I HAVE a host.

I need help making the actual website. Hows about help with that. Drupal is too confusing for me. That's how challenged I am. What do I use for that?
Hey, sup?
Oniak
Posts: 453
Joined: Wed Feb 18, 2009 5:41 am

Re: Help me out (website design)

Post by Oniak »

Kurt_ wrote:Okay, I HAVE a host.

I need help making the actual website. Hows about help with that. Drupal is too confusing for me. That's how challenged I am. What do I use for that?
Use adobe dreamweaver, I have a tutorial on my website in my sig, Its on the main page.
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Re: Help me out (website design)

Post by bicostp »

I like using a combination of plain HTML pages, PHP include functions to embed repeating parts, and CSS to handle formatting.

If you want something that's updated often, just use WordPress. It's free and you can do whatever you want with the interface.
marshallh
Moderator
Posts: 2987
Joined: Sat Sep 10, 2005 2:17 pm
360 GamerTag: marshallh
Location: here and there
Contact:

Re: Help me out (website design)

Post by marshallh »

bicostp wrote:I like using a combination of plain HTML pages, PHP include functions to embed repeating parts, and CSS to handle formatting.

If you want something that's updated often, just use WordPress. It's free and you can do whatever you want with the interface.
I just handcode HTML, use includes so styling changes are global, and include inline CSS :lol: I really don't care if it breaks imaginary W3C laws. It works.
Image
Skyone
Moderator
Posts: 6390
Joined: Tue Nov 29, 2005 8:35 pm
Location: it is a mystery
Contact:

Re: Help me out (website design)

Post by Skyone »

marshallh wrote:I just handcode HTML, use includes so styling changes are global, and include inline CSS :lol: I really don't care if it breaks imaginary W3C laws. It works.
Agreed, their standards are too female of the dog species anyway.

Depending on what type of site you're making, you can use a blogging software like WordPress for ease.
Post Reply