CSS3: Rotations, Shadows, Rounded Edges & Animations RSS
- Share /
- Uncategorized / / No Comments
After attending an Event Apart Boston I’ve started to really see the potential of CSS 3.0 that can be used today. A few things that stood out throughout the 2-day conference have been outlined below.
First Flutter, Now Magic Fields RSS
- Share /
- Plugins, Wordpress / / No Comments
Flutter has been a great plugin for WordPress, allowing CMS developers to leverage custom post types and write panels through an easy to use GUI. Unfortunately over the past year or so development has slowed down some, and has even forked into other projects.
The Future of More Fields & WordPress 3.0 RSS
- Share /
- Plugins, Wordpress / / 2 Comments
It looks like the developers who created More Fields have been hard at work in order to accommodate the upcoming release of WordPress 3.0. They’ve updated to more Fields Plugin to 1.5, adding some much needed bug fixes. Beyond that they have branched the More Fields project into a series of “More” CMS plugins.
What to expect in WordPress 3.0 RSS
- Share /
- Wordpress / / No Comments
WordPress 3.0 is expected to release sometime this may, and with it will come an array of new features to bring it closer to officially being a CMS. Some of these features include:
- Custom Post Types
- Menu Management
- Custom Taxonomies
- New Default Theme: “Twentyten”
- Multi-site
- Author Templates
- Select Username and Password During Installation
From Dreamhost to Media Temple DV RSS
- Share /
- Announcements / / No Comments
Recently I made the switch from Dreamhost shared hosting to virtual dedicated Media Temple setup. So far I’ve been happy with MediaTemple, though the ease of website management isn’t quite as good as Dreamhost in my opinion.
The speed increase has been very noticeable, and I think that have the ability to customize apache to suite the needs of WordPress will be a huge benefit.
I apologize if anyone has noticed unreliable down-time with the site recently, the A-record switch was little rough due to a few unavoidable hiccups. Everything should be back online now.
Thanks for reading!
6 WordPress CMS Plugins You Can’t Afford to Miss RSS
- Share /
- Development, Plugins, Wordpress / / 3 Comments
The WordPress WYSIWYG/TinyMCE editor is great but can’t fulfill the needs of a robust CMS. When creating a CMS with WordPress you often find yourself needing to manage detailed areas and modules, and the current custom field editor doesn’t cut it in terms of usability for clients. Using the following plugins you can allow your clients to manage content using:
- Single line text
- Paragraph textarea
- Inline image uploader
- File attachments
- Date picker
- Dropdown/select fields
- Yes/no/multiple choice with radios or checkbooks
- Managing slideshows
- Using more than one rich content area (WYSIWYG)
I’ve written posts about this in the past, but things in the WordPress world move fast. Below is my new evolved toolbox of go-to plugins I recommend using for your customized WordPress CMS setup.
Creating a Better WordPress Search Solution RSS
- Share /
- Development, Search, Wordpress / / 2 Comments
It’s great that WordPress has a search feature built in, but it’s not the most powerful engine and has various usability issues. Here’s a few suggested improvements you can do to improve your WordPress sites searchability.
Sort results by relevance instead of date
The pre-packaged WordPress search will order it’s results by date rather than relevance. Normal search engines sort their results by relevance, as you would expect. To change this I recommend using one of following plugins:
- Relevanssi replaces the WordPress search with a partial-match search that sorts the results based on relevance instead of date. It is a partial match search, so if user inputs several search terms, the search will find all documents that match even one term, ranking highest those documents that match all search terms. All in all this is a very smart search enhancement to use, and one that I choose to use on all CMS installs I build.
- Search Unleashed by Urban Giraffe is a more advanced search algorithm tool allowing for more customization in how your search engine works. It extends the standard WordPress search with customizable search algorithms, including MySQL’s full text and Zend’s Lucene. It includes a word highlighting feature along with the ability to search across posts, pages, comments, titles, URLs, and meta-data.
- Search Reloaded by Semiologic, as suggested by Yoast, will let you use Yahoo! to power your site’s search engine.
- Google Custom Search will use Google to power your WordPress search engine. The downside to this approach is the lack of design control you have over the output of results.
- Sphider for WordPress will use an entirely new search engine within WordPress. Sphider is a lightweight PHP/MySQL search engine / spider tool. Sphider supports all standard search options, but also includes a plethora of advanced features such as word auto-completion, spelling suggestions etc.

