Traversy Media
-
47:34
Create a Responsive Website With the W3 CSS Framework
Added 87 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
-
15:43 Popular
Setup Linux Ubuntu For Web Development
Added 121 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
-
13:21
PHP Front To Back [Part 11] - Get & Post Tutorial
Added 91 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
-
16:21
MEAN Stack Front To Back [Part 10] - App Deployment to Heroku
Added 88 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:35
PHP Front To Back [Part 12] - Common String Functions
Added 96 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
-
10:20
Tips On Learning How To Code
Added 91 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
-
10:06
PHP Front To Back - [Part 13] Ternary & Shorthand Syntax
Added 63 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
-
21:20 Popular
PHP Front To Back [Part 14] - Filters & Validation
Added 131 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
-
24:10
An Intro To Electron - Desktop Apps with JavaScript
Added 90 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
-
35:20 Popular
Build & Deploy A React JS Text Generator App
Added 111 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
-
19:57 Popular
PHP Front To Back [Part 15] - PHP Contact Form
Added 109 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
-
29:41 Popular
Build A JavaScript & jQuery Movie Info App in 30 Minutes
Added 105 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
-
24:02
Build A Codeigniter PHP App - Part 5
Added 100 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
-
15:23 Popular
Angular 2 and Firebase App [Part 7] - Edit & Delete Listings
Added 106 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
-
39:35
Redis Crash Course Tutorial
Added 87 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
-
34:12 Popular
Build A Node.js & Redis App From Scratch
Added 114 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
-
16:49
Cmder: A Better Windows Command Line
Added 100 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
-
10:31 Popular
PHP Front To Back [Part 16] - Sessions Tutorial
Added 141 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
-
14:06 Popular
PHP Front To Back [Part 17] - Cookies Tutorial
Added 105 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
-
24:00 Popular
12 Chrome Extensions For Web Developers & Web Designers
Added 135 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
-
21:02
App Hosting With Digital Ocean
Added 99 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
-
36:26
Build a Vue js Translator App Using The Yandex API
Added 94 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
-
13:48 Popular
PHP Front To Back [Part 18] - PHP & AJAX
Added 126 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
-
18:48 Popular
PHP Front To Back [Part 19] - File System Functions
Added 110 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
-
24:49
JSON Crash Course
Added 95 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
-
32:29 Popular
Build A Codeigniter PHP App - Part 6
Added 141 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
-
28:03 Popular
Build A Codeigniter PHP App - Part 7
Added 108 Views / 0 LikesIn this video we will complete the login and logout functionality and add the access control 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://www.paypal.me/traversymedia FOLLOW TRA
-
35:45
Build a Bootstrap Theme With Scroll Animation
Added 99 Views / 0 LikesIn this video we will create a clean Bootstrap theme that implements animation using ScrollReveal. CODE: Code for this project http://www.traversymedia.com/downloads/techscroll.zip ScrollReveal Github: https://github.com/jlmakes/scrollreveal 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:
-
35:24 Popular
Webpack Crash Course
Added 125 Views / 0 LikesIn this video we will look at the Webpack module bundler which is used for many different tasks. Ill show you how to install webpack using npm and how to import both files and modules. We will also look at application structure and loaders such as style and Babel CODE: Code for this video https://github.com/bradtraversy/webpack_app EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We s
-
16:00 Popular
Top 10 Programming Languages 2017
Added 128 Views / 0 LikesIn this video I will share MY OPINION of the top programming languages to learn in 2017. This is ALL programming languages not just for web development #10 - GO #9 - Rust #8 - Swift #7 - Ruby #6 - C++ #5 - C# #4 - PHP #3 - Java #2 - Python #1 - JavaScript









