Getting Started with Spine Mobile
With the growing complexity of JavaScript applications, frameworks are an absolute must if you need to meet real world deadlines. In this article, we’re going to take a look at a new framework called...
View ArticleHow to Use Faye as a Real-Time Push Server in Rails
There are multiple ways to add push functionality to an application, including Pushr and Pub-Nub, which are quite elegant and simple solutions. There are also some more advanced options. In this...
View ArticleTake the 2011 Web Design Survey
Do you design websites? Got five minutes? We want to hear from you! Take the 2011 Web Design survey hosted by Rockable Press and Webdesigntuts+ and get the chance to win the grand prize: an Apple iPad...
View Article20 Ways to Save Kittens and Learn PHP
Twice a month, we revisit some of our readers’ favorite posts from through out the history of Nettuts+. This tutorial was first published in January, 2011. There’s an old adage – dating back to the...
View Article30 Days to Learn HTML and CSS: a Free Tuts+ Premium Course
If you’ve ever wanted to learn how to build websites and web apps, HTML and CSS are the first skills you should learn. They are so fundamental that we believe everyone has the right to learn these...
View ArticleAn Update on Nettuts+ Prefixr
Many of you might be aware that we recently launched a helpful web service, called Nettuts+ Prefixr. Thankfully, the tool has come a long way since the initial launch, as I’ve squashed countless bugs,...
View ArticleNettuts+ Quiz #7: Abbreviations – Darth Vader Edition
Abbreviations are an inevitable part of being a web developer. HTML, CSS, HTTP, XML… the list goes on and on. This Darth Vader edition should be a moderate test of your web development force-fu. Don’t...
View ArticleA Look at Popcorn
Today we’re going to take a look at Popcorn.JS, a library from Mozilla which makes it very easy to manipulate a webpage based on the current position of a video. This allows you to create rich...
View ArticleHow to Create a Sublime Text 2 Plugin
Sublime Text 2 is a highly customizable text editor that has been increasingly capturing the attention of coders looking for a tool that is powerful, fast and modern. Today, we’re going to recreate my...
View ArticleA Massive Guide to Custom Theming jQuery UI Widgets: Premium Tutorial
jQuery UI is an open source library of interface components that features interactions, animation effects and ready-to-use widgets. jQuery UI is based on the jQuery JavaScript library and is themeable,...
View ArticleDig into Dojo: DOM Basics
Maybe you saw that tweet: “jQuery is a gateway drug. It leads to full-on JavaScript usage.” Part of that addiction, I contend, is learning other JavaScript frameworks. And that’s what this four-part...
View ArticleQuick Tip: The Awesome Details Element
One of my favorite new HTML5 tags, which has only recently been integrated into Chrome (as of version 12), is the details element. I’ll show you to use it in today’s quick tip. What Does the details...
View ArticlePython from Scratch – Create a Dynamic Website
We’ve covered quite a bit of Python in the previous tutorials in this Session. Today, we’re going to combine everything we’ve learned so far to build a dynamic website with Python. Prefer a Video...
View ArticleHow to Create a Time Based CSS Style Sheet Switcher
Style switchers have become a popular feature on websites these days. CSS style sheets allow a Web Designer to change the look and feel of a website with little effort. Some sites use “Day” and “Night”...
View ArticleHow to Inject Custom HTML and CSS into an iframe
Ever been to a site like JSBin, where you can write HTML, CSS, and JavaScript, and then see the results in a panel to the right? An iframe is how we can accomplish this task. In today’s quick tip, I’ll...
View ArticleJoin the Nettuts+ Community on Google+
We’re excited to let you know that now, in addition to Twitter and Facebook, you can get involved with the Nettuts+ community over at Google+! We’ll be using Google+ to let you know about our latest...
View ArticleHow to Generate a Complete Excel Spreadsheet From MySQL
A CSV (Comma Separated Value) file is usually sufficient for exporting MySQL data as an Excel Spreadsheet. These CSV files are data only though. A real Excel spreadsheet has formatting, formulas and...
View ArticleGetting Started with MongoDB
Ready to get in and start learning about MongoDB, one of the coolest technologies for web developers? In this new series, you’ll go from beginner to pro and be able to use Mongo just as easily as MySQL...
View ArticleEasy Package Management for CodeIgniter with Sparks
Sparks is a new package-management system for CodeIgniter that extends the core with support for gem-like sparks. This tutorial interweaves an entry-level overview of the architecture and usage of the...
View Article50 Practical, Problem Solving Items
In the real world, we have to adhere to tight deadlines — so tight that it’s often not feasible to create everything from scratch. In these situations, a well-built and tested template can be of...
View Article