Results for: "compression"

Contents (19)

25 HTML5 speed tips
25 HTML5 speed tips

Creating high-performance web sites or applications is essential for web developers. Jatinder Mann explains that the goal of a developer is…

read more
PHP: Storing arrays in database
PHP: Storing arrays in database

When working with databases, sometimes it is necessary to store an array in a MySQL field. Unfortunately, there is no…

read more
Improving Page Performance with HTML5 Prefetch
Improving Page Performance with HTML5 Prefetch

As Wikipedia explains: Link prefetching is a proprietary syntax to give web browsers a hint about documents that it should pre-fetch…

read more
The Bible of Responsive Web Design
The Bible of Responsive Web Design

You've decided it's time for a new website, and you know that making it responsive will ensure that all users…

read more
PHP: Read, Write And Compress files with Zlib Extension
PHP: Read, Write And Compress files with Zlib Extension

The zlib extension contains versions of many file-access functions, such as fopen(), fread(), and fwrite() (called gzopen(), gzread(), gzwrite(),…

read more