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

    Change DPI before login

    I have a 1080P laptop that I would like to use the 125% scaling when I am using only the laptop screen. But when I am in my office and connected to my 2 24" monitors, I would like to use the 100% scaling. Is there a way to have this set BEFORE I login, so I don't have to go in and choose it...
  2. booeyOH

    Please Help - Random "Domain not available"

    Hello, I work at a youth center and we have a Windows 2000 domain for our computer lab (our whole center runs off a Windows 2003 domain, but the computer lab is separate). For no reason that I can easily discern, some users and/or computers (they are all acer and dell laptops) cannot get to...
  3. booeyOH

    Simple Folder Chooser Applet

    Does anyone know of a simple applet that just chooses folders from a local PC. I am wanting to incorporate it into an "intranet" config file tool (where a user would choose folders on their computer to save to a config file). I don't need the folder contents, just the path. i.e. C:\Documents...
  4. booeyOH

    Freeing Up Memory

    Hello, I have a script that does a lot of different things. In the process it racks up the memory to over 700mb. This is way too much. One thing I would love to do is free up some memory in the middle of the script (maybe after dumping some information to a database or something). The only...
  5. booeyOH

    Currency Format

    Hello, It has recently come to my attention that DOUBLE(10,2) may not be the best way to format my fields that hold US currency values. It seems as if DECIMAL(14,2) may be a better solution. My question is if there is any concern in going in and just changing the fields from DOUBLE(10,2) to...
  6. booeyOH

    Div Top & Left question

    Hello, Ok, if I have a relative div ("reldiv") at x,y coordinates 100,100 of the overall viewport. And inside "reldiv" I have an absolute div ("relabsdiv"). And I want to move "relabsdiv" to point 0,0 of the overall viewport, it only moves it to point 0,0 of the relative div. I understand...
  7. booeyOH

    Serial Port Problems

    Hello, I have a modem on the Serial Port and am trying to use PHP to read/write to it. I found this: http://www.phpclasses.org/browse/package/3679.html It seems like it would work great, except, for some reason, on this server, when I fopen("/dev/ttyS0", "r+"), it just hangs, doesn't give an...
  8. booeyOH

    PHP File/Load Size

    Is there a way , at the bottom of a script, to show how much, in size, was loaded for the script. For example, it is a 300kb php file that includes 2 600 kb files, so it loaded 1.5mb? Not even sure if I am thinking about this right, just want to un-bloat my scripts :) Thanks.
  9. booeyOH

    Lots of E_NOTICEs

    Does having a lot of E_NOTICE getting thrown slow down performance, on one particular page, I had about 2400 :) Any ideas? Thanks.
  10. booeyOH

    Insert Image from URL Into Cell

    Hello, I am working with a web app that exports a report into excel. So at this point I have the ability to just put text into a cell. Is there a way to put some sort of function, or something into a cell of excel that will be rendered as a web image. Thanks, Bryan
  11. booeyOH

    Table Conflicting with onMouseOver?

    Hello, I may be crazy but it seems like if I have a table inside a <div...> with a "onMouseOver" attribute, and you mouse over the "edges" of the table, it will trigger the "onMouseOut" event, even though it is still inside the <div...> Anybody heard of this? Thanks, Bryan
  12. booeyOH

    Simple Div Question

    Hello, When I put a <div> without a width property it defaults to 100%. Why is this, and is there a way to have it default to the width of the data in it? Thanks, Bryan
  13. booeyOH

    Disable Ctrl-Alt-Delete

    Hello, I have someone writing a program for me, a Kiosk type program, and we are stuck. If the user welcome screen is disabled, there is no way to keep a user from pressing ctrl-alt-delete and getting the task manager window. Help! Any ideas would be welcomed. Thanks, Bryan
  14. booeyOH

    Div &quot;Uniform&quot; Sizes

    Hello, I have a series of text strings, e.g.: "Morning Meeting" "Managers Quarterly Meeting" "Lunch Meeting" "Fun" etc. I would like to create a list of divs, with float:left, and a border around them, so they float nicely next to each other. The problem is that each div is a different width...
  15. booeyOH

    Z-Index ??

    Hello, Easy question I hope: I have 2 sets of divs that act as "drop-down" boxes. The parent div of one set has a z-index of 3001, and the second (below in the visual scope of the page) has a z-index of 1001). When I mouse over the "top" one, it goes "under" the second set of divs. So my...
  16. booeyOH

    Newbie Questions

    Hello, I have a web application that is an economic literacy program for kids, and one of the things we have is a fake point of sale portion. I would very much like to incorporate a receipt printer and cash drawer to work INSIDE of my PHP/MySQL web application without a ton of hassle. Is this...
  17. booeyOH

    Checking for a Div

    Hello, I newer to Ajax and have been using xajax. One problem I am having is that I try to execute some sort of action on a div, only to find out that it hasn't been "built" yet. So I get code that works sometimes and not others. Since you can't put <SCRIPT>runcodeatend();</SCRIPT> (because...
  18. booeyOH

    Detect to see if a Div exists

    Hello, I am doing some programming with xajax type stuff, and I have a problem that keeps creeping up on me. I have a function that runs at a certain point in the script (testfunction()), and it references a div (testdiv). It doesn't work sometimes because the the function runs before the div...
  19. booeyOH

    CSS &amp; Printable Area

    Is there a preset easy way to put a "div" around an area to ensure it will not get cut off when printing on a 8.5 x 11 page? Or some good tutorial on using CSS and printable web pages that someone knows about? Thanks, Bryan
  20. booeyOH

    Positioning Question

    Hello, Quick question, not sure if it will make sense, but here goes. I recently learned that if you aboslutely position an element inside another positioned element that has "overflow:auto", it will position it relative to that element (please see...

Part and Inventory Search

Back
Top