Seems like it should be easier

To find out if my Lombard's usb ports are 2.0, and ipod compatable. Does anyone know?

Unless you've added an expansion card with USB 2.0 ports, you only have USB 1.1 ports on your computer. No G3-based PowerBook has USB 2.0 ports built-in. Many iPods, including the fifth generation ones, will work over an USB 1.1 connection.
(9237)

Similar Messages

  • Website tool help - seems like it should be easy

    I'm not exactly new, but it's been a long time since I've used Java.
    I want to create a page with a list of upcoming events that is sortable by the date as well as the state it's being held in, and I want the events to have unlimited room for descriptions, something like this:
    Arkansas
    Happy hula dance competition! 9-14-2005, Little Rock, Arkansas.
    Karaoke night. Come have a blast at Joe's! No admission fee. See
    www.joes.com for details. 10-23-2005, Middle of Nowhere, Arkansas.
    Missouri
    Something inane, 2-24-2006, Somewhere, Missouri
    It doesn't have to be exactly like that, but you get the idea. The kicker is that I don't have a database to store it in, and if there are a lot of entries, I'll go crazy trying to add them all into the code. Is there any way I can enter these things into a file and then get the website to read them?
    I figured out how to do it with XML, but I can only use Java on my server, and I can't install things on it - only upload pictures and files. I was also able to figure out how to do it using a Tabular Data Control, but then only Internet Explorer users can see it, which isn't acceptable to me.
    It seems like it should be a fairly simple thing to do, and I might just be looking at it the wrong way. I haven't ever really done anything hardcore in Java, and I haven't used it in years, so anything you could show me code-wise would be a big help.

    Use something like HSQLDB. This way you can have all the power of a (small) database without paying your webhoster for MySQL & Co. The only requirement ist that you can write files somewher (I assume you can do that, but even if you couldn't there would be a way to solve this).

  • How can someone use a stolen iphone? does erasing the phone (which I feel like I should do) make it easier for the thief to use the iphone?  If I don't erase it, it doesn't seem like anyone should be able to use the phone because of my password.

    how can someone use a stolen iphone? does erasing the phone (which I feel like I should do) make it easier for the thief to use the iphone?  If I don't erase it, it doesn't seem like anyone should be able to use the phone because of my password. Also, is it possible to retrieve anything that has been sent to the phone (i.e. text messages) since it was stolen through icloud? The "find my iphone" app says the device is offline but it rings when I call my number -- any idea how that would be the case? Thanks!!

    You have a password, so good move on your part.  Whether you erase it or the thief does, they still get to use the iPhone as theirs.  Which is more important (pick one), protecting your data or punishing the thief?
    Ringing occurs at the carrier.  Chances are you're going to voicemail after only two or three rings.  If you have an iCloud backup also a good move.  Re-read my question in the first paragraph.

  • Can I install apps from Google Play on my Passport? Seems like we should be able to .

    Seems like we should be able to but I keep getting error that indicates an incompatible device. Android apps are compatible with the passport, so am I missing something here?

    You can almost do it directly.....
    There's an app called Snap.
    But you need a computer in order to install it on you phone.
    I highly recommend using their bete v3 version, I've put a link below to help you get started with some information about it.
    http://crackberry.com/how-use-snap-blackberry-1021-install-android-apk-files

  • My icloud storage is almost full, yet it doesn't seem like it should be?

    Help. My icloud storage is almost full. Because of that I can't back up my iphone. My friends and I can't figure out why it is so full. It is in the photo area, but nothing seems crazy big. I only have about 315 photos and 20 videos on my phone. Not even long videos - all are 5 minutes or less. Anyone have advise on what to look for?

    settings>icloud>storage and backup>manage backup and turn off Addtional apps and camera roll

  • HT204666 Where do I find system and phone requirements/compatibility info?  Seems like it should be on this website ...

    What model(s) of iPhone are comparable with Apple Watch?  What iOS version(s)?  What else will interface with Apple Watch, and how?  What are the data plan requirements?  None of this seems to be on the website.  If it is, it's well-hidden.

    Everything that is currently public knowledge about the Apple Watch is here:
    http://www.apple.com/watch/
    The Apple Watch will not need a data plan as it is not a cellular device. It uses your iPhone's cellular connection.

  • This should be easy ;O) How do I read the exif info in a JPG file?

    Hey all...
    I have been googling this for awhile now with not much luck.
    !st... Hi... I am a Flex AS3 newbie....  but... not a programming newbie...
    My learning project is to create my photoart gallery as a Before and After gallery. Part one is a Flex/Air app to gather the images, scale them to consistant display and thumbnail sizes and build and edit XML data files for the images and galleies. I have actually gotten most of that done..
    I am currently working on editing the XML files for the image information (photographer info, copywrite info, descriptions, gallery...etc.) and pulling in as much information that I can find in the image file itself. That being EXIF data.
    I have found a couple of examples but for the XResolution and Yresolution I just keep getting 72dpi... now the Jpg files that I am using from my camera.. when I look at the properties with Windows XP... it say 300dpi... when I load the image in Photoshop and look at image size it says 300dpi.. in Photoshop if I look at file information the EXIF says 300dpi....
    How can I access that data with Flex/AS3????? After all this is "Adobe" Flex Builder...
    This just seems like it should have been solved ages ago... Please.. point to the right path  ;O)
    I have searched this forum and have found one or two EXIF references, but no answers.
    Thanks for any guidance on the subject.
    Bob Galka

    Jean-Pierre
    Thanks very much for your quick response.
    One last point and we should drop this in favor of other more urgent issues we both ahve to deal with.
    The data is coming from a comma delimited (CSV) file using a comma ',' and optional quotes (") as field separators.
    The first column of 'good' data is read as an INTEGER EXTERNAL because of course it is a number. However, the 'bad' rows I want to eliminate have character text in them where I would normally find numbers and they all start with 'D','M' or 'S'.
    I don't have an actual column in the data file or resulting table definition that represents that first character that I'm trying to test on. Hence my use of (1) to reporesent the 1st character of data on the line regardless of whether its numeric or character.
    As I stated, the syntax works fine in SQL*Loader when I typed the WHEN clause in manually.
    I guess if there was a way to define a pseudo column that could be defined using the POSITION notation and everything else using the variable length delimited notation I could test on that psuedo column. I don't want the pseudo column to appear in my resulting table so that seems to be an issue. Enough.
    Since I've worked around it using external tables for this issue I'm not going to spend any more time on it today.
    As usual, many thanks for your help.
    Have a great day! I'll be back soon with another issue :-)>
    Gary

  • List as a return type (Should be easy!?)

    Hi all,
    I'm pulling my hair out at this as it sounds like it should be easy. The method below should return a List. What am I doing wrong please?
    (This is making me feel thick, any help would be very much appreciated)
    Thank you,
    David.
        public String[] getHrefs(String uriStr) {
              List resultList = new ArrayList();
              HTMLDocument.Iterator it = null;
              Reader rd = null;
              try {
                   // Create a reader on the HTML content
                   URL url = new URI(uriStr).toURL();
                   URLConnection conn = url.openConnection();
                   rd = new InputStreamReader(conn.getInputStream());
              } catch (Exception e) {
                   System.out.println(e.toString());
              try {
                   // Parse the HTML
                   EditorKit kit = new HTMLEditorKit();
                   HTMLDocument doc = (HTMLDocument) kit.createDefaultDocument();
                   doc.putProperty("IgnoreCharsetDirective", new Boolean(true));
                   kit.read(rd, doc, 0);
                   // Find all the A elements in the HTML document
                   it = doc.getIterator(HTML.Tag.A);
              } catch (Exception e) {
                   System.out.println(e.toString());
              while ((it != null) && it.isValid()) {
                   try {
                        SimpleAttributeSet s = (SimpleAttributeSet) it.getAttributes();
                        if (s != null) {
                             String link = (String) s.getAttribute(HTML.Attribute.HREF);
                             // If link valid, add it to the result list
                             if (link != null)
                                  resultList.add(link);
                        it.next();
                   } catch (Exception e) {
                        System.out.println(e.toString() + " : Skipping");
                        it.next();
              } // end While
              //     place all found links in array
              resultList.toArray(new String[resultList.size()]);
              // return array
              return resultList;
        }

    resultList.toArray(new String[resultList.size()]);In that code, you are not storing the result of the 'toArray()' method which is the array that you wanted. If you look at the API of ArrayList's toArray() method, it said::
    Parameters:
    a - the array into which the elements of the list are to be stored, if it is big enough; otherwise, a new array of the same runtime type is allocated for this purpose.
    Returns:
    an array containing the elements of the list.
    So the result will not be stored in the array given as the parameter, instead it is stored in resulting array that is returned by the method (regardless of whether or not the parameter array is used). What you want to do is ::
    String[] result = resultList.toArray(new String[resultList.size()]);
    return result;or as GiddingsR replied, simply:
    return resultList.toArray(new String[resultList.size()]);

  • Is there an easy way to move photos from iPhone to computer? Seems like the file sharing available to some apps would make it easier than having to email photos to yourself.

    Is ther a easy way to move photos and movies from my iPhone to a computer? Seems like the file sharing available with some apps would make it a lot easier than having to email them.

    And don't post the same message twice.

  • It seems like my wifes iphone is not holding its charge like it should, i just finished trying to enhance the battery life , t i just noticed this tonight, any help i would really appreciate. Thank you.

    It seems like my wifes iphone is not holding its charge like it should, i just finished trying to enhance the battery life ,  i just noticed this tonight, any help i would really appreciate. Thank you.
    Respect4LE

    Read this
    Charging
    Battery Life

  • PrintWriter Solution to Flushing (seems like a hack tho)

    All,
    I have been trying to write a XSS filter. The filtering was the easy part. For some reason, when I overload getWriter() in HttpServletResponseWrapper and return my own writer, the final buffer is not being flushed.
    Here is what I have experienced. The following line of code was my first attempt:
    return new PrintWriter(new XssPreventOutputStream(out));Nada. When I place debug statements in my output stream (which extends ServletOutputStream), the final buffer is never even passed to write(byte[], int, int). So, I extended PrintWriter and overloaded the following:
    public void write(char[] buffer, int offset, int length) {
       super.write(buffer, offset, length);
       super.flush();  // Why do I have to do this?  This is what smells funny to me
    }Placing an additional call to flush() in close() does nothing. I seem to have to flush() on every write(char[], int, int) in my overloaded PrintWriter. Am I doing something wrong? BTW, the custom output stream I wrote does nothing (yet):
    public final void write(final byte[] buffer, final int offset, final int length)
              throws IOException {
              System.err.println("DEBUG >>> write(byte[] int, int) : \r\n" + new String(buffer, offset, length));
              out.write(buffer, offset, length);
         }I'm sure there is something so obviously simple it is completely escaping me right now. I just feel that issuing flush() after every write(char[], int, int) is a hack.
    Thanks!
    - Saish

    Thanks for the replies. If I overload close() and place debugging statements in there, it is being called. I am overloading the PrintWriter returned by ServletResponse#getPrintWriter(). So, I do not really have explicit control (nor do I think I should) when Struts is being used.
    Another oddity, not sure if it will help, but I do see debugging messages that flush() is also being called, to no effect unless I place the flush in write(char[], int, int), which to me seems like a mistake. (Sorry if this is too vague).
    - Saish

  • It seems like outputs don't respond to inputs / cRIO-9024, custom device, NI VeriStand, ControlDesk of dSPACE

    Hello
    I am now working on running a labview controller on VxWorks RTOS, and then this labview controller is integrated with a vehicle plant model in ControlDesk of dSPACE through CAN (cRIO-9113). 
    I have two models as below:
    1. vehicle cruise controller written in labview using the Control and Simulation loop of labview
    2. custom device project
       : LabVIEW model is not supported for VxWorks RTOS, so it is necessary to interface between labview model and compactRIO. 
       This custom device project is set to Asynchronous execution mode and labview model was integrated into <custom device name> RT Driver VI.vi. 
    Anyway, I successfully built a custom device project and deployed to the target, and seems like there is no problem to integrate with a plant model in ControlDesk of dSPACE. (I can see the green light blinking on CRIO-9113, CAN module)
    The problem is that signals from input are not delivered to ouput. 
    As seen below, I just put a laview model into <custom device name> RT Driver VI.
    In order to synchronize time between Timed loop and Control and Simulation loop, Device Clock is connected to two loops.
    Besides, local variables are used to share inputs and outputs. 
    Inputs were not delivered to outputs even when labview controller was an empty loop as below.
    When I manipulated signals at ControlDesk of dSPACE, I saw values in input channels of workspace of veristand changing as I expected, but output didn't change. 
    How can I solve this? shoudl I add some functions into labview code? 
    Besides, when Device Clock is connected to the Control and Simulation loop, should I place a checkmark to 'Synchronize loop to Timing source?
    Thank you 

    Hi Joe,
    You are correct I would definitely begin by looking at the custom device template and the current custom devices (you can download them and open the source code to see a good starting point for how to start)
    However it may be easier to just make a model that has a configurable trigger lines that controls the DAQ device and then use the Stimulus Profile to log the data whenever you want.
    If you decide to go the custom device way here are some good starting points:
    http://www.ni.com/white-paper/9348/en
    http://www.ni.com/white-paper/13604/en
    http://www.ni.com/white-paper/9349/en
    https://decibel.ni.com/content/docs/DOC-9891
    Sam S
    Applications Engineer
    National Instruments

  • I created a form, I want the email notices to go to several people. Why is this so difficult? It seems like they have to be a co-author/reader or something? I don't get it

    I created a form, I want the email notices to go to several people. Why is this so difficult? It seems like they have to be a co-author/reader or something? I don't get it

    This is crazy! I paid for this service to make it easier to create forms for a company that has had several acquisitions all over the globe. This was supposed to make it easy to create forms hosted on adobe so no matter what happens on all their servers, we would be safe using this forms service until we can integrate all acquisitions and build a permanent web site on a single server. Now I find out that even this is a major issue sending emails to team members, many I have never met so making them a collaborator or even setting up forwarded emails is not something I wanted to do. This service was advertised as simple and easily send notifications to many people. I am now frustrated and thinking this was a waste of money! Why is it like that?

  • How to print a selection of pages from a 3000   page PDF without having to scroll two wheels! Also is there a way to set printer options for just black and white? Seems like there is a lot missing here?

    I have been using this for school work as much as possible and have come across a problem. With my lack of knowledge for apple it seems as though I can't navigate myself to a easy answer. The problem hits when I am printing pages off of a large document, and I don't want to print the entire document in color but I have no way "that I can find" for a black and white print option...
    ----- also a larger issue, when printing I need to select 1 page or even 20 pages... The time it takes to use a scroll wheel and the fact if you try and scroll fast sometimes you click off the screen then you have to start scrolling all over again... It seems like you would beagle to input from say page 1224 to 1236.... Instead I have a scroll a wheel? Just doesn't make sense...?
       Can someone please help solve this for me!

    Yes, that fixed it, thanks! I had no idea they clashed like that. I ruthlessly purged all other tables of contents, and then used Layout > Table of Contents to create a new one, and it worked.
    It made more sense after seeing in this thread that table of contents styles are more like presets or entities than styles.

  • I've just bought an iPhone 5S in the UK, seems like a big mistake. I have turned off sync to icloud from the phone for both my contacts and calendar, as told on itunes. However, iTunes still says they are synced from iCloud and wont sync to PC, Fix ?

    I've just bought an iPhone 5S in the UK, seems like a big mistake, but luckily by law we can return goods, which is exactly what is going to happen if I cant get this to work. This is my business phone, not having it functional can cost me money.
    I have turned off sync to icloud from the phone for both my contacts and calendar, as told on itunes. However, iTunes still says they are synced from iCloud and wont sync to my PC, why and how do I fix it so that it doesnt go to iCloud for anything ?
    The phone currently has no contacts or calendar information installed.
    PC is HP Probook 4730s running Windows 7, Professional, version 6.1.7601 Service Pack 1 Build 7601.

    I'm happy you figured it out and just try to keep in mind that not everyone you talk to at support will give the same advice or have the same knowledge. Just like those who contribute to these forums. Sometimes Google is your best friend.
    I agree that Apple could probably make it easier, but as of yet prefer security over freedom. (sound famaliar?)
    Anyway, if you choose to do so, you can leave feedback here:
    Apple.com Feedback
    Apple Support Feedback
    Developer Feedback
    Product Feedback
    QuickTime Feedback
    Search Feedback

Maybe you are looking for