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

    Connection to the Server cannot be established

    Does anyone know if there are any known issues with ColdFusion Studio not being able to show Databases in the DB view? Ever since I installed CF Sever 6.1MX, this issue has been present. Whenever I select the "RDS Server", I get the following error: "The connection to the server cannot be...
  2. powahusr

    Extracting a Structure from within an Array

    How do you extract a “Structure” that is inside of an Array container? I am working with a container returned in the “returnvariable” attribute called “myQueryResult”. <cfinvoke component="cf_components.testcfc" method="myFunction" returnvariable="myQueryResult"> When I do a cfdump...
  3. powahusr

    MX 6.1 not accepting SQLServer2000 DSN

    Does anyone know what’s up with MX 6.1 Server and setting up DSN’s for SQL Server 2000? I have an existing DSN "MyDSN" setup; however the MX 6.1 Admin doesn’t show it and won’t let me add it. There is some kind of hang-up over the username and password. Initially, my SQL Server installation...
  4. powahusr

    CF Installation Problem, &quot;Save CFM File&quot;

    I recently tried upgrading my CF installation from CF Server 5, to 6.1 MX. Everything seemed to go ok but when I access the CF Admin Page; my browser prompted me to download save the “.cfm” file that I was trying to view. I then uninstalled 6.1 and reinstalled CF 5 Server and experienced the...
  5. powahusr

    Research and proper Internet ethics

    Greetings, I thought that this would be an interesting topic to discuss in this forum, since there can always be a misunderstanding. I am looking to build on my Malware removal skills, I found a few posts in this forum that specified some resources such as web sites and downloads that are...
  6. powahusr

    Known Malware on the net

    Greetings, This may sound strange but do you know of any specific "programs" I can get (Download) on the web that are known to contain Malware, such as Trojan Horses, Spyware/Adware and Browser Hijackers? I want to do this for the sole purpose of testing different techniques of removing this...
  7. powahusr

    Remote Desktop Dilemma

    I would like to utilize the “Remote Desktop” feature to establish a session with my friends PC. After reading the literature, I think that there may be some issues. - We both have Cable/Broadband connections to the internet; however we are not part of a corporate network or anything like that...
  8. powahusr

    Cable Modems and Viruses

    Theoretically, can a Cable Modem be affected by a virus or some kind of malware and pose some potential problem? Cable Modems have firmware and are periodically upgraded from the Cable Company or otherwise Broadband provider. Just as a PC's BIOS can be "Flashed" or "Upgraded", so can a Cable...
  9. powahusr

    Cable Modems and Viruses

    Theoretically, can a Cable Modem be affected by a virus or some kind of malware and pose some potential problem? Cable Modems have firmware and are periodically upgraded from the Cable Company or otherwise Broadband provider. Just as a PC's BIOS can be "Flashed" or "Upgraded", so can a Cable...
  10. powahusr

    Windows 2000 Pro tool comparable to MSCONFIG?

    Is there a tool out there for Windows 2000 that is comparable to XP's "msconfig"? Thanks
  11. powahusr

    How do you measure your skills?

    How do you measure your skill level or get a baseline in a giving field whether it is Client/Server Programmer, Systems/Network Administrator, or a Software Quality Assurance Engineer? Are their industry standards, maybe a web site you can go to and compare your skill set against predetermined...
  12. powahusr

    Submit Button Value

    Is it possible for the "Submit" Button to contain some kind of value so that when the form is submitted, the specified value can be displayed in an action page through the standard "Form.WhateverSubmitButtonValueSpecified" format?
  13. powahusr

    IIS 6.0 and Windows 2000 Pro Compatibility question

    I would like to upgrade to IIS 6.0 from 5. I am running Windows 2000 Pro &quot;Workstation&quot;. I can only find the IIS 6.0 download for Windows 2003 Server and XP, but not for my O/S. Is it possible to install? If so, where can I find the right download? Thanks in Advance!!!
  14. powahusr

    Values not displaying in .ASPX

    I don't know what's going on with my WebMatrix IDE, but other than html elements, .NET Elements like Form items and Functions do not display when the page is loaded. I am running the page on my system via http. In the following example, the Time is suppose to be displayed, but it doesn't. I...
  15. powahusr

    Hi, I am currently learning ASP.NET

    Hi, I am currently learning ASP.NET, using WebMatrix. So far I do not like the WebMatrix IDE and I am looking into using another IDE. I see that VS.NET 2003 is a popular IDE, but it's kind of pricey, I'm only looking for an Individual user version product. I looked into Visual Basic.NET Standard...
  16. powahusr

    Login by &quot;Remember Me&quot; Cookie

    When a user opts to be &quot;remembered&quot; for future visits to a particular web site, does this pose a big security risk? Say I opted to be &quot;Remembered&quot; to a web site and that site requires a login account, won’t my login information be stored in the cookie on my hard drive? Say I...
  17. powahusr

    Cold Fusion related process consuming system resources

    Running CF 5 on a Windows 2000 Pro platform The process utilizing file &quot;ntConsoleJava.exe&quot; (in CF directory) is consuming the most Memory and CPU Time of all the processes running on my system. My system is operating very slugishly (Apps take long to load) despite having plenty of RAM...
  18. powahusr

    Question about String operations

    How can you return the value of a character at a specified position in a string? For instance, say I have the following string: &quot;Baseball, Football, Hockey and Basketball&quot; If I wanted to return the value of the character at positions 5 and 23 (&quot;b&quot;, &quot;c&quot;), how...
  19. powahusr

    Mailing Multiple reciepients

    My web host switched from QMAIL to Sendmail. I'm unfamiliar with &quot;Sendmail&quot; parameters, how do you use CC with Sendmail? Bellow is a segment of an email script in my cgi script. The value of Variable &quot;email2&quot; comes from a form. That email address does not receive an email...
  20. powahusr

    Coldfusion values not displaying in WAP Application

    I am learning WAP and I am working on building a simple application. When I view the application on the Phone Simulator, I can read the text written in the page, however, anything &quot;Coldfusion&quot; specified within the &quot;<cfoutput></cfoutput>&quot; tags does not display as expected...

Part and Inventory Search

Back
Top