Archive for March, 2007

Google Indexing Content created with JS

Monday, March 12th, 2007

Here’s an interesting article discussing whether the googlebots are able to index content published to a page using javascript.

It wasn’t long ago that people were concerned about whether google was indexing dynamic pages created with server-side php/asp/etc. They do. I’m sure they’re working on getting the Javascript content indexed too, but this serves as a good reminder of why as developers we must keep our content accessible.

Update

Tuesday, March 6th, 2007

It’s been forever since I’ve posted over here, so, quick update.

For the last month I’ve been working on a game designed to teach teens some consumer skills. It’s bankrolled by the National Consumer’s League and is … almost … really cool.

Anyway it’s bee a lot of php which has been good experience. Also some XML and Flash, another two things that are good to work on.

One thing I’ve really enjoyed about the project is having some say in experience decisions (mostly because I build it up ;)). But working on something that’s designed for kids is an interesting problem space that I haven’t thought about a whole lot before.

A big part of the project has been reworking some exsisting php to allow for the rapid rebranding and re-deployment of the game. For example,  we used to just offer the game to high school students in the fall, but now we’ve got rebranded versions for a spring semester competition, as well as for middle school students.  Re-purposing the existing code has taught me a great deal about architecture for this site of web application.

Ok… now to fix the last  round of bugs, yeah right.