how to redirect page using JavaScript

Redirect a Webpage using JavaScript

Sometimes you might move a webpage to some other location but you still have people going to the old one.  We are able to redirect the users to the new page using JavaScript.  To do this, we would start with your basic HTML page, we’ll …

Read More

redirect page with only HTML

How to redirect a HTML page

Sometimes in the web design world, you’ll need to redirect a page.  Maybe it’s because the page no longer exists, the page has been updated and moved, or it could be a page that you don’t want the user to be on for very long.  …

Read More

create basic vue page

How to start a basic Vue.js page

If you want to dive into Vue.js and don’t want to mess around with Node.js and other installs this post is for you. To start using Vue.js in a webpage, all you need to do is set up a CDN (content delivery network) link just …

Read More