RSS
Linklog: Graphs and Personal Project Management

3. September 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...

8. August 2008

1 Comment

Controller, Model, and URL design

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...

24. July 2008

2 Comments

Even more independent web apps

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...

12. July 2008

0 Comments

To Parse or not to Parse, that is the question

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...

12. July 2008

0 Comments

Woo! A theme for the blog

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...

9. July 2008

2 Comments

Moving the system folder in CodeIgniter

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...

9. July 2008

1 Comment

Project management for the one-man band

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...
See more articles in the archive