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 [...]
Archive for the 'Atlanta Web Design' Category
The most obvious job for a web designer is working for a web design agency, but if you’ve never done that before… then how do you know what to expect? Is it even the right path for you?
Setting foot in an agency for the first time can be daunting. It’s filled with people who [...]
When it comes to adding JavaScript functionality to a website, jQuery has become the solution of choice for web designers and developers. With it’s ease of use and ever-growing selection of plugins, there’s really no point to look elsewhere. Awesome jQuery plugins are popping up everyday, and we’re always on the look out. So for [...]
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 [...]
Every week we try to hunt down high-quality freebies for our readers. One of our favorite freebies to find for you are fonts, because everybody knows… you can never have too many fonts in your library. In this post, we’ve rounded up 11 brand new fonts that are super high-quality. I especially love the AW [...]
After more than 300 comments on last week’s Sticker Mule giveaway, we finally have the results.
As you know, Sticker Mule makes awesome custom stickers in all different shapes and sizes as well as skins that you could use, for example, for your laptop, iPhone or iPad. These are not only great fun, but [...]
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 [...]
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 [...]
A couple of months ago I advised people to Be careful with non-ascii characters in URLs. We’ve been discussing that at work lately, more specifically whether characters like “:” and “/” are allowed unencoded in query strings or not.
I may well have made mistakes trying to understand the specification, so any help clarifying any errors [...]
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 [...]