Vote for BP.Net for the 2013 Forum of the Year! Click here for more info.

» Site Navigation

» Home
 > FAQ

» Online Users: 3,211

0 members and 3,211 guests
No Members online
Most users ever online was 6,337, 01-24-2020 at 04:30 AM.

» Today's Birthdays

None

» Stats

Members: 75,097
Threads: 248,541
Posts: 2,568,760
Top Poster: JLC (31,651)
Welcome to our newest member, Travism91
Page 1 of 5 12345 LastLast
Results 1 to 10 of 49
  1. #1
    BPnet Veteran SGExotics's Avatar
    Join Date
    12-08-2008
    Posts
    938
    Thanks
    290
    Thanked 113 Times in 95 Posts
    Images: 2

    How did you make your website?

    Hey guys,

    I really want to setup a website... I have a mac, so there is a built in site maker called "iweb"... It doesnt really seem to make sites all fancy as some of the other users sites are... I want to setup a site, so that you could like click on the animals, and it brings you to another page and stuff if you get what im saying... So i just wanted to know what you guys use to build your sites...

    Every bit of info helps!
    Thanks,
    Brandon

  2. #2
    Old enough to remember. Freakie_frog's Avatar
    Join Date
    08-12-2004
    Location
    221b Baker Street
    Posts
    16,636
    Thanks
    462
    Thanked 3,884 Times in 2,148 Posts
    Blog Entries
    2
    Images: 107

    Re: How did you make your website?

    Grit - Spit - and a whole to of duck tape



    Naa I used Dreamweaver CS3 and photoshop.
    When you've got 10,000 people trying to do the same thing, why would you want to be number 10,001? ~ Mark Cuban
    "for the discerning collector"



  3. The Following User Says Thank You to Freakie_frog For This Useful Post:

    SGExotics (06-24-2009)

  4. #3
    BPnet Senior Member Nate's Avatar
    Join Date
    07-31-2004
    Location
    Northern Virginia
    Posts
    9,863
    Thanks
    127
    Thanked 625 Times in 386 Posts
    Images: 15

    Re: How did you make your website?

    mmm I was about your age when I started tinkin around with Websites...it's never too early to learn!

    First, you need a domain. Godaddy is good for domain registrations. (not hosting..see "next")
    Next, you need hosting. 1&1 is cheap and does the trick.

    Now - you gotta build your site! woohoo! the fun part

    Photoshop isn't exactly at everyones fingertips. Yeah - you can download the 30 day trial, but it will take you months to learn it. Go with Gimp for now for your graphics (oh yeah, you already have Gimp...for your logo!!...i'll leave that note in there for others)

    Think of Websites like...a Car.

    You have your designers that design the outside and make the car pretty (graphics)...and then you have your engineers that make what's under the hood!! (the code) that's the part that matters the most of course, I'm biased because I'm a web developer.

    You need to learn HTML first. Then CSS. That should get you going in the right direction

  5. The Following 4 Users Say Thank You to Nate For This Useful Post:

    Jyson (06-24-2009),mainbutter (06-24-2009),pavlovk1025 (06-24-2009),SGExotics (06-24-2009)

  6. #4
    Steel Magnolia rabernet's Avatar
    Join Date
    07-12-2005
    Location
    In the Nest
    Posts
    29,196
    Thanks
    2,845
    Thanked 5,584 Times in 3,092 Posts
    Blog Entries
    2
    Images: 46

    Re: How did you make your website?

    Or....you can hire someone, like I did! I hired AaronP to do my website. I knew that I wanted a more professional looking site than I would be able to design on my own.

  7. The Following User Says Thank You to rabernet For This Useful Post:

    AaronP (06-24-2009)

  8. #5
    BPnet Senior Member Nate's Avatar
    Join Date
    07-31-2004
    Location
    Northern Virginia
    Posts
    9,863
    Thanks
    127
    Thanked 625 Times in 386 Posts
    Images: 15

    Re: How did you make your website?

    Quote Originally Posted by Freakie_frog View Post
    Grit - Spit - and a whole to of duck tape

    http://i254.photobucket.com/albums/h...nguins1jpg.jpg

    Naa I used Dreamweaver CS3 and photoshop.


    Of course, you CAN use Dreamweaver - those kinds of editors help newbies out a LOT. I use to use DW exclusively and learned a lot from it..but eventually it comes down to really understanding the code and using the code view to fix boogered up code..DW is far from perfect.

  9. #6
    BPnet Lifer mainbutter's Avatar
    Join Date
    09-30-2008
    Location
    Washington, DC
    Posts
    5,690
    Thanks
    269
    Thanked 1,374 Times in 1,053 Posts
    Images: 7

    Re: How did you make your website?

    I code by hand in a text editor(ultraedit, though any text editor, even notepad, works). I'm pretty new to this web programming/design stuff so I'm learning all the basics and learning to make a modern website from scratch before jumping into using Adobe Dreamweaver(a WYSIWYG, or "what you see is what you get", website builder) or anything like that.

    It sounds like the kind of website you want to design would be pretty easy to just code by hand after reading a book or two on html and CSS. You wouldn't need PHP or javascript or mysql for anything like that, but a working knowledge of photoshop(on my list of "things to learn") or similar image editor/creator programs will help with any graphics you might want for your website.

    My suggestion to you, if you don't know anything about web programming, HTML, or CSS, is to first read up on HTML. It's very basic in structure and you can read over the entirety of HTML and understand it in an afternoon. Then build a home page using just HTML so you get a working knowledge of how to write HTML code, that would take another afternoon.

    To "prettify" a webpage, the easy and modern solution is using CSS, which adds styles to HTML tags to change font/color/position paragraphs, and many more interesting possibilities.

    If you want to learn CSS(highly recommended), I recommend picking up a book called "The Missing Manual: CSS", also written sometimes "CSS: The Missing Manual". Google might be good enough to get you all the HTML resources you need, but this book really covers CSS much better than any web resource I came across.

  10. The Following User Says Thank You to mainbutter For This Useful Post:

    Nate (06-24-2009)

  11. #7
    BPnet Lifer mainbutter's Avatar
    Join Date
    09-30-2008
    Location
    Washington, DC
    Posts
    5,690
    Thanks
    269
    Thanked 1,374 Times in 1,053 Posts
    Images: 7

    Re: How did you make your website?

    Quote Originally Posted by Nate View Post
    You need to learn HTML first. Then CSS. That should get you going in the right direction
    This too. I highly recommend these links, in fact this is where I started reading up on HTML and CSS just a couple months ago.

  12. #8
    BPnet Veteran SGExotics's Avatar
    Join Date
    12-08-2008
    Posts
    938
    Thanks
    290
    Thanked 113 Times in 95 Posts
    Images: 2

    Re: How did you make your website?

    Quote Originally Posted by rabernet View Post
    Or....you can hire someone, like I did! I hired AaronP to do my website. I knew that I wanted a more professional looking site than I would be able to design on my own.
    Did he do it for free?

    Edit: Nvm, i just realized you said "hired"...
    Last edited by SGExotics; 06-24-2009 at 12:06 PM.

  13. #9
    BPnet Veteran Wh00h0069's Avatar
    Join Date
    12-30-2007
    Location
    Middletown, OH
    Posts
    4,349
    Thanks
    915
    Thanked 832 Times in 736 Posts
    Images: 8

    Re: How did you make your website?

    I used SwishMax to design my site. It was fairly easy to learn with a little practice. The program builds a website like a movie with scenes and frames.
    Eddie Strong, Jr.

  14. #10
    BPnet Veteran pavlovk1025's Avatar
    Join Date
    05-09-2009
    Location
    SLC UT
    Posts
    1,721
    Thanks
    113
    Thanked 354 Times in 280 Posts
    Images: 16

    Re: How did you make your website?

    Quote Originally Posted by DBD View Post
    Did he do it for free?
    Hired implies payment.


    I vote sticky this thread because Nate is the MAN for that breakdown. I too have been considering a site for next year.
    ]

Page 1 of 5 12345 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.2.1