URL Access Scripting & accented characters

I'm trying to write a small iTunes script that checks whether track titles of an album match those in the MusicBrainz database. But I'm running into a small problem when I try to retrieve the album information when it's title has accented characters.
Here's a snippet of code:
property baseURL : "http://musicbrainz.org/ws/1/release/"
property tempFile : "Data:temp:tempAlbumInfo.xml"
property albumTitle : "með suð í eyrum við spilum endalaust"
set queryURL to "?type=xml&releasetypes=Official&limit=10&title=" & albumTitle
set the clipboard to (baseURL & queryURL)
-- Fetch the releases info from musicbrainz
tell application "URL Access Scripting"
download (baseURL & queryURL) to tempFile replacing yes
end tell
This gives me a 503 error from URL Access Scripting, but when I paste the variable just copied to the clipboard into Firefox, the page loads perfectly. Pasting it into Safari, it doesn't work.
I'm guessing it has something to do with either the way URL Access Scripting and Safari rawurlencode their URLs, or some Unicode / Latin-1 problems.
Oh, and for album titles without accented characters it all works perfectly. Any idea why this is happening? Thanks!

Hello
I think you need to escape URI string properly.
Try replacing the line:
set queryURL to "?type=xml&releasetypes=Official&limit=10&title=" & albumTitle
with these two lines:
set escapedTitle to do shell script "echo " & quoted form of albumTitle & " | perl -Mutf8 -MURI::Escape -lne 'print uri_escape($_);'"
set queryURL to "?type=xml&releasetypes=Official&limit=10&title=" & escapedTitle
Hope this may help,
H
Message was edited by: Hiroto (fixed typo: URI::Escape is the correct module.)

Similar Messages

  • Url access scripting and os X 10.6

    I just upgraded to 10.6 and discovered that my scripts that use "url access scripting" calls no longer work. any ideas?
    Thanks

    I am using AppleScript Editor and so far all attempts to use URL Access Scripting have failed, I checked the dictionary and the syntax for the command has not changed from
    "download " url " to file "((path to file) as text) " replacing (yes or no)"
    but access scripting does not respond at all. It acts as if it is not there.
    Perhaps there is a preference I need to change to activate script editor or something like that. Everything worked before I installed 10.6
    it is 10.6.5 intel
    Message was edited by: Carl Anderson

  • URL Access Scripting???

    Hi does anyone know why "The application "URL Access Scripting" wants to connect to perso139-g5.free.fr on TCP port 80 (http)" its something I see when running Little Snitch. What is causing it? I have searched for this here and on google but have not seen any answers. Thanks in advance.
    gusg

    That Application is in...
    /system/library/scriptingAdditions/URL Access Scripting
    Somehow? You have a Script trying to download or upload something methinks...
    http://db.tidbits.com/article/05396
    http://www.foodoo.sunreal.com.au/info/dictionaries/URLAccess110asDict.html
    http://www.tidbits.com/resources/481/UASYahoo.html
    Looked in all your startup/login items? Does Activity Monitor, or the Logs give any clues?

  • "URL Access Scripting.app"

    In Lion (10.7) "URL Access Scripting.app" seems to be missing from /System/Library/ScriptingAdditions I tried to copy it from an older OSX and the apple script errors.
    Any idea?

    one I adopted/use for home automation to speak the weather forcast
    -- myCode is Weather.com code for your location.
    -- define the URL for the weather report
    set myURL to "http://www.weather.com/outlook/travel/businesstraveler/narrative/" & myCode
    -- get the report
    tell application "URL Access Scripting"
              set my_output_file to "private:var:tmp:" & "SpokenWeather.out"
      download myURL to my_output_file replacing yes
    end tell

  • What does "URL Access Scripting" do?

    I tried the demo of the Little Snitch application to see what kind of network stuff is initiated from my account. On login I get:
    The application "URL Access Scripting" wants to connect to perso139-g5.free.fr on TCP port 80 (http)
    That seems suspect to me. What kind of script wants to go there and how do I find out what kind of script is being run here?
    G

    This was helpful (sorry, clicking the helpful button did not work). I found out it was CoreDuoTemp.app which is in my startup. This is a script. I looked for strings in the script and found
    0http://macbricol.free.fr/coreduotemp/version.txt
    %http://macbricol.free.fr/coreduotemp/
    %http://macbricol.free.fr/coreduotemp/
    and it turns out macbriol is an alias for the site I found in Little Snitch
    $ nslookup macbricol.free.fr
    Server: 192.168.2.99
    Address: 192.168.2.99#53
    Non-authoritative answer:
    macbricol.free.fr canonical name = perso139-g5.free.fr.
    Name: perso139-g5.free.fr
    Address: 212.27.63.139

  • Scripting 'URL Access Scripting' ?

    Hey Folks,
    I have a question regarding the use of the 'URL Access Scripting' application...
    I am writting a script that compares 2 web pages (one now and the same page every 5 min). I download the web page by using the 'URL Access Scripting' with the following script :
    set the target_URL to "http://www.thisis_anexample.fr"
    set the destination_file to ("Macintosh HD:Users:arnaud:file3:doc1")
    tell application "URL Access Scripting"
    download target_URL to file destination_file replacing yes
    end tell
    This works fine except that if the target URL dos not exist (or is not accessible), the script crashes.
    Do some one knows a way to prevent the crask of the script if the targer URL is not accessible?
    Thanks in advance for your help.
    Arnaud

    You can capture an error by placing statements in a try statement, for example:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #FFEE80;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    try
    tell application "URL Access Scripting"
    download target_URL to file destination_file replacing yes
    end tell
    on error ErrorMessage number ErrorNumber
    display alert "Error with downloading target URL (" & ErrorNumber & ")" message ErrorMessage
    -- or other statements to bypass this particular error
    end try
    </pre>

  • URL Access

    I have a script that uses URL Access to upload a file. The script works fine except lately the AppleEvent has been timing out. At first I thought this was from the server being down but, I could always access the server through FTP. Now I am wondering if this could be a port problem. Has anyone else ran into this problem? Does anyone know what ports URL Access uses?
    PowerBook G4 1Ghz   Mac OS X (10.2.x)  

    Without knowing more about your script it's very hard to tell, but the fact you say it times out might be relevant.
    Are you uploading large files? What's your bandwidth limit?
    Is it possible that the file is so large and/or your bandwidth limited so it's taking too long for URL Access Scripting to complete the upload, so AppleScript times out thinking it's hung?
    One thing to try would be wrapping the commands in a 'with timeout' block, like:
    with timeout of 600 seconds
    tell application "URL Access Scripting"
    -- your commands here
    end tell
    end timeout
    Now AppleScript will wait up to 10 minutes for URL Access Scripting to do its thing before timing out.

  • Tomcat unable to read accented characters from MySQL

    Folks,
    Can anyone help with me this problem?
    It seems that my version of Tomcat is unable to read accented characters from my MySQL Database.
    I've checked in the Database and the characters are all correctly represented there. But when, in my servlet code, I do:
    String author = results.getString("author_surname");If the String contains any accented character then the character shows as a '?'. (Even before it gets to the JSP - I'm writing the results straight to catalina.out).
    Looking around these forums I found that some people suggested adding
    ?useUnicode=TRUE&characterEncoding=UTF-8;to the end of my jdbc url. As in:
    <ResourceParams name="jdbc/connection">
    //a whole load of other params
      <parameter>
        <name>url</name>
         <value>jdbc:mysql://localhost:3306/bookshop?useUnicode=TRUE&characterEncoding=UTF-8</value>
      </parameter>
    </ResourceParams>inside my server.xml
    But it doesn't seem to make any difference. In addition, I doubt I even need to use Unicode as the accents I need are only: ����� etc.
    (Incidentally, writing that line into my server.xml, tomcat complains that it should finish with a semi-colon. Is that correct? Even if I put in the semi-colon, it still complains!!)
    Any suggestions on this would be much appreciated. Thank you.

    user13109986 wrote:
    HI,
    From http://download.oracle.com/docs/cd/B10501_01/server.920/a96529/ch9.htm
    My understanding is the JDBC Api converts the string from the database to UTF-16.. If so is there any way to disable the UTF-16 encoding at JDBC API?That's exactly what it's supposed to do. There isn't even any concept of what it would mean to disable that: Java characters are UTF-16 representations of Unicode code-points, so there isn't anything else it could do.
    I still suspect the JDBC part is working correctly and your writing-to-file isn't. I found this quote in the Wikipedia article on Windows-1256:
    Windows-1256 is a code page used to write Arabic (and possibly some other languages that use Arabic script, like Persian) under Microsoft Windows. This code page is not compatible with ISO 8859-6 and MacArabic encodings.So was there a particular reason you chose Cp1256 and not ISO-8859-6 as the charset to write to the file with?

  • Accented characters and UTF-8

    Hi all,
    I have a problem with accented characters. I read that Plumtree 5.0 is completely Unicode enabled and all HTTP responses from remote web services are converted to Unicode (UTF-16). So the portal sends back to the client browser all pages in UTF-8.
    We have a lots of portlet (ASP and JSP) that write data in external DB, for example SQLServer. When I fill an html form with accented characters that have to be saved in our DB, they are saved in UTF-8 because the gateway converts the HTTP response. We want that the data are saved as if we don't use the portal (without conversion). I tried to change the Charset with the ASP code (Response.Charset). This solves only the problem of displaying the right characters in the browser.
    Could you explain me better how the portal make the conversion and how can I solve my problem?
    Thank you very much,
    Alberto Marchiaro

    It might be helpful to clarify a few things first: 1. Both Java and VB Script will store strings in UTF-16/Unicode. If you have some code in your ASP file that looks like this: Dim strDatastrData = Request.Form("SomeName") then if you were to examine memory for the variable strData, you would see 16 bit characters. The same is true for Java. 2. String data is almost never sent over HTTP as UTF-16/Unicode. 3. Both Java and VBScript perform an implicit character set transcoding when reading string data out of a request or when writing string data out to a response. 4. ASP will perform the transcoding according to the value of the Session.CodePage value. If you have Session.CodePage to 65001, then ASP will expect the string data to be in UTF-8 and it will transcode UTF-8 in the request into UTF-16 in VB Script. Similarly, a Session.CodePage value of 65001 will cause "Response.Write" to convert UTF-16/Unicode into UTF-8. 5. All of the above is separate from how Java or VB Script interact with the database. Generally speaking an ASP module will use ODBC to communicate with the database. The ODBC layer knows that VB Script keeps strings in UTF-16/Unicode. The ODBC layer will perform the proper conversion into the database character set. Plumtree always recommends using UTF-16/Unicode in the database. You can do this relatively easily by declaring your database columns using the "N" datatypes such as NCHAR and NVARCHAR. However even if you using some other character set, the ODBC layer should always properly transcode from VBScript. The importantly thing to remember is that data that is sent over HTTP is never written directly to the database without going through some ASP or JSP code. Since the ASP and JSP code always uses UTF-16/Unicode, there should never be any issue with how the data is sent over HTTP. Here is an explanation for how Session.CodePage, Response.CharSet and Session.LCID work in ASP:****************************************************
    1. Response.CharSet
    2. Session.CodePage
    3. Session.LCID
    Here is an explanation of these properties and why they are important to non-English ASP gadget writers:
    1. Response.CharSet
    This property will cause the HTTP contentType header to be set with the specified character set. The HTTP header is the best way to tell the recipient what the character set is. The Plumtree HTTPGadgetProvider will read the ContentType header and then know how to properly trancode the portlet text into UTF-16/Unicode. Here
    is an example of how to set this property:
    Response.CharSet = "UTF-8"
    2. Session.CodePage
    This property tells the ASP engine which character set to send text in. Please remember that all text is encoded in Unicode on the Web Server. It only gets turned into the client character set when it is send down to the client. The Session.CodePage tells the engine which codepage to transcode into when sending down to the client. Please note that this property is an "integer" property not a string. So you have to know the number of the codepage that you would like to transcode into. Here is an example of how to use this property:
    Session.CodePage = 65001
    3. Session.LCID
    This property tells the ASP engine which locale is being used. The locale is used by various VBScript functions such as FormatDateTime in order to format the date correctly for the locale. If the locale is a French locale, then the date will be formatted according to French rules. The locale does not really effect the character set, but if the portlet writer is going to the trouble of setting the other properties, then they should also set the LCID too. Here is an example of how to set this property:
    Session.LCID = 1041
    Please note that the examples that I am using are the appropriate examples for Japanese and UTF-8. The values for these properties are different for different character sets. For example, for ISO-2022-JP, the values would be:
    Request.CharSet = "iso-2022-jp"
    Session.CodePage = 50220
    Session.LCID = 1041
    A very helpful URL to figure out the values to use with Request.CharSet and Session.CodePage is the following:
    http://msdn.microsoft.com/library/default.asp?url=/workshop/Author/dhtml/reference/charsets/charset4.asp

  • Problems with Greek accented characters

    After the update to AIR 2.0.2 I cannot input into any application greek with accented characters.
    Tried TweetDeck and Twhirl and neither work (used to before the update)
    Is this a bug or it needs some configuration
    I am working on Fedora13 but heard the same problem reported on Ubuntu.
    Have not tried on MS Windows or MacOSX

    Hi,
    I'm using Adobe AIR 2.0.3 on Windows machine. I wrote an app in Aptana Studio (build: 2.0.5.1278522500) with ExtJS library and I found the problem with polish national characters like ż and Ż (all the other national characters like ą, ę, ń are possible to input).
    In order to reproduce, here you have the sample code in ExtJS:
    http://dev.sencha.com/deploy/dev/examples/form/anchoring.html
    As you will see - it is possible to input ż and Ż in text fields.
    Now, use the same code to build AIR applicaton and then run the application. It is not possible to input those characters in Air window. Right Alt+z acts like undo operation - it removes last entered text. All the other characters work fine.
    Here is the code I used:
    <html>
        <head>
            <title>New Adobe AIR Project</title>
            <link rel="stylesheet" type="text/css" href="lib/ext/resources/css/ext-all.css" />
            <link rel="stylesheet" type="text/css" href="lib/ext/air/resources/ext-air.css" />
            <script type="text/javascript" src="lib/air/AIRAliases.js"></script>
            <script type="text/javascript" src="lib/ext/adapter/ext/ext-base.js"></script>
               <script type="text/javascript" src="lib/ext/ext-all.js"></script>
            <script type="text/javascript" src="lib/ext/air/ext-air.js"></script>
            <script type="text/javascript">
            Ext.onReady(function(){
        var form = new Ext.form.FormPanel({
            baseCls: 'x-plain',
            labelWidth: 55,
            defaultType: 'textfield',
            items: [{
                fieldLabel: 'Send To',
                name: 'to',
                anchor:'100%'  // anchor width by percentage
                fieldLabel: 'Subject',
                name: 'subject',
                anchor: '100%'  // anchor width by percentage
                xtype: 'textarea',
                hideLabel: true,
                name: 'msg',
                anchor: '100% -53'  // anchor width by percentage and height by raw adjustment
        var window = new Ext.Window({
            title: 'Resize Me',
            width: 500,
            height:300,
            minWidth: 300,
            minHeight: 200,
            layout: 'fit',
            plain:true,
            bodyStyle:'padding:5px;',
            buttonAlign:'center',
            items: form,
            buttons: [{
                text: 'Send'
                text: 'Cancel'
        window.show();
            </script>
        </head>
        <body>
        </body>
    </html>
    Is it possible to input those characters or is there a workaround for this (disable undo operation or so) ?
    I really appreciate any help.
    Kind regards,
    Marcin.

  • Accented characters

    I use accented characters - à, è, ù for example - by pressing and holding the corresponding key to chose the right character that appears in the balloon. This will usually work. Occasionally, it won't work though. When I hold a key - a, e, u, for example - I will get aaaaa, eeeee, etc. To fix the issue, I usually restart the system and the problem is fixed. Is there a more convenient way to fix this rather than restarting the Mac?
    MacBook Air mid 2012
    Yosemite 10.10.2
    Safari Version 8.0.3 (10600.3.18)

    hello,
    you have a Help application on your device, that can be accessed easily :
    home screen >> Help
    for example the information you need can be seen in three clicks :
    Help >> Typing >> Typing basics >> Type an accent or special character
    for convenience, the help is also available on the internet, it's here :
    http://na.blackberry.com/eng/deliverables/2596/Type_an_accent_or_special_character_28280_11.jsp
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Accented characters do not display correctly

    Hello,
    I created a report in CR with an Oracle8i ODBC connection (version 8.01.74.00). The strange thing is that accented characters are displayed weird in the report although the characters are just fine when I look at them via sqlplus. At first I thought it was a CR problem but I got the same results in Access.
    Eg. in sqlplus I see this:
    user comment :"Veuillez faire réparer dès que possible la photocopieuse
    But in the report I see this:
    user comment :"Veuillez faire réparer dès que possible la photocopieuse      
    I already played around with the NLS_LANG setting in the registry but this didn't help.
    Does anybody has an idea how I can solve this?
    Thx,
    Geert

    One possibility is that the Windows regional settings on your machine may be conflicting with your NLS settings. Access and Crystal Reports probably look there exclusively, recent versions of Oracle ODBC driver and SQL*Plus will look exclusively to your NLS settings, while the 7.3 era ODBC driver probably looks to the Windows regional sessings.
    Justin

  • Accented characters in LR for mac.

    Hi all:
    I'm having problems with pictures with "accented characters" in the name. I can work with these pictures, no question mark is shown, and LR can show where the actual file is located. The problem is as following: if I try to sync a folder, then LR says there are x missing files and the same x new files. If I tell LR to proceed, then the "new" pictures loose keywords, tags, edits, etc.
    I have the same pictures and catalog both in windows and in mac (both version 4.4), as I'm trying to swicht, and in windows there is no problem. So it is a particular mac version problem. I tried to check the problem: if I delete these accented characters, then no new nor missing files are detected in sync, but this is not a solution (I have thousends of pictures and I want to keep the accented characters).
    Is there any other solution?
    This same problem has been mentioned several times, but nobody find a good solution. For example in
    http://forums.adobe.com/thread/608096 and in http://lightroomkillertips.com/?p=2778
    Thanks in advance.

    > the problem is that I'm trying to put a "hat" over a consonant
    I suspect you'll find that, the more precise and specific your question, the more greater the likelihood of getting a speedy and helpful answer.
    > Looks like the software only allows the circumflex over vowels.
    > Option-i does work on my computer for vowels. (Built-in
    > keyboard).
    Nonsense. Nothing to do with your keyboard. Btw, you still haven't told us what character you're trying to insert.
    > I guess I will have to use the Equation Editor.
    That's an option, but not the only one. Just for the sake of argument, let's assume it's p-hat (not the party hat, but the symbol for sample proportion).
    (1) Specifically in Word, you can use fields (overstrike). Go to Insert > Field… > Equations and Formulas > Eq; then type
    EQ \O (p,^)
    and confirm. (Note that "EQ" will be inserted by Word automatically, you don't need to type it again.)
    Once you get the hang of it, you won't need to insert it using menu & submenu commands, but by typing and applying styles.
    (2) The right way is Unicode. Currently, Unicode defines >100k codepoints, so, for obvious reasons, it's neither necessary nor practical for most keyboard layouts to be able to access anything but a small subset. You can enter Unicode characters using Character Viewer (aka Special Characters), or, more efficiently, using the Unicode Hex Input keyboard layout.
    If the character is already defined as such in Unicode, eg, for all (upside down A), then hold down Option and type its Unicode hex code, ie 2200 -- ∀. However, p-hat isn't defined as such, so it must be entered as a combining character sequence. The sequence is ((Latin small letter p) + (combining circumflex accent)), or (p + 0302) -- p̂.
    Unfortunately, all is not sweetness and light. Although this is how it should be done, the display may disappoint. Questions 12b and 12c in the respective Unicode FAQ explain what happens and why.

  • Accented characters in email fields

    I'm using this script to have email sent to me through a mail form:
    <?php
    // initialize variables for To and Subject fields
    $to = '[email protected]';
    $subject = 'Een testmail';
    $from = $_POST["from"];
    $email = $_POST["email"];
    $comments = $_POST["comments"];
    // build message body from variables received in the POST array
    $message = "Van: $from \n\n";
    $message .= "Email: $email \n\n";
    $message .= "Bericht: $comments";
    $message = stripslashes($message);
    //convert flash line breaks
    $message= str_replace("\r", "\n", $message);
    $message=nl2br($message);
    // add additional email headers for more user-friendly reply
    $additionalHeaders  = "From: $from <".$email.">\r\n";
    $additionalHeaders .= "Reply-To: ".$email."\r\n";
    $additionalHeaders .= "MIME-Version: 1.0\r\n";
    $additionalHeaders .= "Content-type: text/html; charset=utf-8\r\n";
    // send email message
    $OK = mail($to, $subject, $message, $additionalHeaders);
    // let Flash know what the result was
    if ($OK) {
      echo 'sent=OK';
      else {
      echo 'sent=failed&reason='. urlencode('Er is een probleem met de server. Probeer het later nog eens.');
    ?>
    The problem is that I can't get accented characters appear into the From: cc: bcc: fields. For example, when I fill the From field with 'René' it appears as 'RenX' in the From: field. I've set everything to utf-8 but that doesn't seem to matter. When I receive an html text mail, the From: fields displays accented characters as strange codes, like RenA@ or RenX for René.
    In the message text itself it varies: it either displays René when the mail is viewed as plain text mail, or RenA@ when the mail is views as html text. How can I get accented characters appear inside email fields too? And also in the body text when the email is viewed as html text?

    It comes down to this. Since flash outputs in utf-8 I used utf-8 in here too. But narrowing it down to the most basic part:
    <?php
    $headers = "MIME-Version: 1.0\r\n";
    $headers .= "Content-type: text/html; charset= UTF-8\r\n";
    $headers .= "From: René <[email protected]>\r\n";
    $OK = mail('[email protected]', 'A question', 'René is my name', $headers);
    if ($OK) {
      echo 'sent=OK';
      else {
      echo 'sent=failed&reason='. urlencode('There is a problem with the server. Try again later.');
    ?>
    When I view this through webmail I get to see RenX in the From field where it should be René. Changing charset to ISO8859-1 won't work either. I get RenX in the From field and RenA@ in the message part. And when I switch in webmail from text/html to text/plain it says Ren? in the message part.
    How can I make it display René in all headers and message? Both in html mode and in plain text mode?

  • Migrating from MySQL to Oracle 11gR2 containing accented characters

    Hello Gurus,
    I am going to migrate a MySQL database that contains accented characters. The collation of the tables holding these data is utf8_unicode_ci.
    I used SQLDeveloper to generate data migration scripts. After a test migration run, the web pages displays "?" instead of the accented character.
    I am currently tracing where the problem is.
    From what I have read, mysqldump uses utf8 as the default character set, so I assume the accented characters in <tablename>.txt files are in tact.
    Could the problem be on sqlldr? Has anyone come across this problem?
    I really would appreciate any help.
    Thanks

    Hi Srini, thanks for the reply.
    here is the result of select * from nls_database_parameters;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET AL32UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 11.2.0.1.0

Maybe you are looking for

  • Can't install windows XP to a macbook pro with an Intel X25-M SSD

    It's a strange problem: We just bought some new unibody macbook pro 2.8Ghz machines, (4GB ram)etc. We also obtained some of the new Solid State Drives (SSDs) from Intel, the X25M-80GB. (part number: SSDSA2MH080G1C5) After installing the SSD into the

  • Address book entries don't sync to iPhone

    There appears to be a category of entries in my Address Book that don't sync to my iPhone 4S.  Instead of having the word "Work" or "Home" in front of the email address, it contains "email 1", "email 2", etc.  Editing the item doesn't reveal "Work" o

  • Nokia 701 lock slider problem

    Hi guys, i bought my 701 a month ago and i'm experiencing an annoying problem with the screen lock/unlock slider at the side of the device (probably after updating to Belle FP1) sometimes when i lock/unlock the screen it repeats the action twice, for

  • Notification Center off center on screen (Image included)

    When I do the pull down main Notification Center, it pulls down off center on the screen and I can't do anything with it, I have to hit the home button and restart whatever app I was using, is anyone else having this problem? I have an image of it:

  • 9i and 10g Installation

    Have oracle 9ir2 installed first and I then installed 10g, but 10g DB can't start. Installation was succeessful. When I try to open the database I get the following errors Listener refused the connection with the following error: ORA-12500, TNS:liste