I am a LAMP developer, but also advancing in CSS / HTML. The problem is that my workflow in this area really suffers from redundant and tedious tasks. There must be a better way. Currently, I start with user interface design, and then:
- I am writing HTML
- Open UPDATED Firefox Web Developer Add-on "Web Developer" Live CSS Editor and
- Firebug CSS + HTML Inspector.
- I customize the styles in Firebug and then transfer them to the web developer editor (tedious!)
- Then, every few iterations, I copy ENTIRE CSS from Web Developer to my text editor, save and reload the Firefox web page.
This process is fine, and it works for me, but it takes so much switching windows and copying style information from one application to another (Firebug for a web developer). I could just type everything manually in a web developer (which I sometimes do), but Firebug gives you the ability to use the up / down arrows to adjust pixel parameters and automatically fill in CSS keyword names. It seems like a hybrid of two tools would be the ideal tool, but I have not come across anything like that.
I am looking for offers.
source share