Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mhamilton3
  • Content: Threads
  • Order by date
  1. mhamilton3

    how to server to server call

    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...
  2. mhamilton3

    Can't connect to MySQL server on 'IP' (48)

    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...
  3. mhamilton3

    Underline problem with Superscript

    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...
  4. mhamilton3

    External .js File problem in Firefox

    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...
  5. mhamilton3

    close child loses parent focus

    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...
  6. mhamilton3

    Safari and anchor links

    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...
  7. mhamilton3

    installing MySQL for Python

    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...
  8. mhamilton3

    XML returned as hash problem

    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'...
  9. mhamilton3

    Need to push my SSL Cert to other server

    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...
  10. mhamilton3

    Digitally sign headers

    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?
  11. mhamilton3

    modifying Soap Headers to pass x509 certificate

    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?
  12. mhamilton3

    server monitoring module

    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
  13. mhamilton3

    subtracting two dates

    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?
  14. mhamilton3

    3 column &lt;div&gt; problem

    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...
  15. mhamilton3

    need background color to go full screen

    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...
  16. mhamilton3

    Suggestion on Apache 2.x Web Hosting

    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
  17. mhamilton3

    Scroll all frames at once

    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.
  18. mhamilton3

    Make install - wrong directory - how to fix

    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...
  19. mhamilton3

    Secure FTP / Restricted Root

    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...
  20. mhamilton3

    problem closing winodow after submit

    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...

Part and Inventory Search

Back
Top