Software to dynamically change page contents according to user behaviour

by 3 replies
4
Hi dear fellows,

for quite a while I have been searching for a software - serverbased or cloud - which can dynamically change the content of a webpage based on the behaviour of the user visiting it. E.g. if the user stays longer than usual on a (text/picture-)section of the page the remainder of the page should be changed.

I think that would be a nifty tool but no search in Google and the common affiliate forums brought up something like that. I do not mean common A/B-testing tools but software that changes the site content in realtime according to the user behaviour.

Does somebody know something like that?

cheers
#programming #behaviour #change #contents #dynamically #page #software #time #user
  • Your question is way too vague to give a meaningful answer to, but changing the contents of a page "dynamically" (ie without having to refresh the page) is normally done via Javascript / jQuery. If you have a specific task you're trying to accomplish, then be a little more detailed about exactly what you're trying to do, then we can point you in the right direction.
  • 'if this then that' system but locally on a website.
    Wouldn't be too hard to create, not a bad idea. Could be useful if a/b testing would be build in as well
  • Not sure exactly what your trying to do, you would of course have to define the areas that need to be changed, define the rules that change them, then define a trigger that checks these rules and updates as needed (trigger could be as simple as a event that fires every hundred MS or so)

    To expand on what Brandon said, you would generally do this with AJAX, perhaps the most easy way is with $.POST()

Next Topics on Trending Feed