Can someone tell me how to access Illustrator CC on the cloud. I currently have CC 2014 but I do not want to use it since it is extremely slow for me.

Can someone tell me how to access Illustrator CC on the cloud. I currently have CC 2014 but I do not want to use it since it is extremely slow for me.

The Cloud is a delivery process... you still install the program(s) on your computer, and then pay a subscription fee to use the program(s)
Cloud Plans https://creative.adobe.com/plans
-and subscription terms http://www.adobe.com/misc/subscription_terms.html
-Cloud status check 30-or-99 days https://forums.adobe.com/thread/1549838
OR buy the 3 year old version which is a one time payment Creative Suite 6

Similar Messages

  • Can someone tell me how to get a div to the right of current div? See site

    I'm tryin so hard to do an all CSS site instead of using tables. Very tough! Can someone look at http://www.duenorthdesign.com/pcm and tell me:
    1) How to get a new div to line up to the right of the current (light green) one. Currently it is below it. I"ve tried floating the left one left so the new div would go to the right. Strange results! Tried floating it to the right.... UGH. I've never felt so stupid in my life!
    2) Also, why does my content run outside of my div (the light green article)? Shouldn't the div expand accordingly?
    Thanks so much, you are all so helpful!

    Both your questions can be answered by amending your css selector from this :
    .twoColFixLtHdr #container #mainContent #feature2 {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        line-height: 20px;
        height: 300px;
        width: 300px;
        background-color: rgba(240,244,230,1);
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 5px;
    To this:
    .twoColFixLtHdr #container #mainContent #feature2 {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        line-height: 20px;
        width: 300px;
        float: left;
        background-color: rgba(240,244,230,1);
        margin-top: 10px;
        padding: 5px;
    and this one:
    .twoColFixLtHdr #mainContent {
        padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background-color: #FFF;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 203px;
    to this:
    .twoColFixLtHdr #mainContent {
        padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background-color: #FFF;
        overflow: hidden;
    Then add this one to your css styles:
    #feature3 {
    float: left;
    width: 300px;
    margin-left: 20px;
    display: inline;

  • HT5622 .mac mail - I still use my .mac email address to access itunes, icloud, etc. Every once in a while, apple sends me confirmation, reservation, etc. emails to the .mac address. Can someone tell me how to access that email account?

    .mac mail - I still use my .mac email address to access itunes, icloud, etc. Every once in a while, apple sends me confirmation, reservation, etc. emails to the .mac address. Can someone tell me how to access that email account?

    Hi pjerl,
    Depending on when you originally set up your Apple ID, you may have @mac.com, @me.com, and @icloud.com email addresses associated with your account, but all mail sent to those addresses should still come in to the same iCloud account (you can test this to make sure by sending yourself emails at those addresses). You may find the following articles helpful:
    iCloud: About your @icloud.com, @me.com, and @mac.com email addresses
    iCloud: Using your @icloud.com email address
    Regards,
    - Brenden

  • Can someone tell me how to sync my ipod on my new computer i have just authorised. i hate this

    Can someone tell me how i sync my ipod on my new computer. i have authorised the computer but i can not find where to sync it. i thought Apple was meant to be easy

    Hi Richail,
    Once you have selected your sync options in iTunes, such as what music or videos you want to transfer, the Apply button should be in the bottom right hand corner of the window. For more information on syncing iOS devices, you may find the following article helpful:
    iOS: Syncing your data with iTunes
    http://support.apple.com/kb/ht1386
    Regards,
    - Brenden

  • Can someone tell me how to create accounting entries with the account status as error

    Hi,
    Can someone tell me how to create accounting entries with the
    account status as error?
    Thanks!!
    Danny

    It's call fixed/static background, and it is NOT directly support by iweb, you will need post processing either in html or javascript.
    Varkgirl (you need to search the previous forum) and I did it since iweb1:
    try Safari, and scroll: http://www.geocities.com/[email protected]/Links.html
    invisible link? roddy, fishing for info again?

  • Having trouble figuring out how to forward text messages.  Can someone tell me how to do that?  Where the forward button.  You used to be able to hit forward and put radio button on all the messages.  The screen looks blank to me.

    In the new iOS7, Having trouble figuring out how to forward text messages.  Can someone tell me how to do that?  Where the forward button.  You used to be able to hit forward and put radio button on all the messages.  The screen looks blank to me.

    In the new iOS7, Having trouble figuring out how to forward text messages.  Can someone tell me how to do that?  Where the forward button.  You used to be able to hit forward and put radio button on all the messages.  The screen looks blank to me.

  • Please can someone tell me how to access my iTunes library on a pc I no longer have and transfer it to another laptop?  Thank you

    Hello Please can anyone tell me how to access and transfer my iTunes library from a pc I no longer have to another laptop?  Thank you

    You cannot.  Your library is on that computer.  If you do not have that computer, then you do not have the library.
    Have you failed to maintain a backup copy?
    If so, not good, you can redownload some iTunes purchases in some countries.  Click Purchases under Quick Links in the iTunes store.

  • Can someone tell me how to access Migration Assistant on an IPad Air?

    I have tried following instructions on how to access Migration Assistant but so far I'm stumped.  Could someone walk me thru the process?  Thanks

    Finder is the name of an application on Macintosh computers.  It does not exist on an iPad.  Finder is very much like Windows Explorer in Windows.  iPad does not really feature a file system that would take advantage of Finder.  In fact, it does not really feature a file system at all.  It is more dependent on applications.
    Here is the iPad User Guide:
    iPad User Guide - For iOS 7 (October 2013)Nov 1, 2013 - 23 MB
    Migration Assistant and Finder both apply to Macintosh computers, and not iPads.

  • Can someone tell me how to change obj file in the applet

    Thanks in advance.
    I have try to use the ObjLoad example in the java3d demo to
    change the obj file.But I fail to do this.
    I had use twe applet,one to change name,and then refresh the other
    frame to try to relod th obj file. but
    java.lang.NullPointerException
    at ObjLoad.init(ObjLoad.java:150)
    at sun.applet.AppletPanel.run(AppletPanel.java:348)
    at java.lang.Thread.run(Thread.java:536)
    can you help me?
    thanks

    Sun's Java3d FlyThrough Demo & Java3d Scenegraph Editor
    allow you to load mutiple 3d files (sequencially) including VRML
    files with the Sun VRML Loaders at run-time
    -- and the Java Source Code is free --- ( see below )
    First, try a Web Demo of the "Appearance Explorer" :
    "Appearance Explorer" Java3d Web Applet, Loads multiple ".obj"
    http://web3dbooks.com/java3d/jumpstart/AppearanceExplorer.html
    - click on "Data"
    - click on "Obj File: Galleon" -- or -- "Obj File: Beethoven"
    - rinse, rather, repeat.
    |
    http://web3dbooks.com/java3d/jumpstart/Java3DExplorer.html
    http://web3dbooks.com/java3d/jumpstart/J3DJumpStart.zip
    | ^-- free source code
    |
    http://www.frontiernet.net/~imaging/games_with_java3d.html
    | Sun's Java3d Scenegraph Editor showing a Nasa VRML model
    | --------------------------------------------------------
    |
    | uses the Sun VRML Loaders, source code available and is free.
    |
    | [ at this url: ] http://java3d.netbeans.org/j3deditor_intro.html
    |
    http://www.frontiernet.net/~imaging/terrain_rendering.html#Scenegraph_Editor
    http://www.frontiernet.net/~imaging/terrain_rendering.html
    Selman wrote a Java3d book that was well received
    and has a Swingtest.java applet and application that
    allows you to load objects dynamically,
    ie. "change" the viewed object when it is running by
    allowing the user to select "sphere" or "cube" from
    menu lists ( in this case it's not just displaying
    Jav3d primative objects, but it has the core functionality
    of deleteing and adding nodes in the scene graph that you
    are seeking, and at that point the rest is left as
    exercise to the student. The ObjLoad.java in Sun's Demos
    directory has the code to load ".obj" files, so you have
    all the tools you need.
    | Picking of VRML objects with your mouse is demonstrated
    | in a new book, Java 3D Programming, by Daniel Selman
    | ( shown on the left ).
    |
    | The source code is avaible for free.
    |
    | [ here: ] http://www.manning.com/selman/selman_source.zip
    |
    | This new book uses the old, reliable Sun VRML Loaders for Java3d.
    |
    | The program reads a 3d scene as a simple VRML text file,
    | and displays the Java3d Scene Graph ( which is interactive,
    | you can expand and collapse the branches of the scenegraph
    | and examine the contents of the nodes ), it renders the
    | 3d scene, and when you click on an object it tells you
    | what you clicked on.
    |
    | You can see ( and download ) the Java Source code of
    | the operative file: VrmlPickingTest.java
    |
    | The publisher's site has more informatation on the book.
    |
    http://www.frontiernet.net/~imaging/games_with_java3d.html
    http://www.frontiernet.net/~imaging/sourcecode/VrmlPickingTest.java
    The Prentice-Hall books by Aaron Walsh are false & fraudulent
    in their claims to present the most current methods, as a part
    of the "Couch-Beiter Flame War" and fraud involving Sandy Ressler
    at the NIST. Prentice-Hall, Yumetech.com and Aaron Walsh have
    misrepresented and disparaged the old & reliable Sun VRML Loaders
    in favor of the "new" Yumetech.com Loader, and the web demo above
    __ DOES NOT __ load Web3d.org's __ VRML __ files, only the less
    capable ".obj" files ... so the "Web3d" series of books from Prentice-Hall
    does not show the loading of ___ Web3d.org 's ___ VRML __ files
    because Sun's VRML Loaders were the best ones, and the Yumetech.com
    folks didn't want anyone using those, and started the "Couch-Beitler Flame War"
    to disparage, falsely & fraudulently misrepresent the facts and knowingly
    published false and misleading "disinformation" in the
    unreliable Prentice-Hall / Pearson Ed books, harming our community.
    The Sun VRML Loaders are used by __ Nasa, __
    the NSF supported Virtual Chemistry Lab ( "Lab3d" ),
    me, and others simply choosing the "what works best",
    and by people using Sun's Java3d FlyThrough & Java Scenegraph Editor.
    symsan wrote:
    |
    | Thanks a lot,but can you give some code
    | about to change the Obj file or vrml file,
    | when the user in the browser to choose
    | the file or input to the textField ?
    |
    I misunderstood the original question ( it was too terse ).
    I interpreted the question has how to change the loaded
    objects --- between successive runs of the program ---
    and not as you intended -- dynamicall while running
    the program program without quiting & restarting.
    In a "Java3d" forum I'm not going to wander into
    how basic ( non-Java3d) 2d commonents such as TextFields
    are programmed.
    The original Vrml97Player.java file that came with
    Sun VRML Loaders also implemented the functionality
    of loading mulitiple files ( sequentically during one run )
    and I have worked with that and similar things with
    the Shout3d.com engine and my own 3d Java engines.
    -- Paul, Java Developer & Web Animator
    Imaging the Imagined: Modeling with Math & a Keyboard

  • Photo stream is showing up in iphoto recent but not web and I am not able to join the shared photo stream.  all of my software is updated.  can someone tell me how to get photo stream in the web source list? thanks!

    Can someone help me get Photo Stream to appear under Web in the iPhoto Source List? I have updated all my software.  iPhoto 11, Mac OS X 10.7.5  All of my preferences are checked.  I am able to see the shared Photo Stream on my iPad, but not my Mac.  The Mac iPhoto photos from the shared photo stream are appearing in the Photo Stream (under Recent), but I thought they would appear as a shared Photo Stream in its own file/album (like on the iPad and iPhone)  - labeled with the shared Photo Stream's title.  Is this supposed to happen on the Mac?  Thanks!

    So you are saying for it to do what i want: shared photo stream to appear in web then i need to upgrade.
    Yes
    Does that mean i purchase the new software an it's not just an update?
    Yes
    Your profile indicates your running 10.7.5.  For shared Photo Streams you need to be running 10.8.2 or later: The following is from  iCloud: Photo Stream FAQ
    What do I need to use Photo Stream?
    To use Photo Stream, including Shared Photo Streams, you need an iCloud account, compatible devices, and up-to-date software:  iPhone, iPad, or iPod touch with iOS 6.0 or later Mac with OS X Mountain Lion v10.8.2 or later and iPhoto 9.4 or Aperture 3.4 or later
    So you'll need to upgrade to Mt. Lion.
    iPhoto requirements are free updates for iPhoto '11
    LN

  • I am still learning how to use icloud,can someone tell me how to delete music from my iphone 5,new updates have been installed, thank you

    How is music deleted from the iphone 5 with new updates installed?

    First, Music is not part of icloud.  If you mean iTunes Match,
    Try posting in the iTunes Match forum, you'll probably find more knowledgeable folks there.
    https://discussions.apple.com/community/itunes/itunes_match
    Otherwise, you use iTunes on your computer to sync chosen music to a device or uncheck any selected music and then sync again to get rid of music on the device.

  • I have two apple ids and want to merge them.  can someone tell me how to do this

    I have two apple ids and want to merge them.  Can someone tell me how to do this.  What I am trying to do is sync my apps from my computer to my ipad, but can't seem to be able to access one of my apple ids.
    Thank You

    App Store: Downloading Older Versions of Apps
    http://tinyurl.com/meqxplg
    App Store: Install the latest compatible version of an app
    http://support.apple.com/kb/ht5919
    Apple’s iOS App Store now offers ‘last compatible’ versions of apps for older devices
    http://appleinsider.com/articles/13/09/17/apples-ios-app-store-now-offers-last-c ompatible-versions-of-apps-for-older-devices
     Cheers, Tom

  • Please can someone tell me how to save a MP3 file from my email on my iPad so I can put in on Facebook? Thankyou

    Please can someone tell me how to save a MP3 file from my email on my iPad so I can put it on Faceboo? I use hotmail and please tell me step by step as I am not a tech guru lol. Thankyou

    Hi jscher200,
    Thank you for your reply, sorry for the VERY late late response, but I have just figured out how to control this separate 'panel'. I find it really useful for monitoring Google Analytics in as it can just sit there running. It does have its limitations, as it's a limited size (you can't expand it to full screen view), so you can only ever see a vertical section of a website and need to scroll to look to the right or left, but I have the live view of people accessing my website running on there and if the numbers start racking up at any time, I can scroll to look and see what pages they are accessing, where they've been referred from, etc.
    To get it to work, you save a website address in the Bookmarks Toolbar and when you can see it sitting on the toolbar at the top of the screen with its little icon, right click on it then click 'properties', then tick the box 'Load this bookmark in the sidebar'. The next time you click on this bookmark to open the website, it will load in this sidebar, which looks like a separate 'window' but is immovable. You can only have one sidebar application running at a time, but can change it by right clicking on the bookmark you want to load in there and it will then change to that one next time you click on that bookmark.
    I hope this might be useful to others, as I asked for help with this on loads of forums and not one person knew that this existed - even really skilled techies!

  • I have 2 game centers on 1 Apple ID and it willl only access 1 of them may someone tell me how to access the other one

    I have 2 game centers on 1 Apple ID and it will only access 1 of them may someone tell me how to access the other one

    You don't have to use the same ID for iCloud as you do for purchasing.  You can just set up iCloud using your other ID. 
    If your have already have another account, you have to go to Settings>iCloud, tap Delete Account, choose Keep on My iDevice when prompted, set up your new account with the other ID, turn on your iCloud data syncing and when prompted, choose Merge to upload your data to the new account.

  • Can someone tell me how to disconnect my credit card from my iTunes account?

    Can someone tell me how to disconnect my credit card from my iTunes account?

    For information on how to do this, check out this article:
    http://support.apple.com/kb/ht1918
    If the option to select "None" from the list of payment types doesn't appear, then there is a billing is with your last purchase which needs to be resolved first.

Maybe you are looking for

  • Hi! can any1 pls let me know how to create a look up table in labview and use that in the vi.

    hello ! i have no idea how to build a lookup table(as v use in microcontroller) in labview and use that in vi.pls help me txs nitin Solved! Go to Solution.

  • Adobe Photoshop Elements 7.0

    Beware buyers out there!  This is a very complicated program that the average person cannot operate without a class or help.  It is nothing like the old photoshop 3 or 4.  My old computer crashed and I lost the program and cannot get it to load on my

  • TCP/IP stops responding.

    dhcp renew gives same address and no change in TCP/IP connectivity. A manual address also does not help, only thing that fixes is reboot of osx. I have it isolated to this one macbook. Also noticed that on connected devices list in my router that thi

  • Photoshop CS is taking FOREVER to open.  HELP!

    All of a sudden, when I open Adobe Photoshop CS, it takes a long, long, long time to open. The screen with the logo and all the credits and whatnot pops up, and when it gets to the part where it says "Scanning for presets", it sits there for at least

  • Factory Calendar Working Times

    Hi all, Can any one help me on Factory Calendar Working Times, at shipping point level i need to assign Factory Calendarand Working Times factory calender we define in SCAL but where we define Working Times ? Can any one guide me Thanks Rajesh