420. PHP and JavaScript Innovation Award Report July 2016 Edition - April 2016 nominees
Updated on: 2016-07-22
Posted on: 2016-07-22
This is the July edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of April 2016.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (2) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.



10. Is Your PHP Application Vulnerable to the HTTPoxy Security Exploit?
Updated on: 2016-07-21
Posted on: 2016-07-21
Blog: PHP OAuth Library package blog
Package: PHP OAuth Library
Recently it was disclosed a security vulnerability called HTTPoxy in Web applications of different languages can be used to perform serious man-in-the-middle attacks (MITM) and disclose sensitive information.
Read this article to learn what is the HTTPoxy vulnerability and how to check if your Web applications are vulnerable.
More ...
Post a comment
See comments (2) Trackbacks (0)
Read this article to learn what is the HTTPoxy vulnerability and how to check if your Web applications are vulnerable.



419. Notable PHP package: Faster PHP IP2Location
Updated on: 2016-07-20
Posted on: 2016-07-20
IP2Location is a well known service that uses database files to determine the location of IP addresses of given ranges.
Usually it uses the binary search method to find the location of a given IP address, so it reduces the amount of information to be read from IP2Location database file.
The class implements a more optimized method to lookup the location of IP address in pure PHP code. It departs from a database file from IP2Location more efficient data structures to lookup.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Usually it uses the binary search method to find the location of a given IP address, so it reduces the amount of information to be read from IP2Location database file.
The class implements a more optimized method to lookup the location of IP address in pure PHP code. It departs from a database file from IP2Location more efficient data structures to lookup.
Read this article to learn more details about how this notable PHP package works.



418. How Developers Can Quickly Create Invoices to Bill their Customers using Invoicely
Updated on: 2016-07-19
Posted on: 2016-07-19
Many customers require that developers send them invoices in order to get paid for their work.
If you have to emit many invoices to your customers, it quickly becomes a tedious task that you would like to automate as much as possible.
Read this tutorial article to learn how you can quickly create invoices for your customers and be paid as fast as possible using Invoicely free service.
More ...
Post a comment
See comments (0) Trackbacks (0)
If you have to emit many invoices to your customers, it quickly becomes a tedious task that you would like to automate as much as possible.
Read this tutorial article to learn how you can quickly create invoices for your customers and be paid as fast as possible using Invoicely free service.



417. Which of My Software Product Ideas is the Best? Fix My Software Product Business
Updated on: 2016-07-18
Posted on: 2016-07-18
Many developers have many ideas for software products that they could develop and sell to many customers, but they do not move on because they are not sure which product would be the best.
Watch this video with a interview with a developer that gets advice on criteria to decide when products he should he invest.
More ...
Post a comment
See comments (0) Trackbacks (0)
Watch this video with a interview with a developer that gets advice on criteria to decide when products he should he invest.



416. PHP Using Too Much Memory - Lately in PHP podcast episode 73
Updated on: 2016-12-23
Posted on: 2016-07-14
PHP memory usage can be limited in its configuration, but there are some cases that may cause PHP to request a very large amount of memory, in some cases due to bugs.
That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 73 of the Lately in PHP podcast hangout.
They also talked about the latest proposals for PHP next versions like throwing exceptions when a function call misses a required argument, getting name of a type of variable consistent with type hinting naming, making PHP extension throw exception on errors, and the end of life of PHP 5.5 and PHP 7.1.0 feature freeze and the latest alpha releases.
This article includes a transcript of the podcast summary.
Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (0) Trackbacks (0)
That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 73 of the Lately in PHP podcast hangout.
They also talked about the latest proposals for PHP next versions like throwing exceptions when a function call misses a required argument, getting name of a type of variable consistent with type hinting naming, making PHP extension throw exception on errors, and the end of life of PHP 5.5 and PHP 7.1.0 feature freeze and the latest alpha releases.
This article includes a transcript of the podcast summary.
Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.



415. Notable PHP package: PHP Small Server Administrator
Updated on: 2016-07-13
Posted on: 2016-07-13
Most hosting companies provide plans that let developers controls several aspects of configuration of a server via a Web browser by accessing a control panel installed in the server machine to be configured.
This package provides a more advanced solution in pure PHP that allows you to manage several aspects of configuration of hosting servers remotely.
It uses ssh to communicate with the remote server that you want to manage and lets you perform several useful aspects like: managing user accounts, starting and stopping local servers and or services, configuring Web servers, managing files and directories, as well monitoring the server machine user resources.
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 provides a more advanced solution in pure PHP that allows you to manage several aspects of configuration of hosting servers remotely.
It uses ssh to communicate with the remote server that you want to manage and lets you perform several useful aspects like: managing user accounts, starting and stopping local servers and or services, configuring Web servers, managing files and directories, as well monitoring the server machine user resources.
Read this article to learn more details about how this notable PHP package works.



414. 6 Important Steps to Make Your Software Product Succeed
Updated on: 2016-07-11
Posted on: 2016-07-11
Creating a successful software product business is not just a matter of creating a good software product.
Fortunately there are just a few more well known things you need to know to create a promising business.
Watch this short video to learn what other criteria you need to satisfy to build a successful software product business.
More ...
Post a comment
See comments (0) Trackbacks (0)
Fortunately there are just a few more well known things you need to know to create a promising business.
Watch this short video to learn what other criteria you need to satisfy to build a successful software product business.



413. PHP Articles Report June 2016 Edition
Updated on: 2016-07-08
Posted on: 2016-07-07
This is the June edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.
They commented on articles about using a plugin to create custom post types in WordPress, tips to help developers getting the jobs they want, the last part of PHP 7 migration guide, debugging Symfony applications with PHPEd, how to help testing PHP core features using phpt tests, and installing database schemas using a JSON format, and the pros and cons of using ORM.
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)
They commented on articles about using a plugin to create custom post types in WordPress, tips to help developers getting the jobs they want, the last part of PHP 7 migration guide, debugging Symfony applications with PHPEd, how to help testing PHP core features using phpt tests, and installing database schemas using a JSON format, and the pros and cons of using ORM.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



412. Notable PHP package: PHP AJAX Table
Updated on: 2016-07-06
Posted on: 2016-07-06
AJAX is frequently used to update parts of Web pages without reloading the whole page. However, often the updates require sending the whole HTML for the parts of the page to be replaced.
This class follows a more efficient approach for updating listings of tables. Instead of sending over the whole HTML of a table, it just sends the data of the cells to be updated using JSON.
This way it sends much less information to the browser to perform updates to tables and the whole HTML of the table is much larger, thus making AJAX based updates faster.
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 follows a more efficient approach for updating listings of tables. Instead of sending over the whole HTML of a table, it just sends the data of the cells to be updated using JSON.
This way it sends much less information to the browser to perform updates to tables and the whole HTML of the table is much larger, thus making AJAX based updates faster.
Read this article to learn more details about how this notable PHP package works.


