Microsoft 0 Report post Posted August 31, 2005 Hello, I have some few questions about a HTML Editor... :/ does it help make your site easier? what does it do? where can i get a good one, any recommendations? If it helps make your site easier then i need one thanks for your help ..-Microsoft Share this post Link to post Share on other sites
beeseven 0 Report post Posted August 31, 2005 It depends on what kind...A WYSIWYG (What You See Is What You Get, like FrontPage or DreamWeaver) will probably make creating your site more easy, but they also tend to make it less customizeable than if you do it yourself. In addition, WYSIWYGs don't use valid HTML and often look very strange in different browsers.A plain text editor (like Notepad) will allow you to make your site more how you want it and you have the option of using W3 standards, but anything besides the basics can be hard if you're not experienced with coding on your own.If you haven't done that much coding before, go with a WYSIWYG for now, but look at the actual code once in a while (most give you this option). If you look occasionally then you can see what tags do what things and eventually move on to a plain text. Share this post Link to post Share on other sites
Microsoft 0 Report post Posted August 31, 2005 ive done some coding, well some few html sites, just that its hard pasting all of the info when making a page again and im planning to make alot thanks for your help -Microsoft Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted August 31, 2005 well dreamweaver though, it accpets alot of the standards of the current coding rules, and now ith dreamweaver 8 comming out it should be up to date with everything that is current, i plan to get along with the new stuff as well, should make my web designing much more effecient, but of course its always good to use the html validater at W3.org that is your best friend ever when designing. Share this post Link to post Share on other sites
DjLuki 0 Report post Posted August 31, 2005 if you are very new, i suggest using microsoft frontpage, it might not be as good as dreamweaver but its easier to use for a beginner. Dreamweaver is more advanced and harder to use, but i think is more accurate...but microsoft fronpage is stil ok, cheaper to ..and notepad is one to.. but you have no pictures there...i still use frontpage to code my sites, but i make them in photoshop so..yea..microsoft frontpage comes with the MS Office tools. (word,powerpoint and all that good stuff)..Peace Share this post Link to post Share on other sites
Tyssen 0 Report post Posted September 1, 2005 if you are very new, i suggest using microsoft frontpageI wouldn't ever recommend someone use Frontpage - it's one of the worst web design packages out there because of the horrible, non-standard code that it produces. Share this post Link to post Share on other sites
rvovk 0 Report post Posted September 1, 2005 TSW WebcoderI have been using this every since, great stuff and it is free too. Share this post Link to post Share on other sites
Microsoft 0 Report post Posted September 1, 2005 Ok thanks for all of the information guys, i got enough ill try to get the most good one that will work for me. Thanks agian-Microsoft Share this post Link to post Share on other sites
guangdian 0 Report post Posted September 1, 2005 WYSIWYG (What You See Is What You Geti just don't like the WYSIWYG..it's so hard to refluencely using.and i suggested you by "cute HTML" which is a same corp with cuteftp.it's not big and good using.guangdian Share this post Link to post Share on other sites
Avalon 1 Report post Posted September 1, 2005 I also dislike WYSIWYG editors, not only do they make invalid code, they also generate a lot of unnecessary code. The idea of using a WYSIWYG editor to learn coding also not a great idea, it will teach the wrong way to code.I suggest a text editor that has shortcut buttons for the common functions like tables, forms etc that also has a real time previewer. This means you can immediately see the output of your code as you write it and change it so you get the result you want.A very good example of one of these types of editors is Alleycode, it's small, fast and free. You can download it here. Share this post Link to post Share on other sites
mizako 0 Report post Posted September 2, 2005 Bluefish is a good html editor but i personally prefer the classical vim/emacs Share this post Link to post Share on other sites
arboc7 0 Report post Posted September 5, 2005 I personally use Dreamweaver. It's great and easy-to-use for all sorts of web programming and has built-in FTP support. Share this post Link to post Share on other sites
round 0 Report post Posted September 5, 2005 Well one of the best ways to figure out what an html editor does, and what it can do for you is to download a demo version of any of the ones that were mentioned above to see which one you like best. I mean they all get the job done, but you may find one that you can work with best. Dreamweaver is the one that most accepted. It's the one that i've had to work with on the job. I've worked in web design for over 6yrs now. working inhouse with design companies and web companies and the accepted standard is dreamweaver. But it's not the easiest out there right now. Also this depends on how much time and effort your willing to put into it. No matter what people say to be a good designer, would mean that you have an interest in design. Not everyone out is a good designer. round Share this post Link to post Share on other sites
littleweseth 0 Report post Posted September 7, 2005 Dreamweaver ist pwnage, as far as WYSIWYG goes. It even manages to produce marginally valid code, which is amazing. (MX 2004 is fairly good, as is MX) Frontpage - should be destroyed, as should Word's web-saving features. Pure, concentrated evil.Another nice WYSIWYG editor is NVU. It's free (as in freedom and price) and while it's still a tad kludgy, if you're not using 'advanced' stuff (like PHP, or tab characters instead of spaces, grr) then it'll do you fine. It words much like Word interface-wise.Personally, though, i do everything in BBedit, merely because it just gets out of the way, unlike Dreamweaver's code view. Also, it has l33t Perl regexps, so i can do things like strip the content out of junky webpages (see w3schools.com for examples) over an entire directory of files - in a few seconds. I wub PCRE's.mizako : vim/emacs? I'm sure once you get used to the fact that it never works to way a n00b would expect it to, it's good. I use pico/nano for my tty editing needs - nothing beats sudo pico for a quick bit of httpd.conf hacking. Share this post Link to post Share on other sites
dbforum 0 Report post Posted September 14, 2005 use frontpage or macromedia collection, that's a best software! Share this post Link to post Share on other sites