Archive by Author

Adding webcam interaction to jazz up the ecommerce

Papa John’s Pizza added an unorthodox but seems fun webcam interaction to their ecommerce site.

“The campaign’s plot is simple. Weird, but simple. Consumers go to a Papa John site and grab an icon of the “1972 Z28 Camaro that founder John Schnatter sold 25 years ago to open his first restaurant,” the chain said. As of Monday (June 1), consumers can use webcams to capture the image from a pizza box. Once selected, the consumer can then drive along a virtual road, being shown virtual billboards, which are discount coupons.” — StorefrontBacktalk

I think this is more a consumer retention strategy toward their younger consumers and hope that they will find this new coupon hunting interaction fun.

Read here for the full post: http://tinyurl.com/py46wx

Mobile phones: The fourth leg of your business

Using the Internet on a mobile phone was not widely adopted in the United States until the birth of the Apple iPhone. Before the iPhone, the mobile Internet experience was very cumbersome and difficult for common people. The screens were too small and sometimes it took a lot of effort to make the Internet work on your cell phone.

With a 20 million and growing user base and with 80% of them using the Internet every day, iPhones and other smart phones now offer retailers a whole new market segment that retailers can no longer ignore. Apple™ recently-released iPhone software version 2.0 opens up the door to companies and individuals to develop applications specific to the iPhone via the provided SDK. The software distribution is easy and simple through the provided AppStore application and the result is phenomenal. And this summer, even more functionalities are going to open up to developers on the version 3.0 software. There will be a unified message alerting system, access to external hardware integration, and more. All these new features will bring new perspectives and possibilities to the mobile channel.

Do I think mobile phones will completely replace the computer-based eCommerce experience? Heck no! Do retailers need to start planning their mobile presence strategy? Asolutely. The mobile phone is a more personal device to its owner than a computer. People adore their phones. They bring their phones with them every day and they constantly use them every single minute. Mobile phones have become irreplaceable communication devices that now are deeply embedded in our daily life.

So, if you as a retailer can claim your place on these devices, you’ll be able to place yourself very close to your customers. With built-in GPS technology, you can now know where your customer is at any particular time, and when you combine that with instant push message technology, you now have a way to deliver the right marketing to the right person at the right time. That is a powerful marketing tool. However, at the same time, since mobile phones are so personal, abusing this power will quickly lead to your customers putting you on their “SPAM” radar and you will be completely shut off from their presence.

With that in mind, putting your content on the mobile Web is no longer about merely trying to make your content render nicely on the small screen. It is a whole new strategy that requires good planning. Mobile devices should become — in a way — another channel of your business (just like your offline store, online store, catalog, etc). Instead of directly generating revenue from it like your regular sales channel, your mobile presence should be in mutual symbiosis with the other channels of your business to enhance your customer’s experience with your product and your company.

Let’s picture this scenario:

I want to buy new sneakers. So, like everybody else, I use my laptop to start browsing the Internet and several of my favorite online stores. Let’s assume that after doing some price comparison and reading some reviews on the Web, I find the shoes I like on a site. Let’s also assume that the company behind this site owns several local brick-and-mortar stores in my city.

In the old days, there was no connectivity between the online presence, the brick-and-mortar store and any other business channels of the company. The online department would expect and persuade me to just buy online. The store would encourage me to go to the store by giving out special promotions that were only available at the store.

In today’s economy, this self-channel-ego-centric mentality needs to be torn down. All of your business channels should work as one and with one goal only: to make sure that I, the customer, will buy the product only from your company and not from your competitors. We will revisit this multi-channel issue in later, but for the purpose of this article, let’s focus on the mobile channel and how it can become the glue that binds your other business channels.

Go back to the scenario above. It would be nice after finding the shoes that I like on the site, if I could add the shoes to my wish list which will automatically alert my mobile phone about the new shoes that I just saved. Then at anytime, I can access my wish list using my browser on my mobile phone and I can share it with my friends via cell phone or even on Facebook.

On the road, I can use the GPS on my phone to find a store near me that currently has the shoes I want and I can send out a “reservation” notice to the store through my phone that I am coming to that store in the next 2 hours to try on the shoes.

When I arrive at the store, I can have the store scan my phone so they can locate the shoes in the store’s inventory and get them for me to try on. Let say I try the shoes, and I love them but they don’t have the size I like. The store then provides me with an in-store computer terminal that allows me to order the size I want online with free delivery to my house. The system will then automatically send a receipt to my mobile phone and my email at home. Using the FedEx application on my phone, I can then track my package to make sure I am home when my shoes arrive.

As you can see from this story, mobile commerce is no longer about having people buy products through mobile-optimized websites. It’s more about the whole personal experience and it’s about leveraging emerging technology to enhance that personal experience in ways that were not possible before.

Get personal with your customer and let them bring your company along with them even only on their mobile phones.

Smart Marketing :)

Young Chuck moved to Texas and bought a donkey from a farmer for $100.

The farmer agreed to deliver the donkey the next day. But, the next
day he drove up and said, “Sorry son, but I have some bad news, the
donkey died.”

Chuck replied, “Well, then just give me my money back.”

The farmer said, “Can’t do that. I went and spent it already.”

Chuck said, “O.K. then, just bring me the dead donkey.”

The farmer asked, “What ya gonna do with him?”

Chuck said, “I’m going to raffle him off.”

The farmer said, “You can’t raffle off a dead donkey!”

Chuck said, “Sure I can watch me. I just won’t tell anybody he’s
dead.”

A month later, the farmer met up with Chuck and asked, “What happened
with that dead donkey?”

Chuck said, “I raffled him off. I sold 500 tickets at $2 apiece and
made a profit of $998.”

The farmer said, “Didn’t anyone complain?”

Chuck said, “Just the guy who won. So I gave him his two dollars
back.”

Chuck now works as an Internet marketer.

Embedding Fonts through CSS

Some of you may not know but now you can embed font file directly via CSS. Starting at Safari 3 and Firefox 3.1 beta both support direct linking to OpenType (.otf) font files. Presumably Opera will soon support this too. For IE user, it supports direct embedded open type file instead (.eot). To convert a “OTF” file to “EOT” file, you need Microsoft WEFT 3. Here is the link to do so:
Microsoft WEFT 3

To embed the font, simply do the followings:
1. Set the basic font-family

h1, h2, h3, p, td{
font-family:'Font-Name', georgia, serif;
}

2. Add @font-face to your CSS
@font-face{
font-family:'Font-Name';
src: url('Font-Name.otf') format('opentype');
}

for IE

That’s it. It is quite simple. Now all you need to do is finding the right font that you want to use :)

Free CSS Drop-Down Menu Framework

Click on the link below to check out the Free CSS Drop-Down Menu Framework. It is cross-browser compatible and easily styled.

Features highlight:

* Modular, with themes. Not only HTML is separated from CSS, but even CSS definitions are categorized into structural and thematic types. Thus creating a new drop-down means creating only a new theme since structure is permanent. What is more, creating a new theme is easy with available templates and takes 10-15 mins.
* Easily deployable. The code and files are well organized. Available channels to hook up to your CMS or other tools as well as existing websites in XHTML format.
* Easily transformable. Can be transformed by changing class name only. Available transformations: horizontal, vertical left-to-right, vertical right-to-left, horizontal linear, horizontal upwards.
* Cross browser. Configurations available for Windows Internet Explorer 5 or later, Mozilla Firefox 1.5 or later, Opera 7 or later, Apple Safari 2 or later.
* JavaScript only for IE. Minimal JavaScript code only for IE 6 or earlier. Can be used with popular JavaScript libraries Jquery or Scriptaculous. Everything else is pure CSS.
* Super Fast. Having the above mentioned features it is not affected by any disturbances whatsoever.

Click Here

RSS feed for your MSN Live search result

To create a RSS feed for your MSN search result, simply do the following steps:
1. Go to this URL: http://www.live.com/?searchonly=true&mkt=en-US
2. Type whatever search term you want to search and hit SEARCH
3. On the result page just append the following at the URL bar “&format=rss” and hit ENTER

Agent String for Safari on iPhone and iPod Touch

For those of you that programs your site to display different site for iPhone, dep ending how you do it, you may want to readjust your code to make it work with the iPod Touch. Here are the agent string from the Safari browser on those 2 devices:

* iPod Touch user agent string Mozila/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Geckto) Version/3.0 Mobile/3A101a Safari/419.3
* iPhone user agent string Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1C28 Safari/419.3

Making your homepage iPhone friendly

The new iPhone is out and you probably ready to set your website to make it look nice and dandy on iPhone safari browser. Here is the trick that I found that will make sure that your page is displayed correctly on iPhone safari browser:

<meta name="viewport" content="width=320">

That’s it; that’s all you need and then of course make sure that your content is displayable under 320px width :)

Happy coding.

TheBoxOffice – Wrap your text around image using CSS

I stumble upon the following site called boxoffice which I thought is pretty cool. This code-generator website allows you to create CSS and DIV to simulate text wrapping around irregular images. Check them out and play with it. Check the image below for the sample on how the page looks like.

Float Left

Microsoft announces “Surface”

Microsoft announces today its mystery product. It is called Surface, an interactive desk that allows interaction between the software and stylus, hand gestures, objects etc via RFID. This product is not meant for home users but primary focus right now is for places like hotels, restaurants, etc. Currently the demo is available at selected T-Mobile stores, Harrah’s and Starwood Casinos.

These are the highlight of the features:
+ Direct interaction. Users can actually “grab” digital information with their hands, interacting with content by touch and gesture, without the use of a mouse or keyboard.
+ Multi-touch. Surface computing recognizes many points of contact simultaneously, not just from one finger like a typical touch-screen, but up to dozens of items at once.
+ Multi-user. The horizontal form factor makes it easy for several people to gather around surface computers together, providing a collaborative, face-to-face computing experience.
+ Object recognition. Users can place physical objects on the surface to trigger different types of digital responses, including the transfer of digital content.

Check out this amazing videos:


For full articles, visit this article at CrunchGear.