[Have code] Need Help!!

class JavaTest{
     public static void main(String[] arg){
          String str = "123 + 456";
          String arr[] = str.split(" ");
          arr[0] // 123
arr[1] // +
arr[2] // 456
I want to output the ans which is 123+456 (579)
How??
if str = 45 - 45
i would like it output 0

public class QuickTest
     public static void main(String[] arg)
          String str = "123 + 456";
          String arr[] = str.split(" ");
          char operand = arr[1].charAt(0);
          int leftSide = Integer.parseInt(arr[0]);
          int rightSide = Integer.parseInt(arr[2]);
          int result = 0;
          switch (operand)
               case '+':
                    result = leftSide + rightSide;
                    break;
               case '-':
                    result = leftSide - rightSide;
                    break;
          System.out.println(result);
}This code works, to an extent. You might want to add more 'case' statements to allow for * and /. Also, at the moment, if you put the initial string in as "123 * 34", the program would compile and run, and give the output 0. This is obviously wrong, so you might want to write code that checks for unexpected events.
Just something to keep you going.......!

Similar Messages

  • New to code, need help please!!!

    I have been designing my first website by following a string of videos I have purchased online. (Timothy Training w/ Framework Files) I am finally to the point that I am ready to 'put' these file on my business catalyst account and get them online. I have run into an issue however. I have a page called services.html and within it I have built a 'featured content slider' that links to several pages. The code was working perfectly in any browser that I previewed it in, live view, inspections, everything was fine!! Until, I 'put' the files onto my business catalyst account, now all of the sudden the code does not display correctly anymore. I have made no changes to the code what-so-ever, no changes to the style sheets, nothing. I had a tech support guy that took a 'quick look' and said that my outer div was all of the sudden in the wrong place. I dont understand how 1. it shifted when I made no changes, 2. It works perfectly fine when I view it outside of BC platform and 3. how to even begin to fix the issue. I have spent hours upon hours trying to remedy this myself and I am finally at a breaking point and quite desperate for help. I have so many hours into this site and I am quite frustrated that I made it this far only for it to fail. Please anyone that is willing to take a look I would be grateful. I am not sure if I should post the code in here or not as this is my first post in the forum. I guess I will try to copy and paste and see if that works. Any suggestions would be great help.. Thank you so much!
    I will copy and paste the code in this order: (I think this is all the code needed to figure it out,I hope...)
    services.html
    featureList.js
    featured.css
    styles.css
    services.html
    <!DOCTYPE HTML>
    <html><!-- InstanceBegin template="/templates/ts_fullwidth.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
              <script type="text/javascript" src="js/jquery.js"></script>
        <link href="css/styles.css" rel="stylesheet" type"text/css" media="screen">
        <link href="css/print.css" rel="stylesheet" type"text/css" media="screen">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="Content-Type" content="cache" />
        <meta name= "robots" content="INDEX,FOLLOW" />
        <meta name= "keywords" content="Enter Keywords" />
        <meta name= "description" content="Description Here" />
    <!-- InstanceBeginEditable name="doctitle" -->
        <title>Web Site by Tahoe POS Systems LLC - www.tahoesystems.com</title>
                  <script type="text/javascript" src="js/featureList.js"></script>
        <link rel="stylesheet" href="css/featured.css" />
              <script language="javascript">
                        $(document).ready(function() {
                                  $.featureList(
                                            $("#tabs li a"),
                                            $("#output li"), {
                                                      start_item          :          1
              </script>
        <!-- InstanceEndEditable -->
        <!-- Google Analytics Code Goes Below Here -->
        <!-- End Google Analytics Code -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="outer">
              <div id="wrapper">
                        <div id="logo">
                      <img src="images/logos/logo2.png" />
            </div>
            <div id="social-media-icons">
                      <ul>
                          <li><a href="http://www.facebook.com/tahoesystems"><img src="images/icons/facebook_32.png" /></a></li>
                    <li><a href="#"><img src="images/icons/rss_32.png" /></a></li>
                    <li><a href="http://www.twitter.com"><img src="images/icons/twitter_32.png" /></a></li>
                    <li><a href="http://www.youtube.com"><img src="images/icons/youtube_32.png" /></a></li>
              </ul>   
            </div>
            <div id="topnav">
                      <ul>
                          <li><a href="index.html">HOME</a></li>
                    <li><a href="about.html">ABOUT US</a></li>
                    <li><a href="clients.html">CLIENTS</a></li>
                    <li><a href="services.html">SERVICES</a></li>
                    <li><a href="contact.html">CONTACT US</a></li>
                </ul>   
            </div>
            <div id="banner">
                      <img src="images/banner/b1.png" />
            </div>
            <div id="content-fullwidth"><!-- InstanceBeginEditable name="content" -->
              <h1>Welcome to Tahoe Systems Web Site!</h1>
              <p>Our Mission – To ensure your restaurant, bar, café, diner, or eatery operates smoothly. Streamline your workflow by providing the latest, most up-to-date technology the industry has to offer. Maximize your profits with a personalized POS system that works for you and not against you. Ease your stress with the quickest, most reliable, 24-hour technical support in the area. Train your staff in person with one-on-one classes taught by one of our certified staff.</p>
           <div id="feature">
                        <h1>Featured Tahoe Systems Services</h1>
            <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
                                  <div id="feature_list">
                                            <ul id="tabs">
                                                      <li>
                                                                <a href="javascript:;">
                                                                <img src="images/icons/ts_star_logo.png" />
                                                                          <h3>Complete Menu Design</h3>
                                                                          <span>Complete with our well-known Fast Bar Page </span>
                                                                </a>
                                                      </li>
                                                      <li>
                                                                <a href="javascript:;">
                                                                          <img src="images/icons/ts_star_logo.png" />
                                                                          <h3>Kitchen Printing with ease</h3>
                                                                          <span>Top of the line printing systems</span>
                                                                </a>
                                                      </li>
                                                      <li>
                                                                <a href="javascript:;">
                                                                <img src="images/icons/ts_star_logo.png" />
                                                                          <h3>VPEN Monitor Systems</h3>
                                                                          <span>HD Screens, Bump Bars, We can do it all!</span>
                                                                </a>
                                                      </li>
                                            </ul>
                                  <ul id="output">
                                                      <li>
                                                                <img src="images/feature_slider/menu-sample2.jpg" />
                                                                <a href="menu.html">Menu Gallery</a>
                                                      </li>
                                                      <li>
                                                                <img src="images/feature_slider/tmu220.jpg" />
                                                                <a href="print.html">Printing Gallery</a>
                                                      </li>
                                                      <li>
                                                                <img src="images/feature_slider/kds_hnet.jpg" />
                                                                <a href="vpen.html">VPEN Gallery</a>
                                                      </li>
                                            </ul>
                                  </div>
              </div>
              <p>Our Mission – To ensure your restaurant, bar, café, diner, or eatery operates smoothly. Streamline your workflow by providing the latest, most up-to-date technology the industry has to offer. Maximize your profits with a personalized POS system that works for you and not against you. Ease your stress with the quickest, most reliable, 24-hour technical support in the area. Train your staff in person with one-on-one classes taught by one of our certified staff.</p>
            <!-- InstanceEndEditable --></div>
            <div id="footer">
                       <p class="footer-text">All Rights Reserved - Tahoe Systems - 2012</p>
            </div>
       </div>
    </div>
    </body>
    <!-- InstanceEnd --></html>
    featureList.js
    * FeatureList - simple and easy creation of an interactive "Featured Items" widget
    * Examples and documentation at: http://jqueryglobe.com/article/feature_list/
    * Version: 1.0.0 (01/09/2009)
    * Copyright (c) 2009 jQueryGlobe
    * Licensed under the MIT License: http://en.wikipedia.org/wiki/MIT_License
    * Requires: jQuery v1.3+
    ;(function($) {
              $.fn.featureList = function(options) {
                        var tabs          = $(this);
                        var output          = $(options.output);
                        new jQuery.featureList(tabs, output, options);
                        return this;
              $.featureList = function(tabs, output, options) {
                        function slide(nr) {
                                  if (typeof nr == "undefined") {
                                            nr = visible_item + 1;
                                            nr = nr >= total_items ? 0 : nr;
                                  tabs.removeClass('current').filter(":eq(" + nr + ")").addClass('current');
                                  output.stop(true, true).filter(":visible").fadeOut();
                                  output.filter(":eq(" + nr + ")").fadeIn(function() {
                                            visible_item = nr;
                        var options                              = options || {};
                        var total_items                    = tabs.length;
                        var visible_item          = options.start_item || 0;
                        options.pause_on_hover                    = options.pause_on_hover                    || true;
                        options.transition_interval          = options.transition_interval          || 5000;
                        output.hide().eq( visible_item ).show();
                        tabs.eq( visible_item ).addClass('current');
                        tabs.click(function() {
                                  if ($(this).hasClass('current')) {
                                            return false;
                                  slide( tabs.index( this) );
                        if (options.transition_interval > 0) {
                                  var timer = setInterval(function () {
                                            slide();
                                  }, options.transition_interval);
                                  if (options.pause_on_hover) {
                                            tabs.mouseenter(function() {
                                                      clearInterval( timer );
                                            }).mouseleave(function() {
                                                      clearInterval( timer );
                                                      timer = setInterval(function () {
                                                                slide();
                                                      }, options.transition_interval);
    })(jQuery);
    featured.css
    #feature
    font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    width: 750px; /* This is the width  */
    margin: 25px auto; /* margin top/bottom and centering  */
    padding: 20px; /* Padding inside */
    background: #FFF;
    /* Background color  */
    border: 1px solid #CCC; /* border around  */
    #feature h1 { margin: 0; }
    #feature p
    { margin: 0; padding: 7px 0; }
    .clear
    { clear: both; line-height: 1px; font-size: 1px; }
    #feature a
    { outline-color: #888;
    #feature h3 { margin: 0;
    padding: 7px 0 0 0;
    font-size: 16px; text-transform: uppercase;
    ul#tabs li a h3
    { color:#F60; margin-bottom: 5px; ; }
    div#feature_list
    width: 750px; height: 240px;
    overflow: hidden; position: relative;
    div#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    ul#tabs {
    left: 0;
    z-index: 2;
    width: 320px;
    ul#tabs li { font-size: 12px; font-family: Arial; }
    ul#tabs li img {
    padding: 5px; border: none; margin: 0px 10px 0 0;
    float: left;
    ul#tabs li a
    color: #222;
    text-decoration: none;
    display: block;
    padding: 10px;
    height: 60px;
    outline: none;
    ul#tabs li a:hover { color:#822B00; }
    ul#tabs li a.current {
    background:url(../images/feature-tab-current.png);
    color: #FFF;
    ul#tabs li a.current:hover {
    text-decoration: none;
    cursor: default;
    ul#output {
    right: 0;
    width: 460px; height: 240px;
    position: relative;
    ul#output li {
    position: absolute;
    width: 460px; height: 240px;
    ul#output li a {
    position: absolute;
    bottom: 10px; right: 10px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    background: #000;
    -moz-border-radius: 5px;
    ul#output li a:hover { background:#B33A00; }
    and finally styles.css
    /* CSS Document */
    /* Color Legend */
    /* Reset */
    html, body { margin; 0; padding: 0; border: 0; background: transparent; font-size:10px; }
    div, span, article, aside, footer, header, hgroup, nav, section,
    h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
    table, tr, th, td, tbody, tfoot, thead {
              margin: 0;
              padding: 0;
              border: 0;
              verticle-align: baseline;
              background: transparent; }
    img                    {margin: 0; padding: 0; border: 0; }
    table, tr, th, td, tbody, tfoot, thead {
              margin: 0; padding: 0; border: 0;
              verticle-align: baseline;
              background: transparent; }
    table {border-collapse: collapse; border-spacing: 0; }
    input, select, textarea, form, fieldset {
              margin: 0; padding: 0; border: 0; }
    article, aside, dialog, figure, footer, header, hgroup, nav, section {
              display:block; }
    h1, h2, h3, h4, h5, h6, p, li, blockqutoe, td, th, a, caption, em, strong, strike {
              font-family: Arial, Helvetica, sans-serif;
              font-size:100%;
              font-weight: normal;
              font-style: normal;
              line-height: 100%;
              text-indent: 0;
              text-decoration: none;
              text-align: left;
              color: #000; }
    ol, ul, { list-style: none; }
    /* Global */
    html          {          }
    body          {          background-color:#E8DDCA;
                                  background-image:url(../images/background/roiBody_11.png);
                                  background-repeat:no-repeat;
                                  background-attachment:fixed; }
    /* Headings */
    h1, h2, h3, h4, h5, h6 { font-weight: bold; }
    h1 { font-size:24px; color: #C60 ;
                        padding-bottom: 15px; border-bottom: 1px #ccc solid; margin-bottom: 15px; }
    h2 { font-size: 20px; }
    h3 {font-size: 16px; margin-bottom: 5px; }
    h4 {font-size: 14px; }
    h5 {font-size: 14px; }
    h6 {font-size: 14px; }
    h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, {margin: 0; }
    /* Text Elements */
    p                                        { color:#000; font-size: 12px; line-height: 150%;
                                                      margin: 15px 0px; }
    p. left                              {margin: 1.5em 1.5em 1.5em 0; padding: 0; }
    p. right                     {margin: 1.5em 0 1.5em 1.5em; padding: 0; }
    a                                        {          }
    a:link                              {color: #00f; }
    a:visited                    {color: #0f0; }
    a:active                    {color: #000; }
    a:focus                              {color: #666; }
    a:hover                              {color: #f00; }
    blockquote                    {color: #000; font-size: 12px; }
    strong                              { font-weight: bold; }
    em                                         {font-style: italic; }
    /* Images */
    .image-frame          { padding: 10px; border: 1px #ccc solid; margin: 10px; }
    /* Lists */
    ul                                        {          }
    ol                                        { list-style-type:decimal; }
    ul li                              {color: #000; font-size: 12px; }
    ol li                              {color: #000; font-size: 12px; }
    dl                                        {          }
    dt                                        {          }
    dd                                        {          }
    /* Tables */
    table                              { width: 100%; }
    tr                                         {          }
    .odd                              { background-color: #eee; }
    .even                              { background-color: #fff; }
    th                                         { font-weight:bold; }
    thead, th                    { background: #ccc; }
    tbody                              {          }
    th,td,caption           {          }
    caption                     {          }
    tfoot                              {          }
    .tfooter                    { background-color:#ccc; text-align: center; font-style: italic;
    caption                              { background-color: #efefef;
    /* Miscelaneous */
    sup, sub                    {line-height: 0; }
    abbr, acronym          { border-bottom: dotted #666; }
    address                              {          }
    del                                        {background: #ffcece; color: #f00; }
    code, pre                    { background-color:#ff9; padding: 2px 0px; margin: 4px 25px;
                                                      font-family: "Courier New", Courier, monospace; font-size: 12px; font-weight:bold
    /* Containers */
    #outer                              { width:960px; margin:0 auto; background-color:#FFF; }
    #wrapper                    { width:900px; margin:0 auto; background-color:#FFF; }
    #logo                              { margin:30px 0; float: left; }
    #social-media-icons                     { float:right;                               }
    #social-media-icons ul li           { display: inline;                     }
    #social-media-icons ul                    { margin-top: 40px;           }
    #topnav                                        { clear: both; }
    #topnav ul                              { border-top: 1px #000 solid; border-bottom: 1px #000 solid;
                                                                margin: 20px 0; padding: 10px 0; }
    #topnav ul li                    { display: inline          }
    #topnav ul li a                    { padding: 0 15px;          }
    #topnav          a:link                              {color: #000; }
    #topnav          a:visited                    {color: #000; }
    #topnav          a:active                    {color: #000; }
    #topnav          a:focus                              {color: #666; }
    #topnav          a:hover                              {color: #F90; }
    #banner                                        { margin-bottom: 30px;           }
    #slider                                        { margin-bottom: 30px; }
    #content                              { width: 650px; float: left;          }
    #content-fullwidth          { width: 100%; }
    #rightside                              { width: 200px; float: right;          }
    #footer                                        { clear: both; margin-top: 20px 0; border-top: 1px #ccc solid;          padding-bottom: 20px; }
    #box1          { width: 250px; float: left; margin: 25px; 
                                  border-top: 15px #666 solid; background-color:#EEE;          }
    #box2          { width: 250px;          float: left; margin: 25px;
                                  border-top: 15px #3E5838 solid; background-color:#EEE;          }
    #box3          { width: 250px;          float: left; margin: 25px;
                                  border-top: 15px #386165 solid; background-color:#EEE;          }
    #box1 h3, #box2 h3, #box3 h3 { margin: 20px 10px 10px 10px; }
    #box1 p, #box2 p, #box3 p { margin: 5px 10px 10px 10px; }
    #box4          {                    }
    #box5          {                    }
    #box6          {                    }
    /* Layout Extra */
    /* Navigation Extra */
    /* Forms */
    form ol { list-style-type:none; }
    form           { text-align:left; margin:20px;          }
    label           {
                        float: left; width: 150px; margin-top:5px;
                        text-align:right; display:block; background:none; font-weight:bold;
    submit          { background:none;           }
    input           {
                        width: 280px; margin:0 0 16px 10px;
                        border:1px #bbb solid; padding:5px; background:none;
    input:focus, textarea:focus          { background-color:#FF9; }
    textarea {
                        width: 280px; height: 150px; margin:0 0 16px 10px;
                        border:1px #bbb solid; padding:5px; background:none;
    select { margin-bottom:20px;          }
    .month { margin-left:155px;          }
    .submit {
                        width:90px; height:25px;
                        margin-left:160px;
                        font-size:12px;
    br                    { clear: left;           }
    .clear          { clear:both; }
    /* Miscelaneous */
    .popup-link                    { font-size: 12px; margin: 5px 10px; display:block; }
    .date                              { font-weight: bold; color: #C60; margin-bottom: 3px; }
    .copyright-text { font-size:80%; font-style: italic; color: #333; }
    .footer-text          { font-size:12px; font-style: normal; color: #000; text-align: center; }
    .title                              { font-size:18px; font-weight: bold; color: #333; }
    .subtitle                    { font-size:14px; font-style: italic; color: #333; }
    .artist                     { font-size:16px; font-weight: bold; color: #333; }
    .author                              { font-size:14px; font-weight: bold; color: #555; }
    .editor                              { font-size:14px; font-style: italic; color: #555; }
    .pub-date                    { font-size:10px; font-style: italic; color: #555; }
    .article-date          { font-size:10px; font-style: italic; color: #555; }
    .location                    { font-size:10px; font-style: italic; color: #555; }
    .float-right          { float:right; }
    .float-left                    { float:left; }
    .clear                              { clear:both; }
    .hide                              { display:none; }
    .block                              { display:block; }
    .inline                              { display:inline; }
    .first                              { font-weight:bold; }
    .last                              { font-weight:bold; }
    .left                              { font-weight:bold; text-align:left; }
    .right                              { font-weight:bold; text-align:right; }
    .added                              { background:#D7D7FF; }
    .removed                    { background:#FFCECE; color:#f00; }
    .changed                    { background:#FFB; }

    http://tahoepossystems.businesscatalyst.com/services.html
    Services page is missing quite a bit of stuff.
    This code from a working page is correct:
    <link href="/StyleSheets/ModuleStyleSheets.css" type="text/css" rel="StyleSheet" />
    <script type="text/javascript">var jslang='EN';</script>
    <script type="text/javascript" src="../js/jquery.js"></script>
    <script type="text/javascript" src="../js/needsomethinghere.js"></script>
    <script type="text/javascript" src="../js/slider.js"></script>
    <script type="text/javascript">  // This is the script for the banner slider
    $(document).ready(function() {
    $('#slider').s3Slider({
    timeOut: 6000
    </script>
    <link href="../css/styles.css" rel="stylesheet" css" media="screen">
    <link href="../css/print.css" rel="stylesheet" css" media="screen">
    <link href="../css/slider.css" rel="stylesheet" type="text/css" media="screen">
    In contrast, this is all you have in the <head> of your services.html page:
    <link href="/StyleSheets/ModuleStyleSheets.css" type="text/css" rel="StyleSheet" />
    <script type="text/javascript">var jslang='EN';</script>
    <script type="text/javascript" src="../js/jquery.js"></script>
    <link href="../css/styles.css" rel="stylesheet" type="text/css" media="screen">
    <link href="../css/print.css" rel="stylesheet" type="text/css" media="screen">
    If you reconcile those difference in your code, it should work.
    Nancy O.

  • Contacts have disappeared need help...newbie here

    I need tech support for synching my Blackberry to my desktop on my Mac.
    Here's what happened:
    I plugged in my phone to my Mac.
    My phone gave me an option: I chose to NOT turn Mass Storage On.
    I Synched my Contacts and Calendar.
    Then I clicked "Back Up"
    I disconnected when complete.
    What happened was that all the contacts that I had in my phone since the last time I synched it with my Mac disappeared.  My calendar stayed current.
    What do I do?  Did I lose all the contacts that I had in my phone over the last 3 months?
    Concerned,
    John

    Have you installed the Application Manager?
    Apart from that I believe this is one for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for Customer Care (tick I Still Need Help and hope for an agent available for a chat),
    http://helpx.adobe.com/contact.html?product=illustrator&topic=downloading-installing-and-s etting-up

  • Long-time Eudora user, rookie Mail user--have questions, need help!

    Hi, all!
    As the subject heading says, I've been using Eudora for a very long time (way past its shelf life) and have been playing around with Mail off and on over the past year.  (Now, in Eudora's defense, the expiration date on it was a "Best by..." not a "Use by..." date   and it's been working fantastically for years! )
    I recently started to plunge into Mail more deeply and have a couple of questions.
    1. Drafting vs. queuing. 
    I am used to Eudora's system where a bunch of drafted messages sit in an Outbox.  They stay there until I flag QUEUE for the ones I'll eventually be mailing.
    It's a good system.  A quick look at the flags in the Outobx lets me know which I still to need to work on, and which ones are ready to go out (or need a final review before sending).   The user then selects "Send Messages" and it e-mails the ones queued in the Outbox, but not the remaining draft emails that haven't yet been queued.
    How do I set up something like that in Mail?
    Right now, all I have is a list of draft messages and I cannot tell which ones are still really drafts and which are ready to be sent!
    2.  Work-around to try and mirror Eudora's system.
    I tried creating a new mailbox called Queue, in which I can park the emails I've done editing.  Of course, the problem with such a scheme is that when I want to send messages, I either have to put them back into the Drafts mailbox, from where I can select and send everything (including ones I haven't finished editing!), or drag them into Mail's Outbox where they go out instantly.  That's a little freaky and I can see disasters happening (emails going out when I'm wanting to drag other messages to a different mailbox).
    3.  Disable auto-sending? 
    Is there a way of turning off and on the Outbox's automatic sending action?  That could be the simplest solution for me.  I'd really like to send messages only via a menu command--yet, from I've determined, Mail's Send menu command will send any messages selected in the Draft mailbox.  Again, I see screw-ups with that as the wrong draft could be selected and Mail would send it out. 
    4.  Display of badges for mailboxes.
    This is more of a curiosity, but is there a way of having a user-created mailbox show how many e-mails are in there?
    Solutions?
    What do you all do as to work flow?  How do you go about creating and revising a bunch of e-mails, but only sending out certain ones?  And ensuring that only the ones you want to go out, go out?!

    Thank you for posting all this info.  Unfortunately i have no idea how to do flags and how to use a smart mailbox as a place to store emails i am not ready to send.  Eudora is vastly superior in all the things it empowers the user to quickly and easily do, in the traditional Apple spirit of intuitiveness, clear direct normal (not esoteric) communicatioin and user friendliness.
    about three weeks ago i was pretty much forced into Mountain Lion bcause my old MacBook is barely functioning at all and i got a new MacBook Pro.  So, good bye Eudora that i've used since 1995, only because i couldn't find another mail program that did what it does.  I wonder why there aren't others.  I've tried MailForge, it's a great attempt but it seems to have run out of steam and isn't working well enough. 
    I am using Mail and Gmail. The result is i'm suffering a whole range of loss of functionality in email, and am not getting a lot of messages, they are here somewhere but i can't always find them, i have to go to my old computer, enduring a kind of freeze where a beachball is a sign of progress, a trackpad that barely works for drag and drop anymore and a battery that needs reaplacing. i think the hard drive is failing. but i still need it to retrieve my email reliably, to a poiint where i see i 'm going to have to put money into it so it can keep working, for email.  what a poor solution. I am trying as best i can to have Mail communicate better. 
    i just wanted to thank you for your encouraging posts and giving me something to follow up on to try to use, to address this one of many loss of Eudora problems. Why wouldn't a mail program give you the option to queue mail?   Why take away options and functionality?   sorry, i'm just ranting because i've had a very frustrating last few weeks related to numerous new OS challenges, but email is the only really serious one. 
    I really like your idea of badges to show number of new messages, i think that's what you meant, you didn't say 'new', but another great and helpful thing about Eudroa is sorting mail into mail boxes and opening those mailboxes that get new mail each time you download mail, so you kow what's new. You can immediately see it.  In Apple Mail, i find i have to dig through each of the 12 'on my mac' mailboxes/folders i created so far, to see if there is new mail in them. A lot of extra trouble for something that a superior email program can do for you.

  • Files opening in unreadable code need help urgently please

    When I was given my new Toshiba laptop as a gift in 2007 Microsoft Office with Word and Excel etc were already set up so I do not have any discs or keycodes. .Being a senior person, it is also possible that my son who gifted it to me may have installed the above mentioned discs to help set me up, but he does not have any recollection of this, except that he gave me the Toshiba Recovery Disc which I do have.
    My laptop had to go back to Toshiba some time ago for a Manufacture- related issue. They also informed me that some of my files were corrupted. All features remained on my computer as prior to repair, so nothing was lost or had to be re-loaded.
    I have found that since then all my docs are opening in code form and are unreadable. Microsoft Word seems to have disappeared and I have had to install an old Microsoft Works 2001 disc in order to be able to work on new documents. Microsoft Onenote was on the disc but not Word, so the docs will not open with Onenote, so I am stuck.
    Is it possible for me to find out if Toshiba holds the keycode to my original Microsoft Office and would I be able to download it again.? I cannot afford to buy a full new Office system and I have no way of knowing which Microsoft Office ( 2007? )created the documents. I have to know if there is any way I can read these documents and also to establish which of them may be corrupted so that I can delete them. Would a system restore make the documents readable? I am very untechnical minded with regard to computers as you can observe from my wording and would really appreciate any help you can give as I cannot afford to pay someone who keeps my computer for a day or more and then charges me an extortionate amount.
    Thank you so much in advance if you can help me in any way with easy to follow instructions/advice.

    What is the model number of your laptop?
    A Trial version of MS Office may have been pre-installed. If you activated Office (Purchased a license), then you could try calling Microsoft to re-activate it.
    If you reinstall Windows using your Toshiba Recovery Disc, the Office installation should be installed. (Note that the Recovery Disc will delete your data, so back up your files first).
    Alternatively, you could use OpenOffice to read your documents. OpenOffice (free) works with Microsoft Office files.

  • Error in the following code.need help asap

    hi i have written a block which bulk collects into a pl/sql table.
    Getting an error as shown below.
    PLz help asap
    declare
    type summary_upd_tab is table of summary%rowtype;
    summary_upd_var summary_upd_tab;
    begin
    select
    min(a.start_time_utc),
    max(a.end_time_utc),
    sum(duration_seconds),
    sum(upload_bytes),
    sum(download_bytes)
    bulk collect into summary_upd_var ------GEETTING AN ERROR --TOO MANY VALUES???
    from aaa_sessions a
    group by user_id;
    ---,type_of_summary,ispeak;
    end;
    Edited by: user8731258 on Jul 20, 2010 10:16 PM

    i think the no. of columns should match(and that too in Order) else how will it know which value should go in which field of the collection ?

  • PIN Code Need Help on E51 SOS/F1 Help..!

    Hello guys...
    I want to change my pin code of my phone..
    Currently I'm using Nokia E51.
    I change the PIN Code Request to "Yes" and it asked the PIN code. And so where can i get that pin code? My phone is new one and I already try "12345" and "01234" but it didn't work. So, that means it already wrong 2 times. I was told that i can only wrong 3 times. is it right?
    If so, can u guys guide me or help me or any advice about where is that PIN Code????
    if i want to clear the timer of the call duration,etc. I just input "12345". Its ok and its work too. No other code...
    (But now I change my Lock Code from "12345" to something mix with letter and number) But in the PIN Code Request, i can only enter number. So i think PIN code Request code is not this lock code.
    So, can anyone guide me on this?
    Thanks

    The default pin code is set by your network so phone them and ask what it is.

  • Error in code, need help

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class CropProfit2 extends JApplet implements ActionListener
    private JTextField n1Text = new JTextField();
    private JTextField n2Text = new JTextField();
    private JTextField n3Text = new JTextField();
    private JTextField n4Text = new JTextField();
    private JTextField ansText = new JTextField();
    //Create text fields
    private JLabel Instructions = new JLabel("Enter number of acres for desired for each crop then press cost or reveune");
    private JLabel n1Label = new JLabel("Enter acres of soybeans here");
    private JLabel n2Label = new JLabel("Enter acres of corn here");
    private JLabel n3Label = new JLabel("Enter acres of potatos here");
    private JLabel n4Label = new JLabel("Enter acres of wheat here");
    private JLabel answerLabel = new JLabel("Total cost or revenue");
    //Create direction labels
    private JButton costButton = new JButton("cost");
    private JButton revenueButton = new JButton("revenue");
    private JButton profitButton = new JButton("profit");
    double sum;
    double n1;
    double n2;
    double n3;
    double n4;
    //Create buttons and declare double variables
    public void init()
    ansText.setEditable(false);
    JPanel content = new JPanel(new GridLayout(5,2,1,1));
    //content.add(Instructions);
    content.add(n1Label);
    content.add(n1Text);
    content.add(n2Label);
    content.add(n2Text);
    content.add(n3Label);
    content.add(n3Text);
    content.add(n4Label);
    content.add(n4Text);
    content.add(answerLabel);
    content.add(ansText);
    //Add labels and input boxes
    JPanel buttonPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT));
    buttonPanel.add(costButton);
    buttonPanel.add(revenueButton);
    buttonPanel.add(profitButton);
    //Add 3 calculation buttons
    add(content, BorderLayout.NORTH);
    add(buttonPanel, BorderLayout.SOUTH);
    //Button panel on bottom
    revenueButton.addActionListener(this);
    costButton.addActionListener(this);
    profitButton.addActionListener(this);
    //Make buttons listen
    public void actionPerformed(ActionEvent e);
    if (e.getActionCommand().equals("cost"))
    n1 = stringToDouble(n1Text.getText());
    n2 = stringToDouble(n2Text.getText());
    n3 = stringToDouble(n3Text.getText());
    n4 = stringToDouble(n4Text.getText());
    totalCost = (n1 * 900) + (n2 * 100) + (n3 * 750) + (n4 * 800);
    //Calculate cost total
    ansText.setText(Double.toString(totalCost));
    //Write total to label
    else if (e.getActionCommand().equals("revenue"))
    n1 = stringToDouble(n1Text.getText());
    n2 = stringToDouble(n2Text.getText());
    n3 = stringToDouble(n2Text.getText());
    n4 = stringToDouble(n2Text.getText());
    totalPrice = (n1 * 1300) + (n2 * 1650) + (n3 * 1200);
    //Calculate sell price total
    ansText.setText(Double.toString(totalPrice));
    //Write total to label
    else
    ansText.setText("Error");
    private static double stringToDouble(String stringObject);
    return Double.parseDouble(stringObject.trim());
    and the errors i get is
    CropProfit23.java:104: 'class' or 'interface' expected
    ^
    CropProfit23.java:105: 'class' or 'interface' expected
    ^
    2 errors
    I really don't know how to fix it. I'm extremely new at this stuff and can't get this assignment to work for class. Any help would be greatly appreciated.

    Your code style is extremely poor.
    This compiles and runs. Compare it to yours to see where you went wrong. - %
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class CropProfit2 extends JApplet implements ActionListener
       private JTextField n1Text = new JTextField();
       private JTextField n2Text = new JTextField();
       private JTextField n3Text = new JTextField();
       private JTextField n4Text = new JTextField();
       private JTextField ansText = new JTextField();
    //Create text fields
       private JLabel Instructions = new JLabel("Enter number of acres for desired for each crop then press cost or reveune");
       private JLabel n1Label = new JLabel("Enter acres of soybeans here");
       private JLabel n2Label = new JLabel("Enter acres of corn here");
       private JLabel n3Label = new JLabel("Enter acres of potatos here");
       private JLabel n4Label = new JLabel("Enter acres of wheat here");
       private JLabel answerLabel = new JLabel("Total cost or revenue");
    //Create direction labels
       private JButton costButton = new JButton("cost");
       private JButton revenueButton = new JButton("revenue");
       private JButton profitButton = new JButton("profit");
       double sum;
       double n1;
       double n2;
       double n3;
       double n4;
    //Create buttons and declare double variables
       public void init()
          ansText.setEditable(false);
          JPanel content = new JPanel(new GridLayout(5, 2, 1, 1));
    //content.add(Instructions);
          content.add(n1Label);
          content.add(n1Text);
          content.add(n2Label);
          content.add(n2Text);
          content.add(n3Label);
          content.add(n3Text);
          content.add(n4Label);
          content.add(n4Text);
          content.add(answerLabel);
          content.add(ansText);
    //Add labels and input boxes
          JPanel buttonPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT));
          buttonPanel.add(costButton);
          buttonPanel.add(revenueButton);
          buttonPanel.add(profitButton);
    //Add 3 calculation buttons
          add(content, BorderLayout.NORTH);
          add(buttonPanel, BorderLayout.SOUTH);
    //Button panel on bottom
          revenueButton.addActionListener(this);
          costButton.addActionListener(this);
          profitButton.addActionListener(this);
    //Make buttons listen
       public void actionPerformed(ActionEvent e)
          if (e.getActionCommand().equals("cost"))
             n1 = stringToDouble(n1Text.getText());
             n2 = stringToDouble(n2Text.getText());
             n3 = stringToDouble(n3Text.getText());
             n4 = stringToDouble(n4Text.getText());
             double totalCost = (n1 * 900) + (n2 * 100) + (n3 * 750) + (n4 * 800);
    //Calculate cost total
             ansText.setText(Double.toString(totalCost));
    //Write total to label
          else if (e.getActionCommand().equals("revenue"))
             n1 = stringToDouble(n1Text.getText());
             n2 = stringToDouble(n2Text.getText());
             n3 = stringToDouble(n2Text.getText());
             n4 = stringToDouble(n2Text.getText());
             double totalPrice = (n1 * 1300) + (n2 * 1650) + (n3 * 1200);
    //Calculate sell price total
             ansText.setText(Double.toString(totalPrice));
    //Write total to label
          else
             ansText.setText("Error");
       private static double stringToDouble(String stringObject)
          return Double.parseDouble(stringObject.trim());
    }

  • DReamweaver code need help

    Hi,
    this morning when im checking one of my sites i got this for
    both design and code view and when viewed in a browser:
    $|r4øs‚ßB9¬ã*…SúEÏ1°~´
    ’j¿¨Ú!¶Fÿð{„XøËå™ùïiZÈ
    [Š¦šçKŁêÐmi˜—bQ¨EPéÙ¼Š06v–Ém4
    U0ï#¿ü‹ÔäG™j0ŸEWØ/Òä@G^õ×-€”f'ná7lÓÅïvráÃ%‚ÈÕ¸ˆÜåp`CµúÚ]‘Nò‰¿áp~#Š‹nàz2Åbn©z‰§•´nW¦åØ
    *·ø¯‡q-ˆ¹=&õ?võX0̉PJãá!=€ZF›üxŠ+‹·ç'ØÎÕvžh¸.ÂĦ>è4òdYæ
    9¥®ü.îÒeÿ5O@j`Ï;Eoj–a–†C»*eše¬=è_9¼2»#¨p”˜ç‰1mGÇY›ùƒð)ô›ëµä:ƒÔ‘Ï|&3¥]ɼռ&ÅÍvсäùlÕ¾-®¿§ Dî™8GvȁP]Ô[¥;›#‘–þ²‹ï
    jýq²Î5‰…J)?QŬ_-ŒqÀiºZ5#Ûóc¦ë$Kœ=د:X²µÆ>¸Áögí^š,.f‚áùÊ1:gDv}´Ìþ-Õˆg;·‰è²rQi‰kíFÌgVÜŸõ@Š ÕËæÞª¹JÉk¨}òA§Œ«ÛÉîò‰"½»ò1àûL
    ºŽ‡„E8Ïi.ÊZ
    kX`Ö\ž¼ú_ˆë1É„`¿P3Æ�
    nÏ>W?VœØ|âú7deg°\åÉú0³÷›ÝÌÈB‡6Éy<azúðëÎæKOÏ+øá½ð¼4\€¶Ol6R^
    ã!Œ6…ÝX&s
    ·þši¬^e^OÕñÆùdnâEªdL\©µÕD‰Ét8àcãŽ,U#pN]{™éæ$˱`Ì£ÿç{õ#‹0ù¿O׿•ü|çÑvûµ~¶¸¸-¢ËÓO˜Nüý©Pž C¡zƒ¦~C™\Ò*-†¾òÇ8v„P-8µZœD£ÍÁSYkšHüþÒé+¼Ë{íÆʘVä×'
    hX¡4‹>
    That does not look like html to me.
    I've been working with dreamweaver for quite a while, and
    this a first time i've seen this.
    What could have caused this? corrupt files? Yesterday my web
    pages looked fine.

    Can you post a link to the page? What language is it in?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Sweet_16" <[email protected]> wrote in
    message
    news:e6ml72$hq9$[email protected]..
    > Hi,
    >
    > this morning when im checking one of my sites i got this
    for both design
    > and
    > code view and when viewed in a browser:
    >
    > $|r4?s??B9??*?S?E?1?~? ?j????!?F??{?X??????iZ?
    >
    > [????K????mi??bQ?EP????06v??m4 U0?#?????G?j0?EW??/??@G^
    ??-??f'n?7l
    > ???vr???
    > %???????p`C???]?N????p~#??n?z2?bn?z?????nW???
    >
    *????q-??=&??v?X0???PJ??!=?ZF??x?+???'???v?h?.????>?4?dY?
    >
    9???.??e?5?O@j`?;Eoj?a??C?*e?e?=?_9?2?#?p????1mG?Y????)?????:????|&3?]
    > ????&??v????l??-???D??8Gva??P]?[?;?#??????
    >
    j?q??5??J)?Q??_-?q?i?Z5#??c??$K?=??:X???>????g?^?,.f????1:gDv}???-??
    >
    g;????rQi?k?F?gV???@???????J?k??}?A????????"???1??L
    > ????E8?i.?Z
    >
    > kX`?\???_??1??`?P3??
    > n?>W?V??|??7deg??\???0??????B?6?y<az??????KO?+??
    > ???4\??Ol6R^ ?!?6??X&s
    >
    >
    ???i?^e^O?????dn?E?dL\???D??t8?c??,U??#pN]{???$??`????{?#?0??O????|
    >
    ??v???~???-???O?N???P?C?z??~C?\?*-????8v?P-8?Z?D???SYk?H????+??{???
    > ?V??'
    > hX?4?>
    >
    > That does not look like html to me.
    > I've been working with dreamweaver for quite a while,
    and this a first
    > time
    > i've seen this.
    > What could have caused this? corrupt files? Yesterday my
    web pages looked
    > fine.
    >

  • Logic Pro 8 & TDM Error Codes, need help!

    I am using Logic Pro 8 & TDM hardware. I am getting 2 error codes, only when I try to use the Audio Suite in the Sample Editor.
    "Error code -7401 was returned by the DAE driver."
    "2 times TDM error -7102 while trying to disconnect TDM."
    What do these mean? I tried searching the net and found nothing useful. Otherwise Logic Pro 8 and TDM has been flawless, and all my hardware works perfectly in Pro Tools HD.
    I am using a 96i I/O, and 1 Accel Core card and 2 HD Accel cards (PCIe).
    Also the Audio Suite doesn't seem to process the audio as intended or at all. There 2 errors show up when I try to preview the effect, no matter what Audio Suite buffer size I use.
    Thank you in advance for any info.

    I've been trying to get Logic to work with DAE/TDM in Leopard on a Mac Pro now for months! How did you do it?? Been searching the internet for answers ever since I started, and would highly appreciate your response.
    My most obvious problems are: No audio from Aux (EXS, ESB) or instruments. The whole program is "struggling" with awful "framerates" . . just moving the pointer takes forever.
    When in Core-audio everything works fine.
    I have reinstalled Leopard, Pro Tools and Logic several times, with no luck.
    Please tell me how you did it!
    Thx in advance!!
    /K

  • Itune card invalid code need help

    what am i doing wrong. I enter my itune card. so when i go purchase a song. a pop up box appears saying review your account. I do that and asking me to enter my itune card which is say invalid code.

    Is the address on your iTunes account exactly the same (format and spacing etc) as on your credit card bill : http://support.apple.com/kb/TS1646 ? If it is and your bank has confirmed that they don't use any other info to authorise payments on your card, then try contacting iTunes support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • I loaded Yosemite OS on my Mac and then had to go back to Mavericks OS. Now my creative suite is asking for serial numbers which I no longer have. Need help! I was on a site license but have since retired and don't have access to the serial numbers...What

    Need info on how to get serial numbers for my creative suite.

    Atwittsend I would recommend uninstalling and reinstalling the installed Adobe Creative software titles.  It is likely reinstalling Mac OS 10.9 will lead to damage of the licensing files.  Please make sure to use the uninstallers located in the Applications/Utilities/Adobe Installers folder.

  • Notes have dissapeared need help important information

    so I was looking through my notes recently and saw that one of my most important notes has disappeared and I know it wasn't deleted from my phone and I tried looking through iTunes but found no solution also tried looking through my icloud but nothing on there I also looked through both my Gmail accounts and my Hotmail as these are the only ones I have on there and still could not find it I thought I had but my emails for notes have somehow gotten muddled up and the information is in the wrong places if this makes sense but any suggestions would be great thanks
    I am using an iphone 5s

    What are you syncing notes to? If you look in Mail, Contacts, Calendar, is Notes checked in any of your mail accounts? If you go to iCloud, is Notes checked here? Are you syncing with Outlook on the computer?

  • I HAVE BEEN NEEDING HELP FOR MONTHS

    What program can I use to run my java codes.

    What program can I use to run my java codes.http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

  • Need help with a activation code for Adobe Acrobat X Standard for my PC,, Don't have older version serial numbers,  threw programs away,  only have Adobe Acrobat X Standard,  need a code to unlock program?

    Need help with a activation code for Adobe Acrobat X Standard for my PC, Don't have older Version of Adobe Acrobat 9, 8 or 7. 

    You don't need to install the older version, you only need the serial number from your original purchase. If you don't have them to hand, did you register? If so, they should be in your Adobe account. If not you really need to contact Adobe, though it isn't clear they will be able to do anything without some proof of purchase etc.

Maybe you are looking for

  • Modify screen field layout in MIRO - Item level

    Dear All, I would like to know if I can change the field sequence in MIRO transaction at the item level. I want to move the Purchase Order number field next to the item field in MIRO and this needs to be premanent whenever I create a new invoice in M

  • Custom duty_urgent

    Hi experts, I need to deal with custom duties for foreign vendors. created PO with custom duties Now my doubt is Whether GR is to be posted first or Custom invoice Becoz I tried to post custom invoice prior to GR chosen 2.planned delivery costs in MI

  • Firewire Problem - But which Interface (FW400 or FW800)?

    I'm running 10.4.11 on a Dual 2.5 GHz G5. I've recently started getting errors like the following: Feb 4 20:45:11 G5 kernel[0]: /SourceCache/AppleFWOHCI/AppleFWOHCI-253.4.1/AppleFWOHCI.cpp 3539: ERROR: FireWire (OHCI) Apple ID 42 built-in: handleUnre

  • Upload extension and TID 7007866

    I am running ZCM 10.3.3. Attempting to upload an executable. Zenworks always displays "A newer version of Novell File Upload extension is available. Click here to upgrade". I found TID 7007866 and followed the directions, but now I get this error: "F

  • Database Cache Hit ratio is very less

    Hi All, my live database Cache Hit ratio is very less. can some one proposed relevant solution for that. SELECT (1-((phy.value-phyd.value) / (cur.value + con.value))) * 100 "Cache Hit ratio" FROM v$sysstat cur, v$sysstat con, v$sysstat phy, v$sysstat