Quick Tip: How to Work with @Font-face

Quick Tip: How to Work with @Font-face

Feb 9th, 2010 in Screencasts by Jeffrey Way

Due to the fact that @font-face can be a bit overly complicated, it hasn’t caught on quite as much as it should. Once you start reading about licensing, different font formats, browser consistencies, it can potentially become more trouble than its worth.

But – in five minutes, I’ll try to simplify the process of working with custom fonts as much as I possibly can. Services like Font Squirrel help to make the task a cinch!

Continue Reading

How to Build an Unobtrusive Login System in Rails

How to Build an Unobtrusive Login System in Rails

Feb 9th, 2010 in Ruby by Adam Hawkins
9

An unobtrusive login system is one that gets out of the user’s way. It will make your application nicer and more polished. This article will guide you through the process of setting up user logins, then ajaxifying the process by moving the form into a modal box that communicates with the server. Additionally, this article will show you how to create the setup using jQuery and Prototype so you can choose your favorite library. This article assumes that you have experience with Rails and jQuery or Prototype.

Continue Reading

24 Best Practices for AJAX Implementations

24 Best Practices for AJAX Implementations

Feb 8th, 2010 in JavaScript & AJAX by Siddharth

Implementing AJAX technology can be a hit or miss thing. Do it well and you’ll have users raving over the slickness it provides to the general user experience while if you mess it up, you’ll be at the receiving end of their wrath. Here are 24 tips to guide you with implementing AJAX technology within your web application.

Continue Reading

Quick Tip: How to Extend Built-in Objects in JavaScript

Quick Tip: How to Extend Built-in Objects in JavaScript

Feb 5th, 2010 in JavaScript & AJAX, Screencasts by Jeffrey Way

Constructor functions, like Array, offer a wide range of methods and properties that you can make use of. But have ever wished that one of these objects offered some method that isn’t built-in? Is there a way to do so yourself? Absolutely! Let’s see how.

Continue Reading

What's In Store for jQuery UI 1.8 - Plus Free Books!

What’s Changed in jQuery UI 1.8 – Plus Free Books!

Feb 5th, 2010 in JavaScript & AJAX by Dan Wellman

jQuery UI 1.8 is currently at the release candidate stage and, barring the discovery of a major bug or flaw, will shortly become the current stable release of jQuery’s official UI library. So what has changed since the last current stable release of 1.7.2? One of the major differences of course is that the library now runs on the latest release of jQuery itself – version 1.4.1, but there have been many other changes including the addition of some great new components, which we’ll look at over the course of this article.

Continue Reading

preview

Working with RESTful Services in CodeIgniter

Feb 4th, 2010 in PHP by Philip Sturgeon

CodeIgniter is becoming well known for its power as a PHP based web application framework, but it’s not often that we see examples of it being used for anything else. Today we’ll learn how we can use CodeIgniter to create a RESTful API for your existing web applications, and demonstrate how to interact with your own API or other RESTful web-services, such as Facebook and Twitter.

Continue Reading

Quick Tip: How to Use the New

Quick Tip: How to Use the New “Post-Thumbnail” Feature in WordPress 2.9

Feb 4th, 2010 in Screencasts, Wordpress by Jeffrey Way

Up until the release of WordPress 2.9, setting up “post-image” support for your blog was a bit more tedious a task than it really needed to be. Luckily, that’s no longer an issue. I’ll show you how to get setup in this four minute video quick tip.

Continue Reading

An In Depth Overview of File Operations in PHP

An In-Depth Overview of File Operations in PHP: New Plus Tutorial

Feb 3rd, 2010 in PHP, Plus by Burak Guzel

In this week’s Plus tutorial, we will learn how to work with file operations using PHP. This is one of the most fundamental subjects of server side programming in general. Files are used in web applications of all sizes. So let’s learn how to read, write, create, move, copy, delete files and more. Help give back to Nettuts+, and become a Plus member!

Continue Reading

How to Test your JavaScript Code with QUnit

How to Test your JavaScript Code with QUnit

Feb 3rd, 2010 in JavaScript & AJAX by Gavin Huang

QUnit, developed by the jQuery team, is a great framework for unit testing your JavaScript. In this tutorial, I’ll introduce what QUnit specifically is, and why you should care about rigorously testing your code.

Continue Reading

Facebook Hopes to Revolutionize PHP with

Facebook Hopes to Revolutionize PHP with “Hip Hop”

Feb 2nd, 2010 in News by Jeffrey Way

Little did we know that, for the last six months, Facebook has made use of a custom compiler for PHP that they refer to as “Hip Hop.” Essentially, it takes your PHP source code, and converts it into C++, and is then compiled with G++. As a result, they’ve managed to reduce their CPU usage by 50%. This project has apparently been in development for the last two years, but has only today been released to the community.

Continue Reading

Page 1 of 6312345»...Last »