Web Development
-
06:50 Popular
Installing Git on Windows
Added 104 Views / 0 LikesShort video to get setup with Git and a Bash Shell on Windows 7
-
12:02 Popular
Parse JSON With PHP
Added 111 Views / 0 LikesQuick video on how to read and output JSON data using PHP
-
07:31 Popular
Codeigniter App Part 1 - Creating the Database
Added 108 Views / 0 LikesWe will create a database schema for our CodeIgniter application using phpmyadmin The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
16:50 Popular
Codeigniter App Part 2 - Installation and Configuration
Added 158 Views / 0 LikesWe will download and install Codeigniter. We will setup configurations for SEF URLs, link our database and define our base url The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
16:38
Codeigniter App Part 3 - Home Controller and View
Added 90 Views / 0 LikesWe will setup a default controller and create a main layout that we can use with all of our views The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
10:48 Popular
Codeigniter App Part 4 - Form Helper
Added 124 Views / 0 LikesIll show you how to use the form helper available with CodeIgniter. We will create a login form The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
15:31 Popular
Codeigniter App Part 5 - Form Validation
Added 127 Views / 0 LikesWe will use the form validation class with our registration form for our TodoApp The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
30:59 Popular
Codeigniter App Part 6 - Login/Register System
Added 154 Views / 0 LikesHere we will add an authentication system to our CodeIgniter application The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
31:27 Popular
Codeigniter App Part 7 - Models List CRUD
Added 115 Views / 0 LikesWe will use our list model to perform Create, Update, Read & Delete on the lists table using active record The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
19:13 Popular
Codeigniter App Part 8 - Models Task CRUD
Added 119 Views / 0 LikesWe will use our task model to perform Create, Update, Read & Delete on the tasks table using active record The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
26:32 Popular
Codeigniter App Part 9 - Relational Table Joins
Added 120 Views / 0 LikesWe will combine the lists and tables using active record "joins" The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
13:22 Popular
Codeigniter App Part 10 - Finishing Our App
Added 101 Views / 0 LikesThe last video of the series. We will create delete methods for our tasks when a list is deleted to promote a smooth flow for CRUD operations The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
08:20 Popular
Node.js Part 1 - Install NodeJS on Windows
Added 124 Views / 0 LikesIn this video we will install Git Bash and Node.js on to a Windows 7 machine. New NodeJS/Express 4 Series - https://www.youtube.com/watch?v=ivstVNUKAW8&feature=youtu.be SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa
-
10:19 Popular
Node.js Part 3 - Building a Static Page Server
Added 125 Views / 0 LikesWe will build a server that serves static html pages from the app directory
-
07:20 Popular
Node.js Part 4 - NPM
Added 149 Views / 0 LikesSimple explanation of Node Packaged Modules (NPM). We will also create a package.json file using "npm init"
-
17:56 Popular
Node.js Part 2 - Install MongoDB in Windows
Added 114 Views / 0 LikesIll show you how to install and configure MongoDB on to a Windows machine.
-
12:13
Create a Joomla Quickstart with Custom Sample Data
Added 98 Views / 0 LikesCreate your own custom sample data quickstart installer. Quickstart options are priceless for template and extension developers. It allows your client to get your software installed and configured in minutes.
-
04:28
Install MongoDB in Ubuntu
Added 94 Views / 0 LikesQuick video on installing MongoDB in Ubuntu
-
18:29 Popular
HTML5 Web Storage
Added 120 Views / 0 LikesHere we take a look at the HTML5 sessionStorage API and how we can set local key/value pairs
-
06:40 Popular
Install XAMPP In Windows 7
Added 127 Views / 0 LikesQuick video on installing XAMPP on to a Windows 7 box SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa
-
02:29 Popular
Install Python 3.3 On Windows 7 in 2 1/2 Minutes
Added 125 Views / 0 LikesInstall Python 3.3 on a Windows 7 machine in under 3 minutes
-
49:13 Popular
Create a Joomla Bootstrap Template From Scratch
Added 109 Views / 0 LikesWe will convert a simple bootstrap html template into a Joomla theme and we will use multiple Bootstrap-based Joomla modules ATTENTION: Bootstrapjoomla.com is no longer up BUT you can get the modules from Github - https://github.com/joomdigi
-
05:57 Popular
Hosts File - Temporarily Assign Domain Name to IP Address
Added 107 Views / 0 LikesHere ill show you how to use the hosts file on a Windows machine to temporarily assign a domain name to a websites IP address
-
12:28 Popular
Easily migrate a Joomla site with Akeeba
Added 142 Views / 0 LikesTransfer your Joomla site to a new host in under 20 minutes. Do a full backup and restore of your Joomla site in under 20 minutes using Akeeba.
-
05:49 Popular
Ubuntu Server 14.04 Setup Part 1 - Installation
Added 130 Views / 0 LikesQuick video on installing Linux Ubuntu server 14.04 in VMware Workstation
-
04:49 Popular
Ubuntu Server 14.04 Setup Part 2 - Change Hostname
Added 118 Views / 0 LikesSimple steps to changing an Ubuntu server hostname using the command line Sorry guys I didnt realize some was cut off. Here are the commands you cant see sudo nano /etc/hostname sudo /etc/init.d/networking restart sudo reboot
-
04:41 Popular
Ubuntu Server 14.04 Setup Part 3 - Set Static IP
Added 109 Views / 0 LikesSimple steps to create a static IP address for your Linux Ubuntu server
-
11:38 Popular
Ubuntu Server 14.04 Setup Part 4 - Samba File Server
Added 141 Views / 0 LikesShare your Ubuntu Server folders and files with your Windows clients using Samba
-
03:53 Popular
Ubuntu Server 14.04 Setup Part 5 - Install OpenSSH
Added 128 Views / 0 LikesInstall OpenSSH on Ubuntu 14.04 to allow incoming connections via SSH
-
12:14 Popular
Create A Wordpress Widget - Part 1
Added 108 Views / 0 LikesIn this series we will build a Facebook likebox widget with multiple parameters -- Exercise Files - https://github.com/codeskillet/likebox -- For more web development videos, visit http://codeskillet.com









