client

Windows software to browse SVN repository that isn't TortoiseSVN?

Because of an unfortunate Windows limitation (no more than 16 icon overlays in Windows Explorer) TortoiseSVN is not a viable client for me on computers with the TFS shell extension installed. I've spent some time browsing wikipedia page, but there is a lot of crap on that list. QSvn was close but doesn't let you browse before doing a che...

java serialized messages dont contain the correct data in socket-client-server model

hello i have a basic client-server system running using java sockets. my problem is, that an object that i send from the client to the server does not contain the correct data after it has been sent once. the first time i send it, it arrives with the correct values, but when i send it another time with different values, it still arrive...

Using WCF to Render HTML?

Hi. I have a stylistic question, really. I am wondering which is the best, fastest, most "iterative" way to generate client HTML? The road I am currently traveling is to use WCF (or a DLL) to expose a method that can be called depending on the page being loaded: private AuthClient auth = null; PageLoad { auth = new AuthClient...

mysql 5.1 client keyboard setting

After the client into the key and other buttons appear ~ character, rather than go to the top of the line or the last surface mysql>nsert into _ I press <Home> Key NOT appear: mysql>_nsert into Appear: mysql>nsert into ~_ /etc/inputrc is corrected... ...

mysql 5.1 client keyboard setting

In Linux In MySQL 4.0, I press <Home> the cursor will go to the beginning of line, but has no effect according to press <Home> in MySQL 5.1, it appear a "~" character only. I press <Ctrl>+<A> the cursor go home I press <Ctrl>+<E> the cursor go end But in MySQL 4.0 I press <Home> Not <Ctrl>+<A> My practice is to press <Home> <End> <D...

Authenticating a Java Web Start Client App

I have a Java Web Start Application which communicates against my server via a web service (over https). I want to restrict the usage of the webservice to my app only, so that 3rd party apps don't work. What strategies to I have? This question is somewhat broad, but running in JWS disables some options, like doing a checksum over all ja...

How do I send this SOAP XML in Perl?

I have to send the XML below. And i have no idea where to start. I know i need to look up SOAP in Perl but thats roughly it. <xs:element name="CheckDomain"> <xs:complexType> <xs:sequence> <xs:element name="domain" type="domainRef"/> <xs:element name="suggestions" type="xs:boolean" default="false" minOccurs="0"/> </xs:sequence> </x...

Legal issues with providing code examples to potential clients?

Hey, Does anyone have any input on the legal or ethical considerations involved with showing examples of my code to potential clients? It seems a bit shady to share code other clients paid for. What's the best approach? To scrub out any sensitive or identifying information? Is this something commonly done? Thanks! Edit: A client has ...

WCF - Client-Server Communication.

Can anyone tell me what Step-by-Step actions take place when a WCF Clients connect to a WCF Service and calls an Operation? Plz describe the steps with step number and maintaining the serial. Alternatively plz provide me with a web link that describe these steps. ...

Git gui client for Linux

Which is the best gui client on Linux for Git. Update: After checking out all of the GUIs mentioned here, git cola seems to work well for committing/pushing gitk seem to work the best for examining history and giggle is awesome for watching the diffs. I use command line for committing, web trac interface for viewing history, in a ...

Firefox 3.5 support for client-side databases?

I was originally looking for a basic tutorial on how to get started using client-side databases in FF3.5. My understanding was that this feature is support in FF, Safari, and IE8. However, I'm running into a pretty basic problem, which is that the syntax to created such a database doesn't seem to be found in FF3.5. For example, to creat...

ASP.Net Checkbox value at postback is wrong?

We have a checkbox that is initially disabled and checked. It is then enabled on the client side through javascript. If the user then unchecks the box and presses the button to invoke a postback, the state of the checkbox remains as checked on the server side. This is obviously undesirable behaviour. Here is an example. <%@ Page Languag...

Are there any disadvantages of building a .NET REST client using HttpWebRequest/Response

Hi, I want to build a .NET REST client using C#, and although i read lots of posts here about the common practices regarding REST, i could not make sure about something. I've read lots of REST client examples and most of them were using just HttpWebRequest/Response classes to make the requests and receive the responses. What i want to a...

How to do a long polling client in C# ?

Hello, I have a C# desktop application, and I consume a web service without problems (wsdl added by "add Service References", so I create an object and call its functions). Now, I want to use long polling techniques but I can't figure how to do this from the client's perspective. How to configure the timeout ? Should I use a thread d...

Client SSL authentication causing 403.7 error from IIS

I'm trying to connect to a web service (not under my control) configured to authenticate users via SSL client certs. I have a valid certificate in PKCS12 format containing the client certificate and associated private key. The certificate is issued by a CA accepted by the web service provider. Installing the certificate and trying to ac...

Element offset and client positions in BHO

Hi all, How to find the position of the HTMLElement in BHO(C#)? I need both offset position of the element in the page and the client position of the element i.e. position of the element from the Left-Top of the client window. Any help would be greatly appreciated. Once again thanks a million. -Datte ...

Python client library for WebDAV

I'd like to implement a piece of functionality in my application that uploads and manipulates files on a WebDAV server. I'm looking for a mature Python library that would give an interface similar to the os.* modules for working with the remote files. Googling has turned up a smattering of options for WebDAV in Python, but I'd like to kn...

get client machine timezone in asp.net mvc

How to get the time zone id (ex.: Central Standard Time) of the client machine in asp.net mvc? ...

how to generate an invoice

Hello, I have started freelancing and a client has asked for an invoice. Do you have a favorite tool for generating invoices? I am after something that I can use from Linux (either a desktop tool or web solution) and generates well formatted Pdf's. thanks ...

Unknown publisher on security warning window

Hi , i am using VS2008 SP1 for publishing my project. In the options button Publish Description i have given the publisher name as "Testing WebPage" . But this is only seen in the the publish.html page after publishing the application. when this application runs on the client machine then in the security warning window it displays Publi...