
Tutorial Moodle Dbase and phpMyAdmin
Dennis Daniels and Demostudio
3 min – 10-Dec-05
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.
–http://sourceforge.net/projects/phpmyadmin/
In my early attempts to get my head around SQL and databases I’m trying to create screencasts on my successes in the hope that my learning will help others who also might be struggling.
phpMyAdmin is surprisingly poorly documented in terms of tutorials… If you know how to use phpMyAdmin please share your knowledge by posting your screencasts! Read the rest of this entry »
Sphere: Related Content
django: Web Development for Perfectionists with Deadlines
Google engEDU
1 hr 14 min – 26-Apr-06
Google TechTalks
April 26, 2006
Jacob Kaplan-Moss
ABSTRACT
Django is one of the premier web frameworks for Python, and is often compared to Ruby-on-Rails. Jacob is one of the lead developers on Django. Read the rest of this entry »
Computer Programming Tutorial, by Nick Antonaccio (#30b)
notchent
10 min – 15-Dec-07
Learn to Create Computer Programs – MYSQL AND DATABASES (2 of 3)
Here are links to this entire video series (currently more than 8 hours total):
http://musiclessonz.com/rebol_video_links.html
These tutorials demonstrate how easy it is to accomplish real world programming goals with a flexible and powerful language called Rebol. The video tutorial closely follows the written text at:
http://musiclessonz.com/rebol_tutorial.html
which aims to teach average users to program computers to do useful things, without the long and difficult learning curve imposed by other programming languages. If you’re an experienced programmer, it’s strongly recommended that you read the more concise tutorial at:
http://musiclessonz.com/rebol.html
You’ll be amazed at Rebol’s compact code and simple cross-platform usability. Read the rest of this entry »
Sphere: Related Content