Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Build Gamified Websites with PHP and jQuery

You're reading from   Build Gamified Websites with PHP and jQuery Using gaming principles to make learning more engaging, motivating, and interactive is a growing trend in web development. It's called gamification, and this book is the complete introduction to its theory and practice.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781782168119
Length 124 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Detrick DeBurr Detrick DeBurr
Author Profile Icon Detrick DeBurr
Detrick DeBurr
Arrow right icon
View More author details
Toc

Our development environment


All of this discussion about behavior and psychology could cause us to lose sight of our goal here. The goal is to build a gamified e-learning application. To that end, we will need to set up our environment to build our application.

To build our application we will need a few pieces in place. We will need:

  • A web server (Apache)

  • Server-side technology (PHP)

  • A database (MySQL)

  • Client-side technology (JQuery)

  • A text editor (Notepad++)

We need a web server to host and test our application. We will use the open source web server Apache. We will use Hypertext Preprocessor (PHP), which will run on the Apache web server to generate the HTML for our pages. We will store and access the data needed for our application on the open source database MySQL. We will primarily use JavaScript to interact with the player on the client (that is, the browser). We will primarily use the JQuery JavaScript framework. Lastly we need a plain text editor. There are several free and paid versions...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image