Would like an opinion!!  Be nice, I am a beginner!

if someone is bored, would you mind compiling / running this program and let me know where I could improve.
also, towards the end only the characters Y + N should be accepted. any ideas how to incorporate this.
class assign1{
          public static void main(String[]args){
          char surname;
          char film;
          char again;
          int people;
          double cost;
          do
               System.out.println("Please enter your surname\n\n");
               Keyboard.skipLine();
               surname = Keyboard.readChar();
               System.out.println("What film would you like to see?\n\n");
               Keyboard.skipLine();
               film = Keyboard.readChar();
               do
                    System.out.println("How many people are in your party?\n\n");
                    Keyboard.skipLine();
                    people = Keyboard.readInt();
                    if (people >10)
                         System.out.println("Sorry the maximum tickets you can purchase is 10\n");
                         System.out.println("Please try again");
                    else
                         System.out.println ("Thank you here are your ticket details\n\n");
               }while (people >= 10);
                    if (people > 6)
                         cost = (people * 4 * 0.90);
                         System.out.println("Film:" + film);
                         System.out.println("Surname:" + surname);
                         System.out.println("No in Party:" + people);
                         System.out.println("Cost:" + cost);
                    else
                         cost = (people * 4);
                         System.out.println("Film:" + film);
                         System.out.println("Surname:" + surname);
                         System.out.println("No in Party:" + people);
                         System.out.println("Cost:" + cost);
                         System.out.println("Process Another Ticket 'Y' / 'N'");
                         again = Keyboard.readChar();
          }while (again == 'y');
}

java naming conventions
class assign1{usually init but optional
          char surname;
          char film;
          char again;
          int people;
          double cost;
nested do/while cumbersome (for me)
          do
               do
               {do away with 'again', ie while( 'y' == Keyboard.readChar() )
                         again = Keyboard.readChar();
          }while (again == 'y');and always block code, ie use '{' and '}'

Similar Messages

  • Possible bad Superdrive - would like to confirm opinion

    The specs:
    iMac G5 w/ iSight
    2.1 GHz
    1 GB RAM
    OS 10.4.10
    Drive = MatsushitaDVD-R UJ-486
    Revision = FA0G
    Serial number = this is blank for some reason
    Detachable = No
    Protocol = ATAPI
    Unit number = 0
    Socket type = internal
    Burn support:
    Cache = 2048 KB
    Reads DVD = Yes
    CD-Write = -R, -RW
    DVD-Write = -R, -RW, +R, +RW, +R DL
    Burn Underrun Protection CD = Yes
    Burn Underrun Protection DVD = Yes
    Write Strategies = CD-TAO, CD-SAO, DVD-DAO
    Media = No
    The symptoms:
    When using DVDSP4 to build and burn a DVD, the DVD fails to burn almost every time. When using Disk Utility to burn an image built by DVDSP4, the burn fails about 80% of the time with the error "could not calibrate laser power level for this media".
    Also, new symptom: iMac will not start up from CD or DVD. I need this function to repair permissions and run maintenance utilities. Apple logo comes up during startup, but after a few minutes, the No System Folder symbol (or Empty Set symbol). Symptom occurs when using Tiger DVD, original OS DVD and Tech Tool Pro CD.
    Burning problem began about two months ago. System startup problem was only recently noticed.
    Changes:
    Recently, my company purchased Fuji white inkjet hub-printable DVD-R media for client projects. Before then, we used a generic brand from Edgewise Media (may have been unlabeled Fuji), IOMega brand, Maxell and Verbatim discs. All were white inkjet printable, but not all were hub-printable. It seems that the symptoms began with this new Fuji media, as the first one used was the first one to give me the problem. However, other media does not seem to be any better anymore. Only CD burning seems to be 100% effective. It is possible that this particular media somehow damaged my Superdrive. The media does not work in my Dual 1GHz G4 Superdrive, yet it works perfectly fine in another iMac G5 with the exact same specs, and my iBook G4.
    The question:
    Basically, I would like to know if anyone else has had a similar problem, and what was done about it. To me, it seems like a hardware failure, but since I cannot start up from a CD, I cannot use Hardware Test to find out. As I have been reading the threads, there seems to be a similar "this machine is a year old and never gave me this problem before" theme. My feeling is that I need to replace the drive using the Applecare warranty. The other option would be to get an external drive, which I don't want to do. Any ideas, thoughts or suggestions? Would Target Disk mode allow me to check the hardware?

    A few suggestions:
    See if your Superdrive needs cleaning. Cleaning kits can be purchased from any store that sells CD/DVDs.
    Make sure the CD/DVDs you are trying to use are not scratched and/or dirty.
    http://docs.info.apple.com/article.html?artnum=50448 How to Handle and Clean CD and DVD Discs
    Another help source (if you haven't already done so).
    Go to your OS Help Menu. In the search field type dvd
    Click on all the troubleshooting topics & Support Articles that pertain to your issue.
    You can also do the same in Disk Utility. Open same up.
    At the bottom left of the window, click on the purple button w/the "?" in the middle.
    This will bring up the Help Menu.
    Regarding your computer not starting up from your System DVD, try a 3rd party utility CD like DiskWarrior and/or TechTool Pro. Make sure you use the version compatible to your current OS.
    If none of the above works and/or no other user chimes in here, then I suggest that you contact AppleCare & get your $$$ worth before you consider purchasing any hardware. AC warranty covers hardware issues.
    You can also use the Chat with a Support Agent for support. The online chat support is available 24 hours a day, 7 days a week.
    BTW: I would like to thank you for describing your problem & your system in such detail. This makes it easier for the knowledgeable users to properly help you.
    Good luck!

  • I would like upgrade a 16-bit dll that was developed for 16-bit windows to a 32-bit dll

    I have an 16-bit dll library that was used for talking to a DAQ through Labview version 4 for windows 3.1. I would like to upgrade it so that I can make these calls through Labview version 4.0.1(32-bit). Can anybody do it for me
    Attachments:
    Megadac.llb ‏361 KB
    MEGADLL.DLL ‏240 KB
    Driver_Files.zip ‏71 KB

    "cincidude" wrote in message
    news:[email protected]..
    > I have an 16-bit dll library that was used for talking to a DAQ
    > through Labview version 4 for windows 3.1. I would like to upgrade it
    > so that I can make these calls through Labview version 4.0.1(32-bit).
    > Can anybody do it for me
    You are asking not much aren't you? I mean your DLL acesses directly the
    speaker hardware
    in the first function I looked at. Hardware access in 32 bit Windows DLLs is
    a big NONO.
    Then looking at the communication source I see that your device is
    appearently a nice GPIB
    device.
    In my humble opinion reimplementing the whole piece in LabVIEW would be just
    as hard as
    porting it properly to Win32 as a DLL. It is certainly a lot of work
    in any
    case but that
    requirement to develop the solution in LabVIEW 4.0 seems rather antiquated
    to me.

  • I deleted a contact, but they still show up in my text options to send.  I would like to delete the contact from my texts too.

    I deleted a contact, but they still show up in my text options to send.  I would like to delete the contact from my texts too.

    No don't restore your iphone. I've done that several times & it has never worked. -I still have deleted contacts in my iphone texts.  *However if you do restore it you will not lose all your data, pics, text messages etc if you backup in iCloud. It restores back to original phone. Very nice :). Anyhowwww....
    I JUST  figured it out!! :))). Remove the contact from recents.
      Start a text. You should see the deleted contact. All the way to the right of the name is a symbol. The symbol is a circle with "i" in the middle. Click that symbol then in red lettering click "remove from recents".

  • Lightroom features/bug fixes I would like to see in next version

    I love the Adobe Lightroom Application. It is very intiutive and out of the different RAW processing programs I've tried, it is the only one that has most of the features I need and has the least amount of complications. However, I think there are still places to improve upon:
    * Decouple raw processor from the monolithic software executable so that updates to the RAW camera component to add new cameras can be made without requiring huge downloads or reinstallation of a new software program but simply updating a few DLLs and files.
    * Improve performance of the Develop panel. It is extremely slow on my laptop running 32bit Windows 7 and 3GB of RAM with dual core processor (pre-Core duo). 8 to 10 seconds for the "loading" message to disappear per image no matter how often I have loaded or edited the image. No caching is being done at all.
    * On my higher powered Desktop (Quad Core2 processor/4GB RAM,Windows 7), Adobe Lightroom frequently will start behaving strangely after only a few hours of running. It seems like it is leaking resources or something because eventually functionality will start failing. Specifically, right clicking on images will no longer bring up menus for example. If i shutdown and restart the application, the problem goes away.
    * Photoshop-like healing brush. Many times I want to "brush" over areas of image defects but the only choice in Lightroom is the healing tool which always creates a circle and does not allow "brushing".  This only works if the defect is a spot and not an irregular area.
    * Adjustment with Arbitrary Mask tool. Bibble 5 has this nice concept where you can mask out a section of an image and then apply adjustments to it without affecting the rest of the image. You simply draw a mask and then you can apply adjustments to it. The only option in Lightroom is to select the "Mask" option but that leaves the decision of where exactly you want to mask to Lightroom which only uses edge contrast to determine masking area.
    * I'd like a way to tell Lightroom to update the metadata (write out) on all images that are out of sync. Right now the write metadata function will write out metadata to all files whether or not it is required. This means that it is inpractical to try to update your entire catalog as tens of thousands of files will be written to and not just those that are out of sync. This is very important as a way to preserve editing metadata in case of loss of the Lightroom catalog.
    * Option to write import metadata to imported files. For example, I have an import metadata for copyright and keywords and I want the imported JPG or DNG files to permanently have this metadata so that even if individual files are copied my copyright and other metadata are preserved with it.
    * Option to append text labels to automatically generated import destination folder names. So for example, I can still import into date based directories but append a description to help me remember what the folder contains when I'm later browsing it. Right now it is either/or. You can either choose the name of the import folder destination OR you can have the software generate one for you.
    * A google-type search box at the top of the library panel so that ad-hoc searches can be done without having to fool around with the filters. Everybody is used to a single search box for simple textual searches.
    * some way to filter images by whether they have been exported previously or not
    * Please support lens and shooting information for Sony DSLRs in both JPG and RAW files. Also support 3rd party lenses on Sony DSLRs without assigning the wrong Minolta lenses to them. I want to be able to see both Lens name, max aperture, focusing distance (if available) etc...
    * Some way to edit the Shooting lens information to support lenses which are not known to Lightroom, and if suggestion above won't be implemented, some way for the user to edit the lens id --> mapping table so that I can properly map my own 3rd party lenses.
    * Facial recognition/tagging option. Some way to have Lightroom apply people tags after I have tagged representative images. Handle multiple people in a scene.
    * Automatic (batch) export of images on schedule. I would like a way to configure Lightroom to automatically generate particular export configuration of all my images in a catalog (or some defined subset) such that new files or files that have been edited since last export are automatically exported on a schedule even if Lightroom is not running. Perhaps a Lightroom batch service. This is so that I can always  have up to date processed versions  of my images for use in my media center display. I would like to configure the Lightroom batch service to run weekly at say 2am every day, run a particular export function and export all new or modified images to a network share accessible by the media center. That way, I can always have access to cropped and edit images without manually doing exports all the time or having to remember which files I've edited and then export them. Also by doing this at off hours it would not slow down my computer while I'm using it.
    * Better profiles for Sony DSLRs and support for their picture styles the same way that Canon and Nikon camera are supported.
    * Teethering support for Sony DSLRs that have this feature
    * Support for parametric plugins -- Plugins that do not require the image to be exported before running.
    * Simple support for "picture frames" when exporting. Some way to apply a frame to an image as part of export with a dozen or so frames included and a way for 3rd parties to create more.
    * A better way to safely share catalogs or pictures between multiple computers/users in a networked environment.

    Did these come to you all at once, or have you been saving them up for a while?
    Anyway, Adobe *should* be able to handle long lists of FR, but another option is to break them up and submit them for voting on the new FR/Idea site that will shortly replace this one: (It was really hot for a while, but has cooled down lately...)
    http://feedback.photoshop.com/photoshop_family/products/photoshop_family_photoshop_lightro om
    HopeSpringsEternal2008 wrote:
    I love the Adobe Lightroom Application...
    Me too, and continue to push for improvements as well...
    HopeSpringsEternal2008 wrote:
     * Decouple raw processor from the monolithic software executable so that updates to the RAW camera component to add new cameras can be made without requiring huge downloads or reinstallation of a new software program but simply updating a few DLLs and files.
    They are already decoupled - you can update ACR independently for new camera support, however it's released at about the same frequency as Lightroom itself, so that doesn't help much. Perhaps this should be reworded: "Provide more timely ACR updates..."
    HopeSpringsEternal2008 wrote:
    * Improve performance of the Develop panel. It is extremely slow on my laptop running 32bit Windows 7 and 3GB of RAM with dual core processor (pre-Core duo). 8 to 10 seconds for the "loading" message to disappear per image no matter how often I have loaded or edited the image. No caching is being done at all.
    I've been complaining about this for a long time - ACR cache is worthless for me too - if dev image not in RAM cache, takes same amount of time to render whether in ACR disk cache or not. Some say ACR cache speeds things up for them - perhaps you need to *believe*...
    PS - After new motherboard upgrade, this went from 15 seconds to 3 seconds average.
    HopeSpringsEternal2008 wrote:
     * On my higher powered Desktop (Quad Core2 processor/4GB RAM,Windows 7), Adobe Lightroom frequently will start behaving strangely after only a few hours of running. It seems like it is leaking resources or something because eventually functionality will start failing. Specifically, right clicking on images will no longer bring up menus for example. If i shutdown and restart the application, the problem goes away.
    Yep - Lightroom still has some leaks - gotta restart it from time to time...
    HopeSpringsEternal2008 wrote:
    * Photoshop-like healing brush. Many times I want to "brush" over areas of image defects but the only choice in Lightroom is the healing tool which always creates a circle and does not allow "brushing".  This only works if the defect is a spot and not an irregular area.
    +1 vote - arguably the most desired addition to the dev tools. I bet Lr4 will have this (no inside info though).
    HopeSpringsEternal2008 wrote:
    * Adjustment with Arbitrary Mask tool. Bibble 5 has this nice concept where you can mask out a section of an image and then apply adjustments to it without affecting the rest of the image. You simply draw a mask and then you can apply adjustments to it. The only option in Lightroom is to select the "Mask" option but that leaves the decision of where exactly you want to mask to Lightroom which only uses edge contrast to determine masking area.
    +1 vote - this is one of my highest hopes for Lr(4) too: sophisticated auto-masking + manual masking: to apply to all or at least most adjustments...
    HopeSpringsEternal2008 wrote:
     * I'd like a way to tell Lightroom to update the metadata (write out) on all images that are out of sync. Right now the write metadata function will write out metadata to all files whether or not it is required. This means that it is inpractical to try to update your entire catalog as tens of thousands of files will be written to and not just those that are out of sync. This is very important as a way to preserve editing metadata in case of loss of the Lightroom catalog.
    Frequently requested - some use pre-startup database query + plugin to make collection in the mean time (I dont).
    HopeSpringsEternal2008 wrote:
    * Option to append text labels to automatically generated import destination folder names. So for example, I can still import into date based directories but append a description to help me remember what the folder contains when I'm later browsing it. Right now it is either/or. You can either choose the name of the import folder destination OR you can have the software generate one for you.
    RC Importer supports this - its an import plugin that bypasses the import dialog box - not for everyone...
    HopeSpringsEternal2008 wrote:
     * A google-type search box at the top of the library panel so that ad-hoc searches can be done without having to fool around with the filters. Everybody is used to a single search box for simple textual searches.
    Maybe the seeds of a good idea here, but may be worth some refinement/clarification - what would be searched? Would special syntax be supported? Personally, I mostly hate all 1-box search fields, because one never knows what's being searched and how, e.g. does it search the whole catalog?, is it case sensitive? On the other hand, I get the convenience factor... - I think if accompanied by help and/or the ability to pop up a dialog box for refinement or options, this might make a nice addition. Along these lines, I sometimes think a quick-smart-collection would be nice too - for when one wants to search 2 text fields, instead of just one. I keep a temporary smart collection just for this purpose, but still...
    HopeSpringsEternal2008 wrote:
     * some way to filter images by whether they have been exported previously or not
    Change detecting export plugins have mostly solved this for me (and publishing for some folks), although adding export info (and metadata change info) to catalog for searching / sorting still sounds like a good idea to me...
    HopeSpringsEternal2008 wrote:
     * Automatic (batch) export of images on schedule. I would like a way to configure Lightroom to automatically generate particular export configuration of all my images in a catalog (or some defined subset) such that new files or files that have been edited since last export are automatically exported on a schedule even if Lightroom is not running. Perhaps a Lightroom batch service. This is so that I can always  have up to date processed versions  of my images for use in my media center display. I would like to configure the Lightroom batch service to run weekly at say 2am every day, run a particular export function and export all new or modified images to a network share accessible by the media center. That way, I can always have access to cropped and edit images without manually doing exports all the time or having to remember which files I've edited and then export them. Also by doing this at off hours it would not slow down my computer while I'm using it.
    Yes, better export management would be welcome. Export Manager might help you (if you have multiple export destinations to update), but its not a panacea... Many of us ultimately "consume" our photos outside Lightroom, having the consumption copies kept up to date more fluidly would be good. Using change detecting export plugins (along with export-manager) and/or publishing helps..
    HopeSpringsEternal2008 wrote:
    * Support for parametric plugins -- Plugins that do not require the image to be exported before running.
    Yep - much room for plugins to get better integrated with Lightroom proper, to participate in image enhancement, as well as other things...
    HopeSpringsEternal2008 wrote:
    * Simple support for "picture frames" when exporting. Some way to apply a frame to an image as part of export with a dozen or so frames included and a way for 3rd parties to create more.
    That would be nice. Although support for 3rd parties to add frames *upon export* already exists (export filter plugin + export post-process actions), as well as adding text overlays and such. But since its not built into Lightroom, one has to find them and configure them... And there is no good way to preview them in Lightroom... I think this would go nicely with the previous request - ability to feed image data to plugins for preview in Lightroom. Even if these updates were not built-into the dev module - i.e. weren't kept updated automatically whilst editing - just being able to click a 'see final' button or have it rolled into the build-previews function, so one could have post-process imaging plugins (with preview before export) - might be a nice compromise until true imaging plugins (that fit into dev pipeline) are supported.
    The end - for now...
    -R

  • I would like to find a file manager/ image browser like ACDSee 32

    Coming from the Windows environment (it is where I make my living) I have found the Mac environment to be significantly different and pose a considerable learning curve especially when it comes to file management. I like to be able to view and manage files from within the same application but have yet to find something that will allow me the freedom I am used to. Ideally I am looking for something like ACDSee 32 (the last good version) which acts like a typical file manager but has a full sized preview pane as well. This allows you to preview a picture then drag and drop it into a folder of your choosing. The software also allows you to do some minor edits and create folders as well.
    Preview on my MacBook is a still born idea, iPhoto want to take all of my photos and store them in a proprietary environment (not happening) and Xie is a very nice file viewer but does nothing else. Any useful suggestions of a software that will do what I would like it to do would be appreciated.
    Thank you.

    Photoshop.

  • I would like to display my bookmarks permanently. Clicking on Firefox, Options and then checking the Bookmarks Toolbar does not do this. How can I display the bookmarks along the left margin like they used to display?

    I would like to display my bookmarks. Clicking on Firefox, then Options and then checking off the Bookmarks Toolbar does not do this.
    What do I have to do to permanently display my bookmarks?

    I asked how I could display my bookmarks permanently.
    This answer does not address that issue. Instead, it tells me how I can display my bookmarks temporarily.
    While this is nice to know, I wanted to find out how to display my bookmarks permanently - not temporarily.

  • I would like some answers

    My wife and I have been with Verizon Wireless for roughly 7 years, we currently pay approximately $270.00/month on our account and I am ready to switch to another carrier and no one from Verizon seems to care.  My wife has used the same phone for the last four years (because she gave her last upgrade to one of our children), now the phone it dead, it won't hold a charge and getting it to charge is impossible.  Her upgrade is due March 17, 2014 and we have been trying to get it upgraded early for the past week.
    We originally went to the local Verizon store and asked them if they could help, they tried to sell us some "Edge Program" were we pay full price on a phone and have the cost spread over 24 months.  After we declined that program the staff seemed to be offended and became rude and told us there was nothing else they could offer.  We then went to a non-direct store, the staff there was nice and called Verizon customer service twice trying to get the upgrade moved up, twice he was told nothing could be done.  The non-direct staff member told me to call *611 and speak with customer service myself, which I did.  I spoke with "Shamele" a customer service rep, he advised that since we were within 30 days of our upgrade he could approve it but we would have to return to the Verizon direct store in order to get the phone.  By that point my wife and I were tired and frustrated and did not want to return to the other store due to the manner in which we were treated the first time we visited them.  We decided to return home and see if we could get her phone to make it the 17 days till her upgrade was official.
    It was working till this morning when her phone officially died, as mentioned above we cannot get it to charge. My wife called *611 again and spoke with "Danielle" another customer service rep.  Danielle was courteous and told my wife she could only have an early upgrade if it is within seven days of her official upgrade date.  She also advised my wife that Shamele, the first customer service rep I spoke with, placed a note in our record indicating my request for an early upgrade and his reply that it would not be available until March 10, 7 days prior to our official upgrade.  From my recollection of the phone conversation, this is not what I remember. I would like to know who I need to speak with to have my record and phone conversation with Shamele reviewed?  If it is found I misunderstood the conversation I apologize in advance for any inconvenience I have placed on those doing the investigation.  If it is found Shamele misrepresented our conversation, I hope that he is dealt with accordingly.
    I would also like someone to explain why it is so difficult to get an early upgrade, keeping customers happy should take precedence over selling a discounted phone 17 days early.  It has been a frustrating experience and more than once my wife and I have discussed switching carriers.  Your feedback is appreciated, thank you for your time.

    You can get an upgrade up to a week early at a Verizon store. Unless your previous phone was an iPhone. At some point Verizon has to have a firm cut off date in which early upgrade are not allowed. You say "just 17 days" well the someone will want one "just 18 days" early then 19 the 20 etc etc. at what point does that stop? You can get an upgrade in 2 days. By the way if you go to another carrier they won't let you upgrade 17 days early either. Also you can upgrade anytime you want if your wiling to pay full price for the phone which is the future anyway. Subsidized upgrades will be going away within a few years if not sooner. T-Mobile started that trend and the other carriers will soon follow.

  • I would like to know how to put my .mp4 music videos into the .....

    Hello
    I finally learned how to turn my music videos into a format that will play on my ipod and I am excited as **** about the whole thing. My one problem is I can't seem to put the music videos into the music video section. I would like to put my music videos in the music video section and I plan on making some of my favorite movies into .mp4 and keep them in the movies section. I would also like to know if I can have different folders for my movies? probably not eh? I guess they might just have to be in one big pile. That's ok I guess. So what's with the music video section? It would be nice to put them there. I guess while I am waiting for a response I am just going to convert the music videos and put them in the movies section..
    Also I would like to share what program I am using to convert the files .. it's called
    " WinAVI iPod/PSP/3GP/MP4 Video Converter "
    And it works great! Someone on my Facebook account told me about it. I tried to ask people here what I should use but I don't think I got a straight answer ( either that or I am mildly ******** or something )
    One more question. How to I put my pictures into separate folders on my ipod?
    Aaron

    Hi everyone !
    please forget about the pictures question because I figured that out ok !!
    I just need to know if it is possible to put my .mp4 music videos in the music video section of iTunes and my iPod. Like I said I want to just put full length movies in the movie section. And I would like to have my movies in maybe separate folders like I said. One for Anime, One for Animation ect ect ..
    ALSO I am wondering can I make my Windows Media Player Classic the default for .mp4 files? I tried to do that but it was giving me some weird error message
    when I try and make it the default for .mp4 I get this message
    " Windows Media Player Classic does not have enough privileges to change file formats. Please click on " Modify " button To Get Administrator rights. "
    Does this mean that only Apple programs should be used to view these files?
    Aaron

  • I'm new in SAP . Would like to have some advice

    Hi Friends ...
    Hello all , perhaps I'm posting the thread into the correct thread category  , I'm really new in SAP and currently starting to put my interest into SAP . I'm currently doing IT Support (Unix Support). Previously I have no ideas about SAP and from my knowledge , jumping into sap is too costly until I found about getting to SAP academy through E-Learning which cost half of the actual normal classroom method of getting SAP certification . And obviously it pulled my interest . A few opinion and advices I would like to gather :
    1) Do you think that it worth for me to spend money for SAP certification ?
    2) What is the career prospect of an SAP certified ?
    3) What is normally the routine of the SAP consultant ? in term of the job dsecription .. I don have any ideas what is the scope of a SAP consultant .
    4) Is the SAP job marketable ? internationally ?
    5) What is the possibly of getting job for a newly certified SAP w/out experience
    6) Which is the best module that I should enroll for the certification ?
    7) What is normally market price for the SAP certified salary .
    What is other tips/advice from you for me before i start investing on getting on the SAP certification . Many thanks in advance for the advices .
    Thank you
    Regards

    Hi,
    Well looking at your queries I can suggest you to spend some time looking for the kind of requirements in the markets ( this you can find from different job portals). This answers your query number 2) and 3)
    1) Do you think that it worth for me to spend money for SAP certification ?
    This is an investment and it is really worth it
    2) What is the career prospect of an SAP certified ?
    As mentioned earlier, please check this yourself
    3) What is normally the routine of the SAP consultant ? in term of the job dsecription .. I don have any ideas what is the scope of a SAP consultant .
    As mentioned earlier, please check this yourself
    4) Is the SAP job marketable ? internationally ?
    Yes
    5) What is the possibly of getting job for a newly certified SAP w/out experience
    Good depending on your previous work experience
    6) Which is the best module that I should enroll for the certification ?
    This is always dependent on 3 things:
    1) Your academic qualifications
    2) Your professionsal experience
    3) Your interest
    7) What is normally market price for the SAP certified salary .
    Depends on your experience and as you are from IT market it varies a lot depending on your experience and the requirement of the company
    Hope this helps you.
    Do let me know in case of any specific queries.
    Regards,
    Rakesh

  • I have 8820 with ATT and would like 4.6 OS

    Hello,
    I have the 8820 and have ATT as a provider... I recently found out that I can can put in a microSD card.. so naturally I would like to get the biggest...
    I read that if you use the 4.6x.x.x. OS you can get upto 32 GB... sounds nice... so I go to AT&T and they only have 4.5.0.110...
    I read a little deeper into the forums and see that if yyou use another service providers OS you can get the 4.6.x.x.
    So my questions arer:
    1-will the 4.6 work with my 8820
    2-Where can I get the 4.6
    3-If I read correctly all I need to do is delete the vendor.xml as stated below:
    Wireless providers disfavour that, but you can install device os for your device model but from another wireless provider.
    Download device OS installation pack for your device model from another wireless provider's site.
    Install it to your desktop computer.
    Delete Vendor.xml from installed files.
    Connect your device to the desktop computer via USB and launch BB Desktop Software and after that run Application loader.
    Two important points:
    1. Download device software for your particular device model.
    2. Make backup of all your sensitive data before device OS updating.
    4-How do I back up the sensitive data???
    Thanks for help this newb
    Message Edited by fritzl65 on 08-26-2009 02:20 PM

    Oh, and once you have Snow Leopard you will probably find you have the 10.6.3 version.
    This will need updating via the Combo Updater, below, and then software updating a few times also to sort out security and iTunes.
    Mac OS X 10.6.8 Update Combo v1.1

  • I would like to see ----- Visio

    I would like to see timer recording added to the next firmware. I have a Radioyourway LX and if my Vision M would do what the LX does, GAME OVER. Please add timer recording to the Vision M. Also bookmarking for the vovies would be nice too. I do not understand why that was left out?
    Bill

    Movies do have a resume feature. It's not as good as bookmarks, but adequate for me. If I exit the movie, it remembers exactly where I left off the next time I go back to it. I doubt we'll see timed recordings, but send some emails to Creative, especially the developer relations section.

  • I would like to see more Recent Folders in the "Page Bookmarked" Dialogue

    When you choose to Bookmark a page, you see a small dialogue, in which, when you click on "Folder", you are presented with an option to choose a Folder OR SELECT FROM A LIST OF PREVIOUS FOLDERS in which you bookmarked pages.
    Unfortunately, the list of previous folders is very short. It has only 5 entries. I would like to increase this to 10 or even 15.
    Does anybody know if this is even possible?

    That's a nice addon cor-el, thank you. It does not solve my issue but it's a step in the right direction! I love that finally somebody thought at making that window resizable!

  • I would like to see Lab numbers shown in ACR.

    I would like to be able to see the lab color info in addition to the RGB numbers in Camera Raw. The
    Camera Raw color correction sliders are lab in nature, and the Lab numbers are
    easier for color correction than the RGB numbers.
    Some reasons that lab numbers are easier to use are: they don’t vary from color space to color space,
    as there is only one set of lab color numbers, and common colors like skin tones,
    natural greenery, neutrals, and skies are easy to remember.
    While I do most of my color correction in Photoshop RGB, I view the lab colors in the info tab.  It would be nice to be able to do the correction in ACR.

    See: Need lab color info in Camera Raw.
    No need to start a new thread...better to followup on the one you already started. (and the odds of getting Lab readouts isn't great, just so you know).

  • Features I would like to see in LabView to enhance documentation and transparency

    Problem1: How to make the operator aware of what a logical structure is currently doing/waiting for.
    Suggested solution: Introduce a "Header" in all the structures, including a structure NAME and a structure INFO and TEXT (all of which may be entered in ASCII, or fed a value from inside).
    Nested structures may feed values "outwards", overriding the previous text in this field.
    Thus, accessing the header of the structure "NAME" and retrieving its "INFO" you may actually get the "NAME" of the last activated sub-structure, and so forth.
    Benefits:
    a) In the code, the header will serve to enforce further documenting the purpose of the structure. On the top of a case structure (for example) you will always see it's NAME (i.e. "Machine Supervision") and for each case you feed a separate INFO (i.e. "Overcurrent has Tripped") and a TEXT (i.e. "Check this or that and press GO to continue")
    b) As each case is entered (or "continually"?) the header is made globally available to a "Header info vi" or directly to a front panel object. Thus, on the front panel the operator may easily track the actions of the program. (i.e. This program is currently doing "Machine Supervision". It is currently in state "Overcurrent has tripped". The programmer now advices you to "Check this or that and press GO to continue")
    Problem2: What really happened when things went wrong? There are many ways to solve this general problem, however...
    Suggested solution: I would like a special "Event Printer" front panel object. That is, a fifo register where info may be entered (from the "Header" above perhaps) and where the last few events may readily be displayed for the operator, much like a solid state event printer.
    Benefits: Allows the operator a nice means to track the operation of the program. (and the programmer an easy way of accomplishing it). Example printout:
    |09.00 > "Initialization" |
    |09.03 > "Machine Supervision" |
    |11.42 > > "Overcurrent has tripped"|
    (I can think of many options here, such as a selectable fifo depth, how much should be visible, scrollable or not, printing up/down or left/right, etc. This way you can make anything from a simple "current action" field, up to a scrollable historical event database from now, back to when the program was started.
    If you have a really elegant way of doing the same with current vi's, I would be interrested to learn how.
    Best regards / Ake Hansson

    All this is functionality you can create coding your own VIs. It's nice that LabVIEW comes with in-built functions fro a lot of basic tasks..it even has a wealth of functions for very specific tasks...but you got to draw the line somewhere (and let third-party developers do the rest...).
    Creating a functional global/que e.g. to hold the last status update from different processes and then read that status and display it on an indicator (or on the window status bar (using e.g. G Toolkit)) is straigtforward.
    You can create a version of each structure with string constants or controls in the upper corner(s), fed into the functional global/que...save it in a VI that you put in the user.lib directory and then set the Merge VI option in the palette...you now have a
    structure template with the header field and status que.
    MTO

Maybe you are looking for

  • Problem in using JDBC Execute commands(Update & Delete Only) with af:Table

    HI Everyone, I have one issue with Updating and Deleting Row Data using JDBC Execute commands. Suppose In My Application i have two pages, in Page 1 I have Two Command Buttons(Delete and Save) and One Input TextBox to write the String to be stored in

  • Two devices, two different podcast configurations?

    I fear I may have posed a question to the wrong sub-forum, so I'm asking again here. I'm sure someone has this answer to this, and I'd appreciate your expertise I have an iMac, and use it to sync and manage my podcast playlists for an iPod Touch and

  • Global Variables Vs Form Library Package Variables Vs DB Package Variables

    I realise this question has been asked a few times with varying degrees of answers, but I am still seeking comment/advice from others. I am aware of following options for retaining persistent data to share between forms. 1. Package variables in a lib

  • Having trouble implementing Captivate simulation in an iFrame

    Hi all, hoping you can give me some pointers. I'm trying to implement Captivate scalable html5 simulations in a proprietary LMS that requires that I place it in an iFrame.  It works, but the scaling is not working properly.  Immediately upon loading,

  • ANT and JUnit in weblogic

    Hi. I see that the problem with ant and junit is discussed here, but with no absolutte solution. The problem: I create an build.xml containing the <junit>-task and want to run this from within the BEA Workshop. The standard error-message is that it c