Win free copies of the new book “Laravel Application Development Blueprints” [UPDATED] [EN only]

It’s been a while since the last (well.. one and only) contest held on my blog.  Meanwhile, I’ve been a regular Packt’s customer, looking for books about many different topics (not only PHP). Yes, talking about PHP framewroks I’m mainly a CakePHP guy, but, as already said, I’m curious about other …

This IS useful: email datasource by Kevin van Zonnerveld

Looking for a shortcut to insert contents in a cake based cms, i found Kevin van Zonnerveld’s email datasource. Originally taken from infinitas cms, although not 100% finished, it seems a great piece of code, and easy to use. Just follow the instructions on github to grab – install – …

Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow

As we have seen in the previous post (Your own cakephp file-browser for ckeditor: part 3 – youtube videos), it’s not hard to implement a search/browser of external data sources, with the ability to embed the desired formatted media in ckeditor. Here’s a similar approach, interacting with Flickr’s API, with …

Your own cakephp file-browser for ckeditor: part 3 – youtube videos

Here we are. The basics are still the same of the first part – making you own file explorer popup and using CKEditor.insertHtml to inject the desired generated code into ckeditor. Of course, the same may be applied to webservices; including data form external sources is not harder than inserting …