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

    What is the best approach to user authentication?

    So I'm setting up a php/mysql driven website on our company's intranet. I need to setup username's and passwords for different individuals because they all need access to different parts of the site. Now I'm reading up on how to do user authentication. One way I am reading about, involves...
  2. Jakobud

    Print/Scan/Copy on OfficeJet G55 over wireless printer server?

    I was thinking about buying a Linksys wireless print server for my OfficeJet G55. I know that with this setup, i'll be able to print from any computer in the wireless network. But will I be able to do other things like scan and copy (from software)? I just question this because I would think...
  3. Jakobud

    Module for hostconnections and shares on my LAN?

    I am using ActivePerl on Win32 and I am having a hard time finding what module/command I need to use to logon to another host or server on my local network. If I have this host: computerHost and this share: my_share I want to be able to specify a login and password and connect to that...
  4. Jakobud

    Very basic string conditional question...

    So I am just picking up Perl to learn and this simple string conditional is boggling my mind. Where is my syntax incorrect? my $var = "hello"; if ( $var == "goodbye" ) { print "goodbye everyone!"; } else { print "no goodbye's today"; } my output: goodbye everyone! What is up with that...
  5. Jakobud

    Forcing remote reload of PHP page after database change...

    I have a bit of an odd question. I'm developing a mysql database and have users access the data via homemade PHP pages that query data. When the user(s) open the PHP page or query on it, it fetches the data from the database and then refreshes the page showing the new data. If something in the...
  6. Jakobud

    Block all IP's/MAC's except what I specify?

    I have Windows 2000 Server running on a machine on our LAN. There are only certain computers on the LAN that I want to give access to this server in order to regulate bandwidth and stuff. So I want to basically block all computers except the ones I specify. Well at first I tried to just load...
  7. Jakobud

    IE6 ignores my simple CSS styles?

    Take a look at this test page here: www.jakobud.com/cssTest.php Mozilla of course shows the text in red and at 8 pt. like the style tells it to be, but in IE6 it completely ignores the style. What am I doing wrong? How do I make styles that are the most cross-browser compatible? Thanks! Jake
  8. Jakobud

    Block all but specified MAC's/IP's/Hosts on a LAN?

    I have Windows 2000 Server running on a machine on our LAN. There are only certain computers on the LAN that I want to give access to this server in order to regulate bandwidth and stuff. So I want to basically block all computers except the ones I specify. Well at first I tried to just load...
  9. Jakobud

    Block all but specified MAC's/Hosts on LAN?

    I have Windows 2000 Server running on a machine on our LAN. There are only certain computers on the LAN that I want to give access to this server in order to regulate bandwidth and stuff. So I want to basically block all computers except the ones I specify. Well at first I tried to just load...
  10. Jakobud

    Simple PHP file uploading script... can't upload anything > 1 meg...

    Hello everyone, I followed a simple tutorial online for using PHP to create a form on a page to allow me to upload multiple files to my website. However the problem i am facing is that it doesn't seem to upload anything greater than approx 1 meg... When I choose a big jpg (like the 5 meg one I...
  11. Jakobud

    Win2k Terminal Services... how to remotely run an .exe

    Sorry this question is for Win2k Pro, not Server but I think it applies more to the questions/people in this forum. I have two Win2k Pro machines. I have terminal services running on one of them. On the other I am able to telnet into it and traverse through the directory structure. What I want...
  12. Jakobud

    Where is the 'cutout' command?

    In the help file it refers to a 'cutout' command that is 'suppose' to be under Objects > Path > Cutout... " To cut objects by using the Cutout command: 1. Select the object to use as a cutter, and position it so that it touches the object to cut. (To retain the original selection, save a...
  13. Jakobud

    Basic CSS question (I think)

    Every single CSS tutorial I look at just talks about how to change the appearence of your entire website using linked style sheets. Adjusting text and link decoration and colors etc... But what I can't seem to find is how to control the overall layout of all the pages on your website using a...
  14. Jakobud

    File \ntknrlmp.exe cannot be loaded?

    Okay, so over the past few years I have done dozens in Win2k installs. But today I encountered a roadblock that I could not get passed that I have never seen before. I had a harddrive with Win2k on it and I was gonna put it with a new mobo and memory. So I decided to do a clean Win2k install. I...
  15. Jakobud

    Looking for smallest FlexATX mobo w/ or w/o pci/agp ports but w/ TVout

    Here is what I want: 1. Smallest mobo possible (flex atx preferably) 2. Capable of running ~1.2Ghz (Athlon or PIII/p4) 3. TVout 4. Stereo sound out 5. Does NOT have to have any PCI or AGP ports. 6. DDR capable would be nice but not necessary. Does anyone know of any? Jakobud
  16. Jakobud

    What would I use to learn some network programming?

    I want to make a couple small programs. Basically these two programs would both exist on the same LAN and would be able to communicate with eachother, sending files back and forth. If you know anything about a Render Farm, that's sort of what I am going for here. Have one computer act as a...
  17. Jakobud

    Autorefresh a page (just once) that is in an IFRAME

    Okay this is sort of a unique challenge maybe...I have a webpage with an IFRAME in it. The contents of the IFRAME are automatically generated every hour from some calendar creation program. So when people visit this webpage, I want the IFRAME contents to automatically refresh just ONCE upon...
  18. Jakobud

    can't seem to get onMouseOut to work with Opera...

    Anyone tried this? I wrote a little javascript to swap the visiblity of two layers for a mouseover type of effect. The onMouseOver works, but the onMouseOut doesn't. I'm pretty sure it is the actual onMouseOut command that is the problem. By the way, I'm talking about the Opera browser...
  19. Jakobud

    Hide a layer w/ onLoad before layer definitions?

    I have a group of images all with individual id's. When the page loads I want them to be initially hidden (until some mouseovers cause them to become visible). The only way I can think of to do this is using the onLoad command in the Body tag. But the problem here is that those images are not...
  20. Jakobud

    Position:Relative .....relative to what???

    Okay, I obviously understand the difference between absolute and relative. But when using position:relative to position something with CSS...where do you specify what you are positioning relative to? 'Relative' means 'with respect to something else'. So where in the code do you specify it? I've...

Part and Inventory Search

Back
Top