Thursday, June 25, 2009
OpenID
Tuesday, June 23, 2009
Information on Diseases
Google Health, happens to be a place where one can enter medical health care data so that it can be accessed across the globe, avoiding our carrying health records physically alongwith us during our journeys.
With added features like Import Medical Records (from selected hospitals, as yet), Graph test results, Share profile, Upload images, print wallet-size Health Profile, etc. it is doing more than just giving us an option to enter data like what Excel gives :). One thing among all these that is striking is the More Info option next to each Diagnosis Condition which one can link to their profile.
Here is one example on Acne
Very impressive. It contains all the information that one (as a patient) needs to know on Acne. They are adding for other conditions too! The complete list appears here. I doubt anywhere else it is given in such a complete fashion. I checked on Wiki for information on Acne. The info given on Google's Reference page is more comprehensive, clean and informative.
Interestingly, there is a post on Google blog saying SNOMED-CT is a better way of coding diseases than International Classificaton of Diseases (ICD-9) (New versions: ICD-10 CM / PCS). When Google makes such statement, its implications can be huge especially when whole of USA uses ICD coding!
Lets wait and see, if in any way, this influences the type of diseases coding system adopted by the hospitals across the globe.
Sunday, June 21, 2009
Chrome Malware detection
Saturday, June 20, 2009
QR Code & Microsoft Tags
Heard about QR codes (QR stands for Quick Response) today at this post on Google Docs Blog. QR Code is another way of storing information, like Bar Code, through 2-D images developed and popularly used in Japan.
One can create an image like the one shown aside. This image is for this very blog.There are QR Readers available (most of the phones now a days are coming with QR Reader embedded). When the reader scans this QR Code on their cell phone (with GPRS enabled), it will get one to this blog.
The fields & patterns correspond and convey a particular information. The image beside gives some insight into it.
Wiki has got all the information in short and crisp fashion, worth a read.
One can create this code by using Google API.
URL for creating code for this blog was: http://chart.apis.google.com/chart?chs=250x250&cht=qr&chl=http://robadilavoro.blogspot.com/
Change the url and have yours! :)
This template is the QR Code Gadget template available in Google docs. They say
Make a QR code of your data. Just put in the data and instantly a QR code is created matching a comma separated list of your data.Surely worth a try.
-----------------------------------------------------------------------
Microsoft has got a similar one called Microsoft Tags
Signup, Create Tags and share them. Need not worry if you dont have a Windows Live login id. One can Signup with Gmail Id as Windows Live ID and use it for all future purposes.
The Tag created for this blog by Microsoft Tag looks like the one shown aside
If these were not enough, Wiki gives a list of other types of codes existing. The list is as below:
Friday, June 19, 2009
Friend Feed's SSP
It is an advertisement of FriendFeed itself amidst feeds that were displaying the latest happenings (Click on the image to see it as it is).
The best part is what is written in light grey to the right-side-top of the advertisement. It reads
Shameless self-promotionWow! Atleast someone knows it is! ;)
Thursday, June 18, 2009
Google insisted for secure Gmail & Docs
This piece of article from Security Watch on Google is intriguing. Google has been asked to secure the complete Gmail and GDocs sessions. Though Gmail already has a feature to optionally choose it but not defaulted, these security safeguarders and law makers felt it is not safe to leave it without HTTPS and have urged Google to secure it completely.
These people have not questioned Yahoo, Rediff or for that matter any other mail provider. Gmail was the first one to introduce HTTPS into free mailing environment and they only are questioned for not having it mandatorily put up throughout! Its ridiculous.
Surprisingly, Google is going to work on securing the whole session from next tuesday onwards, on a selected user's base
IEAK
We needed an option to customize IE on over 160 systems in our institution which has standard settings, to let our applications run. Everytime a system crashes, we re-install WinXP and we have to manually change settings to achieve its compatibility with our application. This becomes tedious as we grow by years, still doing the same stuff.
Thanks to Channa, IEAK - Internet Explorer Administration Kit made its appearance and now we dont struggle manually making custom settings changes in IE.
- Firstly, download the package from this site depending on whether you want to deploy on IE6 or IE7 or IE8. We downloaded for IE6 (soon we will for IE7 too!)
- Once downloaded, install it.
- Go to Internet Explorer Customization Wizard from All Program. It is here that all the settings are changed and profiles are created. Only place where one can get stuck in the process is at Automatic Version Synchronization (AVS) where it shows the current version of IE on system and asks for updating it through Internet. We will need Internet Connection only during this time of the configuration. It stores these downloaded files in \IEAK-Program-Folder\IEAK6\Downloads\EN\
- Once, all the components are up-to-date, then one can proceed step-by-step and customize the standard values which one wants on each system in the organization.
- In the end, it creates the profile build in the Build folder of the IEAK Program Folder. One has to click on the IE Setup file in the FLAT folder of this Build folder on the client system. On this, it will restart the client system and while startup, it customizes the IE settings.
ATI Catalyst (CCC)
ATI Catalyst alias Catalyst Control Center (CCC) is a front end to tweak the hardware functions like monitor settings, 3D settings, etc.
Similarly, Intel too has Intel Graphics Media Accelerator (GMA) Driver [FROM INTEL] which gives options to tweak the settings thru a GUI.
Monday, June 15, 2009
Google Waves Web Elements & Showcases Fusion
New announcements from Google:
- Google Web Elements: http://www.google.com/
webelements/ - Google Showcase: http://www.google.com/help/ig/
showcase/ - Google Fusion: http://tables.googlelabs.com/ Manage Online Database with collaborative tools of chatting, sharing, tracking changes, etc. FAQs
- Google Translation Toolkit: http://translate.google.com/toolkit/ FAQs
- The Next Big Thing from Google - Google Wave: http://wave.google.com/
Monday, June 1, 2009
Password encryption: Salt & Nonce
Salt Cryptography and Cryptography Nonce (Nonce: number used once) are added layers of security while storing passwords (Salt) and transacting passwords to-&-fro between the client and server (Nonce). A good read at Wiki.