Get Client IP Address using PHP
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…
Build a simple Calendar in Website using PHP (With Source Code)
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 using PHP. Files :…
Upload Files in Chunk using PHP and JavaScript
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 any other). In this article, we will…
Zoom Meeting : Is it really safe and deserves to be used?
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 calling and online…
New crypto currency in market : Is PI network legit?
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…
Everything you need to know about Sagoon
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…
What Does The Future Hold For Crypto-Currency ?
The world is moving towards modernization and development at a quick pace. We can see many development works and evolution in every sector of our lives. For example: Monetization has replaced the barter system and landline telephones are replaced by…
Role of Social Media Platforms in Promoting Digital Technology
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. More than that, it is a…
Reasons why Cyber Security needs more priority
With the increasing dependency and usage of web technologies, the importance of Cyber Security approaches is getting more discussed in recent times. A number of incidents of cyber attacks are recorded daily and its kind of a challenge for business houses…
How to install Progressive Web App for Desktop ?
When talking of Progressive Web Apps (PWAs), mobile applications are the first thing that comes to mind since it’s always been the case that way. However, as time is changing, major browsers such as Chrome with their PWA initiatives are now breaking into…
How to Zip/Unzip files using PHP
Compressing files while transferring from one location to other is always a good option. In case of web experience, compressing files means reducing the file size by nice margin resulting in low bandwidth consumption as well as faster download and upload…
Detect whether Internet speed is Fast or Slow using JavaScript
In this article, we are providing you with a code snippet which you can include in any webpage where you want to display internet speed whether it is slow or fast. This feature can be useful if you webpage contains some element that needs a better…
Design Full Page Overlay Advertisement using HTML, CSS and JavaScript
Most of the websites nowadays are attracted to full page overlay ads for promoting third party as well as their own content in the websites. In this article, we have a code snippet which you can include in any webpage where you want to display the…
Remove index.php from Codeigniter using htaccess
In CodeIgniter project the index.php file will be included in your URLs by default. However, we would want to remove index.php from our URL to make it look clean as well as make it SEO friendly. We can achieve this with following 2 simple steps : Step 1:…
Design Simple yet Pretty Login Form for Admin Panel
Designing an attractive and pretty looking Login Page wouldn’t be a thing to bother for a professional designer. However, non designers ( perhaps programmers), are always looking for a template for these HTML designs. Most of the templates or…