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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kennygadams

  1. kennygadams

    1px Border Issue

    Thank you! Both options worked. vacunita, I especially liked your reply with the black and red borders [2thumbsup]
  2. kennygadams

    1px Border Issue

    What is the best way to get these preview thumbnails to appear to have 1px borders? Currently when they align each other, side-by-side, they appear to have 2px borders. Here's my test page: http://www.hittoon.com/t Each thumbnail is wrapped in a div with the class name img165. Here's the CSS...
  3. kennygadams

    Javascript Enabled Detection from PERL

    Thanks MillerH! The reason I wanted to detect this from PERL was so I could remove unessasary JS from the pages. Kenny G Adams http://logos.co
  4. kennygadams

    Javascript Enabled Detection from PERL

    Hi, Is there a way to detect, from PERL, if a user has Javascript enabled or disabled? I know about the <noscript> tag (but i need to detect it from perl) <noscript> JavaScript is turned off in your web browser. Turn it on to take full advantage of this site, then refresh the page. </noscript>...
  5. kennygadams

    Formula to Format Search Results

    You rock! [rockband] Thanks for pointing me in the rigth direction. Kenny
  6. kennygadams

    Formula to Format Search Results

    Thanks Trojan. I added your code... http://www.jesterartsillustrations.com/cgi-bin/test-select.pl?page=50 It works but needs a little work. Kenny
  7. kennygadams

    Formula to Format Search Results

    I'm trying to create navigation feature similar to what tek-tips.net did with theirs: http://www.tek-tips.com/threadminder.cfm?pid=219&page=10 Example: « ‹ 5 6 7 8 9 [10] 11 12 13 14 › » You can view my progress here: http://www.jesterartsillustrations.com/cgi-bin/test-select.pl?page=47...
  8. kennygadams

    Can PERL Be Used To Make Phone Calls?

    Hi, I want to develop a perl script that telephone's me when my server goes down. Can this be done with Perl? Kenny
  9. kennygadams

    Secure Shell (SSH) - Any Command Options For Top?

    Thanks, That's what I was looking for. Kenny
  10. kennygadams

    Secure Shell (SSH) - Any Command Options For Top?

    I can see the processes running in real-time by using the "top" command. What command do I use to view the paths to each process while running the "top" command? Kenny G. Adams
  11. kennygadams

    What SSH Command Shows Operating System Bit It Is Running (32 or 64)?

    Okay, it returned: i686 i686 i386 GNU/Linux Does that mean 64-bit? Kenny
  12. kennygadams

    What SSH Command Shows Operating System Bit It Is Running (32 or 64)?

    The following command returns the version of Red Hat that is running but it does not show if it is the 32-bit or 64-bit. cat /etc/redhat-release How do I determine whether this server is running a 32-bit version or 64-bit version? Kenny
  13. kennygadams

    Convert Localtime CDT to PST

    Thanks Annihilannic! I ran the following code in SSH and it worked. date -s "03/18/09 15:37:00" Kenny
  14. kennygadams

    Convert Localtime CDT to PST

    Hi Annihilannic, I'm running this on a Linux machine. Your code worked but it is ahead by 1 hour and the minutes are running behind by 15. The one thing in common between your code and rharsh's code is that they are both displaying 15 minutes behind the actual PST time. Is this fixable...

Part and Inventory Search

Back
Top