This is mostly just for my own notes, because this will come up later in the project.
Read the rest of this entry »
Archive for February, 2010
Faux-Wordpress Plugin Note I
Saturday, February 6th, 2010 — NoCoolName_Tom
1 Comment | Posted in Uncategorized | Read on...
Producing a Faux-Wordpress Plugin for Symfony, Part III
Saturday, February 6th, 2010 — NoCoolName_Tom
To build this plugin I’m going to start with a new project, entirely from scratch. This means that I will be initially developing a normal application. Once we’re nearing the end, we’ll package the project up into a plugin. This post will cover the development of basic CRUD functionality so we can actually do something if we want.
Read the rest of this entry »
No Comments | Posted in Technology, symfony Framework | Read on...
Producing a Faux-Wordpress Plugin for Symfony, Part II
Monday, February 1st, 2010 — NoCoolName_Tom
Wordpress is, by far, the most popular blogging framework on the Internet today and that popularity is not undeserved. It has an easy installation and is set up to cater to non-technical people. After installation, it simply works and people are up and running quickly. It has an active plugin community to extend it in any direction a user might need. In short, it’s a great solution to use pretty much anywhere.
However, it’s also not very nice to play with as a developer. The code is mostly based around PHP 4 (although that will probably change when 3.0 is released) and writing plugins and themes can occasionally be a nightmare. Security is, unfortunately, a constant problem since the ease-of-use is occasionally in tension with secure practices. Finally, while the self-contained aspect of Wordpress is great for a typical user who pretty much runs their entire site through Wordpress, integrating a Wordpress installation with an existing applicaiton — especially an application that has its own extensive user-management solution — is a daunting task.
Read the rest of this entry »
2 Comments | Posted in Technology, symfony Framework | Read on...
