You can use bookmarklets like
Geeklad's script
or you can do it manually with by entering the following into your browser
Showing posts with label google. Show all posts
Showing posts with label google. Show all posts
Monday, February 27, 2012
Tuesday, July 5, 2011
Generating QR Codes with Google
The google chart API has this feature.
For instance
will generate this
http://chart.apis.google.com/chart?cht=qr&chl="+[YOUR_TEXT]+"&chs=[XSIZE]x[YSIZE]"
For instance
http://chart.apis.google.com/chart?cht=qr&chl="Hello World"&chs=120x120"
will generate this
Thursday, June 30, 2011
Changing the default google domain in Chrome
On a mac, make sure that you closed the Chrome browser.
Go to
and edit the 'Local State' file,
change the following lines to whatever google domain you want.
start the browser.
If you use profiles you have to go to that profile folder and change the 'Local State' file there
Go to
cd ~/Library/Application\ Support/Google/Chrome
and edit the 'Local State' file,
change the following lines to whatever google domain you want.
"last_known_google_url": "http://www.google.com/",
"last_prompted_google_url": "http://www.google.com/",
start the browser.
If you use profiles you have to go to that profile folder and change the 'Local State' file there
cd ~/Library/Application\ Support/Google/Chrome/[PROFILE NAME]
Subscribe to:
Posts (Atom)