GeekArticles
Web Programming
PerlDeveloping Movable Type Plugins
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 270 times |
Add CommentFiled in: Perlby Timothy Appnel 03/19/2003 One of the most significant things to come out of the weblog movement is the availability of low-cost and relatively easy-to-use tools for publishing. One of the most sophisticated and powerful is Movable Type, developed by Ben and Mena Trott of Six Apart . Movable Type's features are so rich that the tool's uses have begun to transcend weblogging. Written in a highly modular Perl object-oriented (OO) style, Movable Type (MT) has an open code base (it's not...n
Read Article Sponsored Links
Related Articles
• Tips in Developing jQuery Plug-ins Plug-ins for jQuery has become increasingly important because of the development of the framework in terms of corporate support Microsoft and ability of the framework to accepted different plug-ins for easier development. The plug-in could also be recycled and used in other websites aside from JavaS ...
• Developing and Deploying a SharePoint Feature - Part 1 SharePoint 2007 has a number of new features over its predecessors. After examining the features of it, Steven demonstrates how to develop, package, deploy and enable a simple feature solution. He examines the required steps to build the solution and then delves deeper into the structure of the XML ...
• Best Practices for Developing a Web Site Just because Web sites are easy to build these days, doesn't mean it's easy to build a quality Web site that meets your business objectives. Before developing your next Web site, or redesigning an existing site, download this Internet.com eBook to guide you through the process and plan you ...
• C++0x Automates Type Deduction with auto Tired of typing unwieldy type names in variable declarations? Why not let the compiler do that dirty job, automatically deducing the type from the variable's initiali ...