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

    Error on Automatic Build with Nant

    Hi everyone, I'm trying to use nant to automate a VB.NET project. Let me first give some background on the project. It was developed on my local machine where I have office 2003 installed. I need to run it from a server where office is not installed. When I try to run nant I get the...
  2. gfender

    Stop Execution Within Class Library

    Hi all, I'm trying to stop my program in my class library. If I put an 'End' statement the compiler gives me an error that "the statement cannot be used within a class library." I could do System.Threading.Thread.CurrentThread.Abort() but it throws an exception so my program doesn't end...
  3. gfender

    New PC Doesn't Power Up

    I've been troubleshooting and searching google for a soltion for quite some time and cannot figure anything out. I just bought a new Athlon 3000 CPU and Asus K8N motherboard with 512mb DDR 3200 RAM. I am using a 300 watt power supply that I've been using with a temp computer so I know it works...
  4. gfender

    Styling Checkboxes and Radio Buttons

    I found this interesting tidbit while browsing around this morning. It allows you to style different form elements by using Javascript and CSS. Check it out. ttp://www.gamingheadlines.co.uk/wod/formstyle/index.html. The author claims its an original idea but I feel like I've seen this done before.
  5. gfender

    Using # and ? in a URL

    I wasn't quite sure how to put this because I don't know the technical names for these two things otherwise I could find them on google. Basically I am trying to access a variable from the url using. The link is like the following: http://www.mydomain.com/mypage.php#id=35?action=go I tried...
  6. gfender

    Firefox target=_blank

    I've noticed an annoying thing that happens with Mozilla Firefox and the Tab Preferences extension set to open links in a new tab. I have a popup window that is fixed in size and contains links to outside sources. When i set target=_blank it opens it in a new tab since that is what the...
  7. gfender

    Different styles for a single input

    I've been messing with this for awhile and I can't figure it out (if it's even possible). I'm trying to have multiple styles within one input box. The problem is the value is translated as pure text with no html so the following wouldn't do anything: <input type="text" name="txt1"...
  8. gfender

    Slow laptop - Inspiron 5100

    I've been trying to diagnose a slow Inspiron 5100 for almost 3 weeks now with no luck. The bootup has been very slow all of a sudden and the mouse skips across the screen. It seems to be getting worse and worse as time goes on which makes me think it might be a hardware issue. A flash movie or...
  9. gfender

    802.11b connection problems

    I thought my solution to a friend's wireless networkproblem might help someone out there. A friend of mine was having problems with his new wireless network so i went over to investigate. His laptop was getting full signal from the router and the desktop he had was working properly with his...
  10. gfender

    Debian Laptop - No Screens Found

    Hi, I've searched this forum already but none of the previous threads helped with my problem. I have a Toshiba Satellite 1805-s207 with a 16mb Trident CyberbladeXP video card. I'm trying to install Debian 3.1 with kernel 2.4 and i can't get X to work. I've tried reconfiguring xserver using...
  11. gfender

    Linksys 4-port Wireless Router problems

    Hi, I'm working with a Linksys 4-port wireless router. Right now i'm just testing it out to see if it would be a usefule addition to the company. However, i'm having problems routing through while keeping it as a gateway. I have it connected on a LAN which is runs through a cisco switch. The...
  12. gfender

    python outputs to top of page

    Hi, I'm working with python server pages and trying to integrate an old ASP program in with the new python program. The only way i've gotten this to work is by using <script language=&quot;python&quot; runat=&quot;server&quot;> otherwise the asp will not run. Inside the the script statement i'm...
  13. gfender

    Cookie won't set

    Hi, I'm having a bit of a problem with setcookie(). I'm making a login script that verifies the cookie has been set and the person is loggedin. setcookie(&quot;logged&quot;,&quot;true&quot;,time()+600,&quot;/members&quot;) When i check this within the /members directory in my php script, it...
  14. gfender

    Storing a php created file

    I'm using GD 2.01 and I'm trying to store the created image on the server. I've tried looking for help on this and I've had no luck. Specifically, when I used the imagecreate() function, how do i save or copy it to a folder? Thanks for the help.
  15. gfender

    Session Closes on Refresh

    I've been trying to find out why my sessions close when I hit the refresh button. Does it have something to do with a new sessionID? I understand that when the browser is closed the sessions close, does refreshing do the same thing? If so, is there any way to fix this. Thanks. Gabe
  16. gfender

    Database lookup problem

    Hi everyone, I'm implementing a computer inventory system using ADO and python with SQL Server 2K. My problem is with the following code: def lookupHdw( barcode ): (hdwLook, success) = conn.Execute(&quot;SELECT emp FROM table1 WHERE CPU = &quot; + barcode ) Response.Write(...
  17. gfender

    Python ADO

    Hey everyone, I'm developing a Python web application for a computer inventory system. I'm trying to find information on ADO to connect to a SQL Server 2K database but I've found very few useful links. I've tried using ActivePython's COM browser but the database is located on a remote server...
  18. gfender

    SET type

    I'm still exploring all of the feature of MYSQL and I'm wondering what the SET type is used for? Can it be a replacement for an array?
  19. gfender

    Moving Clients to a New Parent Server

    I'm running NAV 8.0 on a W2k Server and am trying to move the clients from my old parent server by changing the registry of the old server. When I do this, the clients dissapear from the old server but do not appear in the new server. I've made sure both have static Ip's and also checked the...
  20. gfender

    Installing NAV 8.0 - Client doesn't see the parent server

    Hi all, I'm trying to do a client rollout of NAV 8.0. The NAV server is running on Windows 2000 Server sp3 and the clients are running NT 4.0 sp6a. When I try to rollout the client NAV installs successfully but it doesn't see the parent server so it cannot get the latest virus updates. Any help...

Part and Inventory Search

Back
Top