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

    outlook 2003 - outlook today button?

    Is there a way to display an outlook today shortcut in the navigation pane? So that I can see the button choices like: Outlook Today, Mail, Calendar, Contacts, Tasks Thanks!
  2. Inssider

    java applet + html form + local file writing?

    Hi I'm a fairly experienced programmer but have not had much exposure at all to Java. I've been trying to create a certain page within a framed site that would allow me to input 3 text items (via input type=text form) and have the information be written to a local file on the hard drive. Could...
  3. Inssider

    Opening ports on Mandrake 8.1?

    How do I open ports on a Mandrake 8.1 linux box? I have a network where one Mandrake 8.1 computer and a few Win32 computers are hooked up through a hub, and my cable modem is hooked up to the Linux computer. Now, I'm trying to create a Half-Life game server on my Linux computer, but it isn't...
  4. Inssider

    Changing an item's class with Javascript

    How can I make it so that by hovering the mouse over an item, it changes its class? I call a Javascript function through onmouseover(), but then I want the function to change the item's class. Does anyone know how?
  5. Inssider

    Forms and Stylesheets

    How can I set a separate and global style for different types of form inputs? For instance, a separate one for <INPUT type=checkbox> and <INPUT type=password>. I'd rather not have to go back through all my webpages and stick a class=checkboxform for all my different types of form inputs...
  6. Inssider

    Budge Computer Video Upgrade

    Hi, I recently purchased a low-cost computer system about six months ago. It's 500 MHz, 64 megabytes RAM, and, what I'm concerned about right now, only has a four megabyte ATI Rage Pro Turbo video card (chip?). Unfortunately, the card is built into the motherboard, but the motherboard has a free...
  7. Inssider

    A few questions

    How much is the speed at which PHP code is processed affected by code size? For instance comments increase file size. And is it worth the time to go back and clean up all my code to combine/shorten loops, database calls, etc. in order to speed up the scripts? Will there be a worthwhile speed...
  8. Inssider

    A few questions

    How much is the speed at which PHP code is processed affected by code size? For instance comments increase file size. And is it worth the time to go back and clean up all my code to combine/shorten loops, database calls, etc. in order to speed up the scripts? Will there be a worthwhile speed...
  9. Inssider

    invalid MySQL resource

    For some reason, I'm getting a: Warning: Supplied argument is not a valid MySQL result resource in library.php on line 6 whenever I run my script. It occurs whenever I try to use the mysql_numrows function or the mysql_result function (those are the two I was using). Does anyone know why?
  10. Inssider

    Flex scanner error

    Does anyone know why I'm getting this error? I'm not sure if this is PHP/MySQL related, but you can see it at www.strifeshadowzone.cjb.net. It says I have a Flex scanner error on line 0. Thanks
  11. Inssider

    MySQL Order By...

    I'm currently coding a forum of my own, and need some help. I have all the information stored in a MySQL database in the same table but on different rows (author, date, subject, body, etc.) and I would like the threads on the main page to be displayed in such a way so that the most-recently...
  12. Inssider

    Table creation without command-line access

    I've been trying to find a free hosting service that offers MySQL access. I've found two: www.surecity.com and www.jumpworld.net, but neither of them offer command-line access, and I really need to create MySQL tables. Could someone help me? Either by describing a workaround or by telling me a...

Part and Inventory Search

Back
Top