Need more flexibility than photo sites.....

Looking to make Christmas cards and photo books, and need more customization than allowed on Snapfish, etc.  Any recommendations?

If you are in Europe try Photobox.com (and if I refer you with your email details I can get a bonus 'gift'!).  

Similar Messages

  • When I plug in a Lexar thumb drive, I get a "USB Low Power Notice' saying it cannot operate because it needs more power than is available.  This is new.  Thumb drives worked last week.  Any suggestions?  Is this an apple or a Lexar issue?

    When I plug in a Lexar thumb drive, I get a "USB Low Power Notice' saying it cannot operate because it needs more power than is available.  This is new.  Thumb drives worked last week.  Any suggestions?  Is this an apple or a Lexar issue?

    Apple intentional, use a powered USB hub instead.

  • Enhanced Calc Script more flexible than native Essbase Calc Script?

    What makes an Enhanced Calc Script more flexible than native Essbase Calc Script?
    Run on Save or @CALCMODE function or Run time prompts or Can be run over the web or Substitution Variables or Custom Defined Functions.
    Appreciate if u reply ASAP!!
    Thanks in Advance!!!

    Some posts on the subject
    Business Rule
    Business rule
    Business rule
    Cheers
    John
    http://john-goodiwn.blogspot.com/

  • I need more information than is covered in the Apple TV Set-Up guide on the Remote Functionality re how to turn off Apple TV

    I need more information than is covered in the Apple TV Set-Up guide on the Remote Functionality re how to turn off Apple TV

    If you are using the included remote control, under settings there is a 'Sleep Now'. What ATV generation do you have?

  • Time machine need more space than necessary.

    Hi.
    Can anyone help. I have a two 1TB external hard drives one backs the other up. Until now it has been fine but suddenly time machine has decided theres not enough room even though there the same size drives. Ive deleted the backup drive and the time machine preferences but it still wont work. I have one drive with 930GB on and time machine says it needs 1.1TB of space. Why dose it need an extra 170GB. Help?
    Thanks

    Since Time Machine keeps copies of previous versions of things you've changed or deleted, it needs much more space than the data it's backing-up.
    The extra 170 GB is for "padding" -- workspace on the backup volume, and in case the original estimate isn't accurate, or more files are changed or added while the backup is running.
    #1 in the link Carolyn supplied explains this a bit more, and recomends that your backup drive be 2-3 times the size of the data it's backing-up.

  • All things being equal, does 4th gen quad core i7 (2.5GHz) need more RAM than 5th gen dual core i5 (2.7GHz) for same tasks?

    Bought mid/late 2014 15" MBPr with the i7 2.5GHz and 16GB RAM. I'm within 2 week exchange period at Best Buy, and thinking of switching to 2015 13" MBPr with i5 2.7GHz and 8GB RAM for battery life and weight, and they don't offer the upgraded 16GB RAM option for any 13" models.
    Needs to be Best Buy because of gift cards
    Use docked at office 75% of time vs 25% out of office, so portability and battery life are nice to have but not as important as if I had 8 hour flights on weekly basis
    See appeal of having 5th gen i5 in 13" vs my 4th gen i7 that will be updated this summer
    Not a gamer and don't use Final Cut or other video editing, but I tend to leave several applications open and usually have between 1-3 GB free RAM of the 16GB total at any time according to my Memory Cleaner readings
    Therefore, worried that 8GB is a non-starter as simple math says that I would have shortfall of 5-7GB RAM based on above readings, but wondering if dual core i5 will use RAM more efficiently than quad core i7
    Any help greatly appreciated!

    Also to note, would like this to last 4 years, which was reason that I bought the higher spec'd model even though I don't run games or video editing

  • I had to upgrade from ios7 to ios8 but it needed more storage than i had so i backed up my phone to my computer then deleted the content on my phone and upgraded to ios8.  i have not connect my phone and computer since.  how do i get my content back?

    i had to upgrade from ios7 to ios8 but it needed more storage  i had so i backed up my phone to my computer then deleted the content on my phone and upgraded to ios8.  i have not connect my phone and computer since.  how do i get my content back? 

    Restore the backup from your computer

  • Deleted TM backup to start over, now TM says it needs more space than avail

    I deleted the backup image on my 500 GB Time Capsule to start over. Now Time Machine says it needs 700 GB of space and only 350 GB available. I only have 100 GB on my MacBook with OS 10.5.8. How do I let TM know that I want to start over and only backup the 100GB with today as a baseline? Thanks

    YokoVP wrote:
    TM says it needs more space (530 gig) for the backup that is actually on my IMAC (used 420 of 1 trb). Any ideas why TM will not back-up and why it requires 530 gig when my IMAC has only used 420 gig?
    Because TM needs workspace on the TM drive, and yours is much too small. TM adds 20% to the estimated size of the backup when requesting space.
    But to work well, TM usually needs 2-3 times the space of the data it's backing-up. See #1 in the Frequently Asked Questions *User Tip* at the top of this forum.
    Short term, you may be able to "finagle" getting backed-up by excluding a lot of things temporarily, running a backup, then removing some exclusions and running another. That way, the 20% won't get applied to the total amount of data all at once.
    That will work, for a short period of time, but not for long. You need a much bigger drive.

  • How do I create a web site using already .doc files?  More words than photo

    I really want not to write everything on the iweb 08 format, but select, copy and edit my documents already written in .doc, or text, or ppt.
    How do I do this? And, is it possible to edit them when they are in the iweb page?
    Thanks,
    María Cristina

    You've posted this question in the iWeb 09 forum, but the same answer will work for both versions.
    All you need to do is to choose which template type meets your needs and then copy/paste the text from your .doc or whatever document, into a text field on the page.
    I would open the word documents with a text editor like Textwrangler so that all of the hidden Microsoft formatting data (font and paragraph info) is removed from the text. After pasting the text into the iWeb text box I'd change the font to one of the Web fonts for compatibility.
    All of the text on an iWeb page remains editable for future changes.

  • Search help needs more records than 500 or 5000

    I have a requirement to create search help on a non primary key field . So I need to work on search help exit to remove all the repeating and blank values . The problem I am facing rite now is that search help gets only 500 records by default and 5000 if we leave the restriction field blank . I need to get all the records which is approx more than 100000 and get only the unique values .
    Please let me know how I can increase the number of record more than 5000
    Regards,
    Tashi

    Hi Tashi,
    The following approach might work out in y our case by overwriting the data fetch functionality of the standard Search help
    1. Define internal table of desired structure, in the way you get the data from DB table
    2. use your custom function module / class method or select statement to get the desired data into the newly
        defined   internal table
    3. apply required sorting / filtering / formatting as per the requirements
    3. loop through the resultant data in the internal table and append the records to standard internal
        table / parameter  RECORD_TAB of the Search help exit. Please make a note that RECORD_TAB has the
        structure field STRING which needs to be populated with the correct offsetting..for example, if the first field
         is of 10 characters and second field of 5 characters, it should be populated in the following way
    loop at itab into ls_itab.
    wa_record-string+0 = ls_itab-field1.
    wa_record-string+10 = ls_itab-field2.
    wa_record-string+15 = ls_itab-field3.
    append wa_record to record_tab.
    clear wa_record.
    endloop.
    EXIT.
    Please try this approach and let us know.
    hope this helps.
    -Sajan Joseph.

  • Need more info than ORA-02291

    Hi!
    I wonder if there is a way to find out more specific information than the error "ORA-02291" provides - it only tells you which constraint was violated, not what the violating value(s) were?!
    In my scenario, an application inserts data into several tables that have plenty of constraints. Constraints are deferred. When setting the constraints immediate again (or just COMMITing) I get ORA-02291.
    I really need to know the actual values of the violating record, not just the constraint that was violated.
    I'm using OCI (SQL+ for some debugging) and a 9.2 DB.

    Thanks for the reply.
    First, I don't know PL/SQL very well, so forgive me if I'm being stupid here ;)
    I don't see that this would help in my case. All constraints are DEFERRED, which means I don't get an error even if I checked every insertion (which I do, anyway). This is by design; there are lots of tables and constraints and easier to insert everything in no particular order.
    I can detect the constraint violations when I set the constraints IMMEDIATE again - which is fine. But I only get the violated CONSTRAINT, not the violating record which I (still) need.

  • Basic DVD Help Needed - More challenging than expected

    Need help creating a basic DVD that a client needs. Here are the specs needed for the DVD:
    No Menu
    No Chapters
    Can scrub forward and backward
    Begins in DVD player in a stopped state
    I can not seem to find an option to remove chapter 1 from the V1 timeline in DVD Studio Pro. Also when DVD is inserted into DVD player the video begins playing right away instead of beginning in a "stopped state" on the DVD player. Any help would be greatly appreciated.

    Make a black menu with a invisible button and link it to your track.
    as for the chapter 1 - you can't get rid of this and is a good thing to have for what your trying to achieve anyways. That way the user can either hit play to start the video or they can hit chapter and it will play as well.
    If you don't want them to be able to push anything other than play on their remote you can disable buttons.

  • Multiple Apps, Using Spaces, need more flexibility.

    Hello all,
    I am a novice web designer and still very new to mac os.
    Between the compliment of Adobe apps, an ftp client, firefox, bbedit and your random textedit, At timess, I 'm struggling to keep my apps in place. I'm quite literally using all of my screen real estate on most (if not all) of my spaces.
    I'm restricted into branching out into other spaces due to the fact that I'm a FireFox, FireBug, FireFTP kind of mac user and have yet to find a way to enable the usage of ONE application between multiple spaces (WITHOUT it 'following' me from to space to space).
    With so many applications open in a limited space, it seems like something is always getting knocked out of place, not to mention it's time consuming always having to setup the same configuration. I have yet to find a way to keep everything rigid and in place, does antyone know of a way to accomplish this?
    An "advanced tab" to further configure spaces, a file management program that enables more rigid application controls?
    Or is there just a much better way to accomplish this?
    Thank you.
    Mark.
    Message was edited by: MarkSKell
    Message was edited by: MarkSKell

    I've set all of the programs I need for normal projects to open on specific spaces using the Spaces preferences. I know where they will come up as soon as I launch them. Several of my programs are set to launch at boot because I use them all the time, and they are already open on their space desktop when I want to use them.
    I've been using dual monitors since OS 7.5 - Pretty nice for putting all of the menu's on a second monitor while working with graphics or pages on the main monitor. The adapter you buy for $20 can be for DVI or VGA monitors.
    Spaces works fine this way. I run 9 spaces (in a 3 X 3 grid) as a limit because I change spaces by using the Control + a number key combo, and you can only use single digits and can't choose 0... Still this does privide me with 18 working spaces and the programs stay where they belong. You can use the Arrow keys to change spaces, but I don't keep track of my app's spatially. I've got a list on the wall to remind me if I get rubber-headed.
    Finder is set to work on all spaces so that folder windows don't disappear on me while working with different files in a project folder.

  • Need more chords than shown.

    How do i get the chords I need for a song when each time I select a key only a few are available?  I need G C D G

    maybe you could use some of the methods described here to export the parts of the song in different keys individually and then stich them back together later on?
    http://ipad.slapwagon.co.uk/
    Cheers
    @zorin

  • Need more flexible system variables

    Hi,
    I looked through several discussions of variables but did not find what I was looking for. I wanted a page # variable for the front matter and then a page # of # for the rest of the manual.
    Framemaker 7.0 defines 12 running H/F system variables plus a few others for page numbers but you are limited as to how you can edit them. For example, I was trying to make a variable that displayed current page only. None of the running H/F variables offers a building block called <$curpagenum>.
    I have a system variable called Current Page # and I was able to edit it down to just the Page #. I also have two other variables called Page x of x and Page xxx of xxx but they act like user variables. Any editing of their building blocks screws them up. Plus I don't know where they came from, unless from the original installation.
    Any suggestions?
    Yours,
    Michael F
    =========

    Typically, doing this is simple:
    For the front matter, either put those pages in their own component file of a Book, or use custom Master Pages that are mapped by Apply Master Pages, triggered by paragraph formats unique to the front matter content.
    The front matter MPs would have just system variable <$curpagenum> ("Current Page #") in a background text frame.
    For the main body pages, use default Left/Right and/or custom MPs as needed, and put "Page "<$curpagenum>" of "<$lastpagenum>" ("Page Count") in the background text frames.
    In neither case do you need to create a new variable. Just insert the plain text and system vars as needed.
    Using book format simplifies the MP use, and also provides the capability to use different numbering schemes. For example, the front matter could be roman numeral starting with "i", and the body pages arabic starting with "1".

Maybe you are looking for

  • Problem with expanding a table

    Hi everyone, I'm new arround here, and with adobe livecycle. I'm working on something that requests a table to be expanded to the end of the line, and then when it reachs the end, it would change to the next line. i have created some tests and some j

  • Why won't my computer recognise my iphone?  Never had any problems before?

    My computer won't recognise my iphone for some reason.  Do i need to update Itunes or something on my phone perhaps? Thanks for any responses.

  • What color space does Adobe's Cinema Display have?

    I just calibrated my Macbook Pro with a Spyder3Elite and got a bit desapointed when I descovered that the best color space it can show is sRGB. After finding this, and since I've been thinking about buying an iMac for a while, I got a bit frightened.

  • I am using Dreamweaver CS6

    and I can't get past this popup of a CC 2014 Trial I got to work on a site I can't afford this delay. Please Help! 

  • LibGL error

    Hello everybody, I freshly installed archlinux on my msi laptop. And i have lot of probleme with program zho use opengl. If i do glxinfo32 | grep OpenGL : libGL error: dlopen /usr/lib/xorg/modules/dri//r600_dri.so failed (/usr/lib/xorg/modules/dri//r