Tagged Questions
The compatability tag has no wiki summary.
18
votes
5answers
1k views
Is there a list of changes for C#4.0 that work in .Net 3.5?
I've been seeing a lot of C# 4.0 changes as of late. I really like some of them. Also though, I do not want to move on to .Net 4.0 for compatibility reasons just yet.
So, is there a comprehensive ...
8
votes
3answers
73 views
Tool to look for incompatabilities in method signatures / fields
I would like to be able to compare two versions of a class / library to determine whether there have been any changes that might break code that calls it. For example consider some class Foo that has ...
8
votes
3answers
247 views
Silverlight and WPF compatibility
We are planning an application that will be both developed in Silverlight and WPF.
I wanted to know if, since we will be implemented the interface in XAML will it be compatible in both technologies?
...
4
votes
2answers
734 views
Fragments onResume from back stack
I'm using the compatibility package to use Fragments with Android 2.2.
When using fragments, and adding transitions between them to the backstack, I'd like to achieve the same behavior of onResume of ...
4
votes
2answers
3k views
Does TFS 2010 support Visual Studio 2003 and 2005 connections?
I have been unable to locate any information on compatibility with Visual Studio 2003 or 2005. I currently have TFS 2010 working correctly with Visual Studio 2008, but we have some developers with ...
3
votes
3answers
84 views
Case-insensitive storage and unicode compatibility
After I heard of someone at my work using String.toLowerCase() to store case-insensitive codes in a database for searchability, I had an epic fail moment thinking about the number of ways that it can ...
2
votes
1answer
28 views
Auto Expanding Parent for Floating Divs
A website I am working on, consists of three main sections, a Header, Container and a Foooter, all based around DIVs. The homepage container is set to contain 2 Boxes on the right. I produced these ...
2
votes
1answer
99 views
Breakdown of Js scripts to bring HTML5/CSS3 behaviour to old browsers (IE)
There's a few questions that cover this, but none of them address all the libraries/issues I'm wondering about. There are lots of scripts out there and I'm confused as to which does exactly what, and ...
2
votes
1answer
163 views
jQuery Browser Compatability (IE)
Since the source code I am trying to show you is rather long and complex, I am simply going to provide a link to the page I am having troubles with.
http://www.thesportinghub.com/lms/make-my-picks
...
2
votes
2answers
3k views
How to disable Compatibility View in IE
I am wondering how do you stop people who are using IE 8 from going to Compatibility mode?
<meta http-equiv="X-UA-Compatible" content="IE=8" />
I found this tag and I think this forces people ...
2
votes
2answers
163 views
App content going off bottom of display bc of TabWidget?
I'm creating an app that contains a TabWidget at the top. Everything looks fine, except on smaller screen sizes, the content off the tab 'disappears' off the bottom of the screen. I've looked around ...
2
votes
1answer
184 views
How to create Universal application?
Is there a possibility to create a same application for both iphone and ipad.If yes means please clearly explain all controls(uitabelview,uiimageview etc...) for iphone will work for ipad.
And also ...
2
votes
2answers
414 views
Android 2.1 gallery not backward compatible with Cupcake version, now what?
I don't know why, but in Eclair, the default (non-fancy) gallery app changed its begaviour from the Cupcake version, and it broke one of my commercial applications :-(
Firstly, when long-pressing a ...
2
votes
5answers
125 views
Is it a bad idea to rely on PHP 5 features when writing an application you expect to be portable?
If I'm building a PHP system which I expect to port to many different servers, should I avoid relying on PHP 5 features such as exceptions and final methods? How widespread is PHP 5 by now? Should I ...
2
votes
3answers
421 views
Win32: Suggestions for manifested app's testing vs deployment
Starting with Windows Vista, Microsoft added a class of compatibility shims that will allow an application that assumes it has administrative file and registry access to continue to function.
In ...
2
votes
1answer
160 views
Get VS to highlight all .Net 3.5 SP1 method calls
There are a bunch of new APIs in .Net 3.5 SP1.
Short of uninstalling .Net 3.5 SP1 (or doing dev on a VM), is there a way I can get VS 2008 to target .Net 3.5(RC) as opposed to .Net 3.5 SP1?
Is ...
1
vote
2answers
297 views
How to use both Ext 3 and Ext 4 togeheter with GeoExt?
We are trying to load both Ext 3 and Ext 4 with the use of ext-all-sandbox.js to be able to use GeoExt in Ext 4.
Looking in our DOM it seems we have succeeded with loading Ext 3, Ext 4, GeoExt and ...
1
vote
3answers
31 views
Is it possible to write code for gnome and then build it to windows?
I want to write a database program and have it built for a windows machine at work. Is that possible to do without much grinding? (so to speak)
1
vote
1answer
51 views
Force only part of a page into IE7 compatibility mode
I know you can force a whole page in IE8 or IE9 to render in IE7 mode by adding the meta tag
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
But how can I make it so only part of ...
1
vote
1answer
122 views
iphone cocos2d app and iAd
I have an iphone 3 device running iOS 3.1.2, I developed a game using cocos2d, i implemented iAd in the lite version (free app), what i did is that i made the iAd framework role "weak" instead of ...
1
vote
0answers
108 views
JQuery plugin function not found on a Cheetah Template
I am trying to make a comment form for a website that allows users to leave their name, email, and a comment on an html file that is a cheetah template. I want to use this JQuery plugin to validate ...
1
vote
1answer
528 views
IE9 Compatability Mode: What version is it simulating?
I'm using the latest IE9, and test my websites in compatability mode. But what version of IE is this actually simulating/replicating? It's not clear. Is it 6, 7 or even 8?
1
vote
2answers
84 views
Running different JS for IE6/Other browsers
I have some code:
document.getElementById("gD" + gDay + gMonth + gYear).setAttribute("class", "gDay gDayHover");
This works in all modern browsers but not IE6. IE6 needs:
...
1
vote
5answers
123 views
Someway to do `where booleanvalue=false` on both Sql Server and PostgreSQL?
I am attempting to make an application capable of running on both Sql Server and PostgreSQL.
I can not seem to find a common expression that is basically
select * from table where booleancol=false
...
1
vote
3answers
3k views
Can I add an if statement for mozilla firefox stylesheet?
Hi I'm editing a website that has been made compatable with internet explorer so it doesn't work in firefox.
Is there any way to add a firefox or mozilla stylesheet?
Thanks for you help
Judi
...
0
votes
1answer
61 views
Design working in all browsers except IE
I have the following page:
http://www.bergstenmusic.com/test2 ---> Moved to here: http://www.bergstenmusic.com
I haven't been able to figure out why the plugin (Mosaic) will not present itself in ...
0
votes
2answers
95 views
Run a visual studio 2010 Windows7 project on a Windows XP machine
I have created a simple windows forms visual studio 2010 project in windows 7 32 Bit.
I need to run the .exe file in the release folder under windows xp.
What files to I need to bundle with my EXE ...
0
votes
1answer
33 views
Android target compatability issues?
if we develop our Android application with target Android2.1-update1,can we install that application in Android1.6 version devices?
My intention is to use Android2.1-update1 target for my ...
0
votes
1answer
72 views
Script works for Computers but won't work in mobile platforms such as iPhone…code included
Okay so I got my page up and running and grabbing JSON and outputting it with no problems on my browsers such as Safari, Google Chrome, and Firefox. Problem is the site doesn't work on iPhone of ...
0
votes
2answers
78 views
Android compatable screen and density
I just finished my game and published it but it won't work on any screen less than the size of a tablet. It says it is due to my manifest settings
<application ...
0
votes
1answer
480 views
SharePoint Web Part using Dynamics CRM 2011 web services
I'm want to create some SharePoint 2010 Web Part which could retrieve data from Dynamics CRM 2011 web service. I can not add references to the CRM dlls because the web part will be using assemblies of ...
0
votes
3answers
51 views
Winsocks Compatability issues
I have a executable that requires ws2_32.dll but requires WS2tcpip.h and only works on Windows 7, doesn't work on XP, haven't tried vista.
This is a serious issue, as you can't run the program ...
0
votes
0answers
126 views
Bleak house gem or plugin in ruby 1.9.2
Is bleak house is compatable with ruby 1.9.2?
If so please let me know how to do with ruby 1.9.2!
0
votes
4answers
377 views
Cross-browser compatible way to bind events on page load
Using jQuery, I can use the following function to execute code as soon as the DOM has loaded:
$(function() {
// do stuff here
});
Or equivalently:
$(document).ready(function() {
// do ...
0
votes
1answer
58 views
A website sells three types of components. What's a good way to make an interactive component compatability checker for visitors?
A company sells a variety of component As, a variety of component Bs and a variety of component Cs (for example CPUs, motherboards and RAM). They want some kind of web app that allows a visitor to ...
0
votes
0answers
150 views
joomla and IE compatability mode
i have a website running joomla and on my website some articles always turn IE8 automatically to "comparability mode".
I wasn't able to determine what exactly in the code triggers the compatibility ...
0
votes
1answer
157 views
Error on page load in IE8 (triggers compatability view)
Message: Expected identifier, string or number
Line: 136
Char: 8
Code: 0
This is the section where it occurs - (6th-last line: '},')
<script type="text/javascript">
...
0
votes
1answer
87 views
Browser compatibility error
I create one web page (which display details in table) using html & js. Which works on firefox but not in IE.
function frontEnd()
{
try{
th1 = document.getElementById('th1');
...
0
votes
1answer
65 views
IE6 not letting JS set attribute
document.getElementById("gD" + gDay + gMonth + gYear).setAttribute("class", "gDay gDayHover");
This works fine in all modern browsers, unfortunately for me it needs to work in older versions. I'm ...
0
votes
1answer
289 views
Able to float td elements consistently?
It's getting late and I'm rapidly losing the ability to think.
Is it possible to float <td> elements consistently across a few decent browsers? Seems to work in Firefox, I hear Bad Things about ...
0
votes
2answers
425 views
JQuery (1.4.2)/Firefox (3.6.3) - .before and .after not working on div [SOLVED]
I am trying to have a title bar appear when the user clicks on a box. It works perfectly in I.E. 8.0 but not at all in firefox 3.6.3.
HTML
<html>
<head>
<script ...
0
votes
1answer
120 views
Table of Oracle DB versions supported by newest ODBC driver
I want to know which ODBC driver version is recommended for Oracle 9 and 10.
Is there official Oracle document that says that newest version of Oracle ODBC driver can or even should be used with ...
0
votes
1answer
155 views
Check the compatibility of the dll to work on 32/64 bit
How to check the compatibility of a dll to work on 32 bit / 64 bit?
is there any tool available to check this? I saw somewhere that we can use coflags, but wont be ableto read native dll it seems.
...
0
votes
2answers
7k views
Code::Blocks with GCC compiler compatibility with Windows 7
Is the latest binary release of Code::Blocks with MinGW setup compatible with Windows 7? If not, is there any way to fix this, or any good alternatives (via switching to a different compiler, ...
0
votes
5answers
4k views
IE6 CSS Hover issues with menu
I have a CSS hover menu which works in all browsers except... surprise -- IE6!
#menu_right ul li:hover ul { visibility: visible; }
This ul is hidden initially, obviously. When I hover over its ...
0
votes
2answers
51 views
PHP regex behaves differently on different versions or different OS's
I'm using two different version of php on two different OS's.
One is 5.2.9 running on windows (wamp).
One is 5.2.6 running on CentOS 5 (lamp).
Regex involving group names works on the Windows one ...