Page 1 of 2 12 LastLast
Results 1 to 16 of 21

Thread: Website design

  1. #1
    Thundercats Ho! starbuck's Avatar
    Join Date
    Feb 2004
    Location
    Portsmouth
    Posts
    1,330
    Thanks
    9
    Thanked
    29 times in 19 posts
    • starbuck's system
      • Motherboard:
      • P5K Deluxe Wi-Fi
      • CPU:
      • E6600
      • Memory:
      • 4gb
      • Storage:
      • 2x500gb Samsung spinpoint in raid 0, 320gb diamondmax SATA
      • Graphics card(s):
      • GT240
      • PSU:
      • Enermax Galaxy 850watt
      • Case:
      • Silverstone TJ05
      • Operating System:
      • Windows 7 Home Premium
      • Monitor(s):
      • 20" Dell(rebadged sony) trinitron CRT
      • Internet:
      • 20mb cable internet connection

    Website design

    Thinking about designing my first website and wondered if anyone knows of any good programs/sites that can help beginners.

    I don't know anything about html.I learnt it a long time ago at university but have not used it for years so have forgotten it(but not adverse to learning it again if worthwhile).

    Any help would be appreciated.

    Once designed, is it worth buying a cheap domain name(as one of the things I'd like to do is upload pics of work nights out) and think it would be easier if I had an easy address to remember. Can anyone recommend a good/cheap host.
    I do know everything, just not all at once. It's a virtual memory problem.

  2. #2
    Senior Member
    Join Date
    Mar 2004
    Location
    Cork
    Posts
    1,467
    Thanks
    0
    Thanked
    0 times in 0 posts
    I found a good place to start with raw HTML, XHTML, CSS etc etc is W3Schools.
    As i'm sure you know you online need a text editor like Notepad although syntax recognition is useful in programs such as Textpad .

    Personally I use photoshop and image ready for any graphic design and raw program the rest. But I am only learning so i havent done any complicated stuff.

  3. #3
    You're god damn right Barry's Avatar
    Join Date
    Jul 2003
    Posts
    1,484
    Thanks
    70
    Thanked
    75 times in 59 posts
    • Barry's system
      • Motherboard:
      • Gigabyte Z270M-D3H
      • CPU:
      • Intel i7 7700
      • Memory:
      • 16GB (2x8GB) Avexir 2400
      • Storage:
      • Samsung 860 256GB SSD, Sandisk Ultra 3D 500GB, LG BR Writer
      • Graphics card(s):
      • Evga GeForce GTX Titan X 12GB
      • PSU:
      • Corsair RM750I
      • Case:
      • Fractal Design Focus G
      • Operating System:
      • Windows 10 Professional
      • Monitor(s):
      • 28" Acer UHD 4K2K
      • Internet:
      • Sky Fibre
    i'll prob be flammed for this but for a first time design it had to be frontpage, you have the wysiwyg and code tabs so u can see everything your doing
    Someone left a note on a piece of cake in the fridge that said, "Do not eat!". I ate the cake and left a note saying, "Yuck, who the hell eats paper ?

  4. #4
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Quote Originally Posted by Barry
    i'll prob be flammed for this but for a first time design it had to be frontpage, you have the wysiwyg and code tabs so u can see everything your doing
    Yes you should be flamed, lol.

    Front Page is OK for beginners. However it uses at least 10 times more code than is necessary and is, of course, geared towards Internet Explorer, which actually defies certain website standards.

    I prefer dreamweaver for wysiwyg, as it's use of style sheets is rather nifty. However, for raw code editing, EditPlus is great. It supports a huge array of stuff: PHP, HTML, even stuff like Java IIRC.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  5. #5
    Senior Member Kezzer's Avatar
    Join Date
    Sep 2003
    Posts
    4,863
    Thanks
    12
    Thanked
    5 times in 5 posts
    Just do it the way most people do it. Learn the basic markup languages completely.

  6. #6
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber
    Quote Originally Posted by KeZZeR
    Just do it the way most people do it. Learn the basic markup languages completely.
    Personally I'd second this.
    Buy a book on HTML and learn it properly, not the way some application wants to present it.
    It's not that tricky, and if you come across problems you should gain the knowledge to fix them - if you've "learnt" by using an application then you don't gain that knowledge.

    I would get a book that deals only with HTML and have a play writing pages in Notepad, then later get a separate dedicated book on stylesheets, and if you feel inclined another one on Javascript.

    I would not recommend a book which attempts to cover all 3 areas.
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  7. #7
    You're god damn right Barry's Avatar
    Join Date
    Jul 2003
    Posts
    1,484
    Thanks
    70
    Thanked
    75 times in 59 posts
    • Barry's system
      • Motherboard:
      • Gigabyte Z270M-D3H
      • CPU:
      • Intel i7 7700
      • Memory:
      • 16GB (2x8GB) Avexir 2400
      • Storage:
      • Samsung 860 256GB SSD, Sandisk Ultra 3D 500GB, LG BR Writer
      • Graphics card(s):
      • Evga GeForce GTX Titan X 12GB
      • PSU:
      • Corsair RM750I
      • Case:
      • Fractal Design Focus G
      • Operating System:
      • Windows 10 Professional
      • Monitor(s):
      • 28" Acer UHD 4K2K
      • Internet:
      • Sky Fibre
    Quote Originally Posted by starbuck
    help beginners.
    Quote Originally Posted by kez
    Yes you should be flamed, lol.

    Front Page is OK for beginners.

  8. #8
    Senior Member
    Join Date
    Mar 2004
    Location
    Cork
    Posts
    1,467
    Thanks
    0
    Thanked
    0 times in 0 posts
    Yeah but he did say he had some long forgotten knowledge of HTML so there is no reason for him to start using Frontpage apart from that it is a lot cheaper than Dreamweaver for WYSIWYG.

  9. #9
    Registered+
    Join Date
    Sep 2003
    Posts
    30
    Thanks
    0
    Thanked
    0 times in 0 posts
    I have Xara webstyle 4 and Netobjects and Dreamweaver all are good. Although many code there own sites, i myself am a beginner and i invested in the software to help me out and make life easier.

    Code your own is great, but i would rather go the easier route. Or maybe because i am crap at code haha..


    You could try using Ace HTML 5 and it is free best of all. http://freeware.acehtml.com/

    They have brought out Ace HTML 6 Pro well it is available for download as a pre release..Worth trying for sure http://www.visicommedia.com/about/ne...6-acehtml.html




    "We are on the verge of global transformation. All we need is the right major crises and the nation will accept the New World Order." David Rockefeller.

    "The world is governed by very different personages from what is imagined by those who are not behind the scenes." Benjamin Disraeli, British Prime Minister. 1876.

  10. #10
    dgr
    dgr is offline
    Senior Member
    Join Date
    Jul 2003
    Posts
    621
    Thanks
    0
    Thanked
    0 times in 0 posts
    heres a hint - get someone elses site, and learn from it and w3c schools.

    if you start using frontpage, you'll end up with really bad habbits. try to make sure all your pages are html4/trans and css valid.

    i use the "dev-php" ide, its gpl, pretty light, syntax highlighting, great
    dothan 745 @ 2.4ghz | 2gb Corsair XMS (2-3-3-6) | dual raptors (raid0) | ATI 9700pro | CM201 | dual lg 1810

  11. #11
    Senior Member oshta's Avatar
    Join Date
    Nov 2003
    Location
    Uttoxeter
    Posts
    1,405
    Thanks
    0
    Thanked
    0 times in 0 posts
    DREAMWEAVER

    - HTML and WYSIWYG reunited, its great, you can have a window of code, or wysiwyg, OR even both, on a split view, its a powerfull program, it really is,

    -also, fireworks (also part of the macromeadia design suite) is a very powerfull graphics package, like dreamweaver seamlessly combines html and wysiwyg, fireworks seamlessly combines boths raster and vector graphics into every image/logo/button you make (as well as intergrateing perfectly with dreamweaver

    - and then theres flash to compleate the macromedia trio

  12. #12
    only the finest beef
    Join Date
    Nov 2003
    Posts
    1,175
    Thanks
    4
    Thanked
    0 times in 0 posts
    Quote Originally Posted by Barry
    i'll prob be flammed for this but for a first time design it had to be frontpage, you have the wysiwyg and code tabs so u can see everything your doing
    You could always use word


  13. #13
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    There's actually an option in DreamWeaver to "remove Microsoft Word HTML"

    Word leaves special data in an HTML file to make it easier for Word to open it again for editing...
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  14. #14
    Commander Keen
    Join Date
    Nov 2003
    Location
    217.27.240.214
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    Mozilla - the open source web browser - provides a free alternative to Dream weaver. I have used it in the past when I made web pages...

    Available free at here

    The key here is FREE. Not better. But I suppose there might be a fuller range of plugins than there was a few years back...

    PS.. I have been using FireFox - next gen browser from mozilla.org again - and I have been dubbing it FireR0x for months. It is the best browser out there. Its free, and mouse gestures will 0wn your soul... But thats off topic

  15. #15
    Senior Member
    Join Date
    Nov 2003
    Location
    central london
    Posts
    215
    Thanks
    0
    Thanked
    0 times in 0 posts
    have to agree with turkster, a plain text editor and w3schools are the way to design good websites. go for xhtml/strict and tableless designs such as these: css zen garden, css/edge, and css layout techniques.

    frontpage is awful, and i seemed to pickup some bad habits using dreamweaver, so gnu nano is the editor for me...


    Quote Originally Posted by killgORE
    PS.. I have been using FireFox - next gen browser from mozilla.org again - and I have been dubbing it FireR0x for months.
    download this extension, and use it to rename firefox to firer0x



  16. #16
    Thundercats Ho! starbuck's Avatar
    Join Date
    Feb 2004
    Location
    Portsmouth
    Posts
    1,330
    Thanks
    9
    Thanked
    29 times in 19 posts
    • starbuck's system
      • Motherboard:
      • P5K Deluxe Wi-Fi
      • CPU:
      • E6600
      • Memory:
      • 4gb
      • Storage:
      • 2x500gb Samsung spinpoint in raid 0, 320gb diamondmax SATA
      • Graphics card(s):
      • GT240
      • PSU:
      • Enermax Galaxy 850watt
      • Case:
      • Silverstone TJ05
      • Operating System:
      • Windows 7 Home Premium
      • Monitor(s):
      • 20" Dell(rebadged sony) trinitron CRT
      • Internet:
      • 20mb cable internet connection

    Post

    can anyone recommend a good html book(that only deals with html) as when I checked on amazon, there are loads to choose from.
    I do know everything, just not all at once. It's a virtual memory problem.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. website thieving
    By luap.h in forum General Discussion
    Replies: 31
    Last Post: 11-04-2004, 10:12 PM
  2. 100% Database driven website
    By Kezzer in forum Software
    Replies: 7
    Last Post: 18-01-2004, 02:04 PM
  3. xboxswaps.co.uk - new xbox website
    By Bleek in forum Gaming
    Replies: 17
    Last Post: 28-11-2003, 11:40 PM
  4. fantastic new site design!
    By orgasmo in forum HEXUS Suggestions
    Replies: 6
    Last Post: 17-10-2003, 11:54 AM
  5. Give me some input on this design...
    By THCi in forum Software
    Replies: 15
    Last Post: 26-09-2003, 10:35 PM

Posting Permissions

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