Nalini1998 / Project_Public

MIT License
2 stars 0 forks source link

PUBLIC PROJECT FOR REFERENCE


For Your Information

Here is the Codespace for all my Public Project; Theories; Issues; Discussions, etc...

I. JavaScript

JavaScript, also called JS, is a flexible and powerful language that is implemented consistently by various web browsers, making it the language for web development. JavaScript, HTML, and CSS are the core components of web technology;

While HTML is responsible for structure and CSS is responsible for style, JavaScript provides interactivity to web pages in the browser.

*In short, JavaScript became a hit because it turned web browsers into application platforms. Here’s how:*

+ JavaScript can be used in both the front-end and back-end of web development;

+ JavaScript is standardized so it’s frequently updated with new versions;

+ JavaScript integrates easily with HTML and CSS;

+ JavaScript allows websites to have interactivity like scroll transitions and object movement. Modern browsers still compete to process JavaScript the fastest for the best user experiences. Chrome, the most used Internet browser in 2017, has been so successful because of its ability to process JavaScript quickly;

+ JavaScript offers a wide range of frameworks and libraries that help Developers create complex applications with low overhead. Programmers can import libraries and frameworks in their code to augment their application’s functionality.

Requirement

- This module requires no modules outside of Node.JS core. - I will update the module requires below as soon as whenever on our demand:

Installation

- Install as you would normally install a contributed module of itself.

Configuration

- The module has no menu or modifiable settings. There is no configuration. When enabled, the module will prevent the links from appearing. To get the links back, disable the module and clear caches.

Information for Developers

- The Search API provides a lot of ways for Developers to extend or customize the framework.

Troubleshooting

Whether the menu does not display, check the following: - Are the "Access administration menu" and "Use the administration pages and help" permissions enabled for the appropriate roles?

FAQ

Q: I want to prevent robots from indexing my custom error pages by setting the robots meta tag in the HTML head to "noindex". A: There is no need. Customerror returns the correct HTTP status codes (403 and 404). This will prevent robots from indexing the error pages.

Q: I want to customize the custom error template output. A: In your theme template folder for your site, copy the template provided by the Customerror module (i.e. templates/customerror.html.twig) and then make your modifications there.

Q: I want to have a different template for my 404 and 403 pages. A: Copy customerror.html.twig to customerror--404.html.twig and customerror--403.html.twig. You do not need a customerror.html.twig for this to work.

Contribution

- Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. - Please make sure to update tests as appropriate.

Related License

- MIT

MIT License:

Reference documents of Mr. Othneil Drew [https://raw.githubusercontent.com/othneildrew/Best-README-Template/master/LICENSE.txt].

- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright (c) _26 June 2023 by Nalini Vo