Go Back  HTML Forums - Free Webmaster Forums and Help Forums > COMMUNITY NETWORKING > The Lounge
User Name:
Password:
 

 
 
  View Poll Results: WYSIWYG versus pure coding Poll  
 
 
 
Use WYSIWYG exclusively 3 5.26%
Code HTML by hand only 45 78.95%
Start with WYSIWYG and end with HTML coding by hand 7 12.28%
Start with HTML coding by hand and end with WYSIWYG 2 3.51%
Voters: 57. You may not vote on this poll

Closed Thread
Thread Tools   Display Modes
  View First Unread
 
Old 02-11-2007, 02:50 AM
  #31
Giselle
Lord (Level 16)
 
Giselle's Avatar
 
Join Date: Oct 2003
Location: Washington State
Posts: 636
iTrader: (0)
Giselle has disabled reputation
Hand coding is no doubt the best way, but for beginners WYSIWIG can be very helpful...
Giselle is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 02-11-2007, 05:19 AM
  #32
Horus_Kol
Mod of the Underlay
 
Horus_Kol's Avatar
 
Join Date: Jun 2002
Location: At a desk, hooked up and ready to rock
Posts: 17,509
iTrader: (0)
Horus_Kol is a glorious beacon of lightHorus_Kol is a glorious beacon of lightHorus_Kol is a glorious beacon of lightHorus_Kol is a glorious beacon of lightHorus_Kol is a glorious beacon of lightHorus_Kol is a glorious beacon of light
WYSIWYG is okay for rapid prototyping, i guess - and figuring out how to get certain effects by looking at how the code changes for a given design feature...

still, I do my prototyping by hand these days.
__________________
Photo Gallery: Modus InOperandi
Articles on Programming and Development (PHP/HTML/CSS, C/C++, more): RandomTweak
Mystery Website
Horus_Kol is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 02-21-2007, 01:35 PM
  #33
pj_anf
Soldier (Level 11)
 
pj_anf's Avatar
 
Join Date: May 2006
Location: Columbus, Ohio
Posts: 117
iTrader: (0)
pj_anf is an unknown quantity at this point
I have a serious bug in my behind about this debate. While in school they are teaching all these students to use things like Dreamweaver, or Frontpage.. and the built in css editing ability, etc.... the code they dump out is horrible! But the real problem comes when you want to go off and use this code to do more exciting stuff and aren't sure how to integrate it.

I learned HTML back when it was born so I never got into the WIZZY stuff... Which luckiy made my transition from college to the real world extremely simple. I have a friend in college right now on the verge of a breakdown because they never learned css/javscript/(jsp,asp,php) by hand at all.... Companies trying to bring her in as an Intern are laughing at her wondering what good she can do if she can't even write the code to build a website. It's sad really.

Now don't get my wrong, I think the WIZZY's have a place in the world for those new to web development and that will never go much farther than a 10 html page website. But anyone that is considering more in depth or moving in the market of IT doing this stuff, they are in for a world of pain when they suddenly realize they are months of knowledge behind.
pj_anf is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 02-21-2007, 02:51 PM
  #34
Pegasus
Mama Hen
 
Pegasus's Avatar
 
Join Date: Nov 2001
Location: 35º South of Santa Claus
Posts: 23,446
iTrader: (0)
Pegasus is a name known to allPegasus is a name known to allPegasus is a name known to allPegasus is a name known to allPegasus is a name known to allPegasus is a name known to all
PJ, I'm going back to school to learn more about web design. There are some things I haven't been able to teach myself because I don't normally need them. Javascript, forms and objects are three that come immediately to mind. The programme I'm taking will cover all those things, by hand.

What annoys me about the HTML course, though, is that it uses tables for layout and deprecated tags, <font> etc. CSS is actually part of the second year programme. <shudder> Now, I don't mind tables for some things, simple layouts and such. I've used them before, but to teach HTML wilthout teaching at least the barest of CSS seems to be a bit redundant. Why add all those tags and garbage to your code when you don't need to? I've given people an overview of how to set up a site without using tables in less than an hour and they have the bare bones of it set up themselves in two.

Maybe I'll have a word with the instructors about combining the courses. I'm looking to get a job within the school boards, so maybe I can spend some time teaching kids the way things *should* be done.

I'm not sure that I'd call it unprofessional not to know how to code by hand. I know several people who work in the business and they have a whole list of prefab scripts that they've picked up over the years and just cut and paste the information into the page. It's not being lazy or anything. I've been told that that's "working smart". It takes less time to look up and copy a code, for the most part, than it does to write it.

Peg
__________________


Decaf is the root of all evil...
HTMLForums Awards 2008
Pegasus is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 02-22-2007, 08:15 PM
  #35
GarrettW
ooh looky! custom titles!
 
Join Date: Oct 2002
Location: E. Texas
Posts: 1,224
iTrader: (0)
GarrettW will become famous soon enoughGarrettW will become famous soon enough
notepad++ FTW!!!1!1
not to mention paint shop pro 9. it has been good to me.
although i'm thinking about learning the gimp.

but regarding my path to knowledge:
I started out in ... oh, 1999 i guess, with FrontPage Express which came with Windows 98, making pages that looked like -- you guessed it, something straight out of the 90's. anyway, I thought my program was the greatest thing since sliced bread. But I gradually became increasingly reliant on the "View HTML" screen to do things I couldn't do otherwise. however, i can't think of any certain point when i switched over to the nitty-gritty. it was a gradual process that just happened as i was more and more exposed to what really was HTML.

make sense?
GarrettW is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 02-23-2007, 01:54 AM
  #36
Vege
unicode is my horse
 
Vege's Avatar
 
Join Date: Sep 2004
Location: Finland
Posts: 3,703
iTrader: (0)
Vege is just really niceVege is just really niceVege is just really niceVege is just really niceVege is just really nice
Still, im not a shame to admit that i create complex forms and table structures with NVU then paste it into my normal editor, sometimes it's not worth the thinking to make form table structures.
Vege is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-22-2007, 03:09 AM
  #37
prospero
Paladin (Level 15)
 
prospero's Avatar
 
Join Date: Mar 2007
Location: alongside Schrödinger's cat
Posts: 475
iTrader: (0)
prospero will become famous soon enoughprospero will become famous soon enough
I use Dreamweaver in design mode to get text and pictures in but you can't beat code view to get what you really intended.
__________________
"if all else fails, read the instructions."
prospero is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-22-2007, 04:07 PM
  #38
<h1>
/<(\/)?[^>]+>/g, <$1h1>
 
<h1>'s Avatar
 
Join Date: Sep 2005
Location: london
Posts: 1,391
iTrader: (0)
<h1> is on a distinguished road
I must admit i was a pure coding fan, following strict web-standards etc, but have come to realize that the WYSIWYG can be a very useful time saver, when absolutely "strict" isn't at all neccessary, even still, dreamweaver can give u valid HTML. On a smaller scaler, when i need to slice up an interface in no-time, I have used Firework's built in slicer that outputs tables and sliced images.
A full wysiwyg also gives you a tool to work with designers effectively, especially when changes are needed. I have recently come to realize I am soughta wasting my time in the work environment typing out every bit of code, not saying that I'm a slow typer, just that i've seen how using a wysiwyg editor can be used to save so much more time, and effectively make more money, in which sense, it is very useful.
So then, I plan to master the dreamweaver, bang out as many websites as i can, and leave the hard-coding for the special ones I am sold.
__________________
Pyromaniacs | Ubuntu 8 | JQuery | CodeIgniter | Kohana | Vi
Fancy a game of jQuery Snakey?
<h1> is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-22-2007, 08:05 PM
  #39
darksidepuffin
rcs -u /src/brain
 
darksidepuffin's Avatar
 
Join Date: Jan 2001
Location: Dartmouth, Nova Scotia, Canada
Posts: 5,292
iTrader: (0)
darksidepuffin has a spectacular aura aboutdarksidepuffin has a spectacular aura about
I code by hand only -- I've been down the WYSIWYG road, and it's an unpleasant street filled with hoodlums and internet explorer fans.

I do, however, concede that WYSIWYG is useful for mockups and the like, however I feel that until WYSIWYG becomes standards compliant and appropriate for use in cross browser scenarios, it has a limited place in serious web development.

That being said, I know people who, through either lack of time or [current] ability, simply can't hand code everything. In that case, it's a learning tool -- generate the code, look at it, play with it, and modify it -- learn by trial and error..then wean yourself off of it.
__________________
DarksidePuffin, Senior Moderator
Technical Development and Deployment Specialist
Subliminal Development
Current Projects: The Animal Rescue Index|CubedPuffin (blog)
darksidepuffin is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-23-2007, 12:12 AM
  #40
GarrettW
ooh looky! custom titles!
 
Join Date: Oct 2002
Location: E. Texas
Posts: 1,224
iTrader: (0)
GarrettW will become famous soon enoughGarrettW will become famous soon enough
Quote:
Originally Posted by demonicpuffin View Post
... I've been down the WYSIWYG road, and it's an unpleasant street filled with hoodlums and internet explorer fans.
that ... lol ... now that is a quoteable quote.
i'm writing that down.
GarrettW is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-23-2007, 04:05 AM
  #41
<h1>
/<(\/)?[^>]+>/g, <$1h1>
 
<h1>'s Avatar
 
Join Date: Sep 2005
Location: london
Posts: 1,391
iTrader: (0)
<h1> is on a distinguished road
Quote:
Originally Posted by demonicpuffin View Post
I do, however, concede that WYSIWYG is useful for mockups and the like, however I feel that until WYSIWYG becomes standards compliant and appropriate for use in cross browser scenarios, it has a limited place in serious web development.
When last did you slap out a layout in dreamweaver? It is not the wysiwyg but the user that create invalid html, in much the same way as hard coding invalid code. If you know how to use the software, it will give you standards compliant code. If you don't know what u doing, it will give u invalid html, and therin the problem lies, not with the software.
__________________
Pyromaniacs | Ubuntu 8 | JQuery | CodeIgniter | Kohana | Vi
Fancy a game of jQuery Snakey?
<h1> is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-23-2007, 04:52 AM
  #42
denegibson
Adept (Level 5)
 
denegibson's Avatar
 
Join Date: Nov 2006
Location: In a house
Posts: 50
iTrader: (0)
denegibson is an unknown quantity at this point
I think there's a difference between a web designer and a web developer.

Personally I code by hand, the tool I used to use most was Notepad++, though since I mostly use Quanta+ or TEA
__________________
Angry Ghost | My personal website
Keep the internet browser friendly
denegibson is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-26-2007, 03:37 PM
  #43
Johnboat
Champion (Level 13)
 
Johnboat's Avatar
 
Join Date: Jun 2005
Location: Michigan
Posts: 240
iTrader: (0)
Johnboat is an unknown quantity at this point
To all the notepad lovers here. I just want to point out that I am currently reading Designing with Web Standard by Jeffery Zeldman and I just read a paragraph all about Dreamweaver and web standards and I can say that Dreamweaver does fully support web standards since the MX version.

Now I hand code more (almost 85% of the time) than I ever had in my life now adays but I still like to use dreamweaver because it makes designing a site much more efficient.
__________________
Johnboat

Johnboat is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-26-2007, 03:43 PM
  #44
denegibson
Adept (Level 5)
 
denegibson's Avatar
 
Join Date: Nov 2006
Location: In a house
Posts: 50
iTrader: (0)
denegibson is an unknown quantity at this point
I don't particularly like notepad though I just prefer to code by hand.

Also remember that a tool is only as good as the person using it.
__________________
Angry Ghost | My personal website
Keep the internet browser friendly
denegibson is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Old 04-26-2007, 04:00 PM
  #45
<h1>
/<(\/)?[^>]+>/g, <$1h1>
 
<h1>'s Avatar
 
Join Date: Sep 2005
Location: london
Posts: 1,391
iTrader: (0)
<h1> is on a distinguished road
Quote:
Originally Posted by denegibson View Post
Also remember that a tool is only as good as the person using it.
That's hit the nail on the head.

I would also like to add to what i've said, that although WYSIWYG may be more efficient, I find it hard to work with both the WYSIWYG and the generated code, like it's either making the entire site in Dreamweaver or making the entire site by hard coding, I can't do a combination of both.
With that said, I have resorted back to hard coding, as the code I create with CSS and divisions is so much more cleaner than tabular layouts, and is schemantically easier to work with. So that is my final decision, hard coding. I will still play around with Dreamweaber if ever that skill is needed in the "corporote web world", where time takes preference to quality, but otherwise i'd prefer creating better code at the end of the day
__________________
Pyromaniacs | Ubuntu 8 | JQuery | CodeIgniter | Kohana | Vi
Fancy a game of jQuery Snakey?
<h1> is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it?
Closed Thread
KEEP TABS
SPONSORS
 
Boxedart

 
 


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 02:06 AM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.