Web Development


  • 15:11 Popular Wordpress Theme With Bootstrap [4] - Main Post Loop

    Wordpress Theme With Bootstrap [4] - Main Post Loop

    by Best Webhosting Added 123 Views / 0 Likes

    In this video we will add the Wordpress post loop. It will fetch blog posts from the system and output them to our theme Project Files - https://github.com/bradtraversy/wpbootstrap_theme 10 PROJECT WORDPRESS THEME COURSE: https://www.eduonix.com/affiliates/id/16-10405 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia

  • 12:03 Popular Wordpress Theme With Bootstrap [5] - Single Posts & Pages

    Wordpress Theme With Bootstrap [5] - Single Posts & Pages

    by Best Webhosting Added 107 Views / 0 Likes

    In this video we will create the layout for single posts as well as regular pages. Project Files - https://github.com/bradtraversy/wpbootstrap_theme 10 PROJECT WORDPRESS THEME COURSE: https://www.eduonix.com/affiliates/id/16-10405

  • 27:27 Popular Build An HTML5 Template With Bootstrap and SASS - Part 9

    Build An HTML5 Template With Bootstrap and SASS - Part 9

    by Best Webhosting Added 103 Views / 0 Likes

    In this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com

  • 16:15 Popular Build An HTML5 Template With Bootstrap and SASS - Part 10

    Build An HTML5 Template With Bootstrap and SASS - Part 10

    by Best Webhosting Added 105 Views / 0 Likes

    In this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com

  • 09:22 Popular Build An HTML5 Template With Bootstrap and SASS - Part 11

    Build An HTML5 Template With Bootstrap and SASS - Part 11

    by Best Webhosting Added 104 Views / 0 Likes

    In this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com

  • 07:36 Popular Install Package Control & SFTP Plugin in Sublime Text 2

    Install Package Control & SFTP Plugin in Sublime Text 2

    by Best Webhosting Added 111 Views / 0 Likes

    This is a quick and easy video showing you how to install package control and use it to install the SFTP plugin for Sublime Text 2. SFTP allows you to easily upload and sync your local project files to your remote web server

  • 35:37 Build An Audio Player Using HTML5 & jQuery - Part 1

    Build An Audio Player Using HTML5 & jQuery - Part 1

    by Best Webhosting Added 100 Views / 0 Likes

    Here I will show you how to build a fully functional Audio player using the HTML5 JavaScript audio API. It allows you to create a playlist of songs and skip through and play, pause and stop tracks Here I will show you how to build a fully functional Audio player using the HTML5 JavaScript audio API. It allows you to create a playlist of songs and skip through and play, pause and stop tracks Project Files - https://github.com/bradtraversy/html5audiopla

  • 29:51 Popular Build An Audio Player Using HTML5 & jQuery - Part 2

    Build An Audio Player Using HTML5 & jQuery - Part 2

    by Best Webhosting Added 126 Views / 0 Likes

    Here I will show you how to build a fully functional Audio player using the HTML5 JavaScript audio API. It allows you to create a playlist of songs and skip through and play, pause and stop tracks Project Files - https://github.com/bradtraversy/html5audioplayer

  • 29:16 Popular Youtube Data API v3 & jQuery To List Channel Videos

    Youtube Data API v3 & jQuery To List Channel Videos

    by Best Webhosting Added 108 Views / 0 Likes

    Ill show you how to list videos from a specified Youtube channel using the Data API v3 and jQuery.

  • 05:03 Popular Install Ruby on Rails In Ubuntu 14.04 Using RVM

    Install Ruby on Rails In Ubuntu 14.04 Using RVM

    by Best Webhosting Added 122 Views / 0 Likes

    This video will show you how to install Ruby on Rails in Ubuntu using the Ruby Version Manager (RVM) in about 5 minutes

  • 35:37 Popular Build a Ruby on Rails 4 Shopping Cart Usng Spree

    Build a Ruby on Rails 4 Shopping Cart Usng Spree

    by Best Webhosting Added 113 Views / 0 Likes

    Create a full featured shopping cart website in just over a half hour using Ruby on Rails 4 and the Spree gem

  • 17:22 Popular Using Bootstrap With Ruby on Rails

    Using Bootstrap With Ruby on Rails

    by Best Webhosting Added 116 Views / 0 Likes

    Here I will show you how to use Bootstrap with Ruby on Rails using the "bootstrap-sass" and "autoprefixer" gem

  • 14:13 Installing Apache Cassandra In Windows

    Installing Apache Cassandra In Windows

    by Best Webhosting Added 91 Views / 0 Likes

    Ill show you how to install and implement an Apache Cassandra server on to a Windows 7 machine. We will also install and look at OpsCenter and the CQLSH development shell to create a Keyspace and insert some data

  • 12:20 Popular NodeJS & Express 4 With Cassandra - Part 1

    NodeJS & Express 4 With Cassandra - Part 1

    by Best Webhosting Added 105 Views / 0 Likes

    In this series we will build a simple app which runs on Express 4 and uses Apache Cassandra and the DataStax driver for a database solution. We will use Windows 7 as our OS. In this video we will get everything installed including NodeJS, Apache Cassandra and GIT for Windows Get the finished app here - https://github.com/bradtraversy/mysubscribers

  • 15:22 Popular NodeJS & Express 4 With Cassandra  - Part 2

    NodeJS & Express 4 With Cassandra - Part 2

    by Best Webhosting Added 113 Views / 0 Likes

    In this series we will build a simple app which runs on Express 4 and uses Apache Cassandra and the DataStax driver for a database solution. We will use Windows 7 as our OS. In this video we will setup our Cassandra keyspace, tables and fields via CQL Shell

  • 11:41 Popular NodeJS & Express 4 With Cassandra  - Part 3

    NodeJS & Express 4 With Cassandra - Part 3

    by Best Webhosting Added 117 Views / 0 Likes

    In this series we will build a simple app which runs on Express 4 and uses Apache Cassandra and the DataStax driver for a database solution. We will use Windows 7 as our OS. In this video we will generate the Express application and install all of the needed modules including the node-cassandra driver

  • 18:51 NodeJS & Express 4 With Cassandra  - Part 4

    NodeJS & Express 4 With Cassandra - Part 4

    by Best Webhosting Added 97 Views / 0 Likes

    In this series we will build a simple app which runs on Express 4 and uses Apache Cassandra and the DataStax driver for a database solution. We will use Windows 7 as our OS. In this video we will setup our routes and views for both the subscriber list and individual subscribers

  • 13:51 Popular NodeJS & Express 4 With Cassandra  - Part 6

    NodeJS & Express 4 With Cassandra - Part 6

    by Best Webhosting Added 112 Views / 0 Likes

    In this series we will build a simple app which runs on Express 4 and uses Apache Cassandra and the DataStax driver for a database solution. We will use Windows 7 as our OS.

  • 18:44 Popular NodeJS & Express 4 With Cassandra  - Part 5

    NodeJS & Express 4 With Cassandra - Part 5

    by Best Webhosting Added 112 Views / 0 Likes

    In this series we will build a simple app which runs on Express 4 and uses Apache Cassandra and the DataStax driver for a database solution. We will use Windows 7 as our OS.

  • 18:49 Popular NodeJS & Express 4 With Cassandra  - Part 7

    NodeJS & Express 4 With Cassandra - Part 7

    by Best Webhosting Added 110 Views / 0 Likes

    In this series we will build a simple app which runs on Express 4 and uses Apache Cassandra and the DataStax driver for a database solution. We will use Windows 7 as our OS.

  • 08:47 Popular Create a REST API in minutes with Sails

    Create a REST API in minutes with Sails

    by Best Webhosting Added 102 Views / 0 Likes

    Here we will create a fully functional REST API using NodeJS and Sails

  • 1:05:59 Popular RESTful API From Scratch Using Node, Express and MongoDB

    RESTful API From Scratch Using Node, Express and MongoDB

    by Best Webhosting Added 118 Views / 0 Likes

    In this video we will create a full RESTful web api that will allow us to get, post, put and delete JSON data through HTTP requests. It is long but it is from absolute scratch front to back. No copy and paste and no generators, etc Second part with Angular frontend - https://www.youtube.com/watch?v=qrIvv6OTN2Y&feature=youtu.be SOURCE FILES - https://github.com/bradtraversy/bookstore VISIT MY WEBISTE: Check Out My Udemy Courses http://www.traversymedia

  • 30:53 Popular Practical Gulp Tasks - Minify, Webserver, SASS Compiler

    Practical Gulp Tasks - Minify, Webserver, SASS Compiler

    by Best Webhosting Added 117 Views / 0 Likes

    In this video we will build up a Gulpfile that can run really helpful tasks such as JavaScript minification, SCSS file compiling, error hinting, and a webserver

  • 52:47 Popular RESTful API From Scratch  - Part 2  - Angular Frontend

    RESTful API From Scratch - Part 2 - Angular Frontend

    by Best Webhosting Added 103 Views / 0 Likes

    Here is the frontend part of the Restful API service we built in this video https://www.youtube.com/watch?v=eB9Fq9I5ocs SOURCE FILES - https://github.com/bradtraversy/bookstore

  • 12:03 Popular Install Laravel 5 on XAMPP in Windows 8

    Install Laravel 5 on XAMPP in Windows 8

    by Best Webhosting Added 123 Views / 0 Likes

    Here we will install Laravel 5 and configure a virtual host in XAMPP.

  • 07:00 Popular Learning D3 Part 1 -  Basic Selections

    Learning D3 Part 1 - Basic Selections

    by Best Webhosting Added 103 Views / 0 Likes

    Learn how to do basic DOM selecting using the D3 JavaScript library

  • 07:45 Popular Learning D3 Part 3 - Basic Static Chart

    Learning D3 Part 3 - Basic Static Chart

    by Best Webhosting Added 107 Views / 0 Likes

    Learn how to build a very simple static bar chart using the D3 JavaScript library

  • 10:21 Learning D3 Part 4 - Drawing Basic Shapes with SVG

    Learning D3 Part 4 - Drawing Basic Shapes with SVG

    by Best Webhosting Added 96 Views / 0 Likes

    Learn how to draw basic shapes using the D3 JavaScript library

  • 08:26 Popular Learning D3 Part 5 - Simple Bar Chart Using SVG

    Learning D3 Part 5 - Simple Bar Chart Using SVG

    by Best Webhosting Added 102 Views / 0 Likes

    Lean how to create a simple bar chart using the D3 JavaScript library

  • 10:42 Popular Learning D3 Part 6 - Using Scales

    Learning D3 Part 6 - Using Scales

    by Best Webhosting Added 113 Views / 0 Likes

    learn how to create bar charts with scales with the D3 JavaScript library

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA

RSS