Archive for January, 2008

Streamlining CLIA Compliance with Software: A Call for Lab Professionals to Return to Science Posted By : Marci

Sunday, January 6th, 2008

Paper and hybrid solutions are the mainstay of CLIA regulated clinical laboratory quality systems. They admittedly result in a myriad of faux pas but why spend money on another technological solution if it isnt going to do what it was designed to do? This article presents the characteristics of real (and relatively simple) CLIA streamlining technology.

More: continued here

Share This (jQuery): a WordPress plugin

Friday, January 4th, 2008

I have made a useful modification to Alex King’s excellent Share This WordPress plugin. Share This adds a nice popup to your posts allowing readers to easily submit the post to any number of social networking and news sites. The original version relies on the large Prototype JavaScript library, which adds to the download size […]

More: continued here

New logo animation

Thursday, January 3rd, 2008

I have just added a new animation program to the logo area of this site. I have been working on variants of this system for a while. First, I wrote a JavaScript program that uses a drawing method similar to Google Maps. It uses square tile graphics, arranges them in a grid, and then moves them inside a scrolling area.When a tile moves off the edge of the scrolling area, it is moved to the opposite side of the area. Before it is moved, the tile graphic is updated with the graphic that is appears on the opposite side that is scrolling into the scrollable area.After I got a basic tile scrolling engine working, I made it work with several layers of tiles that can scroll at different rates. I then added the ability to make additional layers of objects that can be positioned anywhere. The animation at the top of this page uses this object layer system. I will make more interesting scenes as the engine becomes more sophisticated.

More: continued here