A business first step to run its service and let the consumers know about their presence is to do marketing and creating websites of their own. However, social media has become one of the basic needs of marketing and digitization.... Read more
In this article, we are going to crop an image using jQuery Croppie plugin and upload the image via Ajax request in PHP. There are a number of options to customize including the output image size, shape and orientation. We... Read more
The following is a simple PHP script to extract all links from a webpage : <h1 style="text-align:center;">Extract All Links from a Webpage using PHP</h1> <hr> <?php function getAllLinks($url){ $urlData = file_get_contents($url); $dom = new DOMDocument(); @$dom->loadHTML($urlData); $xpath = new DOMXPath($dom);... Read more
In this article we are going to learn to enable rotating a car using Jquery plugin. We will be using a number of car images and create a rotating effect with changing the pictures. View Output Here : https://www.carwale.com/ford-cars/freestyle/360-view/ Step... Read more
In computing, an avatar (also known as a profile picture or userpic) is a graphical representation of a user or the user’s character or persona. It may take either a two-dimensional form as an icon in Internet forums and other... Read more
Social Medias today are one of the major source of traffic to web applications and websites. URL sharing in social media platforms like Facebook, Twitter, Instagram, Viber and others are used extensively to drive traffic to websites or other applications.... Read more
In this article, we will be going through a simple Javascript and JQuery code that enables us to get the selected or highlighted text. In case, you want to show a custom menu or enable user to share the text... Read more
In this article, we are going to learn a cool trick in Facebook using JavaScript. We are going to write a couple of lines of JavaScript codes which will like all the Facebook posts in the current browser. Like all... Read more
Email has become one of the integral part of our daily process in recent years. Especially to business or corporate houses, emails are widely used for communication and marketing purposes. In this article, we are going to learn to send... Read more
The simplest way to get the IP address of client with PHP is using the $_SERVER[‘REMOTE_ADDR’] or $_SERVER[‘REMOTE_HOST’] variables. However, sometimes this does not return the correct IP address of the visitor, so we can use some other server variables... Read more
A Calendar is a chart or series of pages showing the days, weeks, and months of a particular year, or giving particular seasonal information. In this article, we will be learning to design and develop a Calendar for a webpage... Read more
Often, we need users to upload files via a webpage. There’s not much challenge if the file is a simple text file or a small image file. The real challenge arises when there’s a big files (zip or videos or... Read more
Coronavirus (Covid-19) pandemic has changed our lives drastically as every one of us is in our home quarantine. But because of it, online meetings and video calls went from unusual to usual. Among all of the other apps of video... Read more
Currency and the means of exchange has evolved and changed from the beginning of human beings. the 21st century is a digital world which needs a digital currency whose ultimate focus is to decentralize the currency and give humans privacy-oriented... Read more
We are living in the world of digitalization and modernization where people have moved to the next level of technology in every sector. Similarly, social commerce platforms have dramatically changed where people not only sell and buy products and services... Read more
