516. Tutorial on Sending Postcards, Letters and Checks by Postal Mail Using LOB REST API using PHP
Updated on: 2017-01-27
Posted on: 2017-01-27
Lob is a suite of REST APIs for building applications for the enterprise market. It provides very useful services controlled via a Web API that allow businesses to order the print and deliver materials by postal mail.
The most interesting API is a print and mail service that enables companies to send postcards, letters, checks, and more, with the same as effort as sending emails.
Read this article to learn how to take advantage of the LOB APIs to send all these types of physical world mailings from PHP applications.
More ...
Post a comment
See comments (0) Trackbacks (0)
The most interesting API is a print and mail service that enables companies to send postcards, letters, checks, and more, with the same as effort as sending emails.
Read this article to learn how to take advantage of the LOB APIs to send all these types of physical world mailings from PHP applications.



514. The Fastest Method to Evaluate Tune the Performance of Any PHP Web Application Server using MySQL or PostgreSQL
Updated on: 2017-01-27
Posted on: 2017-01-25
In the Web development world, we often have the problem of choosing the right server to use in the production environment of a Web application.
Maybe we need to buy a new server to handle the expected load, or maybe the customer wants to deploy in an existing server.
In any case, if after deploying and running the application it will show poor performance, then we need to ask the team what we can do to make the application faster or use a better server.
Therefore we need to determine if the application is performing well. Read this article to learn how to quickly determine the performance of an application on the current server.
More ...
Post a comment
See comments (1) Trackbacks (0)
Maybe we need to buy a new server to handle the expected load, or maybe the customer wants to deploy in an existing server.
In any case, if after deploying and running the application it will show poor performance, then we need to ask the team what we can do to make the application faster or use a better server.
Therefore we need to determine if the application is performing well. Read this article to learn how to quickly determine the performance of an application on the current server.



495. Developing for PHP Scalability using Web Application Performance Testing of a Load
Updated on: 2016-12-13
Posted on: 2016-12-12
If your web site project is expected to handle many concurrent requests, then you must develop with scalability in mind, so you can eliminate or minimize down time.
While there are many facets to scalability, load testing is how you prove your concept in development instead of crossing your fingers and hoping everything works out in production.
Learn some of the basic concepts behind load testing, like bottlenecks, scaling, concurrent virtual users and instantaneous peak.
Read this article learn how to perform proper Web site load testing with the WAPT tool.
More ...
Post a comment
See comments (1) Trackbacks (0)
While there are many facets to scalability, load testing is how you prove your concept in development instead of crossing your fingers and hoping everything works out in production.
Learn some of the basic concepts behind load testing, like bottlenecks, scaling, concurrent virtual users and instantaneous peak.
Read this article learn how to perform proper Web site load testing with the WAPT tool.



493. PHP Performance Comparison 2018 and 2017 - PHP Benchmark Script to Figure How Each PHP Version Compare in Speed Improvements between PHP 5 vs PHP 7.0 vs 7.1 with OpCache vs PHP 8 or PHP 7.2 with a PHP JIT Features
Updated on: 2018-03-17
Posted on: 2016-12-07
Since its creation in 1994 by Rasmus Lerdorf, the PHP language has gone through many improvements. Performance is one of the main criteria developers consider when they evaluate upgrading to a newer version.
Read this article to learn how performance improved across the latest PHP versions starting from PHP 5 up to the latest developments, including the recent version 7.1 with opcache optimizations, as well as the experimental JIT branch that will be become part of PHP 8 or PHP 7.2 the next version.
More ...
Post a comment
See comments (5) Trackbacks (0)
Read this article to learn how performance improved across the latest PHP versions starting from PHP 5 up to the latest developments, including the recent version 7.1 with opcache optimizations, as well as the experimental JIT branch that will be become part of PHP 8 or PHP 7.2 the next version.



485. PHP YouTube Downloader Script 2017 that Works - How to Download a Video of Any Website using a Converter from YouTube to MP4 or Convert to MP3
Updated on: 2017-10-19
Posted on: 2016-11-21
Many users want to download YouTube videos, either to watch offline or to take backups of their own videos.
Despite it is against YouTube terms of use, many of those users resort to PHP scripts to automate download. However, since YouTube has changed the way their video players work, PHP scripts that worked in the past, do not work anymore.
Read this article to learn about existing PHP scripts that can solve the problem of downloading YouTube or Vimeo videos using PHP in any Website.
As a bonus you may also learn how to search in YouTube for movie trailers of 2018, 2017, 2016, or any other year, as well get more information about movies and TV show episodes from the IMDB site.
More ...
Post a comment
See comments (5) Trackbacks (0)
Despite it is against YouTube terms of use, many of those users resort to PHP scripts to automate download. However, since YouTube has changed the way their video players work, PHP scripts that worked in the past, do not work anymore.
Read this article to learn about existing PHP scripts that can solve the problem of downloading YouTube or Vimeo videos using PHP in any Website.
As a bonus you may also learn how to search in YouTube for movie trailers of 2018, 2017, 2016, or any other year, as well get more information about movies and TV show episodes from the IMDB site.



482. The Best PHP IDE 2019 and 2018 Comparison - The Most Popular Editors for Development under Windows, Mac and Linux either Open Source, Free or Commercial
Updated on: 2019-02-28
Posted on: 2016-11-15
Most PHP developers use an IDE (Integrated Development Environment) to become more productive. There several PHP IDEs, some more advanced than others, some are commercial and others are free.
Read this article to compare the features of some of the most popular IDEs being used by PHP developers, so you can decide which one suits you best.
More ...
Post a comment
See comments (18) Trackbacks (0)
Read this article to compare the features of some of the most popular IDEs being used by PHP developers, so you can decide which one suits you best.



476. PHP Articles Report October 2016 Edition
Updated on: 2016-10-31
Posted on: 2016-10-31
This is the October edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP articles published recently.
In the edition the discuss articles about finding great developer jobs in 2016, implementing non-obvious MySQL optimization tricks, improving the protection of OAuth based applications against user account leaks, how to calculate VAT in PHP for products in any european country, as well several other articles to help software developers to create their own software product businesses.
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 the edition the discuss articles about finding great developer jobs in 2016, implementing non-obvious MySQL optimization tricks, improving the protection of OAuth based applications against user account leaks, how to calculate VAT in PHP for products in any european country, as well several other articles to help software developers to create their own software product businesses.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



472. How to Stream Your PHP Code on Livecoding.tv
Updated on: 2016-10-24
Posted on: 2016-10-24
Livecoding.tv is a live streaming platform that allows people to share code, exchange programming experiences, and socialize, while improving their code.
Read this article to learn how you can expose your PHP programming skills while you program live, as well how you can embed your recording live streaming videos in PHP Classes, so other PHP Classes users can learn how you are doing your work.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how you can expose your PHP programming skills while you program live, as well how you can embed your recording live streaming videos in PHP Classes, so other PHP Classes users can learn how you are doing your work.



465. PHP Articles Report September 2016 Edition
Updated on: 2016-10-07
Posted on: 2016-10-07
This is the September 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 logging events and show them with nice graphs, getting currency exchange rates for the present or any past date, getting PHP jobs in high growth companies, using error monitoring services, generating SQL to install database schemas, and several articles and videos to help developers create software product businesses.
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 logging events and show them with nice graphs, getting currency exchange rates for the present or any past date, getting PHP jobs in high growth companies, using error monitoring services, generating SQL to install database schemas, and several articles and videos to help developers create software product businesses.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



452. Fast PHP Comet Chat System Tutorial
Updated on: 2016-09-14
Posted on: 2016-09-14
Comet is a form of communicating with a Web server using HTTP requests that do not finish returning a response, so they can continue to communicate to the Web browser.
Read this article to learn how to use the Comet approach to implement a simple Web chat system.
More ...
Post a comment
See comments (3) Trackbacks (0)
Read this article to learn how to use the Comet approach to implement a simple Web chat system.


