Posts Tagged ‘compiler’

Programming Tutorials / Game Making Check Video Description

http://www.jimmyr.com/free_education.php

Python and Macromedia Flash / Actionscript are probably the easiest to learn and setup games with.

PHP Video Tutorials
http://killerphp.com/
non-video php tutorials
http://devzone.zend.com/tutorials

JAVA
http://webcast.berkeley.edu/course_details.php?seriesid=1906978343

w3schools has xml, html, javascript and just about everything
http://www.w3schools.com/

C++ Game Making Video Tutorial
http://www.rdxgames.net/projects/wrathlands/index.html

Game Programming
http://gpwiki.org/
http://en.wikipedia.org/wiki/Game_programming
http://en.wikibooks.org/wiki/Programming:Game_Maker
http://en.wikibooks.org/wiki/Game_Design_and_Programming

C Programming
http://webcast.berkeley.edu/course_details.php?seriesid=1906978272

3d programming with Python
http://vpython.erikthompson.com/

Python For Games with Pygames lib
http://rene.f0o.com/mywiki/PythonGameProgramming
http://www.pygame.org/wiki/tutorials

Ruby Video Tutorials
http://www.rubyplus.org/
Merb Framework
http://www.rubyinside.com/merb-tutorials-and-resources-716.html

Flash Actionscript Game Making Tutorials
http://www.emanueleferonato.com/2006/10/29/flash-game-creation-tutorial-part-1/
http://www.emanueleferonato.com/2006/11/18/flash-game-creation-tutorial-part-2/
http://www.emanueleferonato.com/2006/12/06/flash-game-creation-tutorial-part-3/
http://www.emanueleferonato.com/2006/12/23/flash-game-creation-tutorial-part-4/

Kirupa Flash Tutorials
http://www.kirupa.com/developer/flash/index.htm
10 gillion python tutorials
http://www.awaretek.com/tutorials.html#begin
Official Python Tutorial
http://docs.python.org/tut/

more
http://www.lightbird.net/py-by-example/

C++ / C Programming Tutorials
http://www.cprogramming.com/tutorial.html

C++ Video Tutorals (Click ctrl+f and search “Paul Kunz”)
http://www.wlap.org/list-by-date.html

For a C++ Compiler I recommend wxdevc++
http://wxdsgn.sourceforge.net/

Compiling in wxwidgets Lets your program work in all opperating systems
http://www.wxwidgets.org/docs/tutorials.htm

Javascript Wikibook
http://en.wikibooks.org/wiki/JavaScript/Contents

Google Video lectures
http://video.google.com/videosearch?q=Google+EngEdu&so=3&start=0

Regular Expressions
http://www.txt2re.com/

Assembly
http://en.wikibooks.org/wiki/X86_Assembly

%%programming

Duration : 0:4:25

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , ,

PHP Tutorial: Installation and The Basics

To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)

1. Download and Install XAMPP from here:
http://www.apachefriends.org/en/xampp.html

2. on windows go to C:\xampp

it should have a folder called htdocs. If you put a file called foo.html
into the htdocs folder you should be able to access it by going to
http://localhost/foo.html or /foo.php.

There’s also something called WAMP
http://www.wampserver.com/en/

There’s a lot of php tutorials out there just search google
http://www.google.com/search?hl=enr&q=php%20tutorial

Request tutorials here
http://youtube.jimmyr.com/
More PHP TUtorials here
http://killerphp.com/

Some people have recommended other editors
http://www.scintilla.org/SciTE.html
http://www.pspad.com/
http://en.wikipedia.org/wiki/Comparison_of_text_editors
http://www.context.cx/

%%programming

Duration : 0:10:53

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , ,