I currently have a web application which we need to add a tasks feature to. We have created the new tasks table and have attempted to create a task popup whenever a record is found in the MySQL database where the current date and time matches. The SQL works but our only issue is getting the JQuery UI Dialog box to display. This is what we have been told we need to do: One option would be to create the dialog and autoHide it when the main page loads. Then do your refresh code at the...