Lazlo is an XML based, javascript orientated web application layer. It is presented to the user using flash. With the XML you can define buttons, shapes, even windows inside your browser window with very simple markup, for example:
<canvas>
<window resizable="true">
<button>Hello World!</button>
</window>
</canvas>
Creates a dragable, sizable window “embedded” in the browser with a button inside of it.
Scott finally updated his blog with part 1 of an article named, Generic Graph Library. He demonstrates a Task class using .NET generics which has a “task dependencies” collection to store tasks which the current task depends on. Part 2 of the article will extend the class by adding a generic graph interface and implementing it in the Task class.
Wordpress Category Map
Installed a nifty category map thanks to the coding efforts of Ozh. It displays the categories in my blog in a random place on the page. The size of the category link is determined by the relative number of post in that category compared to the rest of the categories.







