Before going further into web service API implementation, Let's walk through the what is web service, why do we need a web service, what is REST API and then implementation. Prerequisites What is a Web Service? Why do we need a Web Service? What is RESTful Web Service? Web Service…
Let’s consider the event registration form, User has to enter their city name for the event registration. Some user will register their City by typing Bangalore and some users will register their city by typing Bengaluru. Same cities will have multiple names. If website visitors / admin wants to check…
How to create a custom meta box in WordPress Admin Interface without using the plugin? Create a custom Meta box container. Create a function for Meta box content. Create a function for Save the data of the Meta field. Meta Box We can add a meta box to any post…
PCI DSS - Payment Card Industry Data Security Standard is an information security standard for handling the credit cards from the major card schemes and it was created to protect cardholder data. When we were implementing the PCI DSS Assurance Card script into our WooCommerce website, it becomes a floating…
Before going deeper into web service API implementation, Let's go through the what is web service, why do we need a web service, what is REST API and then implementation. Web Service Web service is a collection of open protocols and standards used for exchanging data between two different applications…
I am a little nervous to write my first blog post. It’s harder to think and organize my experience on a blog than explain to someone in person over a cup of coffee. Hmm... there is always a first time for everything. Hosting ROR on Apache. There was no prior…
Output date format, which date picker provides by default is: 6/9/2017 Manipulating month difference and parsing the date format to dd-mmm-yyyy, We need to add some custom function or we have to use a third-party library like moment.js. For Example - When a candidate registers employment details, based on from…
In this blog post, I will showcase a simple example that implements vertical nested tabs for content navigation using CSS3, HTML5 and jQuery. HTML5 takes care of the Nested Tab Structure, CSS3 handles the look and feel and jQuery the tab functionality. Basic Building Blocks Create a HTML5 page structure…


