Traversy Media
-
32:29 Popular
Build A Codeigniter PHP App - Part 6
Added 136 Views / 0 LikesIN this part we will create the register functionality. We will add a users table and also make email and username fields unique. CODE: Code for this series https://github.com/bradtraversy/ciblog EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.patreon.com/traversymedia http://w
-
24:49
JSON Crash Course
Added 92 Views / 0 LikesIn this video we will talk about JSON, JavaScript object literals and AJAX. Ill show you how to create JSON objects and arrays and also how to make an Ajax request to a .json file CODE: Code for this video http://traversymedia.com/downloads/json_sandbox.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to sh
-
18:48 Popular
PHP Front To Back [Part 19] - File System Functions
Added 107 Views / 0 LikesIn this video we will look at some functions to work with files, folders and paths such as basename(), dirname(), file_get_contents(), fopen(), fread() and much more CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox17.zip BROWSER EXTENSION: Momentum https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca?hl=en EDUONIX COURSES: Please use affiliate links from website below http://www.trav
-
13:48 Popular
PHP Front To Back [Part 18] - PHP & AJAX
Added 123 Views / 0 LikesIn this video I will show you how we can use PHP and AJAX together to build a simple suggestion engine for a form input CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox17.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymed
-
36:26
Build a Vue js Translator App Using The Yandex API
Added 89 Views / 0 LikesIn this project we will build a useful Vue.js application that will translate any word to a different language. We are using the Yandex Translate API for this project CODE: Code for this video https://github.com/bradtraversy/wordtranslator DEMO: Try the app http://traversymedia.com/demos/wordtranslator MY VUE.JS COURSE http://www.traversymedia.com/course/learn-web-development-using-vuejs/ SUPPORT: We spend massive amounts of time creating these free v
-
21:02
App Hosting With Digital Ocean
Added 96 Views / 0 LikesIn this video I will show you how to create a Digital Ocean droplet to host your Node.js, Python, Rails, PHP or any other type of app. We will also setup SSH keys for security $10 FREE CREDIT: https://m.do.co/c/5424d440c63a NODE.JS DEPLOY VIDEO: https://www.youtube.com/watch?v=RE2PLyFqCzE EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these
-
24:00 Popular
12 Chrome Extensions For Web Developers & Web Designers
Added 130 Views / 0 LikesHere is a list of 12 Chrome extensions that can help the productivity for web developers, programmers and web designers JAVASCRIPT AND CSS CODE BEAUTIFIER https://chrome.google.com/webstore/detail/javascript-and-css-code-b/iiglodndmmefofehaibmaignglbpdald?hl=en WEB DEVELOPER https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm?hl=en-US GISTBOX CLIPPER https://chrome.google.com/webstore/detail/gistbox-clipper/cejmhmb
-
14:06
PHP Front To Back [Part 17] - Cookies Tutorial
Added 100 Views / 0 LikesSessions are recommended over cookies in most situations but it is good to understand how cookies work as well. In this video we will be using the setcookie() function to create cookies in PHP. We will also look at serializing data with serialize() and unserialize() CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox15.zip BROWSER EXTENSION: Momentum https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfp
-
10:31 Popular
PHP Front To Back [Part 16] - Sessions Tutorial
Added 138 Views / 0 LikesIn this video we will look at PHP sessions to carry information across multiple PHP pages. We will also look at redirecting with the header() function CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox14.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: h
-
16:49
Cmder: A Better Windows Command Line
Added 97 Views / 0 LikesWe are going to take a look at a Windows dev tool called Cmder which uses the ConEmu console, Clink, Git and a host of other tools to give you a MUCH better Windows command line experience. We will also install the "Terminal" package for Sublime Text and integrate Cmder with it Cmder Download: http://www.cmder.net Terminal Package: https://packagecontrol.io/packages/Terminal
-
34:12 Popular
Build A Node.js & Redis App From Scratch
Added 109 Views / 0 LikesIn this video we will build a user management application using Node.js and Redis which is an open source database/caching system. We will be able to add users to the system and search for them by id. CODE: Code for this video https://github.com/bradtraversy/redusers YOUTUBE REDIS CRASH COURSE https://www.youtube.com/watch?v=Hbt56gFj998 FULL REDIS COURSE: Please Use This Link https://www.eduonix.com/affiliates/id/16-10420 SUPPORT: We spend massive amo
-
39:35
Redis Crash Course Tutorial
Added 82 Views / 0 LikesIn this crash course we will discuss and demonstrate the fundamentals of Redis including... What Redis Is Installation Redis-cli Data Types - Strings, Lists, Sets, Sorted Sets, Hashes Data Persistence FULL REDIS COURSE: Please Use This Link https://www.eduonix.com/affiliates/id/16-10420 SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/tra
-
15:23 Popular
Angular 2 and Firebase App [Part 7] - Edit & Delete Listings
Added 101 Views / 0 LikesIn this video we will add the edit and delete functionality to our Angular 2 Firebase application. CODE: Code For This Video https://github.com/bradtraversy/proplistings COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-... EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support
-
24:02
Build A Codeigniter PHP App - Part 5
Added 94 Views / 0 LikesIn this video we will add comment functionality to our blog posts in the Codeigniter blog application project. We will add a new controller, model and add to the post view CODE: Code for this series https://github.com/bradtraversy/ciblog EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: htt
-
29:41
Build A JavaScript & jQuery Movie Info App in 30 Minutes
Added 98 Views / 0 LikesIn this video we will build a movie listing application using JavaScript ES6, jQuery along with Axios for making HTTP requests to the OMDb API. CODE: Code for this video https://github.com/bradtraversy/movieinfo EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversy
-
19:57 Popular
PHP Front To Back [Part 15] - PHP Contact Form
Added 106 Views / 0 LikesIn this video we will create a PHP contact form from scratch. We will also include server side form validation and messaging CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox13.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traver
-
35:20 Popular
Build & Deploy A React JS Text Generator App
Added 107 Views / 0 LikesIn this video we will put together a simple and useful React.js dummy text generator application and deploy it to a server. React is a popular JavaScript UI library CODE: Code for this video https://github.com/bradtraversy/sampletextgen REACT PROJECTS COURSE: http://www.traversymedia.com/course/projects-in-reactjs-the-complete-react-learning-course/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your suppor
-
24:10
An Intro To Electron - Desktop Apps with JavaScript
Added 87 Views / 0 LikesIn this video we will just start to scratch the surface with Electron which is a library to create desktop applications using only HTML, CSS and JavaScript. We will use code from the quick start and create a very simple system info desktop app Quick Start Repo: https://github.com/electron/electron-quick-start SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia htt
-
21:20 Popular
PHP Front To Back [Part 14] - Filters & Validation
Added 128 Views / 0 LikesIn this video we will look at PHP filters and how to validate data types, emails, urls, etc. We will also be able to sanitize data. Functions will include filter_has_var() filter_input() filter_var() filter_input_array() filter_var_array() CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox12.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend
-
10:06
PHP Front To Back - [Part 13] Ternary & Shorthand Syntax
Added 59 Views / 0 LikesIn this video we will look at the PHP ternary operator and some alternative syntax for if statements as well as loops. CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox11.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedi
-
10:20
Tips On Learning How To Code
Added 88 Views / 0 LikesIn this video we will discuss some helpful tips on learning how to code. We will describe some strategies that programmers and developers can use when learning a language, framework, etc Health Tips For Programmers Video https://www.youtube.com/watch?v=_CDKp0CJ0mw EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate
-
13:35
PHP Front To Back [Part 12] - Common String Functions
Added 92 Views / 0 LikesIn this video we will go over some common and useful string functions such as substr() strpos() strtoupper() strtolower() ucwords() trim() str_replace() gzcompress() CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox10.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to s
-
16:21
MEAN Stack Front To Back [Part 10] - App Deployment to Heroku
Added 85 Views / 0 LikesIn this video we will deploy the MEAN application to Heroku and setup mLab for our MongoDB database. CODE: Final Code https://github.com/bradtraversy/meanauthapp My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia
-
13:21
PHP Front To Back [Part 11] - Get & Post Tutorial
Added 88 Views / 0 LikesIn this video we will take a look at the $_GET and $_POST superglobals as well as form processing. We will also look at the htmlentities() function for page security CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox9.zip EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to sho
-
15:43 Popular
Setup Linux Ubuntu For Web Development
Added 117 Views / 0 LikesIn this video I will show you how I setup my Linux Ubuntu machine for web development. It includes installation for... Chrome Terminator Atom.io Node.js LAMP Stack Curl Filezilla Gimp *One important thing I forgot was MongoDB
-
47:34
Create a Responsive Website With the W3 CSS Framework
Added 84 Views / 0 LikesIn this video we will build a responsive website using the W3.CSS framework from W3Schools. We will be working with HTML5 and CSS and a tiny bit of JavaScript. Font Awesome will be used for icons CODE: Code for this video http://www.traversymedia.com/downloads/acme_w3css.zip EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, pl
-
29:33
Build A Codeigniter PHP App - Part 4
Added 100 Views / 0 LikesIn this part of the codeigniter PHP framework series we will add the functionality to create categories as well as display categories and all posts from a single category CODE: Code for this video https://github.com/bradtraversy/ciblog EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http:/
-
16:57
PHP Front To Back [Part 10] - $_SERVER Superglobal
Added 83 Views / 0 LikesIn this video we will create a simple webpage that displays the server, file and client info. We will use Twitter Bootstrap to make the page look nice and clean. CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox8.zip EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show yo
-
12:15
jQuery Image Slider - Quick & Easy
Added 88 Views / 0 LikesIn this video we will build a very simple jQuery image slider or image switcher. We will use a little css for styling as well. CODE: Code for this video http://www.traversymedia.com/downloads/jqslider/jqslider.zip IMAGES ONLY: http://www.traversymedia.com/downloads/jqslider/imagesforslider.zip VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We sp
-
25:09 Popular
Angular 2 & Firebase App [Part 6] - Add Listing & Storage
Added 125 Views / 0 LikesIn this part we will add the functionality to add a property listing and also how to upload an image to Firebase storage as well as fetch the image and put in the listing CODE: Code For This Video http://www.traversymedia.com/downloads/proplistings/proplistings_part_6.zip COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-... VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://









