September 4th, 2010
Much like the other various Envato marketplaces , our newly launched Tuts+ marketplace will offer a free file each month. For September, that free file/tutorial just so happens to mine! I’ll show you how to build a custom HTML5 video player with Flash fallback support. Be sure to grab this one for free for the entire month of September. Next month, it’ll return to its original price. Though the idea of a video-specific HTML element... 
September 3rd, 2010
Typography is one of the most—if not the most—important aspects of web design. Some would argue that it takes up to 95% of web design, so why do we often neglect its importance? The readers who come to your site will often decide whether or not to stay according to your typographic choices. After all, they came here to read in the first place. Think about it for a second: if content really is king, logically typography should be... 
September 3rd, 2010
Combining HTML with the all new feature, you can make some pretty awesome web apps! In this Premium exclusive tutorial, we will create a neat interactive drawing application using HTML and JavaScript. Along the way, we’ll also learn the basic concepts of the all new feature. Become a Premium member to access this, as well as many other amazing tutorials and screencasts. Join Net Premium  Read More →
September 3rd, 2010
Just when you thought you’d seen all the cool features of HTML5, I’m here to bring you yet another one. The internet is no longer about just websites; it’s about web applications. Often, our users are on portable or mobile devices, and they won’t always have access to a network. With HTML5’s Application Cache, you can provide them with all or some of the functionality they would have online, no matter where they... 
September 2nd, 2010
Polls are nearly ubiquitous on the web today, and there are plenty of services that will provide a drop-in poll for you. But what if you want to write one yourself? This tutorial will take you through the steps to create a simple PHP-based poll, including database setup, vote processing, and displaying the poll. Step 1: Plan & Create the Database In order to store poll results, we’re going to store three pieces of information: A question... 
September 2nd, 2010
In today’s video quick tip, we’ll be reviewing JavaScript’ logical AND operator. Those of you who are just beginning to get into JavaScript, or even a library like jQuery, might not realize that they can even be used as micro if statements! Subscribe to our YouTube page to watch all of the video tutorials! Example 1: General Usage // EXAMPLE 1 var a = 5, b = 10; if ( (a === 5) && (b === 10) ) { alert(‘yay’);... 
September 1st, 2010
HTML5 is the thing to talk about these day. Today, we have a collection of some ridiculously impressive HTML5 canvas-based experiments that will make you say, “Wow!” Let’s take a peek at some of the latest, cutting edge examples out there. 1. 8 Bit Color Cycle 2. Particle Letter Animation 3. Cloth Experiment This is one of the best canvas-based experiments. 4. Particle System This is one of my favorites — absolutely amazing!... 
August 31st, 2010
In today’s quick tip screencast, we’re going to learn a MySQL query trick. You might be already familiar with the SUM() and IF() functions. We will be combining them to come up with some useful queries. This can reduce the number of queries you need to run for fetching certain types of summary data, and also provide a performance improvement. Premium Members: Download this  Read More →
August 31st, 2010
We’ve just launched the Tuts+ Marketplace , where Premium quality tutorials – both from our Tuts+ Premium program and from unaffiliated authors – are available to purchase individually. Our Tuts+ Premium program will still stay exactly the same – you’ll get all the same things, for the same price. But now, non-members will be able to purchase selected Premium tutorials on a one-off basis, without a Premium membership... 
August 30th, 2010
In this tutorial, we’ll learn how to create a slick email signup form. This form will harness the full power of AJAX, meaning that we will submit data to the server, validate it, and receive a response – all without a single page refresh! Along the way, you should pick up some useful tips related to PHP and JavaScript, as well as general programming best practices. Step 1: The Plan So, we…  Read More →
August 27th, 2010
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. Catch Up Chapter 1:... 
August 25th, 2010
Years ago, I learned a deceptively simple “assert” function from John Resig , for testing your JavaScript. Amazingly, at barely five or six lines, this code provides a great level of power and control over your code, when testing. I’ll show you how to use it in today’s video quick tip. Screencast Premium Members: Download this Video ( Must be logged in ) …  Read More →
August 25th, 2010
If you’ve been hanging around Nettuts+ for long, you probably know that it’s only one small piece of the huge Envato ecosystem. If you’re interested in becoming a more efficient developer, you’ll want to check out these incredible WordPress, CSS, JavaScript, .NET, and PHP components — all ready to drop into your latest project. WordPress Plugins 1. WP Geo Tagger WP Geo Tagging can be used to add your current location... 
August 25th, 2010
For four years the Envato Marketplaces have helped authors around the world earn an income selling their digital wares. Along the way we’ve grown from one marketplace to seven, with more on the way. We’ve gone from hundreds of members to hundreds of thousands . Items from our marketplaces have appeared in projects for companies big and small, all around the world. And most importantly of all, we’ve had thousands of authors... 
August 24th, 2010
CSS3 is one of the coolest new web technologies available to web developers right now. Using some of its many features, it is possible to reproduce the effects that you might have previously done in Photoshop, with CSS code that is more maintainable, faster to load, and hip with the latest trends. Read on to learn about the power tools available to you and how to combine them to produce the ultimate graphical effects. CSS3 has many features,... 
TOP