RSS

Author Archives | Matthew Pennell

Matthew Pennell - who has written 11 posts on Add It Up Development Blog.

Writer, designer, programmer, renaissance geek.

Contact the author

Linklog: Graphs and Personal Project Management

Wednesday, September 3, 2008

1 Comment

Linklog: Graphs and Personal Project Management

Progress is slow (well, static to be honest) but I’m hoping that I can kickstart my productivity later this month. In lieu of any actual work done, here are a couple of recent items of interest to the project: Ryan Singer over at 37signals writes about how to manage long breaks in personal projects. I’m currently [...]

Continue reading...

Controller, Model, and URL design

Friday, August 8, 2008

0 Comments

Controller, Model, and URL design

What’s in a name? Like I would imagine many programmers, I have a tendency to get a little anal about naming my Controllers and Models. Combine this with the default behaviour of CodeIgniter to parse the URL segments into controller/function/id parts, and it all begins to get very messy unless some careful thought is put into [...]

Continue reading...

Even more independent web apps

Thursday, July 24, 2008

2 Comments

Even more independent web apps

In lieu of anything more informative to post (hey, I discovered Warcraft - if that’s not an excuse I don’t know what is), I’d like to link to a couple of new web applications launched recently by independent designer/developers. Cart45 is a simple and easy-to-install ecommerce application developed by Phil Thompson with Soapy Co and Richard [...]

Continue reading...

To Parse or not to Parse, that is the question

Saturday, July 12, 2008

0 Comments

To Parse or not to Parse, that is the question

When I first began to consider building a web application using CodeIgniter, one of the key aspects I had in my mind was to keep the HTML template files (the View in Model-View-Controller) as PHP-free as humanly possible. At that time, I was planning to develop an e-commerce application (this was before the launch of Magento), [...]

Continue reading...

Woo! A theme for the blog

Saturday, July 12, 2008

0 Comments

Woo! A theme for the blog

It’s naturally frustrating to be stuck with the default theme for a blog, so this weekend I took the opportunity to update the look of this site with a theme from WooThemes (via Elliot Jay Stocks, one of the designers for WooThemes). As a complete novice at WordPress it probably took longer than it should to [...]

Continue reading...

Moving the system folder in CodeIgniter

Wednesday, July 9, 2008

2 Comments

It’s the first real night of actual work on the app, and already I’ve run into my first gotcha! For security reasons I decided to move the /system folder - which contains everything needed to run an application on CodeIgniter apart from the index.php file - outside of the web root. This is easily accomplished by [...]

Continue reading...

Project management for the one-man band

Wednesday, July 9, 2008

1 Comment

When it comes to managing a project on which you’re the sole writer, designer, developer, and tester - is a commercial project management solution really necessary? The answer, of course, is ‘yes’. Without a consistent workflow for identifying, prioritising, and managing all your tasks across multiple areas, it would be far too easy to get overwhelmed [...]

Continue reading...

Prioritising features: bit by bit, or all at once?

Tuesday, July 8, 2008

0 Comments

With a two-page functional specification completed, I am almost ready to make with the code, but first I need to decide on the most efficient order in which to develop features. As the final application will be for multiple users, there will necessarily be a significant amount of user account creation, maintenance, and security involved - [...]

Continue reading...

Garrett on Silverback

Monday, July 7, 2008

0 Comments

No sooner had I mentioned them both in the same sentence, but Garrett Dimon posted a detailed review of Clearleft’s Silverback OS X usability testing application. I had a preview/beta copy of Silverback sent to me, but unfortunately I didn’t find an opportunity to use it (aside from filming myself browsing the web for a few [...]

Continue reading...

Is PHP4 worth it any more?

Monday, July 7, 2008

3 Comments

A week or so ago, I posed a question on Twitter: If you were going to build a PHP application for use by others, would you even bother making it PHP4 compatible any more? Responses were - with one exception - unanimous, with most people citing hosting as a key reason. Rachel Andrew, edgeofmyseat: PHP5 all the way [...]

Continue reading...