Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
90 views

What can I do about a SQL Server ghost FK constraint?

I'm having some trouble with a SQL Server 2005 database that seems like it's keeping a ghost constraint around. I've got a script that drops the constraint in question, does some work, and then ...
1
vote
3answers
222 views

disable submit button without grey out effect

Title says it all really; How do I disable an HTML form submit button without it being greyed out? The problem: I want to grey out an entire form, and having the submit button grey out before the ...
1
vote
1answer
119 views

mysql ghost table

I am using mysql 5.5 on Windows XP. I have one table which was created through mysql workbench. After couple of sync from workbench to mysql database. This table becomes ghost. When I try to create ...
1
vote
3answers
435 views

SQL Server 2008: Table size is increased due to ghost records related to LOB data

A have the following table on Production environment. It is heavily updated (lots of inserts and deletes). This table contains LOB data types - ntext and nvarchar(max). Data is constantly removed and ...
1
vote
2answers
160 views

Managing user file uploads - Avoiding ghosts… - CMS/PHP/MySQL

i've thinking about various ways of handling file uploads in a sort of CMS. I write here because i am not satisfied with what i've got right now... The problem Uhmm, lets call it the tumblr way ;-) ...
1
vote
1answer
349 views

Visual Studio 2008 devenv running application, then leaving ghost

I'm developing a C#/WPF application using Visual Studio. This app uses a com port, then releases it upon exit. I'm using the debugger to run and stop this application often. Sometimes, I get an ...
1
vote
3answers
366 views

What is a Ghost Reference?

I was just wondering what a ghost reference was? Is it that you don't have to refer to a object? EDIT: Sorry, I wasn't clear, the langauge is Java, and I read it about linked lists. While reading a ...
1
vote
1answer
464 views

Moss 2007 Re-Ghost Content Types

Say for example I have Content Type XXX. For some reason it has become unghosted on List A. We have changed the content type in our feature and re-deployed but obviously the content type on List A ...
0
votes
1answer
46 views

Conversion of EPS to PDF or Tiff does not maintain transparency

I am trying to convert eps file to pdf file or tiff file using ghostscript but having issues keeping it transparent. When I convert it to png, transparency is maintained but I need to have pdf or tiff ...
0
votes
2answers
32 views

Ghost Ajax request

I'm developing a website using PHP+Ajax. I have to fire a ajax request that may take long time to be processed (about 5 min), I do not need any response from this request so the user should be free to ...
0
votes
1answer
64 views

Get away with built-in draging html elements

I have a problem with html-objects that moving when I´m dragging them, you know the transparent "ghost" -copy of the element that appears when you holding down the mouse and drag it. My problem is ...
0
votes
1answer
214 views

“Ghost” values in PHP/Smarty

I've been working on a site for a while changing the layout and skin of a webshop checkout process. I've noticed that if you go all the way through the process until the last page, then click the link ...
0
votes
1answer
170 views

A ghost deleted my files?

I have a pretty weird situation here, and i came up with a very strange conclusion, the thing that makes me think that i got it all wrong, that i have cured the scratch with hcl or something ! ...
-1
votes
1answer
44 views

PHP and SQL “Ghosts” in the system [closed]

A couple of you have already helped my with my problem with a PHP posting system. Now I have another problem. When I start it up and post on the friend-ed account and then sign into the other account ...
-2
votes
1answer
25 views

Ghost Typing into Browser

I'm working on a Chat Bot that needs to do some automatic "ghost" typing into your web browser (or other software). The target platform is Mac OSX, but there might be a need for a port to other OS's ...