This blog has moved to Medium

Subscribe via email


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Posts tagged ‘Chrome’

A few Chrome debugging tricks

  1. If you’re not interested in web development, you can stop here.
  2. Go spend 10 minutes reading this post.

A few things I’ve learned:

  1. Open chrome dev tools, click the gear icon to the bottom right, and take a look at the options … I never bothered to do it, but it’s worth going over this.
  2. Going to try Dock To Right … I always feel there’s not enough room at the bottom of the screen, and it doesn’t have to be this way.
  3. Hitting Ctrl+Shift+F will search all js sources. I’ve wished for this features for a long time and didn’t know it existed!
  4. Ctrl+O will let you lookup a specific source file … much more convenient than browsing through the list of sources.

Producteev Auto-login

I wrote my first Chrome extension today!

Anyone uses Producteev? If, like me, you hate having to login all the time, you might want to auto-skip the login page

Open source of course.

Add StackOverflow-specific search to Chrome for fun and profit!

When I saw Chrome’s Custom Search feature a while back, I didn’t think of any particular use for it for me.
However, lately I’ve noticed that a lot of my queries end in “site:stackoverflow.com”.

So, I went ahead and setup shortcuts for searching Stack Overflow (and Super User, while I’m at it). From now on, if I want to make the turtle move in Logo, I simply type “SO turtle logo” into my Chrome’s omnibox.

To set this up, see this link.

Why I finally installed Chrome

I’ve resisted the Chrome buzz so far, but today I’ve fallen too. Even though Firefox is somewhat sluggish in comparison to Chrome, I like its multitude of extensions and frankly, I’m just used to it.

However, today I finally gave up, because of a missing feature in Firefox – the ability to view source of an RSS/Atom feed. As far as I’ve been able to discern, it’s impossible in FF3 to view the raw XML of a feed (just try opening this feed and clicking View Source). I found several posts on how to manually edit a javascript file to disable this preview, but they must not apply to FF3 because … they didn’t work.

So my workaround was Chrome (haven’t switched over as a main browser though). What’s most annoying is I’m sure there was a way to do this, because before I switch computers a week ago I was able to view the raw feed – I just can’t remember how.