UTF-8 encoding not working in MSIE

We're in the process of migrating to Sun Web Server 6.1 2005Q4 SP5 from iPlanet 4.1. The Unicode encoding in JSPs for special characters rendered correctly in browsers with iPlanet 4.1. But in 6.1, I had to add this directive to obj.conf for it to work in Netscape 8 (Firefox engine):
ObjectType fn="set-default-type" charset="utf-8"However, MSIE still doesn't render the special characters correctly.
I tried the suggestions in http://swforum.sun.com/jive/thread.jspa?forumID=16&threadID=48171
and I tried this:
ObjectType fn="match-browser" browser="*MSIE*" set-srvhdrs="Content-type: text/html;charset=utf-8"with no success.
Any ideas?
Thanks!

1) Here's a sample snippet from the JSP:
                items.add(new DisclaimerInfo("\342\200\240", "The award is2) Here's the first few lines of the page in the browser's View Source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />3) Here's the interesting part of obj.conf:
<Object name="default">
AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
NameTrans fn="DynamoNormalizeURL"
NameTrans fn="DynamoPath" path="/messaging"
NameTrans fn="ntrans-j2ee" name="j2ee"
NameTrans fn="pfx2dir" from="/mc-icons" dir="/app/sunone/ns-icons" name="es-internal"
NameTrans fn="pfx2dir" from="/SearchServer" dir="/www/site/content/search/SearchServer/wwwtemplates"
NameTrans fn="pfx2dir" from="/Scripts" dir="/www/site/cgi-bin" name="cgi"
NameTrans fn="pfx2dir" from="/cgi-bin" dir="/www/site/cgi-bin" name="cgi"
NameTrans fn="document-root" root="$docroot"
PathCheck fn="unix-uri-clean"
PathCheck fn="check-acl" acl="default"
PathCheck fn="find-pathinfo"
PathCheck fn="find-index" index-names="index.jsp,index.html"
ObjectType fn="set-default-type" charset="utf-8"
ObjectType fn="type-by-extension"
ObjectType fn="force-type" type="text/plain"
Service fn="DynamoService" method="(GET|HEAD|POST)" type="dynamo-internal/*"
Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
Service method="TRACE" fn="service-trace"
Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
Error fn="error-j2ee"
Error fn="send-error" reason="Not Found" path="/www/site/content/error/404.html"
Error fn="send-error" reason="Server Error" path="/www/site/content/error/servererror.html"
AddLog fn="flex-log" name="access" iponly="1"
</Object>4) In MSIE, the snippet from the JSP renders as:
<small letter A with circumflex><Euro sign> The award is...
5) Instead, it should render as (which it does in Netscape/Firefox):
<cross> The award is...

Similar Messages

  • Headphone and other audio jacks not working on msi GT 70

    I was wondering if anyone could tell me why the headphone jack isn't working properly on my new laptop.  When I plug them in it only works in one ear and the onboard speakers still play.  Also nothing pops up from realtek when I plug them in.  I have already tried uninstalling and reinstalling the newest version of realtek. 
    I have been having a heck of a time with the graphics cards.  It will not default to the Nvidia GTX 670MX when I am in a program such as adobe premiere pro or photoshop.  I went into Nvidia and changed the certain programs that I wanted to run the Nvidia card - still wont run off of it.  I changed the global setting to Nvidia - still nothing.  Finally I just disabled the intel driver in the device manager.  It works fine now except exported video is very glitchy on the players.  It plays the videos fine when I enable the intel driver again.
    I guess I can live with the graphics card problems, but can't live without the headphones working.  Any help is greatly appreciated
    Thanks

    be sure everybody has same problem https://forum-en.msi.com/index.php?topic=180629.0 or https://forum-en.msi.com/index.php?topic=180690.0 I found a way if you had new nvidia driver delete nvidia sound driver after delete your msi sound driver after reboot , install your msi sound driver it will be normal but if not try first msi driver after nvidia with beta or new sound driver if still not use realtek new drivers but dont forget delete nvidia sound driver , but you should always repeat it , msi couldnt fix this problem just offer to use old driver and old nvidia driver

  • Matrox Media Encoder not working in CS4

    Good day,
    I have just purchased a used RTX2/ CS4 bundle which includes the card and breakout box.
    I am currently using RTX2/CS3 which I bought way back in 2008 and is still working on my PC with Windows XP Professional (32bit) running Service Pack 3.
    The existing PC was built according to Matrox System requirements:
    Intel(R) Core™2 Quad CPU@240GHz with 4GB RAM etc
    So all the hardware on the machine is working with RTX2/CS3 without any problems.
    I have installed CS4/RTX2  on the same machine and everything shows that it has installed correctly.
    In device manager the card and drivers can be seen.
    When opening Premiere CS4 the Matrox logo dispays and all the effects and presets can be accessed. The tune does not play when the logo is displayed.
    The only problem is that when trying to export a sequence the Matrox Media Encoder option is not available.
    When selecting File > Export > the only options available are:
    Media
    Adobe Clip Notes
    Export to EDL
    Export to OMF
    There seems to be a missing link to activate the Matrox Media Encoder option.
    Please help as I paid a lot of money for this hardware/software bundle which does not work.
    Regards,
    Johan
    My RTX2/CS3 software is registered with Adobe as well as Matrox and I will do the same with RTX2/CS4 as soon as I can get them to work.

    http://forums.adobe.com/community/premiere/premierepro_previous for CS4 Questions, in case anyone is still using that old combination

  • URL Encoder not working in Netscape

    Hi All,
    I am using url encoding in my servlet for redirecting a request. The query string values has some spaces in them. The code I have used is shown below
    String mname = "Jason Perry"
    response.sendRedirect
    ("http://194.216.8.238:8081/merchant/merch.merchant?msgid=RP&mctid=1111242&totcp="+price.toString()+"&mname="+URLEncoder.encode(mname)+"&mtxnid=UY675432");
    Please note that 194.216.8.238:8081 is an IP of another server located outside our network.
    In Netscape the url is shown as http://194.216.8.238:8081/merchant/merch.merchant?msgid=RP&mctid=1111242&totcp=15
    &mname=Jason Perry&mtxnid=UY675432
    The space is not getting replaced with the plus.
    But I have observed that if the redirection is to the same server on which the servlet is running, it works fine.
    I am at loss as to why url encode is not working when routing the request to another server. I am using Netscape 4.77 .
    This is works in IE fine.
    Your inputs are appreciated.
    Thanks
    Malini

    Yeah had this problem before, use the java.net.URLEncoder class:
    <%@ page language="java" import="java.net.URLEncoder"%>
    <%
    String url = "http://194.216.8.238:8081/merchant/merch.merchant?msgid=RP&mctid=1111242&totcp=15
    &mname=Jason Perry&mtxnid=UY675432"
    String encodedUrl = URLEncoder.encode(url);
    response.sendRedirect(encodedUrl);
    %>

  • OS X Lion Video Encoder Not Working

    I don't know what the problem is. I was super excited for the video encoder that came standard with Lion because I have an Apple TV, and I figured it would make converting videos much less of a headache. I apparently thought wrong. I've been very frustrated trying to get it to work. Trying to convert some .avi files I get an error, which says something about not being able to open the source. I can't even get it to come up right now.
    I tried to encode a .mp4 file assuming that it would definitely work because, unless I'm thinking wrong, this format is compatible with Macs. This didn't seem to do anything at all except produce a .m4v file that didn't do anything. My assumption was that it was maybe still converting, but there was nothing to indicate that so I deleted that file. Then tried it again, and it did nothing. Then tried again to convert the .avi file so that I could see the error and post it here, but again, it did nothing so I couldn't post the exact error.
    Okay so just got the error, and it says:
    avconvert: source file not found for source file: (lists file location)
    avconvert: failed to create an Export Session.
    Check Setup.
    Any help or leads at all would be extremely appreciated.
    Thanks,
    Andy

    Ahh, I'd forgotten about that feature since it is not really that easy to find and I always use MPEG Streamclip which does an outstanding job. However, I just tried it with a 10 sec intro I had (the only .mov I had available) and it did not work either. I'll be sending in a feedback - may i suggest you do the same.
    In the meantime, try MPEG Streamclip - I've used it for a long time.
    Here is the (strange) error I got:
    http://www.apple.com/feedback/

  • Secure boot not working with MSI Z77a-G45 And system reserve not showing

    Ok so i re did my windows after i did a zero fill on my hard drive as it was showing a corrupted sector on my disk that seemed to fix it for now, until it comes back if it does crossing my fingers it gone for good. But now i can't seem to get Secure boot to work i mean i did not have it before as i just slapped the motherboard in with a existing windows, that was to be expected but this is a clean install of windows 8.1 and i even have secure boot on but its not working and reports as off in windows.  Is it because i have my bios set to legacy+UEFI??? would that make secure boot not work??. i even went as far as turning it off and back on again the secure boot setting nothing made a difference.  I mean its not a big deal bit would be nice to know why its not working, also another wired thing and i will post pictures of it, as i cant see my system reserved partition in disk management but diskpart says it there, i will post those pictures any ideas??. 

    fixed it is my legacy+uefi another forum got back to me.

  • UTF-8 character encoding not working in Firefox

    I have a jPlayer playlist that works fine in all browsers except Firefox.
    The issue is with non-standard characters, i.e. characters with accents or asian characters. I have set up a demo playlist so that you can see [http://monthlymixup.com/mixups/july_2012/index.php here].
    When I enter the characters in UTF-8 form (track 1 in the playlist) they work on all browsers except for Firefox, and when I enter them in ISO Latin 1 (track 2 in the playlist) they work in Firefox but no other browsers.
    So, for instance in Firefox 大å°æ¸æ¿.mp3 works, whereas 大地書房.mp3 doesn't.
    There is a meta tag for UTF-8 on the demo page, i.e.
    My understanding is that Firefox overwrites this with the response header if a default encoding isn't set in FF. I have however set UTF-8 to be the default encoder and I have checked that the page is using UTF-8 by going to Tools/Page Info (I am on a Mac and I believe this is the way to check the encoding on the page).
    So, I'm at a loss as to what is going on, and would be glad of some help.

    No time to register at the moment...
    Are you specifying the titles and file names in your JavaScript code as on this jPlayer demo page? http://jplayer.org/latest/demo-02/

  • Wi-Fi not working on MSI GT60

    Hello All,
    For last two weeks, wi-fi has not been working on my windows 8 machine. Wi-Fi switch is a software based switch on my machine. It is ON when I start the machine. But it does not list any wi-fi networks (I know the existence of the networks as I am successfully getting connected to those networks using my other devices). If I switch off the wi-fi, I cannot turn it on unless I restart the machine. The problem persists in my house as well as my office. We don't have any technical person in the office as I work for an NGO.
    I don't know whether it is the windows update or installing Intel PRO wireless suite.
    Here are the things I have tried:
    Uninstalling PRO wireless software
    Rolling back to previous version of the driver
    Uninstalling the device using device manager
    Just updating the driver to the latest version from Intel's website
    Uninstalled all the windows updates of last two weeks
    Changing the power setting to keep the wi-fi on and under maximum performance
    I don't know how to solve this problem. I am using wired connection for last two weeks.
    My machine is - MSI Computer Corp. Notebook GT60 0NC-004US;9S7-16F311-004 15.6-Inch Laptop
    Operating System: Window 8 Pro 64 bit
    Wi-Fi Card: Intel n 2230
    Here is the result of my ipconfig /all:
    C:\Users\SharadaPrasad>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : CSP_MSI_PC
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Killer e2200 Gigabit Ethernet Controller
    (NDIS 6.30)
       Physical Address. . . . . . . . . : 8C-89-A5-02-16-10
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::3df0:b05b:68c7:6950%21(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.11.15(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Wednesday, July 31, 2013 11:04:00 AM
       Lease Expires . . . . . . . . . . : Saturday, August 3, 2013 11:04:00 AM
       Default Gateway . . . . . . . . . : 192.168.11.1
       DHCP Server . . . . . . . . . . . : 192.168.11.1
       DHCPv6 IAID . . . . . . . . . . . : 546081189
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-87-CD-10-8C-89-A5-02-16-10
       DNS Servers . . . . . . . . . . . : 202.79.32.4
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fb:181f:e73:3f57:f4f0(Prefe
    rred)
       Link-local IPv6 Address . . . . . : fe80::181f:e73:3f57:f4f0%13(Preferred)
       Default Gateway . . . . . . . . . : ::
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel adapter isatap.{D1E1C782-AF1C-483A-B427-19B83276C577}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #6
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Any help will be highly appreciated.
    Thanks and Regards,
    Sharada Prasad

    Quote from: sharadaprasad on 04-August-13, 12:25:20
    Oh, thanks for letting me know about the warranty thing.
    I will try to source a wi-fi adapter locally and see whether that is the issue. If is it something else, then the repair might cost more than expect and it would be good to claim it under warranty.
    Can I replace it with a better adapter? What other wi-fi adapters are compatible with the same slot as that of Intel Cetrino Wireless N 2230?
    Thanks for your patience and time in helping me with my queries.
    Regards,
    Sharada
    The 2230 should only have 2 antennas. You can pretty much replace it with any other mini PCI wifi adapter, but obviously if you get one with 3 antennas, you'll be missing an antenna adapter to connect. That's really the biggest issue. If it was me, I'd just get another 2230. They only run about $30USD to get, and I'm sure that they'll be just as cheap anywhere else (check ebay).

  • Encoder not working

    Hello,
    Just loaded Pr Pro CS4 on a new computer with Vista 32bit SP1
    AMD Quad 4 2.2
    3 GB Ram
    I am trying to export a sequence, it goes to the Media Encoder, and it starts but nothing happens. No indicators change or anything. I this is happening on export to AVI and to DVD file.
    Also Pr Pro keeps making peakfiles all the time, what is up with that?
    I upgraded from PrP 1.5 and like the new features but if I can't export the file the thing is usless!
    Please help, I need this video for a client.
    One more thing. :)
    In 1.5 I could export directly to DVD which was fantastic, can you do that in CS4? It seemed I had to go through Encore.
    Thanks!
    Stephen

    The same thing is happening to me, exporting from Adobe Premiere Pro CS3. When I click "start queue" the "loading" progress bar appears and "Elapsed Queue Time: 00:00:00" appears. That's it. No matter how long I wait, nothing changes.
    Am using an Acer e700, 2GB RAM, Intel quad core 2.4GHz, Intel mother board, Windows Vista service pack 1. I've downloaded the software again, re-installed twice, updated drivers and other software, tried tracing paths down. Have tried different project settings with lots of different sources on the timeline (sequence) including DV, DVAVI, HDV, Quicktime, AVCHD, and have tried to export to FLV, QT, MOV, DVAVI, and many more. Source file in "C:\users\users\ ... etc" that Adobe Media Encoder references (in the queue) acutally appears in that location, and I can open in Premiere Pro CS4. (I have kept PP CS3 on my computer. Am afraid to remove it, because I will have nothing that works once I do.)
    As a test I installed Premiere Pro CS4 on a three-year-old Windows XP machine and export (With Adobe Media Encoder) works well. Have been on the phone with Adobe for an hour.
    I have been using Premiere for 15 years. My upgrade is worthless.
    Wow something new. I let AME cook while I was writing this and got a message (in the log) Could not read from the source. Please check if it has moved or been deleted.

  • Flash trial-encoder not working

    Hi there, I downloaded a 30 day trial of Flash CS3 yesterday.
    The flash is working fine, but when I open the Video encoder, this
    message appears: "Licensing for this product has stopped working.
    You cannot use this product at this time. You must repair the
    problem by uninstalling then reinstalling this product." I was able
    to use the video encoder fine yesterday so do not know what is
    going wrong today. I cant work out how to uninstall it either, can
    anyone help.

    quote:
    Originally posted by:
    zeromotion
    Are you trying to play the .flv file directly? (If so, that's
    your problem)
    You need to import that .flv file into Flash and play it
    through a component.
    Yes, I was trying to play the .flv directly. I am new to
    flash and want to embed this file in a html document so that it
    will play when the web page opens. Can you please let me know the
    easiest way to do this in flash? I had a look and there are a few
    options e.g. embed in .swf file etc.
    Thank you.
    John

  • Flash 8 Video Encoder not working

    As said in topic, I import a video (no matter what format)
    then click "settings" but nothing happens, except that the
    application stops responding, e.g. I can not click on any button in
    it. The only way is then to kill it through Task Manager.
    I've tried uninstalling, reinstalling (flash and quicktime),
    but I can't get it to work.

    Yes, I am sure, because the settings pannel WON'T OPEN at all
    - The moment I click on "settings" nothing happens, no "settings"
    window is opened - nothing.
    It just stays like that, I can't click anywhere else.
    Regarding the size of the video - I mostly tried with smaller
    videos (10 MB) - I actually managed to convert some of those to FLV
    using another application, but I wasn't happy with the result, so
    wanted to try it with Flash 8 Video Encoder - I was hoping there
    are more options here.
    BTW: Now, after i tried reinstalling Flash the Flash 8 Video
    Encoder has "disappeared" from Start/programs/Macromedia - It is
    nowhere - I can't find it and start it anymore. I tried
    reinstalling again and again but it won't come back (!!).

  • MSI Gaming G Series Mouse not working with MSI GS70 2QE Stealth Pro

    Hi,
    since i bought this notebook I had different troubles with this mouse (included with the notebook)
    The mouse often stutters, lags, goes in idle not only in games but also in Windows 8, causing playing FPS being impossible. The pop-up "USB Device Not Recognized" appers sometimes, such as the sound you hear when you plug/unplug any usb device. All latest drivers have been already installed.
    I tried to use another mouse and it works perfectly on the GS70. Same time I tried the gaming mouse on another PC and it works perfectly too. So, it's the combination "Gaming Mouse + GS70" that won't work at all.
    Any ideas?
    Thanks in advance and sorry for my English.

    Maybe uninstall and reinstall the drivers without the mouse connected? Are you using a USB hub? I had problems similar to what your describing with a MSI mouse while using a hub, before.

  • Fn touchpad Disable/enable not working on Msi GE70 20E

    I recently got a MSI GE70 2OE 011NE with Windows 8, when i got it the Fn key wasnt working properly, some of the shortcuts worked, but to disable/enable touchpad didnt, i then downloaded the touchpad driver from this website, and then it worked.. then i updated to windows 8.1.. and after that once again it didnt work, but now it seems like the fn key doesnt work at all.. and my touchpad was disabled when i updated, wich means i cannot enable the touchpad again now.
    i tried both touchpad drivers from this site, for both win 8 and win 8.1, wich didnt work.
    What can i do to make the fn key work ?
    update: apparantly some of the fn short cuts works.. for ie. sound, brightness and backlight keyboard brightness.. just not the enable/disable touchpad :(

    Try doing the EC reset procedure....
    1. Turn notebook off.
    2. Remove AC adapter.
    3. Remove battery.
    4. Let the notebook sit there for about 20 minutes.
    5. Come back, insert battery.
    6. Add AC adapter.
    7. Power on and see if its working now.

  • Adobe Media Encoder Not Working - Please help

    Hi,
    Whenever I try and export a video in premiere pro it makes no difference what settings I choose in the Adobe Media Encoder as the video always comes out the same size. When I first tried it I exported it as a 400kbps flash file, but that was taking too long to buffer, so I want to reduce the kpbs. I adjust the bitrate in the encoder, save the settings and everything looks like it's working but no matter what I do the video always comes out the same size. I have tried opening and closing Premiere Pro, even exporting the video as avi and then bringing it back into premiere pro to encode but no joy.
    Also, in the encoder it always says "estimated file size 35mb or so but comes out the other end about 10 times that.
    Its getting really, really annoying so any help would be very much appreciated.
    A

    Hi, many thanks for your replies.
    The work area that I wish to export is 15 minutes and 38 seconds so relatively short.
    I always let it finish encoding and they are all around 250MBs when this is finished.
    These are the steps I am taking:
    1. Menu>Export>Adobe Encoder
    2. Change setting to custom and set the bit rate at 300 kpbs, Framerate 25, Keyframe interval 1, Codec On2 VP6, Audio 32kbps Mono
    3. I then save this preset
    4. I then click the Deinterlace button on the Output tab
    5. I then click OK and save it to my external hardrive
    6. Once it is finished encoding - whatever settings I have selected - it always comes out around 250 MBs which is far too big as it takes ages to buffer
    If you can help you are a lifesaver!
    Thanks

  • Media encoder not working

    I have two ProRes timelines about 90 minutes each in length and when I try to export using "match Sequence Setting" or if I try to export to a DVD format, in ME they fail immediately with this code: 
    - Encoding Time: 00:00:00
    12/06/2014 11:54:01 AM : Encoding Failed
    A low-level exception occurred in: QuickTime (Exporter)
    Export Error
    Error compiling movie.
    Unknown error.
    I can export them directly from Premier with no issue to ProRes and to the DVD MPEG2 format.  I cleaned the media Cache, so I'm not sure what I should do next.  Also reinstalled Premier and Media Encoder.
    Thanks...Jim Watt
    Mac Pro 2 x 2.93 GHz 6-Core Intel Xeon
    Mid 2009
    Memory  40GB 1333 MHz DDR3
    OSX 10.8.5
    Graphics NVIDIA Quadro 4000 2048 MB
    Video Card:  Kona III
    2 TB 7200 RPM system drive
    Video Drives,
    3 internal 2 TB 7200 RPMs
    Apple 2.5 TB Xserve Raid
    4 TB G-Raid
    Premier Pro 2014 version 8.1 "Caravan"
    CUDA Driver Version: 6.5.18

    Thanks, I should have dug a little deeper before posting here.
    For anyone else who might have this problem here is the exact steps I took to resolve this.
    1.Close all Adobe applications.
    2.In Windows Explorer, navigate to C:\Program Files\Adobe\Adobe Premiere Pro CS4. (If you installed Premiere Pro CS4 in a location other than the default of C:\Program Files\Adobe, then navigate to your custom installation location.)
    3.Right-click on Adobe Premiere Pro.exe (which might appear without the .exe extension) and choose Create Shortcut.
    4.Rename the newly created shortcut to just Premiere.
    Important: The name of the shortcut must be exactly Premiere with no other characters.
    5.Open a second Windows Explorer window, and navigate to C:\Program Files\Common Files\Adobe\dynamiclink.
    6.Move the Premiere shortcut that you created into the dynamiclink folder.
    Thanks again. Hope this helps others as well.

Maybe you are looking for

  • Clean install and iPhone

    I'm convinced that I need to do a clean install of Leopard (I did Archive and Install, but I haven't done a clean install since Panther, and I just want to start fresh). How will this affect my iPhone? When I'm done with the clean install will my iPh

  • How to expertise in Java mapping   XI i am intersted

    Hi XI experts    I am new to XI as well Java but i am more intersted to write    <b><u>Java mapping and Java proxies</u></b>    I searched full sdn but i am not getting the proper start up    Can any one help me on this ? Adv thanks and points to all

  • Iphoto quits before trying to import photos

    Opening iphoto by itself is fine.  As soon as I plug in my camera, and try to import photos from it, iphoto crashes. I do not know a lot about computers, or applications, or whatever.  Please, dumb down your answer for me. Process:         iPhoto [14

  • Getting rid of Tiger after successful upgrade?

    If I'm satisfied with Leopard and did an upgrade is there an easy way to get rid of Tiger?

  • Office 365 Trial Password forgotten

    Hi, I have been asked by a school to set up Office 365 for them. They have already started the process by downloading the trial version with the ######.onmicrosoft.com domain, They now have their own domain registered and want to activate this. Howev