Simon Willison’s Weblog

Subscribe

Items in 2002

Filters: Year: 2002 × Sorted by date


Zend Engine 2 alpha

I don’t know how I missed this, but the PHP group have released an alpha version of PHP with the Zend Engine 2 (tarball / Windows binary). This is exciting stuff—the new scripting engine has vastly improved object support and brand new exception handling, something I’ve wanted in PHP for a long time. The CHANGELOG lists the new features and provides sample code. Here’s a summary:

[... 248 words]

I validate again

I validate again.

[... 4 words]

Hixie replies again

Hixie has answered my question. Judging by how long it took IE to support CSS1, he estimates 6 years until XHTML is ready for main stream use. He’s almost certainly right, but I’m going to try to stick with XHTML any way (bandwagon jumping can be fun). He also points out that this site does not validate—I checked the original template but it seems that several of the entries I have added have inadvertantly invalidated the page, mainly through unescaped ampersands and the like. Time to add an automatic “validation” system to my administrative tools—it’s a shame the W3 validator isn’t available as a web service.

[... 124 words]

More FuzzyBlog stuff

More FuzzyBlog stuff. Scott runs one of my favourite blogs—constantly updated, plenty of interesting new content and most of it fits the areas I am interested in. Today’s items that caught my eye are Why Do I Blog So Much? and Very, Very Practical Tips for the Busy Person : Part 2 (actually posted on Monday, find Part 1 here.). I particularly liked the following quote from “Why Do I Blog So Much?”:

[... 151 words]

Hixie replies

Hixie has replied to my previous post (and provided my first ever link in the process).

[... 209 words]

Hixie on WaSP

Hixie has been poking around the new Web Standards Project site, and he is not impressed. His analysis of the site makes interesting reading, with complaints including CSS colour and background not being set at the same time and the content-type of the document being set as “text/html” rather than the more correct “text/xml” required for XHTML documents.

[... 169 words]

Mozilla alpha

Mozilla 1.1 Alpha was released yesterday, and after reading Scott Andrew’s recommendation (especially with respect to the mail client) I decided to give it a go. I found the ability to turn off images in mail eventually—it’s hidden away in Edit->Preferences->Privacy & Security->Images as opposed to Mail & News preferences where I looked for it first.

[... 211 words]

Tree from unordered list

The amazing tree generator (via webgraphics, who in turn got it from CSS Discuss). This is just the kind of DHTML I really like. Place a simple nested unordered list in your document and this external javascript can use the DOM to convert the list in to a hierarchical outline style tree, with each node expandable to show the child members. It looks great and works in both IE and Mozilla—I haven’t tested it in other browsers but it should degrade gracefully, leaving them with a static nested list.

[... 99 words]

Charity and Amazon

Spotted over at FuzzyBlog: If I Was Jeff Bezos of Amazon and I wanted to do the Right Thing, Here’s What I’d Do. In a nutshell, Scott Johnson suggests that Amazon set up a free (or very low cost) system for charities to gather donations through Amazon’s payment system—a charitable version of PayPal. Why Amazon? They have a good reputation, a well implemented payment system and a massive user base. The more convenient the system the more likely people are to donate.

[... 133 words]

Day 3: Bill

Day 3: Bill—Mark Pilgrim’s “30 days to a more accessible weblog” series continues with the story of Bill, a retired military officer with a physical disability who surfs the web on an old Linux laptop and runs a mailing list on Veteran’s rights. The piece also clarifies that the characters profiled are fictional (call me naive but I wasn’t sure if they were based on real people or not). I can’t wait to see where Mark is going with this—3 days in and he has already built up some beautifully observed case studies and it will be fascinating to see what he does with them. I’m also intrigued as to how he can make his blog any more accessible—his current accessibility statement demonstrates a far higher level of understanding than any other site I’ve yet seen on the web.

[... 147 words]

Webdesign-L ablaze!

The Webdesign-L mailing list is ablaze with a huge, rambling, flamey thread about the relaunched Web Standards project. As with so many flames it has become quite difficut to work out what is being argued over and why (an issue compounded by the emergence of sub threads on everything from US law to how to upset a Canadian). I would provide links, but the list does not maintain a web accessible archive.

[... 248 words]

Netscape 4 is 5 years old

Netscape 4 hit 5 years old yesterday. Scott Andrew celebrated this monumental occasion with a poetic tombstone tribute, entitled "1997—2002". The challenge now is to make this dream a reality—NS4 still has a stronghold in many corporate and institutional IT departments, as Zeldman bemoans in the first "opinion" of the new Web Standards project. An opinion that is notable in its absence of a permalink ;)

[... 72 words]

Todo list

Weblog TODO List

I’ve got the bare bones of a weblog up and running now— essentially the ability to add entries which are categorised and archived in a permanent location. Still to come...
  1. An edit function
  2. A comments system (probably similar to Jonathan Delacour’s)
  3. RSS feeds for individual categories
  4. Referral tracking (as seen on diveintomark)
  5. A better form of overall statistics tracking than that provided by the University
  6. A system for storing more permanent feature articles
  7. An XML-RPC API for posting with an accompanying PythonCard application
  8. An interface for editing my Blog Roll
  9. Allow visitors to include/exclude categories via cookies
  10. A preview post feature
  11. A link directory that accumulates links automatically by parsing blog entries
  12. Dancing monkeys—definitely dancing monkeys
This blog is written in PHP and uses serialized PHP objects in flat text files for storage. I will put together a full article on how everything works as soon as I’ve implemented a “permanent feature” archive.

[... 164 words]

Blogging aint easy

Blogging isn’t nearly as easy as it looks. After several days hacking around in PHP (I’m far too proud to use an off the shelf solution) I find myself confronted with a blank slate, and writers block has taken hold. The toughest thing is working out what style to use in blog entries—my previous writing for the web has been primarily on forums (where posts do not have to stand on their own) or news sites where a formal, unopinionated tone is required. A blog should be informal but informative, with each post hopefully adding a new angle to the topic in hand. I’m sure it will get easier as I go along...

[... 115 words]

WaSP Phase II

The Web Standards project has launched Phase II.

[... 9 words]