We are developers who write custom software, and offer expert advice to those who write their own.

Image of source code

Who We Are

Statiksoft was founded by three brothers who share a common vision: write the very best software they can, and help others to do the same. We're experts in the industry, and time and again we've proven ourselves to be as rare and valuable as we claim. We live in sunny Florida, USA, and work with teams from around the world. Why not take a closer look at what we're made of.

What We Do

  • Custom Application Development—There is some software you can buy off the shelf, for everything else there's Statiksoft. Web applications to Apache modules, we can do it.
  • Consulting—It's the "expert advice" we keep telling you about. Having trouble distributing the media storage load of your suddenly popular web 2.0 site while maintaining fault tolerance? We may have the answer.
  • Developer Training—Need to get your team off to a running start for the next project? We'll teach your team everything they need to know about developing with modern technologies and practices.

ExpressionEngine to Zope, lighttpd to memcached, Django, WordPress and everything in between. We find the best possible solution for your needs. We do development, and we do it right. Find out more

From The Blog

Making Campfire Work for Me (and More Like IRC)

One of the companies I work with has decided to use the 37signals line of products for internal project management and communication (which I think is great BTW). This means that I sit in a Campfire chat room for working hours of my day, along with a handful of other developers. I started to run into a problem, though, when I didn’t need to be talking with others.

Negative Word Matching with Regular Expressions

Today on the #codeigniter IRC channel someone asked about how to match a string that didn’t start with a specific word using a regex. I quickly threw out that, off the top of my head, /^(abc){0}/ should work. Well, surprisingly, it didn’t. Turns out negatively matching words with regular expressions is a little more difficult. [...]

Microformats talk @ barcamporlando2008

I gave a talk about Microformats at BarCampOrlando this year. Overall things went OK, however I’d like to see a lot of improvement in my presentations over the next few.

First things first:
microformats talk slides

In my talk I covered some reason why it would be wise to start implementing microformats across the gamut of [...]

More Writing