compatibility

jQuery version compatibility problem with accordion menu.

Im testing this accordion: It cames with an old version of jQuery. Works fine, but when a try to upgrade to a newer version of jQuery wich I need for other functionality it stops working. What Can I do? ...

How can I have Java 5 output from Java 6 source in Eclipse?

In the project properties, in the "Java Compiler" section, there are some settings for the "JDK Compliance". I wanted to set the source compatibility to 6 and the .class files' compatibility to 5. This is apparently not allowed: I get the message "Classfile compatibility must be greater or equal than source compatibility". Is this a lim...

GenoTechs GTSizer component

Does anyone know of a 3rd party component that works like GTSizer? It appears that GenoTechs no longer exists. We have a number of forms in our Delphi/Oracle enterprise application that have the GTSizer component. We have Delphi 2009 to install but GTSizer is not compatible, so we are holding off for now. Any and all suggestions are welc...

Frustrating: Can't force IE 8 into "Compatibility view"!

I've got two very different websites. Both of them have different errors when displayed in the "Internet explorer 8" browser mode! When clicking the "Compatibility view" button next to the address bar both of the sites look great. When I afterwards look at the "Browser mode" and "Document node" by using the built-in "Developer tools", I...

File modification date in Java

I set the modification date of a file created in Java to a specific number. When I read out that value on Windows, I get the same value out. However, on Linux (ubuntu) I get a different value. The value for File.lastModified() is off by 9 hours, yet when I look a the file properties I see that it's off by 1 hour only. I am expecting the ...

Is Java bytecode compatible with different versions of Java?

If I compile an application using Java 5 code into bytecode, are the resulting .class files going to be able to run under Java 1.4? If the latter can work and I'm trying to use a Java 5 framework in my Java 1.4 application, is there anything I should watch out for? ...

Hover Over a Menu Item Working in Firefox but not in Internet Explorer

Here is the coding in which hover is working inf firefox but not in IE .menu { margin-top:1px; display:inline-block; background-color:#FCFAB4; color:#000000; height:30px; width:121px; padding-top:10px; font-size:13px; font-weight:bold; font-family:Geneva, Arial, Helvetica, sans-serif; text-align:center; } .menu:hover { b...

BlackBerry API Compatibility Testing

Is there an easy way to find out the minimum BlackBerry API version required by an application? I know there are several ways, but I think there must be something really simple that is too obvious for me to think of. One way would be to download all device simulators provided by RIM and test the application on each of them. Another way c...

What's the best way to allow the browser to fall back to a link if JavaScript is turned off or disabled?

I want to add some Ajax sorting options to a list. Since my site runs without JavaScript thus far I'd like to keep it running for people with it turned off, old/mobile browsers or noscript. How can I run a block of JavaScript when clicking a link if JavaScript is enabled and have that link direct the browser to a new page if it's not. I...

USB Ubuntu Hardware Compatibility

Hi All, I'm writing software that needs to run on customer laptops in a fully controlled environment and I'm considering a system based on a bootable OS run from an USB stick. The keyboard, mouse, wi-fi, soundcard and screen need to work out-of-the-box with minimal configuration but I don't care about secondary functions such as powersa...

What is the minimum version of svn (server) compatible with git-svn

I am trying to run git-svn using TortoiseGit and am having problems (405 Method not allowed) and am wondering if the problem is that the svn server is too old (svn 1.3). Is there any documented compatibility list of git-svn and svn server? ...

Detect IE8 Compatibility Mode

We have not had time to fully test IE8 with our fairly extensive system. We are also reaching the point at which we can't prohibit the use of IE8. Our users are stubborn and not terribly sophisticated, so we don't feel that we can tell them to use the "Compatibility Mode" button. Instead, we will add the "IE=EmulateIE7" meta tag as a ...

Using NUnit with .NET 3.5

Does NUnit work with .NET 3.5? i've the page says it's for .NET 2.0... ...

Is Tahoma's font safe for the web?

Should I use Tahoma in webdesign? If I couldn't opt for anything different (i.e. because the designer used it in his design), with wich fonts could I make an stack of replacement fonts in a CSS stylesheet? ...

Launch file:// from Firefox/Chrome

I am looking to be able to launch a network file on our local intranet using FF or Chrome Currently the link work good in IE <a href="\\Start\Of\My\Network\file.xlsx">View Report</a>&nbsp; but in FF it show <a href="http://mydomain.com/\\Start\Of\My\Network\file.xlsx"&gt;View Report</a>&nbsp; is there a way to get the link to ren...

Can a app built with Visual C++ 6 use a DLL built with Visual Studio 2008?

I'm developing an SDK, and we have clients that are still coding with VC++ 6, while others use Visual Studio 2005 and others with 2008. Currently, we build several flavors of our SDK, where we build the exact same source code with each of those compilers. I want to find out if that is really necessary. Is it safe to build our SDK (whic...

C# 3.0 compatibility on .Net 2.0

What are the C# 3.0 language features we can use in an application that targets .Net 2.0 framework ? PS:I know few like Lambda expressions and var keyword ...

Incomatible Mootools scripts

Well, what i want to do is having a lightbox and a sliding top panel. Both use mootools and both seem to use different versions. It does not work if comment out one of these although they are booth the actual mootools library. <!a possible js config. either these two are commentented out, or the mootols.svn.js <!-- libraries/frameworks...

Wpf is only internet explorer compatible?

By default any WPF browser application will work only in internet explorer? If the first one is true, is there any addin for firefox for displaying wpf browser applications? ...

Delphi issues on windows 7 x64 ?

Hello I searched around but I couldn't find a straight answer to these questions, only bits and pieces: if I install windows seven x64, 1 - will I be able to use delphi 2007+ as I'm used to aka start it, code in it, debug in it, compile in it ? I've seen the debugger issue and the hex edit workaround. 2 - will my application compiled...