Archive for the 'CMS' Category
Wordpress as CMS - Dynamic Forms
0 Comments Published January 23rd, 2007 in Wordpress, CMS, Dev, ProjectsWhile I’m still working out the exact method to define a content type, I’m far enough along that I was able to start working on the code to display the extra forms for each content type.
The idea is simple: Select a content type, and the additional form fields for that content type appear […]
Wordpress as CMS: Content Types
0 Comments Published January 19th, 2007 in Blog, Wordpress, CMS, DevI’m currently working on the Content Types feature of my CMS plugin for Wordpress. As previously discussed, I think this is an important feature for a CMS that is truly extensible and flexible enough to be used for any purpose.
At the moment, I’m working on determining the best way to define a Content Type […]
Wordpress as CMS - New Features Part 2: Media Management
2 Comments Published November 26th, 2006 in Blog, Wordpress, CMSCompared to other content types, media types (video, image, audio, etc.) are differentiated by certain characteristics:
Media files generally need to be uploaded to the server
They can be embedded in other content (posts)
They require specific markup to be displayed
It is because of these special characteristics that content types classified as media are not treated the same […]
Wordpress as CMS - New Features Part 1: Content Types
2 Comments Published November 26th, 2006 in Blog, Wordpress, CMSOne of the best things to come out of beta testing this plugin in a real-world situation is the advent of new features. Had I been developing the plugin in complete isolation, it’s quite likely these new features could have been implemented completely differently (or not at all).
There are several little enhancements and optimizations […]
Wordpress as CMS - First Implementation
0 Comments Published November 26th, 2006 in Blog, Wordpress, CMSDevelopment has continued steadily on the CMS plugin for Wordpress. I am currently beta testing it on some projects to help me better develop this plugin for real-world use. The first of these projects is a site for an international film festival called Cinema Paradise.
So what did the CMS plugin do for the […]
Wordpress as CMS - File Management
2 Comments Published September 15th, 2006 in Blog, Wordpress, CMSThings have gotten a bit busy around here as of late, but I’m still working on building a more efficient interface for managing content. I have eschewed Wordpress’ default single-column interface for a more “explorer-like” two-pane file manager. The left pane will list the hierarchy of Sections. When a section is selected […]
While the interface I’ve built may work fine for small sites, I realize that it would not work so well with sites that have a lot of content. For sites with large amounts of content, pagination would be pretty necessary, as would a way to filter what posts are displayed.
I’ve started thinking about how […]
It seems that in the process of getting the mass editing features working yesterday, I inadvertently borked something else! I thought everything was working fine, but when I reloaded the main page, I got no response, and php.exe was slamming my CPU. Not good. I wanted to get it worked out, but […]
I spent yesterday creating the interface to perform mass operations (i.e. operations on multiple items at once), and today I started adding some functionality. I’ve just started, and the code is pretty messy ATM, but here’s what I’ve got so far:
Move Items - Select the items you want to move, choose the section you […]
Wordpress as CMS - Extensions, Who Needs ‘em?
2 Comments Published August 25th, 2006 in Blog, Wordpress, CMSI’ll admit, when I first added the option for a user-definable extension to posts (i.e. post-name.html), I did it because it was the only way to get the darn thing working. I needed that extra bit of text to help differentiate sections from posts from categories from tags. Without it, Wordpress couldn’t determine […]
Search
About
You are currently browsing the Archetyped weblog archives for the 'CMS' category.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Latest
- In need of some support
- Wordpress as CMS - Dynamic Forms
- Wordpress 2.1 “Ella”!
- Wordpress as CMS: Content Types
- Lists - So Close, Yet So Far
- Mini Project: Lists
- Wordpress as CMS - New Features Part 2: Media Management
- Wordpress as CMS - New Features Part 1: Content Types
- Wordpress as CMS - First Implementation
- Wordpress as CMS - File Management
