Sometimes we come across situations where we need to get first word in string python. Hence it is often helpful to have shorthands to perform this function. This article also covers the situations where we need all words present in…
Expand +Category: Web Development
Import CSV Data into Mysql Database in Codeigniter
Import csv data in bulk via a CSV file is one of the essential features of any web application and will decrease the time needed to insert data one by one. Here we want to import data from the CSV…
Expand +What is a RESTful API?
The RESTful API or REST (Representational State Transfer) API is an easy way to handle communication between individual systems as different as smartphones and other low overhead websites. It is an application program interface (API) that uses HTTP requests for…
Expand +Best Framework for Progressive Web Apps Development
Today with the introduction of various technologies such as AngularJS, Vue.js, and ReactJS, the Progressive Web Apps development area is growing. All of these tools have different advantages and drawbacks and you need to understand them before choosing the best…
Expand +Python vs Node.JS: Which one is the best fit for your project?
In this blog, we’re going to be positive in choosing the winner by comparing the advantages, drawbacks of both Python vs Node.JS, so you can choose the best options for your project. When creating an app or designing a project,…
Expand +Upload and Create Image Thumbnails using CodeIgniter
The capability of uploading and create image thumbnails is one of the most important requirements for most web application developers and Codeigniter provides file upload and file resize feature. The Codeigniter Library for image Upload and Resize Image is very…
Expand +Convert text from one language to another using Google Translate API in PHP / JavaScript
In this article, I have explained how to translate text from one language to another using Google Translate API in PHP / JavaScript. The daily limit of the Translate API is 2 million characters per day. You can increase the…
Expand +How to Get Current Visitor Location using HTML5 Geolocation API
In this article, we will learn about How to Get Current Visitor Location using HTML5 Geolocation API in PHP. The geolocation feature in HTML5 enables you to determine the geographical coordinates of the current visitor location of your website (latitude…
Expand +Integrate Blockonomics bitcoin payment gateway in PHP
Blockonomics Bitcoin payment gateway is the only in the e-commerce industry to allow full decentralization. Purchases made on your website are sent to your account directly, rather than to a wallet for payment gateways. Not only does this save you…
Expand +React Redux Basic Introduction
React Redux is the official Redux UI binding library for React. Redux is a predictable state container for javascripts Apps. Let’s break definition into three parts to better understand: It is for JavaScript apps. It is a state container. It…
Expand +