Tag Archives: chrome

Google Uses Chrome to their Market Webapps

In case you have any plugins installed, or haven’t use a fresh and up-to-date version of Google Chrome lately (running the Canary build myself), you might not have noticed that the default “new tab” page / homepage has now changed to show some of the core google suite products: Chrome Webstore (this is not new) Google Docs Google Drive (seems to be a duplicate but maybe the brand is still transitioning) Gmail (easy access more so than marketing) Youtube Google Search Previously Google Chrome had focused on things like your recently closed pages, and the Chrome Store. It’s interesting to see more of their own products pop-up here. Their client base for people trying these things since they are presented with them has got to be growing. This is similar to the new start menu in Windows 8 – but with both we’ll have to see if people just get used to using the things they are familiar with and “see right through” the other things, or if they are tempted to explore. That’s UX / UI for you.

Posted in Marketing, Software, Tech Opinion | Tagged , , | Leave a comment

Google Chrome – A web browser built for speed, simplicity, and security

Google is still following the model of having an open-source, beta-ish version of Chrome alongside their standard Google Chrome. It’s interesting the “about” pages are very similar.

Posted in Software | Tagged , , | 1 Comment

How does CodeKit inject CSS changes without refreshing the browser?

CodeKit is a nice little app for web development which does things like processing LESS into CSS and minifying javascript. It has one feature that is perplexing: “Inject CSS changes without a full reload” It’s in the app’s preferences menu: What it does: When you’re editing a CSS file and have a page that is using that CSS file open in your web browser, CodeKit watches for changes to the file and pushes the new CSS styles into the browser without doing a page reload. I didn’t have to install any plugins into Chrome and I don’t see any in the Extensions manager for chrome, but somehow it works. How is this possible? I do notice that after several CSS tweaks the browser will start to slow down and become unresponsive unless I refresh the page. The Answer? It uses CSSRefresh: http://cssrefresh.frebsite.nl/ Update Looks like CodeKit is now using Live.js (http://www.livejs.com/) instead of CSSRefresh  

Posted in Design, Tech Tips, Web Development | Tagged , , , , , | 1 Comment

Google Thinks You’re Awesome

Google Thinks You’re Awesome if you are using Internet Explorer and download Google Chrome: I can’t say that I disagree.

Posted in Marketing, Software | Tagged , , , | 1 Comment

Google Search Lucky

Google’s “I’m Feeling Lucky” search in Google Chrome Do you want to use Google’s “I’m Feeling Lucky” search in Google Chrome? It’s easy using the custom search engines. In Google Chrome click the wrench icon and then choose prferences next click manage custom search engines Inser the string(s) below and a name (pretty much irrelevant) and they shortcut keyword you want to use. I use > Google Search Lucky Strings Standard “Im Feeling Lucky” Search http://www.google.com/search?q=%s&btnI=Im+Feeling+Lucky SSL Encrypted “Im Feeling Lucky” Search https://www.google.com/search?q=%s&btnI=Im+Feeling+Lucky Note: I’ve stripped out all items such as encoding and referrer to keep this as clean and simple as it can be. Now you can simply type in something like > Google Docs into your browser bar and have it go to the first result – which is most likely the right place.

Posted in Mac, Software, Tech Tips, Web Development | Tagged , , , , , , , , , , | 2 Comments

Use Google Chrome as a Screensaver

You can use Google Chrome‘s –kiosk mode to create a full-screen screensaver of sorts. This might be good if you have a webpage or intranet page you’d like to display. Here’s how I did it for a windows computer: Create a file such as c:\screensaver.bat and add the following code. Replace with your location of chrome.exe @echo off taskkill /im chrome.exe start /wait “” “C:\Documents and Settings\Google\Chrome\Application\chrome.exe” –kiosk http://www.mysite.com rem ## run any command here you’d like after the “screensaver” finishes ## Next, set that to run as a scheduled task after the computer has been idle for 5 minutes (or however long you choose). You can then listen with jQuery / javascript to close the page when the mouse moves. Here is code that closes the page when the mouse moves more than 20 pixels. You could also bind it to a keyboard event. <html> <head> <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”></script> </head> <body> <h1>hello</h1> <div id=”log”></div> <script type=”text/javascript”> var startx = ”; var starty = ”; jQuery(‘html’).bind(‘mousemove’,function(event){ if(startx == ”){ startx = event.pageX; starty = event.pageY; }else { deltax = Math.abs(event.pageX – startx); deltay = Math.abs(event.pageY – starty); var msg = ”; msg += “distance x “; msg += deltax; msg += “distance y “; msg += deltay; $(“#log”).html(“<div>” + msg + “</div>”); if(deltax > 20 || deltay > 20){ closeWindow(); } } }); function closeWindow(){ setTimeout(function(){ window.open(”, ‘_self’, ”); window.close(); },1000); } </script> </body> </html>

Posted in Software, Tech Tips, Web Development | Tagged , , , , , , , , | 3 Comments

Google Chrome: Disable Automatic Updates

Are you tried of Google Chrome automatically installing updates? You can disable it on both Windows and Mac machines: Windows Machines Open registry editor. Locate: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update Add a new DWORD value named DisableAutoUpdateChecksCheckboxValue and set it to 1 to disable automatic updates or 0 to re-enable them. Mac OS X Open terminal and run the following command: defaults write com.google.Keystone.Agent checkInterval 0 To re-enable automatic updates for google chrome use this command: defaults write com.google.Keystone.Agent checkInterval 1 This also works for Chromium and beta versions of GoogleChrome.

Posted in Mac, Tech Tips, Web Development | Tagged , , , , | Leave a comment

Most Common User Agents

A dynamic, downloadable list of the most common user agents. Have you ever wondered what Most Common User Agents are? This is a list of the most common user agents, dynamically generated to remain accurate and up to date. Often times people will post a list on their site, which soon becomes outdated. So, I decided I would create a user agent list that is dynamically generated and updated- it uses data from my own website to keep the list of user-agent data up to date – which means the list stays up to date as new browsers are released and new user agents emerge. It is, in effect, a highly accurate representation of common useragents. Below you will find a table showing the most popular / most-used UserAgents and percentage of visitors who had that user-agent when they visited the site. And, as of May 2012 this page should now be even more dynamic with a new method for calculating a rolling average of visitors. Your user agent is: CCBot/2.0 Last Updated: Thursday, June 20th 2013 – 02:22:08 AM percent useragent system user_agent_string_md5 9.3% Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36 Chrome 27.0 Win7 64-bit f569f3a78056ffd66dc34231f272ada7 7.0% Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0 Firefox 21.0 Win7 64-bit e0b858f1249c7bbe85c69dcf5eaac720 4.4% Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.94 Safari/537.36 Chrome 27.0 Win7 64-bit 2ed5f60aa61984fad42c6739b42d7403 2.8% Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36 Chrome 27.0 Win7 32-bit a378588b09b2e9aa0b35e4e71bf79e13 2.7% Mozilla/5.0 (Macintosh; Intel Mac OS … Continue reading

Posted in Tech Tips, Web Development | Tagged , , , , , , , | 12 Comments

Diff previous versions with Dropbox and Google Chrome

While Dropbox does an excellent job of keeping track of versions of files, it doesn’t make it easy to compare the different versions – until now. DropboxDiff, a Google Chrome extension by Victor Shih, does an amazing job of allowing you to compare versions of files stored on dropbox, with the diff program of your choice. The screenshots on the extension page were a little small, so I decided to post a few of my own below. Get the free extension here.  

Posted in Software, Tech Tips, Web Development | Tagged , , , , , , | 3 Comments

Chrome Extensions Directory

Windows: chrome_root\Application\chrome_version\Extensions\ Example: c:\Users\Me\AppData\Local\Google\Chrome\Application\6.0.422.0\Extensions\ Mac OS X: /Applications/Google Chrome.app/Contents/Extensions/ or ~/Library/Application Support/Google/Chrome/Default/Extensions/ Linux: /opt/google/chrome/extensions/

Posted in Mac, Tech Tips | Tagged | 1 Comment