Monday, March 14, 2011

QR Code with Goo.gl Service

We just created a new QR code service, based on Google URL Shortener tool. Give us a long web page URL, we use Goo.gl to shorten it and then generate the QR code for the shortened URL. In addition, you can add the new URL to the top of the QR code, so it is easy for people without smart-phones to browse the content as well.

Enjoy! Try it now!

Saturday, March 5, 2011

QR Code for Pages

We just added a new tool to help businesses use QR code more productively. Businesses often have print-outs that need to be shared with customers, such as restaurant menus and product catalogs. Why not make them accessible on the mobile phones?

Our Page QR service is created to resolve this problem. You can create a web page that can be shared with a QR code. Of course, we will provide you the QR code generated; you can also include the QR code on the web page too. You just need to print the code, make it available in your stores and we will take care of everything else.

Enjoy!

Tuesday, February 22, 2011

QR Code for Zillow

We are excited to announce that our new product, Zillow QR, is now available. Zillow QR service allows real estate agents and real estate companies to generate QR code for any Zillow property listing. The QR code can be posted on the property “for sale” signs on the lawn. Anyone passing by can scan the code using their smart-phones, get detailed information about the property and contact the agent. We believe it is a great tool for the market.
Try it now!

Thursday, February 10, 2011

QR Code for PayPal

We just released a new service to generate QR codes for PayPal buttons. With this service, your customers can quickly purchase products and services with their PayPal accounts using QR codes.

Enjoy! Try it now!

Thursday, February 3, 2011

How QR code can help marketers and businesses

A QR code is a special two dimension bar code that can be read by dedicated barcode readers or camera phones.  The data included in a QR code could be contact information, calendar event information, Website URLs or other text values.  As a business owner or marketer, you can print the QR code on any physical surface, such as business cards, tickets, business signs, coffee mugs, t-shirts and etc. People with modern smartphones can capture the QR code with their phone camera and then be given the option to save the contact/event information, go to the web page and etc.

QR code can be used to distribute your contact and event information. It could also be used to promote web pages. Because QR code can be a web URL, you can use the QR code as an entry point and pack most of the information on the actual web page. In addition, you can use web services to make the page action-able, such as allowing customers to add you as a friend on their social networks. QR code can be a powerful tool for marketers and businesses to reach their audiences and customers. In particular, the “coolness” factor could attract young and high-tech people for your products and services. Another big benefit of using the QR code is that when a customer checking a QR code, it is very likely the person is physically close to the code itself, kind of like Yelp and FourSquare combined. This is a perfect moment to market the products and services you want to promote.

QR code has its own challenges as a marketing or promotional tool. First, this channel is quite new, for both businesses and consumers. It is not as straightforward as a plain business sign and you should expect slow start. Second, promotion through QR code is quite different from traditional channels, yet it is not exactly the same as online or social channels either. It is distributed in the physical world and “redeemed” as information text or web pages.  When including QR code in your campaign, you need to consider the both online and offline aspects of your promotion. Third, unless the QR code points to a web page that can be tracked, it is hard to track the effectiveness of the QR codes.

Recommendations:
  1. Do use QR code to promote your businesses, even though it is universally understood yet. You can print it on your business cards, post it on the windows and etc.
  2. Use QR code as a complimentary tool to promote your products and services, but not as the primary tool. You should still have texts and graphics besides the QR code.
  3. When posting QR code, at least, mention what information does the QR code contains and what benefit it offers.
  4. Because smartphone cameras are often used for capturing QR codes, when a QR code contains a web page URL, make sure the page is mobile device friendly.
  5. Track your responses if possible; however, do not make the user experience too difficult so it defeats the purpose.
  6. Educate your audience and customers about the QR code and the benefits of checking the QR code for your products and services.
Please check http://www.uptier.com/ for QR code services we are offering.

Saturday, January 22, 2011

Project Started

UpTier started couple weeks ago to help people or businesses to get connected. This blog is created to remember the learnings during the journey. 

To build http://www.uptier.com/, I decide to use Windows Azure. Azure is the Microsoft cloud platform which can scale computing resources as the demand grows. Since I am a BizSpark member, Microsoft offers free Azure for a year, which is a good incentive for me. It is also an interesting new technology to learn. To build the site, I also choose to use the ASP.NET MVC framework, which builds the web site using Model, View, Controller architecture. MVC has a quite learning curve which takes me some time to get used to.

At this time, the deploy process is not very straightforward but overall it is doable. When deploying the code, remember to set the project properties to package all the files. I had a few problems until I chose this option. Also, it is better to deploy to staging first and then switch staging to production, it is better to leave some deployment work to Microsoft :-)