/*Welcome! On this blog I have posted my Code, My Hacks, my Reviews, my Opinion, my Life, my Feelings, my Photos, my Interests & everything about me.*/
Nov 21, 2009
Google's "Chrome OS" is Bad Evolution
Google Chrome OS is bad for evolution of computing.
Computing evolved with Desktop computing and then web apps. Browser Based apps are always slow and faulty, they can never be as robust as a desktop application can be.
After The invention of web services and REST API, I would love to see web enabled desktop Apps.
I love the concept of Portable Apps , When we mix concept of portable Apps and Cloud Based storage, we can achieve much better results. BUT Google will never let it happen, they are re-inventing all those age old things again in browser. I have posted a small video response on you tube.
Here it is.
Nov 11, 2009
Phonetic Translation For Hindi
Hello!! I am an Indian, and for obvious reasons I have many friends on twitter who are also Indian and we communicate in Hindi very often. Wait!! We don't type Hindi on twitter, because Hindi typing requires a special keyboard (or at least special Input Method), which we typically don't keep with us. Its because we Indian officially work in English Language.
So if you are a foreigner and You see this phonetically typed Hindi, No way you can get it translated to your own language.
So For you I have created a small JavaScript hack so that you can translate Phonetic Hindi into your own language.
This is not for only who are foreigners, If you are Indian & still you have problem in understanding Hindi, here is Tool for you.
How to develop on your own??
This is a Mashup. I am using 3 different service.
2.Google Translate API
3.YQL (a very useful platform for creating mashup)
To see the source code open the demo page and view source.
I have written only few lines of of JavaScript to do this.
Nov 8, 2009
Coding Bullshit Meter (Outlook Addin)
Some of the keywords its uses to calculate the bullshit is this
This is the first time i am developing any kind of Add-In for any application. I used Visual Studio 2010 (beta) 2010 for developing.
You will get many problems, when you will develop an outlook plug-in. One of the biggest problem I faced was that "Event of 'Item selection change' was not firing".
Ok, this trick worked!!!
Download Source Code Here
I am not creating installer for this (or any kind of set-up). If at all you want to use this, please download the source code and compile on your machine. You might need Visual studio 2010 for this.
