Posts Tagged ‘cms’

Mortgage Saver

Tuesday, March 9th, 2010

Mortgage Saver

A simple and clean blue WordPress CMS theme.

Mortgage Saver

Demo

Download

License: Creative Commons 3.0 Sharealike Unported

See the article here:
Mortgage Saver

WordPress as CMS: 4 content block plugins with WYSIWYG editors

Tuesday, February 23rd, 2010

We are constantly trying to find easier and better ways to create manageable blocks of content for clients.

Widgets

Widgets are only helpful up to a certain point since there isn’t a great plugin  for a WYSIWYG visual editor that I’m aware of. The Rich Text Widget and WYSIWYG Text Widget are buggy and aren’t compatible with 2.9.2.  Rich Widget is ok but requires too many clicks and is not so user friendly.

Custom Fields

Custom fields are only helpful up to a certain point – since once again there is no visual editor. Coding in your own add_meta_box to the functions.php to add customized,  user-friendly custom fields takes a fair amount of time and quite a bit of PHP know-how. Also, explaining to clients the concept of custom fields is not a super joy.

So, what is the solution for expanding WordPress CMS functionality?

Content Blocks

I investigated a few CMS content block plugins, and here’s what I have to say:

1. Page.ly MultiEdit Excited to try out a new plugin that would help with editable content, I installed the MultiEdit plugin with instructions here. MultEdit lets you flip between tabs to edit multiple areas of content! So exciting, but no matter what I did, I couldn’t get the content in each tab to save properly. It only saved the content in the last tab called “Right”. Sigh.

2. Multiple Content Blocks This plugin is insanely easy to use. All you have to do is add one snippet of code to a page template and voila! you have another WYSIWYG text editor in the admin area. Whatever you enter into this new content area will show up on the page where the snippet is. Amazing. BUT, I couldn’t figure out how to use this code in the sidebar since the sidebar isn’t a page. Sad.

3. Page blocks I followed the instructions for how to use the plugin like a good girl, but I still couldn’t get it to work the way I wanted with additional editors in the editing page area. :(

4. Custom field template Bring out the champagne peoples! We have a winner! This plugin is the daddy of all custom field plugins. It lets you add whatever customization you want to the custom field and then add code into your template as if it were a regular custom field.

Here’s how to use it.

  1. Install and activate the plugin. Obviously.
  2. Go to the new tab in the admin area called Custom Field Template.
  3. Modify the example they have. Here’s the one that I created:[ContentAreaName]
    type = textarea
    rows = 4
    cols = 40
    tinyMCE = true
    htmlEditor = true
    mediaButton = true
    This means that the custom field I created has a WYSIWYG TinyMCE text editor, an HTML view, and a media button so that the client can upload an image. There are tons more options explained in the settings page.
  4. Add this code to wherever you want in your template files:

ID, “ContentAreaName”, true)) { ?>
ID, “ContentAreaName”, $single = true); ?>

or if you want to add it as a shortcode, use [ContentAreaName]

That’s all for now. If you have another content block CMS tip, please share!


[Slashdot]
[Digg]
[Reddit]
[del.icio.us]
[Facebook]
[Technorati]
[Google]
[StumbleUpon]

See more here:
WordPress as CMS: 4 content block plugins with WYSIWYG editors

10 Simple and Light Weight CMS Solutions

Thursday, February 18th, 2010

Choosing the right content management system can be an overwhelming task for a web designer or developer. There are so many available, all with different features, it can be difficult to decide which is the best solution for a particular web project. For complex websites, a fully featured CMS is probably the best way to go. However, for simple sites, lots of bells and whistles can be overkill and actually be a bit confusing for the person maintaining the website.

In this article, I’ve rounded up 10 simple and light weight cms solutions. All of these systems were built with simplicity and ease-of-use in mind.

Wolf CMS

cms

Wolf CMS simplifies content management by offering an elegant user interface, flexible templating per page, simple user management and permissions, as well as the tools necessary for file management. Wolf CMS is a fork of Frog CMS. Although the two applications still share a family resemblance, Wolf has left Frog’s development path.

Get Simple

cms

GetSimple is an XML based lite Content Management System. To go along with it’s intuitive user interface, it’s loaded with features that every website needs, but with nothing it doesn’t.

Perch

cms

Perch is a really little content management system for when you (or your clients) need to edit content without the hassle of setting up a big CMS.

sNews

cms

sNews is a completely free, standards compliant, PHP and MySQL driven Content Management System. It is extremely lightweight, simple and customizable. This cms consists of only one core engine file, one independent template file and its accompanying CSS stylesheet file, plus an .htaccess file that makes all URLs search engine friendly.

Zimplet CMS

cms

Zimplit is extremely lightweight, simple and customizable. It’s easy to install, and easy to use via a simple web interface. Zimplit consists of only one core engine file.

PageLime

cms

PageLime is a simple CMS for web designers. It acts as a remote Content Management System that allows you to update the content, images, and documents on your web site without any setup. All you have to do is add the ‘cms-editable’ CSS class to any element on your site, and we host the application that edits your site.

Surreal CMS

cms

With Surreal CMS, there’s absolutely nothing to install. Just enter your website’s FTP info and you’re connected! Within minutes, you can enable webpages, add content regions, assign editors, and begin updating your website — and you don’t even need an FTP client to get started.

CMS Made Simple

cms

CMS Made Simple provides a fast and easy way to create a web site and manage its contents. Use it to make a home page for your family — or your multinational corporation!

Simple CMS

cms

A fully branded, easy to use content management system for your clients. All you do is add a little piece of code to your existing site.

CushyCMS

cms

CushyCMS is a Content Management Systems (CMS) that is truly simple. It’s free for unlimited users, unlimited changes, unlimited pages and unlimited sites.

It’s built from the ground up with ease of use in mind – for both content editors and designers. It’s such a simple CMS that it takes less than 3 minutes for a web designer to implement. No PHP or ASP required for this CMS. If you can add CSS classes to HTML tags then you can implement CushyCMS. It’s also a hosted CMS, so no installation or maintenance is needed either.

See more here:
10 Simple and Light Weight CMS Solutions

Wordpress CMS Plugins – Two New Ones to Add to Your Arsenel

Tuesday, February 9th, 2010

I have tried a lot of different content management systems. Everything from Drupal, to Joomla to Silverstripe and ModX. While I like a lot of them for different reasons I always find myself coming back to Wordpress for 80% of my design firms projects. It’s simplicity, scalability and huge community base make it a great platform for so many different types of websites.

Having tried so many different content management systems (not to make it sound like I am a CMS whore, although I probably am) I have come across features and functionality that I feel would be extremely useful to integrate Wordpress. Silverstripe’s simple page focused navigation lead me to develop the dashboard pages plugin, which makes it easy to sort and find the page you are looking to edit or manage off of the homepage rather than having to click to find it.

What I Look For in a CMS and How it Applies to Wordpress

There are really only a few primary criteria in what I look for in a CMS, so it is shocking that so many content management systems get it wrong. I always focus on:

  • User friendliness to a non tech savvy user
  • Capabilities with plug-ins
  • Ease to template and configure
  • Quality of XHTML code delivered

Out of all of those items I would say being user friendly is probably item number one. This is primarily because I really, really, really dislike having to do tech support phone calls on how to do X, Y or Z on a site. I also really, really dislike long CMS training sessions.

So maybe it is born out of selfishness, but a lot of the plugins that I develop are directly related to making Wordpress easier to use for the average website owner. Out of the box I feel Wordpress is simple and user friendly, however a bit too blog focused when it comes to using it as a primary CMS tool. This isn’t really a criticism because Wordpress is a blogging platform first and CMS second — however that doesn’t mean we shouldn’t look to improve where we can.

CMS Dashboard

I have run into a handful of content management systems that make the most common actions so big and obvious no one could miss them. This is one major focus I feel the dashboard of Wordpress lacks. A majority of the Wordpress dashboard is on plug-ins, news, quick posts, comments, etc… all things that are not very important when it comes to managing an average website. Sure the menu on the left gives you access to all of the major items but there is no emphasis on common tasks and it is easy to skip over an important element because it is hidden amongst everything else.

CMS dashboard puts a widget on your Wordpress dashboard with large icons and links to the most common tasks your users will perform including:

  • Add / manage posts
  • Add / manage pages
  • Add / manage users
  • Add / manage widgets
  • Manage settings

This way you will never get a call asking how to add a user or change a widget. It also will speed up the time it takes to perform tasks and lead to a better CMS experience.

Download or Read More about CMS Dashboard

Editor Tabs

Another design element I loved with Silverstripe was the tabbed interface. Let’s face it, there is a lot of controls you can add to any given page that is managed. Especially when you start working with page titles, meta tags, navigation text, custom fields, custom write panels, etc… If you use either the PODS or Flutter CMS plug-ins you are likely to end up with editing pages that have so many meta boxes you have lots of scrolling up and down to simply make an alteration and then publish the page.

This is because Wordpress chooses to have additional control over a page done in a very flat manor. This works when you are simply managing a blog and don’t have too much information to control, but once you start using Wordpress as a CMS it can be cumbersome.

I have had plenty of calls where a client wasn’t aware they had control over a part of the site simply because it was so far down on the editor page.

Editor Tabs fixes this by automatically generating a javascript based tabbed navigation menu below the main content editor comprised of all the meta boxes that are on the page. That way you can easily flip through the different options, make a change and hit publish with out having to scroll all the way up and down. Additionally you have a clear idea of what can be controlled and you don’t have to hunt for it.

Download or Read More about Editor Tabs

Feedback or Suggestions

I would love to hear any feedback or suggestions. I created these plug-ins because I would find them personally useful, however I am sure there are other small tweaks or alterations that could improve upon them.

Go here to read the rest:
Wordpress CMS Plugins – Two New Ones to Add to Your Arsenel

Winners for Flash Content Management System (Flash CMS)

Wednesday, February 3rd, 2010

We’ve got winners! If you’ve participated in the FlashMoto CMS contest earlier last week, here’s an entry you should not miss.

More:
Winners for Flash Content Management System (Flash CMS)

Giveaway: Flash Content Management System (Flash CMS)

Tuesday, January 26th, 2010

If you are a Flash developer or into building flash sites – here’s something you should not miss. This week, we are giving away 3 copies of revolutionary Flash content management system Flash CMS

Read more from the original source:
Giveaway: Flash Content Management System (Flash CMS)

Creating A Social Network: Installing BuddyPress

Wednesday, December 16th, 2009

Creating A Social Network: Installing BuddyPress

www.technobuffalo.com – In this video, we will be layering the buddypress CMS over our existing wordpress MU foundations.

http://www.youtube.com/v/e1COgptwRqo?f=videos&app=youtube_gdata

See more here:

WordPress Wins CMS Award

Tuesday, November 17th, 2009

I was very excited last week to learn that WordPress has been awarded the Overall Best Open Source CMS Award in the 2009 Open Source CMS Awards. This is a landmark for us, as it is the first time we’ve won this award, and it marks a shift in the public perception of WordPress, from blog software to full-featured CMS. No small contest, the Open Source CMS Awards received over 12,000 nominations and more than 23,000 votes across five categories.

As Hiro Nakamura said when he first bent time and space to land in Times Square: “Yatta!”

In addition to winning in the Overall Best Open Source CMS category, WordPress was named first runner-up in the Best Open Source PHP CMS category. This is significant because we weren’t even in the top 5 last year, and now we’re #2, ahead of Joomla! As is stated on the Award site, “WordPress made its way into the top five for the first time. The fact that it was outranked by Drupal by a very slight margin indicates how popular it has become with users as well as developers over the past year.”

Every day thousands of new people are embracing WordPress to power not just their blogs but entire sites and communities without compromising on usability or scalability (as would be the case with a legacy CMS). Every member of the WordPress community, from core developer to beginning user, should be proud to be part of this momentum: congratulations to us all!

View post:
WordPress Wins CMS Award

Part 8: How to Build PHP and MySQL CMS Website Software

Friday, September 25th, 2009

Part 8: How to Build PHP and MySQL CMS Website Software

Free Source – www.developphp.com In part 8 we create the forms and PHP scripts geared for editing existing pages that have already been made. The user can edit existing pages and we record the last edit date. We use the page ID numbers and a form field for the admin to claim which page they want to modify in this simple system. All of the existing data is queried from mysql and placed into the form fields automatically to make life easy for the administrator.

http://www.youtube.com/v/XC3MKFjabas?f=videos&app=youtube_gdata

View original post here:

Part 9: How to Build PHP and MySQL CMS Website Software

Thursday, September 24th, 2009

Part 9: How to Build PHP and MySQL CMS Website Software

Playlist for series – www.youtube.com Free Source – www.developphp.com Learn how to build custom content management systems using PHP and mysql. Cool dynamic basic sites that anyone you appoint can edit.

http://www.youtube.com/v/nxtDhtF1bjc?f=videos&app=youtube_gdata

Read this article: