Tagged Questions

2
votes
0answers
11 views

Programmatically change gmail status via OAuth or Authsub

I would like my application to programmatically update my user's gmail/google talk status on their behalf but I dont want to store their password because of the privacy risk Does …
0
votes
1answer
41 views

Powershell status information

What is the prescribed method for display status or progress information to a user from a Powershell script? For example, "Connecting to database..." Normally I'd print to STDERR. …
0
votes
2answers
92 views

How do I make my delete query FULLY work?

My delete.php is sending the selected item to the db as dead as it should, but the blog is still staying on the page that its deleted from. What am I doing wrong? this is my query: …
0
votes
2answers
55 views

Is there a memcache “catalog”?

Hi there we're using memcache in several of our Rails applications. Now I was wondering: Is there a way to get a list of all objects stored in memcache including the amount of dat …
0
votes
1answer
102 views

Simple check (PHP) to see if Shoutcast radio is online?

Basically, just a simple script that can check to see if a shoutcast radio is online or not, and output a code based on it. I tried to do this with file_get_contents and eregi, bu …
0
votes
2answers
39 views

Online Status Report of a FTP Server?

Hello Everyone, I want to make a status report of when my FTP server is on and when its off. HTML is the language which I prefer to use. I have never used HTML before, and I need …
1
vote
2answers
150 views

C++: Status and control pattern

I'm writing a C++ background/server application for Linux/Windows. Is there a standard control/profiling/reporting service I should use to expose my application's current status in …
1
vote
6answers
268 views

How to properly send an HTTP message to the client

I'm working on a RESTful web service in Java. I need a good way to send error messages to the client if something's wrong. According to the Javadoc, HttpServletResponse.setStatus …
0
votes
3answers
54 views

MySQL status swap for bitwise operators

I am looking for a solution/best practice to do a swap of values for a status flag. The status INT(3) in mysql has a few values, and I'd like to be able to swap the LIVE and NOT_L …
5
votes
4answers
679 views

What does the Subversion status symbol “~” mean?

I am getting a tilde symbol when I do an svn status. Here is the output of the project after editing it in XCode. svn status M build/Currency_Converter.build/Currency_Conve …
0
votes
3answers
54 views

Is there a simple app for pinging a list of websites?

Basically, I just need a simple app that frequently pings external IP Addresses and web addresses to make sure the sites are up. Does anyone know of a good one of these? I starte …
-1
votes
1answer
60 views

Access to XMLHttpRequest.statusText will cause exception when it fails?

$.ajax(error:function(XMLHttpRequest, textStatus, errorThrown) { XMLHttpRequest.statusText }) Did someone also met this problem? EDIT I'm using Mozilla/5.0 (Window …
0
votes
1answer
50 views

How do I send a very simple status update with the iPhone SDK?

Hi, I'm building an app that will allow the user to send a status update to twitter about something they have done in the app. What is the easiest way to authenticate the user in …
0
votes
1answer
49 views

Get Alternating Row Status From DataGridView

Hi, if i change the backcolour of a datagridviewrow that belongs to a datagridview control using alternating row colours and i want to programatically change it back, how do i know …
0
votes
2answers
833 views

JQuery, XmlHttpRequest and Status Code 0

Hi All, I've recently been doing some Cross-domain javascript using JSONP, and ASP.NET MVC. The particular Controller action will only respond to a POST request, this is by desig …

1 2 3 4 next
15 30 50 per page