Reply
what html editor to use?
Old 03-18-2007, 06:54 AM Re: what html editor to use?
Sydpix's Avatar
Ultra Talker

Posts: 371
Name: Denny
Location: In a can...
Even though I'm guilty of hitting buttons in dreamweaver that cause issues with "clean code".

I'm finding more and more I use notepad2, dreamweaver to get things started for some reason. (bad habit?) I have been using the program for 5 years.

The only thing that's cool about dreamweaver is the live view of your work. And maybe organizing ftp sites. Writing xhtml / css basically renders dreamweaver useless.
__________________
.
++
Ì lðvê †ð hå¢k ¢§§ þhþ åñÐ h†ml ++
Sydpixel.
Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
Old 03-18-2007, 11:06 PM Re: what html editor to use?
Skilled Talker

Posts: 70
Name: rex
most of the guys here recommends to code manually. wow! for sure this will cause a lot of delays. dont you think guys that coding manually are for students..very good for learning.

but for a guy like me that has deadline to meet..dont u think wyswyg editor is highly recommended?
shotokan99 is offline
Reply With Quote
View Public Profile
 
Old 03-19-2007, 12:21 AM Re: what html editor to use?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Nope. WYSIWYG = bad code. Hand = good code.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 03-20-2007, 03:39 AM Re: what html editor to use?
Super Talker

Posts: 135
Quote:
Originally Posted by ADAM Web Design View Post
Nope. WYSIWYG = bad code. Hand = good code.
I can't agree more, if you have built your code well enough, every thing will be more like fill in the blanks afterwards besides, using WYSIWYG generates garbage code that sometimes leads to very strange results. You find yourself trying and trying and trying to figure out what's wrong which takes a very long time
AHelpingHand is offline
Reply With Quote
View Public Profile
 
Old 03-20-2007, 05:09 PM Re: what html editor to use?
Skilled Talker

Posts: 57
Location: Chicago
DW is fast for mockups, but you have to take into account all the time that goes into cleaning DW code into working correctly across different browsers.
Hand-coding is not really that bad since you'll reuse the same code fragments/templates many times without having to do much fixing.
wdwp is offline
Reply With Quote
View Public Profile Visit wdwp's homepage!
 
Old 03-24-2007, 09:30 PM Re: what html editor to use?
madal's Avatar
Average Talker

Posts: 21
Location: Croatia
html code: good old notepad (love tidy coding )
images: Photoshop CS2
__________________
My humorous portal - niktitanik.com -

"The mouth which eats can not sing"
madal is offline
Reply With Quote
View Public Profile Visit madal's homepage!
 
Old 03-24-2007, 09:34 PM Re: what html editor to use?
madal's Avatar
Average Talker

Posts: 21
Location: Croatia
Quote:
Originally Posted by shotokan99 View Post
dont you think guys that coding manually are for students..very good for learning.
nope....wrong conclusion
hand cooding is the best (of course --->need to be a pro for that )
__________________
My humorous portal - niktitanik.com -

"The mouth which eats can not sing"

Last edited by madal : 03-24-2007 at 09:39 PM.
madal is offline
Reply With Quote
View Public Profile Visit madal's homepage!
 
Old 03-24-2007, 10:59 PM Re: what html editor to use?
Kiz
Extreme Talker

Posts: 212
Location: Ocala, FL
lol its easy for the people that actually know HTML and CSS to talk about coding the site manually in notepad. notepad is the best text editor that actually comes with windows and its free that i've seen. but for learning upcoming web designers if u do not know anything about html coding or css dont even try writting ur own codes. it was a mess when i first tryed notepad but once dreamweaver came into place i was able to make some pretty good websites with dreamweaver. dreamweaver is just nice to make simple edits in ur sliced html file produced by photoshop but to actually build the design in dreamweaver it will make some pretty nasty codes.
Kiz is offline
Reply With Quote
View Public Profile
 
Old 03-25-2007, 07:22 PM Re: what html editor to use?
Experienced Talker

Posts: 37
If you really know something about HTML, go for txtpad. it's easy to modify or create ur webstie. otherwise use Frontpage to help u generate html code. there are some other website systems can be helpful also, like Dashboard, etc.
ydai006 is offline
Reply With Quote
View Public Profile
 
Old 03-25-2007, 08:35 PM Re: what html editor to use?
Junior Talker

Posts: 1
Name: Terry
I learned to build websites by hand coding. I then branched out to editors. Front page and Dream weaver will give you similar results, I prefer dream more then frontpage.

I would not recomend hand coding because it TAKES TO MUCH TIME. If you are a webdesigner 99% of your site dream or Front page will be enough.
Cityboy10 is offline
Reply With Quote
View Public Profile
 
Old 03-25-2007, 11:14 PM Re: what html editor to use?
Extreme Talker

Posts: 184
Quote:
Originally Posted by Cityboy10 View Post
I learned to build websites by hand coding. I then branched out to editors. Front page and Dream weaver will give you similar results, I prefer dream more then frontpage.

I would not recomend hand coding because it TAKES TO MUCH TIME. If you are a webdesigner 99% of your site dream or Front page will be enough.
It should be the other way around. Now with the power of css and template handcoding a site is not much time consuming. And the most important is that you what is behind the layout so you can easily fix it when it breaks.

An important lesson I learn as a programmer: I spend most time fixing the code rather than writing new ones (that's the reason I'm learning test-first coding technique now)
yellow1912 is offline
Reply With Quote
View Public Profile Visit yellow1912's homepage!
 
Old 03-25-2007, 11:43 PM Re: what html editor to use?
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
Quote:
Originally Posted by ADAM Web Design View Post
I'd stab myself in the eyes with a pencil and break the lead off before I recommend Dr*amw*av*r for anything. I don't care what anyone says, it's right up there with FrontPage for horrible coding.
Six months ago I would have said you're crazy, but its' true. Dreamweaver as a "wsywig" text editor is really a lot like FrontPage used that way. After going over a lot of code by hand that DW created, it's amazing the way it would use divs inside tds to control alignment, how bloated everything is, and how it manages all of your template parts with comments. I think there are basically two ways of doing it: write your own code, or let it be written for you. If you go with plan B, DW is a little better than FP in some ways, but more similar than different.

Quote:
Originally Posted by ADAM Web Design View Post
As far as coding goes, Notepad++ is the best free text editor I've seen. I like the fact that it colour-codes your code so you can find holes quickly and easily in it (especially in ASP). If you can learn to code by hand (and it's not all that hard), you'll be miles ahead using something like this.
I've been using Notepad++ for years, and it's fantastic. It's also grown a lot, the syntax highlighting used to be just black text, and bold if it was part of the content. I love the "folding" or collapsing features. I was really hopeful about Expression, but it's just not compelling enough to pull me away from Notepad++ at the end of the day.

I like Photoshop for image editing. The Gimp is very good, too, even better in some areas, but I like the UI in Photoshop a lot more than Gimp for Windows.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 03-27-2007, 01:28 AM Re: what html editor to use?
Skilled Talker

Posts: 70
Name: rex
most are recomending to use only css/html/images in ur website. others would say...its professional. i think everybody agress to this. and i think its true bcoz if ur going to look at the websites of well-known universities like oxford, cambridge...etc, they are very straightforward and ez to load. pure html/css..

however if ur going to visit car manufacturers site kia, land rover..etc. they are bloated with flash stuff. and at times it takes forever for them to load. does it mean that they are doing it wrong? are they not aware that professionals encourages only html/css?
shotokan99 is offline
Reply With Quote
View Public Profile
 
Old 03-27-2007, 02:39 AM Re: what html editor to use?
tripy's Avatar
Fetchez la vache!

Posts: 1,986
Name: Thierry
Location: In the void
Quote:
Originally Posted by shotokan99 View Post
most of the guys here recommends to code manually. wow! for sure this will cause a lot of delays. dont you think guys that coding manually are for students..very good for learning.
but for a guy like me that has deadline to meet..dont u think wyswyg editor is highly recommended?


Definitively not.
In contrario, and in my opinion, wysiwyg editiors are too limited to be efficiant to do what I need to do.

I'm faster with a text editor than with a tool like dreamweaver.
The only times I had to use DW was when I had to work on a DW designed site.
The code was so bad and so messy that I could not work my way through it.
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Old 03-27-2007, 05:33 PM Re: what html editor to use?
Learning Newbie's Avatar
Moderator

Latest Blog Post:
What’s He Looking At?
Posts: 4,986
Name: John Alexander
Quote:
Originally Posted by Kiz View Post
lol its easy for the people that actually know HTML and CSS to talk about coding the site manually in notepad. notepad is the best text editor that actually comes with windows and its free that i've seen. but for learning upcoming web designers if u do not know anything about html coding or css dont even try writting ur own codes.
If upcoming web designers only do one thing, it should be learning html and css.
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 03-27-2007, 07:03 PM Re: what html editor to use?
Hoosier_Buddy's Avatar
Extreme Talker

Posts: 196
Name: Justin Allen
Location: Corydon, IN
Wow. I had no idea that so many of you guys use notepad. I agree, writing code yourself is best way to learn coding. I use Dreamweaver_8, Fireworks_8, and Flash Professional_8 for my website designing.
__________________
Appliance Parts & Accessories From Appliance Parts Specialists
www.MyApplianceParts.com | www.4ApplianceRepairParts.com | www.ApplianceZone.net | www.AppliancePartsClinci.com
Hoosier_Buddy is offline
Reply With Quote
View Public Profile Visit Hoosier_Buddy's homepage!
 
Old 03-28-2007, 05:41 AM Re: what html editor to use?
Super Talker

Posts: 135
IF you don't know html or css, that's ok, but if you don't know anything about html or css and you don't want to learn them either then why do you try to make a site?!!! Go for Microsoft Word
AHelpingHand is offline
Reply With Quote
View Public Profile
 
Old 03-28-2007, 11:47 PM Re: what html editor to use?
Skilled Talker

Posts: 70
Name: rex
guys, can i ask something regarding xml here. is it ok?
shotokan99 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to what html editor to use?

Thread Tools

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
Trackbacks are Off