<%@ 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: 2008 W3 Winners Announced: Overdrive Interactive Wins Two Silvers for Creative Excellence<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

2008 W3 Winners Announced: Overdrive Interactive Wins Two Silvers for Creative Excellence


Overdrive Interactive, a Boston-based full service online marketing agency specializing in lead generation, brand building and customer acquisition, announced today that they received two W3 2008 Awards for Creative Excellence on the Web. Receiving over 3,000 entries, the W3 Awards honors outstanding Websites, Web Marketing, and Web Video created by some of the best interactive agencies, designers, and creators worldwide.

The following submissions were honored in various categories:
· Harley-Davidson Expanded Paid Search Campaign won Silver in the Branding category for Marketing Effectiveness
· LoJack Website won Silver in the Automotive category for Best Website: http://www.lojack.com/

“We are delighted to be recognized with the prestigious W3 Awards. To be recognized by a jury of your peers is definitely validating and an acknowledgement of the great work that Overdrive is doing on behalf of our clients.” commented Ty Velde, Director of Client Services.

The W3 Awards honors creative excellence on the Web, and recognizes the creative and marketing professionals behind award winning Websites, Web Video and Online Marketing programs. Simply put, the W3 is the first major Web competition to be accessible to the biggest agencies, the smallest firms, and everyone in between. Small firms are as likely to win as Fortune 500 companies and international agencies. For more information about the W3 Wards and a complete list of the winners, visit: http://www.w3award.com/.


About Overdrive Interactive

Boston-based Overdrive Interactive (http://www.overdriveinteractive.com/) is a full service online marketing firm that specializes in branding and lead generation services using search engine marketing, social media marketing, online media planning and buying, email marketing, and web and application development. The agency serves a wide range of consumer and B2B Fortune 500 companies.

Labels: , ,

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