Applet loading in IE but shows source in FireFox3 problem

Hello,
I want to put an applet onto my church's web site. I decided to just put a simple test applet on to see how to use applets. I also put a link on the site to the html page that contains the applet declaration. Here is the html code
<html> <applet height="600" width="600" code="com.program.startup.Starter.class">
<param name=archive value=http://www.wheeling22.adventistchurchconnect.org/site/1/directory/WheelingWebSite.jar /> Your browser does not support the <code>applet</code> tag. </applet>
</html>
When I navigate to the site in IE and click on the link the applet loads, but when I navigate to the site in FireFox3 it displays the html code. My FireFox browser runs applets just fine on other sites, so is there something else I need to put in the html code for FF3?
thanks
jman

cell@tech wrote:
When I navigate to the site in IE and click on the link the applet loads, but when I navigate to the site in FireFox3 it displays the html code. My FireFox browser runs applets just fine on other sites, so is there something else I need to put in the html code for FF3?Works fine with FF2.
Try to add a BODY to your HTML.
<html>
<body>
<applet height="600" width="600" code="com.program.startup.Starter.class">
<param name=archive value=http://www.wheeling22.adventistchurchconnect.org/site/1/directory/WheelingWebSite.jar /> Your browser does not support the <code>applet</code> tag. </applet>
</body>
</html>Bye.
RG.

Similar Messages

  • Applet loading through browser, but showing in its own window

    Hello,
    I have created an applet, which talks to a servlet.
    This servlet then talks to a DB, and returns information to the applet to process and display.
    Everything works fine, except that the applet loads it's own window, instead of displaying in the browser.
    Any ideas?
    Haig

    The answer is probably somewhere in your applet source code.
    Can you post the code here, so I can have a look at it? Otherwise it's difficult to answer.
    BTW - it's nothing to do with the fact that it connects to a servlet. If you don't want to post the whole applet, maybe I can tell from just the init() method.
    Also - what browser are you using?
    Yours, Mike H..

  • Data loaded at YTD, but showing Periodic in HFM until re-Export, then YTD

    We are using FDM 11.1.2.1 (FM11X-G5-E Target adapter) to load YTD data to HFM 11.1.2.1. The "View" dimension in FDM is set to YTD and we don't have any other custom event or calculation scripting happening. Also confirmed the source file values are YTD, as well as the value in Export grid in FDM and the .dat files in the Outbox.
    When we then view the data in an HFM grid or SmartView, many times it displays as Periodic even though the View is set to YTD. We've double checked many HFM settings (UsePVAForFlowAccounts=Y, ZeroViewForNonadj = YTD, ZeroViewForAdj = YTD, ConsolidateYTD = Y, DefFreqForICTrans = Y), and ensured we are consolidating with View = YTD. I can even drill through to FDM on the Periodic value and see the correct YTD value for that POV in FDM.
    Now the strange part: If we then simply re-run Export in FDM, and refresh the grid/SmartView for the same POV, the balance is now showing the correct YTD value. It's seems to show up randomly for different data sources, at different times, and this fix always works. It's almost as if the Periodic value or setting is "stuck", and then gets fixed after another Export from FDM.
    However, the client's long term future process cannot be "re-Export each monthly load twice". Not sure if anyone has encountered this and if it's a result of FDM, HFM, backend DB, patching, metadata, etc. Any help or thoughts would be appreciated. Thanks.

    Yes, I know [YEAR]. I meant, I have never noticed data entry allowed on [YEAR].
    Is the accounts properly intersected with custom dimensions? i.e the Account property of TopCustom1Member,TopCustom2Member...etc. If that is not set then, accounts will not have valid intersection with Customs and you can not enter data.
    Secondly., What is the default frequency for the scenario you are selecting? MTD? Are you looking at a month in Period (Jan/Feb etc) or at Q1/Q2 level?

  • Applet loads/plays in preview, but not on live web host server

    When I use FireFox 3 to browse to the “flexdc08.htm” document (yes, javascript is turned on) I get this message in the browser status bar – “Applet llp3 started”.
    But, only a blank page is ever displayed, nothing ever gets loaded, the application never starts.
    Specifically, I am questioning this line of code in the “flexdc08.htm” file –
    <APPLET CODE="llp3.class" ARCHIVE="llp3.jar,skinw.jar" width=664 height=453 MAYSCRIPT>
    The files “llp3.class” and “skinw.jar” do not exist. “llp3.jar” does exist.
    Here is a complete listing of the code in “flexdc08.htm” –
    <HTML><HEAD><TITLE></TITLE></HEAD>
    <BODY BGCOLOR='#FFFFFF' leftmargin=0 topmargin=0 rightmargin=0>
    <DIV ID='TDemoID' STYLE='position:absolute; left:10; top:10; visibility:visible'>
    <APPLET CODE="llp3.class" ARCHIVE="llp3.jar,skinw.jar" width=664 height=453 MAYSCRIPT>
    <PARAM NAME="ProjectFile" VALUE="flexdc08.ctd" />
    <PARAM NAME="LB" VALUE="0xFFFFFF" />
    <PARAM NAME="TC" VALUE="0x000000" />
    <PARAM NAME="SynchLoad" VALUE="1" />
    <PARAM NAME="FromSkin" VALUE="1" />
    <PARAM NAME="LoadingMsg" VALUE="Loading Demo..." />
    <PARAM NAME="ExpiredMsg" VALUE="Time limit expired." />
    <PARAM NAME="CorruptedMsg" VALUE="Demo File is corrupted." />
    <PARAM NAME="LoopMsg" VALUE="Loop" />
    <PARAM NAME="ProjectName" VALUE="Project Name" />
    <PARAM NAME="ProjectVer" VALUE="Project Version" />
    <PARAM NAME="Author" VALUE="Author" />
    <PARAM NAME="AURL" VALUE="Author's URL" />
    <PARAM NAME="AEMail" VALUE="Author's E-Mail" />
    <PARAM NAME="StopMsg" VALUE="STOP! The HTML page has been modified." />
    <PARAM NAME="IsLoop" VALUE="0" />
    </APPLET>
    </DIV>
    </BODY></HTML>
    And, here is a complete listing of all of the files on the web host server –
    autorun.inf
    autostart.exe
    autostart.ini
    flexdc08.ctd
    flexdc08.htm
    flexdc08_1.au
    flexdc08_10.au
    flexdc08_11.au
    flexdc08_12.au
    flexdc08_13.au
    flexdc08_14.au
    flexdc08_15.au
    flexdc08_16.au
    flexdc08_17.au
    flexdc08_18.au
    flexdc08_19.au
    flexdc08_2.au
    flexdc08_3.au
    flexdc08_4.au
    flexdc08_5.au
    flexdc08_6.au
    flexdc08_7.au
    flexdc08_8.au
    flexdc08_9.au
    llp3.jar
    playbutton.gif
    The applet starts and plays fine when previewing from within Dreamweaver. It's just when it is published o the web host server and tried to access from there in a browser that it will not start.
    Is there a good way to debug the applet startup?
    These files were provided to us from a vendor on a CD, which plays when inserted into the PC drive.
    Thanks,
    Mark

    Are you sure you are uploading the pages to the correct location?
    Could you post a screen capture of your expanded files window, showing the remote server and local file structures?
    I'm guessing they're not identical and that you may be uploading to a redundant root folder.

  • One target table is loading from two different source but same columns but one source is in a database and other is in a flat file.

    Hope you all are doing good.
    I have a business issue to be implemented in ODI 11G. Here it is. I am trying to load a target table from two sources having same coulmn names. But one source is in file format and other is in Oracle Database.
    This is what i think i will create two mappings in the same interface using Union between the sources. But i am not sure how the interface would connect to different logical architecture to connect to two different sources.
    Thanks,
    SM

    You are on the right track, this can all be done in a single interface. Do the following
    1) Pull your file data model into the source designer and and your target table model to the target pane.
    2) Map all the relevant columns
    3) In the source designer create a new dataset and choose the UNION join type (this will create a separate tab in the source designer pane)
    4) Select the new dataset tab in the source designer pane and pull your source oracle table data model into the source designer. Map all the relevant columns to the target
    5) Make sure that your staging location is defined on a relational technology i.e. in this case the target would be an ideal candidate as that is where ODI will stage the data from both file and oracle source and perform the UNION before loading to the target
    If you want to look at some pretty screenshots showing the steps above take a look at http://odiexperts.com/11g-oracle-data-integrator-part-611g-union-minus-intersect/

  • Show video while applet loading

    Hi;
    Is it possible to play a video during applet loading? The video format may be swf or flv anything. I can show an animated gif by using param tag. But i want to play a video.
    Thanks in advance.
    Edited by: akk512 on Jun 10, 2010 4:54 AM

    Not with current applet architecture, no.
    But you might be able to do something clever with showing/hiding divs and javascript ...

  • I just received my i phone 4,inserted Amayim with 4G plan,but showing noservice and bar with emergency calls only screen.Also when i down loaded i tunes to my laptop (windows7) there is an error(9808) message saying i tunes store not supported completely.

    i just received my i phone 4,inserted Amayim with 4G plan,but showing noservice and bar with emergency calls only screen.Also when i down loaded i tunes to my laptop (windows7) there is an error(9808) message saying i tunes store not supported completely.

    first of all the iphone 4 is not a 4G phone
    second it sounds like your iphone could be locked to another operator then the sim you have inserted

  • I have installed Creative Cloud Desktop but it fails to load. The icon shows up in the bar at the top right but then it just disappears. I am running Yosemite on a MacBook Pro.

    I downloaded and installed Creative Cloud Installer and installed the Creative Cloud desktop on my MacBook Pro running Yosemite. The Creative Cloud desktop tries to install when the system starts and the icon actually shows in the top bar briefly and then disappears shortly after it shows up so it is obviously failing to load. I have tried multiple times to no avail.

    do you mean in my system library? or where can I find it?
    Am 05.03.2015 um 23:55 schrieb Jeff A Wright <[email protected]>:
    I have installed Creative Cloud Desktop but it fails to load. The icon shows up in the bar at the top right but then it just disappears. I am running Yosemite on a MacBook Pro.
    created by Jeff A Wright <https://forums.adobe.com/people/JeffAWright> in Downloading, Installing, Setting Up - View the full discussion <https://forums.adobe.com/message/7257828#7257828>
    Vanb38462666 or Daniel do either of you have a Library/Input Managers folder?  If so what do you have inside that folder?
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7257828#7257828 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7257828#7257828
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Downloading, Installing, Setting Up by email <mailto:[email protected]software.com> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=46 71>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.

  • TS3716 My relatively new ipod touch 16 gb either does not show up as a drive or everytime says it does not recognize my ipod when connected to add music.  I didn't have problems loading music originally, but this is a new occurrence.  Could you help?

    My relatively new ipod touch 16 gb either does not show up as a drive or everytime says it does not recognize my ipod when connected to add music.  I didn't have problems loading music originally, but this is a new occurrence.  Could you help?

    Hey, Thanks a lot.  It took quite a bit of time to resurrect this ipod.  I tried the upgrade again, but still would not recognize my ipod. So I went to the next step and reset my ipod, wiping of all of the information like it was new.  This helped my laptop see the ipod on itunes, but did not sync. So, I deleted the itunes off my computer completely, restarted and then reinstalled the newest itunes, and then restarted.  Finally, it recognized my ipod and started to download each song.  It took awhile as there was 602 songs, but finally it works.  Yea!!!  I never had any problem with my old nano, but this touch has been another animal for sure. Thank you again and also the community for information.  This was a helpful forum and will recommend to others if they get stuck with their ipod or iphone.  Take care, Karen

  • Hi. I have down loaded songs and tv shows on my i phone 4s but i can remove them from my phone. I have transfered purchases and cun ticked sync music and tv shows but still i have the downloaded contenet on my phone. Please help

    I have down loaded songs and tv shows on my i phone 4s but i can remove them from my phone. I have transfered purchases and cun ticked sync music and tv shows but still i have the downloaded contenet on my phone. Please help

    also must mention i have never had trouble that i couldn't fix on itunes but all of this has started since i have been using icloud for basic backups hope this helps solve problem

  • When I try to load firefox it only shows in the bar at the bottom of the screen. I can highlight it but when I click on it, it just returns to the bar.

    When I try to load firefox it only shows in the bar at the bottom of the screen. I can highlight it but when I click on it, it just returns to the bar. Can't get it to maximize. Please help.

    The "System Tray" is located at the very bottom right of your screen and is a list of most/all running applications that will show in this list.
    For your SysFader issue, this "may" be the problem:
    1 Find the "My Computer" desktop icon and right-click it. A pull-down menu will appear. Select "Properties."
    2 Click on the "Advanced" tab. This will load a new page of options.
    3 Select the "Visual Effects" tab at the top of the window and deselect "Animate Windows when minimizing and maximizing," "Fade or slide menus into view," "Fade or slide Tool Tips into view" and "Fade out Menu items after checking."
    4 Click "OK." This will remove most if not all of the Sysfader effects, at the same time correcting related errors that used to come up during opening a new file or program.

  • ITunes won't load my iPhone but the colour wheel showed up

    I've been syncing my iPhone 5 to my iTunes (I'm using MacBook Pro), but about a month ago after an software update in my iPhone, iTunes won't load my iPhone.
    The iTunes recognised my iPhone as the symbol showed up and the colour wheel for loading showed up.
    But the colour wheel showed up forever. I've waited for 2 hours and its still there, and I can't click anything in my iTunes although background music is still playing. I had to force quit my iTunes (but my iTunes works normally if there is no phone connected to it)
    I've updated my mac to OS X Yosemite, latest, and my iPhone to iOS 8.1.3. I tried resetting network setting on my phone.
    PS: I can sync iTunes with my iPod 2nd generation, but not my iPad (same problem).
    Please help, I want to sync my phone to iTunes. iPhoto works with my phone!

    Did you reinstall iTunes and Apple Mobile Device Service? http://support.apple.com/kb/HT1747
    Try to connect your phone in recovery mode: http://support.apple.com/kb/HT1808

  • Repetitive Applet Loading

    Hi,
    I have written a [signed applet|http://code.google.com/p/jzebra/] that sends special raw data to a printer. This applet loads and works well by specifying printer parameters as applet param tags.
    The applet is an open source project and has gained some momentum from a few web developers.
    Since this applet is designated for printing, it's loaded and unloaded a multitude of times (possibly hundreds) per day as the applet appears on the "print page" of the web sites that use it. (Think of a bar-code print page for example). This loading and unloading seems like a redundant step that could benefit by having the applet always running instead.
    In terms of functionality, I'm getting great feedback from users, but one complaint seems to be the load time of the applet for each successive load of the print page (our company uses the applet in a similar fashion).
    Is there a way to keep the applet "always loaded" page-wide or site-wide and have it simply "listen" for the print jobs? (Or perhaps is our web page design just wrong?)
    Suppose a pop-up or new web page loads that needs to use the applet, can the applet be residual in that fashion? It smells like a client-server relationship, but I doubt a server-side solution would work since the printers are attached locally to the workstations. I'm a fluent java developer but only know basic web development. Any help is appreciated.
    Thanks!
    -Tres

    FBL wrote:
    If this applet is deployed in a 1.6.0_10+ JREOur organization has flexibility on JRE versions, so requiring update 10 shouldn't be too large of a hurdle. In fact, the stations with internet access receive it automatically so we're lucky in that regard.
    it is possible to configure it via JWS (even while still embedded in the web page). JWS would provide more reliable caching behaviour, and might even allow you to provide the applet sandboxed, by using the JNLP API's PrintService. When you say "webstart" and "sandboxed", I assume you mean it will be a web start application that appears to be running as an applet within the page. >Just a slight clarification. To me, web start means a way of launching, sand-boxed means as opposed to j2ee-application-client-permissions or all-permissions, and embedded in a web page means as opposed to free floating (like a JFrame).
    It has been possible to launch applets using web start since Java 1.2 that become free floating. Since 1.6.0_10, it has become possible to configure an embedded applet using web start.
    All security levels are available to any application or applet launched(/configured) using web start. But a 'normal' (not configured by JNLP) signed applet has one of two security levels, either sand-boxed (the user refused the digitally signed code) or all-permissions (code OK'd).
    To use the web start services from the sand box, the code does not need to be digitally signed (one of the main benefits), but to get the code elevated to j2ee-application-client-permissions or all-permissions, it needs to be signed.
    >
    ..Although the built-in PrintService makes me wonder if you're hinting into going application-less and doing the logic in php/JavaScript. The only reason it actually shows in the page, is because it was the conservative applet approach.
    Having the applet outside the browser, or even "invisible" to the end-users is usually desired so as long as it's controlled through other means if necessary.
    Thank you for the response and the link. I launched the PrintService demo and received the security dialogs. Is that the primary purpose of the demos? >Basically. If you want to continue to deploy as trusted, then that 'query at time of print' prompt would disappear.
    >
    ...I didn't expect it to actually print anything. So, naturally I'll need to read more.
    I'm marking this thread as answered, but I'm very interested in learning more about use Java Web Start to exploit this applet. I guess I'm still a bit undereducated on the applet -- vs -- application aspect of JWS and how to bind and exploit the api through a web page.>All the services mentioned in the [JNLP API page|http://pscode.org/jws/api.html] are available to applets deployed via web start, though some of them (file associations, single instance service..) do not make much sense for applets. But the main reason I mentioned it, as that it takes control of the class caching from the browser, and makes it more reliable. Check out the [Java Web Start|http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp] pages at Sun, but keep in mind that the embedded web start applets are fairly new, and the Sun pages probably do not mention them yet (shrugs).
    It occured to me that if you are configuring the applet parameters for different products(/whatever) then you are actively generating the parameters? One slight complication is that configuring applets can be done via JS or a server side solution, whereas deployment using web start would require a unique (for each set of parameters) JNLP file that must be generated on the server side.

  • Java 1.5_13 applet loading problem due to 'activate control' fix

    I updated my JRE to Java 1.5 revision 13, and it seems to introduce a new problem. In order to fix the "click here to activate this control" problem in internet explorer, I iterate the document model and set the outerHTML of the applet tag to the same outerHTML. This removes the annoying rectangle in IE. This also causes the applet to load and break down the first time the page is displayed, because IE removes the old applet instance and creates a new one when replacing the outerHTML. When this happens on the new Java JRE release, an exception is thrown to the user saying:
    java.lang.NullPointerException
         at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    The applet loads correctly, but the message should not be displayed. Also, it only seems to happen sometimes (maybee because sometimes the applet does not yet start before IE runs the script to replace its contents)
    Full lifecyle from the console panel:
    basic: Registered modality listener
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@181fbd6, refcount=5
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@982291
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    basic: Unregistered modality listener
    basic: Stopping applet ...
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@982291
    basic: Finding information ...
    basic: Releasing classloader: sun.plugin.ClassLoaderInfo@181fbd6, refcount=4
    basic: Done ...
    basic: Joining applet thread ...
    basic: Destroying applet ...
    basic: Disposing applet ...
    java.lang.NullPointerException
         at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    basic: Exception: java.lang.NullPointerException
    java.lang.NullPointerException
         at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    basic: Joined applet thread ...
    basic: Unregistered modality listener
    basic: Quiting applet ...
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@181fbd6, refcount=5
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1347dad
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    Does anyone know how to fix this new issue? Or does anyone know of a better way to solve the 'activate control' problem in IE that does not cause the reloading of this applet?
    Thanks.

    Hi!
    *1 -* Poor_Sitar_player's solution that i used.
    a - Build the applet's comented code into a div ...
    </div id='555>
    <!--
    <body>
    <applet name="EditoRTFa.class" id='editor' archive="../pages/expediente/Modelo/Editor/EditoRTFa.jar"
    code="br.gov.pa.tj.processo.expediente.casos.editor.EditoRTFa.class" width="750" height="550">
    </applet>
    <body>
    -->
    </div>
    b - After, insert a javascript the will remove the coments....
    <script type="text/javascript">
    var x = document.getElementById('555');
    var texto = x.innerHTML;
    texto = texto.replace('<!--','').replace('-->','');
    x.innerHTML = texto;
    <script type="text/javascript">
    *2 - Another solution*
    If you are using struts2 or your applet is inside a internal frame, is possible that the above solution will not work.
    So, the solution that i found was place the applet code in the main page, with width and heigh iguals "*0*" and style="float: left;" to hide the applet.
    This way, the applet will be load before you call the right page.
    That's all.
    Edited by: carlosmcp on Oct 14, 2008 7:01 AM

  • Applet loading in IE vs Firefox

    Hello!
    I have a peculiar problem. I have several web pages containing lots of applets which via static methods register to a "master" applet which in turn collects information from a remote source and then updates the registered applets periodically.
    Well this works fine, however the load times in IE are outrageous, it can take up to 2 minutes or so before a page with approxiamtely 20 applets is fully loaded. Whilst the same page takes about 2 seconds in firefox. I should also mention that when the page has been loaded in IE it works just as well as it does in firefox. The only problem is that it takes all to long for the page to load.
    What could be the explanation of this? What is the fundamental difference in IE compared to firefox when applets are loaded?
    Does anyone have some sort of clue about this one?
    /HG

    cell@tech wrote:
    When I navigate to the site in IE and click on the link the applet loads, but when I navigate to the site in FireFox3 it displays the html code. My FireFox browser runs applets just fine on other sites, so is there something else I need to put in the html code for FF3?Works fine with FF2.
    Try to add a BODY to your HTML.
    <html>
    <body>
    <applet height="600" width="600" code="com.program.startup.Starter.class">
    <param name=archive value=http://www.wheeling22.adventistchurchconnect.org/site/1/directory/WheelingWebSite.jar /> Your browser does not support the <code>applet</code> tag. </applet>
    </body>
    </html>Bye.
    RG.

Maybe you are looking for

  • Can't double click and add event in month view. HELP!

    For some strange reason, I can't double click to addevent on Ical Monthly view all of a sudden. Whenever I double click, nothing happens. Same thing happens on the year view. I can only add event now using the stupid + signs, or go into daily or week

  • Error when using Struts on Tomcat:

    Dear all, I am playing around with Struts a bit and after a long day of tweaking and bug-fixing I got stuck with the flollowing error: javax.servlet.ServletException: Cannot find bean termBean in any scope      org.apache.jasper.runtime.PageContextIm

  • Return statement in exception and consequences

    Hi, Can any one give me the explanation for my doubt? Case 1: I am having some code throwing some exception lets say arithematic exception in my try block. I caught it in the catch block and at last I am having one finally? as per normal order try bl

  • SQL Developer tool sometimes does not display data with date type

    run the following query using the sql developer tool - select effective_date from table1 where id = 123; (the effective_date is stored in the database as date.) one record is returned with no date in the filed. However, if I change the query to selec

  • Picture frame stroke effects and instant alpha to book projects created in aperture?

    Is there a way to add do the following in aperture?  Picture frame effects Reflection effects Instant alpha. Seems funny that I can find it in keynote, pages and iWeb, but not in this pro software.