compatibility

ASP.Net MVC 1.0 in Visual Studio 2010

Is Visual Studio 2010 compatible with MVC 1.0 Hello guys, Thanks for reading in advance. I'm working with a MVC 1.0 project and VS2008. I will be very glad to upgrade to VS2010, but I'm doubting about its compatibility with MVC 1.0. Have you done it? How did it result? ...

Is it safe to install .net 4.0 RC on a 3.5 development machine?

I want to try a few things with the new version of the framework, but I use my machine to develop quite a few .NET 3.5 applications. Will I be able to uninstall the framework and Vs 2010 without problems or incompatibilities? Has anyone tried it? ...

Changing SQL server compatibility Level

I have a database which was upgraded from 2000 to 2005. Is there any issue using sp_dbcmptlevel to change compatibility level to 90. Will this cause any issues with old queries or stored procedures ...

HTML 5 Browser Compatibility Chart - HTML 5 in Old Browsers?

Hey there, I have just started considering using the HTML 5 api for a Rails/JQuery project, so I can use that great data- attribute to store values. I am worried though about browser compatibility issues. I have two questions (basic questions): In order to use HTML 5, do people need to upgrade their browsers? How does that work? Is...

HTML/CSS: My Mini-Chat is overflowing in IE

So here's another IE cross-compatibility issue. My website, www.zerozaku.com, is compatible with Chrome and Firefox, but IE has an issue with my Mini-Chat overflowing out of the box. Could anyone help? P.S. I've only tested it on IE8, Firefox, Chrome ...

Searching for Browser Compatibility Tool.

Hay I am using IE Tester for browser compatibility, but its only for Internet explorer. Is there any Browser Compatibility Tool for all most all commonly used browsers. ...

How to see if code is backwards compatible for Python?

Okay basically i have some code that i am trying to make it play nicely with ESRI's geoprocessor. However ESRI's geoprocessor runs on Python 2.2, 2.3, 2.4, 2.5. We need to make our tools work on any version. So I've spent a lot of time working and coding workarounds for different versions, such that the wrapper geoprocessor has identical...

spl_object_hash for PHP < 5.2 (unique ID for object instances)

I'm trying to get unique IDs for object instances in PHP 5+. The function, spl_object_hash() is available from PHP 5.2 but I'm wondering if there's a workaround for older versions. There are a couple of functions in the comments on php.net but they're not working for me. The first (simplified): function spl_object_hash($object){ i...

How to set "Run this program as an administrator" programatically.

I'm having a problem with good ol' bdeadmin.exe in Vista. First, let's get the predictable responses out of the way: "You should not require your application to be elevated." This one does. C'est la vie. "You need to embed a manifest file." It is already compiled, it is many years old, the company that created it has no intention of do...

Matlab IMRECT backward compatibility

Hello! I've writtend a GUI function in MATLAB R2009b which makes use of the IMRECT function. I need to make sure this GUI also works in MATLAB R2007b: since this release the IMRECT function has undergone extensive changes. I have two question: 1 - in the new (R2009b) IMRECT, a method GETCOLOR is defined which allows to get the color whi...

Optimizing for Internet Explorer

Hi, Being a web developer I have noticed that anything I create works absolutely great in all browsers, but always always always has a speed issue in Internet Explorer. Please note I am referring to speed, as I always take care that it displays and works across all browsers. Is there anywhere, or does anyone have, good programming tip...

Zend Framework 1.9~ and PHP 5.2.11 Compatible?

I have a problem here. My Zend_Forms do not render in view script. Via FirePHP i have spotted a lot of "Need PHP 5.3 to get value" Could someone confirm? What should i do if i have PHP 5.2.11? Thanks! ...

Best browser for HTML5 CSS3 on the middle-long term?

If you had to choose a browser (just one) to be the primarily supported browser for a company jumping into HTML5 (CSS3).. Which one would be your safest bet on the middle-long term? Chrome, FireFox, Safari, IE? I'm looking for an objective recommendation based on standards driven/compliant, developer tools, fast & correct feature impl...

Incompatible magic value 1008813135

I am writing a Java applet and embedding it in a web page. It used to run Mac and Windows in different browsers without problem. I was using NetBeans on the Mac to build the .jar file the applet used. For some reason or another I decided to load the project on the Windows' NetBeans - I started getting the following error on the Windows ...

SSRS 2008 - PDF files cannot be opened

Hi there, For some time, PDF files generated with SSRS 2008 do not open in most versions of Acrobat Reader (it used to work with almost all versions of Acrobat Reader) Acrobat Reader 5, 8.1.3, 9.1.3, 9.2, Foxit Reader : works fine Acrobat 8.x (other than 8.1.3), 9.1.0, 9.3 : does not work, Acrobat Reader freezes. Sometimes it eventually...

Possible to use SaveVideoAtPathToSavedPhotosAlbum and still maintain 3.0 backward compatibility?

The function SaveVideoAtPathToSavedPhotosAlbum is only available with the iPhone SDK 3.1 or above but we want to maintain backward compatibility with 3.0 devices. How can this be done? At first we though we can do a runtime check, but it turns out that this can't even compile against the 3.0 SDK. We are getting the error "_UISaveVid...

Is there a way to test a program's hardware requirements without just using it on a bunch of different computers?

Is there a program out there or some other thing that will run some kind of virtualization for me or something, to test the hardware minimums for a program I write? Something I can do locally without install testing on, say, a 33 mhz 64kb ram IBM or something ...

Python 2.6 and 3.1.1, earlier version compatibility

I ordered three books to start teaching myself Python - a beginning programming book, a computer science book that uses Python for all of its code references, and a book on Python network programming. Unfortunately, I was a little too quick on ordering them, because I hadn't noticed the version differences. The beginner book is for pytho...

Is Maven 1.0.2 compatible with Java 5?

I'm working on an upgrade project and build management is done in Maven 1.0.2. Java version will change to J2SE 5. Please include in your answer if you have first hand experience on that particular combination (Maven 1.0.2 and J2SE 5) Thanks hdk ...

How to use libraries compiled with MingW in MSVC?

Hello, I have compiled several libraries with MingW/MSYS... the generated static libraries are always .a files. When I try to link the library with a MSVC project, Visual Studio throws 'unresolved external symbols' ... It means that the .a static library is incompatible with MS C++ Linker. I presume it has to be converted to a MSVC comp...