Showing posts with label internet. Show all posts
Showing posts with label internet. Show all posts

22 September 2014

Datawind to Launch Rs. 2,000 Android Phone With Free Lifetime Internet



girl_using_smartphone_reuters.jpg
 
With the aim to double its volumes, low-cost mobile devices maker Datawind on Friday said it will launch a Rs. 2,000 smartphone before Diwali that will come bundled with free Internet for life.The company said the device will be based on Android and have 3.5-inch display. Datawind currently has three smartphones and 5 tablets under its portfolio and is selling 40,000-50,000 devices every month.

"We are looking forward to launch our Rs. 2,000 smartphone and few other devices before Diwali and intent is to double our sales by the end of this calender year," Datawind Executive Vice President Rupinder Singh said here.

He added the company is in talks with 3 telecom operators for the free lifetime Internet offer but refused to divulge more details as the deal is yet to be finalised.
Asked about manufacturing in the country, Singh said the company has aggressive plans but did not mention any timeline for implementation.

Datawind had won the contract to supply 100,000 units of Aakash tablets priced at $49.98 apiece in 2011, translated into a price of Rs. 2,276 at that time.
The project was then handled by IIT Jodhpur which provided the specifications for the product. It, however, ran into controversy following IIT Jodhpur rejecting the devices manufactured by Datawind.

The project was then shifted under IIT Bombay and Datawind was asked to supply better version of the product, Aakash 2. Singh said the company had in May last year shipped all the tablets to the government.

The Aakash project was former minister Kapil Sibal's brainchild. The idea was to provide low-cost computing device at subsidised rate to students to enable them access Internet for educational purposes.

Communications and IT Minister Ravi Shankar Prasad in a recent press conference said Aakash project needs better specifications.
Asked if Datawind would be interested if the government comes out with a tender for Aakash, Singh said,"Absolutely we will be interested in that. Just a couple of months before the elections, a tender was opened for Aakash 4 by DGS&D and we emerged as the lowest bidder."

02 May 2013

Web Design Tips for Better Usability



Website usability is a big issue for developers and users. Your website needs to be as user friendly as possible. If your visitors become frustrated trying to find the information they need, they will click off your website and a conversion opportunity is lost. Here are 10 web design tips for better usability.

Tap Into How People Read a Website

  • Two studies done by Dr. Jakob Neilson and the marketing firms Did-it and Enquiro have shown people scan websites in a F shaped pattern. This is also known as the Google Golden Triangle. Most people start in the top left corner and scan down and to the right while viewing website. Concentrate your most important information in this area.
  • Studies have also shown people only read about 28% of the text on a page. This means your content has to be golden and you need to get your point across quickly.
  • Most people read webpages from left to right. This means if you use sidebars place them on the left side. If your page is in Hebrew or another language that reads from right to left, this should be reversed.

The Look of Your Website Matters

  • Make use of white space to make your text more readable. Studies have shown that the use of white space not only makes your website look cleaner, but increases reader comprehension.
  • If you must go past the fold, use less content above the fold. This encourages readers to scroll down and will keep them on your webpage.
  • Pay attention to small details. The font and color of a button can sometimes mean a conversion or a click through. Instead of the annoying 404 message, try a polite two to three sentence message and a search option.

The Performance of Your Website

  • Your website needs to load quickly on all devices. Mobile users are just that, mobile. They don’t have time to wait for your website full of graphics and flash to load on their devices. Test out your website loading times on several devices to be sure it loads quickly.
  • Make sure your links are up to date. If you make revisions on your website, you’ll need to check the links to be sure they are still active.
  • Park a tool bar at the top of the page. As they scroll down the tool bar stays on top of the page. This will make sure your visitors can navigate your site easily. Also don’t overuse the search option. It is better to have good navigation than to rely on a search box.
  • Make sure your landing pages are optimized. A study by Gerry McGovern showed in 2010 only five percent of conversions originated from your home page. By having the right SEO on each landing page your pages will show up in search results. This will drive traffic to landing pages and your conversion rates will increase.
These are 10 web design tips for you to use to increase your website’s usability. Your website needs to be attractive, easy to read, and easy to use. Don’t ignore the details and just concentrate on the big picture,all of the elements of your website work together to increase usability.

10 December 2012

YouTube launch global short film contest on India


India's external affairs ministry and YouTube have partnered to launch a second global short movie contest for students, video amateurs and filmmakers, top
officials announced here.


The competition is open to people around the world on the theme - "India Is A...Visual Journey",
related stories

celebrating India and its diversity. The last date for submitting five-minute entries is Feb 9, 2013
 

06 December 2012

Computer Networks: How Email Really Works

In this diagram, the sender is a human being using their company account to send an email to someone at a different company.

Step A: Sender creates and sends an email

The originating sender creates an email in their Mail User Agent (MUA) and clicks 'Send'. The MUA is the application the originating sender uses to compose and read email, such as Eudora, Outlook, etc.

Step B: Sender's MDA/MTA routes the email

The sender's MUA transfers the email to a Mail Delivery Agent (MDA). Frequently, the sender's MTA also handles the responsibilities of an MDA. Several of the most common MTAs do this, including sendmail and qmail (which Kavi uses).
The MDA/MTA accepts the email, then routes it to local mailboxes or forwards it if it isn't locally addressed.
In our diagram, an MDA forwards the email to an MTA and it enters the first of a series of "network clouds," labeled as a "Company Network" cloud.

Step C: Network Cloud

An email can encounter a network cloud within a large company or ISP, or the largest network cloud in existence: the Internet. The network cloud may encompass a multitude of mail servers, DNS servers, routers, lions, tigers, bears (wolves!) and other devices and services too numerous to mention. These are prone to be slow when processing an unusually heavy load, temporarily unable to receive an email when taken down for maintenance, and sometimes may not have identified themselves properly to the Internet through the Domain Name System (DNS) so that other MTAs in the network cloud are unable to deliver mail as addressed. These devices may be protected by firewalls, spam filters and malware detection software that may bounce or even delete an email. When an email is deleted by this kind of software, it tends to fail silently, so the sender is given no information about where or when the delivery failure occurred.
Email service providers and other companies that process a large volume of email often have their own, private network clouds. These organizations commonly have multiple mail servers, and route all email through a central gateway server (i.e., mail hub) that redistributes mail to whichever MTA is available. Email on these secondary MTAs must usually wait for the primary MTA (i.e., the designated host for that domain) to become available, at which time the secondary mail server will transfer its messages to the primary MTA.

Step D: Email Queue

The email in the diagram is addressed to someone at another company, so it enters an email queue with other outgoing email messages. If there is a high volume of mail in the queue—either because there are many messages or the messages are unusually large, or both—the message will be delayed in the queue until the MTA processes the messages ahead of it.

Step E: MTA to MTA Transfer

When transferring an email, the sending MTA handles all aspects of mail delivery until the message has been either accepted or rejected by the receiving MTA.
As the email clears the queue, it enters the Internet network cloud, where it is routed along a host-to-host chain of servers. Each MTA in the Internet network cloud needs to "stop and ask directions" from the Domain Name System (DNS) in order to identify the next MTA in the delivery chain. The exact route depends partly on server availability and mostly on which MTA can be found to accept email for the domain specified in the address. Most email takes a path that is dependent on server availability, so a pair of messages originating from the same host and addressed to the same receiving host could take different paths. These days, it's mostly spammers that specify any part of the path, deliberately routing their message through a series of relay servers in an attempt to obscure the true origin of the message.
To find the recipient's IP address and mailbox, the MTA must drill down through the Domain Name System (DNS), which consists of a set of servers distributed across the Internet. Beginning with the root nameservers at the top-level domain (.tld), then domain nameservers that handle requests for domains within that .tld, and eventually to nameservers that know about the local domain.
DNS resolution and transfer process
  • There are 13 root servers serving the top-level domains (e.g., .org, .com, .edu, .gov, .net, etc.). These root servers refer requests for a given domain to the root name servers that handle requests for that tld. In practice, this step is seldom necessary.
  • The MTA can bypass this step because it has already knows which domain name servers handle requests for these .tlds. It asks the appropriate DNS server which Mail Exchange (MX) servers have knowledge of the subdomain or local host in the email address. The DNS server responds with an MX record: a prioritized list of MX servers for this domain.
    An MX server is really an MTA wearing a different hat, just like a person who holds two jobs with different job titles (or three, if the MTA also handles the responsibilities of an MDA). To the DNS server, the server that accepts messages is an MX server. When is transferring messages, it is called an MTA.
  • The MTA contacts the MX servers on the MX record in order of priority until it finds the designated host for that address domain.
  • The sending MTA asks if the host accepts messages for the recipient's username at that domain (i.e., username@domain.tld) and transfers the message.

Step F: Firewalls, Spam and Virus Filters

The transfer process described in the last step is somewhat simplified. An email may be transferred to more than one MTA within a network cloud and is likely to be passed to at least one firewall before it reaches it's destination.
An email encountering a firewall may be tested by spam and virus filters before it is allowed to pass inside the firewall. These filters test to see if the message qualifies as spam or malware. If the message contains malware, the file is usually quarantined and the sender is notified. If the message is identified as spam, it will probably be deleted without notifying the sender.
Spam is difficult to detect because it can assume so many different forms, so spam filters test on a broad set of criteria and tend to misclassify a significant number of messages as spam, particularly messages from mailing lists. When an email from a list or other automated source seems to have vanished somewhere in the network cloud, the culprit is usually a spam filter at the receiver's ISP or company. This explained in greater detail in Virus Scanning and Spam Blocking.

Delivery

In the diagram, the email makes it past the hazards of the spam trap...er...filter, and is accepted for delivery by the receiver's MTA. The MTA calls a local MDA to deliver the mail to the correct mailbox, where it will sit until it is retrieved by the recipient's MUA.

RFCs

Documents that define email standards are called "Request For Comments (RFCs)", and are available on the Internet through the Internet Engineering Task Force (IETF) website. There are many RFCs and they form a somewhat complex, interlocking set of standards, but they are a font of information for anyone interested in gaining a deeper understanding of email.

02 April 2012

Google+ growing to 500m users

MOUNTAIN VIEW: Like the strong-willed youth it is, Google's budding social network is confidently going its own way.

In an AFP interview, Google+ vice president Bradley Horowitz shrugged off Silicon Valley obsession with a Facebook rivalry and focused on the internet titan playing to its strengths with an eye on the future.

"The way we think about Google+ is not pretending that today we can compete along every dimension of every competitor that is in a space," Horowitz said.

"The goals for Google+ are long-ranging and broad," he continued. "This is a reinvention of the consumer's relationship with Google that is going to unfold over a period of years."

The average number of people who use Google+ each month has climbed to 100 million since it opened to the public in September of last year. The figure for daily users is 50 million.

"Eventually, the 100 million users today are going to blossom into 500 million and by that time you will discover that all of your friends will be there on Google+," Horowitz predicted.

A unique Hangouts feature that lets as many as ten people at once get together for group video chats is a huge draw at the online community.

Hangouts can be limited to invited friends or opened to anyone.

The US president, musician Will.i.am, Desmond Tutu and even the Dalai Lama have taken part in "On Air" hangouts in which intimate online gatherings can be openly viewed at the social network.

"We think looking somebody in the eye and communicating in the normal social way we've learned to do over millennia is important," Horowitz said. "We wanted to bring that authenticity back into the equation."

Hangouts have surprised the Google+ team. They have been used for language and music lessons. A stutterers' support group uses them for group meetings.

Hangouts are used to let bedridden people virtually explore the world.

Longtime photographer John Butterill of Canada was new to Google+ when he took a sick friend on a "virtual photo walk" using a smartphone, a professional camera, and a hangout.

Butterill hiked snowy woods near his home during a streamed hangout in which his friend saw through the camera lens and directed the shots. A video of the walk posted at the social network went viral.

"I came home from the walk and there it was being shared by everyone," Butterill told AFP. "My mouth dropped open."

The friends launched a Virtual Photo Walks page at Google+ with a mission to "walk for those who can't."

Google+ users in cities around the world have signed on to act as legs and hands of people physically unable to venture out for themselves.

A photographer in Australia freshly recovered from a broken back virtually took a woman with Multiple Sclerosis on a walk to a beach in Perth.

"She said she never thought she'd hear the ocean again," Butterill said. "These people really know how to choke you up."

A photographer for nearly 40 years, Butterill insists that those directing shots get credit and rights to walk images.

"I am just the arms and legs," Butterill said. "It is like the person on the other side is holding the camera. It's just plain cool."

Virtual photo walks can go beyond picture-taking to being a way for people with disabilities to attend meetings or political events or even negotiate contracts in real time, according to Butterill.

"A soldier could take his hospitalized friend virtually to a pub for beer," he said.

Butterill's vision includes taking sick children on virtual photo walks of Disneyland.

"When we brought hangouts to market we knew we had something very special, but there was no way of telling whether this would be the next Chatroulette or something more meaningful," Horowitz said.

"It is really delightful when a product you built changes people's lives and you get these heartfelt stories about how it has touched them."

Google is weaving its social network into offerings such as its search engine and online video-sharing stage YouTube for a synergy that could offset the edge given Facebook by its network of more than 840 million members.

"Google of five years ago had many magical products, but they didn't sing in harmony," Horowitz said.

"We are creating a more comprehensive user experience across all of what we are doing," he continued. "We are threading the needle very carefully to do that without spoiling the magic."

24 February 2011

Safely File Scan on INTERNET

Hello all..
You find many files suspicious on the NET which might contain Viruses, Trojan. Even if your Anti-Virus doesn't detect it, you still find it very difficult to open it.
OR
Created a Virus and wanted to see how GOOD it stands up against the Top Anti-viruses..
So whats the solution........ ... ... ... ..
Best is to scan it on INTERNET.
But WHERE ??
The solution is.... http://www.virustotal.com/ 
This website uses about 43 Anti-virus softwares.. to scan ur uploaded file.. 
*Be aware while uploading your file/virus to that website, because they might sell your virus to Antivirus companies.. without your permission.

Popular Posts