Re: [OT] HTML5 and Safari 5

2010-06-10 Thread Bob Sneidar
You are a programming monster! Can I come sit at your feet and learn? Bob On Jun 9, 2010, at 5:01 PM, Andre Garzia wrote: Jim, I do use FirePHP as well... check out FireLogger which is similar to firephp but not tied to php, you can communicate with both with RevServer. Latest version

[OT] HTML5 and Safari 5

2010-06-09 Thread stephen barncard
the new Safari browser is now available... and although the HTML5 features are compelling, some of the best features are there for programmers. Available for Window as well as Mac. My favorite is the snippet editor which is this split window with two fields.Enter HTML, Java, Javascript DOM -

Re: [OT] HTML5 and Safari 5

2010-06-09 Thread Andre Garzia
Firefox + Firebug still a winner combination too! :D On Wed, Jun 9, 2010 at 6:50 PM, stephen barncard stephenrevoluti...@barncard.com wrote: the new Safari browser is now available... and although the HTML5 features are compelling, some of the best features are there for programmers.

Re: [OT] HTML5 and Safari 5

2010-06-09 Thread Jim Ault
and don't forget the power of FirePHP written by the same group. So many live debugging tools and access to information. start using FireBug + FirePHP... Now add Live HTTP Headers for Firefox and you can watch/capture headers in both directions as you use your browser to access pages or do

Re: [OT] HTML5 and Safari 5

2010-06-09 Thread Andre Garzia
Jim, I do use FirePHP as well... check out FireLogger which is similar to firephp but not tied to php, you can communicate with both with RevServer. Latest version of my own revSpark framework has the ability to talk to Firebug, now I am adding support to FirePHP and FireLogger. Cheers andre