<%@ 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: EMC Announces 2nd Annual Content Management Writer's Summit: June 4 - 5 at the Hotel Gansevoort, NYC!<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

EMC Announces 2nd Annual Content Management Writer's Summit: June 4 - 5 at the Hotel Gansevoort, NYC!

posted by Shane Kelly @ Tuesday, May 12, 2009 - 5:11 PM
For any writers/bloggers in the enterprise content management space interested in attending or participating... see the post on the EMC Documentum Community from Joyce Watts at EMC:

EMC 2nd Annual Content Management Writer's Summit: June 4 - 5 at the Hotel Gansevoort, NYC!

The Writer's Summit brings together dedicated writers, bloggers and industry experts in the world of content management and archiving/compliance. This year's theme is Innovation and Business Trends, and the impact it has on Enterprise Content Management, Archiving and Compliance – in 2009 and beyond.

This highly-interactive event is hosted by the content management and archiving division of EMC and includes one-night hotel accommodation and meals during the event. Below is a list of topics to be discussed:

- Content Analytics & Business Intelligence

- Information Virtualization

- Good Governance vs. Business Agility

- Web 2.0

- And more!

Please contact Joyce Watts at EMC for more information: watts_joyce@emc.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 %>