Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. It is a very popular useful css compiler now a days. There are also other css compilers like less etc. but sass has been using from long time. In fact Bootstrap itself have accepted Sass and it have […]
What’s new in Bootstrap 4
In this blog I am going to explain about new Bootstrap version that is Bootstrap v4.0.0-beta.2. At first I am going to tell what is Bootstrap and what for this is used. Bootstrap is basically a css framework i.e. front-end component library which build responsive, mobile-first projects on the web. It is also an […]
How to create reaction emoji using Ionic Framework
In this blog I am going to show how to create simple reaction emojis in an Ionic app. Please note: I am using free images from google. Let us move on to our first step. Step 1 : Install Node JS first. You can download node js from https://nodejs.org/en/download/ Install Ionic from https://ionicframework.com/getting-started/ If […]
How to create a custom registration form for native app using Ionic framework and PHP (for backend)
In this article we are going to build a simple registration form by using Ionic framework for front end and core Php for back end Step 1 Install Ionic Cordova. If you have done it already, skip this step. Step 2 app.module.ts Import http module as we will use http post method in our […]