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

    Update Query Help

    I have a table that has product_id, product_price, product_category, product_price_discounted I want to update the product_price_discounted by multiplying the product_price by .85 for all items where product_category = 1,2,or3 This is new to me so I'm needing some help.
  2. kellan4459

    Someone used my paypal account

    I woke up Saturday morning and noticed my laptop would not start any programs. I went into safe mode and ran virus scan and low and behold I had a trojan. I then restarted the system and ran it again and I had another trojan. Both are removed. I woke up this morning and found that I had a...
  3. kellan4459

    execute query every 2 hours

    I need to execute a script every 2 hours. I'm looking for a clean way to do this without the system being tied down.
  4. kellan4459

    basehwiis32 not found

    I have a system that is coming up to a stop: c0000135 component not found blue screen. The component is basehwiis32. I can not find this anywhere or on any of my other xp systems. What is this and how can I get this repaired to get the system back up without losing data on the system?
  5. kellan4459

    div flowing over

    I have the following design <div class="bodycontainer"> <div class="contactLeft"> email address map </div> <div class="contactRight"> contact form </div> <hr> </div> <!-- bodycontainer --> css has .contactLeft { float: left; clear: left; } .contactRight { float: right; clear: right; } The...
  6. kellan4459

    Workgroup Computers Not Communicating

    I had a BEFSWR Linksys router with a Vista Desktop wired and an XP laptop wireless. The Vista worked as a File Server and I had no problems communicating. I got a new router Linksys WRTU54G router and set up the wireless ssid and wep identical to the previous router. The only notifiable...
  7. kellan4459

    CSS Utah shapes stacked

    I am trying to create a page that will fill in the inner square with information, images, and links. What I have is a main div that contains a rowdiv. The rowdiv has a left div that has a short paragraph, then a rightdiv that contains to addiv's that are stacked. The addiv's are a little bit...
  8. kellan4459

    JLabel updating StatusBar

    I have three classes (StatusBar, ImageGUI, ImageLoader) the status bar class is nothing more than a JLabel that I instantiate in the ImageLoader class. In this class I update the text of the JLabel throughout the class. I then have my ImageGUI which has an instance of ImageLoader. I add the...
  9. kellan4459

    WaitWindow

    I am trying to get a better understanding of how WaitWindow uses a string. I have several WaitWindow calls that are working properly but then one doesn't work. The only thing that looks different is it has a dash (-) in it. I have tried escaping the dash with a backslash (\) and several other...
  10. kellan4459

    start external program and continue

    I am trying to start an external program. When I have the following code it opens a new command window. If I remove the start in front it opens the program as expected but also as expected you don't return control to the Perl script until the application closes. What am I missing that may be...
  11. kellan4459

    New to CSS having trouble converting design to divs

    I am new to using CSS instead of table design. I was trying to convert the site www.mphs97.com to divs instead of the current table design. I am having trouble getting the text to be in the center div as well as aligning the bottom div. I can't get the left, center, and right portions to have...
  12. kellan4459

    automated install of apache, php, mysql

    I am looking for an install that doesn't require any user intervention when installing apache, php, mysql, and phpmyadmin. Is there any such install available? I would like to be able to package a batch file to run the install and put my test sites in the web directory. Any thoughts?
  13. kellan4459

    Form to XML in PHP

    I am trying to create a web application that will use forms to add to and edit an xml file. The XML back end will be used as a database basically. I have created classes to parse the xml into an array of entry objects. I have a function that I can call to display the object. I'm new to xml...
  14. kellan4459

    xml to object

    I am using the create_xml_parser function along with the starttaghandler and endtaghandler functions. I have a class called entry that stores values for each entry created. I want to parse my xml file and in starttaghandler I set the current tag name and if it is equal to entry I want to...
  15. kellan4459

    Batch FIle to create database

    I am trying to create a batch file to create a database and populate it with create table statements. I can't figure out why it will not create the database and load the tables. I have the following in my batch file /mysql/bin/mysql.exe -vvv -u root -pcs3911 < C:\mySql\test.txt and the...
  16. kellan4459

    window.location with embedded echo

    I have the following on a button onClick="window.open('<?php echo URL_ROOT."common/applicantHelp.htm#accountA"; ?>','FAMS HELP','scrollbars=1, resizable=0, toolbar=0, height=500, width=650');" it works in Firefox but not in ie, I can't seem to locate the issue myself so I need extra eyes...
  17. kellan4459

    php two sessions created

    I haven't found a definite answer to this on the forum but I have a page that verifies that the login is correct and if so it sets a session variable if ( $success ) { /* Username is set as a session variable with slashes */ session_start(); //session_register("username")...
  18. kellan4459

    hp 1000 win xp printer offline

    Every morning when my boss turns on his computer his hp laserjet 1000 is offline. He uses XP Professional. The steps I have taken thus far is just download the latest drivers from HP and reinstall the printer. But to get it working again I actually have to uninstall the usb drivers and the...
  19. kellan4459

    Possible DNS Network Connectivity Issue

    I uninstalled the DNS and reinstalled the DNS on a 2000 Server. Since then computers on the network are losing connectivity to network resources and having to restart in order to access these resources. The original dns was heritageproperty.com and I changed it to heritagedomain.com. The...
  20. kellan4459

    Terminal Server Microsoft Office Profile Issues

    I have Microsoft Office loaded on a Terminal Server. I have set up the Active Directory to map profiles and TS profiles to the D:\dept, where dept is the department of the user, of the server. The users profile is saved to the D: drive and loads from the D: drive fine. The problem I am having...

Part and Inventory Search

Back
Top