Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
10answers
947 views

Advice on starting a business: getting clients

I'm currently working as a developer at a web development agency, but I've long aspired to run my own business. I disagree with present management, and feel I could do infinitely better. I've done ...
5
votes
7answers
228 views

Designing for change

I'm pretty sure most of us are familiar with the concept of a project's requirements changing after it starts, this becomes more and more of an issue the less the client knows about how things work ...
4
votes
2answers
55 views

Client app updates…what is the proper way to deal with them?

I do a lot of freelance work and clients often have me build apps from existing packages and applications (i.e.: Wordpress, Magento, Firefox [extensions] etc.). Six or seven months down the line, an ...
3
votes
8answers
454 views

What is the best way to tell a client that a software project will be late? [closed]

Hypothetical situation: You are doing a software/web development project for a client, but you know that you will not be able to make the deadline. As the deadline approaches, you can clearly see ...
3
votes
8answers
1k views

What do you discuss at a first client meeting (freelance)?

At a first meeting with a client who has expressed interest in hiring you on a freelance basis what would you bring up? Should you focus on the project in question or your skills or their more ...
2
votes
2answers
2k views

C, Socket Programming: 1 Server 2 Clients connected by HUB, Chat Application Using TCP

I have codes for connecting and Chatting between 1 Server 1 Client as follows: /*Server Side*/ #include<stdio.h> #include<sys/types.h> #include<netinet/in.h> ...
2
votes
1answer
62 views

Does anyone have any tips on submitting to clients proposals for iPhone apps?

I'm just starting out with a friend creating iPhone apps and the biggest hurdle other than finding clients is knowing how to structure proposals for clients. Is it the norm to write a 1, 2 or 3 page ...
2
votes
2answers
553 views

OSGi : How can a Service auto discover client bundles deployed at runtime?

I have a scenario where during the system install time, a few services were deployed on to the OSGi container and these services will be listening for other bundles that provide data and are ...
2
votes
2answers
137 views

How do I add thread to my server?

I'm a beginner in Java and I have an assignment to build P2p File Sharing Java application. I started by creating server and client. Client can send messages to server and server responds. I believe ...
2
votes
1answer
1k views

WCF - Handling request from multiple clients

My WCF service library is hosted as a Windows Service and is supposed to handle requests from multiple clients. One request that clients are going to make frequently is pretty resource intensive. I ...
2
votes
4answers
773 views

How can I get clients for my Web Design/Development company when none of my connections need work done?

I've asked everyone I know. I've gone to all the shops near where I live, asking if they'd like a website, and even an online ordering facility, to increase their sales. I've even offered to do ...
1
vote
1answer
68 views

issue with multiple clients and getting a specific stream

I have a simple multithreaded C# server and client. When just one client is connected I can interact with it fine, but when two or more are connected, it seems I am using the last NetworkStream. What ...
1
vote
1answer
33 views

Are there any standards for versioning software that has multiple platform clients?

I'm pretty clear on most of the standards regarding versioning a piece of software. The whole major.minor.revision/build/whatever scheme. But I'm not very sure whether there are any conventions when ...
1
vote
2answers
131 views

Separate database for each user group?

My program is intended for multiple projects (clients) use. I am working w/ PHP and Mysql. For example, the implementation of the program for a client would include all the tables needed, and a list ...
1
vote
1answer
40 views

I am new to WCF. I need to implement a WCF web service with callbacks/Events to clients

I know that this is possible. How to implement this for a Java/Unix client? Is it supported? Any sample code will be helpful.
1
vote
1answer
573 views

Java RMI NoSuchObjectException

I have a server and client using Java RMI. If I use one client all is fine with the code below. But if I connect with a client and then a second one, it throws port already in use exception. That's ...
1
vote
1answer
37 views

provisioning hosted solution for SMEs on azure

i intend to build software for SMEs on the azure platform that can be provisioned for different clients..what i mean is, once the client signs up, a new instance is automatically created for them on ...
1
vote
3answers
497 views

WCF Blocking problem with mutiple clients!

Hi I seem to have a blocking issue with WCF. Say I have two users and each have created their own instance of a class exposed on a WCF host using net.tcp with endpoint something like this ...
1
vote
1answer
573 views

Python UDP socket options for multiple & concurrent clients

Let me explain a bit the app i'm doing. I'm creating a central UDP (needs to be UDP) server for multiple and concurrent clients that also "talk" between them. I do a check into a dict of known ...
1
vote
5answers
2k views

@font-face support in major email clients?

Do major web and desktop email clients support the font-face feature? It would be only logical to assume that they don't but thought I'd ask anyway. Has anybody tested?
0
votes
1answer
9 views

Fixing issues and responding the the classic q of: “When will it be done?”

We all have it, problems that prove difficult to fix and working out a fix through obscure code and bizarre unexpected functionality. Slowly, logically working your way through trying to find ...
0
votes
3answers
53 views

server doesn't receive data from multiple clients (java sockets)

I wrote a simple program where a server should print data sent by multiple clients. But the server receives only partial data. Following are the relevant pieces of the code. Server: try { ...
0
votes
0answers
39 views

Mina NIO Server with multiple clients

I have 2 streams that will be merged on the server, after merging the stream will be distributed to approximately 10000 clients. (all clients will receive the same data) What would be the best ...
0
votes
0answers
43 views

How should I manage Google Places (and other google services) for different clients

for the first time I need o set up a Google Places account for a client and I read the Google warning to pay attention to the account I was going to use to register the activity. At the moment I'm ...
0
votes
1answer
75 views

WCF Session, number of clients?

I'm developing as system with a WCF service back end, and thinking about implementing sessions. But I'm worried about the number of client that can be connected at the same time. I will have up to 500 ...
0
votes
1answer
155 views

How do I limit touch handling to one layer when layers overlap?

I have an interesting problem handling touch events in a cocos2D program I’m writing. I have 3 CCLayer sublassed layers in a CCScene: backgroundLayer – z:0 – simple static layer used to display a ...
0
votes
1answer
54 views

Manage Client Usernames & Passwords

What do you guys use to manage all your clients' login credentials? For each client I have 4-5 sets of usernames and passwords saved in an encrypted excel spreadsheet. I hate doing it this way. I'm ...
0
votes
1answer
222 views

Silverlight notification from server to all clients without UDP

I wonder how can I achieve this without UDP, I have a solution using UDP multicast: http://blogs.msdn.com/b/ncl/archive/2009/11/18/udp-multicast-in-silverlight-4.aspx but since this is for a high ...
0
votes
2answers
60 views

How can a server communiate with two clients at once (JavaScript, HTML, PHP)?

I got an assignment to do and for that I could use any www technology like HTML, JavaScript, PHP etc. I'm really sorry to say that I haven't studied any of these technologies. Therefore I took few ...
0
votes
0answers
23 views

Mail clients to use telnet

I would like to know if its possible to get either Thunderbird or Outlook run a shell or windows script when they receive an email. For example, I would like the script to telnet to a port on a ...
0
votes
1answer
300 views

How to Thunderbird mail client change status of inbox mail unread to read?

I am using Thunderbird mail client for gmail accounts. Its works fine, enjoying functionality too. I have problem with this mail client. In client inbox it has a list of unread mails and once viewed ...
0
votes
3answers
946 views

Real time SQL database updates between multiple VB.NET clients

I hope somebody can help me out on this question. I'm using a SQL database and I'm writing a VB.NET client application. This application is used on multiple computers at the same time. If one of the ...
0
votes
1answer
2k views

Retrieving Client's Printer Collection in asp.net

I am working on web application .net 3.5,asp.net,C#. In that i need to provide list of available printer at client side. I have knowledge of how to get server side printers using [1] ...