Gizmos Freeware Reviews  

Go Back   Gizmo's Freeware Forum > Freeware Forum > I Want a Freeware Program that ...

Reply
 
Thread Tools Display Modes
Old 30. Jan 2011, 01:02 PM   #1 (permalink)
Moderator
 
Join Date: Jul 2008
Location: India
Posts: 9,484
Default HTML/CSS Editor

I am in need of a good HTML/CSS editor. I am just starting to learn HTML, and CSS both.

It should be able to edit HTML in both WYSWYG style, and source code. It should also support CSS editing, with syntax highlighting and all.

I have tried AlleyCode, but it does not support syntax highlighting for CSS, which makes it difficult to edit for me.

I took a look at standalone CSS editors... ArduoCSS, and SimpleCSS. ArduoCSS is good, but I cannot edit HTML in that.

I tried Amaya, and it comes quite close to my need, but I don't like the way it edits HTML WYSWYG, and source code, in a small split window. If it could open the code in a separate tab, it would have been much better. Also, once I save the code, the next time I look at it, its indentation and appearance appears in a strange way, which is kinda annoying.

Had a look at FreshHTml, and although the website said that it had support for CSS, but I could not find anyway to edit, or open CSS file with it.

So, is there anything better available?
__________________
Anupam
Anupam is online now   Reply With Quote
Old 30. Jan 2011, 01:33 PM   #2 (permalink)
Senior Member
 
garth's Avatar
 
Join Date: Sep 2010
Location: Here.
Posts: 1,451
Default

This doesn't have wysiwyg but you might find it useful anyway. I just use this and a browser for html and CSS.

SciTE.
http://www.scintilla.org/SciTEDownload.html
http://sourceforge.net/projects/scintilla/
__________________
garth
garth is offline   Reply With Quote
Old 30. Jan 2011, 01:42 PM   #3 (permalink)
Site Manager
 
MidnightCowboy's Avatar
 
Join Date: Aug 2008
Location: South American Banana Republic, third bunch from the left
Posts: 9,250
Default

Quote:
Originally Posted by Anupam View Post
I am in need of a good HTML/CSS editor. I am just starting to learn HTML, and CSS both.
Preparing yourself for becoming an editor I see which is long overdue

In any case, once you've learned this you can help me out by publishing my stuff. I've long since decided that I must be HTML dyslexic
__________________
Knows nothing and cares even less
MidnightCowboy is online now   Reply With Quote
Old 30. Jan 2011, 01:52 PM   #4 (permalink)
Progradminstrateditor
 
George's Avatar
 
Join Date: May 2008
Location: Frankfurt, GER
Posts: 1,253
Default

Here are few WYSIWYG editors you might wanna try:

http://netobjects.com/html/essentials.html
http://www.kompozer.net/
http://www.w3.org/Amaya/Amaya.html

Full control about your code tho you only get with a text editor. I can recommend these:

http://www.codelobster.com/
http://www.pnotepad.org/

As a beginner it makes sense to start with a WYSIWYG editor and review the code it creates. You will probably switch to text only editing anyways in the end.
__________________
Best regards, George
George is offline   Reply With Quote
Old 30. Jan 2011, 02:58 PM   #5 (permalink)
Foundation Editor
 
Ritho's Avatar
 
Join Date: Apr 2008
Location: Planet Earth
Posts: 1,391
Default

I started out with KompoZer, it helped me a lot in learning html and css. (Note KompoZer is a newer stable fork of NVU)

I am a big fan of Aptana Studio 2, but it is not wysiwyg. http://www.aptana.com/products/studio2 It is loaded with features, and you can become overwhelmed if you try to focus on them all. But it has an awsome auto suggest tag and code feature for html, and css, plus syntax highlighting. It has a built in visual preview of what you are editing, and it can do the preview in the editor or editors of your choice.

I would also suggest you learn about Firebug, and this plugin http://xrefresh.binaryage.com/.

I use Firebug a lot to figure out "how they did that" on webpages.

I own Microsoft Expression Web 3 & 4 (Got them for free thanks to my wife being a student, and having a membership to MSDNAA.) It is an amazing tool. But I would say that in many ways, I still prefer Aptana Studio. Even if you don't use Aptana to begin with, keep it in mind for later down the road. I have tried many html and css code editors, I still have not found one I like better. Aptana Studio 3 is in beta, but it is not quite there yet. So stick with version 2 until it comes out of beta.
__________________
The smallest good deed is better than the greatest intention.
Ritho is offline   Reply With Quote
Old 30. Jan 2011, 03:17 PM   #6 (permalink)
Foundation Editor
 
Ritho's Avatar
 
Join Date: Apr 2008
Location: Planet Earth
Posts: 1,391
Default

Thought I would mention this little trick too. If you add the following code in the <head> of your html document it will automatically refresh every second or every few seconds in the browser.

Code:
<meta http-equiv="refresh" content="1" />
This will refresh the browser every 1sec. Change the 1 to any number you wish

This will work simular to Xrefresh, as you can have the file you are editing with your text html or css editor loaded in your browser, and as soon as you save your preview will be updated.

Be sure to remove the line before you put it online.
__________________
The smallest good deed is better than the greatest intention.
Ritho is offline   Reply With Quote
Old 30. Jan 2011, 07:04 PM   #7 (permalink)
Moderator
 
Join Date: Jul 2008
Location: India
Posts: 9,484
Default

MC, you don't leave a chance, do you . Well, I do have a little knowledge of HTML, but only elemental. If I do learn it well, I will surely help out whatever I can . But, able people are already there like George, Jojoyee, Ritho... they will surely offer better than help than me.

Thanks for the suggestion guys.

I think Programmer's Notepad, and Scintilla are text-based only, with syntax highlighting. I will not be looking into these for now, as I want something with WYSWYG, or preview there itself. But, I will take note of these. I think there are more such editors out there, like PSPad, Notepad++ etc.

I have already tried Amaya, and I wrote about experience with it.

I have Kompozer too, and I thought it did not work for CSS. But, I just looked at its site, and it does support CSS editing, so I will take a look at it to see if it works for me. I also noticed that its development has started again. For a long time, only the stable version 0.7.10 was available, but now beta versions of 0.8 are available. Great!

Jojoyee was talking about Bluefish Editor. I downloaded it, but its giving error on launch. I think it might be because of the latest GTK+ I have on my system, and it might not work with the latest version.

I have downloaded Codelobster and will be taking a look at it.

I had read about Aptana Studio being good, but I had a look at its site, and it was a hefty download, so I was avoiding it. But, I have downloaded it now, and I will check it out too. If its good enough, then why not .

The article for BF HTML Editor on the site says about HTML-Kit as good. I downloaded it, but didn't like it, and I think it requires plugins to support CSS editing. So, I will leave it out.

Actually, I am learning .NET, and just started with ASP.NET. But, to build websites, you have to encounter CSS, HTML, XML etc. So, trying to get a grip of these.

If anyone knows a good tutorial on CSS, preferably in PDF, do share .

Thanks again for the suggestions, and tips. I had taken a note about Firebug, when you mentioned it elsewhere Ritho. Thanks about the refresh tips too... will be helpful.
__________________
Anupam
Anupam is online now   Reply With Quote
Old 30. Jan 2011, 09:17 PM   #8 (permalink)
Senior Member
 
garth's Avatar
 
Join Date: Sep 2010
Location: Here.
Posts: 1,451
Default

w3schools is an invaluable resource.

http://www.w3schools.com/css/default.asp

Pdf download here

http://www.cssbasics.com/download-all-chapters/
__________________
garth
garth is offline   Reply With Quote
Old 31. Jan 2011, 07:02 AM   #9 (permalink)
Maestro di Search
 
Jojoyee's Avatar
 
Join Date: Jul 2008
Posts: 4,295
Default

A very basic and quick start for HTML and CSS before going any deeper:

HTML Tutorial
CSS Tutorial
__________________
Keep It Short and Sweet
Jojoyee is online now   Reply With Quote
Old 31. Jan 2011, 07:04 AM   #10 (permalink)
Moderator
 
Join Date: Jul 2008
Location: India
Posts: 9,484
Default

Quote:
Originally Posted by garth View Post
Thanks a lot Garth. I know of W3Schools site, its really a useful one.

And I had already downloaded the pdf from the second link yesterday .
__________________
Anupam
Anupam is online now   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 Off
Pingbacks are Off
Refbacks are Off



All times are GMT +1. The time now is 12:36 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2