I usually have 2 sets of tabs in google chrome, in 2 windows. 1 for general browsing, and the other for 'work'.
Can I get both windows to auto launch at start, populated with their respective tabs?
Thanks
I was wondering how to search keyword with some special characters in Google?
Special character such as ".", "&", "$", "/",....
For example, I would like to search the whole "$HOME/.gnome".
Thanks and regards!
Is it possible to use Google Chrome Frame in IE 6 to access a SharePoint 2010 site without displaying the WarnOnUnsupportedBrowsers message.
The message I get is this:
Your Web browser will have problems displaying this web page.
Changes to the site may not function properly. For a better
experience, please update your browser to its latest version.
Ideally, I'm hoping to only have to make changes to the client, but if the site itself needs to modified I can probably get it done.
I have come across multiple tutorials explaining how to model structures with Google SketchUp. Are there any tutorial series explaining how to do interiors using Photo Matching and multiple photos. The tutorial should ideally cover the entire process, including the right way to take the photos of the place to modelling the furniture and the walls. Does anyone know of any video series or any literature on the same. Please direct me to the right place
This may not be a proper SU question, but here it goes.
I want to search for some info about Blogspot (tools and such) but if I search for "blogspot" it get results from "SomeBlog".blogspot.com.
Is there a way to search on Google so that it does not include the URL as part of the searh?
When I try to print any page from Chrome on my Windows 7 machine, I get the following message.
click to enlarge
By the way, the gray text in the middle reads
Google Chrome cannot show the print preview when the built-in PDF viewer is disabled. In order to see the preview please visit chrome//plugins/, enable the Chrome PDF Viewer, and try again.
When I check my plugins, I find that Chrome PDF Viewer is already enabled. Why can't I print?
I'm looking for a way in Google Analytics to get separate page view counts for a number of pages, aggregated by day, week or month
For example:
Day1 Day2 Day3 Day4
Page1 34 45 56 78
Page2 54 67 75 34
Page3 56 23 56 43
Can GA produce this kind of thing in a single report?
Hello everyone, I just want to get the information of a website which has been shut down, but when I search it in google there is still some cached text, but there is no cached button to see it clearly, I just can read one or two line of it, I dont know how can I read the rest of it, I would appreciate any help, thanks
I was recently hacked by a person I know who I happened to make an account using my hacked email. I was wondering how I can close off Google Apps without logging in. (I have FTP and such, and I deleted the nameservs already)
Had a power outage. After restarting the computer, now whenever I start Google Chrome, a window pops up "Your preferences can not be read. Some features may be unavailable and changes to preferences won't be saved."
Nothing whatsoever in Chrome Help nor in the Chrome Forums as to how to fix the problem. How can this be resolved?
Additional edit: Uninstalling and reinstalling Chrome does NOT fix the problem.
When I try to put Google Chrome in the Windows (Vista 64) startup folder, the browser launches with a blank page and then stops responding. Manually launching Chrome works perfectly well.
What is causing this and - more importantly - how can it be fixed?
I often have a remote desktop session or a java remoting tool up and whenever i copy from within a remote session and paste into chrome browser, the browser freezes and i have to kill it for anything to work again.
has anyone seen this or have a resolution?
i have to remember to copy and paste into notepad first and then copy from notepad and then into chrome which is a pain.
I am using google chrome 5.0
Hi, anybody knows how to implement bullets with hierarchy in a google document ? Something like:
1. Main Section One
1.1 First Subsection
1.2 Second Subsection
2. Main Section Two
2.1 First Subsection
And so on
Thanks
Several days ago Google Chrome stoped working after an update.
If I start it in the terminal I can see the following output:
[6:6:4528137750:FATAL:sandbox_init_linux.cc(378)] prctl(PR_SET_NO_NEW_PRIVS) failed: Invalid argument
Any idea how to solve this?
Chrome version: 20.0.1132.47
Ubuntu: 12.04 x64
Kernel: 3.2.0-21-generic #34-Ubuntu
EDIT:
It is possible to start chrome with --no-sandbox switch.
I went to google today and it started to randomly play arcade music. Im not sure what is going on, I think I got a virus or something. Can someone help?
I am on a network that uses LDAP proxy for authentication based on a username and password.
Whenever I start Google Chrome, it pops up with a proxy authentication dialogue, but the dialogue disappears automatically after variable amount of time (sometimes it stays for 5 seconds some times less than 1 second). I have found the same issue with Chromium also.
Is there any configuration I can set to control this timeout, or say, auto-authenticate with my authentication details from the shell or DE (Gnome3 on Arch)?
In the spirit of this question - List of Firefox’s About: pages?
I know following
chrome://downloads/
chrome://history/
Question is slightly related to Hidden features of Google Chrome
is it possible use google analytics to track visits from nonbrowser application? will ga be able to recognize custom user agents or other http headers? Anyone has experience in this area?
thanks!
I'm downloaded version 37.0 of Google Chrome but, few plugins and extensions didn't worked.
I'm uninstalled that version and install 35.0 again, but now i have some errors. After every Chrome start i get these windows: http://i.imgur.com/rjB1SWJ.png , http://i.imgur.com/gfBa5Ju.png , http:(slash,slash)i(dot)imgur(dot)com/5opKTPE.png
And every time i start chrome, i get these errors, it's really annoying, do you have idea how to fix that, or at least hide?
I've started a little project about marketing research over social networks. Basically we need to gather information from public profiles and conduct some statistical analysis over this data. I want to know if the Facebook API lets you query information from the public profiles without them having to authorize your app.
Is this feasible? Is this legal? Any useful link?
Is there any sort of API that just offers a simple symbol lookup service? i.e., input a company name and it will tell you the ticker symbol? I've tried just screen-scraping Google Finance, but after a little while it rate limits you and you have to enter a CAPTCHA. I'm trying to batch-lookup about 2000 ticker symbols. Any ideas?
I'm using the gdata OAuth controllers to get an OAuth token and then signing my requests as instructed.
[auth authorizeRequest:myNSURLMutableRequest]
It works great for GET requests but POSTs are failing with 401 errors. I knew I wouldn't be able to remain blissfully ignorant of the OAuth magic.
The Google Reader API requires parameters in the POST body. OAuth requires those parameters to be encoded in the signature like they were on the query string. It doesn't appear the gdata library does this. I tried hacking it in the same way it handles the query string but no luck.
This is so difficult to debug as all I get is a 401 from the Google black box and I'm left to guess. I really want to use OAuth so I don't have to collect login credentials from my users but I'm about to scrap it and go with the simpler cookie based authentication that is more mature. It's possible I'm completely wrong about the reason it's failing. This is my best guess.
Any suggestions for getting gdata to work or maybe an alternative iphone friendly OAuth library?