by Epiphany Infotech | Jun 28, 2022 | Blog Posts
Listening to client confusions and discussing growth with them is a part of my job I love! Growth, in any business, is challenging, and having someone to discuss it can help you find your answers. Today let’s discuss one of the most common questions that client...
by Epiphany Infotech | May 15, 2019 | Blog Posts
So, there could be many reasons as to why your “Post name” permalinks are not working in WordPress, but this post deals with one of the most common which apparently doesn’t have to do with the WordPress setup or configuration but with the server...
by Epiphany Infotech | Jul 16, 2018 | Blog Posts
So, recently and quite commonly, it’s being asked in interviews how you would sort an array in PHP without using any in-built or PHP core functions like sort(), rsort(), etc. And although it’s unnecessary it does gives the challenge to explore further how...
by Epiphany Infotech | Mar 26, 2017 | Blog Posts
Importing and exporting data from/to an excel file is quite a common requirement for many web applications, and to import from or export data into an excel 2007 file using PHPExcel might be heavy on memory resources, PHPExcel performs the job beautifully most of the...
by Epiphany Infotech | Mar 12, 2017 | Blog Posts
jQuery AJAX is the most common way to deal with AJAX requests these days. You can send as many ajax requests as you like but there are many cases in which sending too many or frequent ajax requests is not suitable and best avoided. For example, let’s say you...