Best Tutorials website
Latest tutorials

Advertisment

C# Version 2.0 Specification

C# Version 2.0 Specification

C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types. The...


Views: 0 | Rating star | by David
C and Cpp - Miscellaneous

Basic C++ Functions

Basic C++ Functions

We have looked at one function already - the “main” function. Functions are bits of code that the program jumps to in order to do...


Views: 1474 | Rating star | by Marry
C and Cpp - Miscellaneous

Web Database Tutorial (PHP & MySQL)

Web Database Tutorial (PHP & MySQL)

This is a tutorial on how to create a web database application using PHP and MySQL on Mac OS X or Linux platforms. The example used is a database...


Views: 1019 | Rating star | by Daniel
PHP - Database Related

Casting in C++

Casting in C++

The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to...


Views: 1477 | Rating star | by Jason
C and Cpp - Miscellaneous

Sorting Database Results with PHP

Sorting Database Results with PHP

This tutorial will show you how to display data from a database and allow the user to sort it.


Views: 990 | Rating star | by Tutorial
PHP - Database Related

Database Abstraction with PEAR

Database Abstraction with PEAR

So you've written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company...


Views: 979 | Rating star | by Nick
PHP - Database Related

Multicolumn Output from a Database with PHP

Multicolumn Output from a Database with PHP

Putting your data into multiple columns with PHP is a snap. This tutorial will show you how it is done.


Views: 889 | Rating star | by Mark
PHP - Database Related

Making a game: The Document

Making a game: The Document

Discusses solidifying and clarifying your design with a design document.


Views: 1282 | Rating star | by Ben
C and Cpp - Games and Entertainment

Making a game: The Design

Making a game: The Design

In part one of the series, we created the game idea that is to be the focus of this article series. In this part, we will go over the idea and try...


Views: 1242 | Rating star | by Jason
C and Cpp - Games and Entertainment

Making a game: The Idea

Making a game: The Idea

Originally, this article was meant to instruct you on how to make a good game design document. This series of articles (which will number four)...


Views: 874 | Rating star | by Steve
C and Cpp - Games and Entertainment

Shadows

Shadows

Discusses how to make shadows in your games.


Views: 1028 | Rating star | by Simon
C and Cpp - Games and Entertainment

Tips on Writing Portable SQL for Multiple Databases with PHP

Tips on Writing Portable SQL for Multiple Databases with PHP

If you are writing an application that is used in multiple environments and operating systems, you need to plan to support multiple databases. This...


Views: 880 | Rating star | by Jason
PHP - Database Related

Slash 'em: The War Against Magic Quotes

Slash 'em: The War Against Magic Quotes

Those little quotes ' are the one of PHPs demons. Learn the right way to deal with them, to allow your code to be portable to any PHP...


Views: 0 | Rating star | by Simon
PHP - Database Related

Isometric Game Engine Opt

Isometric Game Engine Opt

This article introduces some brand new approach to the basic isometric scrolling and object sorting. *note: log on to...


Views: 910 | Rating star | by John
C and Cpp - Games and Entertainment

Alternating row colors with PHP and mySQL

Alternating row colors with PHP and mySQL

A quick tutorial explaining how to alternate table row colors using PHP and MySQL.


Views: 939 | Rating star | by David
PHP - Database Related

Previous and Next Links

Previous and Next Links

After reading this tutorial, you should be able to add previous and next links to your pages that display data from a database.


Views: 990 | Rating star | by Daniel
PHP - Database Related

DirectX Programming

DirectX Programming

A tutorial to help C++ programmers who are new to DirectX get acquainted with the libraries, in particular DirectDraw and DirectInput.


Views: 1097 | Rating star | by David
C and Cpp - Miscellaneous

The VGA Training Program

The VGA Training Program

This tutorial will teach you how to create some graphics over C++ and Pascal. It requires some programming knowledge.


Views: 946 | Rating star | by Troy
C and Cpp - Miscellaneous

Configuring PHP with ORACLE 8i Support

Configuring PHP with ORACLE 8i Support

This article will briefly describe how to compile PHP with ORACLE 8i support. The author writes 'when i try to compile php with oracle support...


Views: 1012 | Rating star | by Donald
PHP - Database Related

Allegro Vivace

Allegro Vivace

This is a comprehensive tutorial to guide newcomers to game programming and Allegro through the process of writing a simple game. Allegro is a game...


Views: 990 | Rating star | by Jason
C and Cpp - Games and Entertainment