Entries by Team Lufa

jQuery Cheat Sheet

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

Beginner’s Guide to Web Development | Code School

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 […]

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 […]

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 […]

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’ […]

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. […]