Pagination, AJAX and GROUP BY

I wrote about my troubles with pagination in RNS. The root cause was need for pagination for AJAX requests. Standard Rails pagination works well for HTML links, but page with found routes in RNS is generated via AJAX, so I had to paginate with custom output. Well, for this was pagination_links_each helper created. But first …

Yahoo/Google Maps plugin for Rails

I have found this yesterday and I think it can be very useful for me and not only. Plugin to generate Google Maps and Yahoo! Maps Building Block API code directly from Ruby in Rails. I want to test YM4R (since this is how this project is named), maybe it will be useful for Run-N-Share. …

Calories calculation – fix

Today new Run-N-Share release (version 0.187). I made several fixes, as You can expect. Most important was issue with calories counting – there was a real mess. First there was mixed units in display. But not only for display also for calculations. Part was for metric, and part for US standards. So results were wrong, …

Testing desing in IEs

IE7 adoption rate is somewhat slower than some were predicting (2.3% on Polish market in week 21-27 Nov, according to Gemius rankings), but when doing web development You shold test both IE6 and IE7. Microsoft has recently released image for Virtual PC with IE7. Here is link to detailed info how to install and setup …

Calories, calories… How to burn some?

Run-N-Share is devoted to running. Many of You, runners want to burn some calories. So RNS will help You allowing to calculate how much calories You will burn, depending on what route You choose, how much You weight and how long You run chosen route. Just choose some route, fill in form time, weight and …