PHP Classes

PHP Tutorials

Recommend this page to a friend!

Articles to teach about PHP matters and related topics

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article  
  273 - 264   ...   173 - 164   163 - 154   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   ...   3 - 1  

411. How to Quickly Tell If Your Software Product Idea Will Be Successful

Updated on: 2016-07-04

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

408. Fast Debugging of PHP Code Using PHPEd Part 3: Remote Debugging and Remote Projects

Updated on: 2016-06-28

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

407. Top 4 Mistakes Developers Should Avoid when Creating Their Own Software Product Business

Updated on: 2016-07-04

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

404. Using Microsoft Visual Studio as PHP IDE with the PHP Tools extension: Part 3 Debugging

Updated on: 2016-06-21

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

403. 7 Reasons Why Developers Need to Create their Own Software Product Businesses

Updated on: 2017-03-28

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

399. How to Automate Actions on Apple Mac OS X using a PHP Shell Script for Automator

Updated on: 2016-06-08

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

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:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

394. PHP Articles Report May 2016 Edition

Updated on: 2016-05-30

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

391. Detecting Malicious Users behind Anonymous Proxies using IP2Proxy

Updated on: 2016-05-23

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

386. How to Contribute to PHP Development Writing phpt Tests

Updated on: 2016-05-17

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  273 - 264   ...   173 - 164   163 - 154   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article