Today I have observed that google chrome fails to show some pages in the orkut, its not showing me the details of the users who has subscribed to my communities to approve or reject. Below is the screenshot. Strange that google has not fixed their own websites to make them compatible with chrome. 0 [...]
Archive for June, 2009
Google Chrome has problem with displaying orkut
June 29th, 2009 | by Ashok Chava | published in Internet, Latest
Firefox 3.5 releasing on June 30th
June 29th, 2009 | by Ashok Chava | published in Internet, Latest
Looks like its all set to release firefox 3.5 on June 30th. I guess they are just going to remove RC label from the last release candidate. So get ready to update your firefox. 0 Share:
Now google allows transliteration on any website
June 28th, 2009 | by Ashok Chava | published in Internet, Latest
Now google launched a new transliteration bookmarklet which allows users to type in any language. If you have added this bookmarklet to your browser, then you can directly type in telugu, hindi, arabic etc languages directly in the web pages text fields, no need to use any customizaed editors or websites. If you want to [...]
How Google voice works
June 26th, 2009 | by Ashok Chava | published in Internet, Latest
Google voice is still beta and access by invitation. You can request for an invitation by going to https://services.google.com/fb/forms/googlevoiceinvite/ 0 Share:
Choose what you want in future Firefox
June 24th, 2009 | by Ashok Chava | published in Internet, Latest
Not sure if you know this summer Mozilla foundation invited people to submit concept ideas to redesign the browser tabs. Now the last date of these submissions is done, there are total 120 concepts were submitted and you and me can go and check also we can vote for the concept we like. So go [...]
Each firefox tab as a process
June 23rd, 2009 | by Ashok Chava | published in Internet, Latest
The thing I love about Google chrome is, its capability to have a separate process for each tab we open. Simply saying we are starting a new process every time we open a new tab, but still able to manage them all as part of a single window. I heard even IE 8 has the [...]
Miranda 0.8.0 IM released
June 18th, 2009 | by Ashok Chava | published in Internet, Latest
As a regular user of pidgin and digsby for connecting to yahoo, gtalk and jabber. I am not very impressed with this IM client, but considering its small size and small memory foot print (it takes less than 10 MB, where as pidgin is taking 23 MB. Sorry I digsby you are not in this [...]
GMail improves contact list
June 18th, 2009 | by Ashok Chava | published in Internet, Latest
At last Google gave a big boost to Gmail contact list by allowing users to group contacts and easily view and edit contact details. Considering the old contact management process, this is a big boost below is a sample screenshot. 0 Share:
Removing duplicate entries in an array
June 16th, 2009 | by Ashok Chava | published in Internet, Latest
Below is the java code written to remove duplicate items from an array import java.util.Arrays; import java.util.HashSet; import java.util.List; public class Simple { public static void main(String args[]){ String arrayAsStr="IndianHippy,IndianHippy1,IndianHippy2,IndianHippy1,IndianHippy2,IndianHippy3,IndianHippy"; String str[]=arrayAsStr.split(","); Arrays.sort(str); HashSet hs=new HashSet(); for(int i=0;i<str.length;i++) { hs.add(str[i]); } String arraystr1[]=(String[])hs.toArray(new String[hs.size()]); [...]
Google Transliteration as Firefox toolbar
June 15th, 2009 | by Ashok Chava | published in Internet, Latest
This new firefox add-on, which brings Google Indic Transliteration to firefox as toolbar. With this add-on, users can type in different indic languages directly on the toolbar with out any need for going to any website. Also users can use the typed indic text to searching google and use it for any other purpose. Now [...]



