How to Create a Web-Based Drawing Application Using Canvas: New Premium Tutorial

Combining HTML with the all new <canvas> 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 <canvas> feature. Become a Premium member to access this, as well as many other amazing tutorials and screencasts.

Direct Link

Read the rest of this entry »

MooTools Plugin: Event.Mock

Those of you who visit this blog often know that I have a certain love for the simple things: simple CSS enhancements, simple PHP scripts, and most importantly, simple JavaScript plugins. One plugin that recently caught my attention was Arieh Glazer Event.Mock plugin. Event.Mock is a tiny MooTools plugin (essentially just a small function; not a MooTools class) that does exactly what it says: provides a Mock event for easy use with Element.fireEvent.

Direct Link

Read the rest of this entry »

Quick Tip: What you May Not Know About JavaScript’s Logical AND Operator

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’); } The AND operator’s use in the code above is what the huge majority of us are most familiar with. If a equals 5 , and b equals 10 , then do something awesome, like display an alert box that says, “Yay!” The right side of the && operator will only run if the left side is equal to true .

Direct Link

Read the rest of this entry »

21 Ridiculously Impressive HTML5 Canvas Experiments

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.

Direct Link

Read the rest of this entry »

Quick Tip: Working with MySQL and SUM

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.

Direct Link

Read the rest of this entry »

Introducing the Tuts+ Marketplace – Making Premium Accessible to Everyone

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 .

Direct Link

Read the rest of this entry »

JavaScript from Null: Cross-Browser Event Binding

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.

Direct Link

Read the rest of this entry »

ASP.NET from Scratch: MVC

In this episode of “ASP.NET from Scratch,” we’ll ditch WebForms in favor of ASP.NET MVC. You’ll get a taste of ASP.NET MVC and recreate a EmailForm application using the MVC framework! The Complete Series Lesson 1: Getting Started Lesson 2: Improving an Email Form Lesson 3: Class Inheritance Lesson 4: SQL Server Lesson 5: Master Pages Lesson 6: MVC Premium Members: Download this Video ( Must be logged in ) Sell ASP.NET Components on CodeCanyon Did you know that you can sell your ASP.NET scripts and components on CodeCanyon ? Simply sign-up for a free author account , and start selling!

Direct Link

Read the rest of this entry »

40+ Superb CodeCanyon Items you Must Check Out

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.

Direct Link

Read the rest of this entry »