jQuery
JavaScript Pagination with jQuery
Rob — November 27, 2010 - 16:06
I have seen many examples of JavaScript and jQuery pagination on the web, but none of them was what I wanted. I like to use small, compact code to perform simple actions such as paginating a list of items using JavaScript and jQuery. So I decided to write my own version. The JavaScript is about 100 lines of code (less if you removed the empty lines and comments) and works quite well for what I needed it for. So I would like to share my code with other coders and web developers.
Custom Date Range Selection for Basecamp Time Reporting
Rob — October 15, 2010 - 16:50
I use Basecamp at work and I love it. We use the time reporting feature of Basecamp extensively, so I have to be sure I have added my time for the day. I find there are too many clicks needed to get the hours for yesterday or the day before. So I came up with this handy tool that allows you to choose and view today's logged in just one click. It also allows you to select a date range with only a few clicks. Maybe in the future I can add more features.
