Web Development
-
Unicode, HTML Character Codes, & Mac Alt Codes
SymbolCharacter NameNumberUnicodeExampleAmpersand&&&&Degree°°°° Read more: https://html.com/character-codes/#ixzz8Ok9Do5Cc CharacterNameNumericHexadecimalDescription♪ 266AEighth Note♫ 266BBeamed Eighth Notes [[ left square bracket\\ backslash]] right square bracket^^ caret / circumflex__ underscore`` grave / accent – {{ left curly…
-
How-To Completely Uninstall Joomla! Extension?
Some Joomla extensions do not completely uninstall their plugins, modules, and component, directories, and files. These extensions can include VirtueMart…
-
How To Remove WordPress Generator Meta Tags?
Add the following code to the functions.php file in your child theme’s directory. Remove WordPress ‘Generator’ Tag remove_action(‘wp_head’, ‘wc_generator’); Remove…
-
How-to install Drupal in root instead of web directory?
To install drupal in root (/) directory instead of web (/web) directory, you must: Move contents from cms and web…
-
Install Drupal CMS in Root Directory
Using Composer Access Your Server via SSH and Navigate to the Directory where Drupal Will be Installed In Command Line…