0
votes
5answers
98 views
Float Addition issue
Dot Net C++
float xMin = 20000.0;
float xOff = 0.001;
float xMax = xMin + xOff;
xMax is becoming 20000.002 instead of 20000.001
Any fix for this
2
votes
1answer
28 views
iPhone 3GS OpenGL strange bug
I am developing a 2D game for the iPhone and iPod Touch using OpenGL ES 1.1. Everything works ok on the iPhone, iPhone 3G and all iPod Touch models. The game usually renders the scenes at ~60 FPS.
…
0
votes
1answer
8 views
BIRT with db2 giving problem
I have successfully connected to DB2 database using db2jcc.jar and now facing another issue.
When i create a dataset and preview it. BIRT viewer throws following error.
Cannot get the decimal value …
2
votes
3answers
54 views
Php Login Issue (Users cannot login and users can use others passwords to access their own accounts)
Ok so here is my issue, Some users cannot login to their accounts. They enter in their password and username properly but it just doesn't seem to work.
and secondly I noticed that a few of the users …
0
votes
5answers
79 views
Online Issue Tracking Tool?
im part of a dev team thats tired of being used as a crutch by the rest of the organization. I want to start to build a document repository of how-tos, work-arounds and other information that instead …
1
vote
3answers
56 views
[PHP] Whitespace in email issue
I'm experiencing a strange problem and difficult to diagnose because
it's random. I have built an application that sends out an email with
a nice amount of text (don't have exact char count, but could …
0
votes
1answer
40 views
jQuery fadein fade out collapsable grid
I have a collapsable grid which fades in and out when ever user click on a link.
the problem is that when ever user clicks on the link multiple times very quickly,,multiple grids open and do not fade …
0
votes
0answers
2 views
Drag & Drop performance issue inside Table date which is built dynamically using ASP
How to achieve droppable events on mouseover of each items instead of binding it to all events at beginning. If you can provide with an example code will be great. I googled but there is no hope or …
3
votes
3answers
203 views
Weird resharper issue with action lists that don’t work.
So we had a power outage at work the other day and ever since then ReSharper and Visual Studio just aren't playing nicely. The issue occurs when I try to click on one of the light bulb action lists, …
0
votes
2answers
12 views
Access denied | uncaught exception in FF 2.0 | servlet call from another host
Hi,
Seems like got stuck in the cross domain issue.
Just trying to get the XML response from the servlet call through POST
method:
$.ajax({
type: "POST",
…
0
votes
1answer
24 views
Windows Application SqlDepedency Calling Onchange infinitely
Hi,
I have console application in which I am doing sqldependency. My problem is when I set commandType as Text, it is working fine. But if I use commandType as StoredProcedure, onchange method is …
1
vote
1answer
113 views
ItextSHARP Table splitting issue
Hi,
I have created a sample project using itextsharp. In that i have mentioned the Footer and a table, I generate rows by loop for the given number, if the table splits to another page then, i have …
0
votes
0answers
15 views
XHTML in JSP page
Hi All,
I have a jsp file that display XHTML, the problem is that → shows up as a question mark in the rendered page. First few lines in my JSP look like this:
<% …
3
votes
2answers
42 views
Track Improvement Requests
We receive 5-10 improvement requests each day from our customers. Some of them are good, and some not so good. I can easily pick out the ones that I agree with, but I'd like a good way to organize …
0
votes
2answers
331 views
Onclick Event on sIFR embed tag in IE
I have implemented sIFR to convert text. The issue is, im unable to do onClick event over the iSFR embed tags.
$(function(){
$("embed").click(function(){
alert('clicked over embed');
…
