by Epiphany Infotech | Feb 13, 2023 | Blog Posts
The internet, for all the good that it is, is still scary, to say the least. If you’re already asking the question of which is the best VPN service, then it means you’ve found yourself a use case where you need a VPN for yourself and are already aware that a VPN is a...
by Epiphany Infotech | May 15, 2019 | Blog Posts
TL;DR This post addresses the issue of WordPress permalinks not working, which is a common problem faced by many users. The problem is often caused by incorrect server settings, especially when migrating to a new server or launching on a virtual machine. To solve the...
by Epiphany Infotech | Jul 16, 2018 | Blog Posts
TL;DR The article discusses the challenge of sorting an array in PHP without using any in-built or PHP core functions, such as sort() and rsort(). The article presents a two for loop method as a solution but then explores more efficient methods, such as the Quicksort...
by Epiphany Infotech | Mar 26, 2017 | Blog Posts
TL;DR The article explains how to create an efficient and fast autocomplete feature using jQuery, PHP, and MySQL. It starts by describing the basic HTML structure of the autocomplete feature and moves on to explain how to create a PHP script that connects to a MySQL...
by Epiphany Infotech | Mar 12, 2017 | Blog Posts
TL;DR article explains how to avoid slowing down your web app by canceling or aborting previous AJAX requests. It provides a code snippet that assigns the current AJAX request object to a variable and checks if it’s complete before initiating a new request, thus...