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

    POSTing a binary file using multipart/form-data

    Hi all, I'm trying to setup an ASP page to POST an image across to another page- essentially simulating what a browser does when you use <input type=file> in a HTML form. I'm able to correctly setup the headers etc and do the POST, but I'm unable to include the binary data of the image. The...
  2. clarkin

    SQL client refusing connections until alias recreated

    Getting an unusual problem today between our app server and our db server - things will run fine until suddenly all connections to SQL server will be refused. When this happens I can still see/access the SQL server machine from the app server, and can connect correctly (eg via QA) to SQL server...
  3. clarkin

    Browser trends/stats - your view?

    Anyone got some good browser usage stats? Here are the best I could find (as you can see results vary a LOT): W3Schools: IE 86.6% (http://www.w3schools.com/browsers/browsers_war.asp) Google Zeitgeist: IE 86.9% (estimate) (estimate in http://www.mozillazine.org/talkback.html?article=2923...
  4. clarkin

    Live Digital Clock with JavaScript

    From my answer to someone's question in the vbscript forum (thread329-674347). Try this in a new .html file, it simulates a digital clock using client machine's time: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;>...
  5. clarkin

    Changing how your browser closes windows - possible?

    Hi there, I was looking at http://www.siteexperts.com/tips/techniques/freeme/freeme.asp and was wondering if I could add the technique there to my browser. It looks like it would stop all annoying onunload popups. Basically i'd like my [x] button to run...
  6. clarkin

    Teaser: next version of SQL Server (codenamed &quot;Yukon&quot;)

    Thought this was interesting: http://www.aspfaq.com/show.asp?id=2465 Some very good improvements in the works, such as separate DATE and TIME datatypes... As big a jump as from SQL 6.5 to SQL 7? Posting code? Wrap it with code tags: CodeHere.
  7. clarkin

    GROUP BY using ranges of values

    Hi all, I've had a long look through the archives here for an answer to my problem with no luck. Here's the problem: I have a table of users and a time difference between start time and end time in the system (measured in minutes). Eg (simplified): UserNo TimeDifference...

Part and Inventory Search

Back
Top