A technology professional's experiences with and observations about new technology products, new developments such as virtual environments, artificial intelligence, online gaming, entertainment and streaming services and software particularly image editing applications and Filemaker Pro.
Friday, October 31, 2003
Quandry Looks Promising For Developing Interactive Case Studies
"Quandary is an application for creating Web-based Action Mazes. An Action Maze is a kind of interactive case-study; the user is presented with a situation, and a number of choices as to a course of action to deal with it. On choosing one of the options, the resulting situation is then presented, again with a set of options. Working through this branching tree is like negotiating a maze, hence the name 'Action Maze'."
The product offers not only a decision tree type structure but also has transactional capabilities that you can incorporate into the exercise such as resource management, item inventories, etc. Some of the new features in version 2 include:
Assets can now have decimal place settings.
Transactions can add, subtract, multiply, divide and do other complex math with asset values.
Exercises can have timers.
Web output no longer depends on frames.
Exercises can be uploaded to www.hotpotatoes.net, and student results and actions can be stored.
New Wizards can be used to create some basic interaction types such as multiple-choice questions.
Unicode support allows the use of languages such as Japanese and Russian directly in the interface.
Transactions can now be added in three places: on ENTRY to a decision point, on a LINK (as before), and on EXIT from a decision point. This gives more flexibility in the structuring of complex mazes, and reduces the need to duplicate transactions in many places.
At this time Version 2 is available only for the Windows platform. It also requires browsers which fully support W3C standards (such as Internet Explorer 6 and Netscape 7). Version 1 is available for both Windows and Mac and is compatible with all browsers released within the last 5 years.
Wireless Handhelds Superior to Response Pads
The Pollxn comment plugin for the Blosxom Weblog product (http://www.blosxom.com) I have been evaluating has a setting to require posters to enter their name and e-mail address before posting their comment. This would help to ensure appropriate identification for credit purposes.
For wireless exam purposes, a tool like Dragon Web Surveys by Waves In Motion (http://www.wmotion.com) enables an instructor to easily develop an online exam with points assigned to questions and, if configured to process responses immediately upon receipt, provides the instructor with a web link to results as they are submitted. It also has a branching capability that enables the development of adaptive learning strategies based on a student's responses. Students access the exam from a simple web link using any wireless-enabled device. Since students would be using their own devices, the instructor also does not have to deal with distributing and collecting response devices before each class.
Friday, October 17, 2003
Long URL caused problem with blog display in Safari
UTF Encoding Plugin Preserves RSS Integrity in Global Environment
Thursday, October 16, 2003
Text Mining and Web Log Analysis
"Text-mining programs, unlike search engines that display lists of documents that contain certain keywords, go further, categorizing information, making links between otherwise unconnected documents and providing visual maps (some look like tree branches or spokes on a wheel) to lead users down new pathways that they might not have been aware of."
"Currently these programs are used by academic researchers and companies, but information scientists expect that to change. Lower-cost text-mining tools eventually will be offered to ordinary people who want to dig into medical or political issues using public documents. Madan Pandit, an expert in text analysis in Bangalore, India, who runs a Web site called K-Praxis (k-praxis.com), has suggested that text mining could help people make sense of voluminous documents that are already on the Web, like the 858-page report on the congressional inquiry into intelligence failures regarding the 9/11 terrorist attacks."
As we develop online communities of practice sharing observations and daily discoveries through such technologies as web logs, text mining tools could prove invaluable in analyzing disparate findings and pointing out possible relationships and new paths of inquiry. Although the two products mentioned in the article, Clear Forest and SPSS offer products in the $75,000 and up range, less expensive products are already in development. Products like PolyAnalyst from Megaputer provide taxonomy-based categorization for approximately $2,100 (education pricing). Netica's Bayesian network tools can be purchased for as little as $285 (education pricing). Perhaps the ultimate solution will be a hybrid of some of these programs.
Thursday, October 09, 2003
Added Author Email Field
Wednesday, October 08, 2003
Headlines plugin works for list of recent posts
The author of the recent entries plugin suggested I try the headlines plugin and it works like a charm!
Random Text and Improved Formatting Plugins Added
I tried to use the textright plugin to correct problems with foreign characters but it did not seem to make any difference. Perhaps I misunderstood what the plugin is supposed to do.
Our Perl programmer Jon Miyake also helped me with the syntax I needed for my article format file so if a poster leaves one of the fields blank, it simply does not ouput that line. This not only improves the appearance of the post but prevents invalidation of the RSS output file.
We've Got Blog: How Weblogs Are Changing Our Culture
"0738207411"[amazon]
This is an example of the automatic Amazon book link facilitated by the Blosxom plugin "magiclink"
This same plugin can link a word like "syntax"[dict] directly to its definition in http://www.dictionary.com
Features such as these make the blosxom program more versatile than many commercial programs
Monday, October 06, 2003
Last Build Date Plugin Now Outputs RFC 822 Date
"Plugins that provide their own entries routine and do not return the story files in the %files hash will cause lastbuilddate to find no date. In this circumstance lastbuilddate will not emit a field. To work around this, rename lastbuilddate so that it executes ahead of these plugins. For example, rename to 00lastbuilddate."
I don't really know what the %files hash is but I do know that renaming the plugin as indicated makes it work perfectly in my configuration.
Thursday, October 02, 2003
Checking the Format for an Article post
Thursday, September 25, 2003
CGI module upgrade breaks Blosxom in IE 6
Was: $content_type =~ s!\n.*!!s;
Needs to be: $content_type =~ s!\s*\n\s*.*!!s;
Now it once more works with IE 6. He suspects that when the systems people updated the cgi modules, one of new modules must have been less forgiving than the older version. I thought I would share our experience with you in case it might help others.
Tuesday, September 23, 2003
Finally Got Calendar Plugin Working
Modified Calendar Plugin to Shrink the Calendar
I wanted to make the archive calendar created by the calendar plugin smaller so I wrote to Todd Larason, the author, and he said:
You have a couple options.
1. make flavour files for the calendar; if you just want to remove the day of week headers, then make empty files named calendar.month_sub_head.html, calendar.month_sub_day.html and calendar.month_sub_foot.html (replace the 'html' with your flavour name(s))
2. edit the plugin; if you have lots of flavours, this might be easier. near the bottom of the file, find the line that says "__DATA__". a fwe lines below that are lines that start "error month_sub_head", "error month_sub_day" and "error month_sub_foot"; just remove those lines.
3. don't remove the day headers, just shorten them; in the configuration section at the beginning, change @dowabbr = qw/Sun Mon Tue Wed Thu Fri Sat/ if ($#dowabbr != 6); to @dowabbr = qw/S M Tu W Th F S/ if ($#dowabbr != 6); or something similar
4. use CSS. In the CSS file, add a style like:
.month-calendar-day-head {display: none;}
so the headers are still there, they just don't get displayed.
I created a CSS file and linked it to the head portion of head flavour file but couldn't get it to recognize it. So, I opted to remark out the three related error lines in the plugin itself. I will write back to Todd and see if the style-sheet link needs to be elsewhere.
Using Autolink with a Glossary File
Magic Link Script Updated to Correct Problem with Dictionary.com
and went to http://www.Dictionary.com but could not find the word because it kept the quotes around it for the search. I tried removing the quotes but then I did not get the link and the [dict] part just showed up as part of the post. I posted my problem to the Blosxom discussion list and plugin author Bruce Alderson made an adjustment to the plugin and now it works!!! Thanks, Bruce!
Monday, September 22, 2003
May have solution to Recent Entries plugin error
Archive problem resolved in Blogger weblogs
Thursday, September 18, 2003
Using Date Time variable for Submission Filename
I like this solution much better because the length of the filename is the same for all files and the filename itself provides valuable creation date information.