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

    Does CFLOCATION allow page completely load first?

    Does anyone know, will CFLOCATION allow images on the page it's redirecting from to load before redirecting? I don't see how it could unless it waits for a status reply from the browser before executing. The reason I'm asking is because I have a page that processes the inclusion of new records...
  2. drizzage

    Suddenly logged in as someone else

    My site has a common Aplication.cfm tag that checks the log-in status of each user. It saves the ID and token of each user in a cookie, or passes this information through the URL if cookies are not turned on. I think this is how it's usually done. Here is my application management tag...
  3. drizzage

    Getting distinct results

    This one should be pretty simple. I know very little about SQL, and can't seem to get a handle on it. I'm generating a graph showing the age ranges of all users who have submitted records. My query retrieves the actual ages, as well as how many users of each age. My current query: SELECT...
  4. drizzage

    Scheduled task timing out

    I have a scheduled template that needs slightly longer than 60 seconds to run. It’s timing out, and not allowing all of the processes to run. The problem is, I’m on a shared server where all scheduled tasks must be set through the administrator, and the host is not willing to extend the time...
  5. drizzage

    Charting recordcounts for each day of the month

    I'm using CF 5, and need to generate a graph of how many new records have been entered into the db for each day of the month. I also need to make sure that every day of the month is represented even if there are no new records to display for that day. I know that there must be a way to do this...
  6. drizzage

    Retrieving counts from multiple collumns (Crosstab?)

    I know just enough SQL to get by, and lately, I'm not getting by so well! I have a listing of records on my Web site that displays the total number of views each has received, along with last month's views, and this month's views. I'm currently running 3 separate queries, and using the...

Part and Inventory Search

Back
Top