Traditional C++ developer utterly confused

I am trying to learn to develop a web service in Java and am using Eclipse. It's horrible - I am used to Visual Studio! Anyway, I can't seem to compile anything for starters. I am following O'Reilley's Java Web Services and going through an example where I created three files:
TimeServer.java
TimeServerImpl.java
TimeServerPublisher.java
I can't figure out how to compile it or test it. I get an error:
Project 'timeserver' is missing required library: 'TimeServer.class'
The project cannot be built until build path errors are resolved
Huh? The example in the book says nothing about a TimeServer.class file. It also gives command line prompt arguments for compiling but when I go to the command line javac is not recognized so I figured Eclipse would have the equivalent but I can't figure it out. And what build path errors?

It's generally a good idea to build and run your first Java program without benefit of an IDE using any convenient source editor and the java command line utilities. You should generally add your java bin directory to the PATH for a start to make this possible. It's helpful to know these basics of compiling and running Java.
Java source files are typically stored in a hierarchy of directories which reflect the package structure of a Java program. Java classes should be placed in packages, e.g. com.acme.timeserver which will be reflected in a file path com/acme/timeserver/TimeServer.java.
When you compile them they generate corresponding .class files, which are also arranged in a directory tree (which could be the same one, or a separate "build" directory).
When using an IDE first create a project, which involves a project directory in which your source tree, build directory etc. live. Then create a package and do an "add class" to place a template Java file appropriately. If it's a complete program then you also need to designate a main class (the one with the public static void main(String[] args) {).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Utterly Confused About Usefulness of Actionscript

    I am utterly confused. I am trying to create series dynamically, meaning that I will have a dataset that looks SOMETHING like the following:
    [Bindable]
    private var arrayOne:ArrayCollection = new ArrayCollection([
    {time:1,day:3,typeA:{wip:10,proj:15},typeB:{wip:15,proj:9},typeC:{wip:20,proj:20}},
    {time:1,day:2,typeA:{wip:12,proj:14},typeB:{wip:13,proj:12},typeC:{wip:12,proj:17}},
    {time:1,day:1,typeA:{wip:15,proj:14},typeB:{wip:12,proj:10},typeC:{wip:5,proj:9}},
    BUT, the only thing I know for sure is that there will be a time and day value. TypeA, TypeB, and TypeC are product types, and they MIGHT or MIGHT NOT be in my dataset, simply depending on the result of a SQL query. So I need to be able to create chart series for typeA, typeB, and/or typeC (or any other type that I may not even know about yet) given that they appear in my dataset.
    I know I need to use dataFunction, since I actually need to access the 'wip' for any given product type. I have found out that 'item' is the row of the data array that is currently being accessed, so in my dataFunction I need to return something like 'item.(series).wip'. But that isn't allowed.
    private function dataFunc(series:Series, item:Object, fieldName:String):object
              if(fieldName == "yValue")
                   return item.(series).wip
    I am dealing with a dataset like the one I posted at the top of this post BUT I don't know what my product types will be, they could be anything. Yet I need to create a series for each product type. Actionscript seems incapable of handling this as far as I have seen thus far. I hope I am incorrect. If anyone can help please chime in!

    Anyone from Adobe? I might be able to figure this out on my own but I can't seem to understand how dataFunction works.

  • Render preview vs Develop View confusion

      Hi,
      I am having a hard time understanding the various "render" and "view" options.
      I just noticed that under "Develop" mode, my modications to the noise reduction settings is not changing the "fit to screen" preview. I can only see the effects by zooming in to 1:1 view. Therefore, I can't see the effect on the whole picture until I export it?!?
      I then went back to Library mode and noticed the "Preview" option. I have been generating "minimal" previews on Import (should I change that?). I now re-rendered these as 1:1 previews and lo-and-behold the changes are now noticeable. But I assume that's a one time event. If I go ahead and change them again, I will have to regerate the previews?
      What's going on here? Noise Reduction and Noise reduction alone doesn't trigger regeneration of the "Fit" preview in develop mode?? Why not??

      Oh man that is not what I wanted to hear. At the very least they should make it a toggle, an option that one can select if one has the CPU to handle it. It's really confusing to assume that "Develop" mode shows the closest rendering to the final output and then have one (but only one!!) of the adjustment tools not update the screen preview (or whatever one calls the view that Develops shows us - "Develop Preview"?).
      Further confusing matters is this statement from beta 2 release:
    "The Develop preview now shows sharpening & noise reduction at less than 1:1 view when using PV2010."
    http://www.lightroomqueen.com/blog/2010/03/23/whats-new-in-lightroom-30-beta2/
      So, it looks like it got removed between Beta2 and Final Release (but only NR; sharpening was kept)?
      So, now I don't fully understand how to estimate the "look" of my output with various NR applied. I understand I can zoom in to 1:1 to get the pixel view but I also like to get a "bird's eye view" of the effect on the whole image. HOw do I do this now without actually outputing to jpg and then checking? Bibble, for one, handles this on the fly. NR effects are rendered immediately.
      Thanks for any advice,
    -alex

  • Can i use traditional SqlPlus development environment  in Oracle11GR1 ?

    Hi,
    i have downloaded Oracle 11GR1, but i want to write sql codes in the tradition SqlPlus environment that was in Oracle 9i or 8i (that was having white color background) .So how to get that SqlPlus development environment here ?With the current download and installation SqlDeveloper has been installed and command prompt sqlplus has been provided. But i want to use that white screen sqlplus environment .Please guide how to get that one .
    Thanks.

    First create a shortcut icon on your desktop to sqlplus.exe (in your oracle_home/bin directory).
    Then right click on the icon and select Properties. Change these settings:
    Tab: General
       Put the instance name in the text box
    Tab: Shortcut
       Target: (your oracle_home)\bin\sqlplus.exe userid/password@databasename  --< use with caution
       Start in: (your oracle_home)\bin
       Run: Normal Window
       Change icon to whatever you want
    Tab: Options
       Cursor size: Small
       Command History, Buffer size: 50
                      , Number of buffers: 4
       Display options: Window
       Edit Options: check QuickEdit mode
                     check Insert mode
    Tab: Font
       Size: 8x12
       Font: Raster Fonts
    Tab: Layout
       (Screen Buffer Size is the 'virtual' size of the screen
        Window Size is what you see on the screen
        having a buffer size of 2000 allows sql plus to display
        very wide rows when sql plus LINESIZE is also 2000)
       Screen buffer size: Width: 2000
                           Height: 2000
       Window size: Width: 125
                    Height: 55
       check Let system position window
    Tab: Colors
       I like aqua on black, but whatever
    Tab: Compatibility
       Leave all these uncheckedI like to include my userid and password in the Target setting, but this can be a security risk so use with caution.
    And some of these settings will depend on your monitor size, your eyesight, etc. so adjust to taste.
    Next, edit your glogin.sql file (it's in oracle_home/sqlplus/admin) and add these lines:
    SET serveroutput on
    SET linesize 2000
    SET pagesize 50000
    SET trimspool on
    SET long 50000
    SET tab off
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';You can use any format you like for the date format but make sure it includes the time portion.
    This is also where you will put the COL command to modify the column you mentioned.
    Something like: COL some_column FOR 999999
    I also have this query in my glogin.sql:
    SELECT d.name, s.sid,s.serial#, p.spid
    FROM   v$process p
          ,v$session s
          ,v$database d
    WHERE  p.addr = s.paddr
    AND    s.audsid = userenv('SESSIONID');This info can be handy for certain data dictionary queries (like v$session_longops).
    Next, create a directory somewhere to hold all your SQL Plus helper scripts. Like c:\oraclescripts.
    Create a permanent environment variable called SQLPATH which points to this directory.
    Whenever you run a script from the SQL Plus prompt it will search this directory so you don't have to qualify it every time.
    Now double click the icon and try it out.

  • Oracle WebLogic Developer License (Confusion)

    Hi,
    Simply, WL server allows developers to use freely for development purposes. There is a little confusion over "fine-print" on "comercial" purposes are prohibited, so outsourced vendors developing software for say ISV consider commercial purpose (they paid for software development) and need production license to 'develop' application on WL.
    Can you pelase clarify this statement? simply, can outsourced software vendor develop applications for a client using developer license?
    Regards,
    TK.

    actually, just reading the license text of the free 11g R2 enterprise download:
    http://www.oracle.com/technetwork/licenses/standard-license-152015.html
    LICENSE RIGHTS
    We grant you a nonexclusive, nontransferable limited license to use the programs only for the purpose of developing, testing, prototyping and demonstrating your application, and not for any other purpose. If you use the application you develop under this license for any internal data processing or for any commercial or production purposes, or you want to use the programs for any purpose other than as permitted under this agreement, you must obtain a production release version of the program by contacting us or an Oracle reseller to obtain the appropriate license. You acknowledge that we may not produce a production release version of the program and any development efforts undertaken by you are at your own risk.
    so it's not quite all that straightforward.... so I suggest that you contact Oracle to clarify your needs.

  • 2 Day Developer  DrillDown confusion

    This problem is the same as adam.coles brought up in the post on June 9th, but hasn't gotten any response.
    I am doing the 2 day developer course that can be found on the following page (on the right under "Getting Started"
    http://www.oracle.com/technology/products/database/htmldb/index.html
    In the course there is a "How to Create a Drill Down Report" on page 3-5
    under "Customizing the DEMO_ORDER_ITEMS Report" (which seems odd since the report uses the DEMO_ORDER_ITEMS table but is named ORDER_ITEMS)
    Anyway, there is a task of "Add a Condition" which says to select "ORDER_ID [DEMO_ORDER_ITEMS]" but there is no columns to select from let alone this particular one.
    I'm wondering what must be present to have columns listed in "query conditions" in the "Query Definition" for a particular region?
    Basically; am I missing something or is something missing from the course?
    I'm certainly not the first to have this problem.

    Hi Everyone,
    I did essentially what dccase did. When I selected columns for the Order Item page, I added the necessary Product_ID columns and joined them. Then I went to the Report Attributes and turned off the check box in the "Show" column for the two product ID columns. The resulting report looked correct.
    However, this isn't quite right. The excercise shows the table as the instructions meant, with all the "wrong" information because the original query intentionally lacked a join.
    The goal of the exercise was to have the Order selected on Page 1 filter (by adding the condition that uses the hidden field) the items shown on Page 2.
    Since one can not create the necessary condition (because there are no columns listed in the column selection field of the Condition page), I was wondering if anyone has actually implemented this desired functionality. How can one use a link from one page to drive a condition on another page?
    Thanks,
    Peter
    PS
    The information on this page: Missing Condition Columns seems to talk directly to the condition describe here. Unfortunately, while it is acknowledged that it may be a bug, no fix is mentioned.
    Message was edited by:
    Petie

  • IChat saying my AOL IM login ID/password incorrect, but it isn't?  Utterly confused!!

    I just tried to set up an iChat account and I set up an AOL account and I got my address ([email protected]).  Then when I go onto iChat, and try to change my status to online, it asks me basically to log in.  Then I enter my information correctly and it comes up with a message saying "iChat can't log in to AOL Instant Messenger because your login ID or password is incorrect."  (Just to clarify, I used my '[email protected]' for my Login ID and my password that I set up with it.)  I know for a fact this information is indeed incorrect and I really don't know what to do.
    I looked around on some other discussions and some said your password must be less than 16 characters, which mine is, but it was also form a few years back.  I just got this brand new MacBook Pro(I guess it's the most up-to-date software and system things...I don't know how to find out that) a few days ago and I don't really understand all the complicated 'lingo', if you will.  If I need to give any more details, please ask because I want this fixed so I can iChat with my friends.  Thank you!

    HI,
    A Googlemail name can be used in iChat but not to link to AIM buddies or as a valid AIM name just because it is also used for an Apple ID as well.
    You will have to enter it in the Accounts section of the Preferences.
    The Googlemail ID need you to have Enabled the Talk option on your Goolge account Settings.
    4:25 PM      Saturday; November 12, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Utter confusion with HD  editing

    I am considering purchasing a HD camcorder.
    The choice is narrowed to 3
    Panasonic sd5 AVCHD
    Canon MV20 Tape
    Samsung hmx10 h.264
    They all seem pretty acceptable to me.
    I love the imac imovie 08 editing suite and it is the editing compatibility that may determine my purchase.
    1. I know I will be able to edit the panny and canon on imovie08
    Will the samsung h.264 be editable( I guess it should be as quicktime uses it?)
    2. Next I need to get the films made to HD and SD TVs for family viewing.
    Can any of these formats be written to dvd and played on a HD/BR
    player in high definition quality?- Optimal choice I know such software is available for PCs - Boo (Ulead)
    or
    Will i need apple TV to stream the HD files to my 1080p TV?-Costly! Further does anyone know if apple TV is AVCHD compatable or at least if there is a reliable file converter to allow HD streaming of compatable files?

    You can use Apple TV. Apple TV will be in 720P (720i?), but most people cannot tell the difference from what I hear.
    In theory, you can export your HD movie to Quicktime in 1080i format. In theory, you can use Toast 8 to burn this to a BlueRay disk if you have a BluRay burner. I have not tested this because last time I checked, bluray burners were running about $1000.

  • Utterly confused....

    Hey there!
    I have a Blackberry Bold 9900 through T-Mobile. I have been w/BB for a while but have yet to really understand this whole wireless sync stuff. I want my contacts to be updated on my phone, as I make changes to them in my Yahoo. How do I do this? Do I turn off the wireless sync on both my phone and BB Desktop? I consider myself a bit tech-savvy but for some reason this concept just doesn't compute in my head! LOL
    Please help!
    Thanks!
    Also: I did just update my desktop software to the 7.0 bundle and I have the lastet BB softward update on my phone as well. I believe it is the 7.1.

    Hi and Welcome to the Community!
    Depending on your server-side environment, the capabilities are different...see this to start:
    KB03652 Comparing BlackBerry Internet Service and BlackBerry Enterprise Server features
    If you are on BES (e.g., corporate-owned BB), then you have full OTA (Over The Air) sync as described. But, if you are BIS (e.g., consumer level), then things are different...and some services provide for OTA sync while others do not.
    So, with Yahoo, according to that KB, OTA sync is indeed possible for both calendar and contacts. Here's some more reading material for you:
    KB25853 How to enable Yahoo! Contact Synchronization
    Oh, and since you were unsure, here's some more:
    KB23393 How to check the model number and version of installed BlackBerry device software on a BlackBerry smartphone
    Good luck! Any questions, please be specific about (e.g.,) the KB, the step within the KB, etc.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Utter confusion

    Hi, ive got an exercise to complete, ive been given some equations to use to find the results needed but i dont know how to apply them. I really need some help with finding a way to tie the bits together to get a working program. So far its just full of errors.
    Here's what the output should end up looking like.
    gravity (m/s/s): -1.6
    height (m): 1000
    velocity (m/s): -100
    burn (m/s/s): 0
    height = 899.2 (m); velocity = -101.6 (m/s); burn (m/s/s): 0
    height = 796.8 (m); velocity = -103.2 (m/s); burn (m/s/s): 0
    height = 692.8 (m); velocity = -104.8 (m/s); burn (m/s/s): 10
    height = 592.2 (m); velocity = -96.4 (m/s); burn (m/s/s): 10
    height = 500.0 (m); velocity = -88.0 (m/s); burn (m/s/s): 10
    height = 416.2 (m); velocity = -79.6 (m/s); burn (m/s/s): 10
    height = 340.8 (m); velocity = -71.2 (m/s); burn (m/s/s): 10
    height = 273.8 (m); velocity = -62.8 (m/s); burn (m/s/s): 10
    height = 215.2 (m); velocity = -54.4 (m/s); burn (m/s/s): 10
    height = 165.0 (m); velocity = -46.0 (m/s); burn (m/s/s): 10
    height = 123.2 (m); velocity = -37.6 (m/s); burn (m/s/s): 5
    height = 87.3 (m); velocity = -34.2 (m/s); burn (m/s/s): 10
    height = 57.3 (m); velocity = -25.8 (m/s); burn (m/s/s): 10
    height = 35.7 (m); velocity = -17.4 (m/s); burn (m/s/s): 10
    height = 22.5 (m); velocity = -9.0 (m/s); burn (m/s/s): 5
    height = 15.2 (m); velocity = -5.6 (m/s); burn (m/s/s): 3
    height = 10.3 (m); velocity = -4.2 (m/s); burn (m/s/s): 3
    height = 6.8 (m); velocity = -2.8 (m/s); burn (m/s/s): 2
    height = 4.2 (m); velocity = -2.4 (m/s); burn (m/s/s): 2
    height = 2.0 (m); velocity = -2.0 (m/s); burn (m/s/s): 2
    height = 0.2 (m); velocity = -1.6 (m/s); burn (m/s/s): 2
    surface velocity = -1.6 (m/s). Crash!
    and here's my poor excuse for code
    import TerminalIO.*;
    public class Lander{
       KeyboardReader reader = new KeyboardReader
       SreenWriter writer = new ScreenWriter
       int h;
       int v;
       double g;
       int b;
       public void run(){
          int h = reader.readInt("Please enter height: ");
          int v = reader.readInt("Please enter velocity: ");
          double g = reader.readDouble("Please enter gravity ");
          int b = 0;
          while (h > 0){
             int h = writer.println("Height" + (h + v + (g+b)/2));
             int b = reader.readInt ("Enter burn: ");
             int v = writer.println ("Velocity" + (v+(g+b)));
          while (h == 0){
             int h = 0;
             int v = writer.println (-Math.sqrt(2(g+b)h + (v^2))));
             //int h = h<=0;
          public static void main (String [] args) {
             Lander tpo = new Lander();
             tpo.run();
    }

    cross post.
    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=612698

  • Utterly confused by Apple iTunes/Podcast App

    Using iPhone for podcasts has become totally bizarre. Hundreds of podcasts disappear from my phone. My phone seems to have hundreds of duplicate episodes.
    I have one iOS device and one PC. All I want is:
    1. No duplicates on the device.
    2. I can download new, or old, episodes on the iPhone.
    3. iTunes on my PC is there for backup, if I want to listen again to an old podcast, or, as happened this week, almost all of the podcasts on my iPhone disappeared.
    4. WiFi sync of podcasts with the PC is not very important. But, I wonder if it is what is causing problems. Seems to me that many of the problems began with the introduction of that feature.

    I've never particularly liked the way Apple handled podcasts on iOS devices. I use Shifty Jelly's Casts to listen to my podcasts on my iOS devices. I find it works very well.  I also download them to my Mac using iTunes. I don't particularly need to have anything synced, though.

  • Utterly confused about over usage billing

    So ive made the grave mistake of not checking my bt bill recently, easy to do i expect to pay x amount per month not a big deal but ive just found out that ive been charged an extra £50 per month every month since april for going over my 40gig limit !
    while i could understand maybe going over that limit once or twice in an entire year by a few gig its seems something is wrong with this £50 charge per month
    will be upgrading to unlimited asap just so this doesnt happen again, should also mention that the live chat thing have promised to refund £50 on the 28th of this month without an explantion of what that refund was for
    can anyone help with this, i cant explain that amount of data downloaded per month it just doesnt make sense
    Thanks in advance

    This link may help.
    Why is my broadband usage so high?
    See http://bt.custhelp.com/app/answers/detail/a_id/104​95/~/broadband-usage-policy
    You may be better going onto an unlimited package.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Thoroughly Confused

    Here's the deal. I'm going on the trip of a lifetime to Italy next month and I want to get the best video quality possible from my Canon HF100 and either iMovie 08 or FCE 4.0.1. I've read through these forums as well as forums dealing with my model camcorder and now of course I am utterly confused. The number of frame rate options on my camcorder as well as importing and exporting options on my Mac are overwhelming, and I consider myself to be fairly knowledgeable about AV stuff on the Mac and PC.
    I'm looking for direction in two areas I guess. One is what modes/frame rates work best with iMovie 08 and FCE, and once my footage is on my mac what app/export option will yield the best results, and stay as close as possible to the quality of the source material?
    The Canon HF100 has options for 24p which they recommend using in tandem with Cinema Mode, but it doesn't say what Cinema Mode does. It also has 60i and 30p. I've heard all kinds of conflicting info about how these frame rates work in my two apps, so many that I'm not even going to start to get into them all. Does iMovie 08 or FCE read all these frame rates? Does it recognize them and then convert them to something else? Which ones work best in the two apps?
    As far as exporting goes, do I even know where to start? This is one area where I believe even Apple could not truly simplify things. I eventually want to watch what I shoot on my HDTV of course either streaming it over the network to my XBOX 360 using Connect 360 or burn it on a DVD which I really don't want to because of it's a physical media and It's going to be downgraded to MPEG2. In the past I've used the Apple TV preset in iMovie 08 to stream standard def stuff to my 360 without any issues. That will lower the resolution on the HD video I shoot so thats not the most appealing option. Anyone have any idea of what might be a good export option to accomplish this?
    Also depending on what frame rate I shoot in do I need to pay attention to what export option I use as they also have options for frame rates and resolutions?
    Can anyone help bring a little clarity to my situation?
    Thank You
    Joshua

    Joshua,
    From Canon USA's website pages about the HF100: http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=177&mo delid=16187#ModelFeaturesAct
    "..24p Cinema Mode enables all aspiring moviemakers to achieve a professional "film-look." You can change the camcorder's frame capture rate to 24p (recorded at 60i), which provides the appearance of the same frame rate as movie film.." (..My italics..)
    I'm not going to respond to Steve, but I'll try to explain this, and to answer your question.
    The camera can record single, complete frames of video. These frames are normally - or until recently have been generally - composed of two separate "fields" of information, each comprising half the total number of lines down a video, or TV, screen. One field has odd-numbered lines, the other consists of even-numbered lines. When these two fields are shown rapidly one after the other as 60 "interlaced" fields per second, the fields blend into each other, and the effect is of 30 complete frames of video per second.
    The HF100 appears to record not separate half-a-full-frame-of-information fields, but complete, whole frames of info (..known as 'progressive' frames; progressing all the way down the screen, as lines 1,2,3,4,5,6 etc, instead of 1,3,5,7,9 followed by 2,4,6,8,10, etc..)
    But note that Canon's own description says that you can "..change the camcorder's frame capture rate to 24p (recorded at 60i).." which means that the 24 genuine full frames of info are then separated, split or duplicated so that 60 separate fields are produced from those full frames, to allow the video to be recorded - and replayed - in the normal 60-interlaced-fields-per second manner.
    Now, 24 doesn't divide exactly into 60. There are 60 fields to provide every second (..they could be identical fields; they don't necessarily need to be different from each other..) but to divide up 24 frames into 60 pieces means that each of those 60 fields may contain 0.4 of a original frame. Just using simple mathematics: 24/60=0.4.
    The frames may be assigned differently, as it's unlikely that any field will be assigned 0.4 (two fifths) of a frame. Let's say that every two of the 60 fields-each-second are the same. That gives us 30 full and complete frames to be manufactured out of the original 24. That would mean that each of the 30 frames per second is composed of 1.25 of the original 24fps frames. Now, one-and-a-quarter of the original 24 squeezed into each of the recorded-to-chip 30 frames would still not really be feasible. So there must be a method to -d-i-s-t-r-i-b-u-t-e- those 24 frames more-or-less equally between the final 30 per second frames (..or 60 interleaved fields per second..) which the camcorder records onto a chip.
    The way that it's usually done is - as Adam Wilt described - chopping things up so that half-frames, i.e; "fields" of video, get distributed between the resultant 30 frames ..or 60 fields.. per second - some of which may be identical to each other, and others not.
    Here's how he describes it, starting at 24p Standard about a fifth of the way down the page: it's "..the same 2:3 or 3:2 pulldown cadence long used to transfer 24fps film to NTSC video. The first 24p frame is written to two fields of 60i video, the next is written to three, the next to two, and the next to three again, as shown in the graphic."
    So the various chopped-up portions of the original 24-distinct-and-complete-frames-captured-each-second are "farmed out" between the resultant recorded-to-chip 30 frames per second ..which Canon acknowledges are actually recorded onto the chip as being "..recorded at 60i.."
    "24p Cinema Mode" (sic), as Canon describes it, above, is a mixture of shooting at 24 frames-per-second (though it appears to be then chopped-up and redistributed as 60 interlaced fields per second, like normal video, but jerkier) to look like the 'jerky' motion of film, with optional adjustments as well to the comparative brightness of regions of the picture, to make the video look more like the 'linear' (constant) brightness changes which film records. (Video is usually made brighter in 'mid-white' or mid brightness regions of the picture, because cathode ray tube picture screens traditionally didn't cope with brightness the same way in mid-tones as in dark or very bright regions.) ..That's the "gamma" which Steve referred to.
    On the "Auto/Manual Controls" page http://www.camcorderinfo.com/content/Canon-Vixia-HF100-Camcorder-Review-35094/Au to--Manual-Controls.htm of that Camcorderinfo review which I mentioned, their description of "Cine Mode" explains that: "..Cine Mode is an alternate gamma mode for how the camcorder processes colors, meant to make the HF100 match something closer to Canon's professional line rather than the oversaturated colors standard on most consumer camcorders. When active, the highlights and shadows are compressed and the midtones are expanded. Cine mode presumes, to some extent, that you've properly lit your scene. This is not the best run-and-gun setting, as you'll lose more details in the shadows and highlights. However, if the lighting is good, the image tends to have great looking colors.."
    So, I repeat what I explained earlier, in answer to your previous question; ".."..it doesn't say what Cinema Mode does.." It takes half of one frame, adds it to another frame, and tries to produce the effect of genuine cinema film. It just produces jerky video. Don't bother with it. Don't waste this "trip of a lifetime" by shooting unsatisfactory, jerky "pretend film".
    Now if you want your video to be "Fellini-esque" - as you're going to Italy - and want it to look like films made in Italy (..instead of looking like normal video..) you could use "24p Cinema Mode" - as Canon describes it - and switch to shooting at 24p, and adjust your "gamma" (the relative brightness of mid-tones) so that your "trip of a lifetime" looks like "Juliet of the Spirits" (..though that's rather super-bright!..) or Ginger and Fred ..but if you DO want to make your video look more like film, then - as I suggested - "..practise with the camera before you go, so that you know everything about how to use it before you even get there.."
    I don't recommend Canon's "24p Cinema Mode", though, as things will look rather jerkier than normal. (..Shooting at 24p frame rate is often - mistakenly, in my view - thought to make a video look like a film, but the rate at which films are shown on cinema screens is actually two brief views of each of those 24 frames each second ..so you actually see 48 images per second, each image being shown twice ..and so the effect is rather different from simply seeing 24 images per second, which would flicker terribly. The 60i, or 30fps, manner in which those 24 frames per second are shown on a video screen differs markedly different from the 48 images-per-second which you see in a cinema or theatre. The so-called "film look" which video shooters strive for involves a different "depth of field" (amount of the shot that's in focus) when shot with a video camera, than the depth of field which a larger-frame film camera provides, too. So it's really very simplistic to think that shooting in "24p Cinema Mode" will provide a movie which really does look genuinely like a film!..)
    Anyway, as I don't want to get into a discussion with Steve, I won't post any more comments or advice in this thread, because I think that his and my temperaments don't match, and I just don't enjoy the harangue.
    Enjoy your trip to Italy, and I hope that you get lots of great footage!

  • HT201304 oh, my God. Was anything ever so poorly explained as the use of one id for multiple devices? who, where can anyone help sort out the mess that has developed?

    I have used my iphone 4s for over a year. Recently, I bought two ipod touch devices, one for each of my children. While attempting to set up their ipods, even with email advice from apple, we have become utterly confused as to whose apple id is on whose phone/ipod, why some apps automatically appear on two devices but not on the third (it varies). Most worryingly, in app purchases is DISABLED on my iphone but my children can still purchase in-app purchases without my knowledge and have run up bills (fortunately not huge bills). Why would anyone want to allow this???? If I have consciously disabled in app purchases under my apple id on my iphone, why would the default on another device be to allow in app purchases, when using my apple id?
    When setting up my children's apple ids, I wanted them to have their own apple id to avoid this kind of confusion but we got warnings that they were not allowed to have an apple id (presumably too young?) . But they have got their own ipods and should be able to purchase items using itunes cards so why cant they have an independent apple id? And what's the difference between the apple id and the itunes id?
    Is there anyone who can help clear up this mess?

    You have to diasable in app purchases on the device itself, NOT the id.
    If you want in app purchases disabled on the ipods, then you will have to do this on the ipods themselves.

  • Flash security model; completely confused

    Really, does anybody understand it? Every article I read that
    allows comments, litterelly each comment is one person saying how
    the the previous person(s) are wrong in there interpretation of the
    security model.
    Flash 8 has been out for awhile now, and I've fully read
    dozens of articles and every page in the user reference under AS2.0
    > Learning AS2.0 > Understanding security, and I am still
    utterly confused. Granted, I'm a bit slow with abstract
    comprehension, but I'm getting nowehere. I'm trying to send POST
    data to a remote server. Not trying to receive anything, just
    sending POST. Can't seem to get it to work on a server. What do I
    need to do?
    What I really need is a detailed and concise XYZ list: if you
    want to do X, you have to do ABCD, if you want to do Y, you have to
    do AD, if you want to to Z, you have to do CBA, ect. In that way I
    could at least figure out what it is I have to do, research how to
    do that, and get somewhere. Instead I'm confronted with numerous
    ways of handling security(allowScriptAccess,
    System.security.allowDomain, ExternalInterface, superdomain
    matching rules, creating serverside permission files, creating
    local registration files, different behavior in different SWF
    versions AND different behavior in different SWF Players! And much,
    much more!) And can't figure out what I need to do.
    (Sorry, got a bit ranty there... not blaming MM, it's not
    their fault they had to incorperate security measure)
    All I know is my SWF is not working. I want to be able to
    send some POST data to a remote server, compatable with Flash
    Player 6,7,and 8; I do not need to load any data. What must I do to
    allow this?
    Thanks for any guidence, it is much needed!

    In my case, there was no receiving SWF, only a sending SWF to
    a serverside page(.php or .asp or something, I don't remember).
    I don't even remember what I did to get it to work(my OP was
    5 months ago... clearly someone has been searching for answers on
    Flash security, and, like me 5 months ago, have mostly found
    unsolved/unhelpful questions :-) )... I think I created a
    crossdomain.xml file. In the end, everything was deployed on the
    same domain, I believe the same subdomain as well.
    That is still a helpful tip, though... I'll try my best to
    remember allowDomain() if I ever need cross-domain SWF-to-SWF
    interaction.

Maybe you are looking for

  • 5 apple devices one apple id

    5 allpe devices one apple id

  • What is the recommended ratio of publish nodes to dispatcher web servers for CQ5.5?

    What is the recommended ratio of publish nodes to dispatcher web servers for CQ5.5? We are getting conflicting opinions on this form the field. I realize this is a loaded question. I'd like to see how Adobe presents this opinion. In the past scaling

  • OATS 12.1

    Hi I'm currently using Oracle Test Manager 12.1.0.2.0 build 58. When i use the test manager, I'm unable to increase the node  count in the tree preferences for more than 100 and unable to open some test folders. What could be the root cause.

  • Invisible type in iwork '08

    After installing SL, tried to install iwork '08 but the type won't show up in any of the iwork programs. It is a black font, so I'm not sure why it is invisible. Any ideas?

  • 11.1.1.6 upgrade stalls on 'Error in writing.... awt.dll

    Hi, I am upgrading from 11.1.1.5 to 11.1.1.6 and the upgrade stalls with the error that it cannot write c:\oracle\middleware\oracle\Oracle_Bi1\jdk\jre\bin\awt.dll - the process cannot access the file because it is being used by another process... Bef