Hello,
I have to call a 3rd party service. I can call this service either by a simple server to server http call or via SOAP service. I have found a bunch of sites that talk about SOAP, but no concrete examples (I have to talk to .NET). I have also read .NET has issues from PHP. I am looking...
Good morning, I periodically get an error message on one of my applications and I can not figure out how to find out why the error is happening. I have two hosted servers - one is an application server and the other is the database. This error message was happening periodically - maybe once a...
Hello all,
I am trying to do something simple, that does not appear simple. I have a link that I need underlined. It is a normal link with a super script. The underline for the superscript follows the character that is super scripted. I would like the underline to remain in line with the rest...
Hello all,
I have a page containing an external .js file. When running things in IE all is well. In Firefox none of the functions work. I can not think of any reason why Firefox would not open the .js file. Thanks for any advice you have to offer. If it healps the file I am using is...
Hello,
I have been battling with a problem now that I can not solve. I have a window named "dick". "dick" has a link on it that pops up an additional window named "jane".
If "jane" submits back to "bob", all is well (which in effect refreshed "dick"). If I simply use the x to close...
Hello all,
I have a dynamically generated page that has many anchor links on it. Right now I just have <a href='#myanchor1'>jump 1</a> to jump to a given link. I can not use a full link because the page does not exist until run time. This has worked on every browser I have ever used, but it...
Hello all,
I need to tie my python app to mysql. I have gone to sourceforge and downloaded the appropriate .tar.gz file, I have exploded the file and now how do I get Python to find it. I assume there is some setup script that needs a variable somewhere, but I am not sure where. If this...
I am having a problem gathing the data from an XML stream. The code is as follows:
my $XMLref = $xs->XMLin($result, suppressempty => '');
using
use Data::Dumper;
print Dumper($XMLref);
I get the following HASH
$VAR = { 'wellmed' => { 'wellmedack' => {}, 'wellmed.ack' => { 'errors' => '0'...
Hello,
I have a web site I am trying to contact that requires I send along a digital certificate. Every call to this web site is expected to have a copy of the SSL cert on my machine. They use this to verify that I am eligible to access their site. I send them my public key, and they will use...
I am wondering if anyone knows how to digitally sign HTTP headers. I have to send a digital certificate to a Soap Server and the server does not accept Soap Digital Certificates so I figured I'd use HTTP headers to do it. Has anyone done anything like this before?
I need to modify my Soap Headers to push an x509 certificate and I can not figure it out. I have not found any mention in the Perl docs that references it, but I have found generic information that indicates it is possible. Has anyone ever done this or seen this before?
Hello, Does anyone know of a UNIX module that will monitor whether or not apache is up and running and whether or not there are problems reaching a web site? I have found some software solutions to put on a Windows box, but I have not found anything yet that resides on the server. Thanks
Hello all,
I have to subtract two dates and get the results in hours, minutes, and seconds. It seems like such a simple question, but I can not get things to come out the way I want them to. I am not on 4.1.1 yet (4.0.18) so I can not use the new functions. Any suggestions?
Hello all,
I have a site that I have set up using CSS (I am new to CSS). I have a left, center, and right div. The site is medifile.congoleum.com. The <div>s are defined below.
#leftcontent {
position: absolute;
left:0px;
top:0px;
width:185px;
}
#centercontent {
background:#fff...
Hello I have set up a page http://medifile.congoleum.com and I am not sure how to get the left side to keep the background color no matter what size the screen is. I am sure this question has been asked before, but I am not even sure how to search for the answer. Here is the code from the...
Hello,
I am looking to find a hosting company that has a standard setup of Apache 2.x and I can not find one. I am specificially looking for a Solaris or Red Hat Linux box. Does anyone have any suggestions? Thanks
I have created a Frameset with 3 Frames in it and I want to allow the entire window to scroll as one unit (so it looks like there are no frames). Does anyone know how I would go about this? I would like the frames to be 'auto' so the scroll bars are only there if they have to be. Thanks.
Hello All,
I am a sys admin novice and I am installing Apache 2.0 on a Sun Solaris Box. I followed all directions to get the Apache 2.0 installation to happen and then I realized I do not have access to update the default directory (/usr/local/apache2). So I just started the process over again...
Hello,
I have to set up a secure FTP on my FreeBSD server. To do this, I have to give the user I create shell privileges. First is their any way to avoid that. Second, assuming there is no way to avoid that, is there a way to restrict where they go. Right now, they do not have permissions to...
Hello,
I have had this reoccurring problem that I have several solutions to, but none seem to work in all cases. I have instances where a parent opens a child. The child gathers some information and returns back to the parent. The problem I run into is with closing the child.
What I want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.