Useful tips for everyday
How do I add a row to a table in Drupal? Add or delete rows by right clicking on the table and using the row…
What does a summary report show? A summary report contains at least one column whose value or values consist of a summary of other data.…
How can I host two websites in xampp? Configure Virtual Hosts in XAMPP To add virtual hosts in XAMPP, or in other words, to configure…
Can I run PHP code in JavaScript? First you have to understand that PHP runs on the server side and JavaScript on the client. Hence…
How do you style a broken image? How to Style Broken Images Alt attribute. CSS styling to make broken images look better. jQuery to replace…
How to reset password with drush? To change the user password on your Drupal 8 website use the Drush Command Shell. Drush is a command…
How do I change font size in button text? To change the font size of a button, use the font-size property. Where is the font…
How do I fix the blank page on my website? To solve a blank page, there are different ways to take action: Enable PHP Errors.…
Why do you need a success callback function in jQuery? This decouples the callback handling from the AJAX handling, allows you to add multiple callbacks,…
How to test auto complete for reference fields? To test the new auto-complete attributes, open a form that references the User [sys_user] table, such as…