<%@ 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: No Bling for Bing<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

No Bling for Bing

Looks like all the hype hasn't translated into market share for Microsoft's "decision engine" Bing. After an initial bump in usage, Bing's market share is now 3.39%, according to the latest figures from a NetApplications survey. Meanwhile, StatCounter says that 89.92% of all global searches were done on Google.

Here's a link to the article: http://www.allheadlinenews.com/articles/7016574732?Microsoft%27s%20%27Bing%27%20Is%20Anything%20But%20Bling%20As%20Marketshare%20Keeps%20Slipping

Wonder what Google has up their sleeve to grab the remaining market share away from competitors like Bing and Yahoo? How about date ranges, pages not yet visited, and translation? After several months of an almost continuous barrage of feature upgrades, Google dropped a few more goodies into their feature set yesterday: http://www.pcmag.com/article2/0,2817,2353667,00.asp

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