Integrating CKEditor And CKFinder With Zend Framework
Sometimes I’d rather build websites to build websites than build websites. Basically, there may come a time when you need to develop a proprietary content management system (CMS) for your clients rather than choosing one off the shelf to better suit your needs. To add and edit content with our proprietary CMS you’ll need a rich text editor and my favorite is CKEditor. In this example I’ll show you how to integrate CKEditor with Zend Framework. Read more…
Highlighting Source Code In WordPress Blog
One of the main reasons I enjoy blogging is to share some of the source code that I’ve recently used in hopes that someone else might find it useful. However, WordPress.com doesn’t allow you to use potentially dangerous code on your blog. Likewise, posting syntax-highlighted code to your site without having to escape the code or anything can be a bit tricky. Fortunately, there is a WordPress plugin to help us post and highlight our source code which makes our code easily readable. Read more…
RSS Posts