<%@ 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: 'Unfriend', 2009 Word of the Year Winner<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

'Unfriend', 2009 Word of the Year Winner

posted by Nick Cifuentes @ Monday, November 16, 2009 - 5:45 PM
Drum roll please...

Oxford Dictionary has announced its "word of the year" winner, and to no one's surprise, they came through with a social media related term..."unfriend", your new 2009 award winner.

The definition reads as followed "To remove someone as a ‘friend’ on a social networking site such as Facebook.”

Over the past few years, dictionary makers have seemed to jump at announcing social media related terms as the new words that deserve the recognition treatment. "Twitter" was announced by the Collins English Dictionary earlier this year as a new entrant, and "Facebook" was the word of the year back in the end of 2007.

And according to the dictionary's blog, other terms that were under consideration this year included hashtag, sexting, funemployed, tramp stamp, intexticated and birther....hmm?

(Photo courtesy of SocialSignal.com)

Labels:

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 %>