Virtual Environments for Collaborative Visualization and Experimentation.

Blogs

java tutorial

Worked on GUI event-handling lab exercises all week:  a simple one for a chat room and a more complex one for an ATM for the ongoing Bank project (each lab exercise adds something to the Bank project using material that was covered in the most recent section of the tutorial).

SPC in OpenWonderland

Pheej has been working on a very detailed model of the Saint Paul College campus, located in downtown St.Paul ,MN.  When he started working here a few months ago he had not used SketchUp and was not experienced with any other type of 3D modeling software. Now his model is nearing completion and it is very high quality.

The model is very detailed and thus there were some difficulties in using it as an asset in Open Wonderland.  

java tutorial

I finished the second lab exercise creating GUI's, then went on to learn about event-handling.  Next week I'll add listeners and event-handling classes and methods to the GUI's I created in the last lab exercises.  Then I'll finish up the GUI section; the only section left after that is on threads and networking.

Kaltura Community Edition (CE) - Self Hosted Online Video Platform

Kaltura Community Edition is a self-hosted, community supported version of Kaltura's Open Source Online Video Platform. Following installation any site can gain comprehensive video and rich media functionalities including video management, searching, uploading, importing, editing, annotating, remixing and sharing. 

Microsoft to phase out support for Itanium

 
Microsoft has announced that the current versions of Windows Server, Visual Studio, and SQL Server will be the last to support Itanium. The timetable for the end of support will follow the "Microsoft Support Lifecycle Policy." Mainstream support will end on July 9, 2013, "while extended support will continue until July 10, 2018. That’s 8 more years of support."
 
They blame this announcement on the ability of x86 based servers to fulfill mission-critical "workloads."
 
(Technet via ZDNet)

Blender 2.5 alpha 2

Checkout Blender latest verion 2.5 alpha 2. New interfaces has been added allowing easier navigations through workspace. 

more info go to  http://www.blender.org/development/release-logs/blender-250/

Java tutorial

Finished the File I/O lab exercises, which taught me more about wrapping I/O classes to gain access to methods useful in certain situations, and I learned more about file structure along the way.  I'm now working on the GUI section.  So far, it's covered containers, components, and layout managers; and I've started on the methods commonly used when creating GUI's.