Help me out (website design)
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)
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.
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)
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.
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)
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 
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.
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.
-
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)
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?
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?
Re: Help me out (website design)
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)
HTML is still the extent of my web-coding knowledge.Rekarp wrote:Or you could go old school and HTML it all
</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)
That's all that I know, too.eagle5953 wrote:HTML is still the extent of my web-coding knowledge.Rekarp wrote:Or you could go old school and HTML it all
Kyo wrote:"does anyone here know how to fly a plane?"
"STAND BACK EVERYBODY, I HAVE A FAKE ID"
Re: Help me out (website design)
07x.net
PMWiki support (AWESOME STUFF) and other big bonuses like 50GB transfer.
PMWiki support (AWESOME STUFF) and other big bonuses like 50GB transfer.

Re: Help me out (website design)
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
http://bluehost.com
Re: Help me out (website design)
I second x10hosting.
They are great if you don't mind logging in once in a while.
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)
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?
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?
Re: Help me out (website design)
Use adobe dreamweaver, I have a tutorial on my website in my sig, Its on the main page.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?
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Re: Help me out (website design)
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.
If you want something that's updated often, just use WordPress. It's free and you can do whatever you want with the interface.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
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)
I just handcode HTML, use includes so styling changes are global, and include inline CSSbicostp 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.
Re: Help me out (website design)
Agreed, their standards are too female of the dog species anyway.marshallh wrote:I just handcode HTML, use includes so styling changes are global, and include inline CSSI really don't care if it breaks imaginary W3C laws. It works.
Depending on what type of site you're making, you can use a blogging software like WordPress for ease.

