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

    Weird behaviours of Javascript in changing CSS on value

    A very weird things are happening to me. 1. If I change the class of an Input Text field the value of the field is put at 0. So it seems that I have to save the value before changing the class, then I have to restore it. 2. It seems that it is impossible to change the CSS class again back to...
  2. SBonfiglio

    JQuery show menu OnMouseMove.

    Hello Folks. I have a customer who hates menus. She would like to see the menu the very few time she needs is, to make the selection and then hide again. The ideal situation should be to display the menu with a quick fade in, then, if the mouse stops moving, after a certain timeout the menu...
  3. SBonfiglio

    JOIN problems

    Hello to the community. I have a problem with joins. Being a novice in SQL I found joins very useful, so I started to use them everywhere in my application since I discovered that I have a problems with multiple joind - and in simple joins too - that failed. I have found that if I try to joins...
  4. SBonfiglio

    DIV Center function not working

    Folks, I can't understand why this function refuses to do it's kob. It is supposed to center a DIV in the window. function CenterDiv(n) { var myWidth = 0, myHeight = 0; if( typeof( window.innerWidth ) == 'number' ) { //Non-IE myWidth = window.innerWidth; myHeight = window.innerHeight; }...
  5. SBonfiglio

    Quirks and DOCTYPE modes

    Hello Folks. I'm experiencing a very strange problem This is the listing of a file that's driving me crazy. ============================================================================= <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html>...
  6. SBonfiglio

    Maximum TEXT field length

    Hello Folks. I'm dealing with a weird behavior that seems to affect all MySQL and I cannot find any documentation about. The fact is this: if I try to send to a db a text longer than 63000 (and some) bytes from somewhere that is not the Localhost console, the servers (all I have are 5.0)...
  7. SBonfiglio

    Incomprehensible - for me - Ebay XML grammatical error

    Hello Folks. I'm trying to read an XML formatted file via Altova but being a beginner in XML (and Altova) there is a problem that I can't understand and I would ask you to illuminate me. It is a complex problem also because it seems related to some non "well formatted" document, but the document...

Part and Inventory Search

Back
Top