Musings from Mars Banner Image
select ID as postID, post_title, wp2tst_term_relationships.term_taxonomy_id as taxID, wp2tst_term_taxonomy.term_id as termID from wp2tst_posts, wp2tst_term_relationships, wp2tst_term_taxonomy where ID = object_id AND ID IN (select object_id from wp2tst_term_relationships where wp2tst_term_relationships.term_taxonomy_id = 478) AND ID NOT IN (select object_id from wp2tst_term_relationships where wp2tst_term_relationships.term_taxonomy_id = 420) AND wp2tst_term_relationships.term_taxonomy_id= wp2tst_term_taxonomy.term_taxonomy_id AND post_type = 'post' AND (post_status = 'publish') GROUP BY ID ORDER BY post_date DESC LIMIT 0,5
Latest News: Mac web share just shy of 10% in January... | Microsoft Still Spreading Apple FUD on Prices... | New Zunes Killing Themselves In Droves... |  Computerworld: 68% of Businesses Say They'll Add Macs in '09... |  Virtually Every Windows PC at Risk from Malware... | 
For Software Addicts: Yes!MaybeNah!
Articles from    2006   August

Articles from 2006 August

August 8th, 2006

Web Inspector Gains New Eyes for Metrics, Properties

Web Inspector's New TabsLike many of you who develop on the Mac, I was amazed and very impressed by the WebKit team’s Web Inspector tool when it was unveiled in January. However, it was clearly not yet complete… two critical tabfulls of data were missing, which kept me turning to other tools—like the excellent Firebug for Firefox—when getting into a serious debugging session.

Well, tonight I was delighted to discover that the wait is over! On downloading a new build of WebKit today, I found that Web Inspector finally can provide those critical Metrics and Properties of each DOM element on my web pages. And boy, have they done a great job in the implementation! Every bit as cool and functional as the original bits, so I can now get all the details on any element of the page with a right-click of my mouse (control-click for some folks) and a simple selection of “Inspect Element.” Now come on Firebug fans, don’t you wish you could inspect an element that easily? Not that it’s hard with Firebug, but I always say, “Save a millisecond here and a millisecond there, and pretty soon you’ve saved a whole second!” (Just kidding… I never said that before.) :-)

    
  • del.icio.us
  • Google
  • Slashdot
  • Technorati
  • blogmarks
  • Tumblr
  • Digg
  • Facebook
  • Mixx

Full article

Just Say No To Flash