IRecruitment: Save for Later functionality while applying to a vacancy/job

Hi,
We are planning to introduce a couple of customizations around the 'Save for Later' functionality in iRecruitment.
Test case:
An external candidate/applicant logs into his irecruitment portal and searches for a job.
He provides some information and opts to click the 'Save for later' button midway.
I am interested in knowing which table does this 'Save for later' vacancy details data go to.
Thanks,
Vinod

Hi Vinod,
All the transactions for save for later will be stored in the hr_api_transactions.
Thanks and Regards,
Joshna.

Similar Messages

  • Save For Later functionality given Edwin

    hi,
    I have implemented application given by the Edwin Biemond(url:- http://biemond.blogspot.com/2008/04/automatically-save-transactions-with.html)
    he has implemented the Save For Later functionality in the application but I am getting following error.
    oracle.adf.controller.ControllerException: ADFC-00008: The ADF Controller is unable to find DataControlFrame for a task flow.
         at oracle.adfinternal.controller.util.Utils.createAndLogControllerException(Utils.java:208)
         at oracle.adfinternal.controller.util.model.DCFrameImpl.makeCurrent(DCFrameImpl.java:128)
         at oracle.adfinternal.controller.state.ViewPortContextImpl.makeCurrent(ViewPortContextImpl.java:1006)
         at oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:159)
         at oracle.adfinternal.controller.state.ControllerState.setCurrentViewPort(ControllerState.java:1247)
         at oracle.adfinternal.controller.application.AdfcDirtyPageHandler.navigationConfirmed(AdfcDirtyPageHandler.java:106)
         at oracle.adfinternal.view.faces.context.DirtyPageContextImpl.checkConfirmNavigationResponse(DirtyPageContextImpl.java:143)
         at oracle.adfinternal.view.faces.context.RichPhaseListener.beforePhase(RichPhaseListener.java:244)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:258)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any help would be appreciated.
    Thanks,
    Kiran.

    Hi Frank,
    I am apologizes for my late reply to your response.
    I tried to solve the issue first from my side but i am getting some different error.
    1)JDeveloper version - jdev 11.1.3.0
    2)how is the save point created?
    save point is created implicitly when exits form bounded taskflow (as i setted the crirical flag)
    3 )how is it recovered?
    I am trying to restore it back but I am getting following error now,
    <SessionBasedScopeMap><writeScopeMap> ADFc: Scope object serialization failed (object not serializable), scope='pageFlowScope[WEB-INF/simple.xml#simple]', objectKey='restoreMethod', objectType='restoreMethod.restoreMethod'.
    <SessionBasedScopeMap><writeScopeMap>
    java.io.NotSerializableException: oracle.adfinternal.controller.security.ControllerSecurityManagerImpl
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
         at oracle.adfinternal.controller.util.Utils.verifySerializable(Utils.java:341)
         at oracle.adfinternal.controller.state.SessionBasedScopeMap.writeScopeMap(SessionBasedScopeMap.java:121)
         at oracle.adfinternal.controller.state.PageFlowScope.writeObject(PageFlowScope.java:152)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
         at java.util.HashSet.writeObject(HashSet.java:267)
         at sun.reflect.GeneratedMethodAccessor330.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
         at oracle.adfinternal.controller.savepoint.SavePointDBPersistManager.serializeSavePoint(SavePointDBPersistManager.java:599)
         at oracle.adfinternal.controller.savepoint.SavePointDBPersistManager.insertSavePoint(SavePointDBPersistManager.java:206)
         at oracle.adfinternal.controller.savepoint.DBSavePointManagerImpl.storeSavePoint(DBSavePointManagerImpl.java:126)
         at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.storeSavePoint(SavePointManagerImpl.java:261)
         at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.createAndStoreSavePoint(SavePointManagerImpl.java:225)
         at oracle.adfinternal.controller.application.WindowIdProviderImpl.windowUnloaded(WindowIdProviderImpl.java:314)
         at oracle.adfinternal.view.faces.context.RichPhaseListener._handleWindowUnloaded(RichPhaseListener.java:849)
         at oracle.adfinternal.view.faces.context.RichPhaseListener.afterPhase(RichPhaseListener.java:339)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ****** what i did in my app
    1) i have created the one taskflow. in taskflow i have one jsff page and it has one datacontrol (created viewobject and draged it in jsff. where i have some inputtext box).
    2) i have added following entries in the adf-config.xml file...
    <adfc-controller-config xmlns="http://xmlns.oracle.com/adf/controller/config">
    <savepoint-datasource>jdbc/scottDS</savepoint-datasource>
    <savepoint-manager>DATABASE</savepoint-manager>
    <savepoint-expiration>86400</savepoint-expiration>
    <enable-implicit-savepoints>true</enable-implicit-savepoints>
    </adfc-controller-config>
    3) what i want to achieve is restore the values entered by the user if he closes the form without saving data.

  • Will "Save For Later" functionality work on BLOB datatype ?

    Hi,
    I read funtionality "Save For Later" from ADF Developer Guide. And tested it using JDEVELOPER 11.1.1.6 on a DB table with Number, Date, Varchar2 datatypes.
    But can I create a table with BLOB datatype & make use of this functionality?
    Thanks in advance for your replies.

    Fill free to try, and let us to know ;-)
    user4945886 wrote:
    But can I create a table with BLOB datatype & make use of this functionality?

  • Distributing 'save for later' distribution pdf forms

    I have created a _pub_ pdf form and corresponding data_set file for their collection. Things seem to work IF the person receiving them understands to use Acrobat or Reader to fill the form and not Apple Preview for example.
    When the form was originally 'distributed' the options asked if I wanted to distribute now or save for later. I chose later and I need to send out in waves or individually.
    The issue I assume is giving me the trouble now, is that I am 'attaching' the _pub_ file in an email, which does not deliver it with instructions.
    How do I distribute it without recreating / saving the file with the 'distribute form' function - and risk having to recreate a new data_set each time, or breaking the links to the data_set?
    The 'save for later' should leave me with a way to send them?
    Thanks for your help.

    Word 12.0.6695.5000
    Excel 12.0.6683.5002
    WordPad 6.1.7601.17514
    NotePad 6.1.7600.16385
    SeaMonkey 2.26
    Thunderbird 24.5.0
    Eraser 6.0.10. 2620
    File-Type Manager 1.6.5.0
    Free Hex Editor 5.14.0. 4787
    Icon Cofiguration Utility 5.0.0.0
    All of the applications listed above -- just a few of those I have on my PC -- silently save when I request "Save" for an altered EXISTING file.  Note that, contrary to comment #6, Word (from Office 2007) is among them. 

  • Why does the Fireworks save for web function give better results than in Photoshop?

    Having used the trial version of Fireworks, I have noticed that the save for web function gives greater compression and image quality than saving for web in Photoshop. Why is this?
    As Adobe are not continuing in developing Fireworks, does anyone know if will they will improve the save for web function in Photoshop to match the Fireworks version?
    Are there any third party companies who anyone can recommend who will process large volumes of images for web?
    Thanks

    One of my favourite topics ;-P
    First, the save for web function in Photoshop has not seen any real updates in a long time. In Fireworks PNG export allows for fully transparent optimized files with indexed 256 or less colours, which is impossible in the save for web function in Photohop. It is unsupported.
    This is one of the reasons why Fireworks does a much better job than Photoshop. Another reason is that Photoshop adds meta junk in its exported files, and this also increases the file size (and should be removed, because there are also a number of fields which include information about your setup).
    One other caveat is that Photoshop's save for web functions neither allows for a choice in chroma subsampling, and instead decides automatically below a certain quality threshold to degrade the colour sharpness quality. The user has no control over this. (Fireworks also limits the user this way.)
    One thing to be careful of: FW's jpg quality setting, and PS's quality settings are very different - a 50 in Photoshop is not the same 50 setting in Fireworks.
    For jpg optimization I generally use RIOT (free): http://luci.criosweb.ro/riot/
    (When you install, be careful NOT to install the extra junkware!)
    Fireworks cannot change the chroma subsampling to 4:2:0, which does degrade the quality a bit compared to RIOT and Photoshop in my experience. Photoshop adds useless meta information, even if the user tells it not to do that. RIOT allows you to remove that information, saving 6k. RIOT also offers an automatic mode that optimizes existing jpg images without degrading the quality further, and often saves 10k or more, depending on the images.
    Interestingly enough, in my tests exported Fireworks jpg images are always reduced in file size by RIOT, due to FW's jpg export limitations, without any image degradation.
    In my tests FW's jpg quality versus file size turns out to be the worst of all three. RIOT generally wins, or is at least on par with Photoshop.
    As for PNG export, Photoshop's save for web function is quite abysmal. No 256 colour full transparency export is possible, while Fireworks does support this.
    Having said that, there is a free alternative that leaves both Photoshop AND Fireworks in the dust: Color Quantizer. http://x128.ho.ua/color-quantizer.html
    CQ is an amazing little tool: with it anyone can create PNG files with full transparency and reduced to ANY number of colours! It means that a 512 colour PNG with full transparency is now very easy to do. On top of that, for more difficult images a simple quality mask brush tool allows the user to control and retain even small colour details in a PNG, while reducing the file size to an absolute minimum.
    CQ is one of the best kept secrets of a Web Developer's toolkit. And it is free!
    Both RIOT and Color Quantizer have a built-in batch mode. Both are available for WIndows. Not for Mac. If you are on a Mac, try imageOptim. Not nearly as good as RIOT and CQ, but quite passable.
    PS to be fair, the newest versions of Photoshop do allow for export of 8bit PNGs with full transparency through the use of its Generator functionality. But again, it cannot compete with CQ. And as far as I am aware, Generator cannot be used in Photoshop's batch processing (which, btw, is very slow! For simpler daily image processing tasks I have to do in batches, I prefer IrfanView, which is lightning fast! IrfanView).

  • Save for later option in Global Creation

    I have a business case where the user needs to save the form that he is completing for later completion. This has to happen only in the Global Creation activity. Since the instance is not created, how can I store information in ALBPM other than in the database and retrieve it when the user tries to initiate and refill the same form ?
    Is there a way to do it in ALBPM where one can identify this SAVE FOR LATER request and re-open the form for completing it later?

    Hi,
    You can have an activity after the begin with similar form as the global creation activity and make this activity reachable when the user clicks on the 'Save for Later' button (using conditional transition right after the begin)
    in this way, if the user decides to submit then...it will go the standard way ...but if clicks on the Save, data will be stored and the activity will be waiting for
    the user in his or her inbox.
    The bad thing here is that anytime, we save for later, an instance is created...
    Hope this helps
    Saleh

  • Next , Back , Save for Later and Cancel Buttons are disabled When Creation?

    Dear all ,
    i am facing problem when creation new offer , the buttons Next , Back , Save for Later and Cancel are being disabled when entering the offer basic details , note that i am working on R12 , please i need the solution ASAP ..
    Best Regards

    Which menu path are you using?
    Are the items available for personalization?

  • Elements 10 - "Save for Web" function not working.

    No response when clicked. Menu closes. That's all. As far as I know, everything else is fine. Using Win7-Home Prem.

    Ken --
    First of all thank you for taking an interest in this problem.
    Honestly, I'm not sure if it ever worked. I've used the function but I'm not sure if the last time I used it I was using Elements 8 or Elements 10. Sorry.
    Yes, I have installed additional plug-ins and filters a few of which I found on the internet. Are there any that you know of that could cause Save for Web to stop? I'm guessing yes or you wouldn't have asked.
    The file you asked about is there in the folder specified.
    Chet (aka Clear Lake Sailor)

  • Is it possible to download lion and not install it? (save for later?)

    I have just started the download, but after reading the reviews, and knowing that I have microsoft office 2004 which is not compatible, and it will be a while before I can buy the new microsoft packsge, I need to wait to install lion, as I need the microsoft for my school.
    Does anyone know if you have to install it right away, or can you keep it for later on?
    Thank you

    *macgirl* wrote:
    well, it has been 3 hours already and it is still downloading ... hopefully it doesn;t take all night !
    My download was about 3.5 hrs on a 10mbps cable modem.  (Averages about 9mbps for me.)  Many people with DSL will be slower.  In my area, DSL goes down to 1.5mbps for the "basic" package and so a Lion download was several hours for some people I know.
    Even if it does take "all night", the installer will pause at a "continue" button, which you can then cancel the install at that time.  So you don't have to watch the download continuously, if you're worried about that.
    ...I have seen a lot of bad press on these boards ...
    As someone once said elsewhere: these forums are like hospital emergency rooms.  You only see sick people here.  Those that are well and not having problems tend not to post "all is fine with me" and such.  While there are some legitimate issues with some people's upgrade, we just won't hear from the millions of others whose Lion upgrade went just fine.  And some of the "bad press" is people just not liking any of the changes to the way Lion does things.  (i.e.: Resume, reversed scrolling.)  To some, any change is bad and they immediately don't like it without seeing if new feature is actually is better or not.  Which I find ironic since if one really doesn't like change, why would one upgrade in the first place?

  • Photoshop CC is crashing regularly when I perform Save For Web function

    I'm finding that my Photoshop CC, running on Windows,  is continually crashing - most notably following a Shift+Ctrl+Alt+S command. Any ideas?

    Sounds to me like you may have the RAM allocation for Photoshop set too high. Press Ctrl-K to go to preferences and click on Performance. If your RAM is set higher than 70%, you'll need to lower it...close Photoshop and then reopen it so the new setting will take effect.
    The other thing that might be causing it is the size of the image, Save For Web is notorious (especially in older versions) for not playing nice with larger files. Try an image with a smaller pixel dimension and see if that helps. Since you are saving for web, it's advisable to resize the image before saving for the web.
    One last note - when installing CC on a Win 64 bit box, make sure that the desktop icon or task bar icon actually points to the 64 bit version of CC. Photoshop CC installs both the 32 and 64 bit versions.

  • Photoshop CC: Save For Web function does not update filesize previews when I change filetypes

    I recently tried to save some web banners and wanted to optimize for smallest filesize with best looking output, and as I changed filetypes from Gif to Jpeg to PNG, the preview at the bottom of the window that usually updates with estimated filesize was not changing and the preview image would not change as well. The issue made it impossible to predict the output and required that I actually save in all the variations, then reopen them to see the end result.
    My software is up to date.
    Not really sure what it can be.
    Please help.
    Casey

    Same issue. Hoping someone responds to this thread soon

  • Advice-Buy early Mac Pro 2gz 4GRAM for £690, or save for later model?

    The earliest model...... just want to get some opinions here before taking plunge..drawbacks for me 1)I don't like the idea of not being able to update the OS 2) dont like the fact it doesnt run 64 bit natively...plus side 1) It will be a major upgrade for me, as am using g4 ppc and can run Snow L 2)I can afford it (just) can I pick some minds re price and how long its likely to last? I mostly use my mac for video and music..what exactly will I need to watch HD video? am wavering whether to milk my g4 until I can save enough, or take the plunge and start saving again...

    I think you are both mistaken, and exaggerating. Plus this got some good input from your friends on MacRumors.
    Booting a 64-bit kernel is all it lacks as you should have gathered by now.
    Runs 64-bit apps fine. There were lots of threads on forums etc about 64-bit drivers/mode and what it means (or not). Maybe in 3 yrs will 64-bit kernel matter more, but today? now?
    I don't know what US$ is but if you want "more modern" Apple Store Specials.
    Refurbished Mac Pro 2.66GHz Quad-Core Intel Xeon $US2200 is a better investment.
    http://store.apple.com/us/product/FB871LL/A?mco=MTEzMzA3MDk
    http://store.apple.com/us/browse/home/specialdeals/mac/mac_pro
    3 yrs ago when it was new it would have been a great upgrade from any G4. Today you could buy an iMac and probably be happy and satisfied.
    So the only reason is you think Snow Leopard might help, and in that department I'd say wait a year or until 2011. No compelling reason today.
    Good reason to stay with 3 yr old Mac, it runs 10.4.11 (Intel, so you need the OEM DVD it came with probably). Tiger for Intel Mac was never sold retail.
    Best reason to buy: you need it and can't do what you need now; these things are darn quiet!
    Plan on upgrading the graphics to ATI 4870 and throw in an SSD system drive, plus a 1TB data drive. I'm sure you'll find it fine.

  • "save for later download" feature?

    Hi all,
    Like some folks, I have dial-up at home, much better connection at work. I would love to "bookmark" selections that I make at home so I can bring my laptop to work and then get 'em all at once. Does this feature exist?
    TIA

    If you plan to purchase very soon from the time you select an item, then using the Shopping Cart to save your selections as Paul suggested should be fine. If you don't expect to purchase for several days, though, then using the Shopping Cart is not a good idea. Items can go unavailable from time to time for various reasons, and if you have one sitting in your Shopping Cart, it can corrupt the cart, something only the iTunes Store can fix it.
    A safer method would be to just create a normal playlist (call it "wish list" if you like) and drag the tracks you want to remember into it from the iTunes Store. That will save them for future purchase.
    Regards.

  • Recording Save for Web in an Action still doesn't work properly in Photoshop CS6 13.0.1

    There is still an issue with making new actions that include saving for web. While recording the action, save for web functions as it should. But once the action is played, regardless of the original format the saved image should be, it gives it an html filename extension. This can be extremely frustating when you have an action that saves over a hundred images from a single action.
    I have seen posts in Adobe forums from many people regarding this very irritating bug, including posts from Adobe employees acknowledging the bug. This was present in the Beta, the initial release, and in this 13.0.1 update. No fix.
    http://feedback.photoshop.com/photoshop_family/topics/ps_cs6_actions_recorded_action_expor ts_html_instead_of_jpg
    The employee acknowledged this bug THREE months ago (as of this post), yet all things considered, this doesn't seem like something that would take three months to fix!
    I have spoken about this bug with a friend that is a computer programmer. Considering that the action is saving the file correctly, and it's only the name that is not saving properly indicates that this is a superficial error, and not an issue that would require rewriting the code completely. Also consider that this WAS functioning properly in CS5, and that this is a very easily reproducible bug. Adobe should have plenty of information required to correct the issue. I understand that this fix may be more or less difficult to do than what I am suggesting, but it should have been fixed by now.
    I don't understand this mentality. Please Adobe... Put CS7 down for a little while, and fix what needs to be fixed in CS6. People (myself included) have paid A LOT of money for your products, it's not unreasonable to expect them to work properly. Bugs happen, it's understandable, but it's not unrealistic to expect a fix for them when the software is as expensive as it is. Is there actually any plan to correct this issue?

    See also:  http://forums.adobe.com/message/4662367#4662367
    -Noel

  • Save for web really slooooow in Photoshop CC

    Hi all,
    Since one of the last updates, whenever I try to save an image using the Save for web function, the dialog screens take a lot of time to appear (worked normally before). I am not using large images, just 1100x700 px approximately that I reduced to that size for a website. But when I try to save them for web, the first dialog screen takes a while to appear, and when I hit Save, that save screen also takes a long time to show up.
    It doesn't happen always, but most of the time, and it is really annoying when I have to save a lot of images, it makes me loose a lot of time. Sometimes when I am saving a series of images, with the first ones it goes slow, then works normally with some, and then again slowww.
    My machine is an Intel i7 with 16gb of memory running on Windows 8. I hope you can help me with this issue.
    Thanks in advance!
    Diego

    Yes, sorry, forgot to clarify that. I am saving it to my local hard drive, that is why it is so strange.

Maybe you are looking for

  • Why is Domain required for an identity in the FIM Service?

    I have a scenario where FIM is managing identity, but not all identities have an Active Directory account. I have a flag in the FIM Portal (Service) that indicates if a particular user is entitled to an AD account or not. My provisioning setup adds o

  • Preview not working in 10.6

    Preview not working in 10.6. Not able to open multiple JPG files. No problem in 10.5.7. Any solution?

  • Ttrfibute error with CFDocument

    Win7/CF10 Attribute validation error for tag CFDOCUMENT. It has an invalid attribute combination: filename,fontembed,format,formfields,formstype,localurl,mimetype,name,orientation,overwri te,permissions,saveasname. Possible combinations are: Required

  • HT4718 I want to sell my iMac with clean install

    I bought my iMac with Lion installed. I purchased Mountain Lion and upgradded it to Mountain Lion. I am getting ready to sell it and want to sell it with a clean install of Mountain Lion. I have a DVD that I burnrd on another Apple PC that I used to

  • How to get Adobe PDF converter to work?

    Bought this a few hours ago and it starts the process (have tried it on 2 different documents) and then I get an error message telling me it isn't working. HOW DO I GET THE SYSTEM TO WORK? Any suggestions?