I have been using Pidgin as an all-in-one IM client, but now as Empathy is the default app in Ubuntu I wanted to try it out.
I have a sametime account at an external company that is keen to restrict access to their service from certain sametime client versions only. I was able to trick it with pidgin by specifying the following settings in…
One of the most exciting new features in MVC 2 is "Enhanced Model Validation support across both server and client"; this new enhanced support allows for client side validation to be dynamically generated into a view from DataAnnotations attributes on models. One minor complaint: Out of the box, it only supports the Microsoft AJAX libraries.…
I have a problem making my Arduino Ethernet shield to communicate with the server,
the result on the serial monitor is always:
my arduino code is
#include <Ethernet.h> //library for ethernet functions
#include <SPI.h>
#include <Dns.h>
#include <Client.h> //library for client functions
#include…
On a production server (Windows Server 2003 SP2) I can connect to a remote WCF service with Internet Explorer 8: When I browse to the URL http://www.domain.com/Service.svc (where my service listens) I get the expected info page of the service displayed. Connection settings in Internet Explorer only specify "auto detect", proxy settings are…
Just like the title says. Does each authenticated WCF client connection to a WCF server that you have developed need a windows CAL?
http://www.microsoft.com/windowsserver2008/en/us/client-licensing.aspx
Microsoft's licensing on that page sure makes it sound like it, but I can't find anything out there that confirms, or even denies this.…
As far as I know, Cloud computing might be a evolution in software architect, and it will replace some current architectures, such as client-server.
These two architecture seem to share similarities for me (I know very little about both), but I don't know the differences between them. What are the cons and pros of cloud computing over…
Hello,
I am developing a server client application .
Where Client will send a huge amount of data to server through internet.
However I have done some asynchronous socket programing before. Can I use same code here ?
Thanks.
I've never used SOAP before and I'm sort of new to Python. I'm doing this to get myself acquainted with both technologies. I've installed SOAPlib and I've tried to read their Client documentation, but I don't understand it too well. Is there anything else I can look into which is more suited for being a SOAP Client library for…
Hi All,
I have created a user control (from System.Web.UI.UserControl), and created my own validator for the user control (from System.Web.UI.WebControls.BaseValidator). Everything works ok until I try to get the user control to do client side validation.
While trying to debug this issue I have set 'Control to Validate' to a…
I am developing a server client application, where Client will send a huge amount of data to server through internet. However I have done some asynchronous socket programing before. Can I use same code here ?
I have a project to develop a client server application in java. This is to be done using socket programming. Our lecturer, used 2 files, the TCPClient.java and TCPServer.java, to make a connection and we typed "Hi" in the client and the server displayed that message.
I need to develop a seat booking application.
Any…
I have a Win Server 2000 system with AD configured. The network consists of an OKI printer, a network server, a wifi router a Win 2k client and the server. I'm trying to connect a Win 7 client. The purpose of the network, besides sharing equipment is to move files from client to client and scatter backups over more…
Looking for PHP application which I could use on web server instead of Thunderbird to manage my multiple email accounts (consolidate them like in GMail).
I've been using Putty for years now and it seems kind of dated. What are some good alternatives to Putty that use tabs to manage console sessions (managing individual putty windows is a messy pita).
I'm using the Juniper client for OSX ('Network Connect') to access a client's VPN. It appears that the client is configured to not use split-routing. The client's VPN host is not willing to enable split-routing.
Is there a way for me to over-ride this configuration or do sometime on my workstation to get the…
I am looking for a command line mailers which support SSL and authentification, so far I tried 'blat' but it doesn't support SSL.
Any suggestions?
Thanks
I am looking for a command line mailers which support SSL and authentification, so far I tried blat but it doesn't support SSL.
Any suggestions?
Thanks
I am setting up Apache to do smartcard authentication. The smartcard login is based on client-side SSL certificates handled by an OS driver.
I have currently just one smartcard provider, but in the future there are potentially several of them. I am not sure how Apache 2.2. handles client-side certifications…
I'd like every tweet about certain topics saved, so tweets with a certain hashtab, word, user, etc.
To reiterate, if I see a tweet, I want to save it forever and ever.
I'm running ubuntu linux, but a web app is fine.
Our client has an eCommerce site which was developed by an in-house team, and is now showing its age. I work for a firm brought in as external contractors to build a replacement. Part of the current site is a Flash viewer applet which displays media about the product - zoom-able images, 360-degree views,…
I've googled 2 days straight and I can't find how to do this. I have an open stream between client and server, and client will send a JSON string (encrypted to bytes) to the server each 3 to 5 seconds.
How can I write to the Socket OutputStream so that I can read each JSON string in the server. I'm…
I come from a scientific biology background where we also use Python a lot.
Now that I've begun to start with Web development, I've consistently found myself wondering just why it is that JavaScript is the primary client-side language on the Web.
Is JavaScript's predominance a historical…
I'm trying to setup a server-client interraction:
Server gets a string from client
Server returns data to client
I got this working with socket.send and socket.recv, but was wondering how to get it working with files through socket.makefile.
I've got most of the pieces working, but…