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 strongm 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. 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...
  15. kennygadams

    Convert Localtime CDT to PST

    Thanks Kevin! Hi rharsh, Your code works for me but the minutes are not matching the actual PST minutes. They seem to be off by 15 minutes. rharsh's code at work: http://www.clipartof.com/cgi-bin/get_time2.pl Kenny
  16. kennygadams

    Convert Localtime CDT to PST

    I updated the code because the hour processor was all messed up. I'm still having issues with the minutes not matching PST time. @months = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec); @weekDays = qw(Sun Mon Tue Wed Thu Fri Sat Sun); ($second, $minute, $hour, $dayOfMonth, $month...
  17. kennygadams

    Convert Localtime CDT to PST

    Hi, I'm trying to display my server's CDT as PST but I can't get the minutes right. The minutes are not matching the actual PST time but the hours do. Here's the code I'm using and you can see this function at work in the top-right sidebar at http://www.clipartof.com/ @months = qw(Jan Feb...
  18. kennygadams

    mySQL Remote Server Connection

    Yes, it's working now. The problem had to do with not have special privileges to access the server from a remote location. Thanks, Kenny G. Adams http://www.TheDodoReport.com/
  19. kennygadams

    mySQL Remote Server Connection

    Thanks for helping. I ran the following on the command line to give my remote server privileges for accessing the mysql database. Login to mysql as the root user mysql -u root -p Feedback from server: Enter password: Enter your root user password: XXXXXXXXX Feedback from server: Welcome to...

Part and Inventory Search

Back
Top