Site Statistics
 
Threads: 3,850
Posts: 17,022
Members: 2,894
Users Online: 12
Newest Member: yurispacedan


Go Back   PC101 > The Internet, Web Design & Networking > Web Design and Development

Web Design and Development Design techniques, conepts, HTML, scripts, software, reviews, sponsors and affiliate programs.


Reply
 
LinkBack Thread Tools Display Modes
Old 12-14-2005, 01:39 AM   #1
Member
 
Join Date: Dec 2005
Location: Oregon, USA
Posts: 114
Rep Power: 3 n3rdych1ck is on a distinguished road
Send a message via AIM to n3rdych1ck Send a message via MSN to n3rdych1ck Send a message via Yahoo to n3rdych1ck
What HTML editor do you use?

I'm using Microsoft FrontPage right now. Is this the best program to use for winXP?
n3rdych1ck is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-14-2005, 08:17 AM   #2
Senior Member
 
Join Date: Dec 2005
Posts: 188
Rep Power: 3 deuce is on a distinguished road
I've never used it, but I think Macromedia Dreamweaver is one of the best.
deuce is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-14-2005, 10:54 AM   #3
Member
 
Join Date: Dec 2005
Posts: 105
Rep Power: 3 brenda003 is on a distinguished road
Yeah, if you're going to use a WYSIWYG then I would suggest Dreamweaver. You can get a trial version I think for 30 days or so. I like using it even though I mostly write HTML by hand since it's nice to see how things will look. It gets a little quirky sometimes, though, and doesn't display right.

Frontpage writes awful, awful code. Dreamweaver at least attempts to write decent code, even if it fails a lot of the time.
brenda003 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-14-2005, 08:16 PM   #4
Senior Member
 
Join Date: Dec 2005
Posts: 188
Rep Power: 3 deuce is on a distinguished road
Lol what is WYSIWYG I see that in html forums all the time but I can't figure it out?
deuce is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-14-2005, 10:15 PM   #5
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 5 Will.Spencer is on a distinguished road
What
You
See
Is
What
You
Get
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-15-2005, 08:44 PM   #6
Senior Member
 
Join Date: Nov 2005
Posts: 148
Rep Power: 3 bear is on a distinguished road
Dreamweaver is great, especially if you handcode. Great syntax highlighting.

For something a bit simpler I recommend Textpad.
www.textpad.com
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
bear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-15-2005, 10:19 PM   #7
Member
 
Join Date: Dec 2005
Location: Newcastle, NSW, Australia
Posts: 70
Rep Power: 3 JBN-Rob is on a distinguished road
Send a message via MSN to JBN-Rob Send a message via Yahoo to JBN-Rob
I use Macromedia Dreamweaver MX, and looking at getting the new v8.

I've used FP in the past, and it's perfectly fine for amateur designers, and those only building webpages for friends and family - after all, who really cares about the code for your family album website?

Personally, I don't see the point in hand-coding a website... Seems like quite a bit extra work to me, when Dreamweaver takes care of it - sure sometimes you will have to make some changes to code to get it to display properly, but most of the time does quite a job of it.

Dreamweaver does a decent job for PHP coding, however for that and other server side codes, I prefer Crimson Editor.
__________________
Rob G

Just Bytes Newcastle ::
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
JBN-Rob is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-16-2005, 10:27 AM   #8
Senior Member
 
Join Date: Dec 2005
Posts: 172
Rep Power: 3 kelp is on a distinguished road
I'm currently using Dreamweaver 8, but I could probably do without it. There are many free html editors out there, but none have the capabilities like Dreamweaver. Then again, I don't use many of the features, and I haven't explored many of the features that Dreamweaver offers. I don't use Dreamweaver for WYSIWYG because I find it better if you code the layout yourself. Once you can code your own layout, there's almost no need for an advanced program but to organize your layouts and code.
kelp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-16-2005, 10:55 PM   #9
Member
 
Join Date: Dec 2005
Posts: 105
Rep Power: 3 brenda003 is on a distinguished road
I'm a bit of a standards and accessability freak. I like any website I build to be up to the W3C standards whenever possible. Dreamweaver has some problems with that, so I end up going back in and fixing it. Sometimes it's just easier to do it myself from the get go.
brenda003 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-17-2005, 08:30 AM   #10
Senior Member
 
Join Date: Dec 2005
Posts: 172
Rep Power: 3 kelp is on a distinguished road
Quote:
Originally Posted by brenda003
I'm a bit of a standards and accessability freak. I like any website I build to be up to the W3C standards whenever possible. Dreamweaver has some problems with that, so I end up going back in and fixing it. Sometimes it's just easier to do it myself from the get go.
Do you know how to code yourself or are you mainly going to be using WYSIWYG? You might want to try using Notepad for that or download a free HTML editor with fancy color coding. I sometimes use Notepad on occasions to code my own sites because of it's simplicity. But I always make mistakes in Notepad which is why I don't use it anymore. I forget to close a tag or something silly and mess up my whole website.
kelp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-17-2005, 09:04 AM   #11
Member
 
Join Date: Dec 2005
Posts: 105
Rep Power: 3 brenda003 is on a distinguished road
If by code you mean HTML, yeah I know it myself. I actually do a lot of my website building on a Unix server, so I use vim and that has the color coding which is so nice! I also hate using Notepad. Dreamweaver isn't bad, either, though, because it color codes and does some formatting and whatnot.
brenda003 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-18-2005, 12:50 AM   #12
Senior Member
 
Join Date: Dec 2005
Posts: 168
Rep Power: 3 compnut is on a distinguished road
Dreamweaver

Dreamweaver is the best, soleley due to its coding capability. This is merely my opinion though. I'm not quite the expert yet, but I"m getting there slowly. I have used Dreamweaver, and it does suit my needs. Any other suggestions could be helpful.
compnut is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-18-2005, 01:40 AM   #13
Member
 
Join Date: Dec 2005
Posts: 105
Rep Power: 3 brenda003 is on a distinguished road
I just wish Dreamweaver wasn't so pricy! I haven't heard of anything that matches Dreamweaver, just other options that are cheaper or free or whatnot.
brenda003 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-25-2006, 11:27 PM   #14
Member
 
Join Date: Feb 2006
Location: Hell, Underworld
Posts: 75
Rep Power: 3 Faucet is on a distinguished road
heh i only use notepad. But if i get my hands on dreamweaver...
__________________
Im working on flash's, photoshop's and trying to learn how to be a programmer.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Faucet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-09-2006, 02:20 AM   #15
Member
 
Join Date: Mar 2006
Posts: 73
Rep Power: 3 zeroth is on a distinguished road
I also use Notepad here, but I do not have a complex site.
zeroth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2006, 02:26 AM   #16
Member
 
Join Date: Mar 2006
Posts: 86
Rep Power: 3 dave7 is on a distinguished road
I use Visual Studio to edit my HTML files, but it is only useful for its syntax highlighting.
dave7 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-24-2006, 07:27 PM   #17
Member
 
Join Date: Mar 2006
Posts: 94
Rep Power: 3 zemus is on a distinguished road
I just use Notepad or Wordpad for my HTML editing, I don't need any fancy programs.
zemus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-30-2006, 02:42 AM   #18
Member
 
Join Date: Mar 2006
Posts: 45
Rep Power: 0 imported_chris is on a distinguished road
Depending on how much I need to edit, I use Wordpad for quick fixes, and Visual Studio for more serious updates.
imported_chris is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-05-2006, 03:03 AM   #19
Member
 
Join Date: Apr 2006
Posts: 36
Rep Power: 0 mike17 is on a distinguished road
I just use plain old Notepad for my quick HTML/CSS updates.
mike17 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-11-2006, 06:52 PM   #20
Junior Member
 
Join Date: Apr 2006
Posts: 3
Rep Power: 0 dazzlindonna is on a distinguished road
I use HTMLKit. I come from a hand-coding background, and it fits my style perfectly. Plus, it's free, and free always makes me
__________________
Win your own copy of
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
dazzlindonna is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-15-2006, 11:25 AM   #21
Member
 
Join Date: Jun 2006
Posts: 111
Rep Power: 3 darviria is on a distinguished road
WYSYWIG editors are lame, I once used Dreamweaver and the filesize was double what it was if I coded it myself.

I use ConText, basically a programmer's version of Notepad, its got quite a few functions to speed things up, tab based editing etc. Also code highlighting for most languages you can think of (and many you've never heard of), code highlighting does make things easier to read.

If I was using a WYSYWIG editor I'd have it in code view code just to use the code highlighting, only problem is those things have hundreds of stupid menus and popups for people that don't know how to code. Also it means running a huge application to do something you can do in a tiny text editor.
darviria is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-20-2006, 10:52 AM   #22
Junior Member
 
Join Date: Jun 2006
Posts: 14
Rep Power: 0 MarkSpacey is on a distinguished road
Send a message via ICQ to MarkSpacey
I've used a lot of many different editors. HLML Pad and Coffee Cup are quite good IMO, though Notepad is still the best one.
MarkSpacey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-07-2006, 02:57 PM   #23
Member
 
Join Date: Aug 2006
Location: Washington, DC
Posts: 71
Rep Power: 2 BILZ is on a distinguished road
I know it isnt the preffered wysiwyg editor, but i use frontpage. I just been too lay to start learning dreamweaver.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BILZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-07-2006, 09:21 PM   #24
Member
 
Join Date: Aug 2006
Posts: 71
Rep Power: 2 dhruvd is on a distinguished road
I use MS Front Page and Dream Weaver !
They prefectly suit to my needs.
dhruvd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-14-2006, 02:03 AM   #25
Fry
Senior Member
 
Join Date: Nov 2005
Posts: 303
Rep Power: 3 Fry is on a distinguished road
Textpad for quick edits
Dreamweaver for full on design and editing
I do quick simple designs though, so no need for me to go overboard with software
Fry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic HTML Pages peeling Software Development 7 12-05-2006 05:57 AM
Intoruction - Basic HTML crafterz Tutorials and How-To... 8 10-25-2006 09:51 PM
CSS: Generate a CSS layout for your site OulZac Web Design and Development 7 07-06-2006 05:33 PM
Slicing to HTML parag2006 Web Design and Development 2 06-15-2006 11:19 AM
Changing a web site from HTML to ASP bluent Web Design and Development 1 11-14-2005 06:17 AM



All times are GMT -5. The time now is 09:19 PM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5