The latest version of jQuery, version 1.7.1 at the time of writing, has completely overhauled its event system, giving us just two new methods to replace all existing event methods such as bind(), live() or delegate().
Tag: Web Design
A Look at Responsive Web Design
Responsive web design is widely thought of as a design trend, but it’s much more than that. It is an approach to web development that allows a website to break itself down smoothly across multiple monitor sizes, screen resolutions, and platforms, be it a computer, tablet or mobile device. It allows the developer to create a site that is optimized for each platform, both in navigation, readability and load time.
The graphic designer’s guide to interactive design
How you can break into web & app design by Craig Grannell
Designing a Clean Website Part 2: The Layout
Last week we discussed how important navigation is to a website and how developing an interactive navigation system will help give a clean, minimalist website a bit of character and make it feel modern and current. We’ll pick up where we left off last time and begin by setting up the basic HTML for our page layout. Since we’re going to use a PHP include we’re going to have to save our homepage as index.php, rather than index.html.
PHP User Survey Part V: Administration Layer
n the last piece on our PHP online user poll, we look at the administrative service and how the site supervisor enters, deletes and manages the poll data.The first poll administrative page checks if the administrator is logged in. You can choose from Session variables or Cookies to check the site administrator login status.Once the application has confirmed the identity of the site administrator, the page lists the available polls.