Posts Tagged ‘developer’
Firebug helps teach CSS by hands-on exercise
Written by shawnmor on May 5, 2008 – 6:35 pm
Firebug is a godsend to me. Firebug provides one of the easiest ways to see exactly what CSS tags are affecting a specific item in your HTML. I switch WordPress themes rather often, and it’s always an adventure learning how someone set up their style sheet. Firebug’s inspect mode lets me point to a specific place on a page, and see all the CSS tags that influence the display. I can then edit the CSS on the fly, and Firebug will save those edits during the session. I can see how all my changes affect a page before I choose to upload the updated CSS to my server.
Tags: CSS, developer, firebug, firefox
Posted in Uncategorized |
Stackoverflow.com - a great resource for developers
Written by shawnmor on April 16, 2008 – 7:34 pmThis is pretty exciting news. I follow both Joel and Jeff religiously. Based on both their backgrounds, I have a feeling this will be a fantastic resource for developers. Subscribed, and hitting refresh every minute…B-).
Tags: coding, developer, expert
Posted in Computers, Web Tools, development |