…emember me” function is a very useful feature, and implementation with React and Express is relatively easy. Continuing from our last part where we set up a WebRTC chat application, we will now add Mongo-backed persistent sessions and a database-backed online user list for good measure. Sessions? If you have…
…er-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Whether you need to create an email form, add a shopping cart to your eCommerce store, or create a contact form with validation, there's a PHP script that's right for you. Add a new set of features and functionality to your website with these scripts…
…er-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Creating an inline editor requires effort. You begin by switching the element to be edited with an input or textarea field. For a seamless user experience, you might also have to use some CSS in order to match the styling of swapped elements to the…
…e subscription-based model is a useful and popular model which allows you to set up recurring payments in your e-commerce store. In this tutorial, we'll look into OpenCart's "Recurring Profiles" feature. It allows you to set up subscription-based products in which a customer places an order only once and is…
…e CreatingThis tutorial series is coming to an end. If you’ve followed along until now, hopefully you have a solid understanding of the MVC framework, and how Parse.js works. Last session, we implemented delete, logout, and single blog view. And in this session, we are going to add the commenting…
…ement and automation are strategies that every systems administrator should know when managing more than a handful of servers. They are also very handy for developers who have to manage infrastructure but prefer to write code to specify an environment, rather than typing configuration commands by hand.In our latest course, Puppet…
…e introductory part of this series, we had a quick refresher on REST architecture and how it can help us create better applications. We then explored the history of REST APIs in WordPress and introduced ourselves to the latest addition: the WP REST API plugin. We set up a basic…
…etwork-centric programming language developed by Google that makes writing network related programs easy. With the many great libraries from which to choose, getting a web application running is a snap. In this tutorial, I am going to create a Content Management System (CMS) using Go and some helper libraries. This…
…e CreatingRuby on Rails has changed the world of web development since version 1 was released in 2004. It has become known since that time as a powerful framework that allows web applications to be built with relative ease. It's a framework designed with developer productivity and happiness in mind.…
…eal with the mundane, repetitive tasks in your WordPress project? Probably with some plugins. Or maybe you choose to (or have to) do them by yourself, manually. Wouldn't it be nice if you could do some of those tasks automatically and without any plugin load? Turns out, you can. In…