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 Mike Lewis 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: *

  1. matthewst

    Chat box behaves funny after un-hiding.

    Got it! Changed this: document.poppedLayer.style.display = "inline"; To this: document.poppedLayer.style.display = "block";
  2. matthewst

    Chat box behaves funny after un-hiding.

    Javascript is brand new to me. I can't tidy up the code until I know what I'm doing. Right now I just need it to work. Anyone know whats wrong with it?
  3. matthewst

    Chat box behaves funny after un-hiding.

    I have a chat box that is able to be dragged and dropped and hidden. It functions fine when the page first loads. I can drag and drop it anywhere and chat with it. Once I hide then show the box it becomes transparent and the div it's in stretches across the screen. I've added a width to...
  4. matthewst

    script on half runs when called from php

    I get an illegal option with the -ef combo. If I just run the -e I get "11474 p1 S+ 0:00.00 grep httpd TERM_PROGRAM=Apple_Terminal TERM=xterm-col
  5. matthewst

    script on half runs when called from php

    unix
  6. matthewst

    script on half runs when called from php

    xserve 10.4
  7. matthewst

    script on half runs when called from php

    I dont have a www or a httpd user. How do I fix that? Just add one in "Workgroup Manager"?
  8. matthewst

    script on half runs when called from php

    It works from the command line, it works in a perl script. It won't work when called from php.
  9. matthewst

    script on half runs when called from php

    When I run your script through php it just displays "hello world" (which i placed after "print "@output\n"). If I run it in terminal i get the following error:dyld: Library not loaded: /usr/X11R6/lib/libdpstk.1.dylib Referenced from: /usr/local/bin/convert Reason: no suitable image found. Did...
  10. matthewst

    script on half runs when called from php

    I can run the following script from the web it won't convert but it does display "hello world". test1.pl #!/usr/bin/perl exec "convert image.pdf image.jpg"; print "hello world"; If I'm on the server I can type "perl test1.pl" and it will convert and display hello world.
  11. matthewst

    trying to test my perl install

    perl says Hello World!!! thanks again
  12. matthewst

    trying to test my perl install

    you guys rock!!!! I opened it with golive [code]{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420 {\fonttbl\f0\fswiss\fcharset77 Helvetica;} {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww9000\viewh8400\viewkind0...
  13. matthewst

    trying to test my perl install

    ....I'm a jackass..... So how exactly do I write a perl script? Dreameaver maybe?
  14. matthewst

    trying to test my perl install

    which perl returns: /usr/bin/perl perl test1.pl returns: the same error i've been getting
  15. matthewst

    trying to test my perl install

    XServe with perl5.8.6 I can run perl -v and it tells me I have perl5.8.6. In terminal I type perl test1.pl test1.pl: #!/usr/bin/perl print "Hello World."; I then get this output: perl test1.pl Backslash found where operator expected at test1.pl line 1, near "rtf1\" Backslash found where...
  16. matthewst

    help with sorttable.js

    i meant "but only the first column
  17. matthewst

    help with sorttable.js

    i'm still a noob. I was finaly able to get it to sort put only the first column. <style> table.sortable thead { background-color:#eee; color:#666666; font-weight: bold; cursor: default; cursor: hand; } </style> <script language="javascript" src="sorttable.js"> function...
  18. matthewst

    help with sorttable.js

    This is the sample table from the sorttable.js site. <table class="sortable"> <tr> <th>Name</th><th>Salary</th><th>Extension</th><th>Start date</th> <th>Start date (American)</th> </tr> <tr><td>Bloggs, Fred</td><td>$12000.00</td>...
  19. matthewst

    Trying to automatically email users of missing infromation.

    I'm using MySQL - 5.0.24 and phpMyAdmin - 2.8.1. I need to send my users an email every 15 days that tells them what information of theirs is missing from our database. I have absolutly no idea how to do that. :confused:
  20. matthewst

    confirmation with spinner and anchor

    My anchor is in the part of the page that is "hidden".

Part and Inventory Search

Back
Top