Showing posts with label Web Frameworks. Show all posts
Showing posts with label Web Frameworks. Show all posts

Friday, September 7, 2007

Pesky Frameworks...

Well, after downloading Symfony and trying to get it working on my mac with MAMP I found much difficulty. I truly hate technologies that I have mess around with before I can even begin to work with them.

So on a whim and going against my original post on using Symfony over Django or Rails because of the centrality of PHP among those working with PSP, I decided to load Django. Seriously, it took 15 minutes or less to get everything working. This includes downloading Python2.5 for my mac, downloading the Django package, running the install command and running the command to create a Django project. I tested the Django dev server and it worked fine.

So far tonight I have spent several hours just getting orientated on Symfony, the server config, Pear with MAMP and so forth. Unfortunately, I could dump MAMP and just install the newest version of PHP and Apache for Mac, but getting those set up are not a fun adventure either.

So, I guess I'm going to go against the grain of my views and play with Django for a bit. After all, Python as a programming language is by far my first choice.

Friday, August 31, 2007

Tech Stack for PSP

So, I have been thinking of this online pattern mapping system for sometime. A part of this process, (aside from defining the requirements) has been heavily devoted to researching existing technologies through which to approach this massive project. While there are similar projects taking place and that this system might be able draw from or integrate well with (such as the GreenMaps), it is apparent that this is going to be a home grown PSP sponsored software project. Which means we need to get moving in the direction of understanding our basic recs and identify our technologies.

Considering that the new PSP site is going Joomla 1.5 I have been leaning much more heavily towards a PHP framework like Symfony. I have been a pro Django guy since being a pro-Python coder (yes, I LUV PYTHON, so there!). However, it is clear to me that with all the people working on this project the one thing we seem to have in common, skill-set wise is a fairly deep collective knowledge of PHP. Beyond PHP some of us know Ruby and some know Python, and there are some that are more fluent in Perl. Now, I don't mind learning a new application framework, as long as the framework is in a language I already know, meaning any of the gazillion PHP or Python frameworks are fine. But I really don't have the time to learn an entirely knew programming language along with the framework.

Now, I know that sounds crude to some as one always chooses the best technology for the job, but I have seen similar apps written in all three of these frameworks. Here is a Symfony one for show "MySpaceMaps." So, while I think there is always the argument for best technology for the job, I think after a certain point it becomes about what developers are most comfortable with; where are they going to be most productive and considering the resources and skill-sets of a completely volunteer run non-profit, where is the space that can enable us to all work collaboratively.

Plus, as hard as it is to believe I do have a life!

So, I'm hoping that something like Symfony can be powerful enough for us to achieve our goals but be something that can bring the interested developers together so that we can develop this tool in more collaborative context rather than relying on the expertise and availability of one individual.

One, that isn't fair to that individual, two that is a lot of reliance on one person and three I think those interested in the project like to code, so hopefully it is using tools we all know, and know that work so that we can work together.