Tags: news
Migrate Your Wordpress Blog To Croogo
I just saw this on Twitter while doing a search for Croogo related news. It looks like Matt Curry has released a plugin that will migrate your Wordpress blog over to Croogo. I would give this a shot but I'm currently not running any Wordpress sites. This is great news for any CakePHP developer running a Wordpress blog looking to switch over to the CakePHP based Croogo.
Right now it looks like it migrates most data, but I would test it on a development server before you migrate your production blog.
Croogo 1.2 Released
Fahad, the lead developer followed through with his promise of delivering Croogo 1.2 before the end of the month. The new release packs a handful of new features that extend Croogo's functionality. A few of my favourites include the new hook and plugin system and custom helpers for themes.
I plan on upgrading this weekend to 1.2 and I'm excited to see what the future holds for the next release.
Add Monthly Archives to Your Croogo Blog
Most popular blogging engines allow you to categorize your blog posts by month. This is a simple code snippet to achieve monthly archives in your Croogo installation. You can find the code and installation instructions in the link below. If you have any questions, comments or find a bug leave a comment on the code's page.
CakePHP Github Roundup
Github is a great resource for any developer. Other developers are constantly publishing new code to Github but sometimes it's hard to find what you are looking for. I will attempt to find some of the better pieces of code hosted on Github for your CakePHP programming pleasure.
Matt Curry probably has one of the best selections of CakePHP code on Github. He has published components, datasources, helpers and plugins. I have used many of libraries in my work, most recently the chat plugin.
Neil Crookes also has some great code in his repository. He recently launched his searchable plugin for in site searching. He also has an accompanying blog post with instructions on how to use the searchable plugin.
Joel Moss has published probably the best migration system for CakePHP that works with YAML files. I have used it in many projects and it has saved me a lot of time setting up my databases. He also has named scope behavior which emulates named scope from Ruby on Rails.
Fabio Kreusch has published a CakePHP Newsletter Plugin that works quite well if you are looking to implement a newsletter into your CakePHP application.
Are you looking to add some ecommerce to your site? Take a look at Sam Anzaroot's CakeCart which is a shopping cart built ontop of CakePHP although he says it is currently in "pre-pre-alpha" stage it is a good place to start.
This is by no means a complete list, just some of the pieces of code I have found useful on Github. If there are any other interesting projects that you know of on Github leave the url in the comments.
Recent Site Updates
I have been busy at work implementing new features into the site. Croogo is an amazing piece of software for anyone who knows a little CakePHP. It gives you the CMS as a base and let's you extend to your hearts content, something I was never really able to do with Wordpress. Below is a list of features that I have implemented.
- Featured post on home page
- Full text search for blog articles
- Tag cloud
- Archives for blog articles
- Possibly related posts for blog articles
If anyone is interested in the code for the features not already documented let me know and I will write up a blog post. Stay tuned I will be releasing my second Croogo theme soon.
