Major lacks in deployJava.js

I was initially excited when I discovered the Deployment Toolkit.
Especially I liked:
1. The thorough browser- and JRE version-checking, and the automatic redirecting to download if JRE wrong or lacking.
2. The not having to hand-code the JavaScript for generating the correct tags.
However, upon further inspection I find major flaws and lacks!
(I am assuming the [clear-text version of deployJava|http://www.java.com/js/deployJava.txt] is up-to-date
1. The actual applet is embedded using using applet-tags!
(I started a [seperate thread on this issue|http://forums.oracle.com/forums/thread.jspa?threadID=2191949]. )
2. Deferred loading:
In many cases you may want to defer loading the applet until some later time - such as an explicit user interaction, or some other JS event.
Inline print-statements is useless in this case. I would rather have a function which would return to me complete html-tags as a string, which I would then print to i.e. a div, or a function which I would pass a target div to which the html-tags should be printed.
3. mayscript, scriptable, id, name, class:
I must also be able to pass in some critical additional tag parameters - for differentiating multiple instances of applets in the same page, for controlling privileges, intercommunication between applets and JS, and for visual control via CSS.
4. configuration file:
Why the separate XML-file? At worst, this is then something that might also have to be generated server-side.
There should at least be an option to inline all necessary values in the applet-containing HTML-page.
And if you wanted to do something really useful, in stead use HTML for the configuration-file, so that it could double as an Appletviewer start-file, for quick and easy development and testing. And then make sure that the loading and parsing of this file is done in a separate step by JS, so that you can overwrite and add to any hardcoded testvalues in HTML-config-file, before passing it on to the JS-function which would use it as a basis for loading the applet.
5. versioning and offline usage:
How old is the current deployJava.js? Has it been updated since the 2006 copyright?!?
Surely it has, as there are references to Java 1.6 and to Chrome.
How about a version number? And/or a last-updated date?!
The samples suggest that one access deployJava.js directly from Oracles java.com-server. How can we trust that the script is current and "live" - and won't just disappear without notice?
Also, as I sometimes work offline, I need to run a local copy anyways. So then I would need a version number/date so I can check that I am using the most current and up-to-date version.
In conclusion.
I love the idea of a well written JS to handle the tricky Java applet embedding problems.
But the script has to be really god, up to date.
There are many providers of JS-libraries that handle this really well. Look around ... jquery, Google, Yahoo, ...
Come on, Oracle. You can do it to!
PS.
The markup for URLs doesn't work!
Edited by: 844820 on Mar 16, 2011 4:31 AM

844820 wrote:
PS.
The markup for URLs doesn't work!As stated in your previous rant-thread, Oracle doesn't care. They acquired Sun and adopted Java in the process. If you want to get anything done related to Java right now, do it yourself. You seem to know very well what is wrong, so fix it!

Similar Messages

  • Premiere Pro CS5.x  - major lack of tutorials/documentation

    Seriously...the Adobe Classroom in Book of CS5 is the only book available? It's a bad book too, since it just wants you to follow all kind of 1,2,3 steps without explaining anything, not to mention that I can't stand doing those kind of spoon-fed lessons. I looked at the video courses of VTC, Lynda, Totaltraining...shockingly bad. They're so basic that I can only assume that I would fall asleep, plus they seldom talk about issues that I want to know. I can't for example discover in their course outlines where something substantial as masking is explained.
    Why all this rubbish?

    Tutorials
    http://forums.adobe.com/thread/913334
    http://forums.adobe.com/thread/845731
    -and http://forums.adobe.com/message/3234794
    Encore http://tv.adobe.com/show/learn-encore-cs4/
    A "crash course" http://forums.adobe.com/thread/761834
    A Video Primer for Premiere http://forums.adobe.com/thread/498251
    Premiere Tutorials http://forums.adobe.com/thread/424009
    CS5 Premiere Pro Tutorials http://forums.adobe.com/message/2738611
    And http://blogs.adobe.com/premiereprotraining/2010/06/video_tutorials_didacticiels_t.html
    And http://blogs.adobe.com/premiereprotraining/2010/06/how_to_search_for_premiere_pro.html
    CS5 Tutorials http://bellunevideo.com/tutlist.php
    PPro Wiki http://premierepro.wikia.com/wiki/Adobe_Premiere_Pro_Wiki
    Tutorial http://www.tutorialized.com/tutorials/Premiere/1
    Tutorial http://www.dvxuser.com/V6/forumdisplay.php?f=21
    Tutorial HD to SD w/CS4 http://bellunevideo.com/tutorials/CS4_HD2SD/CS4_HD2SD.html
    Premiere Pro Wiki http://premierepro.wikia.com/wiki/Main_Page
    Exporting to DVD http://help.adobe.com/en_US/premierepro/cs/using/WS3E252E59-6BE5-4668-A12E-4ED0348C3FDBa.h tml
    And http://help.adobe.com/en_US/premierepro/cs/using/WSCDE15B03-1236-483f-BBD4-263E77B445B9.ht ml
    Color correction http://forums.adobe.com/thread/892861
    Photo Scaling for Video http://forums.adobe.com/thread/450798
    -Too Large May = Crash http://forums.adobe.com/thread/879967
    -And another crash report http://forums.adobe.com/thread/973935
    After Effects Tutorials http://www.videocopilot.net/
    Authoring http://www.videocopilot.net/tutorials/dvd_authoring/
    Encore Tutorial http://www.precomposed.com/blog/2009/05/encore-tutorial/
    And more Encore http://library.creativecow.net/articles/devis_andrew/
    Surround Sound http://forums.adobe.com/thread/517372
    Regions and NTSC vs PAL http://forums.adobe.com/thread/951042
    For easy searching, download the product user guide PDF(s)
    The individual CS5 pages also have links to the earlier user guide pages
    CS5 User Guides - online and PDF (right click PDF link to save PDF to your hard drive)
    http://blogs.adobe.com/premiereprotraining/2010/08/help-documents-for-creative-suite-5-pdf -and-html.html

  • Applet-tag in deployJava.js - really!?!

    I have studied the deployJava source, and am surprised!
    From what I can deduce, the script embeds an invisible "object"-object or an "embed"-object when it is initially loaded.
    But the call to deployJava.runApplet() then actually embeds an "applet"-object!
    Isn't the applet tag long since depreciated?!?
    Also, why not simply make good use of the initial "object"- og "embed"-object, and place the applet there?
    I will comment on major lacks in a separate thread.

    Nope. Oracle doesn't even fix the bugs in this forum - thats how much they care.
    The best you can get is someone working on a certain API or spec to comment in the respective forum. It has happened that someone from the JSF group commented on JSF related topics (usually mentioning bugs) for example. But it is rare.

  • How to use MSI Afterburner

    The MSI Afterburner is a great tool for monitoring your vga's health status as well as overclocking it including tweaking voltages.
    Monitoring
    In case you came her with a vga related problems you might be asked to tell about the load and idle temps of your vga.
    So first we focus on how to monitor temps.
    First we start Afterburner and see this.
    Just for monitoring we don't need the sliders visible as these are for tweaking/oc and we take care of that later. To the right there is a window with different graphs of all kinds of temps and voltages. There you can montiore the idle status but that won't really help you to see what happens in a game. You will only know about your temps under load in the moment your gaming and not when already leaving the game. At least the graphs will show the temps as a graph so you can read up temps of past times also but it is quite complicated to find the temp spike of the right time and read up the value.
    It's easier to have the temps and voltages displayed in the game with an OSD (note: OSD doesn't work in 64bit applications). To get that work you need to activate it.
    First click on "Settings"
    Now go to "monitoring" in the Settings menu
    In "Active hardware monitoring graphs" you can choose what should be displayed in OSD.
    On the left you have the possible graphs to be selected. When you click on a graph you activate it and the symbol next to it lights up. Now you have to choose the properties of that graph. That is done by clicking on "Show in On-Screen Display" or "Show in Logitech keyboard LCD Display" or "Show in tray icon". Choosing "Show in On-Screen Display" means the graph will be shown in the game while LCD means it will be shown on a supported LCD of a Logitech Keyboard (e.g. G510). These both options are therefor ideal to checkout load temps and voltages.
    Please note that there is also a graph for Famerate to be activated to even monitor FPS in games
    After setting the graphs you want to be displayed just click on "ok" and you are done. NOTE: Only graphs of sensors that can be read out can be selected. Some cards won't be able to support gpu voltage monitoring hence that graph can't be selected.
    If needed you can also add hotkeys for the OSD in On-Screen Display. By clicking on "More" you have the ability to mod the look and layout of the OSD as well as setting up profiles.
    Now after starting a game you can see the graphs selected displayed inside your game so you can see what happens while you are gaming and you can also find out how your vga's status will change in any game situation
    Fan control
    After monitoring temps you might have seen too high temps and want to lower them or you want more cooling in oc attempts. Also could be you saw low temps but your card is very noisy because of high fan speeds. All that could make it necessary to change the fan speed manually instead of auto control
    After deactivating  auto control by clicking on "Auto" you can move the slider between Min and Max to select the fan speed in %. Setting 68 therefor means fan will be running at 68% of it's full speed. After selecting click on "Apply" to apply the chosen fan speed.
    Besides a static speed you can also program a custom fan profile with clicking on "Fan" in "Settings" afterwards just deactivate auto control and activate "User Define"
    Checking stability with Kombustor
    Along with Afterburner the downloaded archive also contains Kombustor. Kombustor is a burn-in vga tool like Furmark which will apply very massive load to your vga and will reveal thermal and stability problems when letting it run for some time.
    After installing you can start it out of Afterburner by clicking on the "K" to left
    Overclocking and Overvolting
    With the Core Clock and Memory Clock sliders you can tweak the clockrates of the Gpu and the VRAM. The Mhz value selected adds or reduces the stock clockrates. That means e.g. setting +65 for Gpu will add 65Mhz to the stock clockrate. Setting -50Mhz will reduce the stock clockrate by 50Mhz. To apply your oc remember to always click on "Apply"
    Overvolting with the overvolting slider will work the same way what means what you set will be added to the stock voltage. Note that overvolting gpu on Kepler (GTX600) is limited on non unlocked cards (Lightning/Hawk) to the nvidia max of 1.175v and setting anything else will therefor be useless.
    If overvolting is greyed out and can't be changed you have to activate it in "Settings"/"General".
    Simply check "Unlock voltage control" and "Unlock voltage monitoring"
    NOTE: Despite mistakable informations on the web the only MSI Radeon 7850/7770 cards able to overvolt are R7850 Power Edition 2GD5/(OC) and R7770 Power Edition 1GD5/(OC). Due to technical restrictions all other 7850/7770 models can't be overvolted therefor overvoltage slider won't be available.
    Triple overvolting will only be available with Lightning, Hawk or Power Edition cards and is a unique MSI feature that won't work with any other manufacturers card.
    On supported cards you can access it (after enabling overvoltage, see above) when clicking on the grey symbol next to the voltage slider
    the voltage slider will then change to triple overvoltage (core/mem/aux)
    Note that triple overvoltage for Lightning and Power Edition GTX680 & GTX670 vgas will require Afterburner version 2.2.3, the latest GTX 660 & 650 cards will require Afterburner 2.2.4 or above. GTX680/770/780 Lightning users must use an unlocked Afterburner version for full triple overvoltage abilities (Nvidia gpu voltage limit). Until Version 3.0.0 Beta 17 a special SE variant was required. With 3.0.0 Beta 18 the SE version has been merged to the normal version. To unlock the advanced voltage settings simply go to "General" tab of the settings, check "unlock Voltage control and choose "extended MSI"
    Power Limit
    The Power Limit slider is only accessible on GTX600 or above cards as it is required to modify the unique GPU boost feature. GPU boost is nvidia's auto oc feature for Kepler cards and will increase clockrate when not reaching the pre-defined TDP value under load. With the Power limit slider you can change the TDP limit in %. Anything over 100% will extend the limit and enable the gpu to boost clockrate while already at 100% TDP.
    If the Power limit is not visible although you are using a GTX600 vga you chose the wrong afterburner skin in "Settings"/"User Interface" The Power Limit slider will only be visible with "Default MSI Afterburner Skin"
    ----> --->
    Temp Limit
    With the new GeForce GTX7xx / Titan series vgas came an enhanced version of the boost introduced with GTX6xx vgas. Boost 2.0 adds a Temp Limit to the previous Power Limit. So now the available boost is not only determined by the Power Limit but also by the set Temp limit. To change the Temp limit you need a supporting version of Afterburner (3.00 Beta 10 and above). Click on the down arrow next to the Power limit slider and Temp Limit becomes available.
    --->
    By default Temp limit is set to a target temp of 79°C what means anything below will allow max boost. Increasing Temp limit will allow boosting at higher temps. In standard configuration Power and Temp limit are linked what means increasing Power Limit will also increase Temp limit. If you want to change that and set individually uncheck "Link". Clicking on "Prioritize" you can decide if Temp or TDP Limit should be the primary factor to determine boost.
    Gaming APP
    Another thing which needs to be kept in mind is that maximum clockrates for the latest GeForce GTX7xx Gaming requires running >>Gaming APP<<. Switch to Gaming Mode (N770 TF 2GD5/OC (GeForce GTX 770 GAMING)) or OC Mode (N780 TF 3GD5/OC (GeForce GTX 780 GAMING)) to allow maximum boost clockrates.
    Oc Profiles and starting up with oc
    After tweaking clockrates, voltages and power limit you can setup five profiles with these values. Just click on a profile number followed by clicking save. Now you can change between your profiles by choosing the number of it.
    If you want to startup with the oc applied just click on "Apply overclocking at system startup" and make sure the green button left on that lights up in green.
    Dragon Army Skins
    A nice modification for Afterburner are the new MSI Gaming series skins to adapt to the latest MSI Gaming lineup: http://game.msi.com/
    Just download the skins >>here<< and copy them in your Skins folder in the MSI Afterburner main folder. After restarting Afterburner you can now choose the Dragon Army Skins in "Settings"/"User Interface". Dargon Army Skins are included by default from Afterburner 3.0.0 Beta 18 and above and can there be chosen like shown before.

    Version update
    Afterburner 4.0.0 final/stable is out. Click >>here<< for download.
    This is a new official version.
    SE version and normal are merged to one now
    Release info:
    Quote from: http://forums.guru3d.com/showpost.php?p=4905781&postcount=1
    Changes list includes:
    •   Added MSI R9 280 series voltage control support
    •   Added AMD Tonga graphics processors family support
    •   Added core voltage control for reference design AMD RADEON R9 285X series graphics cards with NCP81022 voltage regulators
    •   Added official overclocking limits extension support for AMD Tonga graphics processors. Please take a note that unofficial overclocking mode is currently not supported for AMD Tonga graphics processors family
    •   Various parts of hardware monitoring module have been pumped up to improve hardware monitoring usability and flexibility:
    o   Added layered monitoring graphs rendering mode. Now you may right click source graph in monitoring window, select “Attach” in the context menu then point to destination graph to attach source graph to it and create a group of layered graphs. This feature allows you to render as many layered graphs on the same grid as you wish. The colors of graphs in layered rendering mode can be customized independently of each other so you can easily identify them
    o   Added multi-column monitoring graphs rendering mode. Now you can adjust the number of graph columns in “Active monitoring graphs” section in “Monitoring” tab
    o   Added “Override graph name” option to “Monitoring” tab. Now you can rename the graphs displayed in hardware monitoring window
    o   Monitoring history buffer size is no longer defined by monitoring window width. Now pre-history buffer size is fixed and stores the last 3600 samples (1 hour for 1000ms polling period) for each graph
    o   Improved tray icon monitoring module:
    o   Now you can select either text mode or barchart indicator mode for each value displayed in tray icon. Barchart indicator mode can be extremely useful for visualizing data like GPU / CPU usage
    o   Improved Logitech keyboard LCD monitoring module:
    o   Ported to new Logitech API to provide support for newer Logitech LCD displays
    o   Added support for color LCD display of Logitech G19/G19s keyboards
    o   Added graph mode support for color LCD display of Logitech G19/G19s keyboards. Now in addition to previously available text mode you can optionally select graph mode and see exact copy of MSI Afterburner’s monitoring graphs displayed directly inside the keyboard LCD. You can also press “Menu” soft button on your Logitech G19/G19S keyboard to toggle between text and graph modes dynamically in realtime
    o   Added acceleration support to LCD scrolling implementation
    o   Added larger 8x12, 10x12, 12x12 and 12x16 fonts support for text mode
    •   Added “Regional settings” section to “User Interface” tab:
    o   Temperature format settings allow you to switch between Celsius and Fahrenheit format for monitored temperatures. Please take a note that this setting affects temperature readouts only. Hardware related temperature adjustments (e.g. fan speed to temperature mapping curve for all cards or temperature target adjustment for NVIDIA Kepler series) are always being displayed and adjusted in Celsius for maximum unification, safety and compatibility
    o   12 hours / 24 hours time format settings allow you to configure time format for On-Screen Display and hardware monitoring window
    •   Added “Enable low-level IO driver” option to the “Compatibility properties” section in “General” tab
    •   Added SLI sync performance limit graph for release 340 and newer NVIDIA drivers
    •   Display device enumeration implementation has been modified slightly to allow monitoring Intel iGPUs when low-level IO driver is not enabled
    •   Improved handshaking algorithm reduces the risk of seeing multiple running instances of child processes (e.g. RTSS)
    •   Optimized hardware polling for NVIDIA graphics cards
    •   Optimized hardware polling for multi-GPU systems
    •   Added SVI2 voltage control support via AMD ADL SDK to provide compatibility with future graphics cards
    •   Added automatic prerecording settings to “Videocapture” tab. When you enable automatic mode prerecording session is being started automatically on each 3D application startup. Please take a note that in this case you can still use video prerecord hotkey to stop then manually restart prerecording session if necessary
    •   Drastically improved skin engine:
    o   Improved skin compiler gives more detailed error messages when skin compilation fail due to error in some source image file
    o   Source image file format is no longer limited to 24-bit BMP files only. Now skin compiler supports all possible bit depths for BMP format and fully supports PNG format with alpha channel
    o   Added built-in bitmap effect for extracting alpha-channel from PNG image files
    o   Skin format has been upgraded to v1.3. New format supports alpha channel based transparency for skinned window, allowing skin designers to define semi-transparent skin areas, apply antialiasing to the skin window edges and so on
    o   Added new skinned window composition modes support and “Skin composition mode” settings to “User interface tab”. New settings allows you to use one of the following modes:
    o   Traditional mode – suits best for backward compatibility with existing skins and performance testing
    o   Layered mode with colorkey - provides much faster rendering of skins with non-rectangular window shape and additionally allows you to adjust transparency of skinned window
    o   Layered mode with alpha – provides per-pixel alpha channel support and advanced visual effects for compatible skins and also allows you to adjust transparency of skinned window
    o   Skin format reference guide has been updated to v1.7 to document these changes
    o   Improved implementation of rollback to default skin
    o   Full skins cross-compatibility with other overclocking applications based on RivaTuner engine. Special GUI transformation layer allows you to use the skins designed for third party RivaTuner based overclocking applications and makes the process of migration to MSI Afterburner from such overclocking tools much more comfortable for you. You can keep the look and feel of your preferred overclocking application and at the same time enjoy extended MSI Afterburner’s features including full range of supported graphics cards, industry leading powerful and robust monitoring module, flexible video recording features and many more
    •   RivaTuner Statistics Server has been upgraded to v6.2.0
    The added MSI R9 280 series voltage control support might be what many of the users of these cards are waiting for as the majority lacked any overvoltage support so far. After release of 4.0.0 final there will be no more public betas of Afterburner but private testing as said before.

  • Bugs in the new 3D graph (LV 8.6)

    I already posted this report in the Breakpoint board, breaking the rules...
    Therefore this is not exactly a duplicate post, since it should allow some discussion.
    I just downloaded LV 8.6, as I could not wait to have a look at the new long time awaited 3D graphs primitives, said to run also on MacOS. This is a GREAT new feature. The 3D surface graph works great, but I also found some new bugs (probably known already by the development team since they are pretty obvious, but who knows...).
    Additionnaly, I enjoy the idea that this seems to be the first LV 8.6 bug report in this forum.
    OK, here we go : (all the bugs have been found on a WindowXP machine)
    1 - As shown in the attached picture, a transparent cursor plane hide the 3D surface graph (but shows the axis)
    2 - As shown on the same picture, the boundaries of a cursor plane are locked to the axis values defined by the axis autoscale mode. The cursor plane appears much wider than the axis.
    3 - While in "perspective" mode, when the 3D indicator size is changed the graph switches to "orthographic" mode. An access to the property window is required to return to "perspective" mode.
    4 - after an access to the property window, the graph (perspective mode) in the Render window is streched to fit the window area, but returns back to a normal aspect ratio as soon as the window size is slightly changed.
    5 - As shown in the second attached picture, after a slight modification of the window size, the 3D surface is chopped of during a zoom-in.
    6 - When the 3D indicator size is streched, the graph is also streched. That gives the graph a poor look during rotation. In the old 3D activeX the aspect ratio of the graph was preserved.
    7 - (Not a bug, but a major lack of functionnality) I could not find a way to draw a 3D surface and a line on the same graph. This is easy with the old ActiveX and is a very usefull function when you want to represent the trajectory of an object moving onto a surface.
    8 - (Not a bug, but a strong inconvenience) A predefined color spectrum is lacking
    9 - (Not a bug, but a minor inconvenience) No logarithmic mode for the axis scales
    I better stop now since my wife is desperately asking me to pack my luggage before we leave for NIweek ! See (some of) you soon in Austin !
    Message Edité par chilly charly le 08-03-2008 08:20 AM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    3D graph (LV 8.6) bug1.png ‏83 KB
    3D graph (LV 8.6) bug 5.png ‏129 KB

    I wasn't studious enough : adding a line (problem #7 above) is easy : just drop another 3D graph on the front panel, this will brings in a new create_plot_line.vi on the diagram. Get rid of the additionnal 3D graph indicator, and wire the previous one to the new vi. See the attached graph, where two yellow lines have been drawn on each side the base of the peaks.
    Not yet possible to change the line thickness, but works nicely.
    I now have to customize my function palette to make the "native 3D graphs" directly accessible.
    One additionnal concern though : with the old ActiveX, it was possible (if not simple... ) to insert functionnal 3D graphs in Powerpoint presentations (see this thread). Is there any way to achieve a similar result with the native 3D graphs ?
    Message Edité par chilly charly le 08-03-2008 09:32 AM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    mix 3D graphs.png ‏6 KB
    mix 3D graphs2.png ‏73 KB

  • "device error" at 99% burning bluray content to Phantom burner - any ideas? DVD works

    Im am currently investigating PrE 11 after having PrE 5 and leaving out PrE 9 due.
    PrE 11 is almost a pleasure to use, but I consistantly fail in checking bluray support.
    One major lack of PrE 11 is that it does not allow to burn blurays to disk, wheras this option is available for AVCHD and for DVD - Adobe: why the hell did you do this?
    So - I downloaded the Phantom Burner 2.0.0.0 which perfectly runs for DVD and AVCHD burning.
    But when I "burn" a bluray on the phantom burner, it consistently fails with "device error" at 99%.
    I included menues and removed them just to be sure whether this is the cause.
    But: I can burn exactly the same footage as AVCHD in to folders as well as into a disc with phantom burner. Always in 50i 1920x1080.
    The only problem exists with bluray - so I am in a deadlock - I cannot test bluray support.
    Any ideas?
    System: Windows 7 Enterprise, 64 Bit, PrE 11 Trial.
    Thanks!

    Please don't create two separate threads with virtually the same topic. It makes it very hard to keep up with what has been suggested to you and what you've already tried.
    >Adobe: why the hell did you do this?
    Also, this is a user to user forum. Please direct any communications for Adobe directly to Adobe the clicking the Contact Adobe button.
    Please continue this discussion in your other thread so that we aren't chasing two threads at once. With your permission, I'd like to lock this thread to avoid confusion and cross-talk.

  • Discoloring when uploading online.

    I have been using LR3 for a couple of years now. I recently updated my Windows 8 to 8.1, and now, I notice a major lack in saturation when uploading to certain places. I initially thought it was an old PSP I was using, so I uninstalled it. Now, I realize, that wasn't the case. It is doing it when I upload my edited/exported photos to sites like shutterfly, printing sites, and my own website (www.caleasephotography.com). It uploads to facebook just fine, and burns to discs just fine, but when I opened them up in my old PSP, it was discoloring them there, also. I have had Geek Squad update and tune up my computer, so I don't know what to do. =( Any suggestions?

    Sure would be nice if you could show us an example (give us a link)
    It also would help if you told us the details of how you are doing the export (specifically what settings you have under File Settings->Color Space, as this should be sRGB), and what software (and what version) you are using to view the problem photos online.
    Lastly, it may be that Win 8.1 is using a different monitor calibration than Win 8 (I'm totally guessing here, I have Win 7), so you should probably check to see what monitor calibration is used: http://members.lightroomqueen.com/index.php?/Knowledgebase/Article/View/1137/188/how-do-i- change-my-monitor-profile-to-check-whether-its-corrupted

  • Publish results back to webservice?

    Hi
    I have created a little scenario now that I need some help with.
    We have a Biztalk solution that is triggering Orchestrator Webservice through WCF (Http-Request) adapter to do some work.
    When the runbook is finished I would like to return data back into the webservice, (that would be my dream!) since this seems to be a problem I needed another way of getting the results back. 
    So I looked at the http://jmattivi.blogspot.no/2012/07/get-child-runbook-successfailure-via.html blog post on how to find results.
    Looks like the Return Data activity is only ment for Sub-Runbooks to publish to primary.
    After digging through nesting queries to find the results from the Return Activity, Im thinking this can not be the right approach to find the results.
    So for now we have added an extra step in the runbook that will create an XML file of the results/values and publish them on a website. The name of the XML file is the JOB ID triggered from the service, so it is easy to find the right XML with the results.
    Now how are other people doing this? Is it something I am missing with the functionality of Orchestrator? or is there a major lack here?
    I would be great to hear how others have resolved this!
    Thx 4 any reply's!

    Thx for the input Stefan<o:p></o:p>
    This seems like a god approach to trigger the information back to Biztalk. To me the clue identifier is the job Id, the ID is the key
    to reuse in other scenarios.
    I am also working on implementing an integration without BizTalk, the same case here "we need to output the results back". For this case the runbook writes back to a database, the job ID is the unique key.
    I’m thinking to build a web service based on OData, that publishes the results from the database. The trigger mechanism only needs to know the JOb ID from the Orchestrator Web service to get the results back from the new web Service publishing the tables in
    the database.
    What do you think about that approach or have solved similar projects in other ways?
    Thx again!<o:p></o:p>

  • Recommend a functional and fast HD encoder for .m2t files hat "copy freely"

    Now that HD .m2t files are becoming very common place, what program do you recommend to encode into mp4 format?
    I'm especially referring to 2048 and 2112 PID which are .m2t files and wanting to encode into .m4v files for ATV.
    Currently Handbrake chokes on these two PIDS and MPEGStreamClip can do 2112 but not 2048. Even so a HDef file using MPEGStreamClip takes about 15 hours on a MacPro and about 70 minutes if the file was not HiDef.
    So I'm thinking that there is a major lacking in free or not so expensive programs able to do the job.
    Even though MPEGStreamClip can do HiDef the 5.1 channel capability is not there such as provided by HBrake 092.
    Please make a suggestion for a free or inexpensive program, exclude programs such as Perian. I just want to keep the application use as simple as possible.

    Check out Turbo.264 from ElGato. It's an mpeg-4 USB stick that works very well. It's fast and the software that comes with it supports 5.1 channel audio if your source has it (even with .m2t files). Another nice feature is it works with other Quicktime applications, so I take a .m2t file, edit it in MPEGStreamclip and then can export using Turbo.264 which is much faster than using the Export to H.264 option. It also takes all the processing from your computer and puts it on the external chip.
    Be sure to check out the frame size limitations though. It can definitely handle an HD source file, but I'm not sure what it is limited to for output. I believe it is fully capable of all the Apple TV specs though.
    Also, there are no options for 2-pass and the quality is not quite as good as Handbrake. I have found exporting through MPEGStreamclip to look cleaner than through the Turbo.264 software, but not by much.
    Bottom line: It has made encoding HD m2t files a trivial matter for me.

  • BB 9520 What is Blackberry doing about this?

    Hi,
    When i first purchased BB i looked up to it as i heard all the good stuff about it and was really happy about actually getting one.
    However, now after using this for a year i am very disappointed with Blackberry in general and would like to voice this out on behalf not only of myself but also over a dozen of my friends that are extremely frustrated with BB so far.
    I am using BB 9520 Vodafone and there is a major lack of support from BB in terms of fixing present pressing issues. I have all the latest updates and versions installed via desktop software provided.
    Firstly,
    Why is there no new OS for BB 9520? All the other models have OS 6.0 while 9520 is still running on 5? OS 5 is far from perfect for 9520.
    Secondly,
    Touchscreen issue. Occasionally the screen refuses to respond to any pressing, no matter what and where you press on the screen it does one and one thing only - exits to home screen, the only way to overcome this - have to spam the menu button about 20-30 times to get the screen to respond again.
    Thirdly,
    There is a constant issue with BBM - occasionally after receiving a BBM msg from someone you are unable to open the chat at all, even if you delete the chat you are still unable to BBM that individual, the only way to overcome it - reboot the phone.
    Fourthly,
    Hang up / answer call buttons refusing to work occasionally, this really isn't funny when you're receiving an important business call and listening to your phone ring in your face while spamming the answer button or the touchscreen answer button to no avail until the call ends, the only way to overcome this issue is once again after you've missed the call spam the menu button until the keys decide to start functioning again.
    Fifth,
    Unbelievable, this issue has been reported first time nearly 3 years ago and until today there is no fix from BB?!?!?!?!? Sync with gmail. When you sync with gmail all your contacts are no longer "all" contacts, they are now contacts in "[email protected]" contact list. The best part is - if you change your gmail account or wish to sync with another account - you can't move those "[email protected]" contact list - the new sync is a new contact list.
    Right now i have my contact list in a state that  i can no longer comprehend - sync is on for the new email account and all my contacts are in that email's contact list, however, BB refuses to sync them and the option in the contact list properties is "not available", while in the email settings - it's all turned on and looking good... The lengthy solution that BB presented via wiping the phone is .... wiping the phone? Seriously?
    Sixth,
    Reception, full bar drops to zero in a split second any time
    Seventh,
    Videos recorded are apparently in "unrecognized format" once in a while
    The list goes on.
    This model has been out in the market for a long enough time for any company to hotfix the issues, what is BB doing about this? From the RESULT that i have seen in the last year - nothing.
    This isn't my personal issue - if you would like to check around it is nearly impossible to sell off this phone to even a second hand shop, they won't offer you more than 30-50 USD for this model for the simple fact - it is this bad and everyone knows it.
    As much as i would like to keep my faith in BB - i am beyond disappointed now and have no choice but to switch to either android or iphone simply because this is the only model from BB that has big touchscreen without wasting space for those tiny keys.

    Blackend wrote:
    Hi,
    Hi and welcome to the forums!
    When
    i first purchased BB i looked up to it as i heard all the good stuff
    about it and was really happy about actually getting one.
    However,
    now after using this for a year i am very disappointed with Blackberry
    in general and would like to voice this out on behalf not only of myself
    but also over a dozen of my friends that are extremely frustrated with
    BB so far.
    I am using BB 9520 Vodafone and there is a
    major lack of support from BB in terms of fixing present pressing
    issues. I have all the latest updates and versions installed via desktop
    software provided.
    Firstly,
    Why is there no new
    OS for BB 9520? All the other models have OS 6.0 while 9520 is still
    running on 5? OS 5 is far from perfect for 9520.
    The
    only  information I trust when it comes to new device OS releases is 2
    weeks after I have installed it and I know it works!  The carriers are
    provided the device OS by RIM. The carrier decides when or if it will be released. My
    carrier is Verizon Wireless according to every article I have read VZW
    tested it and decided not to release it. This was in July i beleive. I
    wouldn't be surprised if they released it tommorrow.
    Secondly,
    Touchscreen
    issue. Occasionally the screen refuses to respond to any pressing, no
    matter what and where you press on the screen it does one and one thing
    only - exits to home screen, the only way to overcome this - have to
    spam the menu button about 20-30 times to get the screen to respond
    again.
    I have the 9530 and the
    9550 I have seen the problembut very rarely. Personally I would pull the
    battey rather than keep hammering at a key.
    Thirdly,
    There
    is a constant issue with BBM - occasionally after receiving a BBM msg
    from someone you are unable to open the chat at all, even if you delete
    the chat you are still unable to BBM that individual, the only way to
    overcome it - reboot the phone.
    Please post back and tell us what version of BB messenger you have installed and what version of device OS you are running.
    Fourthly,
    Hang
    up / answer call buttons refusing to work occasionally, this really
    isn't funny when you're receiving an important business call and
    listening to your phone ring in your face while spamming the answer
    button or the touchscreen answer button to no avail until the call ends,
    the only way to overcome this issue is once again after you've missed
    the call spam the menu button until the keys decide to start functioning
    again.
    It's begging to sound
    like your device may be periodically low on memory. I will attach a link
    at the bottom that will give you some great tips on maximizing your
    memory usage. Four of the most basic and easiest ways to save memory is
    to exit applications correclty. 1) Every program has a
    menu>close>exit option. Users who use the escape key or the red
    key leave applicatons open.
    2) Using a
    media card for storing files. Device memory is flash or dynamic,
    allocated where needed. Using device memory  to store files means you
    have less dynamic memory to allocate and have perfomance issues as a
    result. 3) Make a daily habit of cleaning the browser cache
    surpising
    how many users don't ever do this. 4) I recommend highly a battery pull
    at least once a  day. It's simply the best way to reset the device.
    Fifth,
    Unbelievable,
    this issue has been reported first time nearly 3 years ago and until
    today there is no fix from BB?!?!?!?!? Sync with gmail. When you sync
    with gmail all your contacts are no longer "all" contacts, they are now
    contacts in "[email protected]" contact list. The best part is - if you
    change your gmail account or wish to sync with another account - you
    can't move those "[email protected]" contact list - the new sync is a new
    contact list.
    I got bit by that dog as well!  I will attach links for disablig the contacts and calendar sync.
    Right
    now i have my contact list in a state that  i can no longer comprehend -
    sync is on for the new email account and all my contacts are in that
    email's contact list, however, BB refuses to sync them and the option in
    the contact list properties is "not available", while in the email
    settings - it's all turned on and looking good... The lengthy solution
    that BB presented via wiping the phone is .... wiping the phone?
    Seriously?
    I didn't wipe my device I
    deleted the contacts data base and did a one way sync from Outlook to
    the device. I'll see if I can find a couple of post on it. I found a
    "down and dirty" workaround before i learned how to prevent it. You can
    set your Gmail account to you can "point" to group that you want to sync
    contacts with. You then wittle away with some filters to narrow it
    down. I have 2 Gmail accounts by using the groups and filters all they
    looked for was each other!
    Sixth,
    Reception, full bar drops to zero in a split second any time
    To
    my left is a window where I can see a cell tower. I swivle my deskk
    chair to the right and lose a bar immediately, for about 4 seconds. I
    think it's the nature of the beast, not much to do there.
    Seventh,
    Videos recorded are apparently in "unrecognized format" once in a while
    I
    have had this happen several times, and have read posts about it as
    well. In my case it "operator error" for the most part. I wasn't being
    patient when saving and replaying the video.
    One of the main causes I see is the video file isbeing saved to the device rather than the media card.
    The list goes on.
    This
    model has been out in the market for a long enough time for any company
    to hotfix the issues, what is BB doing about this? From the RESULT that
    i have seen in the last year - nothing.
    This isn't my
    personal issue - if you would like to check around it is nearly
    impossible to sell off this phone to even a second hand shop, they won't
    offer you more than 30-50 USD for this model for the simple fact - it
    is this bad and everyone knows it.
    $30-$50 really?  How many can you get your hands on I'll pay the shjipping from my end....
    I'm sorry, lost my train of thought there, Now where were we? :smileyvery-happy:
    As
    much as i would like to keep my faith in BB - i am beyond disappointed
    now and have no choice but to switch to either android or iphone simply
    because this is the only model from BB that has big touchscreen without
    wasting space for those tiny keys.
    Bifocals
    isn't just knickname, it's a condtion! The reason the 9550 is perfect
    for me is I can see the screen and the keyboard clearly. Have you seen
    the ads for the Monaco (Storm 3)? Looks pretty promising bigger screen,
    faster processor running OS 6.0. and maybe the trackpad will  fall off in the design phase.
    Please give the links a read and if we can help let us know.
    (I'm going to login to Verizon and see if OS 6.0 snuck out.....:smileyvery-happy:
    Thanks,
    Bifocals
    KB19271How to disable Google Mail contact synchronization
    KB24205How to disable calendar synchronization with Gmail
    KB23767 Unable to play back a YouTube video on the BlackBerry smartphone using a Wi-Fi connection
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Lookout 6 Hiccups

    Sorry, this is a bit long winded....
    I seem to have found the case of some of our hiccups with Lookout 6.0. We had been having problems with client workstations and extremely slow or now historical data trending on their clients. I had checked many things, including rebuilding the server and client processes, using ActiveX Trend vs. Lookout Trend and visa-versa, we used both an upgraded database and new database from scratch, etc.... I had spoken with support numerous times and they all had me trying different fixes.
    NOTE:
    Client Computers Discussed are Windows XP Professional SP2
    Server Computer is a Windows 2003 Server Machine
    One of our new client computers would not update historical trends at all, live data was fine, it would read that data and you could see it updating, but any historical trending would not work at all. I noticed that there is a new folder structure under the following (this will vary depending on your server computer's name and your server's database you are connecting to) "C:\Program Files\National Instruments\Shared\Citadel\_LocalCache\_monet_\_c__program_files_national_instruments_lookout_6_0_database_". I noticed that on machines that were trending historical data properly (or at least as properly as they could be, still slower then 5.0), there were files in this directory that seemed to be duplicating the database file structure on the server's machine, on the machine not trending, there were no files or just a log file (don't really remember). This raised my question about how the server and client communicate when using trends, I never got a straight answer from support, except to say that they talked to R&D and supposedly this folder has nothing to do with the historical trending on the client computer.
    ***HOWEVER***
    During a recent non-related software upgrade, we found an issue with user rights assignments on Windows XP Professional workstations where for some reason, if a user was part of more then one group and they were a part of the "USERS" group, they would receive restricted access on the local computer even if they were a part of "POWER USERS" or "ADMINISTRATORS". We ended up having to make users part of the "POWER USERS" group only, to solve the unrelated problem. After doing this, the user with the non-functioning client noticed that the trends started updating on his computer.....and low and behold, there is now over 200MB of data in that cache folder, something tells me that the cache folder just might have something to do with the historical trending on 6.0 client computers. Hopefully at some point this post will either give someone some insight to a similar problem or at least any other database related issues they may be having with Lookout 6.0......or at least amuse someone.
    If this all sounds a little sarcastic, it probably is....
    Don't get me too wrong here, I do appreciate the new functionality provided with 6.0 and the new Citadel 5.0 database structure, but I think there are some serious inefficiencies in how the database functions and it seems like there is a major lack in documentation and knowledge on how it operates in the background.

    fixthis,
    I am unclear on what exactly you are seeing.  "hypertrend chart updates, but the signals do not always appear."  Do you mean the chart keeps scrolling, but the signals disappear?  When you say "data window that pops up for the hypertrend does not update the data while moving the cursor across the hypertrend chart." I assume you are referring to the cursor data window -- what method are you using to move the cursor -- by clicking the arrows on the Hypertrend, by clicking on the cursor itself and moving it, by clicking the arrows in the Cursor data window, or by manually changing the time in the Cursor data window, either by using the arrows or typing a new time in?
    Does this happen with both the Lookout Hypertrend and the NI ActiveX Hypertrend object?  Does it happen when only one trace is on the Hypertrend or only with a larger number of traces?
    We are very interested in knowing about Hypertrend/Citadel issues customers are experiencing, but unless we can reproduce the issue or have a very clear understanding of what is going on, it is very difficult to determine what the cause is or any possible fixes -- is it possible for you to post screen shots, and a very simple process file that will reproduce this problem?
    Doug M
    Applications Engineer
    National Instruments
    For those unfamiliar with NBC's The Office, my icon is NOT a picture of me

  • Having trouble editing bookmarks because FF won't tell me where they are when I click on the yellow star.

    The yellow star works fine for storing new bookmarks, but if the bookmark already exists, I get only the small "edit bookmark" box, and not the full box that shows where it is and lets me edit it. My bookmarks are all organized into folders, and sometimes I can't remember where that bookmark is stored. Any ideas why I should have such a problem?

    Sorry, Firefox doesn't have a "locator" for bookmarks that will tell you exactly which sub-folder a bookmark is located in. IMO, a major lack of usability, but the problem has existed forever and I got used to it.
    But there are two add-ons available for a feature like that. <br />
    https://addons.mozilla.org/EN-US/firefox/addon/go-parent-folder/<br />
    https://addons.mozilla.org/EN-US/firefox/addon/show-parent-folder/
    Without installing an add-on this is what I do. <br />
    { Ctrl + B } to open the Bookmarks sidebar. Use the ''Search'' at the top to find that bookmark, then right-click and select Properties.

  • Zoom and Compare

    If there were two tools I wish Bridge had, it would have to be a zoom feature and comparing. It is surprising that there is no zoom feature at all in Bridge, much less a Loop tool. As for comparing, the ability to compare images side-by-side to select the right one would greatly speed up the workflow.

    ++LOOP TOOL++
    The bridge is a great tool for editing shots quickly - easy to teach my art directors. But the one thing it's majorly lacking is the ability to check focus. A loop tool.
    I don't think Light Room is the answer either. Light Room to me, is not as clean and simple for just plain editing down lots of images like Bridge is.
    ::Chris

  • Win multipoint server 2012 ...r2?

    there are a slew of great updates that happened to hyperv in server 2012r2, but an update for mutlipoint server r2 never came out.. i am wondering if there will ever be a R2 build and if not when we can expect to see these features added? i can also live
    with using server 2012 r2 and being able to somehow install and manage clients via multipoint admin ...

    Amen to that...Windows 8.1/Server2012R2 add so much to the environment.  I have a bad feeling Microsoft is going to go a different direction as they focus more on the cloud.  Such a shame...WMS is a great product for education, but it seems like
    throughout its development cycle it keeps getting overlooked.  I'm guessing that's due to limited market penetration as well as a major lack of marketing.

  • InDesign and the Printing industry

    Will future InDesign upgrades continue to support the features of preparing documents, brochures, pamphlets, etc., for prepress? I ran across a forum in the "InDesignSecrets" site and there was discussion of InDesign will continue in the direction of "paperless" only. This can't be true. Can you please clear this up? Hopefully I just didn't get the whole story.
    We have been using InDesign for all our prepress needs for the last 5 years.
    Thank you,
    Gloria

    InDesign's core user group is the print industry, so that support isn't likely to go away any time soon, but the reality of the world is that more and more of what used to be output to paper is now going to alternate media (look at how many newspapers and magazines have gone out of business lately, or are in financial hot water), and InDesign will continue to expand those capabilities in order to remain competitive.
    Add to that the relative maturity of the print workflow and you can expect more in the way of enhancements and improvements of existing features for print than major new capabilities (though if you can think of some major lack, I'm sure the InDesign team would like to hear from you).
    Peter

Maybe you are looking for