By JortK on March 8, 2010
Showing Google Maps with many markers in PHP Sometimes you need to display Google Maps with a large number of markers. However, adding too many markers makes the map page load too slow. This article explains how you can use marker cluster feature of the forms map location plug-in to cluster large numbers of markers [...]
Posted in MySQL, php | Tagged google, maps, markers, MySQL, php, sql, tricks, tutorials
By JortK on February 16, 2010
Here are some little tricks that might be useful to you if you’re working with dates and times in PHP: A “Unix timestamp” or “epoch” refers to the number of seconds since 1970-01-01 00:00:00 UTC. (i.e. a point in time in one specific timezone.) A Unix timestamp is never timezone-specific; if you call time() at [...]
Posted in php | Tagged date, function, php, time
By JortK on February 14, 2010
Here is a list of useful PHP classes you can use in your PHP projects.
Posted in php | Tagged development, excel, file, ftp, php, socket, word
By JortK on January 27, 2010
CakePHP Authsome Authentication for people who hate the AuthComponent.
Posted in MySQL, php | Tagged cakephp, database, design pattern, development, factory method, framework, MySQL, objects, oop, php, pivot, variables
By JortK on October 25, 2009
Great video which shows how to get you started using the Google Data PHP Client Library!
Posted in google, Movies, php | Tagged api, data, google, google data, php, tutorial