Monday, September 29, 2008

CSS Editor - Kompozer

It was time to give the UI of the website I am working on a facelift. Nothing too fancy, but something simple that won't scare off the users when it is released... Before, I have far too often reverted to the safe path of tables and plain HTML tags, before getting myself into too much .css trouble. This time I decided it was time to put a bit more force behind the goal of handling the layout only with .css stylesheets...

First thing I looked into was finding a better editor than Eclipse for css and html... Decided against shelling out for Dreamweaver f0r now because of 1) price and 2) my favorite development OS is Ubuntu...

After some reasearch I figured out that many people are using the open source Kompozer (based on Nvu) editor, and decided to give it a try. 

My experience so far is that it is definately a helpful and worthwhile to have tool while designing your pages. It is definately no Dreamweaver replacement, but it provides you with an editor that let you preview your changes instantly, gives you easy access to the most used style settings, and provides you with an overview of your page structure in one tool.

I also had some problems while using Kompozer. The undo as well as the publish  function must be working in a way different than I am expecting, as I have lost work many times. I have resorted to not using any of those two functions, and making frequent backups for now... I am planning to research this more...

Overall I am happy that I took the time to learn Kompozer and is looking forward to continue to use it on all my machines.

Note: As an added bonus there is a "portable" version of Kompozer available, so if you are on windows you don't have to install another program. Goes nizely together with Portable Firefox and Firebug for the css development...

Update: My Kompozer usage has dropped to almost zero, as I managed to get my stylesheet automagically replaced with an old version again. I will have to Google this problem a bit and find a solution before I have the guts to spend any time with Kompozer again...

No comments: