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.

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!

  • Safari (Versjon 6.0.5 (8536.30.1)) does not remember my toolbar arrangement or other setting like the default search engine, homepage, etc. in OS X 10.8.4.  Private Browsing is OFF. Can someone help?

    Safari (Versjon 6.0.5 (8536.30.1)) does not remember my toolbar arrangement or other setting like the default search engine, homepage, etc. in OS X 10.8.4.  Private Browsing is OFF. Can someone help?

    Triple-click the line below on this page to select it:
    ~/Library/Preferences/com.apple.Safari.plist
    Right-click or control-click the highlighted line and select
    Services ▹ Show Info
    from the contextual menu.* An Info dialog should open.
    Does the dialog show "You can read and write" in the Sharing & Permissions section?
    In the General section, is the box labeled Locked checked?
    What is the Modified date?
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • 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.

  • 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?
    > >>
    > >
    > >
    >
    >

  • 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")

  • I get a message asking me if I want to change my default search engine to Yahoo! Search each time I open Firefox. How do I disable this annoying message?

    For the past few days, each time I open Firefox on my home computer, a popup message is briefly displayed: "Your browser's default search engine is not set to Yahoo! Search. Would you like to set it now? (Yes/No)". After perhaps 15 seconds at most, the popup disappears and my home page appears as normal. I have the Yahoo! Toolbar installed, and Yahoo! Search is the search engine there; however, the search box on the address bar (which allows me to select from several search engines) is normally set to Google. The search engine in the address bar hasn't actually been changed to Yahoo! Search without my consent yet -- I'm just annoyed at getting nagged to change search engines every time I open Firefox. How do I get the "nag" messages to shut up & leave me alone?
    I would also note that this is only happening on my home computer (which runs Windows 7), not on my work computer (which runs Windows XP, and which I also normally use Firefox as my browser on, with the same Yahoo! Toolbar + Google search in the address bar setup).
    I have run Threat Scans with Malwarebytes (paid version) and a Quick Scan with Avast! (free version), and neither has eliminated this "nag" message from Yahoo! Search.

    You can check for recently installed suspicious or unknown extensions.
    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
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How can I restore the search bar drop down list and current search engine icon as it was in FF version 33?

    Is there a way to restore the search bar from version 33?
    I like seeing which search engine I have selected and the ability to change it with a drop down list BEFORE I highlight text, right-click, and select ' Search Google for "xxxx" '
    Any way to roll back this latest "improvement"?

    If you miss being able to switch search engines without going
    crazy with menus, try this out;
    '''[https://addons.mozilla.org/en-US/firefox/addon/context-search/ Context Search]''' {web link}
    Expands the context menu's 'Search for' item into a list of
    installed search engines, allowing you to choose the engine
    you want to use for each search.

  • Display Image in Fullscreen like in Gallery (Windows Phone 8.1 SDK)

    Hello everyone,
    Maybe this is a so simple Task and I should be embarassed...however I currently just don't know how to do it. I am writing an app where I Display several Images in a Pivot Template. I know nothing about These Images as I am getting them from the Internet
    and every Image can have a different Resolution.
    I thought of displaying them like in the Gallery - As Fullscreen as possible and a double Tap makes them Zoom- and Scrollable. I thought of doing this via a Scrollviewer but have no Idea how. My current Markup is like this:
    <Grid x:Name="Scrollgrid" Margin="-20,0,-20,0">
    <ScrollViewer x:Name="scrollViewer" Height="500" Width="Auto" HorizontalAlignment="Center" VerticalAlignment="Top" VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto" ZoomMode="Enabled" MinZoomFactor="0.5">
    <StackPanel Height="500" Width="Auto" Orientation="Horizontal">
    <Image x:Name="RssImage"
    Source="{Binding Image}"
    CacheMode="BitmapCache"
    Stretch="Fill"
    HorizontalAlignment="Center"
    VerticalAlignment="Top">
    <Image.Transitions>
    <TransitionCollection>
    <EntranceThemeTransition FromHorizontalOffset="200"/>
    </TransitionCollection>
    </Image.Transitions>
    </Image>
    </StackPanel>
    </ScrollViewer>
    </Grid>
    which is just not sufficient enough.Does anybody have an Idea?
    Thank you very much.
    Markus

    Hi,
    I think you have to use FlipView Control in order to render collection images into one possible UI element. It can be swiped to change the images. You make full screen also.  You can use in both windows and windows phone.
    Please refer this link 
    https://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj150601.aspx
    If this doesn't meet your answer. Please ask me again. Thank you..

  • If Image is Saved As a Text, Would the Image Text, As a Link, Be Indexed by Search Engines.

    Hi I want to put a text long the height of the brown box.
    The text would be vertical as one looking at the page.
    I believe with page make the text can be rotated.
    If Image is Saved As a Text, Would the Image Text, As a Link, Be Indexed by Search Engines.
    or how else to do this?
    an

    If Image is Saved As a Text
    Impossible. It's either image or text.  Save a JPEG as a Word document.  Try it.  Seriously, change the file extension, open it in Word and see what happens.
    Would the Image Text, As a Link,
    Huh?  You lost me here.
    Be Indexed by Search Engines.
    Indexing of search engines.  Yes, Google sees links and Google sees alt text for images.  Google does not see images nor Flash.

  • ATG 10.1.2 display URL like image in BCC new tab

    Hi all,
    I am doing a new item-descriptor that store images and I like to display it in BCC new tab (but not flex content, just JSP). I don't descend media item descriptor.
    I used the URL property, like this:
              <property name="url" data-type="string" property-type="atg.distributor.DistributorPropertyDescriptor" display-name-resource="upload.url"
                          category-resource="categoryUpload" >
                <attribute name="uiwritable" value="false"/>
                   <attribute name="poolPath" value="/atg/commerce/catalog/ContentDistributorPool" />
                   <attribute name="propertySortPriority" value="8"/>
              </property>It display my image URL, but like a string. I would like to display it like image.
    I read Oracle documentation and saw that viewImage.jsp exists to show it.
    But I don't know how to use it, how to do this binding betweew the URL image and the JSP to display like a image.
    I thought that ATG would display like image automatically, like in media-internal items that use the same URL property that I am using.
    Any help?
    Thanks a lot
    Edited by: Grando on May 7, 2013 7:16 AM

    Hi Grando,
    As Far as I know atg will display as image if your property is item-type="media" if not you just will se a plaing string due that is the type, perhaps you need to create an Property Descriptor custom to return a media Item by a given url.
    You can go to http://docs.oracle.com/cd/E26180_01/Platform.94/RepositoryGuide/html/s0715implementingauserdefinedproperty01.html in order to see how to create your own property Descriptor.
    Regards,
    Obed

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

  • Can I not add images to my itunes from Google images or other search engines as when I click get artwork it does not always work

    Can I not add images to my itunes from Google images or other search engines as when I click get artwork it does not always work. I used to be able to do this.

    The sort fields should generally be empty unless you've putting in custom values to sort solo artists by their surnames. You can apply common changes to thousands of tracks at once, just don't apply the wrong change because there is no undo.
    It is a good idea to backup before undertaking large scale changes. See this backup tip for a suggested approach.
    tt2
    Message was edited by: turingtest2

  • How can i display image in mx:TextArea Component?

    I found display img tag in htmlText of mx:TextArea component
    is very difficult in Flex Air
    I new a simple air project in flex builder, put the code
    below in it, i put a glad.png file in the src folder, every thing
    is OK, when i run it, image cannot be displayed. why this happend,
    I search the google for the solution, it seems there is a bug in
    air, and told me to use mx:HTML coponent, but that component still
    can not display img tag.
    could any one help me with this?
    <mx:TextArea width="100%" height="100%">
    <mx:htmlText>
    <![CDATA[
    <a href='
    http://www.adobe.com'><img
    src='glad.png'/></a>Click the image to go to the Adobe
    home page.
    ]]>
    </mx:htmlText>
    </mx:TextArea>

    I ran into a similar problem and wasn't able to find a way to have regular Flex components (like Text and TextArea) display <img> tags in their htmlText.  Everything works find in a web-based Flex application, but once the same code was used in AIR, the images just wouldn't display.
    I changed my display to use the mx:HTML component and everything worked fine (I was using only external images).

  • How To Display an Image in a Display Image Page Item

    i have a pageitem textbox called SearchBox , a Button called Search and a Display Image called Image
    i to display and image upon inserting an ID into the searchbox. It work alright if i put a static ID in the BLOB Column returned by SQL statement in Display Image
    Note the facialimage of datatype BLOB
    Sample
    ===
    select facialimage
    from voter_v
    where voterid= 34343434;
    But when i do it with a bind variable like the pageItem SearchBox
    it doesnt on the click of the Button
    what can be the problem
    Sample
    ===
    select facialimage
    from voter_v
    where voterid= :P1_VOTERSEARCH;

    Hi,
    can you please setup an example on apex.oracle.com and let me know the login credentials for the workspace. I think that will be the easiest to sort this out.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

Maybe you are looking for