Skip to content Skip to sidebar Skip to footer
Showing posts with the label Playframework

How To Know When User Has Closed Web Application

I have my web application built with Play Framework 2 (backend) and AngularJS (frontend). I need to… Read more How To Know When User Has Closed Web Application

Preserve Page State For Revisiting Using Browser Back Button

I have a page that dynamically loads content based on a user pushing a button: ${document).ready(fu… Read more Preserve Page State For Revisiting Using Browser Back Button

How To Show Online Users With Ajax

I'm want to show all the users that are online, in real-time on my website. Not sure how to go … Read more How To Show Online Users With Ajax