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.



403. 7 Reasons Why Developers Need to Create their Own Software Product Businesses
Updated on: 2017-03-28
Posted on: 2016-06-20
Many developers are not happy with working for other companies. They do not have much autonomy to work on projects they want, they cannot work from home, they cannot work any time they want, and in the end they get paid a limited amount of money.
The alternative for these unhappy developers is to create their own software products and sell them to many customers. Unfortunately many developers do not know how to get started and become successful.
The good news is that this is the first of series of short videos that will teach developers all they need to know to create their own businesses developing products that the customers really want and will pay for.
Watch this short video to learn about why creating your own products is the right step to be a happier developer, as well how you can attend a free online workshop that will teach the essential steps to achieve that goal.
More ...
Post a comment
See comments (4) Trackbacks (0)
The alternative for these unhappy developers is to create their own software products and sell them to many customers. Unfortunately many developers do not know how to get started and become successful.
The good news is that this is the first of series of short videos that will teach developers all they need to know to create their own businesses developing products that the customers really want and will pay for.
Watch this short video to learn about why creating your own products is the right step to be a happier developer, as well how you can attend a free online workshop that will teach the essential steps to achieve that goal.



399. How to Automate Actions on Apple Mac OS X using a PHP Shell Script for Automator
Updated on: 2016-06-08
Posted on: 2016-06-08
Automator is an applications for Apple's Mac OS X that can automate tasks using scripts for performing many types of automated routines.
Automator can be configured to automate tasks using scripts of several possible languages.
Read this article to learn how to automate tasks with Automator using PHP as scripting language to implement those tasks.
More ...
Post a comment
See comments (2) Trackbacks (0)
Automator can be configured to automate tasks using scripts of several possible languages.
Read this article to learn how to automate tasks with Automator using PHP as scripting language to implement those tasks.



396. Using Microsoft Visual Studio as PHP IDE with the PHP Tools extension: Part 2 Developing a CRUD application with a noSQL database
Updated on: 2016-06-01
Posted on: 2016-06-01
There are many IDEs for PHP development. All of them provide common features but when we get closer we notice that there are some that provide different features that make them better for our purposes.
Thanks to the PHP Tools extension it is possible to use Microsoft Visual Studio for PHP development and benefit from some of Visual Studio features for this purpose.
Read this tutorial article to learn about the way it works for developing a practical PHP application, in this case a CRUD application based on a noSQL JSON file database.
More ...
Post a comment
See comments (0) Trackbacks (0)
Thanks to the PHP Tools extension it is possible to use Microsoft Visual Studio for PHP development and benefit from some of Visual Studio features for this purpose.
Read this tutorial article to learn about the way it works for developing a practical PHP application, in this case a CRUD application based on a noSQL JSON file database.



394. PHP Articles Report May 2016 Edition
Updated on: 2016-05-30
Posted on: 2016-05-30
This is the May 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 insert charts and graphs on WordPress posts, how to prepare to technical interview for jobs, 10 aspects on which BitBucket is better than GitHub, converting HTML to PDF using an API, using Microsoft Visual Studio as your PHP IDE with PHP Tools extension, and the main changed and new functions in PHP 7.
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 insert charts and graphs on WordPress posts, how to prepare to technical interview for jobs, 10 aspects on which BitBucket is better than GitHub, converting HTML to PDF using an API, using Microsoft Visual Studio as your PHP IDE with PHP Tools extension, and the main changed and new functions in PHP 7.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



391. Detecting Malicious Users behind Anonymous Proxies using IP2Proxy
Updated on: 2016-05-23
Posted on: 2016-05-23
Proxy servers are used by many users to bypass Web site restrictions. Sometimes malicious users are hiding behind proxies to commit fraud because a third party anonymous server is hiding their real location.
Fortunately it is possible to detect when users are behind proxies by looking up their IP address using IP2Proxy databases of known proxies.
Read this article to learn how to use IP2Proxy database to detect when users are behind proxies, so you can take the necessary measures to avoid that those users may cause some kind of harm.
More ...
Post a comment
See comments (0) Trackbacks (0)
Fortunately it is possible to detect when users are behind proxies by looking up their IP address using IP2Proxy databases of known proxies.
Read this article to learn how to use IP2Proxy database to detect when users are behind proxies, so you can take the necessary measures to avoid that those users may cause some kind of harm.



386. How to Contribute to PHP Development Writing phpt Tests
Updated on: 2016-05-17
Posted on: 2016-05-17
The main PHP development comes with test suite that evolved over the years to test all sorts of aspects of the PHP features. The definition of the tests are written in text files in a format called phpt.
Read this article to learn how to create phpt tests, so you can help making PHP a more robust language with the least bugs as possible.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how to create phpt tests, so you can help making PHP a more robust language with the least bugs as possible.


