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 Chriss Miller 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: piote
  • Order by date
  1. piote

    Transfering javascript to a content page

    Thank you for your answer, but as I said, I am a newbie, I don't quite understand what to do. Could you show me how to do this? Regards, Piote
  2. piote

    Transfering javascript to a content page

    Hi, I have the following javascript: <script language="javascript" type="text/javascript"> // Global variables. var numSeconds; var timerId = null; var timerInterval = 1000; var numUpdates = 0; // Handle OnLoad event. window.onload = Window_OnLoad; function Window_OnLoad() {...
  3. piote

    Big Endian float conversion

    Thanks for help! Regards, Piote
  4. piote

    Big Endian float conversion

    Hi, I am trying to convert a Big Endian data file to something readable on most Windows PCs. I do ok with integer data but I cannot convert the floating points (32-bit IEEE). 1) Is it possible for a BinaryReader to account for Big Endian, such that .ReadSingle() would return the correct value...

Part and Inventory Search

Back
Top