2
votes
4answers
254 views
Grabbing status code without using a server-side language (javascript, perhaps?)
I've created a service that helps with error pages in web apps via an snippet of code that is copy/pasted in to the error page templates (a la Google Analytics). The status code is …
2
votes
0answers
27 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 …
5
votes
4answers
720 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
1answer
43 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
94 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
58 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 …
1
vote
6answers
274 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
1answer
54 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
2answers
43 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 …
0
votes
1answer
118 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 …
-1
votes
1answer
63 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 …
-1
votes
2answers
58 views
Computer Network Status with VC#
i want to write a simple form in VC# that would tell me the following
Am 1 connected or not connected to the internet
What speed am i connected with (56Kbps, 1.5MBps, e.t.c) not …
0
votes
4answers
151 views
Expression Engine: Change status outside admin section.
Is it possible to edit an entrie's status outside the admin section? I want to be able to open and close entries from the front page.
0
votes
3answers
55 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 …
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 …
