March 2011
Beginner to intermediate
300 pages
7h 23m
English
Just like we did in the previous chapter, we're going to mock this up using static HTML before we try to do it dynamically. This forces us to test the solution in its simplest implementation (remember: test early and often). Our goal with this mock up is to test the necessary JavaScript—we'll deal with the PHP components later.
First, let's copy the HTML from our home page into a new file:
mockup.html.mockup.html file to the root of your site—this will ensure that paths to assets remain the ...Read now
Unlock full access