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

    browser-based code editor?

    anyone know of a browser-based version of a dreamweaver-type program? it'd be kinda nice to develop websites on the web. "Computer illiterate is a dirty word."
  2. sysadmin42

    dsub to bluetooth??

    does anyone know of an adapter where I can convert a D-Sub based monitor to bluetooth? I am sick of wires and want to do away with as many as possible. The PC I'm using already has bluetooth installed. "Computer illiterate is a dirty word."
  3. sysadmin42

    Using XAMPP

    I just heard about XAMPP and have a possible application that I'd want to use on a Windows CE device. Any idea if I can use XAMPP on WinCE? If not, does anyone know of anything portable (other than Flash Lite) where I could design a website that can be used on a PDA? (because I don't want to...
  4. sysadmin42

    DW bug - extra code from nowhere

    I have downloaded the trial of DW 8- I don't want to purchase a buggy product, of course. The problem is a little hard to recreate because I can't see the problem exactly until after it happens. Here are the steps I've taken: 1. Open a file 2. edit a few things, delete some lines, write some...
  5. sysadmin42

    Extended features, pros & cons?

    I know that there are a lot of extended features out there within a MySQL db, such as linking the primary ids of a table. When using MySQL with PHP, is it really necessary to go through these extra steps to set up? what are the benefits and downfalls to using these features? "Computer...
  6. sysadmin42

    get phone mac address

    does anyone know a way to let a wap-website determine a phone's MAC address or at least have a way to uniquely identify the phone? "Computer illiterate is a dirty word."
  7. sysadmin42

    how to detect if headers have been sent

    I have a simple redirect script that helps me save some typing and also gives some nice added functionality for popping around various areas of my site: function redirect($url,$clear=false) { if (!$clear) { //if clear is true, then it will skip the session vars and all. //check for session...
  8. sysadmin42

    copyright on graphical elements

    not sure if this is the right forum, but y'all always have great advice anyway... I create automation systems for my clients' websites- the "backend." To help them feel like they're paying for something substantial, I want to make the GUI design look more like an MS Office application (since...
  9. sysadmin42

    floating div issue- won't float

    I have a div layer that I need to stay visible as I scroll down the page. It works fine when I set up the internal contents to load with the page. The problem is, I am using AJAX to dynamically change the contents of the div. Once I do that, the layer won't move when I scroll. Here's the...
  10. sysadmin42

    slow internet

    i have Symantec Client Security with Groupware running on a Win2003 box. All the clients connect to this server and the server serves as the gateway to the internet. After installing Client Security on this machine, the internet is running really slow. It seems as if the clients are...
  11. sysadmin42

    secure script advice

    I wrote a script that is pretty cool in its function. Here's the overview: you have a db form page and on this page there's a hidden <iframe>. When you update a field in the form (onchange='update_database(...)'), javascript calls a page into the iframe that runs an update query. This saves...
  12. sysadmin42

    cross-browser compatibility issues w/ floats

    here's the page: http://www.jaymunda.com/temp/calculators/tools.html the css is under http://www.jaymunda.com/temp/css/peoples_css.css The CSS works fine in IE 6.0 for Windows. All other browsers are terrible and I'm pulling my hair out! Anyone know how to fix this issue? I really need to...
  13. sysadmin42

    looking for Mac Browser emulators

    a few months ago, I saw a post that linked to a few websites where you could use the host's system and test your website for Safari, Firefox for Mac, etc. Some were paid subscriptions and others were free. Any idea about either the post or where some of these are "Computer illiterate is a...
  14. sysadmin42

    roaming profiles dying

    My server W2003 and I have a workstation running XP Pro. I have roaming profiles set up for the two users that occasionally use this same machine. First logon for user1 is fine, no folder exists on the machine and windows copies everything from the server correctly, and on the logoff syncs...
  15. sysadmin42

    auto logoff a user

    Is there a way to log off a user at a specific time? (Without regard to the amount of time the user has been logged on) i.e. at 7:00 P.M., the computer warns the user and then logs off. (Warning would be nice, but not necessary.) "Together we can make 'computer illiterate' a dirty word."
  16. sysadmin42

    emails are getting lost - help!

    Here's what happened so far- I had to reinstall IIS, and therefore was forced to reinstall Exchange 2003. I have the POP3 connector downloading from individual mailboxes on the external POP server and delivering them to the mailboxes. Now, none of the emails are being routed to the...
  17. sysadmin42

    mod_rewrite goes in wrong directory

    Here's the rule I created: RewriteRule ^page/([a-zA-Z0-9]*)/ index.php?content=$1 That in and of itself actually works fine. Example: www.mysite.com/page/samplepage/ changes to index.php?content=samplepage. The problem is that all of the links and images are wrong. The links are all relative...
  18. sysadmin42

    rewrite the domain using mod_rewrite

    I'm new to using mod_rewrite altogether. But does anyone know if it's possible to use it to rewrite the address bar entirely? Don't worry, I'm not trying to do anything illegal like spoofing, but I have an application that may need to change the domain name at some point. My alternative is to...
  19. sysadmin42

    system attendant is lazy

    Here's the email that the system attendant sent me both times it's run: The Microsoft Exchange Server Mailbox Manager has completed processing mailboxes Started at: 2006-02-17 00:00:35 Completed at: 2006-02-17 00:00:35 Mailboxes processed: 0 Messages moved: 0 Size of moved messages: 0.00 KB...
  20. sysadmin42

    doing more math in a query

    Hi. here's the code: $result=doQuery("SELECT high_estimate,low_estimate FROM projects WHERE status IN (SELECT id FROM project_status WHERE name LIKE '%In Progress%')"); while ($line=mysql_fetch_assoc($result)) { $high+=$line['high_estimate']; $low+=$line['low_estimate']; } This gives me...

Part and Inventory Search

Back
Top