We need advice on what cloud service is the best option for us

Hello,
I work for a very small company, we have two designer. Both of the designers just go new computers and we are looking at switching to the cloud but are confused about what the best plan is for us. We mainly need the creative suites softwares but we occasionally both work with a few production suite programs as well. Again, it is only the two computers and we do not see a need to add anther computer within the new few years. What is the best option for us?

Team license links that may help
-http://www.adobe.com/creativecloud/buy/business.html
-manage your team account http://forums.adobe.com/thread/1460939?tstart=0

Similar Messages

  • What is the best option for storing my iphoto library on the cloud?

    I was curious as to what people are doing (other than backing up to external HD) for backing up the iphoto library?  Anyone using any cloud solution out there for storage?  What are some of the best options?  I have around 30,000 photos in my iphoto library.

    There is no good solution for storing the Library in the Cloud. The amount of data involved means that uploading or downloading is very, very slow. We do see posts on here from people trying to restore from a back up to the Cloud wondering if it's possible to speed up the download currently estimated in days. Running a Library from the cloud is just painfully slow - people have tried it and that is the consensus.
    However, as part of a comprehensive back up plan there is a lot to be said for backing up your Photos to the cloud. Not as good as backing up the whole Library, but as a "last line" you at least have your photos. There are many options: Flickr, Picasa, SmugMug etc. However, check the terms of your account carefully. While most sites have free uploading, you will often find that these uploads are limited in terms of the file size or the bandwidth you can use per month. For access that allows you to upload full size pics with no restrictions you may need to pay.

  • Whats the best option for passing parameters between tf?

    Dear All,
    I have three Task Flows:
    1. TF1
         -  Main Taskflow that calls a web service to gather its data
    2. TF2
         -  Secondary taskflow which receives a parameter and depending on the value of the parameter received will display its data accordingly.  Generally any data
         is feed from TF1
    3. TF3
         -  Same as TF2Use Case:
    All three TF will be dropped to the page as Regions in a Webcenter Portal Application. Changes in TF1 should propagate into TaskFlow 2.
    Question:
    1. How do I configure that changes in TF1 would be propagated back into task flow 2 and 3 and whats the best option for this?
    2. At runtime, user can choose to edit the page and TF2 and TF3 can be deleted but TF 1 should remain as the source of information.
    Given the scenario above:
    - shall I wire the taskflows via page parameters?
    - contextual events?
    What are the considerations that needs to be thought of. I havent done such requirements before.
    Please help.
    Webcenter 11.1.1.6

    Contextual events seem to be the best case.
    This way you can trigger whenever you want. Web services can be slow so you can trigger the event when the gathering of the data has been finished and then pass some value on the event.
    An event also has a payload so it's an ideal scenario to add the data from the service on it so you can use it in the other TF's.
    In order to manage the deletion of the TF1, you can use the UI events on the composer: http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_page_editor_adv.htm#CHDHHFDJ

  • What music app is the best replacement for iTunes 11 on OS X?  Must be able to open multiple playlists.

    What music app is the best replacement for iTunes 11 on OS X?  Must be able to open multiple playlists.

    First step before doing anything with OD is to make certain that local DNS services are correct.  To verify that, launch Terminal.app from Applications > Utilities on the test server, and issue the following harmless, diagnostic command:
    sudo changeip -checkhostname
    You'll need to enter your administrative password for the sudo to be accepted. 
    If the output from that command reports no changes are required, then an export from the original OD and an import into the test system would be typical for testing, if you trust what's in the original OD.

  • What is the best option for tethering my IPhone 4s with my iPad? (the iPad is wifi only)

    What is the best option for tethering my IPhone 4s with my iPad? (the iPad is wifi only)

    #1. Understand that if you switch carriers, you can NOT take your existing iPhone with you. It won't work. You will need to purchase a new one.
    #2. Your only choices are Sprint and Verizon. Decide who has the better coverage in your area. Keep in mind that you will NOT be able to get simultaneous voice and 3G data on either of these, as their CDMA networks do not support it. The U.S. T-Mobile network is not supported and is not fully compatible with the iPhone as it operates on a rarely used frequency compared to the rest of the world.
    #3. What in the world are "niners"? Do you mean you want to be able to keep your existing "phone numbers"? If so, that should be no problem. Most numbers in the US are now portable.
    #4. Consider WHY you want to switch. If the issue is really price, you're not going to see much of a difference. A few dollars a month at best for comparable voice and data plans.

  • What are the best options for running windows on a Mac Pro

    what are the best options for running windows on a Mac Pro

    For gaming and other CPU intensive stuff: Boot Camp – https://www.apple.com/support/bootcamp/
    For the rest: any virtualization software (Parallels/Vmware Fusion/VirtualBox)

  • What's iOS is the best performance for iP4 & 3Gs

    Hi all guys here.
    How are you all guys?
    I'm new here.
    I'm now running IOS 4.1 for my both iPhone(3Gs and 4)
    But i want the new features.
    Can anyone here recommend me what the best IOS for iP3Gs and iP4? ( d best performance )
    Without battery draining or make my iphone slower.
    I'm greatly appreciate that guys.
    Trillion Thanks!!!

    Doesn't really matter, since the only iOS available for either of your phones is iOS 4.3.5, if you chose to update. Users have complained about every single iOS update since the first update for the original iPhone was released. Fact is, the vast majority of users have zero issues & happily go about their ways.

  • What is the best option for 'update.... set' in owb?

    Hello.
    I have been reading on a number of ways to implement following query in OWB:
    update TABLE A
    set Value F = (select Value B
    from table B
    where (nvl(trim(A.valueC),trim(A.valueD) = trim(B.ValueF)
    and substr(A.valueG,1,2) = trim(B.valueH))
    or ( nvl(trim(A.valueC),trim(A.valueD)) is null
    and trim(B.valueF) is null
    and substr(A.valueG,1,2) = trim(B.ValueH)
    The table A and table B do not have a relationship.
    Key lookup - some of you recommend not to use it as it is not very good.
    Set Operator or Joiner? What would be better?
    I created a function for this query, but i cannot use it in the map because i get this error:
    API8003:coonection target attribute group is already conncted to an incompatable data source. Use a Joiner or Set operator to join the upstream data first before conncting it into this operator.
    What would be the best way to do it? how i can pass the parameters from two different tables into my function? What feature of OWB would be the best option i cannot use for this?
    Or my best bit to re-create it as a procedure and run it that way?
    Thank you very much for your help
    Kind Regards
    Vix

    Hopefully this is helpful and it makes sense written out.
    First, I'm not sure if there are some parenthesis missing in your update statement because I can't tell for sure whether the statements separated by the 'or' should be considered separately [ as in "(a = b and a=c) or (c = d)" vs "a = b and a = c or c = d" ] or if the logic is exactly as written. My suggestion is based on the idea that the query is exactly as written -- if parenthesis were missing, insert them as appropriate.
    My suggestion is to use a join. Even though you say A and B don't have a relationship, they sort of do based on the update statement.
    I would suggest that you start with source A and insert an expression operator. You'll send in ValueC, ValueD, ValueG. You create three outputs:
    BValueF = nvl(trim(A.valueC),trim(A.valueD))
    BValueH = substr(A.valueG,1,2)
    NullValue = nvl(trim(A.valueC),trim(A.valueD))
    Then add source table B and insert another expression operator. You'll send in ValueF and ValueH. You create two outputs:
    TValueF = trim(B.valueF)
    TValueH = trim(B.valueH)
    Then insert a join operator. For ingrp1, you'll drag over whatever can uniquely identify A and the three outputs from the expression. For ingrp2, drag over ValueB and the two outputs from the expression.
    Then your join condition will be
    BValueF = TValueF
    and BValueH = TValueH
    or NullValue is null
    and TValueF is null
    and BValueH = TValueH
    Then add your target table A, set it to update on the unique key. Drag the unique key from the joiner to the unique key on A, and drag ValueB to A's ValueF.
    Hopefully this makes sense written out. I didn't test this, but it looks logically correct on paper.
    Good luck,
    Heather

  • What are some of the best cases for iPhone 5c?

    What are some of the best clear cases for the iPhone 5c that can protect the phone well?

    I was wondering the same thing?  I have a hard time with buying a case, because I bought the phone because of the color it already is!  lol
    I was thinking about going with something like the Spigen Case Bumper.  Still allows you to see the color of the phone and still have protection.

  • What is the best option for working live off external hard drive?

    I have 3 iMacs all networked together and working off 1TB of files stored on an old MacPro. I'm wondering what my best option would be for upgrading moving forward. I need more space (preferable 2TB or more) and I'd like the connection to be as fast as possible. A server seems like overkill ...
    I have an external 3TB WD Cloud backing up all of the files, but it's far too slow to work off of live as it needs to 'wake up' every time I ping it.
    Would running a 'headless' Mini directly off my router work? Or perhaps attached to one of the iMacs?
    Other options?
    Thanks in advance

    Hi there,
    Ive always followed the idea that journalling is turned off, so I would follow the advice given and turn journalling off.
    In addition I would also make that drive "private" to spotlight so it doesn't search or catalogue there.
    If its of interest, I've always formatted my drives in the following way
    make 2 partitions,
    partition 1 - make this about 10% of the drives capacity and label DO NOT USE
    partition 2 - make this the remainder of the capacity
    the reason being (So Im told by the drive gurus) is that the first sector contains the volumes boot block - this can get corrupted/damaged so having it partitioned like this means you can erase it safely whilst keeping your media.
    Ive followed this for years and it has worked on the few occasions a drive has misbehaved.
    cheers
    Andy

  • HT4623 my phone is giveing me error 21 since i updated it to ios7 it wont turn on it wont restore i have tried several times to restore the device but im really at a loss what is the best option for me ?

    hi, my iphone 5 has refused to restore after i updated it to ios7 ...... it will not turn on, it will not restore i do get an error 21 mesg and i have attempted a couple of fixes from the net, but nothing seems to work . i have no acces to my phone it just is dead whats my best option, do i need to send it to apple ?

    Hello Peter,
    Thank you for using Apple Support Communities!
    Error 21 is part of a range of error codes generally indicating that other software is interfering with the restore process.
    Check out the troubleshooting from this article named:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694#error21
    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. Use the steps to troubleshoot security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See the steps under the heading "Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store." If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.
    All the very best,
    Sterling

  • What is the best option for generating .wmv video working on Mac?

    I am working on a mac. I need to generate my output in .wmv. I am exporting as .mov then using MacX converter to convert to .wmv. The quality degrades too much. What is the best way to generate .wmv?
    Thanks in advance.

    YOur statement is way too generic and vague. You have not provided any exact settings,  version info, details about the footage etc. That asude WMV is a compressed format and wil always degrade.
    Mylenium

  • What is the best option for my process

    Hi Gurus Can any one guide me which is the best available option for my business process.
    in our client process We have a Final Product(say A). and two Vendors (say Vendor1 and vendor2)
    This Final Product is made up of 3 other parts Lets say B,C and D.
    So The client buys Product B and Product C from the Vendor1 and Product D from Vendor2
    The vendor1 supplies the both the parts(A and B) to Vendor2.
    The Vendor2 Takes the Parts B, C and Joins with Part D and deliver the final product A to the client.
    There is no assembly cost for Vendor2- he charges for only part D.
    Can anyone tell which is the best available option for my client.
    Please help me ASAP
    Thanks

    Hi Amar,
    There are many other factors that you need to take into consideration to define best approach for the process.
    You have to know what type of control you want to have of the "production" of the product "A". Who is the owner of the components B and C while they are at vendor 2.
    Who is the payer and how are you going to receive invoices of vendor 1 (you receive invoices for components according to the quantity of product A you receive in your company, or you receive invoices for all B and C received at vendor 2??)
    Its no easy to give you a feedback without more information.

  • What's the best option for event generation from an Oracle database?

    Hi all,
    I need to interface from an oracle database into WLI (or elink if need be). The
    code that needs to call this interface is written in pl/sql in the database.
    What is the best way to enable the pl/sql to make a call to WLI?
    I know you can set up an event trigger on a table using the sample DBMS adapter
    so that it will send info to WLI via the events table in the database but this
    is what they call a pull event(i.e. the adapter is actually polling this table
    for whenever an event gets put into it I think).
    Has anyone ever done a push type event? (e.g. calling java code from pl/sql that
    sends event to WLI)
    Or anyone know whether the new JCA for Oracle Applications will help with this?
    I am using Oracle 8.1.7 so don't have any extras with Oracle Apps.
    thanks all
    adam

    Adam,
    I have not implemented an push event adapter with Oracle. However, I
    know the trend that seems to be happening in the industry and I can say
    I agree 100% with it's implementation. I am seeing vendors using
    Oracle's Advanced queuing features to push events out to other
    applications. One interface for AQ is PL/SQL using DBMS_AQ, DBMS_AQADM,
    and DBMS_AQELM packages, so you would not have to rewrite your current
    business logic. Although I have not done the leg work, logically, this
    would be the approach I would take if tasked to implement an Oracle
    event adapter.
    For more information register (free) for an account on Oracle Technology
    Network (OTN), then go to the following URL:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/appdev.920/a96587/toc.htm
    Note: (the url goes to Oracle9i, as I couldn't find the link to 8i, but
    8i AQ in will work just as well)
    Cheers,
    Chris
    Adam Finlayson wrote:
    Hi all,
    I need to interface from an oracle database into WLI (or elink if need be). The
    code that needs to call this interface is written in pl/sql in the database.
    What is the best way to enable the pl/sql to make a call to WLI?
    I know you can set up an event trigger on a table using the sample DBMS adapter
    so that it will send info to WLI via the events table in the database but this
    is what they call a pull event(i.e. the adapter is actually polling this table
    for whenever an event gets put into it I think).
    Has anyone ever done a push type event? (e.g. calling java code from pl/sql that
    sends event to WLI)
    Or anyone know whether the new JCA for Oracle Applications will help with this?
    I am using Oracle 8.1.7 so don't have any extras with Oracle Apps.
    thanks all
    adam

  • I am looking to upgrade my Mac to an ideal gaming, photo, and media creation system. What is the best option for me if I like to play The Sims 3 games?

    I am looking for suggestions on the ideal gaming macbook. I enjoy playing the sims 3 but it runs really slowly on my current Macbook. I bought it back in 2011 and ive kept up to date with software updates, etc. Just needing some help deciding which system will give me the biggest bang for my buck.

    16GB RAM upgrade + an SSD upgrade (biggest wallet can afford).
    However, if it is a 13" model, there is an inescapable wall, since those carry just a single GPU and share the video memory with the rest of the apps. 15" and 17" models have a  higher powered, separate and autoswitching GPU and up to 1GB of dedicated VRAM.

Maybe you are looking for

  • CRM 5.0 Integration with Twitter and facebook

    HI Experts, i am working with SAP CRM 5.0 version, My existing client want to set up SAP CRM with twitter and Facebook specially customor services , Does SAP CRM 5.0 has tight integration with twitter and facebook , if yes will you please share iinfo

  • How to parse a xml file within a WLST script

    Hi all, I'm using ALSB2.6 and I'm writing a WLST script that should read config info from a xml file and create an ALSB prj. I got an error when I call: xmldoc = minidom.parse(sock).documentElement The code: print '#### IPEventConfigFile: ', IPEventC

  • Material to mat. conversion with diff. quantities

    hI, Material A having 10 pieces, I want,  material to material conversion with different quantity, Ex- Mat B = 12 Pieces. Mat A 10 Pieces conversionin to  Mat B 12 Pieces Can any body Tell me which MVtyp should USe. The Valuation of Both Materials is

  • HOW CAN I USE A PURCHASED RING TONE ....

    .... instead of the pre-loaded & boring as all **** ringtones, that come with this phone? Someone in Discussions told me to buy a ringtone and then I'd be able to select it to be my ringtone, etc., but my list of sounds does not include my purchased

  • Configure Print Properties

    Dear Community. I'm searching for an Report or an Transaction to get the configuration menu like when you like to print somethink out. e.g.:Transaction SM37 -> print out a list of jobs by chosing the print button -> it appears a printer windows where