424. PHP Articles Report July 2016 Edition
Updated on: 2016-07-29
Posted on: 2016-07-29
This is the July 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 DevSense PHP Tools extension to develop and debug PHP applications with Visual Studio, automating actions on Mac OS X using PHP scripts, using reactive programming to develop more efficient PHP applications, debugging remote projects with PHPEd, and a new series of short videos to tell why developers should create their own software products and sell to many customers, and what are the main mistakes to avoid to become successful doing that.
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 DevSense PHP Tools extension to develop and debug PHP applications with Visual Studio, automating actions on Mac OS X using PHP scripts, using reactive programming to develop more efficient PHP applications, debugging remote projects with PHPEd, and a new series of short videos to tell why developers should create their own software products and sell to many customers, and what are the main mistakes to avoid to become successful doing that.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



422. PHP Multithreading using pthreads extension
Updated on: 2016-07-26
Posted on: 2016-07-26
A lot of PHP developers face situations on which they need to execute multiple tasks in parallel. This is the case for using multithreading solutions.
Recently I tried the pthreads extension and was pleasantly surprised. It is an extension that adds the ability to work in PHP running multiple tasks in parallel within the same process without any emulation, no magic tricks, no fake parallel tasks, it is real.
Read this article to learn more about the pthreads extension and how you can use it in your PHP applications to execute multiple parallel tasks.
More ...
Post a comment
See comments (0) Trackbacks (0)
Recently I tried the pthreads extension and was pleasantly surprised. It is an extension that adds the ability to work in PHP running multiple tasks in parallel within the same process without any emulation, no magic tricks, no fake parallel tasks, it is real.
Read this article to learn more about the pthreads extension and how you can use it in your PHP applications to execute multiple parallel tasks.



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.



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.



411. How to Quickly Tell If Your Software Product Idea Will Be Successful
Updated on: 2016-07-04
Posted on: 2016-07-04
One of the main reasons why developers give up on their dreams of creating their own software product business is because they fear to spend a lot of time developing a product and after many months of work they realize that product is not what the customers want to pay for. This is very frustrating.
Fortunately there are methods to evaluate the potential of a product idea even before you write a single line of code. These methods can dramatically help developers to become more successful in their software product business.
Watch this short video to learn about one simple method that allows you to quickly evaluate your software product ideas, so you can discard the bad ones and only invest on those that have great potential of interest from paying customers.
More ...
Post a comment
See comments (2) Trackbacks (0)
Fortunately there are methods to evaluate the potential of a product idea even before you write a single line of code. These methods can dramatically help developers to become more successful in their software product business.
Watch this short video to learn about one simple method that allows you to quickly evaluate your software product ideas, so you can discard the bad ones and only invest on those that have great potential of interest from paying customers.



408. Fast Debugging of PHP Code Using PHPEd Part 3: Remote Debugging and Remote Projects
Updated on: 2016-06-28
Posted on: 2016-06-28
IDEs are good to help debugging your code before it goes to production, but sometimes you need to find bugs in your code that cause problems and can only be observed in production. This is one case on which remote debugging is necessary.
IDEs like PHPEd support remote debugging. You do not need to download the project files from the production server to debug your project remotely. Thanks to the remote projects feature of PHPEd, it can retrieve only the server files that you need to debug so you can start debugging remote projects very quickly.
Read this article to learn how to setup and use PHPEd to debug remote projects running in production server for instance.
More ...
Post a comment
See comments (4) Trackbacks (0)
IDEs like PHPEd support remote debugging. You do not need to download the project files from the production server to debug your project remotely. Thanks to the remote projects feature of PHPEd, it can retrieve only the server files that you need to debug so you can start debugging remote projects very quickly.
Read this article to learn how to setup and use PHPEd to debug remote projects running in production server for instance.



407. Top 4 Mistakes Developers Should Avoid when Creating Their Own Software Product Business
Updated on: 2016-07-04
Posted on: 2016-06-27
Many developers try to create their own business based on software that they develop but some fail, often due to the same mistakes that others already committed.
If those developers knew in advance what are those mistakes, they could have avoided failing, simply by not repeating the same mistakes.
Watch this short video to learn what are the top mistakes that you should avoid when you try to create your own software product business.
More ...
Post a comment
See comments (2) Trackbacks (0)
If those developers knew in advance what are those mistakes, they could have avoided failing, simply by not repeating the same mistakes.
Watch this short video to learn what are the top mistakes that you should avoid when you try to create your own software product business.



404. Using Microsoft Visual Studio as PHP IDE with the PHP Tools extension: Part 3 Debugging
Updated on: 2016-06-21
Posted on: 2016-06-21
One of the most important features when choosing an IDE is how easily it allows you to debug your code.
PHP Tools is a extension of Microsoft's Visual Studio that uses and enhances the powerful debugging options that ships with this popular IDE.
Read this article to learn how to take advantage of PHP Tools to quickly debug your PHP applications.
More ...
Post a comment
See comments (0) Trackbacks (0)
PHP Tools is a extension of Microsoft's Visual Studio that uses and enhances the powerful debugging options that ships with this popular IDE.
Read this article to learn how to take advantage of PHP Tools to quickly debug your PHP applications.


