By editor, 28 March, 2017 Php OOP - Examples and Tips Tags PHP Different between self:: and static (Late Static Bindings) Static references to the current class like self:: or __CLASS__ are resolved using the class in which the function belongs, as in where it was defined.
By editor, 20 March, 2017 Static cache Control by .htacces Tags Linux Server Static cache Control by .htacces If not already done, you must enable apache headers (mod_headers.c) module Check module is enabled or not: ls /etc/apache2/mods-enabled/
By editor, 16 March, 2017 Avoid Spam form submissions - (Easy way of form Anti-Spam) Tags Drupal 8 Code PHP Form Method 1. (Classical way) Use a captcha system like Math captcha, Image captcha, reCaptcha of google....
By editor, 8 March, 2017 Display a web page as print. Media Print Emulate For development and test Tags CSS Theming Media Print Emulate on Chrome (Tested on Chrome Version 56)