Mar 13 2010

.toolbox – Free online Silverlight and Expression Blend training

.toolbox is a free online training program where designers and developers can learn to create Silverlight applications using Expression Studio and to apply basic UX concepts to their solutions.

Check out the original post by Adam Kinney and the main site.

Happy Silverlighting!


Aug 18 2009

Expression Studio 3 is now available free for Students on DreamSpark

Expression Studio 3 is now available free for Students on DreamSpark!! Go download! http://dreamspark.com (thanks to Paolo Barone for the link).


Jan 23 2009

Bjarne Stroustrup on Educating Software Developers

Click here to read the interview by James Maguire.


Sep 20 2008

The Koch curve using Silverlight

Ken Watts has posted an implementation of the Koch curve on his blog.

Click here to try and download the code.


Jul 10 2008

Visual Studio, F# and scientific applications: VSLab

From http://www.codeplex.com/vslab:

Visual Studio Lab (VSLab) exploits the power of F# and its interactive top level to provide an interactive environment similar to MatLab and Mathematica, in which you can easily create Add-ins and interact dynamically with them inside Visual Studio. Moreover, since F# is a compiled language, the final code can be compiled as a standalone application.
Goal of the project is to provide the basic infrastructure to turn Visual Studio in VSLab, and a number of addins (called viewlets) used to show data and support development of scientific based applications.”

Useful links:


Nov 1 2007

Solving differential equations: the Euler method

I wrote this simple Mathematica notebook which uses Euler method, a numerical procedure to solve ordinary differential equations.

You can find it here (pdf available).

Mathematica Player can be downloaded from the Wolfram Research website.


Oct 30 2007

Alice – How to teach computer programming in a 3D environment

Check out http://www.alice.org, a research project from Canergie Mellon University.

From the home page, “Alice is an innovative 3D programming environment that makes it easy to create an animation for telling a story, playing an interactive game, or a video to share on the web. Alice is a teaching tool for introductory computing. It uses 3D graphics and a drag-and-drop interface to facilitate a more engaging, less frustrating first programming experience”.


Oct 20 2007

A Simplex command for Mathematica and examples of its use

Check out an interesting Mathematica Module which produces a simplex tableau for a linear programming problem.


Oct 20 2007

Numerical integration: The Cavalieri-Simpson method

I wrote this simple Mathematica notebook to calculate definite integrals using the Simpson’s rule.

You can find it here (pdf available).

Mathematica Player can be downloaded from the Wolfram Research website.