…e first two articles of this series, I wrote about what welcome pages are and how they are helping products improve user experience by connecting the dots, after which I wrote about the WordPress Transients API that I intend to use while building the welcome page.Coding a welcome page for…
…er to run a successful business, you need to promote and advertise your company wherever your audience's attention is. Adding premium Facebook widget WordPress plugins to your website will help you connect with your customers. Facebook Chat is one of the many premium WordPress Facebook plugins available on CodeCanyon. Facebook…
…evious article, has explained the rationale—and eventually convinced us—to set our development environment as close to the remote web server using Vagrant. The article is more than two years old, but the idea is still relevant today. Even more, Vagrant has been recently gaining traction in the WordPress community with…
…e of my previous articles about image uploading in Rails, I made mention of Devise but did not go deep into it. In this tutorial, I will be teaching you about Devise.Ready? Let's get started!Devise Introduction and Modules Devise is an authentication solution for Rails built with Warden and provided…
…en developing or updating a website, some of your core goals should be delivering an optimal end user experience and improving website conversions, since these two facets are key to driving revenue and enhancing your company’s bottom line. But one problem you may discover is that while your growing use…
…ed the front-end development world upside down when it was released, bringing together a number of new or recent web application development practices into a powerful and easy-to-use framework. With version 2, the Angular team has started from scratch with a completely new system. Many of the ideas behind Angular…
…e CreatingThis tutorial is part of the Building Your Startup With PHP series on Envato Tuts+. In this series, I'm guiding you through launching a startup from concept to reality using my Meeting Planner app as a real-life example. Every step along the way, I'll release the Meeting Planner code…
…e heard of Paper.js. So, let's begin with the question: what is Paper.js? It is a library that allows you to create and work with vector graphics. The official website describes it as the Swiss Army Knife of Vector Graphics Scripting. Despite the fact that the library has a lot…
…e WordPress Customizer has been actively developed since its inception. The APIs are continually evolving, including the JavaScript API. However, it is one of the least documented APIs in the WordPress Codex. Hence there are only a few extensive records that show how to leverage the JavaScript API practically.Leveraging the…
…e begin the final article in the series on creating custom WordPress administration pages in WordPress, I think it's important to reiterate that this is not meant to say we should be circumventing the Settings API (or any of the native APIs). In fact, each API has its place, and…