ohskylab + google   147

Say hello (or olá or halo or salam) to automatic message translation in Gmail
"We'll also be retiring some less popular labs over the next few days: [...] Hide Unread Counts [...]".

*cries*
google  gmail  labs  gtd 
29 days ago by ohskylab
Google HTML/CSS Style Guide
Not revolutionary but solid. Some moderately contentious parts.
web  css  html  google  style  styleguide 
5 weeks ago by ohskylab
The Real Life Social Network v2
Massive, quite useful presentation from Paul Adams at Google
facebook  identity  ux  social  web  presentations  slideshare  google  privacy  media 
november 2010 by ohskylab
Google’s New Places API | Think Vitamin
"Now you have a massive, global, ever-growing database of places which you can use for your web app."
google  geo  api  web 
november 2010 by ohskylab
Google Chrome Frame hijacks IE, and is now considered stable | ZDNet
"<meta http-equiv=”X-UA-Compatible” content=”ie=edge,chrome=1″>

As a webmaster, you can use this simple meta tag that the new stable release of Google Chrome Frame can detect, and if present, will render the page using Google Chrome rather than Internet Explorer. This gives users the appearance of using IE, but the speed and standards compliance, and security of Chrome."
google  chrome  chromeframe  web  html  html5  ie  browsers 
october 2010 by ohskylab
Twitter / Paul Irish: Every good developer shoul ...
Every good developer should have this in their <head>:

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

#optintoawesome
html5  html  google  chrome  chromeframe  web  ie  browsers 
october 2010 by ohskylab
monospaced's Geocode-UK-Postcodes at master - GitHub
"Web UI for (batch) geocoding of UK postcodes with the (accurate!) Google Local Search API."
geo  postcode  google  tools  web 
september 2010 by ohskylab
6,953 reasons why I still let Google host jQuery for me | Encosia
Good stats. "If you’re using jQuery on a public-facing site, use the Google CDN to host it." But don't use latest version in production.
ajax  cache  cdn  google  javascript  jquery  performance  hpw  optimization 
september 2010 by ohskylab
OffiSync
Sync Google Apps with MS Office.
via:fluxltd  office  windows  google  googleapps  sync  tools 
august 2010 by ohskylab
Does Google Censor Tiananmen Square? How To Create an Internet Hoax « Aza on Design
Answer: no. Clever hack with security implications. "In effect, this is taking the old phishing trick of homoglyph attacks—an attack consisting of using confusing look-a-like URLs like paypa1.com with the numeral one replacing the letter ell—and adding a dash of cross-site scripting but where you become the agent of infection: the supposed “censorship” may be shocking enough to cause you to forward the link."
google  hack  phishing  search  seo  security  web  via:alastc 
august 2010 by ohskylab
High Performance Web Sites :: Diffable: only download the deltas
"Diffable uses differential compression to reduce the size of JavaScript downloads. It makes a lot of sense. Suppose your web site has a large external script. When a new release comes out, it’s often the case that a bulk of that large script is unchanged. And yet, users have to download the entire new script even if the old script is still cached."
web  hpw  optimization  performance  google  diff  diffable  javascript 
july 2010 by ohskylab
Web Application Exploits and Defenses
"This codelab shows how web application vulnerabilities can be exploited and how to defend against these attacks. The best way to learn things is by doing, so you'll get a chance to do some real penetration testing, actually exploiting a real application."
code  development  google  hacking  training  testing  web  xss  programming  security 
june 2010 by ohskylab
Google Mapplets - Google Code
"Mini-applications that run within Google Maps. You can create Mapplets that add new features or overlay your data on Google Maps."
development  javascript  maps  geo  ajax  api  web  googlemaps  google 
april 2010 by ohskylab
YouTube Blog: Broadcast Yourself
"For years, Viacom continuously and secretly uploaded its content to YouTube, even while publicly complaining about its presence there. It hired no fewer than 18 different marketing agencies to upload its content to the site. It deliberately "roughed up" the videos to make them look stolen or leaked. It opened YouTube accounts using phony email addresses. It even sent employees to Kinko's to upload clips from computers that couldn't be traced to Viacom. And in an effort to promote its own shows, as a matter of company policy Viacom routinely left up clips from shows that had been uploaded to YouTube by ordinary users."
youtube  viacom  advertising  ip  law  marketing  video  web  copyright  google  dmca  hypocrisy 
march 2010 by ohskylab
Official Google Enterprise Blog: ​Modern browsers for modern applications
Google gradually dropping support for IE6. "Many other companies have already stopped supporting older browsers like Internet Explorer 6.0 as well as browsers that are not supported by their own manufacturers. We’re also going to begin phasing out our support, starting with Google Docs and Google Sites."
web  ie6  ie  browsers  google  compatibility  support 
january 2010 by ohskylab
The monetization paradox (or why Google is not my friend) - Charlie's Diary
"What I really need is some kind of subscription model that makes the disintermediating depradations of Google strictly irrelevant. So this leads me to ask what new business models exist that I can monetize and that aren't going to (a) be devalued by Google, (b) undercut by infinite free bandwidth, or (c) require an old dog to learn new skills (like cat-emulation, or screenwriting)?"
business  advertising  google  books  money  content  economics  newspapers  publishing  charliestross 
january 2010 by ohskylab
WebFaction Forum / Python script to set up Google Apps
"A Python script that uses [the Webfaction] API to create all of the DNS overrides you need to use Google Apps for your email."
webfaction  google  hosting  gmail  python  scripts  email 
january 2010 by ohskylab
Brad Fitzpatrick (of LiveJournal, now at Google) Talks About Programming
"To check in you need three conditions met: You need someone to review it and say it looks good. You need to be certified in the language – basically, you’ve proven you know the style of this language – called “readability.” And then you also need the approval from somebody in the owner’s file in that directory."
development  coding  quotes  google  vcs  process 
december 2009 by ohskylab
Getting Started with Speed Tracer - Google Web Toolkit - Google Code
"A Google Chrome extension that helps you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Using Speed Tracer you are able to get a better picture of where time is being spent in your application."
hpw  google  performance  extensions  chrome  gwt 
december 2009 by ohskylab
Google Public DNS
"A free, global Domain Name System (DNS) resolution service, that you can use as an alternative to your current DNS provider."
web  tools  google  networking  dns  opendns 
december 2009 by ohskylab
High Performance Web Sites :: Google Analytics goes async
"It’s extremely cool to see this pattern being evangelized for such a major piece of the Internet."
web  javascript  google  analytics  hpw  stevesouders 
december 2009 by ohskylab
Google Dashboard
Google serve up the dirt they have on you.
google  privacy  tools 
november 2009 by ohskylab
High Performance Web Sites :: Mobile Gmail and async script loading
"With mobile on my mind, I was blown away by the awesome performance tips in this blog post: Gmail for Mobile HTML5 Series: Reducing Startup Latency. This post hits on the main point of my recent book - the impact of loading JavaScript. This is the #1 performance issue for today’s web apps."
javascript  mobile  google  optimization  performance  frontend  hpw 
september 2009 by ohskylab
Webmaster Tools - Rich Snippets Testing Tool
"Allows you to enhance your Google search results by marking up web pages with Microformats or RDFa. Enter a web page URL to see how it may appear in search results."
tools  testing  google  seo  microformats 
september 2009 by ohskylab
Official Google Webmaster Central Blog: Optimize your crawling & indexing
Some handy tips, not all 100% obvious. Like the phrase "infinite crawl space".
tools  seo  google  optimization  urls  via:ihart 
august 2009 by ohskylab
The Secret Diary of Steve Jobs: Monkey Boy's three-legged race
A classic quote from last time round: "The Borg-Yahoo merger won't work. Here's why. It's like taking the two guys who finished second and third in a 100-yard dash and tying their legs together and asking for a rematch, believing that now they'll run faster."
quotes  business  google  yahoo  microsoft  fakestevejobs 
july 2009 by ohskylab
Mr. Penumbra’s Twenty-Four-Hour Book Store (robinsloan.com)
Finally had a chance to read this. Very good; an Instapaper classic.
books  visualisation  data  writing  fiction  story  google  interesting 
july 2009 by ohskylab
Kalle Hagman
Portfolio built with Google Maps controls.
design  art  google  maps  interesting  googlemaps  navigation 
july 2009 by ohskylab
Official Google Webmaster Central Blog: Introducing Rich Snippets
Google has started looking for microformats and RDFa. Finally, something concrete to put in front of clients when arguing for microformats.
microformats  web  google  seo 
may 2009 by ohskylab
Adactio: Journal—Microformation
"Google announced that it was following in the footsteps of Yahoo’s SearchMonkey in indexing microformats and RDFa to display in search results. For now, it’s a subset of microformats—hCard and hReview—on a subset of websites, including the newly microformated Yelp. The list of approved sites will increase over time so if you’re already publishing structured contact and review information, let Google know about it. But the other new announcement is equally important. After a lot of hard work, the value class pattern is ready for use."
web  microformats  google  rdf  yelp 
may 2009 by ohskylab
qsb-mac - Google Code
"Google Quick Search Box is an open source search box that allows you to search data on your computer and across the web."
tools  mac  productivity  osx  google  search  quicksilver 
may 2009 by ohskylab
Ending the Great H1 Debate | Web Design Blog: Web Design & Innovation in web standards : Viget Labs
According to Cutts, more than one h1 is fine as long as you don't go crazy. Pretty much as expected.
seo  google  h1  web  semantics  html  accessibility 
march 2009 by ohskylab
The new natural search spam | Consumers may love faceted navigation, but Google hates it
"While useful for consumers, faceted navigation as normally implemented actually confuses the search engines by generating massive numbers of URL permutations that contain mostly duplicated content. This is bot spam."
google  ia  ux  seo  web 
february 2009 by ohskylab
Transferring FeedBurner Accounts to Google Accounts FAQ - FeedBurner Help
"We are moving all FeedBurner accounts to Google Accounts." Necessary but a bit annoying.
google  feedburner  web  syndication 
february 2009 by ohskylab
Official Google Webmaster Central Blog: Specify your canonical
"We now support a format that allows you to publicly specify your preferred version of a URL."
canonical  web  seo  google 
february 2009 by ohskylab
Recreating the button | stopdesign
"The buttons we’re using are imageless, and they’re created entirely using HTML and CSS, plus some JavaScript to manage the behavior. They’re also easily skinnable with a few lines of CSS"
web  css  javascript  google  forms  usability  ux 
february 2009 by ohskylab
Geeking with Greg: Marissa Mayer at Web 2.0
"Half a second delay caused a 20% drop in traffic. Half a second delay killed user satisfaction."
web  usability  ux  google  testing  performance  hci 
february 2009 by ohskylab
YouTube - Wikitude AR Travel Guide
"Search landmarks in your surroundings and view them on a map, list, and on an Augmented Reality (AR) camera view: What you see is an annotated landscape, mountain names, landmark descriptions, and interesting stories."
mobile  travel  wiki  gps  location  android  google  augmentedreality 
january 2009 by ohskylab
24 ways: Using Google App Engine as Your Own Content Delivery Network
Poor man's CDN. Interesting, but not entirely convinced that this is a good idea.
google  free  cdn  delivery  web  hosting 
december 2008 by ohskylab
Google Analytics Blog: Want to track Adobe Flash? Now you can!
This feature is a translation of the current Google Analytics tracking code into the ActionScript 3 programming language that dramatically simplifies the ability to track Flash, Flex and AS3 content.
web  flash  google  seo  analytics  metrics  tracking  as3 
november 2008 by ohskylab
WordPress › XML Google Maps « WordPress Plugins
"Allows you to easily insert Google Map or Google Earth Plugin Maps into your blog. You just have to add a link to your self defined Map from My Google Maps, Picasa Webalbum Picture Map, any geoRSS Feed (like Flickr), your uploaded Google Earth file (kmz, kml) or any other dynamic or static Google Earth file (umapper.com, flickr.com, etc.)"
google  googlemaps  wordpress  geo  plugin  web 
october 2008 by ohskylab
Google's Android Gets Game - Forbes.com
"The [service] attracting the most buzz is "WiFi Army," a first-person shooter game currently in beta. Like a mash-up of laser tag and the parlor game Assassin, participants meet on the street (using Google Maps) and "shoot" each other with their phone cameras."
google  android  wifi  games  mobile  gps  geo  mmo 
october 2008 by ohskylab
FT.com / Companies / IT - Google backs project to connect 3bn to net
"Google has thrown its weight behind ambitious plans to bring internet access to 3bn people in Africa and other emerging markets by launching at least 16 satellites to bring its services to the unconnected half of the globe." Smart.
google  mobile  broadband  internet  o3b 
september 2008 by ohskylab
Confirmed: Chrome Is Coming To Android - ReadWriteWeb
"While we don't expect the Dream to feature a version of Android that includes Chrome, we can certainly expect to see it in later versions."
mobile  web  google  chrome  android 
september 2008 by ohskylab
Official Google Mobile Blog: New Gears Geolocation API powers mobile web sites
Snuck that one out. Gears is only available for IE on Mobile, which kind of sucks.
lbs  mobile  geo  google  web 
august 2008 by ohskylab
PC Pro: News: Google: mobile browsers are dead
"Google claims that every phone manufacturer will offer full web browsers within a year, hailing the end of mobile-specific browsers." Aside from browsers on the billions of handsets that've been sold worldwide to date.
mobile  google  browser  android 
august 2008 by ohskylab
Android Developers Blog: Announcing a beta release of the Android SDK
"The beta SDK that we're releasing today is the first big step on the SDK's road to compatibility with 1.0. Since this is a beta release, applications developed with it may not quite be compatible with devices running the final Android 1.0. However, the APIs are now pretty stable and we don't expect any major changes."
mobile  google  android  sdk  development  programming 
august 2008 by ohskylab
Google Maps API for Flash - Google Code
"This API lets Flex developers embed Google Maps in Flash applications. Similar to the JavaScript version, this ActionScript API provides a number of utilities for manipulating and adding content to maps through a variety of services."
flash  maps  geo  google  web 
june 2008 by ohskylab
« earlier      

related tags

accessibility  advertising  adwords  agile  ajax  amazon  analysis  analytics  android  apache  api  apple  applications  archive  art  as3  audio  augmentedreality  backup  bestbuy  blogging  books  broadband  browser  browsers  business  cache  calendar  canonical  cdn  charliestross  charts  chrome  chromeframe  code  coding  community  compatibility  content  copy  copyright  creative  css  css3  culture  data  del.icio.us  delivery  demographics  design  development  diff  diffable  dmca  dmoz  dns  docs  documentation  domains  economics  education  email  ethics  europe  evolt  extension  extensions  facebook  fakestevejobs  feedburner  fiction  firefox  flash  font-face  fonts  food  forms  foursquare  framework  free  friendfeed  frontend  gadgets  games  geo  gmail  google  googleanalytics  googleapps  googledocs  googlemaps  gps  graphs  gtd  gwt  h1  hack  hacking  hci  hosting  howto  hpw  html  html5  hypocrisy  i18n  ia  ical  identity  ie  ie6  innovation  inspiration  interesting  internet  interviews  ip  iphone  java  javascript  jquery  knowledge  labs  language  last.fm  law  lbs  learning  licensing  lifehacker  linkedin  local  location  london  mac  manifesto  mapping  maps  marketing  mashup  media  metrics  microformats  microsoft  mmo  mobile  money  mozilla  music  names  navigation  networking  newspapers  ning  o3b  office  open  opendns  opensocial  optimization  organic  osx  pagerank  performance  philosophy  phishing  phone  php  platform  plugin  podcast  postcode  presentations  privacy  process  productivity  programming  prototype  proxy  prs  publishing  python  quicksilver  quotes  ranking  rdf  reading  recipes  recovery  reference  research  rights  rnib  robots.txt  rss  russelldavies  rvrb  screenreaders  screenshots  scripts  sdk  search  security  semantics  seo  simonwillison  sitemap  sitemaps  slashdot  slideshare  smartphone  social  standards  statistics  stevesouders  story  strategy  stumbleupon  style  styleguide  subdomains  support  sync  syndication  tables  testing  tools  tracking  traffic  training  travel  trends  tts  tutorials  twitter  typography  ufo  ui  uk  urls  usability  ux  vcs  via:alastc  via:fluxltd  via:ihart  via:jamesholloway  via:markrocky  via:peter.costello  via:twoplusfour  viacom  video  vision  visualisation  wayback  wcag  web  web2.0  webfaction  webgl  wifi  wiki  windows  wordpress  writing  xhtml  xss  yahoo  yelp  youtube 

Copy this bookmark:



description:


tags: