Category: Development

  • Coldfusion

    I was talking with a new client today and he has an ecommerce web site that someone built for him in Cold Fusion. He commented to me that Cold Fusion is on its way out, and that it isn’t the preferred choice of developers any more. I have to agree. I’ve known several developers who…

  • Agile Software Development

    We had someone come by our office last week and explain Agile Software Development to us. I have had it explained to me a few times in the past but it’s never struck home so much as it did the other day. There are a lot of great concepts and I’m trying to figure out…

  • Seeking Developer for Contract Job

    We are looking to bring on a web developer for a project (this would be a 1099 gig) and have everything ready for a developer to begin. We will also consider a small team. Up until today we had planned to have a developer work on this project and then the plans fell through. Everything…

  • Stylehive

    Stylehive is using a css style that loads an image placeholder. That way the page doesn’t look blank while the images are loading. Great idea. img.potential_error_image { background-image: url(‘../../images/broken-image.png’); background-repeat: no-repeat; background-position: 10px 10px; background-color: white; }