There are plenty of beginner tutorials, round-up posts, and code snippets, but few good places to go for more advanced, in-depth content about WordPress. In this section, we’re aiming for quality articles on intermediate-level topics, with an emphasis on developing smarter and faster sites, with the world’s most popular publishing platform. If you’re new to WordPress, we’ve got a series of tutorials lined up that will get you up to speed on techniques we’ll be exploring in future articles.
Read more…
In this article, Alex Moss interviews Mike Little and Matt Mullenweg, the co-founders of WordPress. Their contributions to WordPress have enabled people like Alex to make a living from this community-based open-source platform. Thanks Matt and Mike for taking the time to conduct these interviews!
Read more…
An easy way of configuring settings once and reusing them is by using some kind of tools such as INIT, which can perfectly coexist with and even be used through a generator. Keep in mind that it is intended for Web apps, so the lack of a build workflow might trouble you if you try to build a whole Web page architecture with it. Have you thought about a good workflow and about which tools provide the most convenience?
Read more…
After Marcotte defined the technique, responsive design frameworks began to emerge that incorporated these principles. Many of these frameworks are open-source, free to download and quickly customizable, and in this article, Jen Kramer will focus on the most popular ones: Bootstrap and Foundation. A responsive design framework might be a helpful tool in your arsenal, for quick prototyping, testing or even production code — one that expands your range of products and makes clients happy.
Read more…
A type design brief is like a charter path: It asks you questions, and the answers will guide you to where you want to be. The walk won’t be much shorter, but the chances of getting lost will be lower. In this article, Nadine Chahine shares six questions that will shape the typeface through its first moments of creation and serve as guiding principles through the various stages of the design.
Read more…
Joshua Mauldin started with style guides with the desire to make it simple to maintain and grow a design. One of the first questions, understandably, was why use Fireworks for a style guide? For him, it was mostly because of symbols and styles. Sure, you could use similar things in Photoshop, but he found Fireworks’ implementation to be smarter. In this article, you will find out why you would want to set up a style guide using Fireworks, and you’ll also get a little starter template that Joshua likes to use.
Read more…
Fortunately, learning is not limited to only a small minority of people anymore; it is not even limited to visiting a school or a university. The Internet makes it possible for us to distribute knowledge at a small price, and is full of web design resources to expand everyone’s knowledge on an enormous variety of topics.
Read more…
In this series of articles, Gabriele Romanato will cover in depth a practical implementation of session storage by creating a complete e-commerce shopping cart with the sessionStorage object and jQuery. Remember that, in these articles, you won’t find a new technique to replace existing server-side techniques, but rather just a proof of concept of session storage.
Read more…
In this article, Mark McDonnell will go over the techniques required to build a command line tool using Node.js and PhantomJS (this is just one example of the sort of command line tools you can develop with Node.js’ many features). Always consider automating the process with a CLI tool the next time you find yourself performing a repetitive task.
Read more…
This is the third installment in a series covering four ways to develop a mobile application. In previous articles, we examined how to build a native iOS and native Android tip calculator. In this article, Peter Traeg will create a multi-platform solution using PhoneGap. As with the previous articles in this series, all of the code for our application may be obtained from a GitHub repository.
Read more…