| | I am sick of using notepad to create my HTML pages and I want somthing better. Are there any programs available that are easier to use than notepad for html editing. If so i wolud like to know about them. Thanx |
| Nov 21, 2009 |
Notepad is good if you're a beginner, a diehard pro, or need to work out specific code without the distraction of extra stuff.MS Frontpage is "meh". I don't like it much. It's like white bread in a world of cinnamon bagels. I like the one that OpenOffice has. I think it is called NVU. Not bad for free, but as you know, it adds its own little touches to the code. Sometimes it'll throw you off guard as well....
read more.
Wells theirs the commecial software like dreamweaver, adobe go live, Ms frontpage. But of course you could always get notepad++ has some more features then notepad, but in my experiance in designing I always use notepad and anyone can agree with me on that of course then you go the wysiwyg editors some are ok but the others put in source code that is pretty much out dated with the xhtml standard.
But best thing for you to do is just search around and see whats to your liken.
I agree, notepad is traditional, and it's good for simple stuff. It's nice to have syntax highlighting and good tabbing. Notepad ++ is what I use. I find it to be a very good free editor. Tabbing is great, has lots of extra features such as searching by using regular expressions. Syntax highlighting is good too. Help isn't so great on it, so you have to figure out stuff on your own. Which it's not too complicated to use the simple stuff. I use to use HTML kit, which you can get at download.com The tabbing was a bit weird but i found the preview to come in handy for standard html documents.
As far as wysiwyg editors, I'd try dreamweaver. Haven't tried it, but I hear it's good. Cuts down on a lot of trivial coding I hear. Good Luck.
Same with what the other two members said earlier. If you know your html code, Notepad is probably the best way to go...
I used Dreamweaver before and gotta say, it's good. Never liked Microsoft Frontpage that much. Dreamweaver costs like $100 I think. If you want to go with a free alternative, give First Page a try. You can download it at http://www.evrsoft.com/ As with most other html editors, you might get some "junk" code (unnecessary code) unlike using Notepad where you have full control of the code.
I'm using HTML-kit. It's a very good html editor. You can preview your pages, it got's syntax highlighting, a build-in FTP program and syntax- and html-validation. And it's freeware.
If you want a good WYSIWYG you can go with Macromedia Dreamweaver, it's simply the best you can get, but it's quite exspensive. If you don't want to spend all your money on a license, you'll should try NVU. It's of course not as good as Dreamweaver, but it does his job and I think it's a really nice alternative. -=jeroen=-
I prefer to use emacs for all my coding projects. It works for C++, Java, JavaScript, HTML, Perl, etc... It provides syntax highlighting for all languages and a plethora of other features like auto indent, split screen, etc... and plus its free. I believe its one of the standard text editors on the unix machines but it has been ported to the windows platform. Very powerful in my opinion.
HTML Kit is for HTML editing really great, I used Arachnophilia for years and then tried HTML Kit and never went back. HTML kit will not put phamtom characters into your code, and has many plugins for your use.
I also use PHP Designer 2006 for my PHP which has sped up my development of PHP and quck debugging of PHP scripts or snippets. The built in ftp of HTML kit is great because if I want to edit a page or pages on my site I just download it into the HTML Kit editing window make the changes and PRESTO after reupload it is done. I have had trouble using the ftp feature of PHP Designer, probably because I have not really tried to use it and am used to how HTML kit works. If you want a full featured HTML editor with quick preview of what you have done then get HTML Kit and also if you want to work with PHP then get PHP Designer also, they are free and small and quite handy without costing you a thing other than diskspace and the time it takes to download and install them. Just take your pick. =^^= Text-based editors
This topic is one that can be debated on. Some webmasters say that it is not advisable to use WYSIWYG Editors as a beginner. They may have many reasons to do so . I feel we need not know any language.. I feel that knowing a programming language like H.T.M.L. (Hyper Text Markup Language) is not required to make a website of any caliber.
I myself started designing my first website on a WYSIWYG Editor .In this you can design your page like you are drawing on paper and it will automatically get decoded into H.T.M.L, you can then sit and study the coding and analyse asto what work each code does. The WYSIWYG Editors that I would recomend are Microsoft Frontpage and Macromedia Dreamweaver. These software in colaboraton with other softwares like Macromedia Flash, Macromedia Fireworks and even Microsoft Paint can be used to design ultimate webpages. After creating this basic part of a webpage extra-ordinary effects can be added by using programming languages like Javascripts, PHP, ASP, CSS and many more...The same way like HTML need not be learnt to make websites so are Javascripts and the other above mentioned languages. Ready made scripts of these languages are available for free in many websites like : www.wsabstract.com www.thefreesite.com and many more search results can be found on Google. At thefreesite.com any begginer will get all the features that are required for his/her website.Also : additional features like guest book, site search, and member's area are also available on various websites like www.bravenet.com and the like. Now let me tell you the importance of know all the above mentioned programming languages . Firstly, it increases your knowledge on programming . Secondly, it lets you be independent : you need not depend on other sites for various features. Thirdly, it lets your site be free from the forced adds that are put by the websites who privide you with this feature. And even if they put adds for other features you can remove it by HTML commands. Forthly, it lets you to design it according to your means and fancies instead of choosing from one of their pre-designed templates. The disadvantage is that you spend more time learning instead of designing your website. I have explained to you the advantages and disadvantages of knowing programming languages. For more queries on this issue you can e-mail me at rohanramanath@gmail.com For your information, I am the Dean of Solutions4u and am presently re-designing my site. Rohan Ramanath ------------------------------------------------------------------------------------------------------------------ I would advise you to learn HTML and then your site will rock. Your site will be more detailed as you can give commands to even blend colours. You should know some basic commands like: <a> - Hyperlink <HTML> - Start of a page <BR> - Break Line <FONT> - Font size and style <H1> - Header size <IMG SCR = " "> - To insert an image <P> - Paragraph <TABLE> - Table <TD> - Cell <TH> - Table Header <TR> Table Row <HEAD> - Heading <FORM> - to create a form <META> - Meta tags
I use Evrsoft. It may be a little slow and comes up with a nag screen, but it has lots of feature and I find it does the job quite well.
Latest Entries
Notepad is good if you're a beginner, a diehard pro, or need to work out specific code without the distraction of extra stuff.
MS Frontpage is "meh". I don't like it much. It's like white bread in a world of cinnamon bagels. I like the one that OpenOffice has. I think it is called NVU. Not bad for free, but as you know, it adds its own little touches to the code. Sometimes it'll throw you off guard as well. hi to all zend studio it is avalable in www.zend.com I also use zend for php. But for HTML I used ACE HTML. It is an editor - not a WYSIWYG program. I agree with the earlier comment about the code that an editor like front page creates. For starters, the page ends up being very heavy with unncessary code. As for HTML being "visual" (another previous post), we create our sites first in photoshop and then break them up. I have dreamweaver but rarely use it because it has in the past messed up some of my code. But it is an easy way to work with tables. (Back in the day) I learned HTML with a basic editor called Ken Nesbit's web edit. It was not much more than notepad.
hi to all
zend studio it is avalable in www.zend.com I am sick of using notepad to create my HTML pages and I want somthing better. Are there any programs available that are easier to use than notepad for html editing. If so i wolud like to know about them. Thanx I have used JEdit for a long time. It is a Java-based editor with good platform customization and a lot of useful plugins (you can extend it with either Java or scripts of various types). It works on any machine (Windows, Mac, Linux, etc), so it made it easy to switch back and forth. The HTML, XML, CSS, etc., plugins do syntax highlighting, it has a preview option, completion, and so forth. It also has plugins for just about any other language so it is a one-size-fits-all editor. The editor I use most of the time is AquaEmacs, which is a Mac-specific version of GNU emacs. GNU emacs also runs on every platform. Emacs, like JEdit, has a number of "modes" for editing different types of files. It is very powerful, but not necessarily for the faint of heart. There are a number of books about using emacs both fro beginners and emacs. It is one of the oldest and most improved editors in existence.
I use Notepad, and NoteTab (nice editor, just google it, I forget the site name).
I also have Dreamweaver, it's nice, it helps you update quickly, but I personally like to type out the code. And like someone else said, the code is a NIGHTMARE. It's so busy and unorganized, you can hardly find anything, let alone change anything. I've never tried starting a page from scratch and typing it in the 'Coder' view of Dreamweaver. I'm sure it wouldn't be as bad, because it'd be like another editor, but like I said, I've never tired it.
Similar Topics
Keywords : html, editor
(4) Whenever I start a new project one of the first things I do is put in a base index.php page. Yes, (2) Well, I have found that css was very hard to predict and precise control their apperance. When mix (2) The YAML (Yet Another Multicolumn Layout) Framework is an excellent open source project that helps (2) Recently the folks at SitePoint.com launched two excelent online reference sites for web designers (12) How on earth do you create HTML emails? I have been searching Google for some time now and can find (18) Does anyone know how I might create a HTML table but using pure CSS (div's and what not). I (15) How long did it take you to learn Html?? It took me about 2months to learn the basics lmao. I need (3) Do you know how to get website stats in a html code?? Like The amount of people viewing the site at Using CSS or HTML (6) I know it's possible, I've seen it one time. But I forgot. Many websites, if they hold more (13) Hey /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />, In the (9) I am building a website for a client. I finally have the animations and the site content the way i (11) Here are just some general tips, helpers and time-savers for HTML and CSS. HTML Ideally, you should Excellent article that highlights and answers most FAQ about HTML (4) Hi, i want to share with everybody this excellent article at sitepoint.com that i just read, it html code for home video (4) I was wondering if anyone knows how to turn a home video that is saved on your computer to that of a (5) Dear friends HTML is the building block of any web page. Without it no pages can be written though (2) hello people, i need to convert few wml codings to html.. I have found plenty of converter that (4) i got this one question...I have this page http://ebiztip.com/thankyou.html with an image of the (5) Hi, does anybody knows which is the equivalent tag in CSS of the HTML HR tag or how do i replace (1) I'm running an online drawing script, which utilzes BBCode like on forums. I'd like to any ideas? (7) I would like to give editing access to some of the staff on my site. However, I do not wish to give (9) Well im new to this,and i know a person who knows how to do HTML,I of course dont lol,but I was with just html/css and maybe javascript? (2) I was just wondering if it's possible to retrieve text (and maybe images) from a .html or .txt (1) I think here is a very good HTML Tutorial : Rolling Eyes html codes (8) does anyone know a good website with html codes?.... (25) does anyone know where i can find a free shoubox thats customisable? it can be in html, php or flash html question (2) Alright html wizards...i've got a question ^_^ I assume that, like other programming codes, html How do I get rid of borders?? (9) Hey if any of you HTML wizzes out there could help me - I would greatly appreciate it. I am (2) Hi, I am looking for a way to embed external rss/xml files into my html page, how/is this possible?.... (17) Here is some quick links for basic html coding... A quick and easy way to create your first web Looking for html, editor
|
![]() HTML Editor |
Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com