Cakephp 2.0 Address Finder Helper

I’m publishing as open source a simple -but hopefully useful- helper. It is based on http://tech.cibul.net/geocode-with-google-maps-api-v3/, most of the credit goes to this script. The Helper encapsulates the client side functionality as an easy to use widget, allowing a cakephp developer to easily enhance a cakephp form with address autocomplete, geocoding, …

Your own cakephp file-browser for ckeditor: part 2 – images

In the previous post we have seen the magic of the CKEDITR.insertHtml method, and how we can use it to avoid the whole file manager thing. The first popup was used to insert files with links to download. Embedding images (thumbnails with link to full version) is easy too. The …

Your own basic cakephp “file manager” for CK editor

Who hasn’t faced this issue at least once? There are a lot of great online html editors out there (I really like CKEditor), each one with his solution for file and image upload and management. Often, it’s not free. Sometime you don’t need a full-blown file manager. Sometime it’s simply …