known-issues

Where can I get a list of what Crystal Reports features conflict?

There are certain Crystal Reports features that cannot be combined in the same report, for example SQL command objects and server side grouping. However, as far as I can find, the built-in help doesn't seem to clearly document these conflicts. For example, checking the help page for either of those features doesn't mention that it doesn'...

Issues During ASP.NET MVC Upgrade from Preview 5 to Beta?

What issues or refactoring did you have to do when you upgraded from ASP.NET MVC Preview 5 to the newly released Beta version? ...

Does anyone know about issues between Citrix and Delphi 2007 applications? (And perhaps other development languages?)

The situation is simple. I've created a complex Delphi application which uses several different techniques. The main application is a WIN32 module but a few parts are developed as .NET assemblies. It also communicates with a web service or retrieves data from a specific website. It keeps most of it's user-data inside an MS Access databas...

Known iPhone OS bugs

Almost all of the time, if there's a bug, it's Your Fault™. But sometimes, it really is a bug in the API/OS. As iPhone OS is relatively new (especially 3.x) there are always a few bugs to look out for. I think it would be a good idea to compile them in a list. If you know of any, please list them, along with which versions are affected,...

Major differences in CSS design for IE6 & Other browsers

Hello This might sound to be a big question, but could you specify what are the issues to be considered which designing CSS for IE6 & Other browsers. To be in more simple terms, what is so different in CSS for IE6 when compared with other standard browsers. What are the Issues to be considered when making a IE6 compatible CSS ...

PHP problem with die()

So, I have this code: } else { $photograph_moderation = new PhotographModeration($this->photograph_id); $photograph_moderation->purgePhotograph(); //eventually take to an error page die('image is not big enough to upload'); } the purgePhotograph() function gets called ...

Oracle Browser Issues

Are there any browser issues with Oracle, specifically IE7, IE8 and Firefox? I.T. has told me that I have to build all my sites to support IE6 because IE6 works with their version of Oracle. They've said that some of their apps break on newer browsers. Can someone let me know if this is true or provide me with a link to verify this. Tha...

What are the (currently) known bugs in MVC 3 - preview 1?

As I just asked a question on MVC 3 (where I'm probably doing something wrong), I realized I may run across bugs or (soon-to-be-)known issues. This is currently Preview 1 of MVC 3, after all. Is there already a set of known issues for MVC 3 Preview 1 (and if yes: what is it)? ...

drop down menu going behind iframe containing pdf

Hi, I am having trouble getting my drop down navigation menu infront of iframe in IE. My drop down menu is going behind the iframe where i am loading pdf. I tried z-index, wmode, alpha transparency but none of that worked. Please let me know if it is possible to get drop down menu infront of iframe containing pdf. Thanks ...

Should I add a disclaimer about known issues in my code in the documentation?

I'm writing the documentation for a WordPress theme project that I've been working on for a long time. The theme is usable and stable enough for release. I'm releasing it, plus its documentation and tutorials for free but am charging for support/customization. However, there are some issues with the code (optimization, mostly) that I've ...

Deployment Scenarios for web application and databases

I am wondering if there is a resource/book that details out scenarios like Session management in webfarms, sql state management in replicated servers etc. I am looking for tips and tricks and gotchas in real world scenario that are not usually discussed in technology books. ...