In this article, we are going to know about some best tools for programmers, which will definitely prove to enhance their productivity. This piece of content is specially written for new programmers and web developers. Because they literally just don’t know that some magical tools available out there to reduce their load. Hey! you are… Read More »
16 Best Tools for Programmers to increase productivity
Last updated on by Paritosh Pandey , 2 comments
How To Create Infinite Scroll Pagination With PHP And Ajax
Last updated on by Paritosh Pandey , 34 comments
In this tutorial, we are going to learn that how to create infinite scroll pagination with PHP and Ajax. All of you probably must have seen this feature in some websites that you can load more content by just scrolling down. It can be possible via AJAX. I hope all of you guys will be familiar with… Read More »
Create own Cryptocurrency: A Step By Step Guide
Last updated on by Paritosh Pandey , 4 comments
In this article, I am going to serve you a detailed information about how to create own Cryptocurrency like Bitcoin and Ethereum. And provide you a step by step guide to set it up on a Live Server as well. What is Cryptocurrency? Cryptocurrency is a kind of digital asset or virtual currency that uses cryptography techniques to secure its… Read More »
How to use SQL Manager in CodeLobster PHP IDE
Last updated on by Stanislav Ustimenko , no comments
Probably, every PHP programmer had to create his own framework or library, and it was necessary to work quickly and do everything practically from scratch. Often we need to test some of our ideas or algorithms and we write code for interacting with databases directly, without using ORM frameworks. In addition, SQL that is used… Read More »
Generating PDFs with DocRaptor’s HTML-to-PDF Library
Last updated on by James Paden , 2 comments
Many web applications have a PDF export requirement: invoices, reports, brochures, or eBooks. Generating these PDFs, especially if they’re complex or large, can be really challenging. Fortunately, there’s DocRaptor, which provides an easy-to-use API for converting HTML web pages into PDFs. This is a walkthrough of how to setup and use DocRaptor’s PHP library: Installation… Read More »
Install IonCube Loader in Localhost
Last updated on by Paritosh Pandey , 19 comments
Hello developer fellows, in this article, we are going to learn how you can install IonCube Loader in Localhost. Installing an IonCube PHP extension can be quite hard for beginners, but it is not impossible of course. In this topic, I’m going to guide you step by step to install IonCube locally. First of all,… Read More »