Storing tracking data over the web

I am preparing eLearning materials on English writing skills
acquisition for web-based diffusion and, being an Authorware
amateur, have not yet resolved the problem of gathering student
input data from local computers, other than having students send
their text file transcripts (which I've programmed AW to produce)
as e-mail attachments. Can these data (i.e., text files or parts
thereof) be transferred automatically to a database, and if so
where can I learn the procedure? If not, is there any other way
besides FTP?

You could connect to a web database vis ASP or PHP for
example.
Amy has an ASP starter kit available here:
http://www.authorware-amy.com/examples.htm
Mark
Tantillo wrote:
> I am preparing eLearning materials on English writing
skills acquisition for
> web-based diffusion and, being an Authorware amateur,
have not yet resolved the
> problem of gathering student input data from local
computers, other than having
> students send their text file transcripts (which I've
programmed AW to produce)
> as e-mail attachments. Can these data (i.e., text files
or parts thereof) be
> transferred automatically to a database, and if so where
can I learn the
> procedure? If not, is there any other way besides FTP?
>
Authorware Media Synchronization Command:
www.authorwarextras.co.uk --> Commands
Media Synchronization made easy !
EuroTAAC eLearning 2007
www.eurotaac.com
www.AuthorwareXtras.co.uk
www.freelists.org/list/flashelearning

Similar Messages

  • Update to IOS 6 has been a nightmare. Facebook would allow me to save pictures unless I granted access to my foto album. Does this mean my pictures are going be planted all over the web? The safari keeps crashing and loading is slow.

    update to IOS 6 has been a nightmare. Facebook would allow me to save pictures unless I granted access to my foto album. Does this mean my pictures are going be planted all over the web? The safari keeps crashing and loading is slow. Most infuriating is that YouTube was deleted from my entertainment apps and I now have to pay for it if I want it back!! This is a bloody disgrace.

    Back up all data.
    Boot into Recovery by holding down the key combination command-R at the startup chime. Release the keys when you see a gray screen with a spinning dial.
    Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with proxy servers, or with networks that require a certificate for authentication.
    When the OS X Utilities screen appears, follow the prompts to reinstall the OS. You don't need to erase the boot volume, and you won't need your backup unless something goes wrong. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.

  • Making VM accessible over the web

    A user wants to run their VM suite of Oracle BI products (Oracle Business Intelligence web reports - OBI EE) independent of a laptop and VM Player, so in essence they want to run it over the web, hosted as if it was a BI server.
    Is it possible for them to stick this on an apps server (or whatever) and expose the reports (Bi Server) over the web so they can run from IE/T-Bird? I'm not an expert in this area and would appreciate some advice.

    RodCouncil wrote:
    Is it possible for them to stick this on an apps server (or whatever) and expose the reports (Bi Server) over the web so they can run from IE/T-Bird? I'm not an expert in this area and would appreciate some advice.Yes, this is possible. They could either look at hosting it at a cloud provider like Amazon's EC2 environment, or within their own data centre. It is identical to hosting a physical instance of the same product, so you'd follow the same process.

  • Applet security -- accessing files over the Web.

    I guess the topic pretty much sums up my question..
    I have an applet and I want to read a file from over the web.
    After creating a URL, I try to retrieve an inputstream by calling openStream() but I get all the java.security.AccessControlException: access denied rubbish..
    How do I get it working ?

    The applet can only read data from the server where it is saved. For security purposes applets have limited capabilities. They can't write data to a remote hard drive or read data from remote machines. A way around this is to create a "trusted applet". Basically what it does is informs any machine you are trying to access that you wrote this applet and are responsible for any negative outcome. There is a tutorial provided by Sun that can explain this better than I can. Here is the link:
    http://java.sun.com/security/signExample/index.html
    Good luck.

  • How do I access my external drive over the web with my iPhone. The drive is attached to my Time Machine.

    How do I access my external drive over the web with my iPhone. The drive is attached to my Time Machine. I am new to Apple and am trying to get all my stuff working together.

    This is not a supported feature of iPhone or Time Capsule.

  • Displaying report in .pdf format while Running oracle reports over the web

    I am running a report over the web via IE. I am suing .pdf
    format as the file type. The problem I am facing is that the
    report comes out with a blank in acrobat reader if there are
    just one or two records - i.e less thatn one pagefull. THe
    reports displays output only when there ar more than one
    pagefull of records.
    Any explanation for this bezarre behavior and any suggestions?
    I will very much appreciate your help.
    Regards
    Prasad.

    in R12 I found 2 choice
    1) when submitting requests (if available) you can set the output format by using the Options button (upon sompletion section):
    layout --> format --> select format you need (RTF/HTML/EXCEL/PDF)
    2) in the request form (view->request) selecr the report you want to reprint in the Tools menu select print/republish, in the html page that pop up select output format you want, number of copies =1 submit
    www2p

  • Export Release Build Flash Builder 4.5 fails to load over the web.

    Exported Release Build Application fails to load over the web.  You can reproduce using the following steps:
    1. Create New Flex Project in Trial Flash Builder 4.5.
    2. Use the default Flex 4.5 sdk.
    3. Configure as a web application.
    3. Place the following MXML code in the main application file:
    <?xml version = "1.0" encoding = "utf-8"?>
    <s:Application xmlns:fx = "http://ns.adobe.com/mxml/2009"
    xmlns:s = "library://ns.adobe.com/flex/spark"
    xmlns:mx = "library://ns.adobe.com/flex/mx"
    minWidth = "955"
    minHeight = "600">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:TextArea text = "Hello World!" width = "100%" height = "100%">
    </s:TextArea>
    </s:Application>
    3. Save the main application file and Export Release Build to bin-release.
    4. Place all files in bin-release on IIS web server in a web accessible location.
    5. Go to the web accessible location in any browser with newest flash player and view the application's html page.
    Actual Results:
    Flash movie appears blank. Context menu shows Movie Not Loaded. Network traffic shows application main swf downloaded. Framework dependent swfs not downloaded.
    Expected Results:
    Movie loads. Hello World! appears in text box. Context menu does not show Movie Not Loaded. Framework dependent swfs downloaded.
    Workaround (if any):
    Deploy on an Apache web server.
    The tests were run on IIS 7.x (7.0 for one, and 7.5)
    Flex application was built using Flex 4.5.0 SDK pre-bundled release (built-in flex 4.5 with Flash Builder 4.5 trial) on Mac OS X 10.6.7 (10J869)
    Flash Player 10.3.181.14
    Example failing website:
    http://staging.ibenergy.com/Test.html
    Any idea as to why my exported release build fails? Any help would be appreciated.

    Just tried this out on an IIS server with Flash player 10.3.181.14 - it worked.
    Are you using the release version of Flash Builder 4.5 with the release version of Flex SDK (not a prior SDK build)?
    The URL you mentioned gives me a 403 forbidden error.
    -Anirudh

  • JSF - Read a text file and diplay lines of text data on the web page

    Hello,
    For one of my projects, I need to display lines of text data on the web page using Java Server Faces Technology. The raw data could be from simple text files or sockets or anything. (Getting the data is not my issue but displaying is). Could anybody send answers with sample code. In servlet, one could do this by -
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws IOException, ServletException{
    PrintWriter out = response.getWriter();
    out.println("<html>");
    out.println(DATA);
    out.println(DATA);
    out.println("</html>");
    I am looking for similar solution.
    Thanks in advance
    DK

    Thanks mjolinor.  Works great!
    Two questions.
    1. Could you plz suggest how this could be modified so this code would read the file in or accept it from the pipeline instead of wrapping the (@' around the data?
    2. Could you plz briefly describe some of the details of the code so I can further research and understand.
    Thanks for your help.
    Thanks for your help! SdeDot
    1. It already reads in the file.  The (@' .. '@) bits are just there to create a file using your test data to demonstrate that it works.
    2.  Not user what kind of "details" you want.  There really isn't much there, and get-help on the cmdlets used should provide information on what's going on with them in that script.
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • I have CD version of Adobe Photoshop Element 9. I have CD version of Adobe Photoshop Element 9. I have purchased the new Macbook which does not have DVD drive. Can I download this software over the web and install using the Serial Number I have. Thanks,

    I have CD version of Adobe Photoshop Element 9. I have CD version of Adobe Photoshop Element 9. I have purchased the new Macbook which does not have DVD drive. Can I download this software over the web and install using the Serial Number I have. Thanks,@

    yes,
    Downloads available:
    Suites and Programs:  CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • How to get the ep user information data in the web dynpro?

    Hi all
      I want to create a web dynpro application on EP.I want to get the ep user information data in the web dynpro.How can I do?Thanks.

    Lin,
    Two steps to achieve this:-
    <b>Step 1:</b> Add the following code in your view Controller:-
    IWDClientUser user = WDClientUser.getCurrentUser();
    IUser objUser = user.getSAPUser();
    wdContext.currentContextElement().setXXXX(objUser.getUniqueName());
    wdContext.currentContextElement().setYYYY(objUser.getFirstName());
    wdContext.currentContextElement().setZZZZ(objUser.getLastName());
    where XXXX, YYYY , ZZZZ are the context names.
    getUniqueName : Gives Login id of Portal user.
    getFirstName : Gives First Name of the Portal user.
    getLastname : Gives Last Name of the Portal user.
    <b>Step 2 : </b>Use "Organize imports" and make sure that you have the following two libraries added in the build path of your project. You can do these by right clicking on your project name ==> Properties ==> Java Build Path ==> Libraries ==> Add External jars.
    The external jars are :
    <b>com.sap.security.api.jar
    com.sap.security.api.perm.jar</b>
    Finally rebuild your project and deploy.
    Regards,
    <b>Chintan Virani.</b>

  • Storing .jsp files in the web-inf directory

    Has anyone ever heard about storing JSP files in the web-inf directory instead of the web app root directory.
    Apparently it improves security.
    If this is so, how is the user suppose to access the jsp file since I thought that users were not able to access what is stored in the web-inf directory.
    Any thoughts
    Thanks
    Nat

    I didn't tyr this but I think it is possible. You can do it using <servlet-mapping/> as you do with any other servlet.
    For example include lines below, in web.xml of web-inf,
    <servlet>
    <servlet-name>ReportRouter</servlet-name>
    <jsp-file>/web-inf/jsp/ReportRouter.jsp</jsp-file>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>ReportRouter</servlet-name>
    <url-pattern>/myrouter</url-pattern>
    </servlet-mapping>
    This may work. Don't you think so?
    Sudha

  • Just purchased the iphone6 and can hardly hear when I get a call, despite volume up, bluetooth off and nothing obstructing device.  This issue is all over the Web, come to find out.  How to fix?

    Just purchased the iphone6 and can hardly hear when I get a call, despite volume up, bluetooth off and nothing obstructing device.  This issue is all over the Web, come to find out.  How to fix?

    Turns out there was a film on the glass side of the phone that I didn't even know was there! All is well now! Yay, cause I'm really liking this phone. Had a blackberry for ever. Thank you for your prompt response. Ann
    Sent from AOL Mobile Mail
    Get the new AOL app: mail.mobile.aol.com

  • Reports 3.0 - Drill Down Reports over the Web

    Can anyone tell me how to code a button to run a drilldown
    report over the Web ?
    I have read about bookmarks, hyperlinks and hypertext and found
    the on-line documentation to be rather unclear.
    Thanks
    null

    Magoo is talking about a patch 23, and you are on 11. Maybe that's the difference?
    You can also try to upgrade just the Oracle 8 client (I assume Developer 2000 uses the 8 client). We did that to resolve some issues for Developer 6i on a 9i database.
    You need to get Oracle8 8.0.6.3.8 patch.

  • "Remotely Control LabVIEW Over the Web "in LabView 6.0

    Hello,
    is it possible that I realize "Remotely Control LabView Over the Web" in
    LabView6.0 ?
    Thanks a lot!

    The LabVIEW Remote Panels feature was added with version 6.1. If you have not done so, I highly recommend the upgrade!
    Daniel L. Press
    PrimeTest Corp.
    www.primetest.com

  • Connect a tablet as input method or push asynchronously data from the WebAs

    If have to connect a tablet to a WebDynpro application. Not a tablet PC or something, just an ordinary tablet. This is one of those big plates with hundreds of imaginary buttons.
    The user pushes with a pen some imaginary buttons on the tablet and the WebDynpro program should act accordingly. E.g. the user pushes in the oder entry WebDynpro the button "TheMP3Player" and directly after that the button "colour green", then pushes two time the "battery pack" button and then "type enhanced capacity". The WebDnypro component should react accordingly. Should jump between field, etc.
    Do we have the possibility to add an input device like this to the WebDynpro application or are we stuck with mouse an keyboard? At least, I could not find a way to do this in WebDynpro.
    If I would use an ordinary, classical Dynpro, I would write and RFC server, write the data from the tablet to the WebAs and from there write the data directly to the Dynpro.
    Since WebDynpro is more or less stateless, we can do this here, right? Or is there some "add on" that I could use to poll on a regular or on an event basis (an event not triggered by mouse or keyboard though) data from the WebAs?
    Any help would be appreciated.
    Thank you!
    Kind regards,
    Andreas

    Hi Maaniks,
    I'm a little puzzled by step 5. The return from the tpcall() will be TypedBuffer, so you shouldn't need to create another TypedBuffer. You may need to downcast it to the particular type of TypedBuffer returned, but you shouldn't need to create a new TypedBuffer or TypedFML32.
    Otherwise what you are doing is probably pretty reasonable and common. I'm not aware of any general purposes classes that do what you are looking for, although creating one probably wouldn't be hard. Using reflection you could make it such that the same converter class could handle any POJO or Bean, assuming you can easily map the field IDs to attributes or properties of the POJO or Bean.
    The only comment I might have is whether you use an iterator or look for specific fields is largely going to depend on which there are fewer of. If the class you are populating only takes a few fields from the FML32 buffer, you might just extract those fields instead of iterating through the entire FML32 buffer.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

Maybe you are looking for

  • Word 2003 Import - TOC Issue

    I have a problem when importing docs into RoboHelp HTML X5.02 from Word 2003. The TOC generates with the correct structure based on the TOC from my document, but the generated Topics are not linked to the TOC books/pages that have been created. I am

  • Audio to dolby digital surround AC3

    Regards, I have one test sequence in FCP,,, left channel is sound, and right is speech,, then exported separately to two mono channels,,, named SOUND and SPEECH,, I can hear each channel nice after that,, But, when I make AC3 file with compressor, I

  • Preview files folder

    a folder of media encoder preview files is created in my documents- adobe- media encoder this folder is getting bigger, I think every time I'm using media encoder to export my projects at the moent it's 30 gigs after less than a month using CC I need

  • Dynamic Link Error

    When I go to File>Add After Effects Composition I've got an error: "Could not connect to Adobe After Effects.  Please verify that Aobde After Effects and Adobe Dynamic Link components are installed" Please Help.

  • Call Failures

    This phone is wonderful for everything other than talking ON the phone. Every call I get or make fails. Blutooth devices make the problem even worse. I would expect to get better results with blutooth since I do not have to hold the phone in my hand.