Transform HTML Table into Card View Using Nothing But CSS I’d like share a recent experiment that explores how to transform a plain, old-fashioned HTML [...]
All You Need Is CRUD? Believe it or not, everything is essentially CRUD on the internet. It is the hidden [...]
PHP Composer to Autoload a Third Party Library What is exactly a Composer in PHP? PHP Composer is a dependency management tool for PHP. It [...]
When to use encodeURI() and encodeURIComponent()? People talk about URL and URI as if they are the same things. However, the difference is subtle [...]
Typed Properties in PHP 7.4 Introduction Many languages, especially scripting languages, have a loosely typed variables [...]
PHP Heredoc and Nowdoc Explained In our phpGrid examples, we’ve seen some code with ‘weird’ syntax such as in [...]
What Is the Difference Between SSL/TLS vs. SSH, HTTP vs. HTTPS, and FTP vs. SFTP? The purpose of this article is to provide some principles to help you figure out various [...]
6 Common HTML5 Newbie Mistakes Here are six common HTML5 mistakes to save you from the most common, easily avoidable yet [...]