Browsing Category

Tutorials

Ruby for Newbies: Testing with Rspec
videos

Ruby for Newbies: Testing with Rspec

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 Ruby code with Rspec, one of the best testing libraries in the business.


This entry is part 13 of 13 in the Ruby for Newbies Session
How I Made the Domai.nr Chrome Extension

How I Made the Domai.nr Chrome Extension

Writing a nifty Chrome Extension honestly isn’t as difficult as you might think. In this tutorial, I’m going to walk you through how I took an API offered by a great domain-name search service, Domai.nr, and created a Chrome extension for them, simply using their API.

Into the Ring with knockout.js

Into the Ring with knockout.js

In the red corner, weighing in at just 29Kb (uncompressed), is knockout.js; a pure JavaScript library that simplifies the creation of dynamic user interfaces. Knockout is library agnostic, so it can easily be used with any of the most popular JavaScript libraries already available, but it works particularly well with jQuery, and uses jQuery.tmpl as its default templating engine.


This entry is part 1 of 3 in the Into the Ring with Knockout.js Session
Testing Your JavaScript with Jasmine

Testing Your JavaScript with Jasmine

We all know we should be testing our code, but we don’t actually do it. I guess it’s fair to say that most of us put it off because, nine times out of ten, it means learning yet another concept. In this tutorial, I’ll introduce you to a great little framework for testing your JavaScript code with ease.

Cross-Browser CSS in Seconds with Prefixr

Cross-Browser CSS in Seconds with Prefixr

A couple weeks ago, as I began to manually update my stylesheet with all of the various browser prefixes for the new CSS3 properties, I thought to myself, “This is such a waste of time. Surely, there’s an easier way.

Essential TextMate Shortcuts, Tips and Techniques

Essential TextMate Shortcuts, Tips and Techniques

Even after six years, TextMate is still considered by many to be the best code editor available for Mac. The reason why is simple: it’s incredibly powerful, and offers features that even the newest editors don’t yet offer. Add a robust plugin/bundle community on top of it, and you get one heck of a code editor.

I’ll show you some of my favorite shortcuts and tricks today.

How to Create a jQuery Image Cropping Plugin from Scratch – Part II

How to Create a jQuery Image Cropping Plugin from Scratch – Part II

Web applications need to provide easy-to-use solutions for uploading and manipulating rich content. This process can create difficulties for some users who have minimal photo editing skills. Cropping is one of the most used photo manipulation techniques, and this step-by-step tutorial will cover the entire development process of an image cropping plug-in for the jQuery JavaScript library.

Fully Understanding the <code>this</code> Keyword

Fully Understanding the this Keyword

Today’s tutorial comes courtesy of the extremely talented Cody Lindley, from his latest book: JavaScript Enlightenment. He discusses the confusing this keyword, and the various ways to determine and set its value.

Quick Tip: How to Add Syntax Highlighting to Any Project
videos

Quick Tip: How to Add Syntax Highlighting to Any Project

In this lesson, we’ll use a JavaScript based syntax highlighter to quickly add a syntax highlighting functionality to any web project — even on a simple HTML page!

Uploading Files with AJAX

Uploading Files with AJAX

I can’t seem to reach the end of the fun stuff you can do with emerging web technologies. Today, I’m going to show you how to do something that—until the last while—has been almost unprecedented: uploading files via AJAX.

Oh, sure, there have been hacks; but if you’re like me, and feel dirty every time you type iframe, you’re going to like this a lot. Join me after the jump!

Page 15 of 88« First...1213141516171819...Last »