Search icon CANCEL
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
Responsive Design High Performance

You're reading from   Responsive Design High Performance

Arrow left icon
Product type Paperback
Published in Apr 2015
Publisher
ISBN-13 9781784390839
Length 162 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (11) Chapters Close

Preface 1. The Good, the Bad, and the Ugly of Responsive Web Design FREE CHAPTER 2. Tweaking Your Website for Performance 3. Managing Images 4. Learning Content Management 5. The Fastest HTTP Request is No HTTP Request 6. Testing, Testing, and Testing! 7. Speeding Up Development with Design Concepts, Patterns, and Programs 8. Using Tools for Performance A. Taking the Next Steps Index

The server side with PHP


To load or not to load? Using a server-side language such as PHP has some wonderful benefits. The rendered content is already optimized and does not require JavaScript to remove unwanted elements, as it was not rendered earlier. In most cases, you are likely to use PHP only when connecting to a database to retrieve data or create new data. Another possible reason to use PHP is for sending an e-mail when posting a contact form, for example.

This section goes by the assumption that you have experience using PHP and have also connected to a database before, as this will not guide you through the steps to do so.

"If this then that; else, something else!" This is one of my favorite statements. When you use a framework such as CodeIgniter, this part becomes even more flexible.

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