+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 27
Web Development Thread, I need an idiots guide too creating a web page in Coding and Web Development; As the title suggests I am after a "Idiots guide too creating a web page" and some pointers for the ...
  1. #1

    Join Date
    Sep 2008
    Location
    Dorset
    Posts
    129
    Thank Post
    11
    Thanked 5 Times in 4 Posts
    Rep Power
    8

    I need an idiots guide too creating a web page

    As the title suggests I am after a "Idiots guide too creating a web page" and some pointers for the best way of doing it and what programs to use.

    I already have my web hosting provided by my ISP so thats sorted.

    This is for a home/business website for myself but the knowldege will be used at the school when I upgrade both thier website and intranet site.

    Now the main question would be am I better using a WYSIWYG program such Frontpage or should I do it manually and learn HTML?

    Any good newbie friendly WYSIWYG programs, open source would be fine and possibly preferable.

    Or any good links that people have used and recommend?

    The plan is too create my own first asd a trial/practise/learning curve then use the knowledge to improve the schools at a later date.

    Just too add I am not after an instant solution so dont mind a few evenings reading and playing

    Cheers in advance.

  2. IDG Tech News

  3. #2

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,284
    Blog Entries
    2
    Thank Post
    598
    Thanked 879 Times in 617 Posts
    Rep Power
    287
    I would definitely say that if it's something you are interested in, learn about HTML and CSS. W3Schools is a good place to start but there are loads of tutorials out there on the web.

    Two good editors you might like to look at are Amaya and Nvu. They are recommended over Frontpage or Expression Web - as Expression/Frontpage have a tendency to generate poor, non-valid, non-comprehendable and unmaintainable code.

    If you want the end product without the hard work or learning curve (or want to learn as well as having some form of dynamic content) then you can use a CMS (Content Management System) such as Joomla, Drupal, Wordpress etc.
    Last edited by webman; 3rd February 2009 at 12:51 PM.

  4. #3

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    Quote Originally Posted by yabbadabba View Post
    Now the main question would be am I better using a WYSIWYG program such Frontpage or should I do it manually and learn HTML?
    Flamewar alert!

    I would say both. You need to learn how it works underneath, but for getting down and dirty it's a PITA cutting HTML by hand.

    Any good newbie friendly WYSIWYG programs, open source would be fine and possibly preferable.
    NVU.

  5. #4
    ninjabeaver's Avatar
    Join Date
    Jun 2005
    Location
    Norfolk
    Posts
    1,050
    Thank Post
    164
    Thanked 87 Times in 77 Posts
    Rep Power
    37
    Theres a nice book on using CSS with HTML. I used it and learned a shedload from it. It takes you from making a website from scratch called 'BubbleUnder.'

    [ame=http://www.amazon.co.uk/Build-Your-Website-Right-Using/dp/0975240293/ref=sr_1_39?ie=UTF8&s=books&qid=1233661885&sr=8-39]Build Your Own Website The Right Way Using HTML & CSS: Ian Lloyd: Amazon.co.uk: Books[/ame]

    Very good and I still refer to it.

    It's based around using freely downloadable tools like Notepad++ and GIMP. Other tools are suggested.

  6. #5

    vikpaw's Avatar
    Join Date
    Sep 2006
    Location
    Jeddah, Saudi Arabia
    Posts
    3,832
    Thank Post
    294
    Thanked 731 Times in 618 Posts
    Rep Power
    192

    Post

    WYSIWYG is by far easier and can then be passed on to others with no knowledge of HTML to edit.

    I prefer hard coding myself, so use a decent text editor such as TextPad or Notepad++ that will 'mark up' the reserved words. Some even prompt you for the info you need to enter in some cases.

    So in summary i agree with PowdarrMonkey : both.

    Here's a basic one:

    Code:
     
    <HTML>
    <HEAD>
    <TITLE>
    Hello World Example Web Page
    </TITLE>
    </HEAD>
    <BODY>
    Hello World
    </BODY>
    </HTML>
    save it as a file with .html extension make sure the text editor doesn't still add a .txt after it though. as that's usually the first mistake

    EDIT: Please no corrections to my code! I know i've missed lots of 'required' declarations to make it standard, and it probably will fail in firefox anyway :P

  7. #6

    Join Date
    Mar 2007
    Location
    Northants
    Posts
    693
    Thank Post
    24
    Thanked 113 Times in 86 Posts
    Rep Power
    87
    As far as HTML editors are concerned, FirstPage takes a lot of beating. It looks as though the new version includes a WYSIWYG feature as well ... and it's free. The original FP2000 is (IMO) one of the best editors ever produced.

    Evrsoft First Page / 1st Page 2006 HTML Editor / Website Builder

  8. #7

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    Quote Originally Posted by vikpaw View Post
    EDIT: Please no corrections to my code! I know i've missed lots of 'required' declarations to make it standard, and it probably will fail in firefox anyway :P
    <ot> Awww, spoilsport! </ot>

  9. #8


    Join Date
    Jul 2007
    Location
    Rural heck
    Posts
    2,602
    Thank Post
    111
    Thanked 423 Times in 345 Posts
    Rep Power
    120

  10. #9
    gibbo_ap's Avatar
    Join Date
    Nov 2007
    Location
    Cheadle, Staffs, UK
    Posts
    909
    Thank Post
    226
    Thanked 79 Times in 63 Posts
    Rep Power
    31
    one last one is web monkey i have a ton of bookmarks for css photoshop ajax etc if required PM me and ill post

    EDIT: would be good to have a sticky in the web dev section with links to useful sites
    Last edited by gibbo_ap; 3rd February 2009 at 01:32 PM. Reason: added idea

  11. #10
    somabc's Avatar
    Join Date
    Oct 2007
    Location
    London
    Posts
    2,333
    Thank Post
    82
    Thanked 388 Times in 258 Posts
    Rep Power
    107
    Try BlueGriffon.org it is an updated version of NVU

  12. #11

    Join Date
    Aug 2005
    Location
    London
    Posts
    3,117
    Blog Entries
    2
    Thank Post
    111
    Thanked 513 Times in 444 Posts
    Rep Power
    114
    Quote Originally Posted by webman View Post
    Two good editors you might like to look at are Amaya and Nvu. They are recommended over Frontpage or Expression Web - as Expression/Frontpage have a tendency to generate poor, non-valid, non-comprehendable and unmaintainable code.
    Won't disagree with the suggestions for editors and your criticism of Frontpage is fair but Expression is a whole different animal. It's pretty much impossible to generate invalid code in Expression - you tell it what version of HTML you want and it will flag as invalid anything which doesn't match up.

  13. #12

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,284
    Blog Entries
    2
    Thank Post
    598
    Thanked 879 Times in 617 Posts
    Rep Power
    287
    @srochford: In that case, I stand correct and take it back

  14. #13

    Join Date
    Sep 2008
    Location
    Dorset
    Posts
    129
    Thank Post
    11
    Thanked 5 Times in 4 Posts
    Rep Power
    8

    Thanks to all

    WOW, cheers to all the replys so far, looks like I have some reading and experimentation to keep me amused tonight.

  15. #14
    ninjabeaver's Avatar
    Join Date
    Jun 2005
    Location
    Norfolk
    Posts
    1,050
    Thank Post
    164
    Thanked 87 Times in 77 Posts
    Rep Power
    37
    Quote Originally Posted by yabbadabba View Post
    WOW, cheers to all the replys so far, looks like I have some reading and experimentation to keep me amused tonight.
    Don't forget to thank or add rep for those who helped.

  16. #15
    SPC
    SPC is offline
    SPC's Avatar
    Join Date
    Jan 2009
    Posts
    81
    Thank Post
    62
    Thanked 8 Times in 7 Posts
    Rep Power
    8
    Website Building For Idiots | Web Site Design

    This should cover it all for ya

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Idiots Guide .... please!!
    By brahma in forum O/S Deployment
    Replies: 3
    Last Post: 15th October 2008, 03:30 PM
  2. [MS Office - 2007] Deployment Idiots Guide
    By FN-GM in forum Office Software
    Replies: 1
    Last Post: 15th October 2008, 02:15 PM
  3. PHP, MySQL, Webform, idiots guide.
    By Quackers in forum Coding
    Replies: 2
    Last Post: 5th June 2007, 08:03 AM
  4. Idiots guide to installing LNM?
    By phantomphan in forum Learning Network Manager
    Replies: 12
    Last Post: 11th May 2007, 06:02 PM
  5. Idiots guide to ISO and Bootable CD needed please!
    By phantomphan in forum Learning Network Manager
    Replies: 10
    Last Post: 5th February 2007, 09:06 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •