1. How to Detect Multiple Bugs that Cause Many PHP Errors Within the Same PHP Script Execution
Updated on: 2022-01-21
Posted on: 2022-01-21
Blog: PHP Error Bag package blog
Package: PHP Error Bag
There are non-fatal errors that cause bugs in applications. Applications may have code that can detect these bugs without stopping the rest of the application from working.
When these non-fatal errors happen in the same script, it is helpful to keep track and report all of those errors, so developers can look at them when they debug the applications.
This package can collect these errors in a bag, so they can be processed all at once, for instance, by recording in a log file or sending them to another machine that can make some helpful processing of the errors.



1074. The Most Effective Method to Talk to a Graphic Designer to Get What You Need
Updated on: 2022-01-20
Posted on: 2022-01-20
Usually, the part that can make a Web project pleasant to see is better if you can collaborate with a graphic designer. The work of that designer needs to be integrated into the project somehow.
This integration will be the part that the Web developer that is a programmer will do. Therefore, the graphic designer and the Web developer need to agree on the project collaboration details.
Read this article to get some advice about an effective method to make graphic designers talk better with Web developers.



1. Why Another PHP CRUD Package ?
Updated on: 2022-01-19
Posted on: 2022-01-19
Blog: B12 PHP FW package blog
Package: B12 PHP FW
There are many CRUD package. Read this article to learn why a new PHP CRUD package was necessary to enjoy certain important benefits for implementing Web applications.



1. How Can PHP Check Duplicate Files and Remove the Duplicates
Updated on: 2022-01-20
Posted on: 2022-01-18
Blog: PHP Duplicate File Remover package blog
Package: PHP Duplicate File Remover
Sometimes files are saved twice or copied to a different directory, which takes needless space.
This package provides a solution for this problem by finding and removing duplicate files inside a folder.



1. How Can PHP Detect HTML Tags in a String
Updated on: 2022-01-14
Posted on: 2022-01-14
Blog: IS PHP HTMLSpecialChars package blog
Package: IS PHP HTMLSpecialChars
This class returns whether a given text string contains HTML special characters. So you can it to determine if a given text can be HTML.



1. How to Use a PHP Pivot Table Library to Display Useful Information on Web Pages to Help Making Good Business Decisions
Updated on: 2022-01-13
Posted on: 2022-01-13
Blog: D3 Data PHP Pivot Table package blog
Package: D3 Data PHP Pivot Table
This package can show pivot tables on Web pages from a specification of how to retrieve the information from a database to display on the pivot table.



1. How to Implement a Fast PHP Message Queue System using an Application that Uses Swoole
Updated on: 2022-01-12
Posted on: 2022-01-12
Blog: QPHP package blog
Package: QPHP
This package implements an application to exchange messages using queues. It uses Swoole to make it possible to exchange multiple notes simultaneously between clients and servers.
This way, the message exchange is faster than traditional solutions that do not use asynchronous programming.



1. How to Create a PHP Game Level Map Creator that Generates TMX Files to Use in Your Games Developed with CraftyJS
Updated on: 2022-01-11
Posted on: 2022-01-11
Blog: PHP Tiled to CraftyJS package blog
Package: PHP Tiled to CraftyJS
This package can convert game-level definitions defined in the TMX format into JavaScript components that you can use to implement those games in JavaScript.
You can generate game-level maps in the TMX format using applications like MapEditor.



1. How to Create a Video Player with Playlist from URLs of Pages with Videos from Well Known Video Sites
Updated on: 2022-01-07
Posted on: 2022-01-07
Blog: PHP Video Player package blog
Package: PHP Video Player
This package can find the video stream URLs displayed on many sites.
So it can generate HTML to embed those videos of many other sites in your sites' Web pages in a simple way.



1. How to Quickly Create a PHP Dashboard Page
Updated on: 2022-01-06
Posted on: 2022-01-06
Blog: Melis PHP Dashboard Plugin Creator package blog
Package: Melis PHP Dashboard Plugin Creator
This package is a plugin for the Melis platform that helps developers create new dashboards to show custom information in much less time than if they had to develop the dashboard software.


