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

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

    how to show a nav bar the right way

    OK, so my designer made a really cool navigation bar but it's kinda stumped me as to the best way to display it without going nuts with lines of extra code. It has a mouseover which will change the blue tabs to green, and when you mouseover, the subnav will display. In addition, when you are on...
  2. progman1010

    turn off reconcile?

    is there any way to set my pearl to only reconcile on a set schedule or manually? I want to keep Wireless Reconcile on, but I just want to choose when I download messages.
  3. progman1010

    3D objects in strings

    Hello- this is more of a "why" question than a problem itself... It's easy to create and reference 3-dimensional objects: //example $ob->firstkey->nextkey; PHP syntax allows me to include a 2D object into a string without much trouble: echo "Some text and $var->thisval more regular text"...
  4. progman1010

    Script execution memory issues

    This problem happens intermittently. Sometimes the script executes OK, other times the script crashes due to PHP running Out of Memory. (and the sometimes is even with the same imported file and only 10 minutes apart) What the script does is take a CSV file sitting on the server and imports it...
  5. progman1010

    Undefined variables: should we care?

    So i understand the reason for defining variables from a historical standpoint: parsers needed to see these calls in order to allocate memory for variables before they're used. But now, PHP does this anyway, so do I really need to care? And if I do, why? _jay
  6. progman1010

    vista machine won't connect to server 2003 through VPN

    This might not be a Vista problem exactly, but I have had troubles as long as i've had vista on my laptop. I'm having troubles connecting to the network through the VPN. My XP Pro machine connects just fine. When I run the connection, it seems to connect and authenticate successfully- but I...
  7. progman1010

    fans making scary noises!

    I have a 1U Tyan B2881/GX28 rackmount Server. It's been running great for almost 3 years. However, just recently the fans started making noises. It's hard to describe in text, but i'll do my best.... It/they start up and slow down as if they lose power or are detecting that the case or cpu is...
  8. progman1010

    need to write member subscription routine

    i'm building a website will bill its members by subscription. i need to write the Renewal routine so we can collect the money on an ongoing basis. I'm wondering if you know of any resources to help me write a good program to do this, as this is the first time i have done this. the routine will...
  9. progman1010

    offline files won't connect

    I have several folders with Offline Files on my new Vista machine. I used to use XP and when I connected to the VPN, XP would automatically connect the network drives/folders. Then, synching was easy. Using Vista, I seem to have to restart the machine and then VPN before it'll connect the...
  10. progman1010

    Links stopped working in FF3

    Hello, Here's the site: www.taskmania.biz Everything worked fine in FF2 and IE7. When upgrading to FF3 for PC, all the links in the main content and the right column stop responding. What's the deal? Thanks in advance for your help and expertise.
  11. progman1010

    spam blockers

    hello! i have a site which is being built to allow people to send emails through it. It actually connects to an external SMTP server for sending from the website, but i don't know that it should matter for this particular issue. The main problem i'm having is that the SPF record for the sending...
  12. progman1010

    FF3 float left issue, works in FF2,IE

    here's the link: https://www.bniconnection.com/index.php?region_id=1&content=enroll/step1a (several pages on this same template) When i upgraded from Firefox 2 to 3, the layout broke. Specifically, the #main (content) area hops below the #left_content and should snuggle up at the top. It causes...
  13. progman1010

    trouble with external clients and SMTP

    hello. I have exchange 2003 with a remote user on Outlook 2003. I have set up his account so that he can connect to my exchange server through POP3 and download his messages (everyone else is on straight exchange mailboxes). However, he can't send messages through the server via SMTP. This is...
  14. progman1010

    funny issue- new pc fuzzes TV in Excel

    Here's one for you- we just got a new computer (HP M8330F) for the living room. We have our TV hooked up to a high-gain analog antenna on our roof. Channel 4 (ABC) comes in slightly fuzzy to begin with, but no audio interference unless we turn on a fan in the bedroom. Here's the kicker- the...
  15. progman1010

    problem with db backup script - running out of memory

    The point of the script is to backup up an entire database and output a mysql file. The script below works just fine on small databases, but i have a 136MB database that i'm trying to get it to run on and I'm having trouble getting it to finish running. (writes a partial file and dies) i have...
  16. progman1010

    sending emails internally and externally

    I have an Exchange 2003 server which downloads email from an external POP3 account. Most of my staff reside as Active Directory Users within the windows domain. Now the need has now come up to give a subcontractor an email address. I want to create this address on the external server and leave...
  17. progman1010

    error handler to redirect page

    Does anyone know of a quick and easy way to set_error_hander and have it redirect to a 'sorry, we've encountered an error...' page? I'm having trouble actually getting the redirect to work. here's my code so far... //my standard redirect function... function redirect($url,$clear=false) { if...
  18. progman1010

    browser-based HTML editing product?

    I am looking for a new product to serve my clients. I used to use editlet (http://www.editlet.com/) but it turns out that there are broken parts and the company doesn't even support this product anymore! What I like is: - central interface so i can manage all my sites - Simple FTP - I can...
  19. progman1010

    mail server and mass batch processing

    I wrote a mail script which sends emails by cron job once every 10 minutes. This way, i can queue up large volumes of mail into a db table and not worry about my individual scripts stalling. The problem is that with any volume over approximately 1000, the system sends 4 copies of the same email...
  20. progman1010

    looking for code/resource for vehicle lookup

    i've been searching around and i can't find it- i need some code to select american vehicles: 1- Select a year; 2- select Make; 3- Select Model/Body; See this page for an example: https://cfweb.esurance.com/CustomerFlow/CustomerFlowStandard/Vehicle1.aspx The key is that the boxes...

Part and Inventory Search

Back
Top