Get Query String Parameters using Javascript
In this tutorial, we will use Javascript to get the query string parameters from the URL. Suppose we have an URL like this … with the query string parameter “id” and...
read moreCreating Bootstrap Tabs Panel
In this tutorial, we will create a tabs panel using Bootstrap CSS framework based on their usage documentation here. In the end it will look like this … See demo here. 1. We start with a...
read moreExample of Using PhpMailer to send emails in PHP
PHP has a default mail() function for sending out emails. However, the open source PHPMailer Library is much more easier to use. You don’t have to construct the mail headers yourself, and...
read moreHow to Set Up Node Environment in Cloud9
After installing Cloud9 and installing BitBucket, we are going to set up a basic Node.js development environment on Cloud9 using BitBucket as a Git source control. 1. In BitBucket, create an empty...
read moreTrying to setup PHP development environment with Vagrant
We want to set up a PHP development environment. In the past, we would install the LAMP stack (Linux Apache MySQL and PHP) directly on our machine or use a package like XAMPP, MAMP, or WAMP. But...
read moreHow to Install Vagrant
We will install Vagrant on Windows with the idea of setting up a PHP local development environment. 1. Download and run the installer from vagrantup.com 2. I’m running the Windows MSI,...
read moreCreating a Linux virtural machine using VirtualBox
In previous tutorial, we installed VirtualBox, now we will create a virtual machine in our Windows host with the idea of using the virtual machine as a local development server running Linux Ubuntu...
read moreHow to Assign a Domain Name to a Web Host
When we say “How to Assign a Domain Name to a Webhost”, there are many different scenarios depending on whether the domain name is registered with the same company as the web host or...
read moreLearn how to install VirtualBox
In this tutorial, we will learn how to install VirtualBox on a Windows host machine. VirtualBox is a free virtualization software from Oracle. 1. Go to virtualbox.org and click...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.