<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: When You Care Enough to e-Send the Very Best<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

When You Care Enough to e-Send the Very Best

Even in a world of twitter, email, text messages and instant messages, nothing beats receiving a greeting card in the mail; as in your mailbox on the side of the road. I admit that I love sending and receiving cards. Greeting cards conjure up emotion, not only in the pre-printed message, but in the handwritten message from the sender. I admit that I even have a Crown Rewards membership card where you earn a point for every paper card purchase towards free greeting cards. However paper cards lack spontaneity. Paper cards are planned, deliberate, and don’t capture spur-of-the-moment emotions.

Hallmark is looking to capture those everyday emotions through the recently launched Hallmark Mobile Greetings, a mobile application that allows users to send e-cards, with the Hallmark look and feel for a 99-cent fee. The Mobile Greetings are not intended to replace the paper cards, but rather capture everyday emotions that go beyond traditional text messaging. Senders can choose from over 500 greetings in a variety of categories such as Just for Fun, Birthday and Thinking of You, and personalize their message.




Diedra Mize, a representative for Hallmark, was quoted in a recent Media Post article, “Hallmark Greeting Cards Go Mobile,” “We consider ourselves a communications company and we’re going to be wherever people are doing that. It’s an evolution of where we’ve been and where we’re going. You can do Mobile Greetings whenever and wherever. We consider it another way for people to communicate.”

I wonder if Hallmark will have a Crown Rewards membership for their mobile cards someday. For more information about The Hallmark Mobile Greetings, please visit http://www.mobile.hallmark.com/.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>