Hi, I've got a program I would like to use to input a password and one or multiple strings from a web page. The program takes the strings and outputs them to a time-datestamped text file, but only if the password matches the set MD5 hash.
The problems I'm having here are that
I don't know how to get this code on the web. I have a serv...
Hi everyone,
I'm trying to download a song/movie file from server that host it,
and after its download to the app --> save the file to the iphone.
Here is my code:
- (void)applicationDidFinishLaunching:(UIApplication *)application {
[self beginDownloading];
[window addSubview:viewController.view];
[window makeKeyAndVisible];
}
...
Hi, I would like to achieve the following. I have a C# server application which is run by a Windows Service. The service currently requires that the server application is located in a specific directory.
Is it possible to create a Windows Service that takes a directory at start and run the application in that directory? How do you do t...
So I'm creating a plug-in for Adobe After Effects.
I want to establish connection between it and my server (for ex to send Ajax request for approving serial number, or just sending a short cut of a frame) how to do such thing?
Any materials, blog articles would be wary grate.
...
I have a requirement to pull some table(let say table A) data by using a view. In that case based on some condition, I need to update the table A and will return the rows from that table.
Please let me know if anybody knows the solution for this...
...
Yeah, this is exactly what I'm wondering about - I understand the big picture and have done my homework on Cloud Computing, but Cloud Hosting, is something I've never heard before. Sure, I understand the concept, but how does it work behind the scenes? How do you enable it? How do you setup?
...
Hi,
I'm running a piece of software listening on a particular port inside an Ubuntu VM using VMWare fusion on OS X.
I can connect to the port from OS X but I can't get to it via other, separate machines. I suspect that the OS X firewall is blocking access but I'm not sure how to verify that or really what port to open. I can't imagine ...
I've written my first Python application with the App Engine APIs, it is intended to monitor a list of servers and notify me when one of them goes down, by sending a message to my iPhone using Prowl, or sending me an email, or both.
Problem is, a few times a week it notifies me a server is down even when it clearly isn't. I've tested it...
I'm trying to send chunks of data from many different servers my app is on, to mine.
Using some dummy image source, passing my data as a GET query. (img.gif?aaa=xxx&bb=yyy...)
the Query is many times too long and gets cut.
is there some better way for me to send the data cross-browser?
...
I want to Remove Invalid unicode Characters from a field in sql server.
How to achieve that?
...
I am looking for a simple easy to use lightweight Web server ( linux/Ubuntu Koala ) for testing some web apps.
On Windows I used Web Savant ( which was rather easy, just enter the html directory and the bin directory and press start ) to give some people an idea of what I'm looking for.
Update:
My apologies. I didn't realise that this...
Hi,
I was looking to change my hosting company, but then I thought about hosting one of my sites on 2 servers, I know this Is possible but how can this be done?
I need one of my sites to be hosted from 2 servers (2 different hosting companies)
Any way for this to happen without much hassles?
Regards, =)
...
First of all, granted the question is not very descriptive - quite hard to summarise what I mean in the title.
Let me elaborate. On uservoice.com they allow users to have domain aliasing.
For example, these sites use domain aliasing:
http://feedback.bit.ly
http://feedback.topofblogs.com
http://feedback.neutex.net
None of them are h...
How do I implement a PHP Socket Server, I am using PHP5.
Is there a ready made framework already available for me to use instead of going into the nitty gritties of the implementation details?
Basically I want to serve Flash clients using this Socket Server and this would be running in an Apache Environment.
This is the first time I am...
I want to include a JavaScript world time clock like http://www.dynamicdrive.com/dynamicindex6/localtime.htm to my homepage but I don't want to change it every time when the DST changes for a time zone. Is it possible to sync it automatically with an official time server so that I can display the current time for different places live an...
To implement a production level java socket server, what are the potential gotchas that I have to be aware of?
For now I have got a basic code structure using the ServerSocket and Socket classes of core java.net package. The server waits for a client and spawns a new thread for it.
I was wondering whether this is the way to go or are th...
Hello!
I have read THIS tutorial about creating Push nodes and posting/subscribing to notifications.
The only problem I have met is that it seems that notificationconf unable to create that node...
My first question: are nodename (parameter of notificationconf tool) and notificationName (NSString which I use from app) the same things...
I have a website and want to be able to allow the user to run a Java file on the server from the website.
I want the user to click a button which will run the Java file on the server AND anything printed to standard-out by the Java program will be printed out on the website for the user to see.
How can this be done (call Java program ...
I want to post data to another server (JSP or ColdFusion).
Note: Post which means the data is required at the another server also the browser should be redirected automatically.
Is it better to use
form tag...input type hidden fields, values
...
and from javascript
form.submit();
or
HttpWebRequest myRequest =
(HttpWebReque...
Hi
I am new to the android .
In android in exact what application socket programming is used?,give example with digram if posible. which is client, which is serve?r
--
kiran
...