Cross Promotions on Nettuts+
Hello Nettuts+ Readers! As some of you will have seen, I put up a post a couple of days ago which featured a Slideshare presentation about our sister site ThemeForest. The post sent over lots of...
View ArticleExtend your .NET Applications with Add-ons
Your application lacks a cool whizbang feature? Let other interested developers extend your application through add-ons. By opening up your app to additional functionality down the line, you can build...
View ArticleInnovative Uses of WordPress Post Types and Taxonomies
With the release of WordPress 3.0, two great ways to better organize and display content were introduced: post types and taxonomies. These two advances improve WordPress’ role as an all-around content...
View ArticleBuild a Canvas Image Editor with Canvas: New Premium Tutorial
The HTML5 canvas element makes so many things possible: animation, graphing and data visualisation, gaming, and much more. One thing it makes possible is the creation and manipulation of images. And...
View ArticleRuby for Newbies: Operators and their Methods
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...
View ArticleTop 10 Pitfalls When Switching to Vim
Admit it: every time you see a person using Vim, you consider the possibility that they know something you don’t. Why else would they be using an editor that, in your mind, is dated, open-source junk?...
View Article30 Developers you MUST Subscribe to as a JavaScript Junkie
As JavaScript developers, we have quite crazy requirements. The playing field is in a state of constant flux and one of the best ways to keep up is interacting with other developers and reading their...
View ArticleBest of Tuts+ in January 2011
The first month of the year was a very busy one for Tuts+. Here’s a catch up of the Editor’s picks from each site in case you missed them! Cgtuts+ | CG & 3D Tutorials Coding a ‘Blueprint Manager’...
View ArticleLanguage Wars: Sign Up
Hey, guys! I’m launching a new series on Nettuts+ soon, and I need your help! The series is called “Language Wars,” and will provide two developers — who have differing views on a particular subject —...
View ArticleCodeIgniter from Scratch: Search Results without Query Strings
In this episode of CodeIgniter from Scratch, 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...
View ArticleCanvas From Scratch: Introducing Canvas
This is the first article in a series that will bring you up to speed with HTML5 canvas, the plugin-less drawing functionality built into modern browsers. In this introductory article, I’ll show you...
View ArticleImplement Twitter Scrolling without jQuery
jQuery is an awesome tool, but is there ever a time when you shouldn’t use it? In this tutorial, we’re going to look at how to build some interesting scrolling behavior with jQuery, and then review...
View ArticleASP.NET and AJAX
In this tutorial, we’ll take a look at some of the things you can do with ASP.NET and AJAX in your web applications. It’s more than just wrapping an UpdatePanel around some buttons, textboxes and...
View ArticleCreate Bookmarklets – The Right Way
Bookmarkets can be defined as mini applications masquerading as tiny snippets of JavaScript awesomeness that reside in your browser and provide additional functionalities to a web page. Today, we’re...
View ArticleWhy You’re a Bad PHP Programmer
We all have our bad habits. In this article, we’ll go over a list of bad practices that are worth examining, reevaluating, and correcting immediately. Who the Hell Do You Think You Are? Every time I...
View ArticleHow to Build a Custom S3 Uploader: New Premium Tutorial
Ever wondered how to create a form that can upload multiple files directly to your desired S3 bucket with PHP? While tools like S3Fox and Transmit certainly get the job done quite well, sometimes we...
View ArticleCreate a Simple Music Streaming App with Ruby on Rails
Amazon S3 is a great way to store files, but learning how to integrate it into your website can be a challenge. In this article, you will learn how to integrate Amazon S3 and Ruby on Rails through the...
View ArticleASP.NET from Scratch: Views
The last major piece of the ASP.NET MVC Framework is the View engine. In this lesson, we look at the default View Engine in MVC2 – the WebForms View Engine – and learn how we can use views to display...
View ArticleCreate your First Tiny MVC Boilerplate with PHP
I’m often asked about how to create an extremely simple MVC boilerplate for small projects which don’t require a massive framework, like CodeIgniter or CakePHP. We’ll build a solution in ten minutes...
View ArticleAutomate your Projects with Apache Ant
Ever find yourself doing boring, repetitive tasks as a web developer? Today, I’m going to show you how you can cut those meta-tasks out of your development cycle with a little bit of automation. In...
View Article