<%@ 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: Overdrive Interactive Receives 2006 WebAward for Web Site<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive Interactive Receives 2006 WebAward for Web Site

Overdrive Interactive, a Boston-based full service online marketing agency specializing in lead generation, brand building and customer acquisition as well as website development, today announced that the web site they designed and developed, http://www.symmttm.com/, was awarded a 2006 Technology Standard of Excellence WebAward for Time and Frequency Instrumentation Products and Services.

Now in its 10th year, the WebAward Competition is produced by the Web Marketing Association (WMA) and is the premier annual web site award competition. The WebAward names the best web sites in 96 industries and set the standard of excellence for all website development. Nominations come from interactive agencies and web site marketing departments in more than 33 countries.

“We are delighted to be recognized with the prestigious WebAward. 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.

A corporate site, http://www.symmttm.com/, is focused on Symmetricom’s time and frequency instrumentation products and services. The web site is designed to provide customers with a comprehensive guide to Symmetricom’s complete Timing, Test & Measurement solution offerings, including 1) Time & Frequency Solutions, which includes GPS instrumentation, bus level cards and precise frequency references (atomic standards), 2) IP Network Timing Products for Enterprise markets and 3) Space, Defense and Avionics (SDA) markets for high reliability components and systems.

“The WebAwards have been very successful for the past 10 years because of our clearly defined judging process and our focus on setting industry specific standards for web development,” said William Rice, president of the WMA. “To us, winning a web site award is not only a great marketing opportunity, but a chance to receive quality feedback from industry professionals that help improve the overall web experience.”

For more information on Overdrive’s web site development services, click here.

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 optimization, paid search management, 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 %>