Manging FastCGI Processes and Ensuring Uptime
Managing (Catalyst) deployments on Lighttpd with FastCGI can be tricky (at least as far as I can tell). You start the process, it gets assigned a PID and there it is. However, you start up other processes for other sites, the data center reboots your server, everything (tries to) comes back up, but which PID belongs to which site? Not-to-mention the occasional misfire of the start up script. What do you do?
Posted by jay On: Monday June, 2008 21:32
Bringing (Re)Order with AJAX
One very important aspect to the usability of SASS::CMS is giving the user the ability to easily set the order of certain items (such as menu items or articles in a newsletter) appear on the site. I felt the best way to accomplish this was to use AJAX to make a drag and drop sortable list. I started with an example by Jordan Boesch at Boe Design. The example was exactly what I wanted, but I needed to translate it to Catalyst.
Posted by jay On: Monday April, 2008 11:08
Navigating the Filesystem with Catalyst
In trying to improve the the abality for the user to mangae and organize uploaded files I developed a pretty simple way to navigate the file system for MyApp/root/static using Catalyst::Model::File.
Posted by jay On: Friday May, 2008 20:31
This is a Blog Post
SASS::CMS includes a fully functional blogging application. As with all of SASS::CMS, the blogging application is constant under development with new features being added as quickly as I can think of them.
Posted by jay On: Sunday January 20, 2008