Ben Allfree :: Painless Programming

Guaranteed results for iPhone, Rails, PHP, .NET, Flash, and more

Flash, Flex, AIR and RIA in General

December 13th, 2008 · No Comments

⇒ Having an Opinion I believe in using the right tool for the job, just like you do. I am technology agnostic, just like you are. We are thinking people, not drones driven by marketing. But on this site, I have to stand for something and make a clear statement so you know what I'm about. [...]

Tags: , , , , , , , , , , ,

Classic ASP, .NET WinForms, ASP.NET, ASP.NET MVC

December 13th, 2008 · No Comments

⇒ Having an Opinion I believe in using the right tool for the job, just like you do. I am technology agnostic, just like you are. We are thinking people, not drones driven by marketing. But on this site, I have to stand for something and make a clear statement so you know what I'm about. [...]

Tags: , , , , , , , , , , , , , ,

PHP 5/6

December 13th, 2008 · No Comments

⇒ Having an Opinion I believe in using the right tool for the job, just like you do. I am technology agnostic, just like you are. We are thinking people, not drones driven by marketing. But on this site, I have to stand for something and make a clear statement so you know what I'm about. [...]

Tags: , , , , , , , , ,

Project Health Test

October 15th, 2008 · No Comments

Find out if your project has the tell-tale signs of disaster.

Tags: , , ,

Rolling your own framework is good

September 20th, 2008 · No Comments

I’m building PrestoScript in Ruby and the more I get into it, the less I am in anyone’s framework but my own. Why is that? Is there a certain class of problems that are frameworkless? I’ve been thinking lately that generalized frameworks could be a farce. I always explain to clients that Ruby on Rails [...]

Tags: , , , , , , ,

PHP is still cool

July 10th, 2008 · 2 Comments

I was working on a PHP app today. Just a plain old, nothing fancy, queries-right-in-the-code, edit-it-live-on-the-server PHP app. And you know what? I got shit done.

Tags: , , , ,

Excited about Joomla

July 5th, 2008 · No Comments

I’ve been talking with more clients lately about Joomla. The Content Management System (CMS) is not dead, oh no, not dead at all. I’m not sure how PHP’s Joomla compares with a CMS like DotNetNuke, but my suspicion is that Joomla is far more widely used and probably has more modules and plugins too simply [...]

Tags: , , , , ,

MIME type hangover

June 15th, 2008 · No Comments

Today I was working with trying to map MIME types to file extensions. You can probably guess that the meaning of file extensions overlaps. The MIME type system was an attempt to fix that by providing more specific information about the data format. Unfortunately we couldn’t get that right either.

Tags: ,

Web harvesting

May 30th, 2008 · No Comments

I was talking to a client today who has business plans that revolve around harvesting data from web sites. How do you do it? Here’s my step-by-step process:
1) Crawl for links
2) Fetch link content
3) Index link content
4) Transform link content
If you design your system that way, you end up with something that can be scaled [...]

Tags: , , ,

The Agile Manifesto

May 25th, 2008 · No Comments

I tripped across this link the other day. It describes my thinking about software design:
Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation
Responding to change over following a plan

Tags: , , , ,