Videos tagged with Nettuts
As we move forward with JavaScript University, today, we'll learn how to add event handlers to elements on the page. Unfortunately, this can be more cumbersome than we'd hope, due to the fact that Internet Explorer must always be the black sheep. Nevertheless, we'll learn how to abstract these inconsistencies away to our custom utility function. Created by Jeffrey Way.
NETTUTS: ASP.NET from Scratch: Lesson 3
Picking up where Lesson two left off, this new installment of ASP.NET From Scratch covers more C# programming fundamentals – namely class inheritance and interfaces. In this lesson, you’ll learn how to use inheritance to save time and code. You’ll also learn about the concept of interfaces, and how they can make your applications and components flexible and maintainable. You'll also be introduc...
NETTUTS: Terminal, Git, and GitHub for the Rest of Us: Screencast
So you've read the tutorials, and still can't manage to figure out this stuff? What is Git - and why do we even need it? If you fall into this category, much like I did at one point, I've recorded a video tutorial that hopes to teach you exactly how to get started. Rather than feeling your eyes blur over as you attempt to comprehend code snippets like "git push origin master," relax, and let me...
NETTUTS: JavaScript from Null: Chapter 3
Continuing on with our JavaScript training, in this week's screencast, we'll review if, for, and while statements. Secondly, you'll be introduced to the ternary operator, as well as a handful of the most useful methods of the String object. Created by Jeffrey Way.
NETTUTS: JavaScript from Null: Chapter 2
Continuing on from chapter one, we'll now take things a step further as we learn about primitive datatypes, operators, if statements, and naming conventions. Created by Jeffrey Way.
NETTUTS: ASP.NET from Scratch: Lesson 2
Continuing on from lesson one, Jeremy McPeak, author of Professional AJAX, and Beginning JavaScript: 4th Edition, will take things a step further as we delve deeper into working with the ASP.NET framework. Created by Jeremy McPeak.
NETTUTS: Regular Expressions for Dummies: Screencast Series
Over the course of a handful of video tutorials, I'm going to teach you how to use regular expressions effectively in your Javascript and PHP applications. As always, I'll assume you know absolutely zip. Created by Jeffrey Way.
NETTUTS: Easy Website Updates with PageLime
PageLime makes the process of editing static websites laughably easy. There are times when a full CMS like WordPress is far too complicated when only simple edits are required - not to mention the fact that a static template must first be modified accordingly to work with WordPress. Wouldn't it be easier if your current static website could instantly be integrated with a service, without requir...
NETTUTS: Learn how to AJAXify Comment Forms
In this week's video tutorial, I'll teach you how to take a simple, boring contact form and add some animations and an AJAX post request to submit the form to your MySQL database asynchronously. Created by Jeffrey Way.
NETTUTS: ASP.NET from Scratch: Lesson 1
Nettuts+ is primarily a PHP haven; however, I'm sure we can all agree that there are many fantastic, and technically more powerful languages and frameworks at our disposal. Jeremy McPeak, author of Professional AJAX, and Beginning JavaScript: 4th Edition, will teach you how to build ASP.NET applications from scratch over the course of the next several video tutorials. Enjoy! Created by Jeremy M...