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.



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.



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.



390. How to have Access to Multiple Jobs at Top Tech Companies with Indeed Prime
Updated on: 2016-05-19
Posted on: 2016-05-19
Many developers dream of working for large companies because that is the their chance to earn big salaries.
However, large companies often resort to specialized recruiting firms to find the right candidates for their jobs.
Read this article to learn about Indeed Prime, which is a specialized recruiting service that many well known big companies use, so you can understand how to have access to those companies top developer jobs.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, large companies often resort to specialized recruiting firms to find the right candidates for their jobs.
Read this article to learn about Indeed Prime, which is a specialized recruiting service that many well known big companies use, so you can understand how to have access to those companies top developer jobs.



385. Get the Coding Job You Want
Updated on: 2016-05-16
Posted on: 2016-05-16
Evolving in your career as software developer often means seeking a better job than you have now.
Read this article to learn about 3 important tips that will help you in the journey to get the coding job you want.
More ...
Post a comment
See comments (2) Trackbacks (0)
Read this article to learn about 3 important tips that will help you in the journey to get the coding job you want.



383. Fast Debugging of PHP Code Using PHPEd Part 2: Debugging Symfony Applications
Updated on: 2016-05-10
Posted on: 2016-05-10
In the first part of this article it was covered how we can take advantage of a PHP IDE like PHPEd to find and fix bugs using its debugger capabilities.
Read this part of the article to learn how to debug a framework based application, specifically using Symfony, combining the power of PHPEd debugger and common framework principles to debug code faster.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this part of the article to learn how to debug a framework based application, specifically using Symfony, combining the power of PHPEd debugger and common framework principles to debug code faster.



379. Turn Your WordPress Site into More Than One Blog with the Easy Content Types Plugin
Updated on: 2016-05-04
Posted on: 2016-05-04
WordPress started as a blogging platform but thanks to many thousands of plugins, nowadays it can be practically anything else other than a blog.
The custom post types feature is very powerful because it can turn what would be a blog post page into anything, as long as you know how to take advantage of it or you can use a plugin to simplify your task.
Read this article to learn about the Easy Content Types plugin and you can use it to easily create new custom post types, taxonomies and meta boxes.
More ...
Post a comment
See comments (2) Trackbacks (0)
The custom post types feature is very powerful because it can turn what would be a blog post page into anything, as long as you know how to take advantage of it or you can use a plugin to simplify your task.
Read this article to learn about the Easy Content Types plugin and you can use it to easily create new custom post types, taxonomies and meta boxes.



373. Using Microsoft Visual Studio as PHP IDE with the PHP Tools extension: Part 1 PHP Editing Support
Updated on: 2016-11-24
Posted on: 2016-04-26
Microsoft Visual Studio is a very popular IDE among developers using Windows but it does not come with built-in support to PHP. On the other hand, 75% of the PHP developers use Windows when they are developing their PHP projects.
Fortunately for Visual Studio fans there is an extension called PHP Tools that adds PHP support to that IDE and works with the Microsoft Visual Studio.
Read this first part of the article to learn how to use the PHP Tools extension so you can setup and edit PHP code projects from Visual Studio.
More ...
Post a comment
See comments (5) Trackbacks (0)
Fortunately for Visual Studio fans there is an extension called PHP Tools that adds PHP support to that IDE and works with the Microsoft Visual Studio.
Read this first part of the article to learn how to use the PHP Tools extension so you can setup and edit PHP code projects from Visual Studio.



368. 10 Aspects on Which BitBucket Is Better Than GitHub
Updated on: 2020-08-04
Posted on: 2016-04-18
Most of us are familiar with Git, which is a very popular version control system. GitHub contributed to make Git very popular to the point that some people even confuse Git with GitHub.
However there are several other project hosting sites that provide better features than GitHub. BitBucket is one of those sites.
Read this article to learn about those features of BitBucket that in my opinion make it better than GitHub.
More ...
Post a comment
See comments (9) Trackbacks (0)
However there are several other project hosting sites that provide better features than GitHub. BitBucket is one of those sites.
Read this article to learn about those features of BitBucket that in my opinion make it better than GitHub.



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.


