divs edu comp

TwitterFacebook
Get flash to fully experience Pearltrees
Online Apps

http://samizdat.mines.edu/howto/HowToBeAProgrammer.html

How to be a Programmer: A Short, Comprehensive, and Personal Summary

Debugging is the cornerstone of being a programmer. The first meaning of the verb to debug is to remove errors, but the meaning that really matters is to see into the execution of a program by examining it .

The One Computer Classroom

Although many schools have computer labs, portable laptops, and multiple classroom computers, many classrooms are still dealing with a single computer in the classroom. http://eduscapes.com/tap/topic84.htm
http://blogs.bath.ac.uk/qrcode/

QR codes at Bath

The following will be trialled at my IWMW 2010 session in Sheffield. The intention is to experiment with using an outside location as part of a classroom activity.
http://golang.org/

The Go Programming Language

The Go programming language is an open source project to make programmers more productive.
http://www.norvig.com/21-days.html Walk into any bookstore, and you'll see how to Teach Yourself Java in 7 Days alongside endless variations offering to teach Visual Basic, Windows, the Internet, and so on in a few days or hours.

Teach Yourself Programming in Ten Years

http://www.pedagopsy.eu/peur_apprendre.htm

La peur d'apprendre

- de se confronter avec ses insuffisances, ses manques (on ne sait pas tout) et de passer par des incertitudes, des tâtonnements (des essais, erreurs)
http://www.brunodevauchelle.com/blog/?p=800

Apprendre à questionner ? Quand Socrate peut encore être utile ! « Veille et Analyse TICE

Les débats autour des compétences informationnelles des jeunes, leurs habiletés, leur naïveté, leur absence de sens critique sont entrés désormais dans le champ de la banalité.
http://www.infed.org/biblio/b-explrn.htm

david a. kolb on experiential learning

As Stephen Brookfield (1983: 16) has commented, writers in the field of experiential learning have tended to use the term in two contrasting senses.

Experience Based Learning Systems, Inc. - Devoted to the advancement of experiential learning

The Kolb Team Learning Experience will guide your team through the Cycle of Learning, providing your team with opportunities to experience, reflect, think, and do. http://learningfromexperience.com/

http://www.lsda.org.uk/files/pdf/1540.pdf

We are a not-for-profit organisation, with over 25 years' experience in delivering innovative solutions in the learning and skills sector. Find out more about us . Karen Dukes, Ian Oakley Smith and David Hurst have been appointed as joint administrators of Learning and Skills Network to manage its affairs, business and property as its agents.

Articles and Tutorials - Socket Programming With PHP

Doing A Deal If you've been working with PHP for a while, you're probably used to thinking about it only in the context of a Web page or a Web server. While this is not unusual - PHP is, after all, a scripting language that's most commonly used to dynamically generate Web pages - it can stifle your creativity; as you'll see in this article, there's a lot more you can do with PHP than just connect to a database, retrieve records and insert them into an HTML template.

PHP Thumbnailer | Gen X Design

Welcome to the new home of my PHP image manipulation library, now called “PHP Thumb”.
Solving programming puzzles is a fun way to develop your logical and problem solving abilities.

10 Puzzle Websites to Sharpen Your Programming Skills

Une résumé en français est disponible en fin d’article. Lately, I’ve been looking for ways to detect faces in photos with PHP. Nowadays, face detection is built in many consumer products (camera obviously, but also Google and iPhoto), and seems to be a pretty common job.

Face detection in pure PHP (without OpenCV) - Maurice Bloggue