<%@ 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: Harry Gold, Overdrive CEO, to Speak at New Marketing Boot Camp<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Harry Gold, Overdrive CEO, to Speak at New Marketing Boot Camp

On Tuesday, September 9th, Harry Gold (our CEO) is scheduled to speak at the New Marketing Boot Camp. The event takes place at the Needham Sheraton in Needham, MA. Paul Gillin and Chris Brogan compiled the necessary tools and strategies in an all-day intensive seminar that enables companies or any marketing professional to build upon their knowledge of social media and the new marketing space. Use this link to enroll: http://www.gonmbootcamp.com/bootcamp_enlist.aspx.

Other featured speakers include:
Paul Gillin, Paul Gillin Communications
Chris Brogan, CrossTech Media
Harry Gold, Overdrive Interactive
C.C. Chapman, The Advance Guard
Aaron Strout, Mzinga
Laura Fitton, Pistachio Consulting
Cristina Addesa, iRobot
More industry experts to follow...

For more detailed information on the event, use this link: http://www.gonmbootcamp.com/.

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