User Profile

Collapse

Profile Sidebar

Collapse
JDOMPer
JDOMPer
Last Activity: Aug 20 '08, 10:10 PM
Joined: Jun 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • You're correct. There's nothing new - it's simply using basic DOM, scripts, + JSON, etc. to plug new data into the javascipt client-side, run functions to dynamically rewrite part of the page, without the complexity and work-arounds of AJAX.
    It's simple, it's easy to understand, it's reliable, it's efficient, it's cross-browser, it's basic DOM, it works!
    Cheers,
    See more | Go to post

    Leave a comment:


  • JDOMP – further info and analogy.

    I have been asked to provide further explanation of what JDOMP does. There is nothing new to this - it is simply using the old basic stuff in a new way. What is new is to echo the javascript function name and its variables in the PHP. Many people have been struggling to send data back from the PHP file and there are a various posts about this including time delays etc. etc. JDOMP deals with this in...
    See more | Go to post

    Leave a comment:


  • Thanks for the feedback.
    What is new is to echo the javascript function name and its variables in the PHP. Many people have been struggling to send data back from the PHP file and there are a various posts about this including time delays etc. etc. JDOMP deals with this is simple elegant way by using the javascript function, which covers all the timing issues etc. JDOMP is simpler than using an iframe. Using the function the built the scr...
    See more | Go to post

    Leave a comment:


  • JDOMPer
    started a topic JDOMP - DB access without AJAX using the DOM

    JDOMP - DB access without AJAX using the DOM

    Don’t misunderstand me – I use AJAX, but I think there is a far simpler, elegant alternative that just uses Javascript, the DOM and Php ( hence - JDOMP) for data transfers, and is cross-browser without the need for work arounds. JDOMP works in recent versions of Explorer, Mozilla, Safari and Opera. Please note I will not deal with security issues which are always an issue whenever there is access to a database.

    You can simply...
    See more | Go to post
    Last edited by gits; Jun 28 '08, 10:29 AM. Reason: added code tags
No activity results to display
Show More
Working...