close
oniTony

Last seen: 6 months ago

Tony is a 23 year old guy from Waterloo, Ontario, Canada

I'm a University of Waterloo student, trying to switch into Computer Science. Instead, in an odd twist of irony, I'm currently working as a Software Developer for an amazing web startup company in Toronto. In between this school-work drama, I also manage to operate a community forum, administer a monthly computer programming contest, and regularly publish articles on my blog.

  • http://dmiessler.com/blog/three-powerful-safari-features-...

    Rated Mar 22 2008 4 reviews internet, web development, safari dmiessler.com


    Safari is my favourite web browser, mostly because of how blazingly fast it is. Though I still end up doing a lot of web-development in Firefox, as a host to Firebug. The Web Inspector might soon change it.

    This WebKit functionality is not enabled by default, but it's an easy fix:

    defaults write com.apple.Safari WebKitDeveloperExtras -bool true

    It is almost there! The major feature that's still lacking is the ability to edit DOM elements live (previews, mockups, or simply tests). Though otherwise it does everything Firebug does.