Simon Willison’s Weblog

Subscribe

Entries in 2006

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


Patching Windows XP from burned CDs?

antifuse: that’s perfect, thanks. Unfortunately slipstreaming isn’t really an option—or at least I’d rather avoid it (I’d have to take her laptop home with me and return it another time).

[... 66 words]

What are some good software development/open source blogs?

http://www.thedailywtf.com/ is an endlessly entertaining guide to how not to develop software.

[... 28 words]

Yahoo! UI JavaScript treats

The Yahoo! Developer Network was updated yesterday with a veritable gold-mine of Exciting New Stuff, coinciding with the launch of the brand new Yahoo! User Interface Blog.

[... 576 words]

Notes from the summit

I’m at the Carson Workshops Future of Web Apps Summit today. It’s been a great set of talks, and some frantic SubEthaEdit action to capture the salient points. Here are the notes I’ve gathered over the course of the day (with help from various contributors; credits at the bottom of each file).

[... 84 words]

Can social bookmarking services prevent a bookmark from becoming dead links?

Yahoo!’s MyWeb 2.0 can do that. (Disclaimer: I work for Yahoo!, but not directly on that product).

[... 36 words]

Escaping regular expression characters in JavaScript

JavaScript’s support for regular expressions is generally pretty good, but there is one notable omission: an escaping mechanism for literal strings. Say for example you need to create a regular expression that removes a specific string from the end of a string. If you know the string you want to remove when you write the script this is easy:

[... 362 words]

Happy New Year!

It’s just gone midnight here in England (I’m in Exeter for the new year), so Happy New Year to all. Top weblog-related priority for 2006: upgrade this aging heap of badly written object-oriented PHP to something better. I’ll try and get some good content flowing more regularly as well.

[... 58 words]