…e WordPress social media plugins for social sharing?I am always on the lookout for something new for my next project. Sometimes it's about looking good in a particular theme, other times it about the features, and sometimes you just need a little extra something to maximize social sharing.Here are 20…
…er the web framework you’re working with, caching is an important tool to have in the kitty to improve the overall performance of your website. You have different caching mechanisms to choose from, like file, APC, Memcached and more. You can decide based on your requirements, and sometimes it takes…
…ess 4.6 (codenamed "Pepper") was released to the public. As with every release of the CMS, there's a lot to review when it comes to what has been updated or introduced.Some of the changes are under the hood or related to the performance of the application. Others are purely focused…
…e past tutorials, I have shown you how to create a flat file system content management system (CMS) using Go, Node.js, and Ruby. In this tutorial, I am going to take the same design model and build a server using PHP. Since PHP isn’t a server by itself, but is…
…ernet users connect to lots of different services and web applications. As we come to use more and more of these services, we expect them to integrate with each other for convenience and ease of use. Much of this integration is made possible through OAuth, a standard for authorizing integrations…
…eact is a view library written in JavaScript, and so it is agnostic of any stack configuration and can make an appearance in practically any web application that is using HTML and JavaScript for its presentation layer. As React works as the ‘V’ in ‘MVC’, we can create our own…
…er e-commerce frameworks, OpenCart also provides built-in support for digital products, allowing you set up and sell downloadable products out of the box. Also, it’s considered an important feature of e-commerce frameworks nowadays, as the trend of selling virtual products is being adopted progressively.The usual workflow of selling virtual or…
…er-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} As a website owner, you should always try to use all the tools at your disposal to increase visitor traffic to your website. For many websites, more traffic drives up revenue to further expand business or improve the quality of the services you currently provide.…
…e CreatingWhat's AMP?Last October, Google announced AMP as an open-source initiative to provide faster mobile web browsing. As described by TechCrunch, many see AMP as an attempt by Google to compete better with Facebook's Instant Articles and mobile applications which increasingly provide faster, more streamlined browsing. I tend to agree.Pages…
…evious series, I provided an in-depth guide to working with the WordPress Settings API. For those who are new to WordPress or who have been using other tools such as The Customizer to handle various options, it may be something that you have not had to use in your theme…