<%@ 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: Complimentary Webinar - Latest Trend in Social Media: How to Listen Effectively and Engage in the Conversation<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Complimentary Webinar - Latest Trend in Social Media: How to Listen Effectively and Engage in the Conversation

Our Client Dow Jones is having a free webinar that looks pretty interesting - definitely seems worth checking out. We all know how important social media is to Search Engine Optmization.


See the seminar description and registration link below:

Date: January 31, 2008
Time: 12:30 – 1:30 EST

Join Dow Jones as we partner with IABC to discuss the latest trends in Social Media with Jeremiah Owyang, Senior Analyst at Forrester Research and former Director of Corporate Media Strategy at PodTech.net and Glenn Fannick, Product Development Manager at Dow Jones.

Discover how social media is being deployed throughout the enterprise and how listening to the conversation can help you identify your audience and their drivers while seizing opportunities and mitigating risks.

Using advanced text-mining and visualization technologies Dow Jones Insight helps you easily discover what's being said about your company in blogs, Web sites and message boards. Learn how to easily monitor and understand the latest news, market trends, and business challenges relevant to your organization and your customers.

Click here to sign up.

Labels: , , , ,

1 Comments:

Blogger Glenn Fannick said...

Here's a link to a wiki we created about the event to continue the conversation.
http://factivaroundtable.pbwiki.com/Webinar

February 5, 2008 at 9:21 PM  

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