<%@ 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 Launches New Website for Journalist Mike Barnicle<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive Launches New Website for Journalist Mike Barnicle

posted by Meghan Haley @ Thursday, May 22, 2008 - 12:18 PM
Overdrive is happy to announce the launch of a new website for journalist Mike Barnicle. The design of the website plays homage to Mike’s Boston roots and provides readers with one-stop access to Mike’s columns, television and radio appearances. You'll also find information on where Mike will be appearing next and how to schedule him for an appearance.

About Mike Barnicle
Mike Barnicle is an award-winning writer and media personality. He is a political analyst for MSNBC and a frequent contributor – and occasional guest host -- on the network's "Hardball with Chris Matthews." Barnicle can also been seen regularly on NBC's Today Show and MSNBC's "Morning Joe."


A veteran print and broadcast journalist, he has written nearly 4,000 columns collectively for New York Daily News, Boston Herald, Newsweek, and The Boston Globe, where he rose to prominence with his biting, satirical, and at times, heart-wrenching columns that closely followed the triumphs, travails and ambitions of Boston’s working and middle classes.

To learn more about Mike and his columns, television and radio appearances go to
www.mikebarnicle.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 %>