PHP gallery with no page reloads using jQuery Comments (0)
by Wez Pyke - December 23, 2009 in PHP,Text Tutorials,jQuery

jquery gallery PHP gallery with no page reloads using jQueryFor this tutorial we will be using the ImgBrowz0r class for the backend of the gallery, we will then write a jQuery script so that we can browse through the gallery created by ImgBrowz0r without no page reloads and a nice effect between page requests so the user knows the page has changed. We will also be using the prettyPhoto plugin for jQuery to open up the actual images.

Getting ImgBrowz0r and prettyPhoto to work

The first thing I done was create a folder called jquery_gallery inside here is where all the files and folders are gonna be stored. I then created 4 folders inside jquery_gallery, the folders are called css, images, inc and js.

When you have downloaded the ImgBrowz0r class, copy the file into the inc folder.
(more...)

PHP News System Part 4 Comments (5)
by Wez Pyke - August 17, 2008 in PHP,Text Tutorials

If you haven't checked out the previous tutorials then click on the names to view them. Part 1, Part 2, Part3.

In Part 4 of this tutorial you are going to learn how to edit and delete your posts from the admin page.
(more...)

Basic Actionscript 3 Game Part 1 Comments (21)
by Wez Pyke - April 6, 2008 in Flash/Actionscript,PHP,Text Tutorials,Video Tutorials

A video tutorial showing how to create a basic game using Actionscript 3.
(more...)