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

    A different kind of pager

    Hi, im working on a pager for a client. Here's how it should work.... Let's assume we've got many products. I don't want to show them all at once. But let's say 10 per page. The pager should not display all pages as links, but it should be configurable. Let's say I want to show a maximum of 10...
  2. webron

    Dynamic sitemap generation

    Imagine a dynamic website. The site consist of sections and pages. home intro vacancies vacancy 1 etc contact sections and pages are stored in separate tables stblsections ---------------- SectionID int (primary key) Title varchar parentSectionID sortorder int stblpages...
  3. webron

    summing to a total

    country ---------- countryid pooleid countryname pool ------------ pooleid poulename game ------------ gameid pooleid homecountyid awaycountyid prediction ------------ predictionid userid gameid scorehome scoreaway predictedscores --------------- userid gameid countryid score (0, 1, or 3)...
  4. webron

    Calculating Average time with bussiness hours taken into account

    My order table consist of 2 fields Time_RX (datetime) dateTime order has been placed Time_TX (datetime) dateTime order has been handled Now I have to calculate the responsetime between placing an handling, with bussiness hours taken into account! What I mean is: Suppose Bussinesshours : 08:00...
  5. webron

    simulating a space when using cfexecute

    I'm writing a little program, that calls a small dos-exe, I try to use the output of this exe in my script. The problem is that the exe is exepecting a key stroke [hit any key to continue...] The code looks like this: <cfexecute name=&quot;C:\WINNT\SYSTEM32\CMD.EXE&quot; arguments=&quot;/c...
  6. webron

    Shopping Cart template

    Hi,<br><br>I'm asked to develop a shopping cart for a friend of mine.<br>And i'm a bit lazy :).<br><br>So I was wondering : Is there a (non-encrypted) simple shopping cart template out there?<br><br>I've downloaded some templates from allaire, but all the really important pages were encrypted...
  7. webron

    dsnless connection

    As of today i've got an account with domaindlx.<br>They're running CF-express (stripped down version of CF).<br>The problem is that I don't have access to the CF-administrator. So there's no way I can create a datasource.<br><br>Is there a way to establish a DSN-less connection to my DB?<br>(I...

Part and Inventory Search

Back
Top