It’s easy to get lost with so many options for hosting your website. You have quite a lot to choose from! How much should you pay? Is support important to you, or are you a tinkerer who likes to do your own thing? Hopefully, reading this article will help you have a clearer picture of the different packages available, and you will be able to make a decision based on your website, requirements and budget!
Read more…
WordPress has released the first release candidate for the upcoming 4.0 version. According to the official version numbering, and a new major release is always a cause for excitement! Since Daniel Pataki has always used WordPress in English, it took him a while to realize how important internationalization is. Version 4.0 makes it much easier to get WordPress to speak your language. In fact, the first installation screen asks you to choose your native tongue. Let’s take a look at the new features the team at WordPress has been working on for us!
Read more…
Gulp is one of quite a few build tools available in JavaScript, and other build tools not written in JavaScript are available, too, including Rake. Why should you choose it? Gulp is a build system that can improve how you develop websites by automating common tasks, such as compiling preprocessed CSS. In this article, Callum Macrae will see how you can use Gulp to change your development workflow, making it faster and more efficient.
Read more…
In this article, Per Buer will talk about cache invalidation specifically to readers who already work with Varnish Cache. To learn more about it, you’ll find background information in “Speed Up Your Mobile Website With Varnish.”
A cache miss depends on two factors: the volume of traffic and the average time to live (TTL), which is a number indicating how long the cache is allowed to keep an object. To have a high TTL, we need to be able to invalidate objects from the cache so that we avoid serving stale content. With Varnish Cache, there are myriad ways to do this. You’ll explore the most common ways and how to deploy them.
Read more…
People recommend various tips on optimizing WordPress’ performance. All of them are effective ways, however, be careful when implementing any of these techniques. In this article, Hristo Pandjarov will cover some of the most common issues with various speed boosters that he has encountered and share solutions to help you fix those problems or find ways around them.
Read more…
What is the ideal product page? Who are we building this mobile website for? Putting together a mobile e-commerce website is a multidisciplinary task that encompasses business management, design, development and marketing. In this article, Lawrence Howlett will walk through all of the vital steps when planning a highly converting mobile e-commerce website.
Read more…
With iOS 7’s new Dynamics API, views can be influenced by gravity, attached to each other with springs, and bounced up against boundaries and each other. We’re used to objects in games feeling real. To get this effect, game designers use a physics engine that treats the elements as bodies in a simulation and that uses Newton’s laws of motion to calculate how they move over time. In using the engine, designers specify an object’s bounciness, its density, the level of gravity, and how things are attached to each other. In iOS 7, Apple made that technology available to UIKit-based apps as well.
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…
One of the hardest problems in responsive Web design right now are responsive images. “Retina” images are especially a challenge because if you have sized your layout with ems or percentages, then you cannot be sure of the exact pixel dimensions of each image being displayed. In this article, Gavyn McKenzie will look at one solution to the problem that he implemented on his portfolio website at Etch.
Read more…
WordPress is a powerful platform for managing content, which makes it perfect for carrying out a process of ongoing conversion rate optimization. Implementing the steps that we’ll outline below would be difficult and would probably necessitate the involvement of a professional developer. But if you can handle the day-to-day running of a WordPress installation, then you won’t have much trouble following this article and implementing its suggestions.
Read more…