Ryu, on 04 September 2011 - 10:31 PM, said:
I just downloaded the trial version of HTML-Kit's web design program called "HTML-Kit Tools"
I did this because:
A: I needed something up-to-date
B: I don't have a web design program on my computer anymore. (WYSIWYG also known as What-You-See-Is-What-You-Get)
I am not a hand coder nor do I know much about HTML coding (or CSS for that matter) so I have some templates saved which I modify then in HTML-Kit since Dreamweaver (what I used to use) doesn't even use proper CSS coding let alone proper HTML code.
Now the older version was nice too and seemed easier to navigate but the newer version seems..umm...a tad disorganized.
Has anyone ever used this program..how about their newer version? Any thoughts?
Can't say I do. I generally code in notepad++ myself, which offers syntax highlighting for a number of various languages, and has a lot of good tools, most of which I have not even begun to explore.
It's free and I believe it's open source so I definetely recommend getting that one. Though it's not WYSIWYG, but for that it seems like CKEditor seems like a decent tool. It seems very straightforward and easy to use, maybe worth looking into?
Other than that, I don't see why Dreamweaver would be a problem. What do you mean Dreamweaver 'doesnt use proper html and css coding"? I guess it's a little faulty in that it doesn't contain all the tags and properties, and it misformats some, but that's usually easily corrected.
In case you wish for a good source to learn web programming you should check out www.w3schools.com but I guess you already know that.