Earlier quoted context omitted.
Chrome has a "Use side tabs" option in Labs, though only on Windows and Linux for some reason.
It's sort of like TreeStyleTabs, but nowhere near as powerful. With TST, you can configure the placement and look of the tab bar (or autohide it), group tabs into trees that you can collapse/expand/reload/close separate trees, and a number of other nit-picking options and actions that just make it feel right. Side tabs feels like an afterthought in comparison. I mention this not to hate on Chrome or side tabs, but be…
John Resig uses this
101–110 of 131 posts
Re: John Resig uses this
#102"I wish Boxee didn't crash so much." Sadly true. And Plex, the main alternative, crashes as much, but in different ways. No more Front Row in Lion. I think Apple want us to buy Apple Tv...
Ever tried using Plex? (Not saying that's perfect, but in 2,5yrs of usage, and 24/7 on, it has yet to crash on me). http://www.plexapp.com/
And Plex, the main alternative, crashes as much, but in different ways.Re: John Resig uses this
#103Earlier quoted context omitted.
Downloading copyrighted material is legally in the clear in .us [citation needed]? I’ve never heard that before. Mind you, I’m not in the US.
The uploader is the one doing the copyright infringement. I've never heard of anyone being prosecuted for downloading.
I'm also not sure that they never prosecuted anyone for downloading is actually a sufficient amount of evidence that it is legal. I've never heard of anyone get prosecuted for uploading just one song or one movie, that doesn't mean that it would be legal to do so.
Re: John Resig uses this
#104"I wish my car accepted audio input." I just used a Grom adapter to add bluetooth to my 1999 daily driver. It doesn't have whizzy features like voice dialing and A2DP audio quality is not excellent but, for podcasts, pop music, and phone calls, it's great. http://www.gromaudio.com/
Re: John Resig uses this
#105Earlier quoted context omitted.
Downloading copyrighted material is legally in the clear in .us [citation needed]? I’ve never heard that before. Mind you, I’m not in the US.
The uploader is the one doing the copyright infringement. I've never heard of anyone being prosecuted for downloading.
Re: John Resig uses this
#106Earlier quoted context omitted.
xbmc is ok enough. It handles 95% of stuff.
XBMC er here as well. Boxee might turn around their issues with their next release but, it loves to crash right now. XBMC, not a one crash
Re: John Resig uses this
#107Re: John Resig uses this
#108Earlier quoted context omitted.
Have you tried using tree tabs in Chrome? It isn't quite as slick as the Firefox tree tabs, but still nicer than the little nubs that are the default. That's interesting though, I always do dev stuff in Firefox because of how anemic firebug is in Chrome, and casual surfing in Chrome because it feels faster.
I find the developer tools in chrome actually better than firebug these days. Do you have any specific features that you miss with the current builds of both?
- Only Chrome lets you set a breakpoint on JS event listeners.
- Only IE let's you change the next line of execution in JS.
- You *can't* edit the value of a local variable in the Chrome console!
- Only IE9 & FF search multiple JS files when doing a text find.
- IE doesn't refresh the dev tools representation of the DOM without clicking refresh.
- Only IE has a "format JavaScript" for minimized, obfuscated JS. And it allows you to set breakpoints on the formatted lines!
- Only Chrome has tools for finding memory leaks (see dev channel for big improvements in that).
Etc, etc.Re: John Resig uses this
#109I thought the most interesting part was his wish list at the end. "I wish my MacBook had built-in 3G capabilities, I wish it was easier to type on my iPad, I wish Chrome was a better browser, I wish SABnzbd+ was smart enough to not re-download files, I wish my iPhone was faster, I wish I didn’t need a dongle to do a presentation with my MacBook, I wish Boxee didn’t crash so much, I wish my car accepted audio input, I…
Yes, well. I always thought it was really dumb for cars to not accept audio input. I mean, why? but why? and most importantly: since when will we, users, let those machine makers dictate the way we have to use their tools?
My car is a cheap minivan, but I HAVE external audio input, and use it 100% of the time.
It is the same with iTune: why can't I delete audio files? I am a grown-up, please let me delete files I want to delete.
Letting other people control your environment drives me crasy. It is very strange to see so many devs like Resig using more and more Apple Inc products. We devs shouldn't we not being in full control of our tools? Dear Mr Resig, what is GNU/Linux for you? Why is it not in the landscape? jQuery is open, right? Don't you care being trapped in a closed garden? Do you agree with the fact that iPhone software must be developped on iX machines using iY IDE, plugged together with iZ cables, all from one manufacturer?
Re: John Resig uses this
#110Earlier quoted context omitted.
I find the developer tools in chrome actually better than firebug these days. Do you have any specific features that you miss with the current builds of both?
I find they are all lacking in major ways and I have to jump between IE, FireFox, and Chrome. Anyone that swears by a single browser's dev tools isn't making much use of them. - Only Chrome lets you set a breakpoint on JS event listeners. - Only IE let's you change the next line of execution in JS. - You *can't* edit the value of a local variable in the Chrome console! - Only IE9 & FF search multiple JS files when do…