Results for: "gzip"

Contents (18)

PHP Libraries For Summer 2016
PHP Libraries For Summer 2016

Here are our picks for the 12 most useful and interesting open-source PHP libraries that you should check out this…

read more
50 Most Useful jQuery Plugins of the year #5
50 Most Useful jQuery Plugins of the year #5

With thousands (yes thousands...) of new jQuery plugins that have been released we have worked hard filtering down all of…

read more
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
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