josephlaw / welcomejs

A friendly script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

welcome.js

welcome.js is a tiny javascript file you can add to any web page to help novice users get the most out of the web.

Being Welcoming

The web is an amazing technology, and people can get even more out if it by understanding how to use it better, how it's built, and even how to build it themselves.

This takes specialised knowledge, and the discovery of the developer console is the way many people first start learning about the web.

welcome.js adds a friendly message to the console when it's first opened, as well as links for users to find out more about the console, and programming in general.

welcome.js screenshot

Demo

You can see the script in action on this demo page.

Installing

Place the welcome.js file on your server, and add the following line (with the correct path) anywhere on your page, preferably at the end just before </body>.

<script src="welcome.js"></script>

Hosting and Distribution

You can use welcome.js from a CDN with a URL such as the following: https://cdn.rawgit.com/stml/welcomejs/0dccd5025823fa0d340cdc6b4ced51586a6ab1e3/welcome.js

Or you can download welcome.js and install it locally. If you like it, please star this project, and perhaps we'll get it onto cdnjs.

Feedback

Please feel free to send comments, requests, and issues. In particular, suggestions for better and more helpful links are welcome.

Background

welcome.js was inspired by the use on certain websites of aggressive warnings in the console, which might appear frightening and off-putting to inexperienced users.

More information can be found in this blog post.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A friendly script.

License:MIT License


Languages

Language:JavaScript 100.0%