I think i have identified a bug in the way ASP handles IE conditional comments (or html comments in general)..
In theory it should not handle them at all since they are meant for the client-side..
In practice ..
<!--[if IE 6]>
<!--include virtual="emptyfile.asp"-->
<![endif]-->
will return
<![endif]>
Yes, you read that correctly....
I have some code that gets the URL from an array and stores it as a string then uses that string to load up the URL.
NSString *first = [urls objectAtIndex:[sender clickedRow]];
NSLog(@"%@", first);
[[webview mainFrame] loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:first]]];
However, when I run this I get this error:
-...
My script is supposed to dynamically change the background-position when clicking on a button (adding or substracting 1 percent from the current value). Works fine in Fx and Chrome, and ie8 too (i believe), though not in ie7.
Here's my code:
function makeClicker(index) {
$('#leftbutton' + index).click(function() {
var bPos ...
Background task
To eliminate X-Y problems I'll say what I'm doing: I'm trying to use :perldo in VIM 7.2 to complete two tasks:
Clear all trailing whitespace, including (clearing not deleting) lines that only have whitespace
s/\s+$//;
Remove non-tab whitespace that exists before the first-non space character
s/^ (\s*) (?=\S) / s#[^\...
I know this is not a programming problem, but this problem is related to computer systems I am posting this question.
Can somebody tell me a good place to find out information related to catastrophic disasters due to software system failures? For example incidents like Therac-25.
The risk digest is a good place, but information it prov...
I recently ran into a very sneaky bug, in which I forget to dereference a pointer to a string (char array) and thus sometimes overwrote one byte on the stack.
Bad:
char ** str;
(*str) = malloc(10);
...
str[2] = 'a'; //overwrites 3 bytes from the location in which str is stored
Corrected:
char ** str;
(*str) = malloc(10);
...
(*str...
I have an action called EditProfile. To secure it I have added a class RequireUserLogin inherited from ActionFilterAttribute. In the OnActionExecuting, when I redirect user to login page, before going to login page, it first execute the EditProfile action code (which i don't expect) and than redirect the user to login page. I want to not...
What's the bug that you inadvertently created or encountered that remained undiscovered for the longest period of time?
...
is the fact parent collapses when children are floating a bug?
If so why are newer browsers not fixing it
Is it intentionally? for what good reason?
I know at least 6 solutions to get around this issue, I am only asking if this is a bug or not.
Thanks
...
I'm using sessions across my application.
And using logins.
When I do a simple:
#log out the user.
logout(request)
...the request.sessions get erased.
What is this??!
...
Is there an official site where I can see all the java bugs for the mac?
Edit: I want to check if an error I'm having is a known issue.
...
I need someone to help me solve these IE Bugs.
I need the navigation bar to look like how it in in FF. And because I'm horrible at IE Bugs I need your guys help.
http://new.monmouthchineseschool.com
also: I do know that what you look at link for the css it says 'moz', that is currently my default CSS because I have not set up any othe...
I have a navigation bar that is fixed position top. Inside it is a mailing list signup field. When hovering over the containing div. jQuery slideDown is invoked revealing more input fields in the previously hidden DIV and then SlideUp is invoked when mousing out. The trouble is that everything behaves in Firefox, but in IE7 the bottom...
I have a form wrapped in two separate div's in order to cause the upper portion of the form to be hidden until mouseover triggers a jQuery slideUP animation, revealing the second. Despite being a bit hack-ish, this works in all major browsers except IE7. Is there a way to make the lower portion of the form which is visible in the #top_m...
On this site: http://67.15.245.6/~paddyosh/ the main navigation has suddenly stopped changing, i am sure i didn't change the core files.
The same code works fine on the local machine, but please tell me if it's just my computer and you can't see what my problem is.
...
I tried using XAMPP on vista and gave up...I faced an issue with backslashes(widows uses forward slashes)..due to this none of my scripts could save any files to folders because the path would be like dir1\dir2\folder/image_folder/image.jpg...I tried WAMP it worked like a charm..it threw no errors and saved the image files as intented..I...
It seems that my problem is a bug in MSVC. I'm using the Visual Studio 2008 with Service Pack 1, and my code works with GCC (as tested on codepad.org).
Any official info on this bug? Any ideas how to work around it? Is the bug fixed in VS2010? All insights would be greatly appreciated.
The code:
struct Base {
Base(int i = 0) : i(i...
I'm working on a mysterious bug in the usually very good open source project Excel Data Reader. It's skipping values reading from my particular OpenXML .xlsx spreadsheet.
The problem is occurring in the ReadSheetRow method (demonstration code below). The source XML is saved by Excel and contains no whitespace which is when the strange b...
Hey, I've been trying to code a menu, without making the icons fixed width (with just padding-left/right) and it works fine in every browser, except IE6. I checked other websites and they do it the same way as I do, but it works well for them. (It looks like IE6 is ignoring the float).
Do you know what should I do to make it work?
And ...
I'm using a sliding the [jquery.hslides.js] plugin for a project... I've never seen anything like this but when I changed the overall width of the sliding container, out of nowhere I have these orphan bits of text floating around. I have ZERO clue where they came from... they're not selectable. You can see them here: http://cld.ly/821d...