Jul 30

Google, which started as just a search engine, has so many tools and services now. Lot of them are useful in everyday life.

Tool Integration related

It is nice to see how these tools/services work with each other so well:

… to mention a few. But there are still quite a few that would be nice to have. Following is a kind of a wish list of some ways Google tools could work together and enhance the user experience - from my perspective:

Google maps still seems like a standalone tool. On its own, it is probably the best online maps website. Some of the new features are really useful. My Maps, re-routing directions, the newly added third party content etc. But Google Maps doesn’t seem to integrate well with rest of the Google tools.

  • It would be nice to be able to pick locations in My Maps as venues in Calendar, for instance
  • How about a My Maps collection of all the Gmail contacts
  • My Maps collection for geo-tagged albums in Picasa Web Albums

Google Calendar is well integrated with Gmail. But it would be nice to have a Google Docs and Spreadsheets document/spreadsheet attached to an appointment. For instance, if the appointment is a party, a spreadsheet of party supplies to be bought, party activities planned, etc.

Other

IMAP access to Gmail must be on the top of many Gmail users’ wish lists. I am hoping that the Gmail team is secretly working on this! If and when IMAP is supported, I’d like to see tags in the header of messages - that can be added and read by the desktop mail application. The current POP access available with Gmail is only good if Gmail is accessed from just one desktop. And the tags, the feature of Gmail that I love the most, is totally useless with POP access.

Google Calendar plugin for iCal is something that I had expected to be out after Mac Team was formed at Google. But hasn’t happened so far. There are other solutions that provide the functionality, but something coming from Google would be nice to have (like the Picasa Web Albums plugin for iPhoto.)

I am sure there is going to be a sequel to this post some time soon, with more wishes. When that happens, I’ll love to see some of the above wishes already granted!

May 11

How many times have you noticed that a web page displays with Sans-Serif fonts on Windows or Mac and Serif fonts on Linux?

I see this more often than I would like - and it bugs me. If you view the stylesheets of such websites, in most cases this is due to the improper use of fonts like Verdana, Helvetica and the likes, that may not be available in a normal Linux installation.

The complete definition of font-family style in CSS is as follows:

font-family: [[family-name|generic-family]
             [,family-name|generic-family]*] | inherit

The solution is that, whenever a font family is specified, its generic version must follow. For example:

body { font-family: "Gill Sans Extrabold", Helvetica, sans-serif }
.receipt { font-family: Courier, "Lucida Console", monospace }

This will make sure that all browsers display the intended - or at least the closest to the intended - fonts.

There’s a neat example at Mozilla Developer Center.

With the number of Linux users increasing, QA folks should consider testing their websites on Linux too.

Aug 29

I like this new Flickr feature.

Flickr: Explore my geotagged photos on a Map

Cheers!

Aug 16

Web2.0 Logo Creator by Alex P is an amusing tool.

And according to it, if i think so… were a Web 2.0 blog, its logo would be something like…

Generated Image

I agree!

Mar 09

Its been on my to-do list for a while to give AJAX a shot. Finally got some time over last couple of weekends to come up with this feed reader as a learning project:

  • News that matters…
  • Most AJAX tutorials I read on the web were helpful only if one is planning to write a monolithic JavaScript - as against object oriented, reusable code. Most JavaScript tutorials were also pretty superficial when it came to OOP. I found this one by Mike Chambers most useful. May be because his example does almost exactly what I was planning. Thanks Mike!

    All in all, AJAX seems to be a cool and easy new technology to implement interactive content on a website. I am sure things get more and more difficult as you start implementing richer feature set. May be I’ll find out if I add features to the news reader.

    I haven’t tested it a whole lot on IE, I don’t use it much anyway. But it works OK on almost all other browsers I use - Firefox, Camino, Safari - to name a few!

    Oct 25

    Like I said in my previous post, I’ve been playing around with Flock.

    So far, the only really useful feature I’ve found is this blog posting tool - which could use a spell checker, by the way. The Flickr bar, the shared bookmarks are all good features but I did not end up using them a whole lot. Shared bookmarks don’t preserve collections - when I sync bookmarks, I still have to move new entries into appropriate collections. This may be a limitation posed by del.icio.us bookmark format. Whatever it may be, its no better than importing exported bookmarks between Firefox installations.

    So, to me Flock seemed more like a dressed up Firefox - and the get up is not compelling enough. Flock seems to be heading in the right direction, so I will probably check back with Flock in near future to see how its developing, but for now, Firefox is still my default browser on both windows and Mac.

    Oct 20

    Just got hands on the developer preview of Flock! For those who are unaware, Flock is what they call a Social Browser built on top of the Gecko rendering engine used by a more known Mozilla Firefox.

    This - posting a blog post - is one of the very first Flock feature I am using. I’ll probably use it to post many posts in the future, at least the ones about Flock!

    Untill then… Cheers!