Zend has a lot of tools to help speed up the application development process. One such tool I found useful, was Paginator. I am using php-activerecord in my project using Zend_Framework as the backend, to tie the two together is very simple. Paginator requires two methods, it needs to be able to pull a count to get the total and ...more»
GAPI 1.3 released this past month. First, read the Google Analytics Data API Reference and then read up on dimensions, metrics, and valid combinations of the two. The quotas apply to a single web property, so each analytics profile (site1, site2, etc) are subject to their own individual quotas. There is no per user account limit for accessing the ...more»
In the days since I began programming in PHP the web has come a long way. With the 5.3 release of PHP, the OOP side of things are finally getting a much needed polish. In the past year there's been a steady rise in the usage of Ruby on Rails for web development as programmers are discovering that ...more»
Quality GIS data sometimes comes with a lot more precision than what is usable for Google Maps (or other mapping software). The problem lies in the number of points representing a polygon that you want to overlay. A county representation for a state might include 100,000 points that is not usable without some form of reduction. Luckily there is an ...more»