New image search engine

Hi,
These days I have come to mac news about a new software for searching images, (ImageBrain). The question is, if you already know it and because the nature of this, because Apple has not included this type of research, which I find useful for people like me who works in photography and has to deal with thousands of photos and often with copies and duplicates of these.
Most likely there will be similar applications if positive, can you say what?
site: www.kandalu.net
Sincerely
Piero
Message was edited by: petitpaul

I've used:
http://www.site-search-pro.com/
Install on your server then with the click of the mouse it will index all the words of your site and create the search database for you. There are lots of options on what words to index, not index, direct to specific pages for specific words, etc... etc... You can go in and tweak the database it creates if you want, but never found a reason to need to.
There are also lots of options on how to display the search results.

Similar Messages

  • Develope Image Search Engine

    Hi All,
    I have some doubt about to develop image search engine... plz bring your ideas
    1. The input for to search certaing types of images are
    i.) image name ex. traffic signs types of images
    ii) Country Name: ex, India, US, UK
    Based on those input i need to search and provide the list of images as results
    How can i implement and bring some ideas.
    Thanks!!!

    http://java.sun.com/javase/6/docs/api/java/io/File.html#list()
    String [] fileNames = new File("Path/To/Directory").list();Then that's just an array of Strings representing the filenames. Search through that however you want!

  • Display images like in images search engines

    I have a list of images that I want to display like the results in yahoo image and google image search engines.But when i use tha datatable component I can just display one column.And after I want to do something after that the user clicks on an image for example displaying it with real size not in thumbnail mode.
    I also tryed using the image browse widget and the yahoo carousel but I dont know how to hand events and how to know which picture is selected.
    Can you please help me.
    Thanks in advance

    fiedlerm wrote:
    I try to display workspace Image in a HTML Region dynamically.
    The Image Source is stored in a hidden Item filled by an application process.
    Region - Source:Always post code using <tt>\...\</tt> tags.
    <img src="#WORKSPACE_IMAGES#Sunny.gif">
    <br></br>
    &P1_ICON_SRC.
    <br></br>The first "hardcoded" Image was displayed.
    The second "dynamic" Image shows the following Text in the HTML - Region:
    <img src="wwv_flow_file_mgr.get_file?p_security_group_id=7856557026011968186&p_fname=Blizzard.gif"> Hidden page items cannot contain HTML mark-up. Look at the page source. When the item is rendered its value is contained in the hidden <tt>input</tt> element's <tt>value</tt> attribute:
    <input type="hidden" name="p_t01" id="P1_ICON_SRC" value="&lt;img src=&quot;wwv_flow_file_mgr.get_file?p_security_group_id=7856557026011968186&amp;p_fname=Blizzard.gif&quot;&gt;">The value must be properly HTML-escaped like this otherwise the browser would see it as tag soup:
    <input type="hidden" name="p_t01" id="P1_ICON_SRC" value="<img src="wwv_flow_file_mgr.get_file?p_security_group_id=7856557026011968186&p_fname=Blizzard.gif">">What exactly are you trying to achieve?
    Options for displaying images dynamically would include putting the required mark-up in an HTML region, only storing the image URI (or parts of it) in the page item, and referencing this using static text substitution. Others would be custom report templates or Dynamic PL/SQL regions.
    If you must store HTML code in session state and access it using static text substitution (not recommended) then use an application item.
    h4. Page Process
    begin
      :P1_ICON_SRC := 'Blizzard.gif'; -- Hidden page item
      :F41327_ICON_SRC2 := '<img src="#WORKSPACE_IMAGES#Blizzard.gif">'; -- Application item;
    end;h4. HTML region source
    <img src="#WORKSPACE_IMAGES#Sunny.gif">
    <br></br>
    <img src="&WORKSPACE_IMAGES.&P1_ICON_SRC.">
    <br></br>
    &F41327_ICON_SRC2.

  • New Website Search Engine Results

    I have an overly-simplified, single-page website, ourhealthcarecrisis.com and my client wants the text formatted in a way I'm not currently able to provide, mainly because I'm still new to website creation. In order to provide the appearance of his text, I've used a screen capture of the MS Word document he wants me to duplicate. It's not pretty, at least to me, but the appearance pleases the client.
    Here's the problem: when he types the name of his website, ourhealthcarecrisis (minus the .com), into Google he doesn't see the results he wants. The only text that comes up, "create the FHIA," is from a previously-uploaded version of the site. I don't know how to "update" the information with Google and it frustrates him that I can't accomplish what he wants.
    I know the search engines look for internal text in addition to keywords and meta tags, but for the moment I'm at a loss for options. I understand that formatting the text itself is what should really be done, but at the moment I can't provide it.
    Any suggestion will be greatly appreciated.
    Thanks.

    I 100% agree that the best choice would be to do the site in HTML...
    but I've also had a client that insisted on an image being used instead of recreating the graphics, etc in HTML...sometimes complex images and text font can be difficult to reproduce in plain HTML.
    So to the other excellant posters, SnakEyez02, RikRamsay14, and John Waller, I'd like to offer an option that could perhaps provide a happy medium.... use FLASH to represent the image you now have.
    WHOA... now before everyone comes crashing down on me... a long time Flash developer... let me explain.
    In the same way that there are "Best Practices" for developing an HTML Web site... there are also "Best Practices" for adding Flash to a Web site...(and remember, there is really no such thing as a Flash Web site... only HTML, ASP, PHP Web sites with some Flash content).
    Those "Best Practices" (at least in my mind) include using swfobject to add alternate content and navigation for non-Flash browsers.
    So as a regular part of adding Flash to a Web site, you would also need to include non-Flash navigation and content... that's just part of using Flash on a Web site... NOT something extra.
    The alt content can be any content you can imagine.. for example:
    Links, images, lists, etc...
    Full text narration for a Flash video..
    Detailed text description matching the text in the image PLUS a detailed description of the graphic elements on the page (NOT picked up in regular HTML)..
    Alternate video format...
    the list goes on.
    For review:
    If you think that Flash is somehow bad for SEO, it's time to dispell that MYTH!
    If fact, in some circumstances I'll use Flash INSTEAD of just HTML because then I'll have better SEO than with just HTML alone.
    http://www.worldbarefootcenter.com/
    The link to World Barefoot Center in the above post is just one example. View the source code and you see a couple paragraphs of text along with regular HTML links.... but what displays is the Flash version of the image and Flash links.
    The client provided the artwork for the page... and that's what they wanted to use a .jpg image. Well yes, that could be done in HTML but it would be virtually invisible to Google. So Instead I converted the image into a Flash .swf and used swfobject to display the Flash. swfobject allows you to create alternate content inside the <div> which also holds the Flash .swf, then when the page is loaded it detects if the browser has the Flash pluggin. If it does, it displays just the Flash content, if not, it displays the alternate content. Since almost everyone has the Flash pluggin, for most people the Flash version of the <div> will display.
    The alternate content for that <div> can be any regular HTML text, images, media player, links, etc., anything that you would use if you were not using the Flash. Now the best part is that the alternate content can be "over the top" as far as optimizing for SEO, since it will not be seen by most viewers.
    Here's another example of SEO with Flash.. again, the page is just a single image provided by the client:
    http://www.ksowetsuits.com/
    View the source code. The alt content is paragraph after paragraph of information about the site, including lists and links. If it was just the HTML, it might be kind of a boring Home page. But for SEO I can go "over the top" in promoting the site, since most viewers will never see that part... but it's all indexed by search engines. The end result is BETTER SEO using Flash than just HTML.
    On another Web site, a Flash video is displayed, the alt content is the complete text narration of the video. Now how many people would take the time to read that if they could just watch the video instead?? again, better SEO with Flash than without. In fact in one case we had first page search result from that video narration within 4 hours of posting the page.
    On still another site with a Flash video, the alt content is another video, but a .mov version, which will, in effect play Flash video on the iPhone (not possible you say??). Well since the iPhone does not have Flash pluggin, it simply displays the .mov version of the video, while everyione else sees the Flash version.
    So anyway, if Flash is a part of your Web development, you should look into using swfobject and alternate content.
    http://code.google.com/p/swfobject/
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes all!
    Adninjastator

  • Whenever i open a new tab Yahoo pops up as the new internet search engine. How can I get rid of this?

    This occurs after the main page is up but when I click on the tab bar beside where it says google to open a new window then the search engine becomes Yahoo.ca How can i correct this?

    http://medicine-opera.com/2010/03/how-to-disable-yahoos-theft-of-firefoxs-open-a-new-tab/
    fixed the problem for me :)

  • Google search engine no longer works after upgrading to Firefox 11

    I just upgraded to Firefox 11 earlier this evening. Now I'm trying to do a search with Google. I got the search results and clicked on what I wanted only to get taken to the Google home page with a new Google search engine entry box. There was a google sign-in thing but I shouldn't have to sign in just to do a search. I switched to yahoo search and got the info I wanted then switched back to google to try to figure out what on earth is going on. Now when I click on the item in the results that I want the tab at the top sort of blinks for an instant that says connecting then stops and stays on the results page. If I right-click on the item and select open in a new tab (or new page), I can go to that page, but I shouldn't have to always right click to go to a new tab or new page. It was never that way before I got to Firefox 11. Can this be fixed or do I have to just abandon google?

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Clear Firefox's Cache
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Offline Storage : "Clear Now"
    2. If needed, delete the site's cookies here
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    Also, I think the Ask toolbar (add-on) has been reported to create problems with the links in Google search results. You could try disabling it here:
    orange Firefox button ''or'' Tools menu > Add-ons > Extensions
    A search also turned up an issue with the HTTPS Everywhere add-on: [https://support.mozilla.org/en-US/questions/867796 Google links redirect to Google homepage, not the link itself! | Firefox Support Forum | Firefox Help].

  • Is JSP powerful for creating a search engine?

    dear fellow friends,
    I am very new to JSP and i want to program a search engine for my final year degree project. So may i just for some advise whether or not that JSP is powerful or good for creating a search engine? Or is there any other recommendations? i am also new to search engine. Some guidelines and some resources would be very helpful for me. Thanks alot!
    regards,
    Aaron V

    I can't offer you any links, although you could probably find some on sourceforge, if you wanted to. The danger with looking at other people's code on a degree project is that if you even take ideas from it it can constitute plagiarism- be very careful.
    Java is appropriate for the kind of application you are describing but you will definitely want to look at using Regular expressions (good tutorial over at http://www.javaworld.com - this is a good place to look generally if you want to learn about features of the language.
    You wouldn't have to use XML but you would definitely need to separate logic and display so you will need to handle java code. You will also need a jsp server to run the pages (tomcat is the standard one) and so on.
    Good luck with it!

  • Applescipt to 'reverse image search'?

    Hi,
    I use the Firefox addin "Who Stole My Pics" (and the google reverse image search engine) to search for pictures that have been taken from me without my consent. This works fine but is time consuming as I have many pictures.
    Is it possible to create an Applescript to search a given folder containing jpg images, run the search image by image. and then export a summary showing the image file names and a record of the search result (such as  the number of 'similar' images found or something)?
    That way I could scan the log file and manually run the 'Who stole my pics' in Firefox for the files that are showing the most hits or some other measure of their popularity...
    Welcome your comments and advise.
    Regards
    Sean

    Here is something for you to play with.
    It searches for all matching file names within the specified folder hierarchy - ie all sub folders as well. The folder depth can be controlled if required by a simple change to the script.
    Use * as a file name wildcard - ie a search for *.jpg will find all jpg images but not jpeg.
    The script asks you to input search folder and file name to search for and then displays the number of matches found.
    set f to POSIX path of (choose folder with prompt "Choose folder hierarchy to search")
    set n to text returned of (display dialog "Use * as wildcard and search for this file name:" default answer "")
    display dialog ((do shell script "x=0; find \"" & f & "\" -name \"" & n & "\"  | echo `wc -l`") & " files matching " & n & " were found")

  • Can someone help me understand why the search engine will not do anything when I click the search icon or press enter, and why new windows won't open when I click on a link that should open one?

    When I type something in the search engine at the right hand corner of the screen it will not allow the search to take place. What I mean is I either click the icon or press enter and nothing happens. I would understand it better if it at the very least gave me a error message. I have also noticed that things like the opening of a new window via a link will not work. An example is I was just on www.walmart.com and when I clicked on an image in order to see a larger one no window opened. I also recently noticed that when I had a lot of tabs open the shortcut menus and menus in general did not load completely or really at all keeping me from saving the pages as bookmarks. I know this could be from low internet speed, a lot of tabs etc..., but I've had many more tabs open than I had then and it worked. Plus all I did was delete or close one tab and suddenly it worked. I then recovered the tab and it still worked even though I was back at the original amount of tabs. I have the latest version of firefox, not counting the beta, and I don't know of any way to solve the two main problems.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Is there a way to stop Firefox from suggesting to add new search engines to my search bar?

    Is there a way to stop Firefox from suggesting to add new search engines to my search bar whenever I visit websites that suggest to us to add their search engines?
    I searched a lot and couldn't find any help. How to stop websites from suggesting to my Firefox search bar to add their search engines? I don't want to add other search engines other than the ones I organized. I don't want my list to look more distracting and longer.

    Firefox doesn't do that. That's either a feature of the website you are visiting or possible Malware on that PC.
    A screenshot of that might be helpful. <br />
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem <br />
    It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.
    Then use the '''Browse ....''' button below the '''''Post a Reply''''' text box to upload the screenshot.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Please report back to us!

  • When I do Google search for images from my website nothing newer than September 2012 shows up.  How can I get Google to find new images?

    When I do Google search for images from my website nothing newer than September 2012 shows up.  How can I get Google to find new images?

    Have you uploaded a sitemap.xml recently and checked your webmasters account to see when your site was last crawled?
    http://www.iwebformusicians.com/Search-Engine-Optimization/SEO.html

  • Everytime I open a new tab on firefox. I get this search engine page powered by Bing. I DON'T WANT IT.

    I open up a new tab on firefox, and every single time I get a new search engine powered by Bing. I don't like bing first of all, second of all the random image is shows was freaking triggered massive anxiety. I don't need this crap.
    There was another post that apparently 'solved' the problem but IT DOESN'T WORK. I've tried going to about: config so don't tell me that. What can I do to fix firefox's problem.

    WELL. My wonderful girlfriend showed me how to fix it since I couldn't find a solution throughout Firefox's troubleshooting. BASICALLY. I restarted firefox. And voila it's fixed.

  • Will search engines read the alt= text for a banner image within the h1 tag?

    I read where the search engines focus on the text within the
    header h1 tags. If I'm using a graphic that contains this important
    introductory info (as apposed to text), and put the text in the
    alt= section of the image, will the search engines us this text in
    the alt section of the image?

    Depends. I have a logo on my site with an alt description
    "orange kitten
    playing with planet Earth"
    Yahoo Web: My home page is #1
    Google Images: The image is #1
    Google Web: nada
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Walt F. Schaefer" <[email protected]> wrote in
    message
    news:[email protected]...
    > I would speculate that if the words and phrases in those
    alt tags do NOT
    > appear elsewhere in the actual text (on that page) even
    those SEs that
    read
    > the alt tags will likely ignore them.
    >
    > --
    >
    > Walt
    >
    >
    > "Nancy O" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > Yes and no.
    > >
    > > Do assign ALT description to your images. Screen
    readers, which are
    used
    > > by
    > > many visually impaired Web users, can't understand
    images. To ensure
    > > accessibility, an alternative description needs to
    be assigned to every
    > > image; the screen reader will read out this
    alternative, or ALT="image
    > > description goes here."
    > >
    > > Like screen readers, search engines are commonly
    assumed to be unable to
    > > understand images. But some search engines index
    ALT text. By assigning
    > > ALT
    > > text to your images, those engines will be able to
    understand even your
    > > pictorial content.
    > >
    > > Of course, numerous search engines don't take any
    notice of ALT text.
    The
    > > proliferation of ALT tag spamming undermined the
    relevance of ALT text
    in
    > > the eyes of these engines, which no longer consider
    it in their
    relevance
    > > algorithms.
    > >
    > > So, why bother with image ALT text? Because your
    rankings may improve in
    > > search engines that do take it into account, and it
    makes your site more
    > > accessible.
    > >
    > > --Nancy O.
    > > Alt-Web Design & Publishing
    > > www.alt-web.com
    > >
    > >
    > >
    > > "brainfillet" <[email protected]>
    wrote in message
    > > news:[email protected]...
    > >> I read where the search engines focus on the
    text within the header h1
    > > tags.
    > >> If I'm using a graphic that contains this
    important introductory info
    (as
    > >> apposed to text), and put the text in the alt=
    section of the image,
    will
    > > the
    > >> search engines us this text in the alt section
    of the image?
    > >>
    > >
    > >
    >
    >

  • Websites, Search Engines, Images & Text

    I am told that search engines search for text in order to
    list a site. My site is made up of mainly images so I want there to
    be some text somewhere so search engines can find it. Is there a
    way to put text on my site without having to redo the whole site? I
    have put in a metatag description of the site and metatag list of
    keywords
    My site can be found here:
    http://www.martingreshoff.co.uk/index.html
    Many thanks for any help or advice

    Select each image in turn, and use the alt field of the
    Property inspector
    to enter your attribute value.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "greshoff" <[email protected]> wrote in
    message
    news:eql9j3$edl$[email protected]..
    > Thanks for your replies.
    >
    > I will reconsider redoing the website eventually in the
    meantime fowdo I
    > go
    > about putting all of the text into the appropriate ALT
    attributes in each
    > image. I am new to dreamweaver so very simple step by
    step instructions
    > would
    > be very much appreciated.
    >
    > Many thanks
    >
    quote:
    Originally posted by:
    Newsgroup User
    > > My site is made up of mainly images so I want there
    to be some text
    > > somewhere
    > > so search engines can find it. Issorting this there
    a way to put text on
    > > my
    > > site without having to redo the whole site?
    > >
    > > My site can be found here:
    http://www.martingreshoff.co.uk/index.html
    > >
    > > Many thanks for any help or advice
    >
    > You really should start over. Having all that text as an
    image has several
    > drawbacks:
    >
    > - it makes the site very slow
    > - it's a pain to update
    > - peopel can't resize the type if they need to
    > - google can't see it.
    >
    > Now, you can leave it as-is, and put all of the text
    into the appropriate
    > ALT attributes in each image. That will help some, but
    I'd really consider
    > redoing the site.
    >
    > BTW, nice furniture! That library table is great.
    >
    > -Darrel
    >
    >
    >
    >
    >
    >

  • How do I delete a toolbar that was added by a plugin? Plug-in's been uninstalled, but the toolbar is still there and any new tabs open on their search engine (even though I have Tab Mix set to open tabs on a duplicate page). Help?

    Running Firefox on Windows XP3. I installed a plugin from Savevid.com, which they now require. (I've used that site for at least a year with no problem ever.) Everything was fine but it added a toolbar to my browser, and it seems to have reset Firefox somehow so that any new tab opens on "Searchqu", some low-rent search engine. I uninstalled the plug-in altogether, but the toolbar is still there, and I can't make the reset on the search engine go away. I use Tab Mix Plus (also never had this problem before with it), but no matter what I do, the tabs will not open to anything other than searchqu. (Tab Mix has the option to open to a duplicate tab - what it was using BEFORE all this - but changing that no longer has any effect.)
    Anyone know how to deal with a problem like this?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can also check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for

  • Correlation in Biztalk.

    Hello All, I reffered below link for learning basic correlation, I followed each step as stated there but I don't understand which messages to drop in which folder that wasn't much clear for me. can anybody help to make those things understand. Thank

  • Extract XML attribute value for multi-item sequence

    Guys, I have already posted this in the XML DB forum, but am relying that some of you might help me. I have been searching for a solution for this and couldn't quite get it. I'm trying to get attribute values from multiple entries in a Node. It worke

  • Please help me with modifying this code

    I am using the attached code to acauire and save data to a text file, using 'write measurement file' express VI. WHat I want to do is to replace 'write to measurement VI' with low-level file I/O VIs. I tried to convert the express VI, but the obtaine

  • My Mavericks is acting weird

    Hello, I just brought a 15-inch MacBook Pro yesterday it's a Late 2013 Model. Today after turning it on and using Safari for like ten minutes everything and I mean everything closed and started giving me errors. I tried pasting the error somewhere bu

  • I can't use the Norton Toolbar on Firefox 4.0 because it says they're not compatable... how can i get them to work?

    The Norton toolbar and the last Firefox i had worked fine together, however, when i updated Firefox, as the information was transferring, it told me that I could no longer use the Norton toolbar because they weren't compatible. It said this even thou