This is what I call an effective warning. It makes really hard to delete something important by mistake. [screenshot taken from podio.com] Tweet this post!
Archive for the ‘Web Development’ Category
Ah, those nice javascript snippets that let some external site interact with our applications. Being a bridge for complex features or some simple functions, i was surprised how easy it is to make one. I am almost always looking for new ways to give admins and writers easier and faster way to do their job, [ Read More ]
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 – configure and implement it, create [ Read More ]
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 a catch. The ingredients are [ Read More ]
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 your uploaded files. At the [ Read More ]
The feed cakeph (english) of this blog is now listed on planet cakephp Many thanks to Derik NG for accepting this blog and (more important) for running the place. Now it’s time to celebrate! Uhm, no, it’s time to feed the feed. Coming soon the last parts of the “cake fileborwser for ckeditor” series, and [ Read More ]
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 controller action is even simpler: [ Read More ]
Many thanks to František Tröster – from Inventic http://www.inventic.cz With his permission, parts of his answer to my previous post are published here, with my comments, as a follow-up. I appreciate the fast and detailed answer – it shows they really care about their product, and user feedback. I’m a little bit late for release [ Read More ]
I’m trying ORM Designer, so I’d like to share my impressions. (Yes, that’s only to get my 20% discount, of course.) I tried to design a simplified database structure, for prototyping a simple application – a cakephp side project i had in mind. The first impression was good: the interface is simple, easy to understand [ Read More ]
Translating the app’s interface and keeping the translation up to date: never again without poEdit.
0 CommentThis is simple, but if you never did it some suggestion may help. Internationalization and localization of the static text in a cakephp application is fast and easy, as explained in the book. One fact that was not actually clear to me is, adding new string and updating an alredy existent transaltion is also a [ Read More ]










