Html automation question

I have a bunch of images on a server, and want to create a webpage where they are all available as thumbnails and ca be downloaded. I know how to do this in HTML, but I was wondering if there's an automated way to create such an html-page. It's really tedious to go through hundreds of images manually... Thanks in advance.

tbuitenh wrote:try igal: http://www.stanford.edu/~epop/igal/
Thanks a lot! That seems to do the trick. It's the first one I tried that I can actually run. The installation was kinda weird though. I'm not good with the whole sed-awk thing so I couldn't write a proper PKGBUILD for it...

Similar Messages

  • Silly HTML wordwrapping question...

    Sorry if the question seems dumb, but is there a way to
    insert a space in a
    block of text that won't break up a word during wordwrapping?
    Example : « This is a test »
    I like the spaces between the quotation marks and the quoted
    text. But I
    don't want either of them left stranded. I want this block of
    text to behave
    like those 2 spaces don't exist. Wrap BEFORE the 1st quote,
    or after the 2nd
    one (or at any point in between as long as it's between two
    words).
    How do I tell those two spaces to be ignored by wordwrapping
    rules?
    Thanks.

    Or HTML -
    " whatever "
    But Cosmo's solution is a more efficient way for sure.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Cosmo Kramer" <[email protected]> wrote in message
    news:gorfvm$2bi$[email protected]..
    > In CSS:
    > white-space: nowrap
    > Should do the trick.
    >
    >
    > "Mike" <[email protected]> wrote in message
    > news:gorfpc$228$[email protected]..
    >> Sorry if the question seems dumb, but is there a way
    to insert a space in
    >> a block of text that won't break up a word during
    wordwrapping?
    >>
    >> Example : « This is a test »
    >>
    >> I like the spaces between the quotation marks and
    the quoted text. But I
    >> don't want either of them left stranded. I want this
    block of text to
    >> behave like those 2 spaces don't exist. Wrap BEFORE
    the 1st quote, or
    >> after the 2nd one (or at any point in between as
    long as it's between two
    >> words).
    >>
    >> How do I tell those two spaces to be ignored by
    wordwrapping rules?
    >>
    >> Thanks.
    >>
    >
    >

  • Automation Question: How do I work with an open 'upload file' dialog?

    Preamble:
    Was a very experienced VBS automation guy, this is my first emersion into the wonderful world of C# automation. Using Selenium WebDiver, I have successfully logged into a web page, filled out a few web forms, clicked on the 'add image' button and am
    now faced with an open 'upload file' dialog. Pretty sure the namespace I need is system.windows.forms.OpenFileDialog so added the reference to my project.
    Question:
    All the examples on the web seem to relate to app development and not test automation. But, I need to automate this web application and all that's left is the image upload. What do I do when faced with an
    already opened 'upload file' dialog? I know the image and path, how do I automate the process of placing the full path into the dialog and clicking the OK button or alternately, enter key?
    Thank you!

    I doubt that you need System.Windows.Forms.OpenFileDialog, the browser isn't written using WinForms and that dialog is a Win32 native dialog.
    Maybe you should post this in the Selenium Users
    group? It has little to do with C#, it's more about how Selenium interacts with the browser.

  • Adcfgclone automation question

    R12.1.3 running on RH Linux 5.8.
    I have my rapid clone configuration almost automated but I run into a problem when running adcfgclone on the appsTier.
    I can pass in the apps password but I don't want it to start the services when done so is there a way to pass "N' to adcfgclone.pl while also passing in the apps password?
    Example I use now is as shown below but it then sits waiting for Y/N to startup services:
    echo ${appspwd} | perl adcfgclone.pl appsTier $CONTEXT_FILE

    I believe I have what I need now via 'expect'.
    I was assisted by this post http://mohamedelazab.blogspot.ca/2013/07/nice-notes-for-automating-cloning-11i.html
    And for anybody else who stumbles on this thread here is what I run now.
    When it comes to the adcfgclone step in my bash script I have:
    /usr/bin/expect adcfgclone.exp  >$LOG_FILE_HOME/adcfgclone.log
    Where the contents of the file are:
    ================================================================================
    #!/usr/bin/expect -f
    set force_conservative 0  ;# set to 1 to force conservative mode even if
                              ;# script wasn't run conservatively originally
    if {$force_conservative} {
            set send_slow {1 .1}
            proc send {ignore arg} {
                    sleep .1
                    exp_send -s -- $arg
    set timeout -1
    spawn perl adcfgclone.pl appsTier /app/oracle/ebsxxx/inst/apps/EBSXXX_yyy/appl/admin/EBSXXX_yyy.xml
    match_max 100000
    expect -exact "\r
    Enter the APPS password : "
    send -- "myappspwd\r"
    expect -exact "\r
    Do you want to startup the Application Services for EBSXXX? (y/n) \[y\] : "
    send -- "n\r"
    expect eof
    ==================================================================================
    Then I run adautocfg and finally adstrtal.
    I hope this post is not premature as I have yet to tun the whole thing together and via cron but on the cmd line works.

  • Html & flash question

    It is possible to embed a flash .swf inside an html web page.
    Is it possible to embed an html file, such as a long text file, into a flash .swf space, such as a blank movie clip box?
    Is there an alternative way to stick giant text files into a flash style document?

    I definitely discovered this yesterday. Bold and Italic work, but break, paragraph, A HREF, and Headers didn't. With so many restrictions it seems the htmltext option is worthless (kind of like a new Itouch on a camping trip).
    Related question:
    Is there a special protocol, in actionscript that allows Youtube videos to be embedded (rather than creating a hotlink to a new html page with the standard youtube embedding technique) ?
    Almost related question:
    I used this format:
    clicke2.onRelease = function(){
        getURL("http://www.google.com", "_blank");
    for a winamp/mp3 radio station button, with the goal of doing something vaguely similar to shoutcast for a more specific list of internet radio stations, as shown below:
    clicke4.onRelease = function(){
        getURL("http://www.sky.fm/mp3/classical.pls", "_blank");
    this opens a blank html document and plays in winamp. I tried this:
    clicke4.onRelease = function(){
         getURL("http://www.sky.fm/mp3/classical.pls", "_self");
    but it did the same thing - opening a blank page along with the winamp. Opening the winamp is the goal, opening a blank page is not. Is there a way to not open the blank page?

  • HTML random question score incorrect.  SWF works fine

    Version 8.0.1.242
    Question pool 25 questions. Random Question slides inserted. All questions set to score 1.  24 are multichoice, all standard.
    Published as HTML
    Score reported is 1 out of x. 
    I have tested with 3, 5 and 25 random questions from the pool.  But the score is always 1 out of x
    Published as SWF
    Works correctly
    I really need the HTML version.
    Closed, reloaded.  Saved as - retested. Turned it off and turned it back on. Sacrificed a mouse...
    Andy

    Correct questions
    ....Should be same as total points scored anyway as there is 1 point for
    each question.

  • RoboHelp HTML Licensing Question

    Hi all,
    I am a consultant that has been preparing a RoboHelp HTML
    help file for a client. At the moment, I have a license that I use
    for development purposes but thus far the client is still awaiting
    a purchase order for their own license for further maintenance and
    upgrades to the project.
    Question: can I provide the project output to the client for
    their distribution via webserver without them having the license?
    Or, do they need a license before they can put the production help
    file up for browsing?
    thanks
    Dave

    Hi Peter,
    Thanks for the extremely fast response.
    Dave

  • Cross Platform HTML Email Questions

    Hi,
    I am creating new html emails from within dreamweaver for use in a service like constant contact. The service I use is COMF5. They have a rudimentary (but nice) WSYIWYG editor so I am giving it a whirl in Dreamweaver.
    I first made the mistake of creating a beautiful file in CSS, pasted it in the editor and found divs and info floating all over the place.
    I just found an article by an adobe pro on doing this and ZOMG, what a huge help. Here is what I think I underatand and my question:
    1. Everything is tables, inclding the background which is created at 98%.
    2. The body is to be nested tables.
    3. Attributes are to be defined within the table by use of the property bar and not to include creating css rules.
    4. The one exception is inline styles created within the boundaries of the table.
    5. Important rule is to not have CSS sitting at top of code in document.
    My big question at present is, how can I code links to be other than blue and underlined? I would use CSS to do that on my pages.
    Thanks ain advance for further insight!
    Rob

    Rob2Smith wrote:
    Hi,
    I am creating new html emails from within dreamweaver for use in a service like constant contact. The service I use is COMF5. They have a rudimentary (but nice) WSYIWYG editor so I am giving it a whirl in Dreamweaver.
    I first made the mistake of creating a beautiful file in CSS, pasted it in the editor and found divs and info floating all over the place.
    I just found an article by an adobe pro on doing this and ZOMG, what a huge help. Here is what I think I underatand and my question:
    1. Everything is tables, inclding the background which is created at 98%.
    2. The body is to be nested tables.
    3. Attributes are to be defined within the table by use of the property bar and not to include creating css rules.
    4. The one exception is inline styles created within the boundaries of the table.
    5. Important rule is to not have CSS sitting at top of code in document.
    My big question at present is, how can I code links to be other than blue and underlined? I would use CSS to do that on my pages.
    Thanks ain advance for further insight!
    Rob
    I'll second what Joey said.  Everything inline with email clients.  They are too unreliable, especially with Outlook.  Constant Contact though can be a pain in that you can't just add links to the email if you want them to be tracked.  Search their documentation for the "SimpleURLProperty" tag that they use.  If you do not include this, and the code they leave for you in the code view when you import your own code, none of their tracking features will work.  And this goes for images as well as text links.  Lots of conditions when sending through Constant Contact if tracking is a key.  One of the key reasons I have used other services for awhile now.

  • Robohelp X5 For HTML Support Question

    We are currently using Robohelp X5 for HTML and are
    contemplating an upgrade to version 7 probably later this year. In
    the meantime, has there been any discussion about ending support
    for X5?
    Please let us know - thanks.

    Hi Wayne
    There will be wars and there will be rumors of wars...
    X5 was introduced in January 2004. I'm not sure what you mean
    by "ending support". If that question is intended to ask if Adobe
    will "officially" stop supporting that version, I'm personally not
    sure they ever have!
    This isn't intended to slam Adobe Support in any way, but
    probably your best form of support is right here in these forums.
    As for upgrading to version 7, why upgrade to that when 8 is
    available and offers a richer experience?
    Cheers... Rick

  • Automation Question

    Hi All,
    I am using Logic Pro 7.1 on a G5/dual 2.0/4GB RAM/numerous HD's/OSX 10.3.9.
    I have a question in regards to setting up a MIDI track for automation. When I set midi track 1 to "write" for example, all of my midi tracks then change to write. If I set it to "touch", all turn to touch, etc.
    I do not have the tracks grouped together.
    Can anyone tell me why this is happening?
    I appreciate your help!
    Frank

    Thanks for your reply!
    If I'm understanding your reply correctly, it is already set up as you indicated.
    Each separate midi track is using a different midi/channel number. For example, Midi track 1/channel 1, midi track 2/channel 2, etc.
    I have 3 separate environments and it is happening across all environments and corresponding midi tracks.
    Thanks,
    Frank

  • StatCounter with html widget questions

    Hi - I have statcounter on my home page. I used the html widget to paste the code i got from Statcounter. I just placed the widget randomly on the page -- it's invisible. works great for that page.
    Can someone help me with how to get the stats on where on my sire people are going?
    do i have to create a different project for each page in statcounter and paste that on each page of my site??
    also am i going to have to paste up new html widgets each time i publish/.
    thanks for help with these "newbie" questions
    : )

    Hi Atomic,
    Having the Statcounter code on one page only is quite useless...
    You could place a snippet with Statcounter on each page but personally I don't like html snippets that much (in general)... I prefer to have the page coming up in Statcounter instead of the snippet and I also don't like to add a snippet to each page (I have something like 260 pages or more)
    Basically there are two applications which will add the code to your page automatically (you would have to run them each time you (re)publish).
    iComment (not freeware)
    iWebExpander (guimkie.com, freeware)
    iWebExpander works... It does it's job...
    The only problem, at least for the moment is that iWebExpander is “Crashing” my Finder... But that’s a minor problem...
    About the crashing:
    You maybe will get a popup "AppleScript Error" bla bla bla. It's only a popup doesn't mean anything. When the popup appears the process of adding the Favicon is finished.
    You maybe will have the spinning circle when in Finder. When the popup appears go to your dock select the finder icon click(and hold click) it and do "Relaunch finder".
    You don't have to restart or something. You don't have loss of data. It will not shut down unexpectedly. And so on...
    Nevertheless the job gets done...
    *I was told by Max that there will be an update soon*
    You don't have to make a new project for each page... => you use the same project through your whole website
    And if you want to track a page in particular then you could add an html snippet to the page with a new project code for that particular page
    Regards,
    Cédric

  • Automation Question-I am losing my mind! Please help

    Hello, folks, I am a composer who just switched from PC using Cubase and Pro Tools to a brand new MacBook Pro using Logic Pro 9. I am trying not to get frustrated using Logic as I feel its missing a tool which is used by most other DAWs.
    So, while automating, the only two tools available are a pencil tool and a curve tool but Logic does not have options in automation shapes such as Free Hand, Rectangular, Square, Round, Random Shaping and triangular shaping. For those using Pro Tools, these are easily available in the Pencil Tool option when you hold that button down.
    I hope I didn't make my question too complicated. I have looked EVERYWHERE for the answer, the manual, google, Youtube and even called Apple support and the guy had no clue what I was asking about.
    Can any experts help? Do you know if Logic Pro 9 has any bug issues since it just came out?

    HardBeatz has given you the answer but it seems you are not understanding what HardBeatZ is trying to tell you so, I will try to explain it:
    Your Device was designed to support the use of Expansion Cards up to 4gb only.
    Your Device failing to recognise an Expansion Card over 4gb is normal behavior, it does not mean there is something wrong with the Device or the Expansion Card.
    Trying tricks and workarounds to get your Device to do something it was not designed to do will probably result in more problems and possible loss of valuable data.
    The only real and reliable solution is to get a 4gb Expansion Card or two.
    All the best, woz of oz
    Post relates to: Palm TX

  • Photoshop CS5 Bridge HTML Gallery Questions

    Have upgraded to CS5 from CS3 and am trying to create HTML Web Galleries that are similar to what we have been creating in CS3.
    I no longer have control of the size of the thumbnails created for the Index pages and cannot create less than 3 rows of thumbnails.
    We used to create 2 rows and 4 columns of 200 pixel thumbnail images.
    Is this something that can be modified if we downloaded the SDK and worked with scripting?

    I have found the same problem when I went from CS3 to CS4 and continued the same problem in CS5 then I researched the "Output" and "Web Gallery" section again a little more thoroughly.  Found that in almost every gallery provided there is a way to change the size and/or quantity of thumbnails in your gallery.  For instance the "HTML Gallery"  in the "Appearance" section you can change the size of the original picture (your larger picture) and the quantity of thumbnails that show up per page. Next you can save your changes in the "output" section under "Style:"  While using the "Filmstrip" template you can change the size of your thumbnails in the "Appearance" section. Hope this helps

  • Html link question

    Hello --
    Can you disable/enable an href like a button? The buttons are
    disabled as an mc opens but the href remains enabled?
    Any ideas?
    Thanks > Mark

    kglad --
    thanks for your reply.
    at this url, you will see in the lower left-hand corner
    "refurbishment"...
    http://spaceflight.nasa.gov/history/apollo/apollo_mission.html
    i want to disable/enable this hyperlink, when the new
    acronyms list fades in/out on this section. the href exist in the
    same clip and level as the buttons.
    thanks > mark garcia

  • HTML Snippet Question

    Hi All,
    I'd like to create a mouseover js for two image files. One being the initial image and the second being when it is moused over.
    I'm wondering where I would put these image files so they can be read and dealt with by the script/snippet.
    Thanks.

    You put the images in a folder on the server.
    Look at the source of this page.
    http://web.mac.com/wyodor/_Demo/MouseOver.html
    The <img> element is pasted in the HTML Snippet.
    The page itself is created by iWeb. It's name widget0_markup.html

Maybe you are looking for

  • How do I save file in to iCloud?

    I create a file with Keynotes. I save it in my Mac But how do I move it/save it in to iCloud? I can't find the automatic way to do it. At the moment, I am opening iCloud in my browser and move the file manually.

  • Itunes 7 Installer

    Hey everybody! I bought a new iPod Touch, and the manual told me to download iTunes 7 from the website. I did so, and then tried to run the installer... Nothing happens. I double click on the installer, the pointer with the hourglass shows up; then i

  • Captivate 4 Automatic Recording does not record application

    Windows 7 64bit, Captivate 4.01. Run as Administrator. Create Project>Software Simulation>Record Application - Microsoft Excel 2010. Automatic Recording selected - mode doesn't matter, but Demonstration and Assessment checked. Start recording with re

  • E4200v2 - Guest Network Name: STRANGE behavior!

    on a E4200v2, the Guest Network Name is not behaving rationally! I have 2 E4200v2's, running 2.0.37, bought at same time and configured identically, including both in BRIDGE mode (access points only) and both with the 2.4ghz network name is "acme". O

  • Adobe Reader - Windows 8 - Read Out Loud Feature

    I have been trying to access the Read Out Loud feature in the most recent version of Adobe Reader for Windows.  Making it for Windows 8 has lost most of the useful things about Adobe Reader.  Is there a version of Adobe that in in a window with menus