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

The VuPoint application


Let's turn our attention again to our application code. We will start with the user interface aspect of our application. This is the code that handles the user's interaction with the application. Since this is a web application, this code will run in a web browser. JavaScript has become the de facto language for writing code that runs in a web browser.

jQuery

As mentioned previously, we need to have a few places to write code. In the previous chapter this was mainly in the database. Here we're turning our attention to the server (PHP) and client (jQuery).

Before we go any further, let's create a directory structure for the VuPoint application inside the root (www) folder of our Wamp Server installation. This is what you should have when you're done:

jQuery is a popular open source JavaScript framework that allows us to search for (or query) items in browsers using Document Object Model (DOM) and interact with those items. Hence the name jQuery. One of the main advantages...

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