Results for: "php"
Contents (212)
How to detect Mobile & Retina Devices: 8 Techniques
In order to serve mobile-optimized content, you need to detect which visitors are coming from mobile devices and which aren’t. Here…
read more
Convert HTML Special Chars Entities Inside Code and Pre Tags
If you're ever posting a piece of code on your blog or whatever, you've probably realized that it's a pain…
read more
50 Fresh Tools for Developers and Designers
Web developers and web designers regularly look for new resources, tools and services to make the search of these ever-growing…
read more
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