Tag Archives: Programming

SpamValve Testers Wanted

I think I’m almost ready to let some other people bang on SpamValve. I want to get a closed group of users to try it out and give me some feedback before I release it to the general public. [...]

Cake PHP Framework

If you’re like me, you’ve been hearing “Ruby this” and “Rails that” everywhere you go. But I don’t have time right now to be playing with a new development framework, however nifty it may be. [...]

Plugin: SpamForceField

SpamForceField is my newest anti-spam plugin for WordPress. This one does a couple of interesting things:

  • All connections via pinappleproxy are denied.
  • Every connection’s Referer is checked against your blacklist keys. [...]

Old wine in a new bottle

The topic of Ajax is pretty hot right now. And some people are getting a little hot over the naming. As I pointed out yesterday, and as Ian Hickson and Dare Obasanjo have also said, Ajax is not a new technology. [...]

Ajaxing the Rails

If you’re a web developer, then hopefully you’ve already heard of Ruby on Rails and Ajax. If not, you’re behind the times, and you have some reading to do. [...]

Theme Preview Plugin

Early in the development of the “themes” support in WordPress, I bugged Ryan Boren for a “preview” feature. Instead, he wrote a Theme Switcher Plugin, which wasn’t what I wanted (but was still a cool thing to have). [...]

Challenges

Writing perl unit tests which need to simulate a web browser with cookie support connecting to a server from multiple network interfaces is challenging. Why would I need to do that? Well, when you work for a company whose business is providing controlled internet access to hotels, these sorts of things come up.

I’m not asking for help — I already know how to approach the problem. [...]

TinyP2P

The world’s smallest Peer-to-Peer application, written in 15 lines of Python code: TinyP2P.

TinyP2P is a functional peer-to-peer file sharing application, written in fifteen lines of code, in the Python programming language. [...]

Really Slick Screensavers

Euphoria Screensaver

Euphoria is one of the Really Slick Screensavers

While on a search for new eye candy, I found Really Slick Screensavers, which really lives up to the name. [...]

Patterns in Web Design

37signals has yet another excellent article out. This one is called An Introduction to Using Patterns in Web Design. Some of it might seem obvious, or even instinctive, if you’ve been doing programming and/or web design for a while. [...]