0
votes
5answers
61 views
incompatibility issue: use which web browser for developement?
i have a mac. i wonder which browser (safari or firefox) i should use to develop my prototype, firefox or safari?
because i have noticed they will give different effects. some things working in …
0
votes
2answers
72 views
Known incompatibilities between Java 1.4 to Java 5
A list of potential compatibility problems is provided by Sun : http://java.sun.com/j2se/1.5.0/compatibility.html
Have you encountered other problems when running/testing old-1.4-applications …
3
votes
10answers
10k views
Iphone SDK on Windows (alternative solutions)
I know there is no official SDK for windows, which is very annoying. Is there any way to develop applications on a windows computer, other than somehow running a mac os in vmware? I know you can do it …
1
vote
4answers
268 views
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;
…
0
votes
2answers
318 views
Java method works in 1.5 but not 1.6
Hi There,
I have an application which has been running happily under Java 1.5 for around a year. We've just had the boxes updated and had Java 1.6 installed.
After deploying the app to the new …
0
votes
5answers
413 views
IE7 and fixed divs problem
Background
I need to do a rather complex layout for a client, using fixed DIV. Everything is fine in IE8, FF3 and Chrome, but IE7 mangles all the thing
Edit: The fixed DIVs are a must, only the …
5
votes
4answers
214 views
Python logging incompatibilty between 2.5 and 2.6
Could you help me solve the following incompatibility issue between Python 2.5 and 2.6?
logger.conf:
[loggers]
keys=root,aLogger,bLogger
[handlers]
keys=consoleHandler
[formatters]
keys=
…
1
vote
3answers
458 views
compiling c++ code using gnu/c getline() on mac osx?
I'm trying to compile a pre-existing c++ package on my mac osx leopard machine, and get the following error:
error: no matching function for call to 'getline(char**, size_t*, FILE*&)'
This is …
0
votes
1answer
116 views
SystemParametersInfo behaves differently on Vista and XP
I am trying to find the default system font size using SystemParametersInfo() with SPI_GETNONCLIENTMETRICS.
While on Vista the LOGFONT structures inside the returned NONCLIENTMETRICS actually have …
1
vote
2answers
251 views
Javascript getters/setters in IE?
For whatever reason, Javascript getters/setters for custom objects seem to work with any browser but IE.
Does IE have any other non-standard mechanism for this? (As with many other features)
If not, …
0
votes
2answers
116 views
Hunting for PHP5 incompatibilities. >.>
Something in here is incompatible with PHP5, but I am totally lost as to what. I have an .htaccess file on my web server that has the line "AddHandler x-mapp-php5 .php", as it is required by just …
0
votes
1answer
74 views
Netbeans incompatible types question
Hi there,
I am getting the following warning in Netbeans:
incompatible types
found : carPackage.port.search
required : carPackage.SearchResponse
In my JSP page, I have the following code:
…
3
votes
5answers
159 views
How to announce backward incompatible changes in OSS project?
Sometimes you need to introduce backward incompatibile changes, when the improvements far outweighs the downsides. It is possible to easily switch to old behavior, but the user must be aware of such …
1
vote
2answers
772 views
Java applet/Firefox incompatibility problem
I've written a Java applet. A user reports that he tried to run it in Firefox 3.0.3 on OS X 10.5.5 but no go. It wants him to download a plug-in, but when he tells it to install missing plug-ins it …
2
votes
5answers
233 views
Proprietary system documentation ‘leaks’ and how to stop them?
The ability to use BitKeeper free of charge had been withdrawn by the copyright holder Larry McVoy after he claimed Andrew Tridgell had reverse engineered the BitKeeper protocols in violation of …
