VideoHelp Forum




+ Reply to Thread
Results 1 to 20 of 20
  1. Member
    Join Date
    May 2006
    Location
    Netherlands
    Search Comp PM
    I am working to build my website, rather going to somewhere else, thus need some info and some help.

    what website builder program is best? templets, color, and all necessary requirements.
    Is it avaliable to dl from some site?
    Extra information could be highly appreciated.
    bobybell
    Quote Quote  
  2. Член BJ_M's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Search Comp PM
    notepad
    "Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650)
    Quote Quote  
  3. Член BJ_M's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Search Comp PM
    seriously now (notepad is used a lot though) -- i like CoffeeCup HTML Editor http://www.coffeecup.com/html-editor/
    "Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650)
    Quote Quote  
  4. Member Forum Troll's Avatar
    Join Date
    Oct 2003
    Location
    Right behind you
    Search Comp PM
    I use Netscape Composer 4.7. I'm sure I am the only person in the world who still has it installed.
    You are in breach of the forum rules and are being banned. Do not post false information.
    /Moderator John Q. Publik
    Quote Quote  
  5. Member thecoalman's Avatar
    Join Date
    Feb 2004
    Location
    Pennsylvania
    Search PM
    I use coffeecup myself, free version is here: http://www.coffeecup.com/free-editor/

    Notepad will work... in fact most text editors are nothing more than glorified version of notepad . Being that they are specifically geared towards making websites they do make things a lot easier, as an example they highlight certain parts of code whereas notepad is going to give you the same font color throughout the document.
    Quote Quote  
  6. Member
    Join Date
    May 2006
    Location
    Netherlands
    Search Comp PM
    Notepad?? do you mean writing text in notepad?

    What about graphic, templates, design , models and all other staff than text?
    would like to know about it also! as it is most important part in creating website. thanks for your help.
    bobybell
    Quote Quote  
  7. Member thecoalman's Avatar
    Join Date
    Feb 2004
    Location
    Pennsylvania
    Search PM
    Webpages are entirely made up of text either content or HTML markup.

    Try this, put "Hello World" in notepad and save it as test.html then open it in your web browser. Congratulations you made your first web page.

    A step further:

    Code:
    Hello World I'm Using Bold Text
    Hello World I'm not using Bold Text
    With an image (for this to work yourimage.jpg has to be in the same folder that test.html is):

    Code:
    Hello World I'm Using Bold Text
    Hello World I'm not using Bold Text
    [img]yourimage.jpg[/img]
    This is of course basics but understanding the fundamentals is essential if you want to create web pages.
    http://www.w3schools.com/html/default.asp

    The editor mentioned above from coffeecup has a WYSIWG option that allows you to place text and images like you would in MS Word but more importantly it allows you to switch to text mode to see what's going on behind the scenes.
    Quote Quote  
  8. If you're looking for easy ways to do it you could always try Web Page Maker. It's free to try, but when you publish them you can open them with Notepad and see what it looks like. No actual coding necessary.
    SmileSmile
    Quote Quote  
  9. Member thecoalman's Avatar
    Join Date
    Feb 2004
    Location
    Pennsylvania
    Search PM
    Originally Posted by beavereater
    If you're looking for easy ways to do it you could always try Web Page Maker.
    WYSIWG I mentioned above is short for "what you see is what you get", it would be the same thing. You can place images and text visually and it will generate the code for you. Trouble with using WYSIWG is you have little control over many aspects.
    Quote Quote  
  10. Член BJ_M's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Search Comp PM
    when you get down to it -- even 'ms word' makes a very good single page web editor as it is also WYSIWG and you can save to a web page -- though you have to edit said page and remove all the ms office crap (which is easy to do in notepad) ...

    try to stay away from programs like frontpage though IMO
    "Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650)
    Quote Quote  
  11. Member thecoalman's Avatar
    Join Date
    Feb 2004
    Location
    Pennsylvania
    Search PM
    That's what I used to get my start but I'd keep away from using that. Frontpage is to be discontinued,
    http://office.microsoft.com/en-us/frontpage/FX100743231033.aspx
    Quote Quote  
  12. Originally Posted by thecoalman
    Originally Posted by beavereater
    If you're looking for easy ways to do it you could always try Web Page Maker.
    WYSIWG I mentioned above is short for "what you see is what you get", it would be the same thing. You can place images and text visually and it will generate the code for you. Trouble with using WYSIWG is you have little control over many aspects.
    What aspects would you have little control over?
    SmileSmile
    Quote Quote  
  13. Member thecoalman's Avatar
    Join Date
    Feb 2004
    Location
    Pennsylvania
    Search PM
    Well for starters try and create a fluid layout with a static left nav using only CSS... Try adding a simple piece of javascript code for a mouseover affect, there's plenty of things you can't do.
    Quote Quote  
  14. Also try Notepad++, its a great editor as well. You may want to think about using a content management system to handle your pages, it allows you to create a very complex site and manage it with ease. A couple examples are Joomla (which I use), Mambo, Drupal, and XOOPS
    Quote Quote  
  15. Macromedia Dreamweaver is a good tool but its not free. Though it has lots of features like navigation bar, buttons, frames ... I use to use it once upon a time ! But I think its better than FrontPage.

    Check out more details at http://www.adobe.com/products/dreamweaver/
    When I was born I was so shocked that I could'nt speak for 18 months.
    Quote Quote  
  16. Although Dreamweaver will do a lot of those things for you, I think it is better to learn the code as well because you will only really be able to integrate cool scripts and debug problems if you can understand the code at some level
    Quote Quote  
  17. Member redstripes's Avatar
    Join Date
    Oct 2006
    Location
    United States
    Search Comp PM
    dreamweaver or html kit?
    Quote Quote  
  18. Member Mylan23's Avatar
    Join Date
    Nov 2006
    Location
    United States
    Search Comp PM
    try hotmail
    Quote Quote  
  19. Член BJ_M's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Search Comp PM
    Originally Posted by Mylan23
    try hotmail

    ????
    "Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650)
    Quote Quote  
  20. Mylan23, we are talking about website development here and not sendding email

    I would suggest learing the basics of HTML, javascripts, vbscripts etc., then create few simple pages and then use a powerful editor like Dreamweaver to create better and feature rich pages. But basics are must to understand What Lies Beneath ...
    When I was born I was so shocked that I could'nt speak for 18 months.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!