You are here: Home » About » Technology » Connexions Tech Blog » Author Profiles and EIP tables

Author Profiles and EIP tables

2006-02-07
Today we rolled out two new features: Author Profiles and a table editor widget inside Edit-In-Place, as well as a bugfix for problems with multiple answers, and several styling fixes.

Author Profiles

These are the first of a set of new features to better support communication among our authors. It provides a place for a picture, email, homepage URL, and lists al lthe content you've authored. Your author profile page can be reached after you've logged in by clicking on your login name on the Personal toolbar (just below the page header). Everywhere we once linked to the author's email address, we now link to their profile page. Good job, Kyle!

EIP Table Editor

A major refactoring of the EIP code is starting to bear fruit: this is the first of the "widgets" for editing specific object types directly in EIP. It's now easy to create and change tables, without having to count all those row and column tags. Thanks, Brian.

Problems and Answers

While the Schema for QML allowed for problems with multiple answers, our default styling would only show the first one. Good catch, Max.