- How to Code a Phrasal Template Word Game Using Javascript

Phrasal word template games are game in which the player fills in a random part of speech, not knowing what it will be applied to. The most popular example of this is MadLibs. This
- How to Debug Javascript

The ability to debug code is an essential tool in any programmer's arsenal. Debugging will give you inside information into how your program is functioning, in real-time, as it
- How to Use jQuery on Your Website

jQuery is the most popular JavaScript language by far, used by many popular websites across the Internet. However, since it is a library, it is not a part of unaltered JavaScript.
- How to Enable JavaScript on a Mac

This wikiHow teaches you how to enable JavaScript in Safari, Google Chrome, and Mozilla Firefox when you're using a Mac. JavaScript is enabled by default in most modern web
- How to Enable JavaScript in Mozilla Firefox

JavaScript is a core feature of many websites, especially modern interactive websites. Disabling it can be done for speed and bandwidth concerns, security, or even to ensure that
- How to Code an Alert with a Variable Using Javascript

Alerts with variables are among the most useful things in javascript coding. You can use them to refer to someone by their name, to make a mini MadLibs game, or even for showing
- How to Turn on JavaScript

JavaScript is a language used in many websites to provide additional functionality and access to the user. Developers use JavaScript to deliver a large part of their site's
- How to Make a Basic JavaScript Quiz

Making a game with JavaScript can be fun and satisfying as well as a bit of a puzzle. The code in the this article is one way of making a game using JavaScript. Once you know the
- How to Make a JavaScript Image Rollover

JavaScript is the most popular lightweight scripting language which works in the major browsers such as Internet Explorer, Chrome, Safari, Firefox, and Opera. It is also easy to
- How to Create a Javascript Console in Sublime Text

Javascript consoles are very handy for debugging and getting live results from your script. Although Sublime Text comes with build systems for many other scripting languages, it
- How to Enable Webgl

This TipsMake teaches you how to enable Webgl. Webgl (Web Graphics Library) is a JavaScript API that is used to render 2D and 3D graphics within a compatible web browser. Open
- How to Use JavaScript Injections

JavaScript injection is a process by which we can insert and use our own JavaScript code in a page, either by entering the code into the address bar, or by finding an XSS
- How to Enable JavaScript

This wikiHow teaches you how to turn on your computer browser's JavaScript, which allows your browser to load and view certain elements--such as videos or animations--on some web
- How to Disable JavaScript

This wikiHow teaches you how to turn off your web browser's JavaScript support. JavaScript is responsible for loading dynamic content in webpages, so turning it off can help
- How to Enable Cross Origin Resource Sharing (CORS) for Sharing Resource Using Apache Servers, PHP and Jquery

All kinds of interaction on web involve either a client side or a server side. The client side (usually a web browser) launches a request for some resource on server and the server
- How to Make a PHP Hit Counter

Hit counters are a popular feature among new and experienced webmasters alike. There are several different methods of including a hit counter on your site, but this manual focuses
- How to Create and Call PHP Functions

Perhaps you have learned the basics of writing PHP scripts. But sometimes your code may be long and repetitive. PHP functions are a flexible and easy way to consolidate code. This
- How to Install PHPMailer

Need to send emails from your PHP application? The default mailing system in PHP (mail()) doesn't offer the customization features of PHPMailer, which is the most popular mail
- How to Write PHP Scripts

PHP is a server scripting language used to make web pages interactive. It became widely popular due to its ease of use, interactivity within web pages, and integration with HTML.
- How to Open a PHP File

This wikiHow teaches you how to open and edit a PHP programming file on your Windows or Mac computer. Download and install Notepad++. Notepad++ is a free, Windows-only text editor