Simon Willison’s Weblog

Subscribe

Entries in 2004

Filters: Type: entry × Year: 2004 × Sorted by date


The return of the Spong Monkeys

Via Eric Meyer, at least I’m not the only one selling out. Joel Veitch’s infamous Spong Monkeys can now be seen in two TV ads for Quiznos sandwhiches: We love the subs and Take a buck off (Quicktime movies). It’s nice to see such awesome and uniquely British talent recognised at a global level.

[... 61 words]

I’ve sold out!

What can I say—the lure of the mighty dollar proved too much. I’ve just made my first post to my new client-side scripting blog over at SitePoint, as a paid columnist.

[... 244 words]

No more usernames in URLs

This one could get very interesting. Microsoft have announced that an upcoming update to Internet Explorer will remove the ability to include usernames in URLs completely. This is in response to the growing problem of so called “phishing” scams, which use trick URLs to con important information such as passwords and credit card details out of unsuspecting browser users.

[... 730 words]

Cold War check point

Nollind Whachell in a discussion on Asterisk*.

[... 83 words]

Iterating over a sequence in reverse

At work today we stumbled across a situation where we needed to display a list of items in reverse order. The decision to show them in reverse is made in the presentation layer, so altering the code that generates the list in the application logic layer would add coupling between the layers that we would rather avoid. Python’s reverse() function acts on a data structure in place, which we would rather avoid as well. Then we realised that Python’s generators could be used to create a proxy around the sequence allowing us to cycle through it in reverse without altering the sequence itself. Here’s the code:

[... 242 words]

Solving comment spam

There are two main schools of thought concerning comment spam: the optimists and the defeatists. Optimists believe that comment spam can be beaten with technology; defeatists (maybe I should call them pessimists) believe that comments are as doomed as email and we’re all going to hell in a hand basket.

[... 967 words]

Simple tricks for more usable forms

My second article for SitePoint has been published: Simple tricks for more usable forms. It examines a whole bunch of CSS and Javascript tricks for improving the usability of web based forms without impairing their accessibility to clients that don’t support those technologies. The article has already had some useful feedback on the forums, including the valuable observation that auto-selecting the contents of a form field when it receives the focus can have a negative effect on the usability of Unix browsers, where mouse buttons are frequently used for coping and pasting.

[... 96 words]

Defending web applications against dictionary attacks

Over at Reflective Surface, Ronaldo M. Ferraz discusses the usability of an authentication system that locks down an account for a certain period of time after three failed login attempts. Ronaldo sees this as a trade off between usability and security, but I see it more as an added security issue in that it allows malicious third parties to lock other user’s accounts armed only with their username.

[... 398 words]

Moveable Type now kills PageRank on comment links

This is pretty cool: Moveable Type 2.661 is out and includes a whole bunch of comment spam fighting features, including one inspired by my own anti-spam measure of disabling PageRank on links from comments by sending them through a redirect. This is great news for me as the redirect acts as a deterrent, and deterrents are only worthwhile if people know about them in the first place. With the most popular blogging system (at least amongst comment spammers) now featuring the same deterrent hopefully SEO spammers will start to get the message.

[... 100 words]

This could be the most ludicrous tech patent yet

Patent 6,671,714:

[... 148 words]

Advice worth repeating

Tim Bray’s Laws of Explanation:

[... 55 words]

You mean there IS an IE team?

Robert Scoble went to lunch with the head of the Internet Explorer team—yes, they still exist, despite having released nothing but security patches for over two years.

[... 220 words]

Doing more with the iSight

The iSight came close to being the biggest disappointments of my new Mac experience. It looks gorgeous and appears to integrate seamlessly with iChat AV, although as I don’t currently have any contacts with an iSight I haven’t been able to try video conferencing yet. The dissapointment is that there was no clear way of using it to capture video directly—a feature that I reasonably expected from iMovie. Apple’s knowledge base knocks the point home pretty clearly:

[... 206 words]

Backseat driving

Just one of the many gems to be found in Greg Knauss’ Devil’s Dictionary.

[... 46 words]

Mac-tastic

Sorry for the radio silence; I’ve been playing with my new Mac. It’s been an almost entirely positive experience—it’s certainly the most enjoyable computer I’ve ever owned. I’ve also only crashed an application once so far—bizarrely it was the Terminal while accidentally pasting in a whole bunch of junk. Other than that the system stability and performance is excellent—and it’s only running on 256 MB of RAM while I try and find one of those tiny screwdrivers to install the upgrade.

[... 801 words]

A hacker’s introduction to OS X

What is Max OS X by Amit Singh is hands down the best introduction to that operating system I’ve ever come across. It’s aimed at a technical audience, does a very good job of keeping a fair balance balanced when comparing OS X with other operating systems and has taught me a whole bunch of interesting things about the system.

[... 294 words]

PaWS 2004

Here’s an interesting topic for a conference: PHP and Web Standards, to be held in Manchester from February 20th to the 24th. I’ve devoted a lot of time and energy to combining the two for this blog—it’s a shame I’ll be out of the country when the conference rolls around. I should be able to make it to SXSW this year though.

[... 66 words]

Decentralised social networking

I know I’m late to the party, but my recent experiments with LinkedIn and Friendster have got me all interested in the potential of software that bulids on top of people’s own social networks. There’s just one thing that’s been bugging me, best explained by this quote from Om Malik:

[... 258 words]

Targets for 2004

Looking back on 2003, one thing really stuck out for me: I didn’t learn a new programming language. The Pragmatic Programmers recommend learning at least one new language every year, and I’ve heard similar advice from other notable authorities; Ruby’s Matz made a similar point in an article published just the other day.

[... 208 words]

Object relational mappings are over-rated...

... At least according to Tim Bray:

[... 375 words]

Happy New Year!

Happy New Year to all my friends back in the UK. Of course, here in Kansas it’s only 6pm. Gotta love those time zones (Second worst idea ever. (See DaylightSavingTime) A nightmare from which we can never escape. Think JetLag is bad? TimeZones are worse, because we all have it, and they won’t go away after a few oddly timed naps.)

[... 64 words]