Tuesday, November 29, 2011

Sabeer Bhatia launches free SMS app Jaxtr


NEW DELHI: Sabeer Bhatia, the founder of Hotmail.com, on Tuesday launched JaxtrSMS, a mobile application that lets users send unlimited free text messages to any other phone anywhere in the world.
He claimed JaxtrSMS is the world's first mobile-based application for sending SMS that is completely open as the recipients do not need to have the app installed
It is already available as a free download for all major mobile operating systems - iOS, Android, Blackberry and J2ME. In fact, users in 197 countries have already downloaded the app within a few weeks since the soft launch, said Bhatia, who is CEO & co-founded Jaxtr with Yogesh Patel in US.
JaxtrSMS is unique in that a mobile user can send a text SMS to any mobile phone in the world without requiring the receiver to have the JaxtrSMS application installed on her phone. This "open" facet of JaxtrSMS distinguishes it from other free mobile messaging applications such as Whatsapp where messages can only be sent within a closed network to people who also have the same app installed. JaxtrSMS retains the number of the user and no new number is required while signing up for the JaxtrSMS service.
"15 years ago, we gave you Hotmail.com, the world's first webmail service that freed up e-mail from the confines of the desktop and aided the creation of a global communications network which was completely open and free for users. Today, we present JaxtrSMS which does to SMS what Hotmail did for e-mail. Now, mobile users can leverage our free and open application to send messages to their contacts anywhere across the world without having to pay anything," said Bhatia.
"JaxtrSMS was completely developed in India. I am proud to showcase this as an example of Indian innovation and ingenuity," said Yogesh Patel, president & co-founder.

Saturday, November 5, 2011

HTC beats Samsung in American smartphone market with 24% Share

HTC edged out Samsung Electronics to become the largest smartphone vendor in the US, capitalising on the Android platform's popularity and a lull in demand for iPhones to overtake Apple and Research In Motion. A 10 percentage-point jump in share from a year earlier gave Taoyuan, Taiwan-based HTC 24% of the world's largest smartphone market in the third quarter, ahead of Samsung's 21%, Palo Alto, California-based researcher Canalys said in a statement on Tuesday.

GeoIQ Releases Real-Time Streaming Social & Device Data & Mapping API Platform



GeoIQlogo.jpgLocation data provider GeoIQ today detailed a new offering called GeoIQ Social. This is a real-time streaming API that delivers location-enabled data from Twitter, Pachube-enabled sensor hardware and other platforms into a map-friendly output format that can be updated as the data changes. Boom!
Sentiment analysis, user ranking, data from sensors and potentially much more can all be taken into account in requesting data from the API. Connectors have been built for "all sorts of databases including PostgreSQL, MySQL, Oracle, HBase, and MongoDB as well as an even newer types of databases and APIs like Google Fusion Tables." Awesome.
The company concludes its discussion of the new API by saying it intends to extend far beyond where it is today in dynamic data and dynamic mapping. "Without giving it all away," writes Chris Helm, Head of Analytics at GeoIQ, "we're thinking along the lines of realtime analytics, dynamic event alerting and more tools for easy collaboration."
That sounds fabulous to me. When physical place and the real-time social web come together in the form of streaming data APIs, the possibilities for augmenting time, place, civil society and the meaning of the web are substantial.

Who Manages Cloud Services to the Home?


artical Picture

Users are frustrated trying to connect all their home devices to a wireless network. Who will fill the gap??????
The enterprise is where the big bucks used to be, but home is where the hearts of consumers are. As the Web becomes more integrated in people’s lives, the home will become the battleground for a coming generation of startups and big companies. There’s a huge hole in the market where broadband hits the home, and normal people struggle to connect their ever-growing number of devices to a wireless network they may not understand.

Tuesday, November 1, 2011

Program to calculate the Typing Speed

/*Program is written in c u just save it with extension .cpp . Because this program uses class and friend function so it's a cpp programm */

#include  <stdio.h>
#include  <dos.h>
#include  <conio.h>
#define   ESC 0x1b
#define   BSPACE 0x08

const unsigned long far * const dosTime = (const unsigned long far * const)MK_FP( 0x40, 0x6C );

class Timer

Student Management System / Information System


/* Student Management System */

#include <stdio.h>
#include <alloc.h>
#include <stdlib.h>
#include <conio.h>
#include <ctype.h>
#include <string.h>

/* function prototypes */

void create( char *, int, int, char * );
void printnode( struct node * );
void display( struct node * );
struct node * search( struct node *, int );