seach

Is there a bing API?

Microsoft has just launched a new search engine, Bing, "Bing Is Not Google". Does this service have an API? ...

Is it possible to emulate Mac Osx Finder search highlight in HTML + CSS?

Mac OSX Finder has a search feature that darkens everything but the part that matches. Is there a way to emulate it via CSS? I was thinking about adding a semi-transparent black div with opacity 50. But how then do I cut a hole in it?? and possibly make the edge fuzzy? Any suggestions? ...

Can Microsoft Search Server index a Subversion repository

Our development team is moving to subverison and we would like to index the content on it. Currently we use Visual Source Safe and keep the latest source on a shared drive for indexing. We are also just starting to use Microsoft Search Server 2008 and as Subverison exposes a web interface we wanted to try and index it using the Search...

jquery search custom

Hello friends, See this site http://g1.globo.com/ has a custom search field that uses jquery for any of the bottom also if placed a value in less than 2 appears a custom alert. I am hours here trying to find a solution to copy me and I can not, I am totally a layman and not getting to. If a friend i know and can get me the code I am g...

How to map a component collection with compass?

I need to map a collection of components with compass (using XML mapping)... Is there any way to achieve this? Thanks in advance for any suggestions. Example classes: class ClassA { private Set<ClassB> bs; // ... getBs/setBs ... } class ClassB {} Example mapping: <class name="com.package.ClassA" alias="classA"> <!-- no ...

Twitter serach api question

I know you can search for tweets on a specific date, but what I am looking for is a return of the actual count/number of those tweet in that search. I'm trying to figure out the number of tweets per day pertaining to the search. Using the twitter search doesn't seem to do this. Is there a way to do this? Are there other tools out there ...