Archive for the ‘PHP’ Category


PHP Class: First Person View

By Oscar Dias on August 21st, 2010 with 7 Comments »
PHP

This article is about a small PHP Class that I wrote this week. The idea was to create a first person website for a virtual tour or a street view functionality. So I created the First Person View Class which allows you to move in four directions with four different angles through a map matrix loaded with images.
Read more »


Setting up a PHP development environment for Windows

By Oscar Dias on December 18th, 2009 with 1 Comment »
PHP

In this post I’m going to explain how to install PHP in Windows and how to set it up so you can also debug it. We’ll use XDebug and NetBeans in order to make it work.
Read more »