If you want to create a web-page, firstly you have to know HTML. So, what is HTML? HTML is an evolving language, which allows you to create a website. HTML stands for Hyper Text Markup Language. In 1990 Tim Berners-Lee first developed HTML. HTML 1.0 was the first version of HTML and the latest version […]
How to Generate PDF Documents in WordPress using CPT and ACF
WordPress allows us to easily generate PDF files and make them available for download. In this blog, I’ll explain how to simply create and open the PDF files with CPT and ACF in the WordPress site. Create ACF Field Advanced Custom Fields is a WordPress plugin which allows us to add extra content fields to our WordPress. Please […]
Solution Of Concurrent Exception In JAVA (Android)
Hello guys! We all know about a Collection named ArrayList. You can find this class in java. This class belongs to the package “package java.util;”. We can store any kind of values inside this class and can sort, reverse accordingly. But you will face a problem while sorting with respect to any class with the […]
Easy And Helpful Steps Of Creating A New Branch With Git
When you do a pull request on a branch, you’ll be able to still work on another branch and create another pull request on this other branch. Before creating a completely new branch, pull the changes from upstream. Your master needs to be up to date. $ git pull Create the branch on your native […]
Learn The Best Way of cropping image by using Javascript Library
If you ever get stuck in a situation where you have to crop an area of an image like a circle or like a square or maybe a rectangle area in a web application then there’s a way of achieving that by using a Javascript library or plugin called Croppie. It is fast, and you will get a lot of configuration options to customize it as you need. If I can […]
LEARN ABOUT JSON ENCODE AND DECODE IN PHP
JSON is basically used when we want to send back data to the client server. JSON ENCODE means if the data type is in array format then it actually turns into JSON OBJECT, and JSON DECODE is vice versa to the JSON encode. here I can show you a small example of JSON ENCODE $data […]
Some useful differences between CSS and SCSS
CSS is the styling language which is used to style web pages. Initially, CSS was written to style the HTML pages which grows more and more in the line of codes if the HTML pages increases. As the project gets bigger, maintenance & readability of CSS code gets harder. CSS causes some problems like: Big effort […]
Create Your Own Flipbook with Turnjs
Hello guys, Today I am introducing a simple example of how can we make an image flipbook with the help of Turn JS. Turn JS is nothing but a JavaScript library that helps us to create beautiful magazines or books like user view with the advantage of HTML5. Here is the html part, first you […]
Smart Cities in India: A leap to Future
The concept of Smart City was first proposed by IBM as a part of its Smarter Planet Initiative in 2008. So, what does the term ‘Smart City’ actually mean to us, according to the definition it is basically a designation given to a city that incorporates information and communication technologies (ICT) to enhance the quality […]