Data Acquisition using NXT

http://thenxtstep.blogspot.com/2007/09/datalogging-with-nxt-g.html

Some great info on how to do data acquisition ( data logging ) using the NXT robot kits!

Published in: on October 31, 2007 at 8:19 pm Leave a Comment

Easy to use Python editor

http://www.qtrac.eu/sandbox.html

Sandbox provides facilities for learning and experimenting with Python, and for creating and editing Python files. It is designed to be easy to learn and use, and to provide a PyQt-based alternative to IDLE. (

Published in: on October 29, 2007 at 8:11 pm Leave a Comment

breve: a 3d Simulation Environment for Multi-Agent Simulations and Artificial Life

http://www.spiderland.org/

breve is a free, open-source software package which makes it easy to build 3D simulations of multi-agent systems and artificial life. Users define the behaviors of agents in a 3D world and observe how they interact. Agents behaviors can be written in Python, or using a simple scripting language called “steve”. breve includes physical simulation and collision detection so you can simulate realistic creatures, and an OpenGL display engine so you can visualize your simulated worlds.

breve is available for Mac OS X, Linux and Windows

Published in: on October 9, 2007 at 9:18 pm Leave a Comment

Physics and 3D in Python

http://showmedo.com/videos/video?name=pythonThompsonVPython1&fromSeriesID=30

Erik Thompson has a very nice video showing how you can use VPython to simulate a ball falling under the effects of gravity. it’s reasonably simple. It could be used to show how computers can simulate the physical world.

Published in: on October 8, 2007 at 9:06 pm Leave a Comment

NASA’s World Wind

http://worldwind.arc.nasa.gov/

World Wind lets you zoom from satellite altitude into any place on Earth. Leveraging Landsat satellite imagery and Shuttle Radar Topography Mission data, World Wind lets you experience Earth terrain in visually rich 3D, just as if you were really there.

Virtually visit any place in the world. Look across the Andes, into the Grand Canyon, over the Alps, or along the African Sahara.

A really good example of computers and graphics.

Published in: Uncategorized on October 7, 2007 at 7:53 pm Leave a Comment

Web page creating exercises from Boise State

http://www.boisestate.edu/webcenter/workshops/basics2/exercises.shtml

Some good ideas for exercises to teach HTML and CSS.

Published in: on October 6, 2007 at 8:15 pm Leave a Comment

Xray

http://www.westciv.com/xray/index.html

Very nice bookmarklet to see the styling of elements.

Published in: on at 8:12 pm Leave a Comment

Hands on CSS Tutorial

http://www.westciv.com/style_master/academy/hands_on_tutorial/index.html

Great tutorial on CSS from Westciv! I like that they have “project” in mind to create a very nice looking Web page.

Published in: on at 8:10 pm Comments (1)

HTML Exercises from Steve O’Neil

http://www.oneil.com.au/pc/html.html

Some good introductory info on Web design, HTML and CSS. Some of it maybe a bit advanced for the average new student.

Published in: on at 8:06 pm Leave a Comment

The Hard Science of Making Video Games

http://www.popsci.com/popsci/technology/8312f0209dd15110vgnvcm1000004eecbccdrcrd.html

Discusses aspects of video games and how there is some really hard science behind creating them!

Published in: on at 7:56 pm Leave a Comment