Reliance Mobile Introduces Weekend Pack for Unlimited Local Calls

Reliance Mobile the GSM and CDMA mobile service brand of Reliance Communications (RCOM) launches new Pan India STV dubbed as Weekend Pack for Unlimited Local Calls with in Reliance mobile networks.
The ‘Weekend Pack’ will give one a freedom to Talk Unlimited on Local Reliance Mobile CDMA and GSM network, without having to worry about the call charges. Reliance Weekend Pack cost Rs.33 and valid from Friday-12 am to Sunday-11:59pm (Mid Night) of same weekend. With this Recharge Reliance customers can talk Unlimited on any local Reliance phone during the weekend.
Reliance Mobile Weekend Pack in Details-
Reliance Weekend Pack-Rs.33 (valid from Friday-12 am to Sunday-11:59pm (Midnight)
Local Calls to Reliance Mobile N/W (GSM+CDMA)
Unlimited FREE
Local Calls to Other Network
As per Existing Prepaid Plan
STD,ISD,SMS, and Other Charges
As per Existing Prepaid Plan
Customer Care
*333 from Reliance or 1800-100-3333

Posted byranjith at 6:25 AM 0 comments  

Micromax Launches C350 Open Market Handset for CDMA

Micromax, the leading Indian mobile handset manufacturer announced the launch of Micromax C350, the first Indian OMH (Open Market Handset) compliant CDMA2000 phone was launched in Hong Kong. The revolutionary OMH technology, available on the CDMA2000 platform, gives mobile customers the flexibility to buy a CDMA2000 handset and relevant SIM cards from any CDMA2000 operator of their choice. The OMH-compliant Micromax C350, powered by Qualcomm’s QSC6020™ chipset, offers 2MP camera, motion sensor, 2.4” 262K colour QVGA screen, stereo FM radio, multi format music player, video recorder/player, Bluetooth 2.0, and expandable memory (up to 4GB).
Micromax CDMA OMH handset model C350 is an extremely affordable upgrade option for existing CDMA2000 customers who want more features and VAS/data services on their handsets. The Micromax C350 is expected to be priced below Rs. 4500 and available across India at all existing retail outlets across the country.
Speaking at the launch of the Micromax OMH model C350, Mr. Vikas Jain, Business Director, Micromax Informatics Ltd, said, “With our futuristic vision and commitment to deliver the best of technology to our customers, Micromax is proud to be the first Indian brand to have released the OMH handset. Our product line always exemplifies our motto of ’Inventing Surprises‘ and our latest release of the OMH model will surely provide another delightful experience to the subscribers of CDMA technology. The OMH technology, combined with C350, has enabled us to bring feature-rich handsets into the market faster, and make them available at very attractive price points.”
OMH technology has provided equality across CDMA and GSM in terms of operator selection and upgrade flexibility. This will greatly benefit the CDMA handset market in India and encourage manufacturers to bring a greater variety of handsets into the market.
Dr. Sandeep Sibal, Country Manager and Vice President, of Technology, for Qualcomm India & South Asia said, “We congratulate Micromax for being the first Indian brand to launch a CDMA OMH handset.

Posted byranjith at 6:17 AM 0 comments  

Vodafone Launches Free 2 Download Zoozoo Widget

Vodafone Essar, one of India’s leading cellular services providers, has announced a special Gifts for Zoozoo fans across India. Vodafone customers can now get free mobile application/widgets “Zoozoo organize”
With this free to download widgets user getting a grip on calendar, Set important reminders, maintaining your contact-list or keeping a task-list, stay updated on our latest offerings with the Zoozoo widget. Still can´t get enough? Poke & tickle for some Zoozoo fun.
This is another step by Vodafone to fulfil the love and affection that hundreds of thousands of fans have showered on Zoozoos – the lovable fictional characters from Vodafone’s recent advertising campaign. Compelled by demand by fans, Vodafone had also launched official Zoozoo merchandise recently, in a tie-up with Shoppers Stop, one of the leading large format retail store chain in India.
To Download the Zoozoo Organize Mobile Application click here-> Zoozoo organize Widget Or visit Vodafone’s website.
Vodafone’s Zoozoos has been one of the most talked about creative ad campaigns capturing the imagination of India. Vodafone recently won the CNBC Awaaz Consumer Award for ‘Storyboard Campaign of the Year’ for the Zoozoo campaign. The Zoozoo Ad Campaign ran a series of commercials on the various services being offered by Vodafone during the IPL Season 2.
Social networking sites have also witnessed the success and popularity of the Zoozoos, with Facebook having more than 3 lakh Zoozoo fans, which makes it one of the largest fan clubs.

Posted byranjith at 6:14 AM 0 comments  

Introducing the new version of orkut

Posted byranjith at 5:49 AM 0 comments  

Introducing the new version of orkut

Posted byranjith at 5:48 AM 0 comments  

Learn to use orkut promote

Posted byranjith at 5:36 AM 0 comments  

What is a Web Server?

Learn Web server software overview, how to configure, how it works, apache, tomcat. Web server is a computer including a software package that provides the specific services to the client computers. Web server delivers the web pages. Every web server has an IP address and a domain name.
The server fetches the index or main page of the website and sends it to your browser. Web-based servers are used for hosting the websites. One web server can hosts thousands for one sites. But in the hosting companies there are number of the web servers for load balancing and sharing the other services. A computer can be act as a web server by installing and configuring the server software and connecting the computer to the Internet. Normally, web server computers have to be turn on (online) for almost all the day.
There are many software applications that are used as the web server like IIS, Apache web server, Tom Cat web server. A web server typically accepts thousands of the concurrent incoming requests for the specific domain, that it hosts.
In case if the server is down for any reason, the websites that are hosted on this server cannot be accessed. So the downtime is a biggest negative thing for the web hosting companies. Many hosting companies have to mention the uptime of their servers for the client’s satisfactions like 99.9 % uptime. You may have seen this percentage on many hosting companies’ websites.

The web servers serves the objects in the form of html documents, plain text, images, sounds, video and some other form of the data. Many of the data types may not be placed in the static form but they are shown on the run time by the software programs, that are installed on the web server and the CGI scripts are the most common form of these programs.
Web servers and the browsers such as internet explorer, Firefox, Netscape, Opera etc communicate with the web server by using the HTTP protocols (Hypertext Transfer Protocol). This is very effective method of requesting the data over the Internet. Web servers are in various shapes and sized and run under different operating systems like Windows, Linux, and Unix etc. They are also range differently in prices and working.
Apache Web Server
The Apache web server is the most popular and most commonly used web server today. Apache web server has many features and good functionality that appeals to the users and that’s major cause of its popularity. On the other end, Microsoft’s IIS still is struggling to complete fully with apache web server. IIS is a very good server on the NT platforms and Apache is compatible with the Linux/Unix platforms.
Another big reason for the worldwide acceptance of the Apache web server is its stability. Many big websites on the Internet has chosen Apache web server for their hosting needs. Additionally, Apache web server is a relatively fast. If your website contents are static then Apache’s working is very efficient and fast and on the other end, if you are using scripts like CGI scripts or others, it usually slows down the speed of the Apache web server.A Web server is simply a little piece of the software, it takes the file name sent in the GET command, retrieves that files and send it back to the browser.
Most servers implement some level of security on the serving process. For example login/password accessible page requires the proper login and password from the users to accept that page. Web servers have the database and login information of the entire subscriber and only a subscriber of that typical service will be able to see that page. Additionally, while doing secure transactions the web pages allows encrypted transactions between the browsers and the servers such as on the E-commerce websites and other websites where a transaction through a credit card is required.
Basic Overview How Web Server Works
A web server performs various tasks on the request from the clients. To understand the working of the web server, it is necessary to first understand that what is client and server and what is their relationship with each other. A client is a program that sends request to a server and server responds to the requests of the clients.
This generic definition covers many types of relationships between client and servers like database server & web server etc. Web server have to be connected to the internet because client computers need to access them for various needs like data, files, graphics, video and html documents access.
The client program such as browsers and typically designed for the purpose of communicating with the web servers. A browser itself has different levels of features and security. To start the communication between the client (browser) and the server, a set of rules or agreed upon way is required and that is called a protocol. To access the web pages from the server HTTP protocol is required and for the file sharing access FTP protocol is required. There are a large number of the web protocols.
A web server is configured and designed in such a way that it responds to the thousands of the concurrent incoming requests from the clients for different things like html documents, graphics, images or video etc.

Posted byranjith at 4:46 AM 0 comments