HTML editor - A free alternative to DreamWeaver - html

In the past, I used to work with DW4 and liked the way it allows you to visually write HTML pages.
Can anyone suggest a free alternative for Windows?

Visual Studio does HTML editing and it's not bad. http://www.microsoft.com/express/Web/

If you don't mind using something experimental, why not try a nightly of BlueGriffon?
www.bluegriffon.org/

Try Bluefish and KompoZer from the World of FOSS..:)

Try this. Was ok for me before a got CS4.
http://www.pagebreeze.com/

Related

Keyboard Shortcut for Notepad++ to Make HTML Coding Easily

I am new here.
I'm starting learning Web Designing. I wonder when I watch the tutorial video I found on http://webdesign.tutsplus.com you might have to watch it.
I give the link for more detail http://webdesign.tutsplus.com/tutorials/complete-websites/create-a-sleek-corporate-web-design-hd-video-series-day-3/ (PART 1) about the fourth minutes.
The author said if he used some tricks to make his coding easily and faster.
He said he will generate <div id="TopContainer"></div> by writing div#TopContainer then pressing F1.
Yeah, I think it will save a lot more time. But I try to do that and do same like him. And I can't like the tutorial. I used Notepad++ 5.9.5.
I want to ask and hope getting light about this cases.
What might my understanding is wrong, or I am wrong while doing it, or it may take some add-ons or plugins so I can do it.
Very appreciated all reply and help. I know I am very new on this field, and may it seem kidding for you. But really I need some "light" here.
all,
i suggest you to use Zen Coding, its nice and quickest way to create html files, it can support many editors
Zen coding
For online demo you can check it . Demo for zen coding
NOtepad++ extensions for zen coding
Here is the latest version of the WebEdit plugin for Notepad++:
http://sourceforge.net/projects/npp-plugins/files/WebEdit/WebEdit%202.1/

any idea about HTML Editor opensource

in my web application there is requirement to edit or modify the given web page, if is there any open source for HTML editor and you know please share.
Thanks in advance.
i'm not sure what you looking for, try this one
http://htmledit.squarefree.com/
Try CKEditor.
or this NVU

best HTML validator/parser?

I have a large HTML file, and it looks like some tags are not closed. It's hard to find it. I am using VIM as the editor.
Is there any good way to find it?
You can validate your html using http://validator.w3.org/
Just make sure you specify the DOCTYPE correctly and it'll find anything that is invalid.
I assume you are on running Linux?! If so, you could try Eclipse
It is a complete IDE, which will help you in many cases and make programming a lot more efficient
Just use Notepad++. It is free and light weight code editor, and I already found many unclosed tags in my html with it...
HTML Validator (extension for Firefox) has helped me in the past. You need to load the page in the browser to find the errors.
If you can put you code online you could try Dr. Watson.
Another validator to try is the CSE HTML Validator. The online version is here:
http://www.OnlineWebCheck.com/

IDE for jsp and html?

I would normally use Visual Studio for web development, but I don't think it works with JSP, so I need to use something else - what do you recommend?
I would like to use CSS too.
Netbeans is nice and its free!
Netbeans
Lot of opinions and experiences were presented What is a good Jsp IDE maybe this could help you.
I just use Notepad++ for everything. I would recommend Eclipse.

What to replace FrontPage with?

I use FrontPage for two different tasks; authoring html help and authoring a couple of websites. The websites don't require a lot of stuff -- they are there to disseminate a bit of information to a couple of small audiences.
FrontPage has been quick and easy for these tasks. WYSIWYG is good for these jobs and I like being able to click on links to quickly bring up other pages in the editor.
I've been exploring all sorts of options. tools that work online such as Kompozer make editing the html help difficult (at least, I haven't found a way around) and other html-level tools are just too much work. Tried nVu, Kompozer, Aptama, Komodo, Bluefish and so far, unless I'm missing something, I'm not sold on any of them.
I'm about to take a look at SeaMonkey but wondering if anybody has any recommendations. Or should I go back and look at those other tools again -- maybe I missed something?
Notepad++
I think the natural upgrade path would be Microsoft Expression Web.
People still use FrontPage?
I switched a couple of years back to DreamWeaver and never looked back.
Something to consider is that you could deploy these sites as wikis (which don't have to be publically editable) and edit them directly on the web in your browser. This would give you the ability to click around and do pretty much wysiwyg edits. It would also make it easier to maintain larger collections of data and to make new pages. You also don't really have to do any HTML at all because wikis mostly come pre-HTMLed (and CSSed and Javascripted), you just need to fill in the content.
I should note that this won't work if your webpages are deployed statically on a restrictive shared hosting account, but even most shared hosting supports installing things like wikis these days, so hopefully this is something you can look into.
I should also note that this probably isn't the best way to do local HTML help files, but if the HTML help is online, this is probably still a good choice.
I'm making this community wiki so others can add links to other wikis if they like or add more info on why you might want to or not want to use a wiki for this purpose.
Some wikis to consider:
MediaWiki - The wiki behind wikipedia
MoinMoin - Implemented in Python and popular in that community.
TiddlyWiki - Implemented in Javascript and runs on a single page. This is probably the most different wiki that's out there. Some love it, some hate it.
NVU and Kompozer both are best suited for you. NVU is my personal choice. Choose your poison. :)
FrontPage has been replaced by SharedPoint Designed in the Office suite.
You could also use Microsoft Expression Web if you can have it.
Drewamweaver or MS's Visual Studio/Web Developer Express will do the trick. They're both overkill (especially MS's tools).
I also think MS has (free) HTMLHelp. It's out there, but I don't know if it'll produce the files you need.
It depends on what kind of pages you are designing. If you are using Adobe Flash, Dreamweaver would be the best option but I would recommend "Microsoft Visual Web Developer Express". I am currently using it and totally love it from the bottom of my heart.
I'd say Dreamweaver, but last time I looked there was still bloated code, not as bad as the MX days mind.
Smashing Magazine has a list of WYSIWYG tools that would be worth a look :
http://www.smashingmagazine.com/2008/05/06/25-wysiwyg-editors-reviewed/
I persuaded my friend to ditch Dreamweaver for NetBeans, took a week or so but I got a pint out of that :)
You might look into Aptana (http://aptana.org) which should provide everything you need. I think it even has a WYSIWYG editor, though I would really recommend learning html instead.
I would use Notepad++ for the simpler things, and Dreamweaver when working with other Adobe products. Notepad++ is simple and has a lot of great features. Dreamweaver is huge and will take some getting used to.
Try dokuwiki. I've implemented a wiki/manual/documentation for my app in a week. It's very simple n easy installing. You just need PHP, no database (mysql), the information is stored on files. Give it a try.
My wiki implemented wiki doku: wiki.vigo.com.br
Microsoft Visual Web Developer Express perhaps? http://www.microsoft.com/express/vwd/
Works well, and it's free!
Something similar to FrontPage is Adobe Contribute. It does cost $199, but if you're looking for something as simple as FrontPage, it may be a good option for you.
A freelancer web designer I work with will setup clients who want to make simple HTML edits to their sites with it and they've all been pretty happy. They're all non-technical people.
Dreamweaver is good, but however using the WYSIWYG may have problems getting consistency when viewing between IE, firefox and safari.