|
|
|
|
![]() ![]() |
Jan 2 2008, 04:05 AM
Post
#11
|
|
|
Super Member Group: [HOSTED] Posts: 638 Joined: 12-July 06 From: Ontario, Canada Member No.: 14,464 |
Yeah...unless you spend alot of time working in ASP .NET, just stick to dreamweaver. It's a much, much better software suite for website management. Are you joking?! Dreamweaver absolutely sucks! It generates pages which aren't even close to valid HTML 4.01 Transitional (the default option). Make XHTML complaint doesn't really help that much. I would rather write clean XHTML code by hand, it's more efficient and much more fun. For someone used to working in Dreamweaver, it might be a little more time consuming, but it provides many more advantages than using a WYSIWYG editor. Frankly though, I still do prefer an old school programmer's text editor instead of visual wysiwyg-type ones. Call me a fanatic but I never really trusted code generated by visual ide's very much---if ever in the future that I need to use them, I would most likely hand-check the generated code in the end and modify it for maximum cleanliness and efficiency. I agree. Correct me if I'm wrong, but all good tutorials and stuff teach you writing code (web development or software programming) by hand first, whether it is C (later C++), Basic, HTML (later XHTML), JavaScript or whatever else you use. Writing code by hand is clean and efficient, you know what you are doing and don't have to rely on the software. If you later decide to move out of Dreamweaver (or Microsoft Visual Studio software), you know what you wrote at least. It is also an excellent learning experience. |
|
|
|
Jan 2 2008, 05:03 AM
Post
#12
|
|
|
Member [ Level 1 ] Group: Members Posts: 30 Joined: 31-December 07 Member No.: 27,267 |
Speaking of which, don't you just hate books that's supposed to be a tutorial of sorts for a specific programming language, but actually is a tutorial on how to use an IDE? There was one that I encountered for C#, but only discussed actual relevant C# concepts in the latter ~20% of the book. Majority of the text was on how to use Visual Studio. And you do not even need Visual Studio to program in C#, more so a "Hello World" example!
To be fair, the intent might be to instruct those absolutely clueless about the language, but the authors could have been more considerate by not hiding the book under a title that causes people to think the book is something that it isn't. If I wanted a primer on how to use an IDE, i would get a book that specifically says it is on how to use that particular program. Surprises are good in a lot of books like literature and fiction, but most certainly have no place in references for computing. This post has been edited by altimit: Jan 2 2008, 05:06 AM |
|
|
|
Jan 2 2008, 10:08 PM
Post
#13
|
|
|
Premium Member Group: [HOSTED] Posts: 393 Joined: 9-March 07 From: Tucson, AZ Member No.: 20,794 |
Are you joking?! Dreamweaver absolutely sucks! It generates pages which aren't even close to valid HTML 4.01 Transitional (the default option). Make XHTML complaint doesn't really help that much. I would rather write clean XHTML code by hand, it's more efficient and much more fun. For someone used to working in Dreamweaver, it might be a little more time consuming, but it provides many more advantages than using a WYSIWYG editor. I don't use Dreamweaver's WYSIWYG capabilities, I mostly use it because I'm a PHP programmer and the autocomplete/intellisense support for PHP in Dreamweaver is superb; as is the split code/wysiwyg feature that lets me see what my CSS changes on the DIV layouts look like in real-time, against several browser engines. I agree though, and it's not dreamweaver that's the problem: all WYSIWYG editors are ****, some are just shittier. |
|
|
|
Jan 3 2008, 08:39 PM
Post
#14
|
|
|
Advanced Member Group: Members Posts: 128 Joined: 12-February 05 From: St. Louis, MO Member No.: 2,612 |
I don't use Dreamweaver's WYSIWYG capabilities, I mostly use it because I'm a PHP programmer and the autocomplete/intellisense support yes, perhaps i was less clear... i prefer intellisense/autocomplete to wrestling with computer textbooks and/or trying to memorise every function and structure for whatever platform i'm trying to program |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd August 2008 - 02:47 AM |