Archive for June, 2010

QR code + mobile apps = ads, games and the key to the Internet

Monday, June 28th, 2010

japanese-qr-codeThe QR code is a popular two dimensional barcode which has already stepped over the trade market boarders and has become actively used in everyday life. Mobile phones equipped with cameras capable of scanning and decoding a 2D barcode as successfully as specialized scanners. The popularity of such mobile phones began in Japan and then spread to other continents and countries and together with this popularity the fashion for QR-code has spread as well.

The QR code first appeared in magazines, on bus stops, business cards and simply on any object about which you may need information. A barcode is only coded information. It can be about everything and not only about goods at the market. The maximum volume of QR code data is about 3 Kb, which allows coding of small images. Mobile software specially developed for QR codes decoding will easily reflect the corresponding image.

It is not surprising that the first who started using the QR code were quirky marketing specialists. They used it in advertising where an address, phone number and other information about a company were coded. For example, a simple situation: the advertising billboard with the QR code square. Inspired by the advertisement and wishing to buy the product or service of this company, the consumer simply focuses the camera of his mobile phone on the barcode, the gadget decodes it and the phone numbers and other requisites are automatically saved into the address book. The user needs just press the green button on the phone and he doesn’t have to dial the number himself.

qr-codesThere is one more example. The barcode can be used for meeting the opposite sex. You need to place the QR code with your personal information somewhere on the foreground. And then the interested person can focus his mobile phone on your barcode and get all the necessary information for further relationships.

Recently the usage of the QR code has been acquiring more and more global and cultural character. Mobile phones a re becoming the most common tool for getting the access to the Internet, which opens new horizons of using barcodes on mobile phones as the so-called ‘physical hyperlinks’.

Together with the web the QR code can easily contain the data for searching the information on the Web, i.e. having decoded the content of the barcode, the mobile phone uses this information for Google searching, Google Maps or various social networks. In this way, the QR code turns to a special hyperlink connecting the real object with the information about it on the Net.

The practical example of barcode usage as a hyperlink from real objects to the internet resources can be the project www.semapedia.org. This project deals with connecting the articles in Wikipedia with the places in the real world. In fact, the QR code usage is limited only by imagination. Thus, all you need is new business ideas on using the QR barcode and mobile apps developers who will be able to help you with the technical issues.

qr-code-mobile

Only one day to order iPhone 4

Monday, June 21st, 2010

iPhone4After starting taking preliminary orders for iPhone 4, Apple and AT&T encountered some technical problems on their websites because of the boom from the side of buyers, reported Reuters. Apple even had to disconnect the hotline because of the excessive number of phone calls.

Many buyers who were trying to place an order for a new iPhone which is going to be on sale from June 24 got the error about the impossibility to execute the operation at the given moment with the request to try later. By the evening the AT&T site gave the information that the whole volume of iPhone 4 reserved for preliminary orders for June 24 had been realized. Now the operator is accepting orders for the next days after the official launch of sales.

The desire to become one of the first owners of iPhone 4 was so strong that some users who hadn’t managed to place a preliminary order online rushed to the AT&T store and subscribed manually. Among the customers, there were professionals who specialize in iPhone programming, because they will have to work actively with the new device. The company announced that it is the result of ‘incredible interest’ to the new smartphone and added that for its whole history they hadn’t seen such a demand.

Last year the sales of iPhone 3GS reached 1 mln items in the first 3 days. iPhone 4 is expected to reach this mark even earlier since the number of preliminary orders made at AT&T is much higher in comparison with the smartphones of the previous generations. The price of the smartphone in the USA is $199 for the version with 16 Gb memory and $299 with the version with 32 Gb

Hackers have cracked iPad

Thursday, June 17th, 2010

hacked_iPadThe AT&T company has found a gap in the iPad security system. The owners of the latest Apple’s gadget have sent the corresponding notification about the leakage of e-mail addresses. The group of hackers announced that it was able to crack users’ devices connected via the authorized wireless access. AT&T claims that the given vulnerability has already been eliminated.

According to Gawker, the hackers got the personal information of 114,000 iPad owners. Among them there are dozens of managers of leading companies, show biz celebrities, politicians. In particular, according to the preliminary information, the e-mail addresses of top-managers of New York Times Company, Dow Jones, Condе Nast, Viacom, Time Warner, News Corporation, HBO, Hearst have come to the hands of the hackers. The account of Chief of the biggest helicopter squadron B-1 William Aldridge has been also cracked.

AT&T is an exclusive partner of Apple. One of the business partners had reported the vulnerability in the security system several days before the incident.

Probably, in future iPad application developers will offer in their products additional functions for protecting personal information.

Autorotation for interfaces of iPad apps

Tuesday, June 8th, 2010

The majority of iPhone and iPod touch applications support portrait orientation only. Many web developers haven’t even thought about adding landscape orientation where it is really necessary. Apple isn’t an exception: it didn’t realize the support of landscape orientation in the important system programs of iPhone OS 2.x (the company has corrected its mistake in iPhone OS 3.x).

With iPad arrival the situation has changed. Apple obliged all iPad apps developers to support the both types of orientation in iPad applications. Of course, there can be exceptions, for example, games. But applications that don’t have fixed (functional) binding to the orientation must be user-friendly in any position of the device.

iPad_orientation

iPad_orientation_2

There are no difficulties with simple interfaces. The necessary attribute autoresizingMask which describes the changes of the frame is assigned to the UIView class objects. This method is not applicable to complicated interfaces.

Smooth and pleasant autorotation of the application interface can be performed with the help of the layoutSubviews method. The detailed information about this method can be obtained at iPad Programming Guide.