|
|
Text-Based HTML Editors | ||
Discussion by proxies with 17 Replies.
Last Update: August 11, 2011, 7:03 pm (View Latest) | Page 1 of 2 pages. | ||
1st Page 2000 is the tool that lets you create powerful, great looking websites fast, easier and on-time.
AceExpert
In addition to being an excellent HTML editor, AceExpert also greatly assists you with predefined Java applets and JavaScripts. AceExpert is the solution for developers who want to integrate the latest technologies into their Web pages. Simple and easy to use, AceExpert gives you the full power of a complete HTML Editor.
Arachnophilia
Arachnophilia lets you use two methods to create Web pages: The 'old-fashioned way' with the program's very capable HTML tools or by dropping an RTF document onto the Arachnophilia program window and watching it turn into an instant Web page. If you're searching for a good HTML editor, give Arachnophilia a try--you can't beat the price. It's Free!
HomeSite
A great HTML editor tool. It's very useful when you need to edit HTML directly. Several pages on this site were created using HomeSite.
Fri Sep 3, 2004 Reply New Discussion
www DOT tips-tricks DOT com/web_tools.asp
COPYING IS STRICTLY PROHIBITED!
Fri Sep 3, 2004 Reply New Discussion
Mon Sep 6, 2004 Reply New Discussion
Mon Sep 6, 2004 Reply New Discussion
ACE HTML (http://software.visicommedia.com/en/products/acehtml/)
Check it out! There is a free trial version, and they use to make a fully featured, free version, ACE HTML 4 FREE..perhaps its somewhere on the net.
Thu Sep 9, 2004 Reply New Discussion
Thu Sep 9, 2004 Reply New Discussion
Here's my opinions on text-based (coding) HTML editors:
On Windows:
Notepad++ - In addition to editing HTML, you can edit any text file, or any programming/markup language really. CSS, JavaScript, C, C++, there's quite an extensive list. There's also plugins such as NppFTP (an FTP program), JsLint, TextFX, and JsMin which can greatly help in web development.
AceHTML Freeware - I have used this program in the past, however it seemed quite unnecessary and for some reason I stopped using it. It was great while I used it though, just can't remember why I stopped...
NoteTab Light - This is very simlar to Notepad++, I haven't used it really, but it has been recommended once or twice by CNET Download.com.
Just plain old Windows notepad - Hey, this can't fail if you don't have anything else installed on the system
On Linux:
Pico (nano) - My computer programming teacher swears by this program. It is usually included in many Linux distributions. Nano (newer) has syntax highlighting, pico doesn't. It has no real GUI, you press keyboard shortcuts for things like line numbers, save, find and replace, etc.
Gedit - This is included on GNOME desktop systems. It has a GUI, and supports syntax highlighting. There is a KDE equivalent but I'm not familiar with Kubuntu/KDE.
I've heard of vi for Linux but I never figured out how to use it other than to open a file and quit the program.
I do most of my web development in Notepad++ in Windows.
Mon May 9, 2011 Reply New Discussion
you can always go hardcode with notepad
there's tons of free tools out there, just try googling... but ofcourse it's time consuming when you have alot of guys here who can quickly direct you to some popular and easy ones to grab
anyways good luck and best hunting
Mon May 9, 2011 Reply New Discussion
PSPAD is also one known editor that is gaining quite a lot of popularity lately. They do have some excellent support for multiple programming language. File manager and and organizer which makes it easy to use with tree based interface. This is perfect editor for those who are new to programming or want to use text editor with multiple language support.
Notepad++ is one more text editor that you should use if you're thinking about simple yet powerful text editor. Like pspad it has support for many languages and can be used for all your text editing needs. Of course it has no spell checker and word processing capabilities. But it is perfect programmers notepad. You get everything that you find with other editors like ultraedit. This is my observation with most of the notepad editors, hope that helps for some of you here.
Sun May 22, 2011 Reply New Discussion
i prefer to use free ones, that's why linux is so awesome, they have alot of free tools available
Sun May 22, 2011 Reply New Discussion
I often work on more than one type of machine (usually Linux and Mac OS X) and mix multiple kinds of markup or markup and code in one project, so I've gravitated toward editors that handle that well on more than one OS. I also look for editors that work smoothly with version control systems like svn so I can track my changes as I go. Two editors that any serious designer should look at are JEdit ( http://jedit.org/ ) and Emacs ( http://www.xemacs.org/ );
JEdit is a free Java-based environment which runs well anywhere you need it and supports all kinds of plugins for specialized tasks (e.g. validating, transforming, and previewing various XML dialects). It has plugin support for both CVS and SVN version control (among others) and, even without the plugin, recognizes and deals with changes to the files on disk (from committing/reverting changes, for instance) smoothly. If you add a lot of plugins, it does hog a bit of memory but is quite fast on today's machines. You can easily customize the GUI to your work preferences: which buttons appear in the toolbars, where tools display, moving or collapsing the different information displays and so forth, and it works very well with keyboard shortcuts. It also has support for editing remote files over ftp, ssh or whatever. It works great for simple HTML/CSS sites or as a full-blown DocBook production environment. You can run into some trouble with too many plugins as some of them can interfere with one another.
Emacs is one of the early UNIX editing environments which has grown not only a large user base and a lot of customization, but practically its own religion. I used it constantly in college years ago for everything from coding to system administration to writing papers. It takes work to get used to as it has its own way of doing things, but many times the ways make sense. You can strip emacs down to run quickly from the command-line over a network connection or as a full-blown GUI environment. There are several ports or adaptations of it that have their own unique features (e.g. http://aquamacs.org/ for OS X). One of emacs' best features is that pretty much *everything* can be done without your hands leaving the keyboard. When writing heavily marked-up documents, this can be a big thing. I have found that a lot of Emacs' handling of international characters can be clunky if you are used to the way the OS handles them (such as dead keys and compose characters).
Sun May 22, 2011 Reply New Discussion
best bet is to familiarize oneself with a particular editor and keep to it, unless there's a need for codings that another program supports better
Mon May 23, 2011 Reply New Discussion
There are some extensions to it as well which makes it easy to use the editor in full screen mode. Most of the writers need this feature. This way they can skip on softwares like ywriter and writemonkey. If you're looking for any feature rich text editor then consider using ultra edit notepad editor. It is not free but for the price that you pay for it, worths every cent into it.
Mon May 23, 2011 Reply New Discussion
You can read more about it and download a free trial here: http://www.mpsoftware.dk/phpdesigner.php
Also, if searching for a free Editor, you can always use Notepad++ or Notepad2, both are free and light
I recently found out about Programmer's Notepad, tried it and it's quite good, you can get it here: http://www.pnotepad.org/
Also, here is a good list of editors for PHP and HTML:
http://en.wikipedia.org/wiki/List_of_PHP_editors
Oh, I almost forgot, you can always use Eclipse for PHP, if you like Eclipse environment, even though it's best for Java, the PHP Eclipse IDE is quite good and best of all it's FREE!
http://www.eclipse.org/pdt/
So, there are plenty of editors, but my favorite is PHP Designer, comparing features and prices, it's a real IDE for PHP, the other are more just text editors with some useful features and I don't really use WYSWYG editors
Mon May 23, 2011 Reply New Discussion
Programmers notepad on the hand is much light like notepad++ or pspad. SO it can be used for the php development. I have used it on vista and it works fine for me atleast. It is very simple in interface and offers a lot of options. You can select multiple programming language and also use the software for direct debugging from the notepad. So overall it is one good program to use for php or any other programming needs. So if you have choice for using notepad type programs then either go with PSPad, notepad++ or pnotepad, either one of them is fine for your needs.
Tue Jun 21, 2011 Reply New Discussion
Basic Tips and Tricks in HTML (17)
|
(10) WebSite Development and Management Tools
|
Index




