I just want to transfer (send or receive) a hash from client to server.
Can you tell me which is a preferable way in Perl or can you suggest any CPAN modules?
My colleagues and I are looking for alternative client tools for Mac OS X.
I tend to prefer the text-based interface and we have PHPMyAdmin installed on our development servers (Linux).
What are your recommendations?
(One recommendation per answer please, so people can up-mod individual recommendations).
Hi!
I'm about to replace my oldfashioned sessionbased server solutions with RESTful ones.
Where can I find information about design principles concerning security, authentication etc. when moving into this stateless domain?
I need to find solutions that work with different client platforms (Flex/Air, Browser, desktop and mobile apps etc.). Right now I work with php in the server end.
Hello there,
As you may know, res.sendRedirect(url) on the servlet side does not work because the GWT client does not process it.
Does anybody knows how to do this?
Thanks you.
Daniel
Hi everybody,
I just manage to install gearman on my local Ubuntu test environment. I wonder if I could in any way run both the worker and the client at the same computer, while in development stage?
Thanks a lot!
I am developing the web site, It consists of device name list and related Build Button. When one click the Build button the one process will run in server. When more than ten user click the Build button more processes will create at that server will hang. How can send all request from client to single process in server.
How can I get the IP of the Client (request) in a JSR168 Portlet?
I'm on Liferay 5.2.3
I can get the IP with Liferay internal functionality:
String ip = com.liferay.portal.util.PortalUtil.getHttpServletRequest(renderRequest).getRemoteAddr();
Is there any portal neutral way to do this?
Hi all,
I have an OpenSSL client-side implementation that establishes a TLS (v1) connection successfully.
It works fine, untill I'm trying to use a subordinate CA certificate and not a root CA one.
What do I need to add to the code?
I use OpenSSL 00.9.8k.
Thanks.
i want to make my server side in php. after writing the code in php can i directly use json to parse it of or something other required on the server side with php.
can you give me some example of it, how to do this on server side if i want to use json of my client side.
Is there a metadata attribute I can use to prevent a field from being accessible on the client in a WCF RIA services? I sure I have seen this before, but I'm drawing a blank and Google isn't helping. It would look something like
[MetadataType(typeof(User.UserMetadata))]
public partial class User
{
internal sealed class UserMetadata
{
private UserMetadata()
{
}
public int Id { get; set; }
[HideFromClientProxy]
public string PasswordSalt { get; set; }
}
}
I'm looking for the correct firewall/router settings to get the Greenbow VPN client to work with Win 7 64 bit.
It never seems to get past phase 1 in the connection process.
TIA
J
Hi People,
I have an issue in Core java.
Consider the Employee class having an attribute called age.
class Employee{
private int age;
public void setAge(int age);
}
My question is how do i restrict/prevent setAge(int age) method such that it accepts only positive numbers and it should not allow negative numbers,
Note: This has to be done without using client side validation.how do i achieve it using Java/server side Validation only.The validation for age attribute should be handled such that no exception is thrown
Hi all,
I have an OpenSSL client-side implementation that establishes a TLS (v1) connection successfully.
It works fine, untill I'm trying to use a subordinate CA certificate and not a root CA one.
What do I need to add to the code?
I use OpenSSL 00.9.8k.
Thanks.
If I have the following table schema to log an exception (in standard SQL schema):
Table: ExceptionLog
Columns: ID (Long),
ExceptionClass (String),
ExceptionMessage (String),
Host (String),
Port (Integer),
HttpHeader (String),
HttpPostBody (String),
HttpMethod (String)
How would I design the same thing in HyperTable (specifically, what is the best approach for efficiency)? And, how would I code it using the HyperTable Java client?
Hi
We've noticed something odd with our Coldfusion 8 client variables DB. We have many more (about 3 times as many) CGlobal entries as we have CData entries.
I would have assumed that the relationship would be 1:1 on the cfid column.
Has any one else noticed this before? I have ruled out old data, my sample is less than 3 hours old. We're using SQL Server 2000 to host the tables.
Thanks in advance,
Ciaran
A user clicks a link in their HTML email, it then goes to a page that simply opens up their email client.
window.location.href = 'mailto:...';
I don't want this window/tab to stay open, how can I close it?
window.close() doesn't work since it wasn't opened using window.open()
is it possible?
I have a page and clicked on the button there it will open a new page containing some text boxes, user fill all the text boxes and clicked the button now first page open again and the question is : How can I get the vales of text boxes on the current page using both server-side and client-side
There is a restrictions to use of :
- Cross-paging
- Cookies
- Sessions
- Query strings
I need to create a SOAP Web Service in C#.
I've done this in the past in Java with eclipse, but couldn't really find something that is SOAP specific when creating a new Web Service project in VS2008.
I need some kind of guidance on how to start this.
Also, the intended client will be implemented in Java,
are there known compatibility issues with this?
Thanks
I'm interested in the way Sonic Living detects your iTunes library XML file. It prompts the user to approve its actions, then automatically uploads the XML file based on the client OS (and assuming the default installation path of iTunes).
How the heck does it do that? None of the upload libraries I've looked at have this feature. They all assume that a user will click "Select file..." then browse around for the right thing to upload.
Hi,
I have a C# application which request .net 2 on client system. I like to replace the error message box in case if .net2 is not detected with ruuning an executable program which I have a written how do not request .net2.
How can we send a large size of data (2038 char) from client to Server using ajax?
I like to send an array of key-pair values of size more than 10KB. I am currently using cookies, is there any other prefered way by which we can send it through an Ajax Call.
I'm kind of new to GWT and I'm looking how to make a menu in my client app like File-Open .. that will actualy open an text file and let me edit it in some widget ? Is there a way to load files like that ?
I would like a utility that would allow me to send/receive tcp and udp messages as a client or server, assemble packets, set responses, etc... Preferably on Windows. Please let me know if you've seen anything like this. THANKS!
Hello,
I am writing a client-server in C in which many clients send a running file to server and server needs to execute the file and save the result in their computer.
now I have 2 questions:
1-should server save the receiving file before executing it?if yes how?
2-I am going to use CreateProcess() function to make a child and run every clients file in different process..is that a good choice?!
thank you for your kind help in advance
Negar