Fork me on GitHub
Nation Pigeon

Viewing Tags tutorial

Set start_point for Panda3D useing Blender

30th August 09 | Programming

How to create a start point position for your maps/models useing blender and Panda3D. When I was following the Roaming Ralph sample code I was unable to recreate the world model to use the start point value. This is how to do it. Step One: Create a Vertex or plane, any thing, in the place [...]

[ Read More → ]

HTML #2

7th March 08 | Programming

Some basic HTML Tags which are mainly used for text. <b> </b> That is the bold tags anything in side the two tags will be bold e.g <b>This is bold</a> This is bold <i> </i> That is the italics tags anything inside the two tags will be in italics e.g <i>This is italics</i> This is [...]

[ Read More → ]

How to install a PHP Web Server in Windows XP

5th March 08 | Windows

If you want to learn PHP you will need a server that has PHP support. If you don’t feel confident enoght too install a major web server and all the bits then good news. There is a software called Nanoweb, which is a free small web server that supports PHP. It works on both Linux [...]

[ Read More → ]

PHP #1

11th December 07 | Programming

To start with PHP you need to have a web server that supports PHP. You can either use a free web host, or run your own server. If you want to run your own web server on windows just download XAMPP. Once you have that downloaded and installed, all you do is save your PHP [...]

[ Read More → ]

HTML #1

9th December 07 | Programming

Okay lets start of with some simple HTML. Today we will earn how to use the heading tags (H1, H2, H3 etc) and the bold (B) tag. And we will also learn how to setup your (possible) first page. Start with open up your best text editor, I will be using gedit, feel free to [...]

[ Read More → ]

Copyright © 2007 ∞ Nation Pigeon - Designed by Peter Mayanrd
Theme Based on Black-Green - Fork it on GitHub