…In the previous tutorial, we used mojs to animate different HTML elements on a webpage. We used the library to mainly animate div elements which looked like squares or circles. However, you can use the Html module to animate all kinds of elements like images or headings. If you actually…
…ing mojs. In this tutorial, we will learn about two more modules which can make our animations more interesting. The ShapeSwirl module allows you to add a swirling motion to any shape that you create. The stagger module, on the other hand, allows you to create and animate multiple shapes…
…ing the amount of spam you get. For businesses, this engagement with visitors increases the chances of turning them into clients or customers and thus increasing revenue. Whether your need is for a simple three-line contact form or a more complex one that offers loads of options and functions, you’re sure to…
…ing with, testing is an important and often overlooked aspect that you should give the attention it deserves. Today, we're going to discuss it in the context of the Laravel web framework.In fact, Laravel already supports the PHPUnit testing framework in the core itself. PHPUnit is one of the most…
…ing the react-router and react-transition-group modules to create multi-page React applications with page transition animations.Preparing the React AppInstalling the create-react-app PackageIf you've ever had the chance to try React, you've probably heard about the create-react-app package, which makes it super easy to start with a React development environment.In this tutorial,…
…ink that I'm the only one who has not yet created a framework. Some solutions, like Angular, are big and complex, whereas some, like Backbone (which is more a library than a framework), are quite simple and only provide a handful of tools to speed up the development process.In today's…
…In this tutorial, we'll focus on finding and fixing poor page load times with Raygun. But before we do that, let's discuss why slightly longer page load times can be such a big deal.One of the most important things that you can do to make a good first impression on…
…ing language, but it powers WordPress, Drupal, Magento, and more; not to mention the thousands of individual PHP scripts available. If you've got a problem that needs an online solution, more than likely, you can solve it by creating a PHP script—or by downloading something already built.PHP is clearly suited for web development.…
…In 2018, the toolbox for making sure your web page loads fast includes everything from minification and asset optimization to caching, CDNs, code splitting and tree shaking. However, you can get big performance boosts with just a few keywords and mindful code structuring, even if you’re not yet familiar with…
…ingWooCommerce is by far the leading ecommerce plugin for WordPress. At the time of writing, it has over 3 million active installations and is reportedly behind over 40% of all online stores.One of the reasons for WooCommerce's popularity is its extendability. Like WordPress itself, WooCommerce is packed full of actions…