Jump to content

rendrag

Member
  • Posts

    694
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by rendrag

  1. it may be accessible via the mouse's configuration utility. If it's not available there, then it's a function that's either built into the mouse and you won't be able to touch it ever, or it's just a setting that the manufacturer doesn't want you to tinker with, but may be made accessible in the future via software update.

  2. I'm a fan of the 22" Samsung 226BW LCD. I've been using it for about 4 months now and it's been super. I'm into heavy gaming and minor movie watching. The only downside I've experienced is that the height is not adjustable. For me, it means that my center speaker covers the bottom 6" wide x 1/2" high of screen real-estate if I'm reclining back in my office chair. Not the worst thing in the world, but something to consider

  3. Bill Gates said back years ago when pirating windows was first getting mainstream notice: if they're going to pirate something, at least it's Windows. We'll work on turning them into paying customers later.

    It's not in their best interest to sue every downloader because it costs too much and the return is too little. RIAA is suing for distribution and trying to collect hundreds of thousands of dollars (which is another discussion entirely), MS could only sue for essentially 1 count of copyright infringement... what's that, $750? They'll spend 5x that in lawyers fees. They have enough problems with antitrust issues in the EU to waste their time trying to sue every person who possibly pirated windows.

  4. no, I haven't personally used this product. Amazon's users give it generally good reviews, however there is a common consensus that they lack a viable customer support system, so it's almost a "use at your own risk" kind of thing. One of the reviewers recommended the Silex SX1000U as an alternative.

    SmallNetBuilder did a head to head comparison (in 2005) of those 2 devices... they were given essentially the same grade. I can only imagine the devices improving in the time since that review though.

    if I understand the technology correctly, bi-directional doesn't really help w/ spooling, just with getting data from the device (good for MFPs, ink levels etc...). In fact, I think the ability to print large documents is typically driven by the memory of the printer, and not the print server it's connected to, however I could be mistaken.

  5. that's actually pretty easy... you're going to use nested 'if' statements

    you can do this a couple ways. You can make this one large statement, or use a couple cells to do this. Based on what you typed, I'm not sure exactly how you want it set up. I'll do it as one large formula:

    =if(AND(B3>24,B3<25), F6, if(AND(B3>31,B3<35), G6, if(B3>36), H6, "B3 failed all the checks")

    to step through, here's what the formula does:

    if B3 is greater than 24 AND less than 25, return F6. If not, if B3 is greater than 31 AND less than 35, return G6. If not, if b3 is greater than 36, return H6. If not, return "B3 failed all the checks".

    you'll have to modify your sheet a little bit as the formula cell is on a different sheet than the values you're checking. To change the sheet references, put the sheet name and an ! in front of each cell reference:

    =if(AND(Sheet1!B3>24,Sheet1!B3<25), F6, if(AND(Sheet1!B3>31,Sheet1!B3<35), G6, if(Sheet1!B3>36), H6, "B3 failed all the checks")

  6. it sounds cool... so other software developers would code their software to support your centralized update package? Do you attempt to entice existing software developers to recode their software to work with your system, or is this geared more towards new software?

  7. hey fellas,

    looking for your suggestions regarding color laser printer. It seems that there aren't many independent review sites doing much with color lasers recently, so finding a suitable laser is more difficult.

    we're looking for something like this: Xerox Phaser 8560, but I'm not necessarily tied to a particular brand as long as it works.

    what do you guys use at your places of business? Ones I should look at, Ones I should stay away from?

    Thanks for the excellent help as always

  8. the lease time and circumstances are decided by the server admin of the DHCP server. The lease time is shown in the ipconfig /all.

    Your IP will change only if the DHCP server wants it to. For example, if the admins were to set up static leases for some reason based on relative geographic area (unrealistic but possible), and they needed the IP you had currently leased, when your lease expired, your IP would change to whatever the admin assigned to your device and whoever they assigned to your old IP would get it when that device renewed.

    In my home network, I can release and renew 1000x and get the same IP every single time. The DHCP server in my router sees no reason to change the same IP.

  9. I like the spreadsheet. I'll definitely use it to spec out my next system. One addition you might want to look at is have some data validation occur on the component and have a drop-down of components. That way if someone has 2 different sized hard drives, or 2 optical drives, or they don't have a particular product (separate CPU fan for example), they could replace it with something else, or not use it at all.

    Other than that, it's a dynamite sheet.

  10. @ Tripredacus:

    Yeah, TV moved in about 5 months ago. I couldn't wait to drop Cox Cable.

    @ Zxian:

    There's no particular reason it has to be mini-itx, I was looking at mini-itx specifically because of the size and my requirements. I hope Intel does a good job w/ the g45 chipset. At this point it looks like my best option if I want to go super SFF. I'll still look at micro-atx as there's certainly more head-room. I didn't know about SilentPCReview, so thanks!

×
×
  • Create New...