Is finally good for anything?

Perhaps I'm missing something, but as I perceive it, the "finally" clause of a try/catch block has no purpose?
In every case I can imagine, it could be removed entirely, the code encapsulated within instead pasted after the block, with no change in the actual code execution.
What am I missing?

I don't really understand. I'll try an example.
try
{ someCode();
catch ( someException e )
{ someOtherCode();
finally
{ someFinalCode();
someOtherFinalCode();My assertion is : in all cases where someFinalCode()
executes, someOtherFinalCode() also executes.
Is there any case where this is not true?
Got tired of this argument a long time ago... but think of the example of when it:
a) throws an exception which you are not catching (your method can throw the exception back to its caller instead of handling it there, or throws an unchecked exception)
b) has a return statement inside the finally block which gets executed

Similar Messages

  • Is raid good for anything or faster using 2 different harddisks?

    I have raid on my msi kt3ultra2, should I make use of it? is it any faster if I put my second hd on it?
    Both hd's are splitted into two and each server their purpose, so I have no intention of running two identical systems.

    Hi Danielsan,
    RAID only comes faster when you set 2 identical HDD as an array for RAID 0. If you're using 2 different HDDs, the different performance for each HDD may impact the performance of the RAID 0 to even worse than a single drive performance.
    If you have critical data and want instant backup, RAID 1 serves you well where the data is 100% mirrored on the 2nd HDD. This RAID 1 does not provide any performance edge as RAID 0 though.
    You can also use the IDE3 and IDE4 for single drive operation with some workaround.
    Some would suggest to use modded BIOS (which void the warranty) to flash Ultra ATA133 controller to the BIOS and lose RAID function, then you can use both IDE3 and IDE4 for single drive and even optical drives.
    Basically that's all you can get from the RAID IDE3 and IDE4 on the board.

  • A final solution for upload/download BLOB on JSP?

    Hello there, greetings to forum,
    I am working on JSPs and Oracle 9i with Tomcat 4.1.29. Suppose we have the very simple example of a user who registers through an HTML form by entering his name, surname and his picture via the "Browse" field (input type="file" etc). Everything so far so good for now until the next page waits for the parameters.
    My main problem is how to tell my server (tomcat) that the remote user browsed his file from e.g. c:\docs\pics\vacation\ ??? As far as i can remember the JSP code is server sided so i can't tell tomcat that the file is in c:\docs\pics\vation\ . And finally: how do i grab the picture for the user's dir? The rest i know, how to put it in the BLOB column and so on. And also, is there any way of checking if the user uploads a photo or anything else except than examining the extension?
    Thanx in advance, be well all.

    Can you do me the favor of sending the new SYMCJIT.DLL file, I
    need it badly, I have a test coming up and I still havent been
    able to install Oracle Personal on my computer. Also do you know
    if I need to install the Form Builder first and then Personal
    Oracle? But before I forget I dont have a P4, so if this file
    doesnt associate to the issue that I cant install on Win XP,
    then you can disregard this note.
    Thank You,
    New user & loving it.
    Dear all,
    I have a new SYMCJIT.DLL file that can solve this problem. This
    is only a 26.4 K file. If any body require this please send me a
    mail.
    I there anybody who could install D2K 6i rel 2 on P4 with
    windows XP?
    Take care,
    [email protected]

  • K7N420 Pro v.1.0 - No support for anything over 100Mhz FSB

    I have the MSI K7N420 Pro v.1.0 and I've tried 3 different known good CPUs in this board.  (2 Athlon XP 1700+ and 1 Athlon 1.2ghz).  Both Athlon XPs are designated: AX1700DMT3C, while the 1.2Ghz is designated A1200AMS3C.  I tried several different memory modules from 128MB to 512MB individually and in pairs / and in one memory slot at a time or side-by-side slots.  And two PSUs: 1 250W Enlight and a 500W "off brand".  I have 1 IDE hard drive and 1 CD ROM.  I was able to install Windows once, using one of the 1700+, but then realized that it only registered as a 1100Ghz.  Went into the BIOS and changed it to the proper setting (133/266/66) and it registered as the 1700+.  But soon after the boot the system just goes black and halts.  After a long diagnosis (and updating the BIOS), I've found that when I raise the FSB setting to anything over 100Mhz, the motherboard can't handle it.  What is that all about?  Is this motherboard FUBAR or what?

    The high temp. is partly because of the fast memory. It can however get bettered with a reseating of the processor, or rather a better processor heat sink & fan (HSF).
    Before you give up, try this:
    Reseating time
    You need:
    a star shaped, Philips screwdriver, and an ordinary flat one
    strong, preferably chemical alcohole and/or Acetonic
    a tuss of cotton
    clean, preferably dust free cloths
    thermal grease, preferably Arctic Silver
    good light and a large kitchen table
    some patience
    a vacuum cleaner, preferably reversible, or a can of compressed air is not bad.
    Pull the power cable out, and disconnect mouse, keyboard and such cables from the rear.
    Put the case with the open side up on the kitchen table or similar. Have a newspaper under to prevent scratches.
    Disconnect all cabling and possible AGP- and PCI-cards from the motherboard. It isn't absolutely necessary, but you might as well take the memory out too, as it will give you more freedom later.
    With a philips screwdriver /star shaped/ unfasten the motherboard. When lifting it out I normally use the heat sink. Lift slowly.
    Put the motherboard beside the case on something a bit soft, a cloth or a thick newspaper. Use an ordinary, flat, screwdriver to unfasten the heat sink. You push a clip down, and when that is loose it's easy to lift the heat sink off.
    Clean both the bottom of the heat sink and the processor chip from old thermal grease. This is important! Strong alcohole and oil free Acetonic and a tuss(?) of cotton are good for this. After the cleaning, dry with a clean cloth.
    If it is possible, use high-pressure air to blow the heat sink fins free of dust.
    Make a note of the model no. on the processor.
    Put the processor back on. Add a small drop of new thermal grease on the very chip of the processor. The drop might be half the size of a corn of rice. Spread it out with a plastic card: American Express Gold. 
    Make a virtual seating of the heat sink, so you are sure where to finally fasten the clip.
    This might sound like a major task, but when prepared you'll do it in about fifteen minutes.
    Before putting the motherboard back, you might have a look to see if the case needs some dry cleaning. Also have a look at the PSU and the cards. Don't use anything than air.
    Here is some additional, illustrated, guidance:
    http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/23986.pdf

  • What is Hashtable.clone() good for?

    I want to make a copy of a Hashtable. I read the javadoc of Hashtable.clone() and it says:
    "Creates a shallow copy of this hashtable. All the structure of the hashtable itself is copied, but the keys and values are not cloned. This is a relatively expensive operation. "
    What does this mean? I want my copy to be de-coupled from the original, i.e. when i change anything in my copy, the original should be untouched. But the sentence "the keys and values are not cloned" seems to result in a coupled copy. So I have to copy all keys/values into a new Hashtable object myself. Leading to the question: what is Hashtable.clone() good for?

    I prefer this to ad hoc speed testing classes.
    import java.util.*;
    public class SpeedTester{
        public static final long OUTER_ITERATIONS = 100;
        public static final long INNER_ITERATIONS = 10;
        public static void main(String[] args)    {
            Data[] data = {new StringData()};
            Test[] tests = {new TreeMapTest(), new HashMapTest()};
            long[] times = new long[tests.length];
            for (int j = 0; j < OUTER_ITERATIONS; j++)
                for (int k = 0; k < data.length; k++)
                    data[k].create();
                for (int k = 0; k < tests.length; k++)
                    System.gc();
                    times[k] += test(tests[k]);
            for (int j = 0; j < tests.length; j++)
                System.out.println(tests[j].getClass().getName() + ": " + times[j] + " - "
                    + ((double) times[j]) / (OUTER_ITERATIONS * INNER_ITERATIONS)
                    + " millis per test");
        public static long test(Test test)
            long start = System.currentTimeMillis();
            for (int j = 0; j < INNER_ITERATIONS; j++) test.test();
            return System.currentTimeMillis() - start;
    interface Data{
        public void create();
    interface Test{
        public void test();
    class StringData implements Data
        static Random random = new Random();
        static String[] words;
        public static String test;
        public void create()
            words = new String[random.nextInt(4990) + 10];
            for(int i=0; i < words.length; ++i) words[i] = nextWord();
        public String nextWord()
            char[] chars = new char[random.nextInt(16)];
            for (int i=0; i<chars.length; ++i)
                chars[i] = (char) random.nextInt(0x10000);
            return new String(chars);
    class TreeMapTest implements Test
        public void test()
            Map m = new TreeMap(String.CASE_INSENSITIVE_ORDER);
            for(int i=0; i < StringData.words.length; ++i)
                m.put(StringData.words,null);
    class HashMapTest implements Test
    public void test()
    Map m = new HashMap();
    for(int i=0; i < StringData.words.length; ++i)
    m.put(StringData.words[i].toUpperCase(),null);

  • My search media bar brings up the stuff I want when I search for it but won't let me click on the results for anything.

    Hi guys, I've been having troubles with my search bar for searching media in itunes. It worked a while ago but now when I search it brings up results and the results I want but it won't let me click them for anything. I can't go to the song, album or artist or add it to the song queue. It's really annoying to go through my library and search for a specific song without using the search. Please Help!
    Thank You!

    you said you turned your phone off. was it a reboot, or an off? Ive noticed that if the memory is low and you have
    a lot of apps or processes running, it really causes the system lag. Try holding down the top button and home button at the same time. Then wait until it has powered down. In 60 sec or so, restart it the same way. Should fix your issue. There is an app I use called Lite Scan. It allows me to see what is running and it will free up 30mg at a time. Not much granted but enuf to keep the system from going to a crawl.
    as far as your device in itunes goes, open itunes, without your phone connected. look in the advance settings and make sure everything is as it should be. Back up your data and try again. good luck

  • Is this program good for first timers or college students?

    Is this program good for first timers or college students?

    After Effects is a program that can do a simple transition between two still images or produce any composite you have seen in a feature film. The only thing After Effects cannot do is create, edit, and animate 3D models like robots or space ships. You can, however, in concert with a 3D app do anything you have ever seen on the screen and, if you are really creative and talented, probably do something we have not seen yet. You can achieve a successful first project by following these 3 videos: Basic Workflow
    It may take years of experimenting and research to create something we have not seen yet. Starting to learn to use After Effects is like having the key to the Snap On truck and access to all the tools. You just have to gain enough knowledge to use them all.

  • Alone is supposed to be good for a laugh

    Being knows that you that alone is supposed to be good for a laugh
    http://www.burtellfire.com/?q=node/141543
    http://www.burtellfire.com/?q=node/141571
    http://www.burtellfire.com/?q=node/141592
    http://www.burtellfire.com/?q=node/141617
    http://www.burtellfire.com/?q=node/141647
    http://www.burtellfire.com/?q=node/141685
    http://www.burtellfire.com/?q=node/141954
    http://www.burtellfire.com/?q=node/141972
    http://www.burtellfire.com/?q=node/141996
    http://www.burtellfire.com/?q=node/142017
    http://www.burtellfire.com/?q=node/142038
    http://www.burtellfire.com/?q=node/142068
    http://www.burtellfire.com/?q=node/142102
    http://www.burtellfire.com/?q=node/142129
    http://www.burtellfire.com/?q=node/142155
    http://www.burtellfire.com/?q=node/142180
    http://www.burtellfire.com/?q=node/142205
    http://www.burtellfire.com/?q=node/142230
    http://www.burtellfire.com/?q=node/142261
    http://www.burtellfire.com/?q=node/142290
    http://www.burtellfire.com/?q=node/142326
    http://www.burtellfire.com/?q=node/142356
    http://www.burtellfire.com/?q=node/142379
    http://www.burtellfire.com/?q=node/142406
    http://www.burtellfire.com/?q=node/142433
    http://www.burtellfire.com/?q=node/142458
    http://www.burtellfire.com/?q=node/142513
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=87725
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=87787
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=87820
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=87864
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=87906
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=87947
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88031
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88127
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88187
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88240
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88280
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88348
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88451
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88515
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88618
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88697
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88763
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88794
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88836
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88862
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88908
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=88956
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=89004
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=89049
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=89075
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=89158
    http://pcarsoceania.com/forums/viewtopic.php?f=5&t=89333
    http://www.burtellfire.com/?q=node/137175
    http://www.burtellfire.com/?q=node/137507
    http://www.burtellfire.com/?q=node/137581
    http://www.burtellfire.com/?q=node/137706
    http://www.burtellfire.com/?q=node/137827
    http://www.burtellfire.com/?q=node/137849
    http://www.burtellfire.com/?q=node/137900
    http://www.burtellfire.com/?q=node/137941
    http://www.burtellfire.com/?q=node/137975
    http://www.burtellfire.com/?q=node/138010
    http://www.burtellfire.com/?q=node/138029
    http://www.burtellfire.com/?q=node/138057
    http://www.burtellfire.com/?q=node/138075
    http://www.burtellfire.com/?q=node/138086
    http://www.burtellfire.com/?q=node/138103
    http://www.burtellfire.com/?q=node/138119
    http://www.burtellfire.com/?q=node/138140
    http://www.burtellfire.com/?q=node/138156
    http://www.burtellfire.com/?q=node/138176
    http://www.burtellfire.com/?q=node/138197
    http://www.burtellfire.com/?q=node/138226
    http://www.burtellfire.com/?q=node/138257
    http://www.burtellfire.com/?q=node/138287
    http://www.burtellfire.com/?q=node/138313
    http://www.burtellfire.com/?q=node/138338
    http://www.burtellfire.com/?q=node/138387
    http://www.burtellfire.com/?q=node/138481

    Please do the following.<br><br>
    #In the location bar at the top, type '''about:config''' and hit Enter.<br><br>
    #In the filter at the top, copy/paste the following setting: '''browser.download.manager.scanWhenDone'''<br><br>
    #Then double click it to change the setting from "True" to '''''False'''''.<br><br>
    #Then close Firefox via File | Exit and restart it again.<br><br>
    #Finally, go download a file again, right click it and choose "Open Containing Folder". Should be in the folder it was downloaded to.
    Incidentally, your Flash installation is seriously out of date and a security risk as is Java too.
    Update both by going to these links:<br><br>
    * http://www.java.com/en/<br><br>
    * http://get.adobe.com/flashplayer/<br><br>
    Here's the relevant Adobe security advisory: http://www.adobe.com/support/security/advisories/apsa11-02.html

  • Is this macbook pro MD101B/A good for £670

    i have been offered this macbook pro but not retina display, good for £670
    specs
    2.5GHZ dual core Intel Core i5 with 3mb l3 cache (turbo boost to 3.1ghz)
    4gb 1600mhz ddr3 sdram
    500gb 5400 rpm hard drive
    13.3 inch led-backlit glossy widescreen display 1280 by 800
    intel HD Graphics 4000
    Built in facetime camera
    8x slot loading super drive (dvd+r dvd+rw cd-rw)
    thunderbolt port
    sdxc card slot
    firewire800 port
    2 x usb 3.0 ports
    optical digital audio output, stereo speakers
    10/100/1000 base-t ethernet
    802.11n wi-fi and bluetooth 4.0
    backlit keyboard and ambient light sensor
    Pre-installed Mac OS-X and iLife
    Many thanks in advance x

    Hi Hun
    Thank you so much for your advice. And yes it worked out perfectly i am so happy with it, it is a fabulous machine, i love apple products that are very impressive with regards to technology and keeping out the viruses that all other computers can get.
    I told my husband that he should be lucky and he laughed lol, yes he loves it too.  When we pay for something here we are very protected even if its a private sale, even better when through paypal, which is a good thing.  The trading standards here are very strict and have to pass all sorts and if no its thrown out plus the banks give us protection when we buy something too, if its not what it should be we are reimbursed and the seller has to pay the bank then, so yes we are very lucky.
    I agree this community is fabulous, plus i am very happy also as i was able to "pay it forward" too i answered somebody's question that i knew the answer to i was so chuffed to bits hehe.
    Du to my disabilities i have to spend lots of time in hospital and when at home i spend most the time on the bed due to my spinal injury, from hit and run, so robert bought me the iPad 2 when it girst came out and i have love it all the time, still do but wanted to be able to do lots more so we decided to buy another macbook and so glad i found this one, whether i have to lie down or sit on the couch even for short periods i have the macbook on a lap try, has polystyrene balls in then a hard tray attached to it so the macbook is ver on anything soft, so it is very protected.
    Well sweet thank you so much for all your help, and no doubt i will have to call on you again, i will click the follow button for you and may have to bug you again lol. so no doubt speak soon.
    Take real good care
    Best regards
    Tracey xx       

  • I just got InDesign CS6 and am running it on an iMac and I know the license is good for two computers which will come in very handy for me.  How do I set it up to access it from my second iMac?

    I just got InDesign CS6 and am running it on an iMac and I know the license is good for two computers which will come in very handy for me.  How do I set it up to access it from my second iMac?

    I just had an afterthought, Peter, if I could bother you further; if the downstairs iMac that I want to access it from is in my wife's name and not mine (even though I'll be the one using it on her computer) does that affect anything or can I simply load the software straight into her computer without any complications?

  • I get incomplete printing for anything in black ink. and test bars are also faint

    when printing documents the text in black comes out incomplete, some are fine, others are missing.  color images, printing are fine.  Test page comes out with extremely light for the black toner images as well as the black bars

    Hi @denwa13,
    Welcome to the HP Forums!
    I understand that you are getting incomplete printing for anything in black ink, and test bars are also faint. I am happy to help you with this printing issue!
    For further assistance, I will need some additional information:
    The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is connected, Wireless, Ethernet, or USB.
    If the printer is able to make copies.
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well. 
    If you are using Windows, please try our HP Print and Scan Doctor, and post the results!
    Please see this post, Want Good Answers? Ask Good Questions, by @Bob_Headrick, so you can get the most out of these forums.  
    Hope to hear from you soon!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • IMac Shuts Down and Won't Restart for ANYTHING!

    I'm unsure if this is the right place, but our iMac just crashed for the second time. Here are some details:
    1. It's happened before, but it was easily corrected when we switched power outlets. And even then the old outlet worked afterwards.
    2. I've looked all over for help, but all I keep seeing is reports of the same thing - which is highly annoying.
    3. I've tried all the soulutions I've seen:
    ~Shut down for 20 seconds, remove power cord, plug back in, turn on (didn't work), hold D.
    ~Take out RAM modules and put back in
    I got a response from the latter "solution", but it didn't go past the start up whir, but not the start up sound.
    It's not turning on for anything, what the heck do I do now?!
    • January 2009 Mac (21")
    • 4GB RAM
    • 1 TB HD
    • Good power source
    • EXPENSIVE!
    And those were the details on our actual Mac.
    Please help!
    SSD~

    This is the formal procedure for doing an SMC reset (disconnecting from power and reconnecting)
    http://support.apple.com/kb/HT3964
    so be sure you followed it precisely, instead of just unplugging it. Also, while doing this procedure, you should disconnect ALL cables. If you have been using a crowded or old power strip, connect it directly to the wall outlet, at least initially for this test. Power it up with nothing connected except for the power cord. If it starts up properly, connect just your keyboard/mouse and use it that way for a while. If the iMac is working properly at this point, you should also reset PRAM
    http://support.apple.com/kb/HT1379
    If all is well, add you peripheral devices back, one at a time if possible. If the problem recurs at some point, note which device was added last. USB and FireWire devices can become defective, or otherwise interfere with sleep, wake, startup, and shutdown.
    If the problem still occurs, even after the SMC reset when you power up with nothing connected (except the power cord) or when you are using it with ONLY your keyboard/mouse connected, you should have it looked at by a technician at an Apple Store or Apple-certified repair shop. If you got it January 2009, it is still under the one-year warranty.

  • Keeping number of files in check is good for your Mac

    I just did what I thought was impossible - reduced the space on my hard drive from 2.6GB to 11GB! The Mac is flying again, hard drive is hardly audible, I am not missing anything useful, all the projects with roughs from stage 1 through 40 have been consolidated into a few examples, copies and back-ups of copies for "just in case" during a project have gone, and gems of ideas have been organised properly into present and future projects.
    I may sound like a totally disorganised worker, but not really, I can quickly find what I need, didnt really come across anything I had no recollection of, but I just fell into the trap of "whatever the size of your bin the rubbish will accumulate accordingly".
    So now I have 28GB of pure hard drive data to clone to a wiped external drive and I am looking forward to being able to back up incrementally with quality files instead of dross for that rainy day.
    It makes me wonder how much useless data other people are struggling long with, and is the upcoming trend for unlimited storage with Google and Amazon S3 services really needed?

    lfdc:
    Good for you. Getting rid of un-needed material is an excellent way to free up disk capacity. And backing up to an external FW HDD or archiving on CD or DVD, conserves more space. The graphic interface permits quite sophisticated filing systems so that even if one has a lot of data is can be organized in a way so it can be easily accessed. For example I have on major folder called DATA, in which I have nested folders, one of which e.g. is Financial. In this I have other Folders such as Taxes, Investments etc. The investment folder can is further broken into the Brokerage firms, and each of those in individual accounts, and each account with Bought and Sold for transaction statements. In this way, even with large masses of data it is easily accessible if you know exactly where it should be. Of course, every now and then something gets saved in the wrong place and that breaks the monotony trying to find it.
    Incidentally, in your first sentence you said,"reduced the space on my hard drive from 2.6GB to 11GB!" I think you meant it the other way around (I hope).
    Good luck.
    cornelius

  • My account is good for one computer. Or is it?

    My iTunes setup says that my account is good for one computer. Would that include using the iPod (account) connected and synced to my PC? Do I need to similarily setup the same or different account on my iPod? Please explain. (Note: My iPod already syncs with the CD I added to iTunes in my PC.)
     How many pieces of gear can used in this fashion (ie: iPod, iPad, iPhone, and computer), I'm guessing management on one computer plus another piece of hardware like iPod . . . or am I wrong?   
    I guess to avoid confusion . . . is one account for both sufficient and agreeable to Apple?
    Any advice or help will be appreciated.
    TIA

    Well, I'm getting on since I hit Trafalger when I was 18 (old enough to hit the pubs there but not here). I hung out at the Friend At Hand and drank Watneys (and anything else). Made it to Liverpool, Torquay, and in between. Some of my best memories. Almost had a ideal job at BOAC, but immigration quotas from the far east nixed that.   Still listen to Radio Caroline on this side of the Atlantic.
    Got my connection and account to iTunes working on both the PC and iPod now. Haven't located iTunes radio though on the iPod. Do you know if it is even possible with the older 4.2 version?
    Thanks, again.

  • Is the Hardware and Software enough/good for my needs

    I've been reading these forums and a few others and am concerned about somethings and hope some of you can help with these concerns:
    Some background and info:
    1. I've ordered a Dell XPS 720 H2C which as a Intel Core2 Extreme processor QX6700 (3.46GHz,,Overclocked) w/Quad Core Technology and 8MBcache, 4 GB RAM, Dual 768MB NVIDIA GeForce 8800GTX, 1.5TB RAID 0 HDD and a secondary 500GB SATA 3GB/s (No option for a RAID 0 secondary HDD, Windows VISTA ultimate OS.
    2. Will be buying/upgarding the Production Premium CS3 package. (currently only use PhotoShop CS3 and Flash CS3).
    3. I have a Canon XH A1 prosumer video camera (I'm an amature photographer/videographer not a professional. Software is my forte).
    My questions at this moment are to do with hardware software capabilties and workflow.
    My first project (of many I hope) is a make some corporate videos in HDV format for online marketing purposes (kind of like the videos Adobe have for CS3 - http://www.adobe.com/creativelicense/) and possibly to produce DVDs of the same.
    My first question is; Given the hardware and software, will I be able to do what I need? I really hope I don't have to go buy any more hardware. I don't mind having to do one or two more steps. to achieve the end goal (initially).
    Starting with the mode to shoot in (for the purpose stated above), what is my workflow going to be?
    i. What is the best mode to shoot in? (24f, 30f, 60i)
    ii. How do I get the video from the MiniDV tape onto my HDD and then into Premier Pro.
    iii. I need to be able to compisite multiple HDV clips to produce the final cut. Is the hardware and software good for this? On a scale of 1 to 10, what can I expect in terms of productivity.
    I've heard elsewhere that Premier Pro just don't produce true HD quality results. Is this earlier versions.
    What format/compression and dimension is the best for online viewing (I want to retain the HD quaility as far as possible.)
    Thank you all for listening and hope to hear your opinions.
    Shiv.

    Steven,
    Thank you for your quick reply and information there in. The video is very nice too. Great angles and composition.
    So I guess, I'm going to have swap my drive and re-install my OS when the machine arrives.
    I'm not going to be able to capture directly to my desktop (due to poratability reasons). So is there I way in Premire CS3 to uncompress the HDV from the camera and store it in my HDD in uncompressed format? I don't mind having to do this extra step each time if the post production experience is going to be better.
    I've heard a lot about Aspect HD from you and others here as well as other forums. I'm not very video savvy yet and don't understand a lot of the vocabulary used :). I've been to their website and don't get what their products are supposed to give me either (I guess their audience understands exactly what they are saying).
    What I do get is it decompresses the MPEG 2 to saves it to yout HDD for editing purposes. However, I would have thought the Premier Pro CS3 would have that capability as part of the product, no?
    I'd also like to use footage that is not HDV as well as photos/images (composits) but still retain the final cut to be HDV quality. Is this possible and if so, what does it do to the editing experience/performance?
    Will I be able to output the final cut back to my camera's Mini DV tape (without having to buy Aspect HD)?

Maybe you are looking for