Question about photo interface...please help

hi. i'll explain what i want to do, and hopefully you can help. when exporting a photo album from iphoto to iweb, it creates thumbnails...and then when you double click on one of those thumnails, it brings up a much nicer looking interface with that photo nice and big, and all the others lined up above. Is there anyway i can skip the first set of thumbnails, and only display the second method of display. so when someone clicks on my photo page, they are presented with a nice big photo, and all the others lined up above. thanks...much appreciated, ben

Add your photos to your website as a flash slideshow using, for example, the FAExporter plugin......
http://roddymckay.com/VisualMedia/FlashAlbumExporter.html

Similar Messages

  • Question about photo shop, need help

        I downloaded a version of photoshop a friend recommended because I was looking for a free photoshop to use... So I downloaded it, and when I opened it, here is the response I got:
        "This program may not have installed correctly. If this program didn't install correctly, try reinstalling using settings that are compatible with this version of windows."
        I am using a windows 7 computer. Here is a link to the photoshop the dude sent me:
        I really want to figure out how to get this to work, I am terrible with computers and I don't even know if it is gonna show the link to the photoshop I had downloaded here on this post, but, I wanna figure out how to get this to work so I can go about creating my own mugen video game (I wanna learn mugen).. But first I need to figure out how to get photoshop to work, I am not very good with computers. Does anyone have any idea why I "may not have installed it correctly?
          I will attempt to type in the url to my photoshop download manually here,
              <link removed>
           If the first link doesn't show the photoshop I downloaded, hopefully the 2nd one where I typed it in manually will work... Does anyone have any idea why it's doing this or what I can do to get it to work?

    Bravo to you for seeing the light that if you want to play you have to pay.
    The best place to buy Photoshop is directly from Adobe.
    Brace yourself:  The full version of Photoshop is amongst the most expensive software out there.
    You might want to look into buying Photoshop Elements.  It does most of what the full version of Photoshop does and it won't break the bank.
    And stay off eBay for buying Photoshop.  The "too-good-to-be-true prices" you sometimes see are scams, and you'll likely get ripped-off.
    For what it's worth, I don't know of too many programs that charge as subscriptions.  Of course, if you consider that every few years new versions are released that require paying for the upgrade, that's not too different.  But if you don't upgrade you can keep using the version you have for no additional cost.
    -Noel

  • Question about Regular Expressions, please help!

    I have created an app which reads files and extracts certain data using regular expressions in JDK1.4 using Pattern and Matcher classes.
    However it needs to run on JDK1.2.2 (dont ask). The regular expression classes are not available in 1.2.2 (the Pattern and Matcher class) so i am looking for something similiar which i can use?
    I need something that loops through all the matches found in the file like how Matcher works i.e.
    while (matcher.find())
    // do this
    Help!

    http://jakarta.apache.org/regexp/

  • A question about arrays. Please Help

    Ok here is my question lets say i have a multie varible array such as
    int[][] thisList = new int[3][64];And I have a number of other arrays that are single variable arrays, and which have data stored in them.
    List1[64]
    List2[64]
    List3[64]is there a way i can store all these three list in the multie varible array?
    for example i know i can do this, > Correct me if i am wrong
    List1 = List2; where List1 one now contains all the elements that List2 has.
    but is there a way i can
    us the same format with a multie varible array, to store all three list in it.
    such as thisList[1][] = List1; thisList[2][] = List2[]; Thanks

    for example i know i can do this, > Correct me if i
    am wrong
    List1 = List2; where List1 one now
    contains all the elements that List2 has.There will be one array. Both the List1 and List2 reference variables will point to that same array.
    (By the way, convention in Java is for variables to start with lowercase.)
    >
    but is there a way i can
    us the same format with a multie varible array, to
    store all three list in it.
    such as thisList[1][] = List1; thisList[2][] =
    List2[];
    You can do thisList[1] = List1 if thisList is an int[][] and List1 is an int[]. However, that will not copy any ints. It will just do the same as the above--cause the reference thisList[1] to point to the same array object as List1 does.
    If you want to copy values from one array to another, use System.arraycopy.

  • Question about lost iPod - Please help me out!!

    My iPod was stolen and is there anyway to relocate it if it connect to someone's computer? Could Apple track it down? And I am not sure whether I have registered my iPod online. Is there anyway to check??

    Apple have no process in place to either report or track stolen iPods. All you can do is report the theft to the Police together with it's serial number, and if your iPod was registered with Apple when you first got it, they will assist the Police in returning it to you should it ever be recovered.

  • A question about NAST_CREATE_MESSAGE_OBJECT?Please help

    Hello:
       We are now using function:NAST_CREATE_MESSAGE_OBJECT to create an EDI message into NAST in our program.But there is alwasys the following message when NAST_CREATE_MESSAGE_OBJECT is called and then this function will fail.Could you tell me how I can fix this issue?
    Function module SO_NAME_CONVERT with return code
                                                  7
    completed
    No message title for condition type E in
    maintained
    Thanks

    Launch Terminal.app
    Type cd followed by a space. Do not hit return key just yet.
    In Finder, navigate to folder containing the files you want to blow away.
    Drag and drop that folder (in the finder) into the Terminal.app window. It'll autofill the path to the directory containing the files you're wanting to blow away. Now hit the return key.
    You could type ls (that's a lower-case ell) and see the directory listing of all the files in your current directory. Probably a good idea to do just to doublecheck that you really are in the directory that you want to blow away all these files from.
    Now do what Greg said.
    Don't get impatient because Terminal is just sitting there and you're not getting an immediate command prompt. It'll take a while to blow away 9000 files.
    For entertainment, instead of rm *" copy"* use rm -v *" copy"* so you can watch all 9000 file names be printed in your terminal window as they are being deleted.
    Will it work? Oh yes .... irreversibly (if it doesn't, that's coz' there are some file ownership and/or file permission issues that need to be looked at, but assuming those are "compatible" with your current Terminal user environment, those guys'll be toast. Any file that's in the working directory where you are in Terminal that has the five characters " copy" in its filename will be history.
    The assumption in Greg's command is that all the files you want to blow away all reside in the one directory that you have navigated to.

  • A question about firing event, please help

    I would like to know how to fire an event in the following situation:
    public class FireAnEvent
             public static void main()
                   char c=(char)System.in.read())s;
                   String source="I'm the source";
                   if(c!="a")
                          fireActionEvent(new ActionEvent(source,1,null);
    }the above code won't work obviously, but what should i do to make it work, or is it possible to fire in this situation?
    thanks in advance;
    Message was edited by:
    fandebiao

    My personal favourite way to quickly fire custom events is through using enums in the XXXEvent class. That way checking which event was called is easy, and it's also typesafe.
    fireXXXEvent(XXXEvent.ID.MY_ID, "...");
      private List<XXXListener> listeners = new LinkedList<XXXListener>();
      private synchronized void fireXXXEvent(XXXEvent.ID eventID, String args) {
        XXXEvent event = new XXXEvent(this, eventID);
        event.setupOtherStuff(args);
        for (XXXListener l : listeners) {
          switch (eventID) {
            case MY_ID:
              l.xxxAction(event);
              break;
            case MY_OTHER_ID:
              l.xxxOtherAction(event);
              break;
            default:
              break;
      public synchronized void addXXXListener(XXXListener l) { listeners.add(l); }
      public synchronized void removeXXXListener(XXXListener l) { listeners.remove(l); }

  • Question About Photo Printers

    Excuse me for asking a question about photo printers here, but I could not find a place in the Apple Discussions form for printers.
    I'm thinking about buying an Epson R1900 printer since my primary selection criteria is the quality of glossy photographs.
    However, I have been told that use of the R1900 for general purposes (with a "standard" printer setting and non-photo paper) will detract from the R1900's performance when it will be used for printing photos (with photo RPM printer settings on premium photo paper or other media). But I just do not know whether this is correct. I was planning to have only one printer and expecting to use the photo printer as my "general purpose" printer (text, documents etc.).
    I would appreciate receiving advice/guidance from people who know about printers and/or people having with experience with the Epson R1900.
    Thanks for your help.

    I use my photo printer in two ways.
    For high quality prints I use the manufacturers Glossy paper and their expensive archival Quality inks for excellent results. More commonly though, I change out those ink cartridges and replace them with a cheaper water soluble ink bought online and use normal A4 copy paper for printing web pages and PDF documents.
    This second practice is about 60% cheaper in ink and copy paper is only about 1 cent per sheet and is satisfactory for such documents.
    The disadvantage is that is does require physically replacing one set of ink cartridges for the other, also if moving from basic to quality, I also do the inkhead alignment tests and adjustments to ensure that the output for glossy photos is going to be first rate.
    I find this necessary to prevent waste of good pigments, yet it still allows the printer to be used for more mundane usage of printing documents. The cost of printers is heavily discounted, as the manufacturers recoup their cost from the sale of ink. Hence one needs to have this dual usage in place to get the best of both worlds.
    This advice is not specific to one model photo printer, rather it is a general approach developed after spending too much money on good ink, printing web pages.

  • Today I restore my phone, before I restored it I checked that my photos are saved on my icould, I did the backup and everything was back on my phone but not my photos! :( please help I need my photos back :|

    today I restore my phone, before I restored it I checked that my photos are saved on my icould, I did the backup and everything was back on my phone but not my photos! please help I need my photos back :|

    Hello purpleroses68
    To download any photos that were on your My Photos Stream, then you will need to have Photo Streamed turned on within your computer. Keep in mind that My Photos Stream only holds the last 30 days of photos and those will be the only one that will download. Check out the articles below for more information for the process and general information about getting your photos downloaded.
    Archive or make copies of your iCloud data
    http://support.apple.com/kb/ht4910
    iCloud: My Photo Stream FAQ
    http://support.apple.com/kb/ht4486
    Regards,
    -Norm G.

  • HT5312 i cannot remember the answers to my security questions.  Can you please help me reset them?

    I cannot remember the answers to my security questions. Can you please help me reset them?

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • I can't remember answers from security questions... Please help me....apple support don't answer.(((

    I can't remember answers from security questions... Please help me....apple support don't answer.(((

    1. See my User Tip for some help: Some Solutions for Resetting
        Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for
            support and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions
    5. For online assistance use Apple - Support - Express Lane

  • When exporting photo to my pictures folder it shows up as a soft color & no photo..Please help

    When exporting my edited pictures to a folder in m Pictures it goes as a blank soft color but no photo. It looks like a tiny dot and when you open it, it is a soft color.. Please help!

    I am trying to send as attachement. I have tried to screen shot but must not have a clue how to!  Is there a number someone can walk me through this.. or if you could tell me how to screen shot it. I am trying the print screen but not working. I have never done on  a computer before. My system is Dell Pentium Dual Core [email protected]   4.00GB  64 Bit Windows Vista. I tried to download a trial of LR4 so I could get some work done until prob fixed but it tells me my system not compatible. I am thinking of creative cloud but will this work with my system. I use LR for 100% of my editing but have been doing other things (newborns) where I feel I need CS6. If you could let me know what I need to do to run the new LR and CS6 that would be great. (Really need a computer class)! Thanks
    Victoria Bampton <[email protected]> wrote:
    Victoria Bampton http://forums.adobe.com/people/Victoria_Bampton created the discussion
    "Re: When exporting photo to my pictures folder it shows up as a soft color & no photo..Please help"
    To view the discussion, visit: http://forums.adobe.com/message/5584806#5584806

  • I have 2 users on my Mac I want to merge the photo libraries please help!

    I have 2 users on my Mac I want to merge the photo libraries please help!

    What version of iPhoto? Do yuo hae Aperature 3.3? With iPhoto 9.3 and Aperature 3.3 you can merge iPhoto libraries - you also can do it with the paid version of iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ - 
    LN

  • Hi . im forget security questions in apple id please  help me

    im forget security questions in apple id please  help me

    See Here..
    Apple ID: Contacting Apple for help with Apple ID account security
    Or Here  >  Apple  Support  iTunes Store  Contact

  • Question about IDashedAttributeValues interface

    Hi to everyone,<br />I have a question about IDashedAttributeValues interface.<br />If I would like to apply custom dashes kDashedAttributeValuesBoss to a page item. I would expect that my code will look like this:<br /><br />InterfacePtr<IDashedAttributeValues> pAttribute(::CreateObject(kDashedAttributeValuesBoss));<br /><br />pAttribute->SetPhase( nPhase );<br />pAttribute->SetCornerAdjustment((IDashedAttributeValues::CornerAdjustment)nCornerAdjust ment);<br />pAttribute->SetValue( 0, nDash0 );<br /><br />But InDesign crashes at SetValue code. I could understand InDesign. It is out of range. But, how to specify the length of value array or to add value into array?<br /><br />Thanks in advance,<br />Alexander Staroverov<br />Developer Engineer<br />Comosoft GmbH

    Thank you to all, I have found the answer in SDK samples:<br /><br />void SnpGraphicHelper::AddDashedValues(const K2Vector<PMReal>& dashAndGapValues)<br />{<br />IDataBase* db = fItemList.GetDataBase();<br />InterfacePtr<IDocument> theDocument(db, db->GetRootUID(), UseDefaultIID());<br />     InterfacePtr<IUIDData> uidData(::CreateObject2<IUIDData>(kDashedAttributeValuesBoss));<br />     ASSERT(uidData != nil);<br />     uidData->Set(::GetUIDRef(theDocument));<br />     InterfacePtr<IDashedAttributeValues> dashedAttributeValues(uidData, UseDefaultIID());<br />     if (dashedAttributeValues != nil && dashAndGapValues.size() > 0) {<br />          for (int32 i = 0; i < dashAndGapValues.size(); i++) {<br />               dashedAttributeValues->SetValue(i, dashAndGapValues[i]);<br />          }<br />          this->AddAnAttribute(dashedAttributeValues);<br />     }<br />}

Maybe you are looking for

  • Custom report region (Conditionaly Split over two rows)

    I have a request, to take an existing report that displays data like this: Pool Performing vs Non-Performing Current Balance Low Value High Value Value Cumulative Cumulative WA Low WA High Loss Low Loss High AA Performing $XXX,XXX,XXX $XXX,XXX,XXX $X

  • How to redirect to an html page on submit

    I have this form and I would like when people click the submit btn, to be redirected to an html landing page. I'm not sure if I need to modify the php or the action script or both. Does anyone know how to do this? Thank you here is the code for both

  • Need help with method... wrote an addition program... have most of it

    Writing an addition program... have most of it below. Need help in getting the program to work. import javax.swing.*; import java.awt.*; import java.awt.event.*; public class Ch10program2 extends JFrame implements ActionListener private static final

  • Bad date format in generated client API (weblogic server Workshop)

    Hello, i'm making web service client from oracle weblogic workshop. I have used "clientgen" Ant task to generate the client library. The WSDL indicates that certain fields are of type xsd:date.      <xs:complexType name="declarationType">           <

  • WIP Subcontracting without Batch Management

    Hi Everyone, We are trying to set up a flow where one operation of the routing is subcontracted. Now, as we don't have any components that have to be sent to that subcontractor and also not yet a material to send (it's a not yet finished product that