Recent Posts
Timesheet management software
Return To Blog Listing
HHTimesheet is a hosted time and expense tracking software for small to medium size companies.
Recent Posts Tagged With 'hint'
DRY security in rails
Using modules to DRY your permission check code...
Stop the user from leaving a page if changes has not been saved
The requirement was “Give a warning if user want to go away from timesheet form if they made a change to their timesheet and hasn’t saved yet” window.unload is too late we should use onbeforeunload event. onbeforeunload is not supp...
onchage event doesn’t bubble up in IE
In the last couple of days I was busy updating the timesheet entry form in our timesheet management software. I create a class called TimesheetFromController to handle all the operations like: update the total time as user change the time set the mo...
