Flash, Flex, AIR and RIA in General
December 13th, 2008 · No Comments
Tags: ActionScript, confession, ECMAScript, flash, flash player, interpreter, marketing, perspective, php, programming, programming principles, startups
Classic ASP, .NET WinForms, ASP.NET, ASP.NET MVC
December 13th, 2008 · No Comments
Tags: .net, asp, asp.net, asp.net mvc, Communication, deployment, design principles, microsoft, php, platforms, quality, ruby, shortcomings, SOAP, winforms
PHP 5/6
December 13th, 2008 · No Comments
Tags: buggy, community, deploy, design, design principles, mvc, perspective, php, php interpreter, programmer
Project Health Test
October 15th, 2008 · No Comments
Find out if your project has the tell-tale signs of disaster.
Tags: agile, management, php, rails
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: ActiveRecord, agile, frameworks, language, php, rails, ruby, theory
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: agile, ftp, management, php, video
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: agile, frameworks, management, php, rails, ruby
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.
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: ActiveRecord, cloud, php, ruby
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: agile, management, php, ruby, theory