The $0 thing will save me a lot of time. I often spend a while figuring out how to select a specific element with DOM queries, or assign it a special ID and then do the whole document.getElementById malarkey.
Things I didn’t know about the WebKit inspector
31–40 of 54 posts
Re: Things I didn’t know about the WebKit inspector
#32Speaking of web inspectors, did anyone else notice what a tremendous broken piece of crap the one in the latest version of Safari is? It's downright scandalous! I had to manually roll back Safari to 5.1.7 to get the old one back. I will give Apple credit for keeping me hooked on Safari since they're bookmark and history sync across all their devices via the cloud is top notch.
Re: Things I didn’t know about the WebKit inspector
#33Earlier quoted context omitted.
I gave it a cursory glance but haven't had much cause to really use it yet (though I did get some good use out of the console keeping a history of log files). What kind of issues have you been having?
Half the features missing, impossible to navigate.
Re: Things I didn’t know about the WebKit inspector
#34Speaking of web inspectors, did anyone else notice what a tremendous broken piece of crap the one in the latest version of Safari is? It's downright scandalous! I had to manually roll back Safari to 5.1.7 to get the old one back. I will give Apple credit for keeping me hooked on Safari since they're bookmark and history sync across all their devices via the cloud is top notch.
Re: Things I didn’t know about the WebKit inspector
#35Re: Things I didn’t know about the WebKit inspector
#36Speaking of web inspectors, did anyone else notice what a tremendous broken piece of crap the one in the latest version of Safari is? It's downright scandalous! I had to manually roll back Safari to 5.1.7 to get the old one back. I will give Apple credit for keeping me hooked on Safari since they're bookmark and history sync across all their devices via the cloud is top notch.
If you log into Chrome, your bookmarks, history, plugins, settings, etc. will sync across all Chromes that you log into with the same user/pass.
Re: Things I didn’t know about the WebKit inspector
#37Earlier quoted context omitted.
Half the features missing, impossible to navigate.
That's actually completely false. Just about all of the features are there, but they have been reorganized a lot. It seems like they're trying to align the organization of their inspector more with the way the debug tools in XCode work, so that the experience is unified across them. It's a bit tough to get used to if your habits are with the old inspector, but it's actually not too bad once you start getting the hang…
Re: Things I didn’t know about the WebKit inspector
#38I love tip articles! Here are some more that I use heavily (note that some of these might be Google Chrome only at the moment) The gear in the bottom right of the Chrome inspector has a lot of useful options, such as emulating touch events and preserving the console log upon navigation. The Watch Expressions persist across tabs and I keep "this" as the top watch expression all the time. It makes for an easy quick che…
Re: Things I didn’t know about the WebKit inspector
#39The $0 thing will save me a lot of time. I often spend a while figuring out how to select a specific element with DOM queries, or assign it a special ID and then do the whole document.getElementById malarkey.
Even better: there is a selection history. $1 get you the item you selected before the one that is currently selected, $2 the one before that, etc.
Re: Things I didn’t know about the WebKit inspector
#40Earlier quoted context omitted.
If you log into Chrome, your bookmarks, history, plugins, settings, etc. will sync across all Chromes that you log into with the same user/pass.
Thanks, but the chrome on my iPhone/iPad leaves something to be desired