jQuery Cheat Sheet

jQuery cheat sheet in HTML with links to the original API documentation. Created by Oscar Otero

Source: jQuery Cheat Sheet

AtoZ CSS Archives

Tutorials for CSS

Source: AtoZ CSS Archives

13 Photoshop Tutorials That Will Help You Boost Your Web Design Game

In the past photoshop was not only a part of web design but perhaps the primary tool for it. Sites were designed by designers in Photoshop and then “sliced” and coded by developers for the web. While remnants of this method remain, the design and development community have adopted many new tools for web design, creating a larger “toolbox” of which Photoshop is just one option for a number of different tasks. An option that, make no mistake, is still incredibly useful.

Source: 13 Photoshop Tutorials That Will Help You Boost Your Web Design Game

30 Free Cursive Fonts for When Your Website Needs That Special Something

When you think about all the pieces essential to your site’s design, typography should be up at the top of the list. The typography you choose for your website will–to a large degree–determine how your brand is perceived, if your content is consumed, or even how effective a call to action is.

Source: 30 Free Cursive Fonts for When Your Website Needs That Special Something

Beginner’s Guide to Web Development | Code School

Forms_735

You’re probably familiar with the concept of a website, but maybe not with how a website actually works. Below, you’ll find an overview of each of the components necessary to view and interact with the website you’re currently on and virtually all other websites on the internet.

Source: Beginner’s Guide to Web Development | Code School

WordPress Security: The Ultimate 32-Step Checklist

Back when I was starting out as a web designer and developer, my biggest problem was getting stuff to work the way I wanted it to. I was concerned more about getting things (mostly) working as I expected them to be. Getting things to look snazzy was usually one of my primary goals when finishing a website. WordPress security was the least of my concerns. Hacking was something I read about, not something I expected to happen to me. SQL injection, cross-site scripting, elevation of privileges and critical security vulnerabilities were just buzzwords in tech news.

Source: WordPress Security: The Ultimate 32-Step Checklist

24 Must-Do Checks Before Launching Your WordPress Website

Website development can often be a lengthy and arduous process, especially if you’re creating it for someone who doesn’t have a clear vision of what they want. That’s why the urge to rush a site launch can be so tempting. While some developers might think, “If I push it live, we can just work out the last remaining kinks afterwards,” that sort of logic can get you into trouble.

Source: 24 Must-Do Checks Before Launching Your WordPress Website

Getting Started With Contact Form Plugins for WordPress

Have you ever heard of the Seahawks’ 12th Man? Those who follow football know that only 11 players from each team are allowed on the field at any given time. However, Seattle’s fans have been branded as the “12th Man” because of the profound effect their vocal presence and support has had on the Seahawks’ games. That’s how we feel about websites. They might not be a living, breathing team member who can call leads and attend company meetings, but they are still a very important part of a business’s sales, marketing, and customer relationship efforts.

Source: Getting Started With Contact Form Plugins for WordPress

How Fast Is Your WordPress Site? Find out with These Free Speed Testing Tools

How long does it take for your WordPress website to load? Two seconds? Three seconds? Heaven forbid, more than four seconds? If you don’t know, there’s a good chance that a slow-loading website is costing you pageviews and conversions. The first step to fixing any problem is admitting that you have a problem. But how do find out if you even have a website speed problem? By using free website speed testing tools.

Source: How Fast Is Your WordPress Site? Find out with These Free Speed Testing Tools

JavaScript for WordPress Developers: Getting Started With Objects

Objects are one of the most important and most powerful features of JavaScript and many built-in features use objects natively. Essentially, an object is a collection of properties, and a property consists of a key and a value. In this sense, objects in JavaScript are akin to associative arrays in PHP but the similarities end there.

Source: JavaScript for WordPress Developers: Getting Started With Objects