Saturday, 18 June 2011

MIcrosoft launches Arc touch mouse !

The new arc mouse from microsoft lets us easy usage of mouse on the go !. its arc design lets us use it easily and make it your travel friend . it can be made flat , again curved as u like . it has a touch sensitive scroll as you can see.Its price is about 14$ (approx). So folks what are you all waiting  for ? Grab it now !

Sony ericsson to expand its Android market

Sony ericsson up to expand its cheap Android mobiles over Indian market.
Latest mobiles of Android are going to conquer the market as of the benifits offered by Android market!.
Latest walkman mobiles such as W8 are up in the market soon .
Even though let us see what sony is against up to its enemy "Battery Back up".
Hope all the best Sony !

Friday, 17 June 2011

Streaming music ? @ imesh !

Do you all know about the imesh ? its defined as a perfect gateway of downloading audio even watch streaming videos . Downlaod tracks,place them in playlists what are you waiting just rock ! . imesh even supports a simple social network integrated in it offering dsicussions about latest tracks. What are you waiting for ? DOWNLOAD it !

Apple launches i os 5 !

Apple has officially announced iOS 5, which will be compatible with the iPhone 3GS, iPhone 4, iPod Touch 3rd Gen, iPod Touch 4th Gen, iPad, and iPad 2
The new os comprises of latest notification centre,i message , news stand , messaging ,pc free the list adds on ...
hang up for the tech specifications of the latest os !

Symbian announces its latest OS:Symbian ANNA

 The N8, E7, C7 and C6-01, the phones that ran what was formerly known as Symbian^3, will all be getting it "over the coming months," while the newly announced X7 and E6 devices will ship with it preloaded. The change list includes realhomescreen scrolling, an overhauled browser, and yes, even a QWERTY onscreen keyboard in portrait orientation. There's also new iconography and heavily refreshed Ovi Maps, which now include predictive search. Nokia is resolute in its belief that Ovi Maps is the best mapping solution on the market, and Microsoft's decision to integrate it into Bing would suggest that's true.

The "Anna" Symbian update will be the first of a series and has been driven almost entirely by consumer feedback.Also the new OS suggests a brand new browser for safer browsing and macho browsing experience .

Faster browsing with RAM disks


A coworker approached us today wondering if they could get a performance boost using samsungs ssd. Most of their work is done in browser, so we said “no”. They’d only see benefit if they were reading/writing large files. Their system has plenty of RAM, and we decided to take a different approach. By creating a filesystem in RAM, you can read and write files much faster than on a typical hard drive. We decided to put the browser’s file cache into RAM.
It’s really simple to setup. Just select how much space you want to dedicate to the disk and create it. You can have EspĂ©rance DV recreate the RAM disk on start and even have it automatically restore from a disk image. There is a check box for moving Safari’s Web Cache to the RAM disk, which creates the necessary symlink. You can also use it to speed up Xcode builds. Moving Firefox’s cache is fairly simple:
$ rm -r ~/Library/Caches/Firefox
$ ln -s /Volumes/RamDisk/Firefox ~/Library/Caches/Firefox
Since the browser isn’t having to hit the hard disk on every page load anymore, the performance is much snappier. xbench says our random reads from RAM are now 86.19MB/sec instead of 0.61MB/sec when the cache was on the hard drive.
We immediately began looking for ways to get the entire OS into RAM; tin hat is a version of Linux that does that.
We’re very happy with the results of our RAM disk browser upgrade. Let us know in the comments if you’ve had a similar experience doing this in Windows.