Web Usability

Saturday, July 30, 2005

poseAsClass

Using poseAsClass; when using poseAsClass to pose as another class, the posing class must be a subclass of the posed class.

eg. Class A and Class B
if B wants to pose as A,
then B needs to be a subclass of A for it to work

Now that I've got poseAsClass sorted out, all that is left is to figure out which class am I supposed to pose as exactly. Since WebFrameView is apparently not the right one. Just read a posting on cocoa-dev and WebHTMLView could be what I'm after.

Tuesday, July 19, 2005

Update

Well not much has happened due to studying for exams and holiday activities. Recently I've been pretty sick so I haven't had much time to do much. Will try to update ASAP. At the moment just revising over paper based designs about how to present statistical data, i.e. what kind of graphs to use, etc.