Heart Pulse Meter in Adobe After Effects

http://www.therealblunt.webs.com
A simple effect in Adobe After Effects CS3 Pro, using the vegas effect, animating a heart pulse meter you would see in hospitals. This is just a test tutorial to experiment with my screen recording program. Not that great of quality… damn free-ware programs, not even worth the 0$ i spent :P enjoy and more tutorials will come with some nice motion graphics, title animations, etc…Duration : 0:3:44

Posted on December 3rd, 2007 by admin

Filed under Adobe After Effects | 6 Comments »

Computer Programming Tutorial, by Nick Antonaccio (#5)

Learn to Create Computer Programs – VARIABLES

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.Duration : 0:7:46

Posted on November 4th, 2007 by admin

Filed under COM | No Comments »

Computer Programming Tutorial, by Nick Antonaccio (#3)

Learn to Create Computer Programs – MORE ABOUT GUI’s AND INTRODUCTION TO SOME USEFUL BUILT IN FUNCTIONS

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.Duration : 0:7:41

Posted on November 4th, 2007 by admin

Filed under COM | No Comments »

Image mask animation flash VID Tutorial

http://blog.0tutor.com – flash video tutorial, how to make a great masking animation effect to ani image of cameron Electra.Duration : 0:1:26

Posted on November 2nd, 2007 by admin

Filed under Macromedia Flash | 1 Comment »

Bouncing ball with cast shadow tutorial [Video]

http://blog.0tutor.com flash video tutorial that shows how to animate a ball bouncing on the floor with an animated shadow.Duration : 0:4:31

Posted on October 25th, 2007 by admin

Filed under Macromedia Flash | No Comments »

HISTORY 001

Hundreds of new computer languages are invented each year. By 1966 there were already 700 languages.

Ought we to have standardised on a language, instead of inventing new ones?

Cobol was invented around 1960. It ran on NCR 315 with 32K of memory at NCR in Sydney. (I worked there as a computer operator from late 1967).

Cobol could certainly be used as a “general purpose programming language”, in the sense that any computer programming language is “Turing complete” (or can be extended to be so) and hence is able to be used for general computations.

One could treat Cobol as a base, and write processors in Cobol for other languages – even interpreting a command line may mean implementation of a processor, perhaps for a simple computer language of our design.

Fortran IV has been used as a language processor. William Waite wrote general code in Fortran IV, called STAGE2.
STAGE2 was used to build processors for many languages, e.g. it is said to have been used on the first non-Xerox version of Smalltalk. STAGE2 could easily be implemented in Cobol (although I do not know if this has been done) so this would be a practical way of developing language processors based on Cobol.

Maginnis wrote a compiler generator in Fortran IV. Due to scarcity of tools for the Apple II at Dept of Health in the 1980′s, I rewrote this in Basic and used it. (In hindsight, I think it is possible that the area I was working in was given non-IBM equipment to work with, e.g. Apple II with no software, on the tacit understanding that nothing useful would be developed. Perhaps a more civilised version of a Siberian labour camp).Duration : 0:0:15

Posted on October 25th, 2007 by admin

Filed under COBOL | No Comments »

C++ Programming tutorial 2: Basic

This is a basic tutorial. You can email me or add me to ask questions or to comment: powellinthesouth@hotmail.com
Next tutorial is on problems in the code and how to fix them.Duration : 0:3:52

Posted on September 20th, 2007 by admin

Filed under C | 3 Comments »

C++ Basic

A Simple C++ ProgramDuration : 0:1:3

Posted on August 28th, 2007 by admin

Filed under C/C++ | 2 Comments »

[[[After Effects Tutorial #1]]]-Simple Text FX-

Hmm so here is a tutorial I made messing around. The mic is really stupid so you have to kinda turn the volume up. Thats what I get for buying a $10 mic from Walmart I guess. Well anyways the sound is weird.
—————————————
Basicly, the tutorial shows you how to make a cool text effect thats pretty neat. Its a basic effect and should be easy to follow.
—————————————
Intro Music: Uncatchable by Rig
Tut Music: TotheHilt by Rig
—————————————
Visit:
www.tazer.co.nrDuration : 0:9:43

Posted on August 23rd, 2007 by admin

Filed under Adobe After Effects | 15 Comments »

Prelude to Computer Science – 14: A simple program in BASIC

We examine a very simple program in the BASIC programming language. BASIC is an acronym for Beginner’s All-Purpose Symbolic Instruction Code. Some programmers really like acronyms. The program asks the user for two numbers, adds the numbers, and prints the results.Duration : 0:6:33

Posted on August 13th, 2007 by admin

Filed under QBASIC | 5 Comments »