Posts Tagged ‘Google’

View shared calendars for free Google Apps accounts

Saturday, January 21st, 2012

I have for a long been a Google Apps user and synchronizing e-mail, calendars and contacts with my iPhone works flawlessly. My partner and I are sharing calendars but until today it has been impossible to view my partner’s calendar on my iPhone. The reason for this is that the “administer security controls” where you can add shared calendars is “are only available for Google Apps Premier and Education customers” (look at the bottom of the page).  Today I found a workaround, at least for iPhone users but I guess it will work for every smart phone that support CalDav calendar synchronization. This is how I did it:

  1. Go to http://support.google.com/mobile/bin/answer.py?hl=en&answer=151674 and follow the instructions on how set up your (i)phone’s CalDAV synch.
  2. Open up https://www.google.com/calendar/hosted/ditt_domene/iphoneselec and select the calendars you want to synch
  3. Go to your phone’s calendar settings and select the calendars you want to view. On an iPhone: Open up your calendar, click on the “Calendars”  button in the upper left corner, select the calendars you want to view.

That’s it!

“Goodbye, Lists” another discontinued service from Google

Friday, November 25th, 2011

It looks like Google is doing some house cleaning these days. Today I got an email from Google about the shutdown of Google Wave.

Quote:

… [Google] Wave service will be turned off on April 30, 2012.

Now I just found this page about Google Bookmarks: Goodbye, Lists: FAQ – Bookmarks Help.

Quote:

Lists is being discontinued on December 19th, 2011.

Well, it makes sense that they shut down services that is barely used. I hope that Google now keeps up the good work and is putting all their resources making Google’s core services even better. And I hope Google+ is one of those services!

Valid (X)HTML code and SEO

Tuesday, February 19th, 2008

I’ve had several discussions about creating websites with (X)HTML that validates according to W3C’s specifications. This discussion very often arise when SEO is discussed and I’ve often been thinking about the motives of the people who claims that a site with a 100% valid code is better optimized for search engines than website that do not validate. I’ve never heard any good argumentation for this. It just seems that some xhtml evangelists like to decorate themselves with a shiny “Valid XHTML”-bagde.

It has been done quite a lot of testing on valid vs. not valid code and Google and here are two of them:

1 – “Google actively ranked the websites with invalid HTML higher than the websites with valid HTML. Google even refused to rank one of the valid HTML websites altogether.”

2 – Well – the result is clear. From these 4 pages Google managed to pick the page with valid css and valid html as the preffered page to include in it’s index!”

This two tests points in two different directions. It looks like Google is pretty much unpredictable when it comes to W3C compliance.

Let’s check what Google thinks about valid code on their own website? Holy crap! 51 errors on a website with such a simple layout! Doesn’t look like Google care much about W3C validation at all!

Philipp Lenssen interviewed Matt Cutts at Googleplex:

“In more general terms, what do you think is the relationship between Google and the W3C? Do you think it would be important for Google to e.g. be concerned about valid HTML?

I like the W3C a lot; if they didn’t exist, someone would have to invent them. :) People sometimes ask whether Google should boost (or penalize) for valid (or invalid) HTML. There are plenty of clean, perfectly validating sites, but also lots of good information on sloppy, hand-coded pages that don’t validate. Google’s home page doesn’t validate and that’s mostly by design to save precious bytes. Will the world end because Google doesn’t put quotes around color attributes? No, and it makes the page load faster. :) Eric Brewer wrote a page while at Inktomi that claimed 40% of HTML pages had syntax errors. We can’t throw out 40% of the web on the principle that sites should validate; we have to take the web as it is and try to make it useful to searchers, so Google’s index parsing is pretty forgiving.”

(the whole article is here)

Please understand me correctly, I do mean and has always meant that valid code is what we should strive for, but let’s not get nazi about it. I think that this quote sums it all up pretty well:

“Creating valid templates should be a path, not a goal. The idea is to make your template as accessible as possible for humans and spiders, not to achieve a badge of valid markup. “