Archive
Blog Archives
User Login With WordPress using React Native
After seeing a lot of requests about this topic on Google, I’ve decided to make my own tutorial about it. So let’s get started! On the render() method of your React Native component, create a Form with input fields for Username and Password. this.state = { validating: false } render() { return ( <Container> <Content> […]
Authentication with React Native and Redux – Basic Example
Demonstrates a simple user authentication using Redux – the most popular state management module.
Node.js Authentication
A simple user authentication example using Express and Passport.js which includes pages for Login, Register, and Account.
MongoDB Authentication Using PHP
Recently, a client of mine wanted to have an authentication system for their existing Web Application. They are currently using MongoDB as their Database and just wanted to implement a simple Login, Register and Account page for their customers. I did not have much experience working with MongoDB before I accepted the project so I […]
Using History.js with AJAX
Simple example on how to make History.JS work with dynamically loaded pages.
Indent WordPress Subcategories in a Drop-down List
Create a drop-down list with multiple level of WordPress Subcategories.