SitePoint Sponsor |
|
User Tag List
Results 76 to 100 of 283
Thread: Boss say "No More Dreamweaver?"
-
Dec 17, 2008, 09:49 #76
- Join Date
- Jan 2007
- Location
- Bath, UK
- Posts
- 364
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Personally, I hate dreamweaver, XHTML and CSS is much faster
I've used both for long periods of time.
-
Dec 17, 2008, 10:08 #77
- Join Date
- Dec 2005
- Posts
- 982
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Dec 17, 2008, 10:14 #78
- Join Date
- May 2007
- Location
- Newcastle, Australia
- Posts
- 3,718
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Dec 17, 2008, 11:01 #79
- Join Date
- Jun 2004
- Location
- Jackson, MS, USA
- Posts
- 19
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Another Designer, I would highly recommend reading Design with Web Standards by Jeffrey Zeldman. He goes into great detail about transitioning from table-based websites and the benefits.
-
Dec 17, 2008, 11:04 #80
I didn't state any where in my response that I feel "brave" about using notepad, any 14 year old kid can open up an editor and build a website. I don't believe a company would hire someone and pay them $60k+ a year to depend on an editor to get things done, any web developer should be able to code simple html and css by hand.
-
Dec 17, 2008, 11:20 #81
- Join Date
- Dec 2008
- Location
- USA
- Posts
- 26
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Do you know your boss' reason for wanting to make the switch? It could be financial, like license costs, etc. Or it could be political, who knows, I've seen one company switch from Oracle to SQL Server simply because the boss is in good terms with Microsoft people and is cold to Oracle. Or maybe your boss just doesn't know any better. If you can write down the advantages of using dreamweaver in clear and clarifying manner, maybe it will help.
Last edited by Plumber; Dec 18, 2008 at 07:04.
-
Dec 17, 2008, 12:40 #82
Sounds to me like you guys need better collaboration tools.
Look into investing in that first, then talk to your boss....
-
Dec 17, 2008, 13:38 #83
Originally Posted by Centauri
-
Dec 17, 2008, 14:29 #84
- Join Date
- Jun 2004
- Location
- -Netherlands-
- Posts
- 1,383
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I dont even need all 10 fingers! or notepad!
http://xkcd.com/378/
-
Dec 17, 2008, 15:02 #85
Last edited by mason.sklut; Dec 17, 2008 at 17:33.
-
Dec 17, 2008, 16:01 #86
- Join Date
- Feb 2005
- Location
- from Madrid to Heaven
- Posts
- 8,271
- Mentioned
- 252 Post(s)
- Tagged
- 1 Thread(s)
Don't take this the wrong way (or personal, for that matter
), I haven't read the whole thread and maybe I am missing part of the information, but by the way you have explained your case, he doesn't seem to be incompetent... They way I "heard" it, it sounds as a fault on your part for speeding the process but not paying enough attention to the quality of HTML/CSS that DW creates.
DW can be configured to create a minimum amount of rubbish but you still need to "debug" it to create clean and nice code.
If you are responsible for the HTML code, you should be the one, in my humble opinion, to create good, quality code and not him. A programmer is not a HTML.
I would aslo like to point out that there is a difference between being a programmer and knowing how to use JavaScript. Many back-end programmers are great in their jobs, but they don't know JavaScript. People that know JavaScript are more worried about front-end and how things happen in the browsers that how the data flows in the server and from/to the server.
With this I mean not understanding JavaScript (or a particular programming language), it doesn't make you an incompetent programmer.
Now, in your case, of course, you work with him, so you know if he is truly incompetent and I take your word for it.
-
Dec 17, 2008, 16:07 #87
- Join Date
- Feb 2005
- Location
- from Madrid to Heaven
- Posts
- 8,271
- Mentioned
- 252 Post(s)
- Tagged
- 1 Thread(s)
-
Dec 17, 2008, 17:36 #88
- Join Date
- Dec 2008
- Posts
- 17
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I've heard many htings about Dreamweaver, but I use it everyday and I can write 100% valid XHTML code on the first try combining design and code view. If someone in the company complains about the quality of Dreamweaver output, the problem is:
1 - You still have stuff to learn on Dreamweaver.
2 - These dudes out there don't know what they are talking about
3 - They are trying to make Dreamweaver responsible for their own lack of skills.
-
Dec 17, 2008, 18:02 #89
- Join Date
- Mar 2001
- Posts
- 379
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I used to use tables.. as most of us did... I never hand-coded. Over the last year I have forced myself to use CSS and XTML and am now not only completely table less, but I also never use Dreamweaver's 'Design' view, as it does generate some ugly code. But I still use Dreamweaver every day, but I'm in the code view.
-
Dec 17, 2008, 20:05 #90
- Join Date
- Dec 2003
- Location
- USA
- Posts
- 2,582
- Mentioned
- 29 Post(s)
- Tagged
- 0 Thread(s)
I use Dreamweaver nearly every day... but I also hand-code everything. I never flip into design view, ever. If I want to see how it looks, I open it up in a browser and take a look. WYSIWYG editors will never be able to create code as well as experienced hand coders can.
Dreamweaver has a number of advantages other than the design view, and in my opinion, the design view is not worth using (that goes for any WYSIWYG editor, not just Dreamweaver).
How I read this the programmer is getting upset about all of the random bits of code Dreamweaver adds. I'd say this is a legitimate complaint. One HTML file is no different from any other HTML file, if created properly. If they are complaining because there is an issue, then you probably aren't doing your pages that well.
After a bit of practice you can produce pages a lot faster hand-coding then you can with the WYSIWYG editors. It's a lot quicker to hit a few keys then to drag your mouse all over the screen. If you use the excuse that design view is faster, you'll never get better with hand-coding.
Also, if you don't understand the code you are handing over to the programmers... how the heck do you expect them to understand them? If you're creating the HTML, it's your job to understand it as well.Xazure.Net - My Blog - About Programming and Web Development
Follow Me on Twitter!
Christian Snodgrass
-
Dec 17, 2008, 20:41 #91
So where do you work? Are they looking for a new HTML/CSS/Flash/Layout guy? Too bad I do not live closer, or I could apply. (or maybe they need a poet)
Na just kidding? Though seriously, if you do not know what to do other than use tables/DW layers it is really time to get a little more modern.
Read the Jeffery Zeldman book mentioned above, or read the Sitepoint HTML(beta)/CSS reference(s)! It's time to come into the world of <divs>, <spans> and semantic markup, typed by hand in whatever editor is available.
-
Dec 18, 2008, 03:53 #92
- Join Date
- Dec 2006
- Posts
- 378
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
the only time you want DW to auto generated code is when you cut up an email design in photoshop and then export it as html/images. When you edit the template in DW you still need to edit the premade table code.
DW is not an essential tool. There are plenty of open source IDE's available. I recommend ****ing with Eclipse.
-
Dec 18, 2008, 04:18 #93
- Join Date
- Jul 2006
- Location
- Augusta, Georgia, United States
- Posts
- 4,194
- Mentioned
- 17 Post(s)
- Tagged
- 5 Thread(s)
Sounds like you don't know what your doing in the simplest of forms and for that I would probably get rid of you and find someone who does have that knowledge and would be able to work well with the programmers. Unless your a spectacular/one in a million designer…
Using Dreamweaver to create table layouts and modifying them is inefficient and shows you know very little about the html and css aspect without a crutch. If your employer is willing to keep you while having you learn these things then you should take that opportunity and quit whining.
-
Dec 18, 2008, 05:47 #94
- Join Date
- Dec 2008
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Amen to that. Dreamweaver is not a designtool, Photoshop is. The design process of a website can and should be no more than creating an image. Skilled coders can easily make a valid (X)HTML layout from this image.
It also allows you to implement your own SEO tricks. You might think Dreamweaver and such create SEO optimized pages, but when everyone optimizes their stuff in the same way - it's not optimized anymore!
I'm not saying you should use Notepad, but you should be able to - if it were to be the only program you could use. Generally, HTML coders and programmers don't need anything more than an editor like CrimsonEditor.
Plain text with colors and tabs are all you need.
-
Dec 18, 2008, 06:48 #95
My approach is:
- Find an open source template that is close to the design I want - ideally one that has good feedback regarding neatness of code
- Open the files in PSPad
- Play with CSS, change headers, add images etc. until I get the desired result.
Probably not the best approach re design, but ensures that the code is kept clean. I tried using NVU when I first built a page, and that created a ton of bad code. Once you have designed one page, then all you need is a text editor anyway.
No doubt there are some good things in Dreamweaver, but is it really needed now that there are so may free templates that can be modified to suit your own needs?My site: My Extension
-
Dec 18, 2008, 08:41 #96
- Join Date
- Nov 2008
- Posts
- 93
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Boss is always right.
You have to learn another tool!
-
Dec 18, 2008, 10:37 #97
- Join Date
- Apr 2006
- Location
- Maryland
- Posts
- 1,838
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
vim = emacs > textmate > any other text editor created on earth
Much props to gurus like AutisticCuckoo who keep using it to this day, I'm forever thankful for this ancient yet modern godly piece of technology which is far more productive and efficient when taken the time to learn than anything else thanks to the power of modal editing, and 100% customizability, as well as native unix compatability so I can hook it up with unix methods for even greater efficiency. Oh I remember the times when I was a sad, slow, unproductive coder using programs such as e, DW, et cetera suffering on Windows.
I recommend it for anyone who's already a speed demon typist (130ish here), as dropping the mouse makes you so much more efficient and after a couple years, or maybe even a couple months depending on how fast you learn if you show this off to anyone they'd be amazed at the godlike speed with which you edit text files
-
Dec 18, 2008, 11:27 #98
- Join Date
- Dec 2005
- Posts
- 982
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I've never been able to use vi very well. In my Uni classes, we were supposed to use vi, but even after 3 weeks of trying to learn it, I got frustrated trying to do the simplest of tasks. I use Textpad and DW both, and I am very, very fast with them. I don't understand how you can work without a mouse!
I am constantly working with multiple documents opened at once (in a tabbed interface), and reusing code between them. Also, search and replace across selected text, selected document, open documents, selected directories and defined "sites" is huge sometimes. Creating one time use regular expressions in the command line is ridiculous definitely not an efficient use of time (but if ever needed, may text editors still offer that).MySQL v5.1.58
PHP v5.3.6
-
Dec 18, 2008, 11:49 #99
- Join Date
- Feb 2007
- Location
- Southern California
- Posts
- 1,388
- Mentioned
- 1 Post(s)
- Tagged
- 1 Thread(s)
I would suggest you ask her to show you examples of bloated/bad code she is referring to that she got from you. Then you would know exactly what she is talking about. You'll be able to see if you can spot more such areas and hand-code those areas before they get to her. Then you'll get to use DW and she'll get her code the way she likes it.
-
Dec 18, 2008, 12:54 #100
- Join Date
- Jun 2007
- Posts
- 691
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Yes I am talking about ASP.NET.....
Visual Studio uses .aspx file extensions and the programmers have full control. Your work is either Visual Studio compliant or your work is a liability.
Once a shop has invested in, (is infected by), Visual Studio, it's only a matter of time before use of other IDE's die.
If you persist in taking a stand on using Dreamweaver, your next stand will likely be in the unemployment line.
Bookmarks