Archive for ‘Web Development’ category

Introduction To Arrays In PHP

17 August, 2009 | Roy Zeagler | No Comment

Hey everybody! This evening I wanted to give you a brief introduction into arrays. In this lesson we’re going to find out who was listening in 7th grade Algebra. *wink* No, honestly if you didn’t do so well in Algebra you will still be able to grasp the idea of arrays in PHP. So here goes:

  • Share/Bookmark

PHP & MySQL Query Tutorial

16 August, 2009 | Roy Zeagler | 2 Comments

In this tutorial I’m going to show you the proper way to connect to a MySQL database, and how to input and retrieve data from it using PHP. Knowing how to properly query a database is a basic function of any programming language, and so it is important that you know how to do it with PHP and MySQL. Here’s the video I created for you guys:

As I promised in the video, I told you I’d provide you with step by step instructions including the source code, so here goes:

Read the rest of this entry »

  • Share/Bookmark

How to Stack Divs using Z-Index

9 August, 2009 | Roy Zeagler | No Comment

The z-index property is vital when trying to be competitive in today’s design market. It allows you to create layers which you can use to make pretty awesome designs.

Read the rest of this entry »

  • Share/Bookmark