User Profile

Collapse

Profile Sidebar

Collapse
ktrw25
ktrw25
Last Activity: Jan 22 '08, 03:11 PM
Joined: Feb 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ktrw25
    replied to Postgre subquery help
    Thanks, worked great.
    See more | Go to post

    Leave a comment:


  • ktrw25
    started a topic Postgre subquery help

    Postgre subquery help

    Is there a better way to write the statement below with postgre. It works fine, wondering if there might be a way with with only 1 extract. I just need only results returned if they fall on a 10 minute interval. Thanks.

    SELECT * FROM t1
    WHERE EXTRACT(minute FROM timestamp) = 0 OR
    EXTRACT(minute FROM timestamp) = 10 OR
    EXTRACT(minute FROM timestamp) = 20 OR
    EXTRACT(minute FROM...
    See more | Go to post

  • ktrw25
    replied to run code on session destroy
    in PHP
    Unfortunately that code runs when you refresh the page and when you click the close button. I only want it to happen when the page has been closed
    See more | Go to post

    Leave a comment:


  • ktrw25
    started a topic run code on session destroy
    in PHP

    run code on session destroy

    I need to find a way when a user closes the browser (not a refresh), to make a log entry into a txt file of the date/time logged out. I have a logout function, but it only works if they hit the log out button. I need to be able to run some code to see if a session is destroyed on the server to make a log entry. Users will be frequently logging in/out & I need to record each entry, so a cronjob will not work. I have not found a way in javascript...
    See more | Go to post

  • ktrw25
    replied to onclick Help
    I'll try those and post my results....
    See more | Go to post

    Leave a comment:


  • ktrw25
    started a topic onclick Help

    onclick Help

    I have an editor that has a minimum, maximum, & current value.
    Example Min: 20, Max: 100, Current: 50

    The current value is displayed in a text box & I have buttons that can increase or decrease the current value (using javascript) depending on the button clicked. This is working great, but when clicking one of the buttons the current value will only change once.

    Example: if the current value is 50 and...
    See more | Go to post

  • ktrw25
    started a topic Set system time using PHP
    in PHP

    Set system time using PHP

    Is there a way to set the PC system time using PHP?
    See more | Go to post

  • ktrw25
    replied to help using external javascript in div
    Awesome, works great. That's exactly what I wanted it to do.
    See more | Go to post

    Leave a comment:


  • ktrw25
    started a topic file placement

    file placement

    could anyone tell me if there is a common standard on placing web files for apache. I'm building a website that includes external javascript, A main page with a menu that calls subpages that contain their own javascript files. I'm needing to know the best way for organization & security. Thanks
    See more | Go to post

  • ktrw25
    replied to help using external javascript in div
    No the stylesheet does not work either.
    See more | Go to post

    Leave a comment:


  • ktrw25
    replied to help using external javascript in div
    Replacing that code didn't seem to help matters. Can IE not use an external script from a dynamically created div or am I on the wrong track?
    See more | Go to post

    Leave a comment:


  • ktrw25
    replied to help using external javascript in div
    IE acts like it is not loading the external script
    See more | Go to post

    Leave a comment:


  • ktrw25
    replied to help using external javascript in div
    A button on the main page calls Panel() which gets the html from PANEL.php This is then displayed in a div on the main page. all the html shows up fine, but the javasript does not work in ie. Works fine in FF.

    //**********funct ion that gets the html that we need ****
    [CODE=javascript]function Panel () {

    var returnajax = function(o){
    //returned response is html
    var html = o.responseText;...
    See more | Go to post
    Last edited by acoder; Aug 2 '07, 09:47 AM. Reason: Added code tags

    Leave a comment:


  • ktrw25
    started a topic help using external javascript in div

    help using external javascript in div

    Hello, I'm using the Yahoo UI to create a Panel in a custom application. I use ajax to request html from a php page to create the panel. The php page echo's out the entire html page including the src for javascript (which is an external file) for the html page. The returned html is then made into a div with a z-index of 6 to make the panel. This panel has buttons that use functions from the javascript that was passed back from the php page. The buttons/javascript...
    See more | Go to post

  • ktrw25
    started a topic ArgumentOutOfRangeException

    ArgumentOutOfRangeException

    I am having a problem with an asp.net application. I have a gridview that displays "System.Argumen tOutOfRangeExce ption" when I try to update the data. The gridview is linked to 'tableA' which has a template column that contains a dropdownlist with names and ids from 'tableB' (This column is bound by ID). The value is stored in tableA. The problem I'm having is that if an item gets deleted from tableB (before it's changed in tableA), when...
    See more | Go to post

  • ktrw25
    replied to page layout problems
    I will try that and see what it does
    See more | Go to post

    Leave a comment:


  • ktrw25
    started a topic page layout problems

    page layout problems

    I am having a problem with ASP.NET page layouts. I'm new and this is probably an easy question. I have my code/database functioning as needed. I am using alot of gridviews (visual studios 2005) for displaying/modifying the database. I am now ready to make it look nice. How can you put controls beside each other. Example: when I try to put a label beside a gridview it either puts it above or below, not beside it, even if the gridview is very small....
    See more | Go to post
No activity results to display
Show More
Working...