364. PHP Articles Report March 2016 Edition
Updated on: 2016-04-06
Posted on: 2016-04-06
This is the March 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 caching with AWS S3 to reduce costs and increase speed, developing applications that use Google search API to find how high your sites rank, interacting with users via SMS messages wuth the dotGo engine, and the salary you could be earning as software developer in different cities.
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 caching with AWS S3 to reduce costs and increase speed, developing applications that use Google search API to find how high your sites rank, interacting with users via SMS messages wuth the dotGo engine, and the salary you could be earning as software developer in different cities.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



362. Make Your WordPress Posts More Attractive with the Visualizer Charts and Graphs Plugin
Updated on: 2016-04-04
Posted on: 2016-04-04
Users that read blog posts love to see graphics that visualize the information that the posts are talking about. One way to include nice graphics in your WordPress blog posts is to present charts or graphs that to visualize interesting data sets.
Read this article to learn how to embed nice interactive charts and graphs in your WordPress blog using the Visualizer plugin.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how to embed nice interactive charts and graphs in your WordPress blog using the Visualizer plugin.



360. Fast Debugging of PHP Code Using PHPEd Part1: Finding Bugs in Code Running on a Web Server
Updated on: 2016-03-30
Posted on: 2016-03-30
Debugging PHP code is a crucial activity that most developers have to do frequently. Sometimes simple echo or error_log calls will do, but for more complicated bugs, a single step debugger integrated with your IDE is the way to go to understand what is wrong.
PhpED is one of the oldest PHP IDEs that integrates this possibility to debug PHP scripts running them step by step either from a command line, or even in a Web server which is the most common and hard to debug environment.
Read this article to learn how PHP code debugging works and how you can do it from the comfort of a PHP IDE like PhpED.
More ...
Post a comment
See comments (11) Trackbacks (0)
PhpED is one of the oldest PHP IDEs that integrates this possibility to debug PHP scripts running them step by step either from a command line, or even in a Web server which is the most common and hard to debug environment.
Read this article to learn how PHP code debugging works and how you can do it from the comfort of a PHP IDE like PhpED.



359. PHP 7 Migration Guide Part 2: 19 New Exciting Features In PHP 7
Updated on: 2016-03-28
Posted on: 2016-03-28
PHP 7 was a great step forward in the evolution of PHP. Many things were added, changed and removed.
In the first part of this article it was covered the things that were changed or removed and may break your PHP code that ran with the past versions.
Read this article part to learn more in detail about the new features and improvements of PHP 7 that you can take advantage.
More ...
Post a comment
See comments (4) Trackbacks (0)
In the first part of this article it was covered the things that were changed or removed and may break your PHP code that ran with the past versions.
Read this article part to learn more in detail about the new features and improvements of PHP 7 that you can take advantage.



357. PHP 7 Migration Guide Part 1: 10 Backwards Incompatibile Changes
Updated on: 2016-03-21
Posted on: 2016-03-21
PHP 7 is out since December 2015 and several updates were released. Its advantages compare to PHP 5.x are huge but first you need to consider what are the backwards incompatible changes so you can evaluate the effort that it may take you, so it does not break your existing applications.
Read this article to understand 10 of the most relevant backwards incompatible changes that you need to pay attention before you migrate to PHP 7.
More ...
Post a comment
See comments (7) Trackbacks (0)
Read this article to understand 10 of the most relevant backwards incompatible changes that you need to pay attention before you migrate to PHP 7.



355. How to Use Queue To Speedup PHP Processing Tasks Part 2: Processing Queued Tasks
Updated on: 2016-03-09
Posted on: 2016-03-09
As it was explained in the first part of the article, queues are great to defer the processing long tasks, allowing to provide faster user interfaces so users do not have to wait for those tasks to complete.
Read this article to learn how to efficiently process queued tasks in PHP and keep track of the results.
More ...
Post a comment
See comments (7) Trackbacks (0)
Read this article to learn how to efficiently process queued tasks in PHP and keep track of the results.



354. Enhance your WordPress site with a Parallax Theme
Updated on: 2016-03-18
Posted on: 2016-03-08
Parallax One is a WordPress theme developed for site owners that want to present their site in a way that impresses their users. It uses stunning presentation effects like parallax scrolling that makes large images in the background appear as if you are seeing a scene in 3D.
Read this article to learn more about the parallax effect and how to use and configure the Parallax One theme features in your WordPress site.
More ...
Post a comment
See comments (3) Trackbacks (0)
Read this article to learn more about the parallax effect and how to use and configure the Parallax One theme features in your WordPress site.



348. PHP Tutorial on Developing Applications using the Official Google Search API
Updated on: 2016-02-17
Posted on: 2016-02-17
Google can provide valuable information on how to find how your site is ranking for important keywords but the right way to do from a Web application is to use official Google Search API instead of scrapping Google search results, which is a practice blocked by Google.
In the first part of this article we learned how to use the PHP Google Custom Search API package to search using the official Google API.
Read this article to learn how to configure more advanced options, as well build a simple search application using this package.
More ...
Post a comment
See comments (5) Trackbacks (0)
In the first part of this article we learned how to use the PHP Google Custom Search API package to search using the official Google API.
Read this article to learn how to configure more advanced options, as well build a simple search application using this package.



345. PHP Articles and Reviews Report January 2016 Edition
Updated on: 2016-01-27
Posted on: 2016-01-27
This is the December edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles and Reviews published recently.
They commented on articles about detecting user location with IP2Location database, common PHP security issues and remedies, writing consistent PHP code, creating animated GIF images from online videos, getting automatic responses from a SMS gateway service, interacting with user site Telegram users, performing phone number verification, using the official Google search API, and creating a WordPress plugin using OOP.
They also commented on the review of PHP AJAX Cookbook book.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles and reviews.
More ...
Post a comment
See comments (0) Trackbacks (0)
They commented on articles about detecting user location with IP2Location database, common PHP security issues and remedies, writing consistent PHP code, creating animated GIF images from online videos, getting automatic responses from a SMS gateway service, interacting with user site Telegram users, performing phone number verification, using the official Google search API, and creating a WordPress plugin using OOP.
They also commented on the review of PHP AJAX Cookbook book.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles and reviews.



342. Codelobster PHP Tutorial for Rapid Building of Framework Based Applications
Updated on: 2016-01-19
Posted on: 2016-01-19
Codelobster is a PHP IDE with special support for building applications based on well known frameworks and CMS systems such as Symfony, Laravel, CakePHP, CodeIgniter, YII, Drupal, Joomla, Wordpress, etc...
Read this tutorial article to learn how to quickly build framework based PHP applications with Codelobster IDE.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this tutorial article to learn how to quickly build framework based PHP applications with Codelobster IDE.


