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 Rhinorhino 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: xtendscott
  • Content: Threads
  • Order by date
  1. xtendscott

    Excel - Macro to copy a worksheet to other workbooks

    I currently have 100+ workbooks (seperate excel files but all the same basic workbook) and wanting to update them to include a new worksheet that adds additional calculations on some of the data within the current workbook. Copy worksheet from A.xls to b.xls, c.xls, d.xls, ect.(within a...
  2. xtendscott

    DMOZ edited a Submission and screwed it up.

    OK, I appreciate the fact that the Site was added, but they used very little text I provided and got facts wrong. It seems the editor visited the site and read a small portion then made changes to the description. Put in another person's name that was mentioned on a page they read as the...
  3. xtendscott

    Email Rules on Two Computers?

    Client has SBS 2003, has external pop3 accounts setup in the client that want to be routed to specific folders. We set up the rules on one and it works, then import them to the other(and have accounts setup too) and it says next to the rules "Other Machine". Is there a way to get Exchange to...
  4. xtendscott

    Migrate from Server 2000 to SBS 2003

    OK, I got a new box and wanting to put SBS 2003 on it. I currently have Server 2000 as a DC and File Server. As I understand SBS 2003 wants/needs to be the DC. Is it possible to connect the SBS 2003 as a Backup Domain Controller(BDC) then Promote it? I don't really want to have to...
  5. xtendscott

    Copying Database, primary keys, and indexes.

    I have a MSSQL database on a web host, where I have a web application that I want to create another similar one. Rather than having to request a backup of the database then restore to another database, I tried copying the tables over. This copied the tables and data, but primary keys, indexes...
  6. xtendscott

    Remote VPN User Doesn't see the Active Directory Listing

    A remote user, recently had a computer Virus or something that caused nearly all services to be turned off. We pretty much have him going again and functioning, but we had a Shared Printer at his location that was Printing from a server application at our local Network. We are able to get the...
  7. xtendscott

    Installing MSDE fails?

    I am trying to help a company install a software app that also uses MSDE sql server. The install appears to nearly complete and towards the final stages, the progress bar reverses and then exits. There are no errors reported but the services are not installed. Users have administrative...
  8. xtendscott

    RegEx with Coldfusion - RewriteRule

    I was hoping there is someway similar to the Apache RewriteRules for Coldfusion? Example: RewriteRule ^/inventory/(.*)/(.*)-(.*)-(.*).html /inventory.php?year=$1&color=$2&make=$3&model=$4 It seems much simpler than to use FindNoCase("/inventory/", #mystring#) and then parse out the other...
  9. xtendscott

    Turn Off Windows Firewall Policy?

    What policy and where do I turn off the policy that does not allow users to turn off the firewall in XP? THanks. xtendscott Web Site Design | Cryosurgery | Walla Walla Portal
  10. xtendscott

    Printing back through VPN to remote office.

    SBS 2003: We have a remote office where a user connects to the server through VPN to use an old server based software. The software originated in DOS and the printing aspect has not been developed to use client based installed printers, but the server has to have the printer installed to print...
  11. xtendscott

    Disable user from Exchange server. In SBS 2003.

    User has a login to the domain but needs email sent to external email address. Currently "some" of the email to the user is being caught in the exchange server. What needs to be disabled in SBS 2003 exchange so user's email goes to external email account. xtendscott Web Site Design |...
  12. xtendscott

    SBS - Exchange keeping email based on a Users Name

    Not sure if this is best in 2003 forum or the Exchange. I consult with a small business that has SBS 2003, I have a login account on their network but do not use the exchange for my email. I have not been getting some email because the exchange server sees my name and associates me as having...
  13. xtendscott

    SMB 2003 - exchange forward email to primary address

    Not sure if this is best in 2003 forum or the Exchange. I consult with a small business that has SMB 2003, I have a login account on their network but do not use the exchange for my email. I have not been getting some email because the exchange server sees my name and associates me as having...
  14. xtendscott

    Win98 to XP PRO Upgrade - HD and CD not found

    I got a retail XP Pro Upgrade and removed some known conflicting software apps and drivers. After one of the first reboots and gets back into the Upgrade process, the HardDrive and CD become Lost. I Even tried to put the HD in a different computer to get past this if it was a Hardware issue...
  15. xtendscott

    Exchange Svr 2003, POP3 connector missing email?

    Small office migrating to SBS 2003 and exchange server for email. POP3 connector was pulling down email and was working correctly. Right around the same time SP1 for Server 2003(not exchange sp1) the connector was retrieving email but it did not appear in the user mailbox as before. User...
  16. xtendscott

    Adjust for Time Zone Differences?

    I have a host in Eastern Time and I want the time in Pacific time. (3hr difference). What is the best way to set Mytime = now() - 3hrs? I haven't dealt much with time manipulation. Thanks in advance. XtendScott Walla Walla Info - Web Design
  17. xtendscott

    Cache an image or Temp Copy from another site?

    I have a site that gets a "Weather Forecast" image. And seems to slow the page down fairly significantly. Is there a way to get the image and cache it for a period of time(30min) so the page doesn't get the image for every page view? Any suggestions? xtendscott Web Site Design and CF Programming
  18. xtendscott

    How to "Ping" the blog notification sites?

    I have just setup a RSS feed on a site and I was hoping to get advice on how one would "Ping" sites like: http://rpc.pingomatic.com/ automatically with ColdFusion when a new artitcle/post was added. This is a popular practice in the blogging community, I am just trying to see how that could be...
  19. xtendscott

    Dealing with Time Differences?

    I have a site that displays an RSS feed(parsed through CF) I am going to stor it in the database then check say every hour to grab the feed again, rather than get it every page view. What is good way to deal with Time differences? Hour() or minute()? DateDiff("H",origTime, #now()#). Would...
  20. xtendscott

    Validating a file exists before CFHTTP?

    I am grabbing a RSS feed from my blog on another site. I was just noticing that my blog site was "down" for a short time, and created an error on my site trying to display the feed. How can I do a quick check to see if the "domain.com/blog/rss/" feed exists before grabbing the content to...

Part and Inventory Search

Back
Top