View Poll Results: Which is the better method for web design?

Voters
12. You may not vote on this poll
  • WYSIWIGs

    0 0%
  • Manually typing code

    12 100.00%
Closed Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: WYSIWIGs vs. Manual Coding

  1. #1
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    WYSIWIGs vs. Manual Coding

    I don't know how many of you have been following the following thread:

    Dreamweaver CS4

    It was closed when jord4nn started getting a bit "profanic", so this thread is going to be free of swearing or insulting language.

    I was arguing that WYSIWIG environments such as the Designer view in Dreamweaver give you far less control over the working of the layout than a code editor such as Notepad++, whereas jord4nn was arguing that WYSIWIGs are easier to use.

    Let's see what everyone else has to say on the matter!

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: WYSIWIGs vs. Manual Coding

    i voted manual coding
    its true that WYSIWYG is easier and faster for creating small pages that have no dynamic content, like "about me" page or "downloads"
    BUT, for pages that handles complex JS (dynamic forms and validation), database content, or a page that changes over time i would definitely go for manual.
    and writing pages manually will teach you alot
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  4. #3
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: WYSIWIGs vs. Manual Coding

    I agree, although it is not just for dynamic content. Even with static pages, if you are using PHP to create a front-end interface you will still need to do it in code, regardless of whether the content dynamically updates or not.

    Also, it is much easier to make changes in future, because you know exactly how the code was made, and hence how to edit it.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  5. #4
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: WYSIWIGs vs. Manual Coding

    for the first time i agree with you
    IMO WYSIWYG is for:
    1 people who have no time to write static HTML
    2 people who are just lazy to write HTML
    3 people who care about visual feedback over performance
    4 people who cant do HTML
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  6. #5
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: WYSIWIGs vs. Manual Coding

    I agree with 1, 2 and 4. However, what do you mean by "visual feedback" and "performance"?

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  7. #6
    Jordan Guest

    Re: WYSIWIGs vs. Manual Coding

    I've seen a lot of very nice webpages come out of the WYSIWYGWiki (note the proper spelling of the acronym, Xav) and people that know it can use it well. I know of one guy that knows HTML well but uses the WYSIWYG and his webpages turn out fantastic. Having said all of that, I prefer manual as my favorite HTML editor is vimWiki.

  8. #7
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: WYSIWIGs vs. Manual Coding

    Manual coding. I tend to write database driven reports with a variable number of columns and rows. I can't imagine writing the necessary code for it in a WYSIWYG. For simple stuff, I'll occasionally use something like Kompozer, but for anything vaguely tricky, it has to be manual.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #8
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: WYSIWIGs vs. Manual Coding

    Quote Originally Posted by Jordan View Post
    I've seen a lot of very nice webpages come out of the WYSIWYGWiki (note the proper spelling of the acronym, Xav)
    Whoops, sorry guys.

    @Jordan: How does that guy make his webpages fantastic? Surely he must use manual access to CSS and such, no?

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  10. #9
    Jordan Guest

    Re: WYSIWIGs vs. Manual Coding

    Of course. The majority of the work is done with the wysiwyg though.

  11. #10
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: WYSIWIGs vs. Manual Coding

    But the majority of the work in building a layout is always CSS (if done properly, of course). The only HTML needed is the div sections, which are then styled with CSS. So how is most of the work done in the WYSIWYG?

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

Closed Thread
Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to make game user manual with vb6
    By jamjum in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-10-2009, 04:55 PM
  2. C++ manual execution
    By jclarke in forum C and C++
    Replies: 12
    Last Post: 02-25-2008, 07:31 PM
  3. Binary, Decimal, Hex, the Manual way!!
    By TcM in forum Tutorials
    Replies: 22
    Last Post: 01-09-2007, 10:06 PM
  4. Manual vs auto directory submission
    By husky44 in forum Marketing
    Replies: 8
    Last Post: 07-27-2006, 04:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

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