Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 33

Thread: How does one create a website?

  1. #21
    Buckle-meister's Avatar
    Buckle-meister is offline Awaiting Registration Conf Buckle-meister has very reliable input
    Join Date
    May 2005
    Location
    London (as good as)
    Posts
    1,743
    Thanks Given
    0
    Thanks Received
    10

    Default

    Quote Originally Posted by BMXTRIX
    I have used FrontPage for years. It supports CSS (do some homework on that)...
    Did it. So CSS is sort of like a pool of default parameters like Font type, Point size etc that one can Call as a subroutine in a procedure in order to prevent having identical lines of code everywhere (programatically very sloppy!)?

    Quote Originally Posted by BMXTRIX
    ...the space I don't pay anything for. It's FrontPage compliant so all I do is design the site in FrontPage, then I click the 'publish' button and it automatically uploads all the photos and stuff to the site.
    What? No FTPing? Is FrontPage doing that for you?

    Quote Originally Posted by BMXTRIX
    The 'DUMMIES' series of books has HTML For Dummies available and you can be walked, step by step, through every aspect of setting up a website.
    Do you think it would be possible to pick up how to do stuff just from FrontPage's help files or aren't they comprehensive enough? Also, is 2003 the latest edition?

    Thanks very much for your input BMXTRIX. What a great resource this site is.
    Robbie
    My world.

  2. #22
    JaceTheAce's Avatar
    JaceTheAce is offline Audioholic JaceTheAce is a forum member in good standing
    Join Date
    Dec 2005
    Location
    Grand Forks, ND (From San Diego, CA)
    Posts
    221
    Thanks Given
    0
    Thanks Received
    0

    Default

    Quote Originally Posted by BMXTRIX
    I have used FrontPage for years. It supports CSS (do some homework on that) and is as easy to design webpages in as it is to write a paper in Microsoft Word. Biggest difference is that FrontPage HTML actually looks halfway decent while Word's HTML looks horrid.
    Yes, beware of Word HTML! When you save a document as a webpage (.HTM) in Word, there is a HUGE amount of excess and unnecessary code that increasing the file size of the webpage. This "feature" was a big mistake on Microsoft's part.

    I use Adobe GoLive - it's just as easy as FrontPage, but much more advanced.
    The system:

    Sony VPH-1251Q CRT Projector
    HDConnection HDC1 Component-VGA Transcoder
    DIY 96" screen
    Energy C-3's (front mains)
    Energy Take 2 (rear surrounds)
    Energy e:XL-S10 (subwoofer)
    Energy C-C1 (center)
    Yamaha RX-V493 Receiver
    Yamaha CDX-500U (circa 1986, still works!)

    My Home Theater Website Rate my home theater!--->http://www.showpad.com/sizzlnm3

  3. #23
    jaxvon's Avatar
    jaxvon is offline Audioholic Ninja jaxvon is looking for a job at AH
    Join Date
    Feb 2004
    Location
    University of Michigan, Ann Arbor
    Posts
    4,192
    Thanks Given
    1
    Thanks Received
    41

    Default

    Robbie,

    CSS, as you probably found out with a little research, is a way to save time and homogenize your website. Instead of typing out the html to govern what every single page looks like, you can use a single style sheet that dictates fonts, colors, sizes, layouts, etc that can then "cascade" through all of the pages (hence the name, Cascading Style Sheets). By using CSS, you can alter the appearance of your website by editing one document instead of hundreds. Keep in mind that the barebones content of the page, as in any text you see, is still in the html. However, because CSS eliminates making tables and all sorts of nastiness in html, your code will be clean and efficient. This is a good thing.

    To see why CSS is so great, check out this website:

    http://www.csszengarden.com/

    Click on "view all designs" in the right menu bar. All of the pages you will see as examples use this html file:

    http://www.csszengarden.com/zengarden-sample.html


    Many websites use CSS, such as the BBC and CNN. Because of its design, CSS is very bandwidth conservative. The sports TV network ESPN switched to a CSS design and literally saved millions of dollars because of the reduced data transfer. If you are using FireFox and you would like to view a site without the CSS enabled, in the "View" menu, select "Page Style" then "No Style". It's pretty amazing how bare the html is on some sites!
    It's time to make a difference. Stand up and fight for your rights and your country. Write your representatives, vote, organize rallies, do whatever is necessary to bring back the America our Founding Fathers intended, not the dictatorial sham of a democracy we have now. There is still hope!


  4. #24
    Haoleb's Avatar
    Haoleb is offline Audioholic General Haoleb should be listened to
    Join Date
    Jul 2006
    Location
    Maine
    Posts
    1,448
    Thanks Given
    27
    Thanks Received
    327

    Default

    I use Dreamweaver to make and update my website, Once you get the hang of it, its really simple. Basic things to know is create a folder your going to put all of your files in to be uploaded to the server. Its like the website is a finished meal, and all the different files are the ingerdients. if you dont put them all together its wont turn out right.

    You can download a free trial of dreamweaver and either buy or otherwise get the serial number once the trial expires. They have premade CSS, which you open and basically replace the generic words with what you want to say. This is how I made my website, However i did a little bit more modification than I probbably should have to the CSS because there are some quirks. Because i only have 5mb of web storage i also compress my photos before saving them to use the minimal amount of space. This doesnt noticably degrade them but it can cut file sizes down quite a bit.

  5. #25
    sploo is offline Full Audioholic sploo is considered a mentor
    Join Date
    Apr 2005
    Location
    Oxford, UK
    Posts
    445
    Thanks Given
    21
    Thanks Received
    50

    Default

    Quote Originally Posted by Buckle-meister
    What? No FTPing? Is FrontPage doing that for you?
    I don't know if it's actually FTP in the background, but quite a few tools have synchronising features, which will automatically upload the things that have changed to your server.

    BTW This should also partly answer your question about what happens if your ISP goes bust - you should always have local copies of your pages/images.

    I ran a site for a few years which had a backend database system, so obviously that needed to be backed up nightly, and was automatically transferred to another machine.

    Quote Originally Posted by JaceTheAce
    Yes, beware of Word HTML! When you save a document as a webpage (.HTM) in Word, there is a HUGE amount of excess and unnecessary code that increasing the file size of the webpage.
    It's been a while since I used Word's HTML features, but yes, that was another one of the reasons I didn't like it - Microsoft bloat.

  6. #26
    Buckle-meister's Avatar
    Buckle-meister is offline Awaiting Registration Conf Buckle-meister has very reliable input
    Join Date
    May 2005
    Location
    London (as good as)
    Posts
    1,743
    Thanks Given
    0
    Thanks Received
    10

    Default

    Quote Originally Posted by JaceTheAce
    I use Adobe GoLive - it's just as easy as FrontPage, but much more advanced.
    The impression I'm getting after Googling all three programs - FrontPage, Dreamweaver and GoLive - is that Dreamweaver is better than FrontPage though more expensive, and GoLive is yet again more expensive than Dreamweaver. Is this about right?

    I also read that Dreamweaver has about 80% market share...I'd guess there's a reason for that.

    Quote Originally Posted by Haoleb
    I use Dreamweaver to make and update my website, Once you get the hang of it, its really simple...
    If you were to recreate your site from scratch now that you're familiar with Dreamweaver, how long would you estimate it'd take?
    Robbie
    My world.

  7. #27
    BMXTRIX's Avatar
    BMXTRIX is online now Audioholic Spartan BMXTRIX should be listened to
    Join Date
    Sep 2004
    Location
    Chantilly, VA
    Posts
    5,793
    Thanks Given
    343
    Thanks Received
    1,312

    Default

    Quote Originally Posted by Buckle-meister
    Did it. So CSS is sort of like a pool of default parameters like Font type, Point size etc that one can Call as a subroutine in a procedure in order to prevent having identical lines of code everywhere (programatically very sloppy!)?
    Yes, that's the idea. The main purpose being that if you decide to update your site from a light blue on white scheme to a burgundy on dark grey scheme you can just update the CSS page and the entire site will be changed in that instant. With a REALLY simple site I would just avoid CSS, but then integrate it later on as you become familiar with things down the road. Don't try to get to complex on day one, but definitely be aware of things that will matter along the way. For example, my 'learner' website: www.bmxtrix.com utilizes video editing (learned myself), Flash, ColdFusion, HTML, CSS, JavaScript (borrowed), frames, dynamicly built pages, email functions, etc. It all started with basic HTML though.


    Quote Originally Posted by Buckle-meister
    What? No FTPing? Is FrontPage doing that for you?
    FrontPage will track all the changes you make and then handles all the FTP work in the background. I'm not sure if it is true FTP or something Microsoft specific, but it definitely can make things easier for you to deal with.

    Quote Originally Posted by Buckle-meister
    Do you think it would be possible to pick up how to do stuff just from FrontPage's help files or aren't they comprehensive enough? Also, is 2003 the latest edition?
    I would hit your local library up and pick up FrontPage for Dummies. Yes, that one is there as well. The Help files are generic and not very useful until you are up and running. The books will walk you through basics in a few hours that might otherwise take you a few days to figure out on your own. I'm NOT a fan of books, but I did go through some of the FrontPage ones just on the first couple of days of using the product so I could get familiar with it.

    FYI: I have used Dreamweaver as well. In my experience, FrontPage was far easier to use. Dreamweaver was lacking a lot of the very basic shortcuts that are very common to Microsoft applications which I thought was a nightmare. It is a more advanced program, but misses some basic functionality that it really SHOULD have. (Like CTRL 'C' to center or CTRL 'B' to bold). As well, since Dreamweaver is a bit more advanced, it may take you a bit longer to figure out how to use it, while not taking advantage of any of the advanced features it offers. Not a knock against Dreamweaver, but after using it for a few months, I came back to FrontPage.
    AV Integrated - Theater, whole house audio, and technology consultation during the build and installation process in the Washington DC, Northern VA, and MD area.

  8. #28
    Haoleb's Avatar
    Haoleb is offline Audioholic General Haoleb should be listened to
    Join Date
    Jul 2006
    Location
    Maine
    Posts
    1,448
    Thanks Given
    27
    Thanks Received
    327

    Default

    Quote Originally Posted by Buckle-meister
    The impression I'm getting after Googling all three programs - FrontPage, Dreamweaver and GoLive - is that Dreamweaver is better than FrontPage though more expensive, and GoLive is yet again more expensive than Dreamweaver. Is this about right?

    I also read that Dreamweaver has about 80% market share...I'd guess there's a reason for that.



    If you were to recreate your site from scratch now that you're familiar with Dreamweaver, how long would you estimate it'd take?

    What really takes the most time is editing the pictures, Assuming I already had the pictures on file, maybe about 4-6 hours to build the whole thing again.

    I know that dreamweaver has an automatic update FTP feature however I just do it manually with IE, and delete my folder off the server and copy up the new one. Pretty simple. of couse with a larger website this wouldnt be practical. So you'll have to figure out what works best for your needs
    Last edited by Haoleb; 09-06-2006 at 04:58 PM.

  9. #29
    AKAJohnDoe is offline Enthusiast AKAJohnDoe is a forum member in good standing
    Join Date
    Mar 2006
    Posts
    15
    Thanks Given
    0
    Thanks Received
    0

    Default

    Quote Originally Posted by JaceTheAce
    Yes, beware of Word HTML! When you save a document as a webpage (.HTM) in Word, there is a HUGE amount of excess and unnecessary code that increasing the file size of the webpage. This "feature" was a big mistake on Microsoft's part.
    That really depends upon the complexity of the page. For simple pages with a couple of pictures, some links, a table or two, there is not much difference.

    However, the BIG drawback to Word is that the HTML it generates is static and completely unaware of it's surrounding or run-time environment. For example, it does not modify the page for display on screens set with different screen resolutions. And, of course, no CSS, so the inherent redundancies there.

    Word is an OK starter, but I have downloaded the 30 day trial of Dreamweaver 8 and think I will download and try out FrontPage as well.

    www.AKAJohnDoe.com

  10. #30
    Buckle-meister's Avatar
    Buckle-meister is offline Awaiting Registration Conf Buckle-meister has very reliable input
    Join Date
    May 2005
    Location
    London (as good as)
    Posts
    1,743
    Thanks Given
    0
    Thanks Received
    10

    Default Questions, questions...

    A few of questions for anyone:

    1. What does it mean when a Web Hosting package allows "15GB monthly traffic"?
    2. What does it mean when a Web Hosting package allows a certain amount of Bandwidth? Is this just a different way of wording 'monthly traffic' above?
    3. When one has a 'hit counter', can the webmaster (Robbie the web mastah! ) arbitrarily reset it?
    4. Is it somehow possible to have more than one site running from the same I.P. address? In other words, could one upload pages for a number of different sites to the web hosting site and then somehow 'partition' them from one another?
    5. The mailboxes that come free with web hosting packages, presumably any content within them is content deducted from the capacity of your allotted webspace?
    Robbie
    My world.

Page 3 of 4 FirstFirst 1234 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
  •