Project Spartan policy on backwards compatability

I originally posted this to another Microsoft forum (but the system won't let me link it, so just google a random sentence below if you want to find it). I guess it can only really be addressed by someone on the Spartan team or up their line of supervisors
and a Microsoft Support Engineer suggested I post here instead. So:
Hi. I'd like to know if Project Spartan's backwards compatability policy will be different from Internet Explorer's.
Microsoft's general policy seems to be to go to great lengths to preserve backwards compatibility. (Raymond Chen's blog The Old New Thing has some great war stories about this.) For example, an IE 3 (Aug 1996) JavaScript quirk was that an array with a trailing
comma was longer than one without. [1].length != [1,].length Changing this behavior to match other browsers and the ECMAScript standard would possibly break JavaScript that had been written to depend on it, so it still exists in in-use versions of IE.
I understand why this policy exists and has been such a valuable business policy for Microsoft for decades. The situation is a bit different with a web browser, though, because the majority of third-party authors have to be compatible with browsers from
multiple vendors rather than a single Microsoft platform like embedded browsers or locked-down corporate intranets (not that those groups are tiny!). The other browsers have a different policy and will break backwards compatibility to better match the specs
(whether explicit or de facto). So the code I write to create websites quickly turns into “this works everywhere, except where you need this IE workaround”. I regularly encounter IE-only behaviors and bugs that I expect never to change, like recently finding
that only IE is case-insensitive when scrolling an HTML5 page to an in-page identifier or anchor from the URL fragid.
I've read a lot about the quality improvements planned for Spartan and I look forward to seeing a lot of these hairy old cross-browser differences get reconciled. But as a longtime developer I know no software is perfect and there will always be bugs. So
my question is: will this be a one-time fix or will there be a new policy towards backwards compatibility? If it's the former, Spartan is the new IE, and I know this tune very well. If the latter, there's a little room for hope that it will be pleasant to
work with.
Thanks for your consideration, and good luck with your code.

PU
You can replace Http:// with Hxxp:// to put a link in until your account is verified.
Your thread on Answers is here http://answers.microsoft.com/en-us/insider/forum/insider_internet-insider_spartan/project-spartan-policy-on-backwards-compatability/d25ff33b-aeed-40fb-802b-af25fb9d157c
If you are being told you cant post a link, or embed a picture (or any other restriction) you just need to post to this thread saying your account has not been validated
Look for the verify your account thread that is stuck to the top of the page.
http://social.technet.microsoft.com/Forums/en-US/home?forum=reportabug
Read more here http://social.technet.microsoft.com/Forums/windows/en-US/9fe32cfb-ed1c-4b9d-93d9-7ff32b0106a3/verify-your-account-16?forum=reportabug
Wanikiya and Dyami--Team Zigzag

Similar Messages

  • Premiere Pro CC Projects Will Not Be Backward Compatable

    This may have been mentioned before, but I have looked through the first two pages without finding a reference.  I'm trawling through the CC FAQ, and find lots of answers to questions I was not sure about, but one of the questions is 'Which CC applications support export to CS6?'.  The short list of apps that follow does not include Premiere Pro.  It seems to me that that also means that if you try the CC for the discounted first year, and decide it isn't right for you, any projects you develop in Premiere Pro CC during that year, can not be taken back to Premiere Pro CS6 for further work.  I guess you can import the entire project exported from PP CC, and edit that, but that is not going to be convenient with a multi track, complex project.   Am I not thinking this through correctly?  (Sorry, the forum won't let me paste the link)

    I found the following work-around: not perfect, but quite good.
    Premiere 6.5 projects can be directly opened in CS6 or earlier just by changing the extension from .ppj to .prproj
    Make a copy of the original .prproj file and name it Name_audio-only.prproj
    Export sequence(s) as FCP XML from CC - multiple sequences can be selected OR select Project Panel to export entire project (Attention: Most video - even intrinsic ones like motion, opacity etc. and audio effects are not correctly translated! Check beforehand that all 3rd party plugins are installed in all versions of PPro!)
    Save a copy of the project as Name_video-only.prproj and delete all audio tracks or audio clips from all sequences that contain video effects
    Close PPro CC project
    If the PPro CC project file is compressed, add .gz as extension and extract with 7zip
    To disable compression in CC:Ctrl + F12 to open Console, switch to Debug Database View: BE.CompressProject> false
    Open in Notepad++
    Edit version number change (4th line) from 26 to 23 or 24 and open the project in PPro CS5.0.3 or PPro 5.5.2 and save it.
    If there should be a color picker dialogue box while opening click Cancel (as this is most probably for Adjustment Layer which are not supported in CS5.5)
    If PPro CS5.5 shows a Log of non-translated effects etc., copy and paste them into a text file with the project name for later reference. 
    PPro Version numbers:
    23>CS5
    24>CS5.5
    25>CS6
    26>CC
    27>CC 2014
    A simple change to 23 and opening it directly in Adobe Premiere Pro CS6 does not work! (Liegt wahrscheinlich an den Audiotracks, da Projekte mit Sequenzen, die nur Video enthalten, teilw. geöffnet werden können.)
    It is possible to open a PPro CS6 project directly in CS5.5 by editing the version number from 25 to 24.
    Open this project Name_video-only.prproj in Adobe Premiere Pro CS6 and convert it to CS6 project - now you have all the sequences with the supported video effects
    Import FCP XML project file(s) into PPro CS6 and copy the audio tracks from the corresponding sequences (or vice versa: copy video tracks so they align synchronously again)
    Gotcha’s:Through Edits, Adjustment Layers, Time Remapping, 3rd party filters, plugins, transitions may not be correctly translated!
    PRPROJ File Associations
    After installing an update to PPro, Windows will change the default program to the latest program version, e.g. CC. If you want to revert those to CS6, you cannot simply do it with Rightclick>Open with>C hange default program..
    There is a way to change the setting in the Windows Registry:
    Open regedit.exe as Administrtor
    HKEY_CLASSES_ROOT/Adobe.Premiere.Pro.Project. >  shell/open/command and change the path in “” to the correct program version.
    You can also do a search in the section of HKEY_CLASSES_ROOT/Adobe.Premiere.(with various endings following the word "Premiere") and change all remaining instances.

  • Project Spartan and the WebBrowser control

    I'm a C# WinForms developer working in Visual Studio 2010 and I use the WebBrowser control in my desktop applications for users to view web content through the
    desktop app.
    I have 2-questions related to the upcoming Project Spartan browser, which is supposed to replace IE as the browser.
    Will the Spartan browser (or whatever its final name will be) continue to support the WebBrowser control in the toolbox? The control currently utilizes the functionality
    of the user's existing IE browser. If IE continues to be present on new Windows 10 desktop systems along with Spartan, then it probably won't be an issue.
    One issue the Web Browser Control on Windows has, is that it’s perpetually stuck in IE 7 rendering mode by default. This is can be seen in articles like
    (see the section entitled Browser Emulation)
    or
    Web Browser Control
    – Specifying the IE Version
    or
    WebBrowser ActiveX Control – Google Maps Invalid Character Scripting Error
    This requires a registry setting to set its emulation mode. Making the setting in the registry works. However, I would like to "Future-Proof" my application
    to account for any changes to the user's browser and Project Spartan certainly could prove to be a game changer if it won't support this development control.
         2. Therefore, I would also like to know how Project Spartan will address browser emulation modes.
    Thanks

    Hello Sheng and thanks for your reply.
    In your comments you stated that "the Trident-based WebBrowser class will continue to work." However, is the
    existing WebBrowser control in my .Net Framework 4.0 Visual Studio 2010 toolbox, based on the "Trident WebBrowser class"?
    That is my primary concern, as my applications, which use the browser control, utilize IE's functionality. If IE12 and Spartan will use a different rendering engine, then I have to wonder if applications making use of the .Net 4.0 WebBrowser control will
    break.
    Do your comments of both IE 12 and Spartan being based on Trident and EdgeHTML, imply that Microsoft will introduce a different browser toolbox control, or
    will there continue to be backwards compatibility for the existing browser control? Thank you again for your insight.

  • InDesign Backwards Compatibility in CS5 an MAJOR issue

    I am a print designer who works in InDesign. I bought CS3 Design Premium in late summer of 2008. Shortly thereafter CS4 came out, but after just having forked out a big chunk of change, I decided against upgrading to CS4 right away. Recently I considered upgrading but then heard CS5 was coming out so I decided to postpone the upgrade and wait for the new software. I've just checked out the trial version of CS5 InDesign and after speaking with Adobe Support have come to the conclusion that I can't upgrade to CS5. Why? BACKWARDS compatibility to CS3. The previously offered export features that supplied a path for backwards compatibility via an .inx file are gone.
    I design freelance for a lot of different customers and once the design is complete, I have to deliver the InDesign file along with all associated fonts ad images to my clients. Most of my clients are still on CS3. If I upgrade to CS5 I will instantly not be able to work for 2/3 of my clients, as I will have no means by which to save a file backwards to CS3. I was informed by Adobe support that I would need to buy CS4 and CS5, as I could save my CS5 file in the IDML format and open it in CS4 and then I could save the file from CS4 as an INX file and open that is CS3. ARE THEY INSANE??? First off that requires keeping 3 version of InDesign up and running on my machine all of the time and secondly, why should I have to buy CS4 when I'm paying an additional fee to upgrade to CS5 because I didn't upgrade from CS4? This is so screwed up that it has to be an oversight---please tell me there is a patch in the works!!!
    PS- I've never posted to a forum before, so if I have broken any rules of forum etiquette or offended in any way, I offer my apologies now and if I (and the Adobe Support staff I spoke to) have overlooked something, please enlighten me!

    Cynthia Ryan Graphic wrote:
    I am all for working with better workflow practices and I understand that saving files backwards is less than ideal but Adobe needs to look at the real world uses of their software as well. I have to work with firms that aren't upgrading now--especially with the economy we are now in--and most of the items I design for them are ads-- one page- nothing too complex--really nothing fancy. I obviously wouldn't save a book or a very complex document backwards in this way, but simple things have translated just fine in the past. In the real world we hit situations like this.
    I bought my software 21 months ago and in this time Adobe has expected me to upgrade twice--I haven't even finished expensing  the initial cost of the software on my books yet. Upgrading that often just can't happen in a small firm--it's prohibitively expensive for a one man shop.
    So now from what I understand, to do this properly, I am supposed to buy the upgrade and keep both versions running on my machine and track with every client which version of the software I need to be working in. What happens when I have to add an employee? I will have to buy the CS3 version of the software in addition to the CS5 Suite because otherwise we can't work on the same files. I'm finding this frustrating.
    Your suggestion of buying CS4 from Amazon is a good one. I will look into that further.
    DISCLAIMER: I'm an Adobe stockholder. REALITY: My holdings are probably in the same proportion as the number of bits it takes to store a period character (".") on an Internet server is to the entire Internet's storage capacity. So, while I may have some self-interest here, it's not driving me to encourage you - or even all the participants on this forum - to buy more software than you want to or need to.
    If you're simply interested in test-driving a new release, you can do that with the free 30-day trials. If you run out time, you can probably figure out a way to trick out your system to get another 30-day shot.
    However, if you use the software commercially - either to train others, or to create new material or revise old material for clients or employers - you need to decide if you can continue to do this with the software versions you own, or if the commercial needs will require you to license new versions.
    Regarding "expensing the initial cost of the software on my books" If I understand the US income-tax policies, purchases under a rather modest amount can usually be expensed in the year of purchase. If, because of your accounting method or preference, you're using a longer expensing time period, you might want to reevaluate your approach. If you attribute a portion of the software cost to each project you use it on, and, in this case, in 21 months your work hasn't let you recapture the investment, they you may want to use that information to decide how to pursue more paying for the software, or decline that stream of work and forgo upgrading.
    An alternate way to evaluate the software, especially as an employer of users, is to compare the product cost vs. how many more billable hours you and your workers can complete in a given time with it and without it, and, how competitively you can bid projects, due to the product's efficiency.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Known backwards compatibility issues between Robohelp 9 and Robohelp 8?

    Hi Group,
    In addition to avoiding the tasks in the Review menu, does anyone know of any other backwards compatibility issues encountered while opening and using files generated in RoboHelp 9 from within Robohelp 8? Thanks, gail

    Welcome to the forum.
    Simply the fact that RoboHelp 8 will not open a project that has been run in RoboHelp 9. Sure you might well open a project by deleting the CPD and perhaps the XPJ and using the HHP, however I would not recommend that except in an emergency.
    What I am not clear on is how you link that to "avoiding the tasks in the Review menu." What has that got to do with the question?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Backward compatibility of MS Flash object in Windows 8

    I have a case opened with Microsoft from Pfizer, Inc and need a case open with Adobe so that the MS engineers can communicate with Adobe within non-disclosure constraints.
    What MS needs from Adobe are debugging information the don't have in order to resolve the issue in their Win8 Flash object (15x).  MS will need to share with Adobe details and data that belong to Pfizer hence need to open that channel for those purposes and for MS to request technical information from Adobe.
    My MS case number is 114111712050982 so that you have that information and can share email addresses and phone numbers privately with Flash technical support.
    I have picked the best fit I could find for a community

    As a general rule, we'd highly recommend that everyone move from fscommand to ExternalInterface.  It's a superior replacement and eliminates some of the weird quirks that fscommand has.  In your situation, changes to IE11 caused backwards compatibility problems with fscommand, but ExternalInterface is unaffected.  We have some work in the pipeline to address the issue on IE11, but it has the potential to break existing content on configs that currently work, so we're trying to be really methodical about providing public pre-releases and soliciting feedback.  In 2014, the only high-traffic content that really uses fscommand are old enterprise applications, so it's hard for us to collect feedback or gauge the impact directly by looking at popular sites.
    We just handed a build off with the proposed fscommand changes to Microsoft for inclusion in the next Windows 10 technical preview.  We were soliciting feedback on any related fallout for Windows 7 users on our beta channel (http://www.adobe.com/go/flashplayerbeta); however, there's not a good way to provide a beta build for Windows 8 since Flash Player is a built-in component of IE.  We're working with Microsoft to establish a beta program for Flash Player in IE on Win8+.  If you have access to the Win10 Technical Preview builds, we'd encourage you to test any of your legacy systems that require Flash and give us feedback once the next update is available.
    The fact that introducing a proxy solves the problem intermittently is interesting.  I guess it could be some internal timing, or it might be that the proxy is masking a cross-domain policy issue or an SSL negotiation problem.  Have you guys tried with a Debugger version of Flash Player?  You might get some useful feedback, particularly if it's a policy file thing.
    Adobe Flash Player - Downloads
    Configure the debugger version of Flash Player
    You can turn on policy file logging by adding these to your mm.cfg.  They'll get logged to flashlog.txt:
    PolicyFileLog=1 # Enables policy file logging
    PolicyFileLogAppend=1 # Optional; do not clear log at startup

  • Captivate 6 to 5.5 Backwards Compatibility

    Hello,
    I've searched under my subject line (in a few different derivations) and can't seem to find a clear answer.
    What (if any) are the backwards compatibility options from Captivate 6 to 5.5? I know there are a lot of new features in 6, but if I develop a project in 5.5, and my co-worker opens it in 6 to edit it, will I be able to work on it again in 5.5?
    Thank you.
    - Scott

    No, Scott, Captivate has never been backwards compatible, and that is also the case for CP6: you can upgrade a CP5.5 file to CP6 but you cannot open a CP6-file with CP5.5.
    Lilybiri

  • IOS8 needs backwards compatibility mode for pre-IOS8 apps!

    Seems some very nice and fully functional apps available on the App store have stopped working in IOS8.
    One example is TreeSketch 3.0 which played a big part in my purchasing an iPad Air 2 (as opposed to an Android tablet where this app does not exist)
    This app worked nicely earlier this year on an iPad 2 that I borrowed (IOS7?) but no longer works in IOS8 - although still being present in the App store.
    Is there any chance of Apple adding "backwards compatibility mode" for such apps ?
    Seems to me that Apple's priorities when designing IOS8 do not fully appreciate or understand their own ecosystem of valuable apps.
    (An app may be very valuable, even if free)

    I have done that and am awaiting replies.
    However this policy assumes that the app developer remains active - this is not often the case. 
    For the TreeSketch app, it was evidently developed by a University and public grant. 
    The students responsible for development may very well have moved on...
    Also - how easy will it be for an App developer when Apple introduces 4000 new API's in IOS8 ?
    Will it be obvious for them which API's they used have been depreceated ??

  • Captivate 7 - Backward Compatibility?

    To test the Backward compatibility, I tried the following:
    1. Opened a Project built in Captivate 6 in Captivate 7, saved the file and again reopened in Captivate 6 - It opened
    2. Changed the Text (Text Caption box) content in Captivate 7 and reopened in Captivate 6 - The changes in Text (Text Caption box) were reflected in Captivate 6
    3. Changed the properties of the Continue button to "Action -> On Success -> Go to Next Slide" - This change did not reflect in Captivate 6. It still had the original properties that was given to it in Captivate 6.
    So my question is, "Is Captivate 7 Backward Compatible"??????????
    Thanks,
    Soumya

    Hi Soumya,
    I am Sorry but Adobe Captivate 7 is not Backward Compatible .
    You will be able to open the projects of Captivate 7 in Captivate 6 because the source file extension (.cptx) is same in both version but they might not behave exactly the same .
    Thanks and Regards
    Himanshu Satija

  • FCS 6 backward compatibility

    Are there any problems with Final Cut Studio 6 recognizing projects made with Final Cut Studio 5?

    Yes. There is NO BACKWARD COMPATIBILITY WITH FCP. Projects made in later versions of the software...even .1 upgrades (5.1 to 5.0...even 5.1.2 to 5.1.1) aren't backwards compatible (except for 5.1.4 to 5.1.2...that works). So the only option open to you is to export an XML of the cut. The verion of the XML depends on the version of FCP you are exporting to. XML v3 for 5.1, v2 for 5.0, v1 for 4.5...and v4 for 6.0.
    Shane

  • My iPad 1 is now very unstable. Apps crash consistently, Mac Numbers/Pages etc incompatible with IOS 5.1 etc. There seems to be no backwards compatibility to iPad 1. Am I just supposed to throw it away? I have restored the iPOad and it has ample storage .

    My iPad 1 is very unstable. Many Apps simply crash after opening. There is ample storage available.I have restored the iPad twice now and still it is unstable.
    Is this a lack of backwards compatibility because no-one writes apps for IOS 51.1. and the original iPad anymore? not even Apple, as the documents and sheets I create on my Mac are incompatible with my iPad now.
    My naievete tells me that this is simply Apple expecting us to upgrade to later levels of hardware. If so, very disappointing for an Apple fan. Seems your App developer approvals (even your own apps) do no require compatibility with anything but IOS 6 or later.

    There are various things to make your iPad more stable. You can try deleting all apps from the multitasking bar; do a reset ie hold the power and home buttons simultaneously until the Apple logo appears; Settings > General > Reset all Settings.
    If you had the previous version of iPages (version 09) on your Mac before upgrading to Pages 5.2, your Mac should still have that version in Applications, which is still compatible with your version of Pages on your iPad.
    If you don't have that version, you can 'Export to Pages 09' which is still compatible with iOS 5.1.1.

  • An error occcurred on line 105 while executing script 'MOM Backward Compatibility Service State Monitoring Script"

    We've been getting the following error for some time now.
    An error occurred on line 105 while executing script 'MOM Backward Compatibility Service State Monitoring Script'
    Source: Microsoft VBScript runtime error
    Description: The remote server machine does not exist or is unavailable: 'GetObject'
    One or more workflows were affected by this.
    Workflow name: System.Mom.BackwardCompatibility.ServiceStateMonitoring
    Instance name: server.domain.local
    Instance ID: {INSTANCE}
    Management group: GROUP
    Unfortunately the instance in question has since been decommissioned and simply does not exist any more. 
    We're currently on a repeat count of over 350,000 and I would REALLY like to get it stopped. I've had a look at adding an override but that points to the management server rather than the instance itself.
    Does anyone have any suggestions?
    thanks in advance!

    Hi Steven,
    There are for option for us to override a monitor ot rule:
    For all objects of class:             
    Class            
    When you select this option for your override, the override settings apply to all objects in the class at which the rule or monitor is targeted.
    For a group            
    When you select this option for your override, the override settings apply only to members of the group. The rule or monitor without the override settings continues to apply to all objects in the targeted class except for those objects that are also members
    of the group used for the override.
    When you create a group, you save it to an unsealed management pack. However, an element in an unsealed management pack, such as an override, cannot reference an element in a different unsealed management pack, such as a group. If you are going to use a group
    to limit the application of an override, you must either save the group to the same unsealed management pack as the override, or you must seal the management pack that contains the group.
    For a specific object of class:             
    Class            
    When you select this option for your override, the override settings apply only to the specified object. The rule or monitor without the override settings continues to apply to all other objects in the targeted class.
    For all objects of another class            
    When you select this option for your override, the override settings apply only to objects of a class other than the targeted class. The rule or monitor without the override settings continues to apply to all objects in the targeted class.
    Did you try to override it for a specific object of class?
    Regards,
    Yan Li
    Regards, Yan Li

  • Adobe Acrobat -Create PDF 1.0 does not work in FireFox 4.How do i directly convert pages to PDF??Why is that your products are not backward compatable.U people are in the IT industry and should know this.Shame on You people.learn somthing form the IE team

    While Updating to Fire Fox 4. It said Adobe Acrobat -Create PDF 1.0 is not supported.How come 3.6 supports but not 4. I believe you people have never heard of the term "Backward Compatibility" .U people will loose your customer/support base if every new version doesn't support some existing stuff.

    '''Problem Solved FINALLY !'''
    Solution:
    I just updated my '''Adobe Acrobat X Pro''' to '''Version 10.1.0'''.By the way, I have to complain, Adobe is really slow in solving this problem...
    Here is the official link for the Adobe Acrobat update.[http://www.adobe.com/support/downloads/detail.jsp?ftpID=5135 <click me!>http://www.adobe.com/support/downloads/detail.jsp?ftpID=5135<click me!>]
    After update, the extention changed from "Adobe Acrobat -Create PDF 1.0" into "Adobe Acrobat - Create PDF 1.1". And the '''"Adobe Acrobat - Create PDF 1.1" is compatiable with the firefox 4.0.1'''. A screenshot is attached as a proof.

  • I want to install Snow Leopard Server on our MacPro (2.66) using Mac Mini Snow Leopard Server disks?  I kept getting an error for backwards compatibility.   Is this possible or do I need to purchase another copy of Snow Leopard Server?

    I want to install Snow Leopard Server on our MacPro(2.66) using Mac Mini Snow Leopard Server disks?  I kept getting an error for backwards compatibility.   Is this possible or do I need topurchase another copy of Snow Leopard Server?

    The OS disks that are shipped with a particular product
    are set up so that tey will only install on that product.
    It will install on any Mini of that exact vintage, but that
    is all.
    This is to prevent people from doing exactly what you
    are trying to do.  The license for OSX shipped with any
    is only valid for that product.  Also, Snow Leopard,
    including Server, is only permitted to be run on one
    computer at a time.  Bottom line, unlike Lion, legally
    you cannot install the same copy on multiple
    computers unless some "family pack" or site license
    is purchased.
    Yes, you need to purchase another copy.
    The copy of Snow Leopard license is here:
    http://images.apple.com/legal/sla/docs/macosx_snowleopard.pdf

  • Specific Flash Player 10 Backward Compatibility Issue

    There's an issue with backward compatibility on Flash Player
    10 that is breaking a lot of Flash content that was created with a
    tool that I develop and sell. It is to do with the way
    globalToLocal and localToGlobal handles NaN.
    I've reported it on the bugbase at
    https://bugs.adobe.com/jira/browse/FP-964
    There are more details here -
    http://www.questionwriterblog.com/archives/2008/11/scrollbar_causing_content_to_disappear. html
    The impact of the bug can be seen here.
    http://www.questionwriter.com/samples/fp10problem/v1perceptions.swf
    It is a serious enough backward compatibility issue, and
    doubtless affects other content too. I'm hoping for the outcome
    that the functionality will be restored in future player releases -
    but right now, can someone give me confirmation it is on the Flash
    Player team radar?

    bump!

Maybe you are looking for

  • Copying a page from one application to another

    Is it possible to copy a page definition to a different application? When choosing "Copy' on the page definition the application# is hard-coded.

  • Re: Error in PL/SQL region for Shuttle item.

    Hi, I have following PL/SQL in the Region Source: DHTML_SHUTTLE ( pSQL_1=>'select "substr(tab_label,1,30)","substr(tab_name,1,25)" from "apex_application_tabs" where workspace = "R&D" and application_name = "home" and tab_set = "T1" order by "tab_lab

  • Nokia 1020 Lumia Camera

    I have a problem whit, my lumia camera app, when i take many pictures in 5MP+38MP 4:3 mode the phone after some time freezes, and i have to do the restar, pressing the volume down and power button. And the phone creates corrupted 38MP pictures they t

  • Using lookup function but to show multiple returns?

    Okay so I have been talked through how to use a lookup function to show which student in my class has scored the highest grade.  The formula used displays there name in one column and the score they achieved in another column which I have set up in a

  • Itunes won't recognize apple id

    I can sign in to the Apple website and this forum, but iTunes won't recognize my apple ID. Any suggestions?