Flux - Mac CSS Design Software
PermalinkThis allows you to create a css and html file with drag and drop ease!
Also it has a way of placing code snippets for you. Might be a great companion to Concrete5.
Check it out and post back to this thread what you like, dislike or how it can function along side C5.
The creators of Flux are looking into an export feature for concrete5.
Hopefully, too, their CSS styles are designed to favor tags rather than classes. If they're created to work with generic tags like H1, P, H2, blockquote, UL, etc, it'll work great with the majority of blocks which are available. If the styles are all meant for elements which only have specific CSS classes, they'll have a harder time getting custom blocks to work.
Hope you don't mind me adding to your list as well with my two cents :)
I like using Dreamweaver for the initial build, because it's so fast to write CSS by hand using the live view. I can load my client's comp as the background, then I can tweak and refine the CSS until it matches up exactly.
From that point I'll turn it into a theme for Concrete, and move on to tweak it by hand or using changes I've done in Opera Dragonfly. Otherwise I might keep the HTML-only style around to use as a template, then copy the changes back to the actual theme once I'm done.
For text editing I prefer FlashDevelop over anything else I've used. It obviously hasn't been specifically designed for HTML work, but its code coloring is pretty good, and it's all around a great IDE.
I've unfortunately no mac at hand atm to test it out :(
I'll maybe try it tomorrow
I can't locate anything like that on their site -- how do I download this addon to test/try it out?
Of course Flux is in heavy development and I am sure they will fix things soon, but at the moment, I simply can't recommend it.
That's sad as it is very promising and could fit the whole between Dreamweaver (or other GUI-based editors) and code editors.
I dislike such guis for css they glare too much, keeping you from getting things done. But that might just be me..idk
Tools I can recommend are:
Coda or Espresso for Mac
Notepad++ + Netbeans for Windows
Geany, Vim or Netbeans for Linux
My absolute favorite is Notepad++ I like that editor really much but it's unfortunately for Windows only. (I work on mac/win/nix*)
Personally I'm most efficient with a pure editor like N++. I've used guis in the past, but Dreamweaver/Fronpage are editors for the Beginners imho.
just my 2 cents
PS: I also like using SmartGit which is a neat gui for git. I can version my work this way easily.