1. Chrome ERR_BLOCKED_BY_XSS_AUDITOR PHP Solution to Avoid Bogus Cross-Site Scripting Detection
Updated on: 2017-04-29
Posted on: 2017-04-20
Blog: Secure HTML parser and filter package blog
Package: Secure HTML parser and filter
Since version 57, Chrome started blocking the submission of forms with content created by regular HTML editor inputs.
The problem is that this is preventing many sites that use regular HTML content editors to work in some cases, despite there is no real XSS exploit going on.
Read this article to learn more why this happens and what workarounds you can implement while Chrome blocks the requests.
More ...
Post a comment
See comments (0) Trackbacks (0)
The problem is that this is preventing many sites that use regular HTML content editors to work in some cases, despite there is no real XSS exploit going on.
Read this article to learn more why this happens and what workarounds you can implement while Chrome blocks the requests.



552. Notable PHP package: PHP Dominant Color
Updated on: 2017-04-19
Posted on: 2017-04-19
Some applications need to display an image in a background that matches the most common color of the image.
This package can find the dominant color of an image and creates a new image in the GIF format with one pixel using that dominant color.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package can find the dominant color of an image and creates a new image in the GIF format with one pixel using that dominant color.
Read this article to learn more details about how this notable PHP package works.



551. How to Install Laravel 5 Framework on Ubuntu
Updated on: 2017-04-18
Posted on: 2017-04-18
This tutorial is about how to install and use the Laravel using Composer in Linux Ubuntu operating system.
More ...
Post a comment
See comments (1) Trackbacks (0)



550. Notable PHP package: PHP NBA API and MLB Stats
Updated on: 2017-04-17
Posted on: 2017-04-17
NBA and MLB are United States associations that organize professional championships of popular sports that are basketball and baseball.
This package can retrieve several types of statistics about NBA and MLB from erikberg.com API.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package can retrieve several types of statistics about NBA and MLB from erikberg.com API.
Read this article to learn more details about how this notable PHP package works.



549. Notable PHP package: PHP Word Search in Array
Updated on: 2017-04-13
Posted on: 2017-04-13
Crossword is a well known puzzle game that consists in finding words from a list that appear in a grid laid out either horizontally or vertically.
This class can search a word in a 2 dimension array of characters, thus helping to find words in a crossword puzzle automatically.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class can search a word in a 2 dimension array of characters, thus helping to find words in a crossword puzzle automatically.
Read this article to learn more details about how this notable PHP package works.



1. dynClass as a better PHP stdClass
Updated on: 2017-04-12
Posted on: 2017-04-12
Blog: dynClass package blog
Package: dynClass
PHP has a default built-in class for generic objects named stdClass but it is very limited in terms of functionality.
Read this article to learn why I have written the dynClass extending the stdClass to provide better dynamic features.
More ...
Post a comment
See comments (2) Trackbacks (0)
Read this article to learn why I have written the dynClass extending the stdClass to provide better dynamic features.



548. Notable PHP package: PHP Code Fixer
Updated on: 2017-04-11
Posted on: 2017-04-11
Over time PHP deprecated and remove some of its functions and variables that were supported in past versions.
This package parse PHP code and find known issues of functions, variables and php.ini configuration directives that are deprecated. It can also suggest replacements for the code that uses deprecated features.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package parse PHP code and find known issues of functions, variables and php.ini configuration directives that are deprecated. It can also suggest replacements for the code that uses deprecated features.
Read this article to learn more details about how this notable PHP package works.



547. Notable PHP package: PHP JSON Query
Updated on: 2017-04-06
Posted on: 2017-04-06
JSON has become the de facto standard format for exchanging structured data types in the form of readable text, thus replacing XML for similar purposes.
There are many XML libraries for creating, parsing and querying XML documents.
This package provides a pure PHP solution for parsing and querying JSON data similar to XML query libraries.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
There are many XML libraries for creating, parsing and querying XML documents.
This package provides a pure PHP solution for parsing and querying JSON data similar to XML query libraries.
Read this article to learn more details about how this notable PHP package works.



546. PHP Articles Report March 2017 Edition
Updated on: 2017-04-05
Posted on: 2017-04-05
This is the March 2017 edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP articles published recently.
In this edition they discuss articles about the difference between using the old MySQL extension, MySQLi and PDO, controlling an Android device using PHP code running on the device with Termux, and a comparison of WordPress security plugins.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ...
Post a comment
See comments (0) Trackbacks (0)
In this edition they discuss articles about the difference between using the old MySQL extension, MySQLi and PDO, controlling an Android device using PHP code running on the device with Termux, and a comparison of WordPress security plugins.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



545. Notable PHP package: PHPF
Updated on: 2017-04-04
Posted on: 2017-04-04
Many PHP developers are now writing code that follows PSR recommendations from the FIG (Framework Interoperability group), so it becomes easier to collaborate in projects on which all developers follow the same coding standard recommendation.
However, there are many developers that have not converted their code because it takes too much effort to do it manually.
This package can do it automatically for you. It can parse your PHP code and rewrite it to comply either PSR-1 or PSR-2 recommendations.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, there are many developers that have not converted their code because it takes too much effort to do it manually.
This package can do it automatically for you. It can parse your PHP code and rewrite it to comply either PSR-1 or PSR-2 recommendations.
Read this article to learn more details about how this notable PHP package works.


