August 8, 2008 at 11:29 pm (General)
Today we have passed a magical date of 08-08-08. Wish best of luck to all in this magical date. The number eight is believed to bring happiness and fortune. The three eights in Aug 8, 2008, therefore, make that day especially popular. Especially the Chinese thinks that this day will bring fortune for them. They also want to get married in this date as they believe, getting married in this day will bring them happiness for whole life. Record number(16,400) of marriage registration application has been placed in china to register their marriage on this day.
Li Jun, who is going to get married officially on Friday told to China Daily that, “Eight is such an auspicious number, and with the opening of the Beijing Olympics, the whole nation will be celebrating with us”.
To know more about that, visit http://www.chinadaily.com.cn/olympics/2008-08/06/content_6907038.htm
Leave a Comment
August 8, 2008 at 2:40 am (Home Project)
Tags: addressBook, API, Email, Gmail, windowsLive, Yahoo
Recently I was asked by my job authority to study and research on address book api of Gmail, Yahoo and Windows Live(Hotmail). This study is for friend inviter script of our social networking site hottDhaka.com. It a very good news that all of these email providers has released some sort of web services to access their address book. So now any user using any of the above mentioned email services can access their address book programatically and retrieve, add, edit and synchronize their contacts from a third party application.
I have studied all these api’s and found that, all the providers tried to keep their service as simple as possible. And social networking has a great impact on todays web trend. Otherwise I don’t think that the trio would give these type of functionality. This will greatly help the social networking sites to let their users access their address book directly from their sites and search and invite friends to their sites. While studying these api’s, I found one bottleneck which is not so important and I think developers can overlook this problem. The problem is, any user trying to access their address book from any third party web application, s/he has to authenticate from their respective service providers website. They don’t provide any mechanism for third party sites to authenticate the users off the providers sites. For example, if any Gmail users try to access his email address book from any third party web application, then he will be redirected to Gmail login page, s/he will authenticate him/herself there by providing his username and password, then Gmail send him back to the original site with his address book information. This is for security reason and I think this is ok. At least the developers don’t need to develop the security and login things by themselves as the service providers are take the responsibility to doing this. This also ensure the highest level of security.
But, as usual, Windows Live has another bottleneck I found, at least in my case. For security reason, the use the hash function mhash() for which I have to install the php mhash module. This is very rare module installed in local web hostings. And I still can’t check windows service for mhash() function. So I am looking for a hosting who can give me the mhash support. may be then I can use the api for PHP. Otherwise I have to try at .NET.
And I also tried the Yahoo Addressbook API. At very first sight, I thought Yahoo’s API is the easiest to build and test. But in fact, still I am getting a service unavailable error. And the interesting thing is that, I was trying their web services with a test code downloaded from their web site
Though, at first sight, it was seems that, Google’s api is very tough to try. And again interesting matter is that, I first success with Google’s API. I tried and played with their Javascript addressbook api. Its very easy. Google also provides a full working example. I just downloaded it and make some changes need for me. If you like to see, you can see it here.
5 Comments
August 8, 2008 at 1:54 am (Home Project)
Tags: googleApi, photoGallery, php
If you surf the web frequently then you must have heard the name of Google. If you don’t, then do not proceed, because this post may not have any worth to you. Google has many many great services. And among them, Picasa is a nice photo service provided by google. You can upload as many images as you can at picasa. All you need is a google id. Picasa is a free service. You can upload photos in different albums. You can also make you albums private and public.
So, some days ago I was trying to accessing my picasa albums using google picasa web api. I successfully accessed my public albums and see the images in those albums. So I thought to find some ways to make these photos visible by an Lightbox image album created in Javascript. After a day of work, I can successfully see my picasa albums through lighbox. If you want to see your own album, check this link. Next I am thinking to build this up as a widget to add to any website for its user’s personal use.
Leave a Comment