Nettuts+
By Nettuts+
To listen to an audio podcast, mouse over the title and click Play. Open iTunes to download and subscribe to podcasts.
Podcast Description
Nettuts+ is a tutorial site aimed at web developers. We run tutorials on technologies such as HTML/CSS, PHP, ASP.NET, Ruby on Rails, WordPress and more.
| Name | Description | Released | Price | ||
|---|---|---|---|---|---|
| 1 | VideoThe Introduction to Rails Screencast I Wish I Had | The Introduction to Rails Screencast I Wish I Had | 10/10/11 | Free | View In iTunes |
| 2 | VideoPython from Scratch - Lesson 4: Object Oriented Programming | Today, we're going to be delving into the subject of Object Oriented Programming (OOP). OOP is a very powerful way of organizing your code, and a solid understanding of the concepts behind it can really help you get the most out of your coding. | 8/24/11 | Free | View In iTunes |
| 3 | VideoRuby for Newbies: Testing Web Apps with Capybara and Cucumber | Ruby is a one of the most popular languages used on the web. We’re running a Session here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. In this episode, you'll learn about testing your Sinatra apps with Cucumber, Capybara, and Rspec. | 8/22/11 | Free | View In iTunes |
| 4 | VideoPython from Scratch - Lesson 3: Functions and Modules | Welcome back to the Python from Scratch series. In the previous lesson, we learned how to use variables and control structures to store and manipulate data. Be sure to review it if you need a refresher! | 7/21/11 | Free | View In iTunes |
| 5 | VideoHow to Submit a form with Control + Enter | You’ve probably seen it on Twitter, Google+, or FaceBook. You’ve got a text box where you write you status / message / update and a button to submit it. But, if you’re lazy like me, you don’t like to switch to the mouse to click the button. These services help us out by allowing us to press control + enter to submit. Let’s recreate this scenario, and see how we can submit a form with control + enter. | 7/15/11 | Free | View In iTunes |
| 6 | VideoRuby for Newbies: Missing Methods | In this episode, we’re going to look at the too-cool-to-be-true way that Ruby objects deals with methods that don’t exist. | 7/11/11 | Free | View In iTunes |
| 7 | VideoPython from Scratch - Part 2 | Python from Scratch - Part 2 | 6/16/11 | Free | View In iTunes |
| 8 | VideoPython from Scratch - Lesson 2 | Welcome back to the Python from Scratch series, where we're learning Python, from knowing absolutley nothing to building a simple dynamic website with it. last lesson we got Python installed and set up, so today we're going to cover a load of ground, learning all the essentials to have a solid start in Python. We're going to learn about the concept of variables, and the datatypes they can contain. Then we're going to learn about manipulating those variables with operators, and finish up learnoing about control structures to manage the flow of your data. | 6/16/11 | Free | View In iTunes |
| 9 | VideoThis Time, You'll Learn Node.js: Lesson 2 | This Time, You'll Learn Node.js: Lesson 2 | 6/13/11 | Free | View In iTunes |
| 10 | VideoResponsive Web Design: A Visual Guide | Learn how to use media queries to their fullest. | 5/27/11 | Free | View In iTunes |
| 11 | VideoEasy Authentication with CodeIgniter - Part 2 | Easy Authentication with CodeIgniter - Part 2 | 5/26/11 | Free | View In iTunes |
| 12 | VideoEasy Authentication in CodeIgniter - Part 1 | Easy Authentication in CodeIgniter - Part 1 | 5/26/11 | Free | View In iTunes |
| 13 | VideoRuby for Newbies: The Tilt Gem | In this episode, we’ll be looking at Tilt , an all-inclusive wrapper gem for Ruby template engines. | 5/12/11 | Free | View In iTunes |
| 14 | VideoPython from Scratch: Getting Started | Welcome to Python from Scratch , where I'm going to teach you the ins and outs of Python development... from scratch. | 5/6/11 | Free | View In iTunes |
| 15 | VideoRuby for Newbies: Regular Expressions | Ruby is a one of the most popular languages used on the web. We?ve started a new Session here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. In this lesson, we?ll look at using regular expression in Ruby. | 5/2/11 | Free | View In iTunes |
| 16 | VideoRuby for Newbies: Working with DataMapper | Ruby is a one of the most popular languages used on the web. We've started a new Session here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. Today, we'll look at the DataMapper gems to get up and running with a database in Ruby. | 4/19/11 | Free | View In iTunes |
| 17 | VideoASP.NET from Scratch: Views with MVC | ASP.NET MVC3 ;is now available, and it includes a new View engine called Razor. In this lesson (dubbed 9.5), we download the MVC3 bits and look at Razor and rebuild the application from the previous lesson with the new View engine. | 4/18/11 | Free | View In iTunes |
| 18 | VideoThe Perfect Workflow, with Git, GitHub and SSH | In this lesson, we'll focus on work-flow. More specifically, we'll use a GitHub service hooks to automatically update a project on our server whenever we push updates to our GitHub repo. | 4/15/11 | Free | View In iTunes |
| 19 | VideoThis Time, You'll Learn Node.js | In this lesson, I'm going to teach you how to build a blog engine with Node.js. | 4/8/11 | Free | View In iTunes |
| 20 | VideoConvert a Warm, Cheerful Web Design to HTML: Chapter 9 | In this final lesson, we'll clean up all remaining bugs, work on the typography, and then compress all of our assets for deployment. | 3/28/11 | Free | View In iTunes |
| 21 | VideoRuby for Newbies: Working with Gems | Ruby is a one of the most popular languages used on the web. We've started a new Session here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. Today, we'll look at the awesome packaging system that Ruby provides for distributing programs and libraries: Gems. | 3/19/11 | Free | View In iTunes |
| 22 | VideoRuby for Newbies: Working with Directories and Files | Ruby is a one of the most popular languages used on the web. We?ve recently started a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. Today, we?ll look at the Dir and File classes, and how we can use them to work with directories and files. | 3/8/11 | Free | View In iTunes |
| 23 | VideoASP.NET from Scratch - Views | The last major piece of the ASP.NET MVC Framework is the View engine. In Lesson 9, we look at the default View Engine in MVC2--the WebForms View Engine and learn how we can use views to display information to the user. | 2/22/11 | Free | View In iTunes |
| 24 | VideoSearching Data Without Query Strings | In this episode we will implement search features, and display the results pages without the use of query strings. You can use these methods to keep your URL's clean, and continue using the uri segments convention of the CodeIgniter framework. | 2/10/11 | Free | View In iTunes |
| 25 | VideoRuby For Newbies: Operations and their Methods | Ruby is a one of the most popular languages used on the web. I've started a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. In this lesson, we?ll be taking a deeper look at operators in Ruby, and why their different from anything you?ve ever seen before. | 2/7/11 | Free | View In iTunes |
| 26 | VideoCodeIgniter from Scratch: Searching Data without Query Strings | The popular CI from Scratch series continues! | 1/23/11 | Free | View In iTunes |
| 27 | VideoLet's Create Paper with CSS | Let's Create Paper with CSS | 1/13/11 | Free | View In iTunes |
| 28 | VideoConvert a Warm, Cheerful Web Design to HTML and CSS - Compensate for IE | As we near the end of our series, in this lesson, we take a look at our website in Internet Explorer. | 1/3/11 | Free | View In iTunes |
| 29 | VideoConvert a Warm, Cheerful Web Design to HTML and CSS - Styling Form Elements | In this episode of our series, we'll style the form elements. | 12/27/10 | Free | View In iTunes |
| 30 | VideoImprove your Workflow with Macros | In this screencast, I'll teach web developers how to expedite their workflow by using macros. ; | 12/27/10 | Free | View In iTunes |
| 31 | VideoRuby for Newbies: Part 5 | Ruby for Newbies: Lesson 5 | 12/22/10 | Free | View In iTunes |
| 32 | VideoConvert a Warm, Cheerful Design to HTML and CSS - The JavaScript | In this episode of our series, we'll write the necessary JavaScript to allow for the tabbing functionality on the site. | 12/21/10 | Free | View In iTunes |
| 33 | VideoConvert a Warm, Cheerful Design to HTML and CSS - The Footer Section | In this episode, we'll style the footer of our website. | 12/20/10 | Free | View In iTunes |
| 34 | VideoConvert a Warm, Cheerful Design to HTML and CSS - The Main Section | In this episode of our PSD -> HTML series, we'll style the main section of our website. | 12/20/10 | Free | View In iTunes |
| 35 | VideoConvert a Warm, Cheerful Web Design to HTML and CSS - Styling the Banner | In this lesson of our PSD -> HTML series, we'll style the banner with CSS. | 12/15/10 | Free | View In iTunes |
| 36 | VideoConvert a Warm, Cheerful Web Design to HTML and CSS - Build the Header | In this lesson in the series, we'll style the header section with CSS. | 12/13/10 | Free | View In iTunes |
| 37 | VideoConvert a Warm, Cheerful Web Design to HTML and CSS - Chapter 4 | In this lesson, we'll learn how to use the 960 grid framework to rapidly create the structure of our website. | 12/10/10 | Free | View In iTunes |
| 38 | VideoMimic a "Click" Effect with Only CSS | In this 4-minute web development quick tip, I'll show you a nifty technique that allows you to simulate a click-effect with only CSS. | 12/10/10 | Free | View In iTunes |
| 39 | VideoConvert a Warm, Cheerful Web Design to HTML and CSS - Slice the PSD | In Chapter 3 of this series on net.tutsplus.com, we'll slice the design in Photoshop. | 12/9/10 | Free | View In iTunes |
| 40 | VideoConvert a Warm, Cheerful Web Design to HTML and CSS | Not long after our newest Tuts+ site, Webdesigntuts+, launched, they posted an excellent tutorial that details the process of designing a warm and cheerful home page in Photoshop. After high demand, we'll take that completed design and convert it into a standards-compliant HTML and CSS web page. Along the way, we'll review a variety of nifty techniques that will help you to improve your own workflow. | 12/7/10 | Free | View In iTunes |
| 41 | VideoJavaScript from Null: Utility Functions and Debugging | This video tutorial will teach you how to filter through an array and retrieve only the unique values. Along the way, we'll also learn how to use Firebug to debug our code. | 12/6/10 | Free | View In iTunes |
| 42 | VideoHow to Generate (Image) Noise with Canvas | A common design technique is to apply subtle noise to background elements. This is most commonly accomplished with, roughly, a 10x10 pixel image, which is then repeated for the entire width of the containing element. Though it would be fantastic if this could, one day, be accomplished with CSS3, for now, the only alternate way that I know how to achieve this effect without images, is to use canvas. | 11/23/10 | Free | View In iTunes |
| 43 | VideoRuby for Newbies: Conditional Statements and Loops | Ruby is a one of the most popular languages used on the web. We've started a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. In this chapter, we’ll be looking at how conditional statements and loops work in Ruby. | 11/23/10 | Free | View In iTunes |
| 44 | VideoHow to Detect CSS Support in Browsers | In this video tutorial, I'll teach you how to write a function that will determine whether or not the current browsers supports any CSS2/3 property. | 11/13/10 | Free | View In iTunes |
| 45 | VideoWorking with Pages in WordPress | Working with Pages in WordPress | 11/12/10 | Free | View In iTunes |
| 46 | VideoLookahead ands Lookbehinds in Regular Expressions | Today, we'll be reviewing the intricacies of regular expressions. More specifically, we'll discuss both how and why you should use positive/negative lookahead ands lookbehinds in your regular expressions. | 11/10/10 | Free | View In iTunes |
| 47 | VideoRuby for Newbies: Working With Classes | Ruby is a one of the most popular languages used on the web. Weâve recently started a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. In this chapter, we’ll take a look at creating our own Ruby classes. | 11/5/10 | Free | View In iTunes |
| 48 | VideoCalling JavaScript Methods on Other Objects | You’ll never stop being surprised by JavaScript. In this quick tip, I’m going to show you how to use the JavaScript methods call and apply to call your functions of other objects. Don’t know what I mean? Let’s get started! | 11/3/10 | Free | View In iTunes |
| 49 | VideoGetting Clever with CSS3 Shadows | As soon as we detach a shadow from the element, itself, we can them transform the shadow in interesting and creative ways. | 11/2/10 | Free | View In iTunes |
| 50 | VideoASP.NET From Scratch: Controllers and Simple Model Validation | Lesson 8 continues to delve into the ASP.NET MVC framework by looking at controllers and their role in MVC applications. You also learn how to perform model validation by implementing the IDataErrorInfo interface. | 11/1/10 | Free | View In iTunes |
| 51 | VideoLoose Coupling with the pubsub Plugin | I talked about pubsub as part of my presentation at the 2010 jQuery Conference in Boston earlier this month, and it seemed to be a topic that held a lot of interest for people. I didn’t have a lot of time to talk about it in my presentation, so I’ve put together a short screencast that goes into a bit more depth. Hope you like it! | 10/28/10 | Free | View In iTunes |
| 52 | VideoJeffrey Wins a Bet | Many of you might remember the lowest point in my life. A month ago, after a miserable three-game Scrabble defeat, Allie (my wife in training), forced me to eat a giant spoonful of Vegemite, and then announce it on our company Yammer feed. Somehow, from that point, it ended up on the blog you're reading now...further sealing my humiliation and defeat. But all things change, and revenge is a dish best served cold. After an inspiring five-game winning streak on my part, this time, Allie, per the terms of our bet, had to stand in our central Chattanooga park, and perform ; a corny punching motion for five minutes straight -- all while being watched, particularly by a group of nineteen year old boys, who struggled to contain their laughter. | 10/26/10 | Free | View In iTunes |
| 53 | VideoRuby for Newbies: Variables, Datatypes, and Files | Ruby is a one of the most popular languages used on the web. Today, we’re starting a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. Today, we'll look at the basic Ruby datatypes, as well as using variables and storing your Ruby code in files. | 10/26/10 | Free | View In iTunes |
| 54 | VideoRuby for Newbies: Installing on PC and Mac | Ruby is a one of the most popular languages used on the web. Today, we're starting a new screencast series here on Nettuts+ that will introduce you to Ruby, as well as the great frameworks and tools that go along with Ruby development. Today, we'll look at why you might want to use Ruby, as well as how to install it on your PC or Mac. | 10/11/10 | Free | View In iTunes |
| 55 | VideoAn Introduction to the Official jQuery Templating Plugin | Just this week (October 4), the jQuery team announced that Microsoft's templating plugin is now being officially supported. What this means is that the plugin will now be maintained and updated directly by the core team. In this video tutorial, we'll review the essentials of the plugin, and why it's so awesome. | 10/4/10 | Free | View In iTunes |
| 56 | VideoHow to Display Justin Bieber Tweets with Asynchronous Recursion | Bottom line: Justin Bieber = traffic. I fully intend to use this to my advantage, and none of you can do anything about it. The purpose of today's video tutorial is to demonstrate how to use a scary set of words, "asynchronous recursion" to continuously display updated tweets about the great Biebster. And then finally, we'll hijack these tweets to make them look as if they're referring to Nettuts+ instead. | 10/1/10 | Free | View In iTunes |
| 57 | VideoASP.NET from Scratch: Routing in MVC | Lesson 7 looks into URL routing in the MVC framework, and examines how a request can be routed to a controller and action method. You learn how to use constraints to gain better control over your routers, and also discuss best practices in adding routes to the route table. | 9/29/10 | Free | View In iTunes |
| 58 | VideoCodeIgniter from Scratch: Displaying & Sorting Tabular Data | In today's video tutorial, we are going to use CodeIgniter to pull information from a database and display it in a sortable table structure. This is a quite common task, especially inside admin areas, for displaying database records. We are going to be utilizing a few different utilities, such as the active records library and pagination. | 9/6/10 | Free | View In iTunes |
| 59 | VideoJavaScript from Null: Cross-Browser Event Binding | In chapter five of this series, we jumped into the muddy world of event listeners. In that episode, we only got our feet wet; however, today, we'll take things a step further as we implement a far more efficient solution. Along the way, we'll learn a plethora of new techniques. As with every JavaScript from Null screencast, it's not essential that you view the previous entries in the series before watching. | 8/27/10 | Free | View In iTunes |
| 60 | VideoASP.NET from Scratch: MVC | Lesson 6 ditches WebForms in favor of ASP.NET MVC. In this introduction, you'll get a taste of ASP.NET MVC and recreate a EmailForm application using the MVC framework. | 8/26/10 | Free | View In iTunes |
| 61 | VideoThe Official Guide to the HTML5 Boilerplate | In this video, Paul Irish, the co-creator of HTML5 Boilerplate ( http://html5boilerplate.com/ ), will discuss every part of his HTML5 template. | 8/23/10 | Free | View In iTunes |
| 62 | VideoCodeIgniter from Scratch: Profiling, Benchmarking & Hooks | In this 15th episode of the series, we are going to learn about three subjects: Profiling, Benchmarking and Hooks. You can use these tools to analyze your CodeIgniter applications performance, and figure out what part of the code you need to optimize. We are also going to make even further improvements to the Profiler library to suit our needs. | 8/4/10 | Free | View In iTunes |
| 63 | VideoHow to Create Blog Excerpts with PHP | Ever visited a blog, and noticed that each posting's body only contained a hundred characters or so, which is then followed by "..."? Ever wonder how to do that yourself without utilizing a CMS? It's not quite as easy as you might think. In this video tutorial, I'll show you how to do this, as well as a host of other neat little things, like working with MySQL's LEFT() function, using PHP's strrpos, and substr, creating the beginning's of an actual blog, and more. It's only fifteen minutes, so let's dig in! | 7/22/10 | Free | View In iTunes |
| 64 | VideoCodeIgniter from Scratch: Security | In this 14th episode of the series, our subject is 'Security'. We will go over topics such as: password encryption, message encoding/decoding, XSS filtering, output filtering, sql injection, session security, private controller methods and more. | 6/30/10 | Free | View In iTunes |
| 65 | VideoASP.NET from Scratch: Lesson 5 | Lesson 5 delves into Master Pages - ASP.NET's built-in templating engine. You'll learn what Master Pages are, and how to use Master and Content pages to provide a consistent look and feel to your web application. | 5/19/10 | Free | View In iTunes |
| 66 | VideoBuild Kick-Ass CSS3 Buttons | What once required background images and icons can now be created with plain-old CSS. Because modern browsers have access to things like box shadow, gradients, rounded corners, text-shadows, and font-face, we can finally take advantage of this and remove any need for static images, when creating visual elements, like buttons! I'll show you how in today's video tutorial. | 5/12/10 | Free | View In iTunes |
| 67 | VideoASP.NET from Scratch: SQL Server | Part four of this series changes the lesson plan again! This lesson introduces you to Microsoft SQL Server 2008 and SQL Management Studio. You?ll learn how to create a database, add tables to it, and populate it with data. You'll then use that data and bind it to a template control. | 4/5/10 | Free | View In iTunes |
| 68 | VideoCodeIgniter from Scratch: Extending the Framework | In today's screencast we are going to learn how to create our own helpers and libraries. We are also going to learn how to extend the existing helpers and libraries that come with CodeIgniter. At the end of the tutorial we will extend the Form Validation library to give it the ability to check for password strength | 4/2/10 | Free | View In iTunes |
| 69 | VideoCodeIgniter from Scratch: Shopping Cart | In today's episode, we are going to be working with several helper functions, related to files, directories, and downloads. We are going to learn how to read, write, download files, and retrieve information about both files and directories. Also at the end we will build a small file browser that utilizes jQuery as well. | 3/25/10 | Free | View In iTunes |
| 70 | VideoHow to Write a Neat FlipNav Script | How to Write a Neat FlipNav Script | 3/19/10 | Free | View In iTunes |
| 71 | VideoHow to Build a Lava-Lamp Style Navigation Menu | A couple weeks ago, I created a screencast that demonstrated how to build a three-level navigation menu. In a response email, one of our readers requested a tutorial on how to build a lava-lamp style menu. Luckily, it?s quite a simple task, especially when using a JavaScript library. We?ll build one from scratch today. | 3/13/10 | Free | View In iTunes |
| 72 | VideoBuild and Enhance a 3 Level Menu | Build and Enhance a 3 Level Menu | 2/28/10 | Free | View In iTunes |
| 73 | VideoCodeIgniter from Scratch Day 10 | n this 10th episode of the CodeIgniter From Scratch screencast series, we will be exploring the Calendar library. We are also going to utilize the database class and jQuery AJAX. I will show you how to build a simple and CSS-styled Calendar page, which will have the ability to store and display content for each day. | 2/26/10 | Free | View In iTunes |
| 74 | VideoCodeIgniter from Scratch: Day 9 | In this video tutorial, you'll learn about file uploading, and image manipulation techniques. | 2/19/10 | Free | View In iTunes |
| 75 | VideoCodeIgniter from Scratch: Day 8 | In this tutorial, you'll learn about how to add AJAX functionality to a CI project. | 2/10/10 | Free | View In iTunes |
| 76 | VideoJavaScript from Null: Chapter 5 - Events | As we move forward with our 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. | 1/29/10 | Free | View In iTunes |
| 77 | VideoASP.NET from Scratch: Day 3 | Continuing our ASP.NET training on net.tutsplus.com. | 1/21/10 | Free | View In iTunes |
| 78 | VideoHow to Make All Browsers Render HTML5 Mark-up Correctly ? Even IE6 | HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we?ll create a common layout using some of HTML 5?s new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Yes, even IE 6. | 1/20/10 | Free | View In iTunes |
| 79 | VideoTerminal, Git, and GitHub for the Rest of Us | So you've read the tutorials, and still can't manage to figure out this stuff. What even is Git - and why do we 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 explain it to you as best as I possibly can! | 1/15/10 | Free | View In iTunes |
| 80 | VideoLearn how to Write Lightning-Fast Code in 4 Minutes: Screencast | We all know the benefits of using snippets and bundles to speed up our coding, but what if we could take things a step further, and turn a complex html structure into something as simple as a CSS selector? Well, thanks to a new project, called Zen-Coding, we can do this very thing! In this four-minute video quick tip, I'll demonstrate how. | 1/8/10 | Free | View In iTunes |
| 81 | VideoJavaScript from Null: Chapter 4 | JavaScript University continues today as we learn about methods of the Array object, how to return values from functions, scope, and even your first animation. | 12/29/09 | Free | View In iTunes |
| 82 | VideoJavaScript 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. | 12/18/09 | Free | View In iTunes |
| 83 | VideoJavaScript 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. | 12/11/09 | Free | View In iTunes |
| 84 | VideoCodeIgniter from Scratch: Day 6 | Day 6 in the popular CodeIgniter video series on Net.tutsplus.com | 12/9/09 | Free | View In iTunes |
| 85 | VideoJavaScript from Null: Chapter 1 | Thanks to the wide adoption of libraries like jQuery and Mootools, JavaScript's popularity has skyrocketed in the last few years. However, in the process, an interesting thing occurred: many newer developers are learning these libraries without taking the time to actually learn about raw JavaScript techniques. What percentage of jQuery users don't know how to fade out an element with only raw JS? My guess is that it's much higher than many would think. If you want to truly understand the library you're working with, and improve your skill-set, it's vital that you learn the fundamentals of raw JavaScript. This screencast series focuses exclusively on JavaScript, and will take you from your first "Hello, World" alert up to more advanced topics. | 12/4/09 | Free | View In iTunes |
| 86 | VideoASP.NET from Scratch: Day 2 | -- | 11/29/09 | Free | View In iTunes |
| 87 | VideoEasy Editing for your Clients with PageLime | -- | 11/12/09 | Free | View In iTunes |
| 88 | VideoHow to AJAXify your Comments | -- | 11/6/09 | Free | View In iTunes |
| 89 | VideoASP.NET from Scratch - Lesson 1 | -- | 11/3/09 | Free | View In iTunes |
| 90 | VideoAsk JW - A Plugin to Make Important Announcements | I was recently asked on Twitter if I was aware of a simple announcement plugin for jQuery - where a little bar is posted at the top of a website informing the user that some important news/update is taking place. I'm sure you've seen them plenty of times. With jQuery, we can create a wrapper for this effect easily and quickly. | 11/3/09 | Free | View In iTunes |
| 91 | VideoHow to Build a Simple Content Slider jQuery Plugin | -- | 10/30/09 | Free | View In iTunes |
| 92 | VideoCodeIgniter from Scratch: Day 5 | -- | 10/29/09 | Free | View In iTunes |
| 93 | VideoApp Site- From PSD to HTML and CSS (Apple TV) | -- | 10/24/09 | Free | View In iTunes |
| 94 | VideoTypekit: Removing the Wrapping Paper | Services like Typekit live and die by how intuitive their products are. A couple weeks ago, I finally received my beta invite to join. For those unfamiliar, Typekit is a service that allows you to use a plethora of fonts on your own site with minimal effort. This video demonstrates just how easy Typekit is to work with. Rather than being a tutorial per se, this is more akin to removing the wrapping paper for the first time! I literally pressed record with zero knowledge of how to use Typekit. However, as you'll soon see, this service very well might prove to be the number one choice for designers and developers, once it officially launches. I know I'm on board! | 10/15/09 | Free | View In iTunes |
| 95 | VideoCodeIgniter from Scratch: Day 7 | In these last two weeks, I've received bunches of requests for a CodeIgniter pagination screencast; so that's what we'll be reviewing today! As a bonus, we'll also take a look at the super convenient HTML Table class. | 10/1/09 | Free | View In iTunes |
| 96 | VideoEnvato Marketplace Redesign: Intro | Given by the marketplace manager, Cyan Ta'eed. | 9/28/09 | Free | View In iTunes |
| 97 | VideoQuick and Easy jQuery Filtering | Please refer here for the hi-resolution version: http://net.tutsplus.com/videos/screencasts/quick-and-easy-filtering-with-jquery/ | 9/25/09 | Free | View In iTunes |
| 98 | VideoWordPress for Designers: Day 18 | I'll bet that many of you have used or have been searching for a WordPress contact form to you for yourself or a client. Plugins can be great and very convenient, but your also relying on the plugin developer to make sure it works and does what you want. Today, we are going to build our contact page, complete with a working AJAX/php contact form! We will use the jQuery library to pull off the AJAX call and animation effects. It's a day you won't want to miss if you have ever wondered how to build an AJAX contact form with WordPress. | 8/24/09 | Free | View In iTunes |
| 99 | VideoA Crash-Course in CSS3 Effects | Webkit is one of the few - if only - browser engines to really embrace advanced CSS3 effects. Unfortunately, this presents somewhat of a double-edged sword. We get to play with all of these amazing effects - such as CSS masks, reflections, transitions, animations, scaling, etc. - yet, we can't truly implement them into our projects until more browsers provide support. With all of that said, it's important to be on the cutting edge of what's possible. In today's video tutorial, we'll review a bunch of different neat effects that can be used in Safari 4, and for all iPhone development. | 8/21/09 | Free | View In iTunes |
| 100 | VideoWordPress for Designers: Day 17 | Did someone call for an integrated back end slider? Well, if you did, we heard you! After much anticipation from our readers, today is the day we integrate our slider with the backend of WordPress. We will learn all about how to use the WordPress media manager to let users setup, add, and edit the slider, all from the convenient backend of WordPress. This is a day you don't want to miss, so fire up your server and let's do this! | 8/14/09 | Free | View In iTunes |
| Total: 100 Episodes |
Customer Reviews
best podcast on the net!
I love to watch the nettuts podcast...great information for web developers or people who just want to learn!
Best podcast!
Please keep up the great work!
Awesome Information
The nettuts videos and articles are awesome. I'm a professional web developer, and I learn something new from these guys almost everyday. The information is always useful to experts, but accessible to beginners. I can't recommend it enough to anybody doing web design or development.
Viewers also subscribed to

- The Official jQuery Podcast
- Ralph Whitbeck & Rey Bango
- View In iTunes

- The Art of Code
- Ted Forbes
- View In iTunes




