1076. 10 Pieces of PHP Developer Advice in 2022: Advice #1: Be a Good Community Member Sharing Your Open Source Work in Community Sites
Updated on: 2022-01-26
Posted on: 2022-01-26
A few months ago, the PHP Classes site completed 22 years of existence thanks to thousands of developers of the PHP community that shared their work on the site and many hundreds of thousands of other developers that benefited from contributors' work.
While the site is getting closer to celebrating its 23rd anniversary, I am publishing a series of small articles to give ten pieces of advice on becoming a better PHP developer by following modern and efficient practices.
This article is a way that I found to retribute to you that helped make the PHP Classes site a fantastic community of PHP developers.
One type of advice is about technical practices. A different kind of advice is about your quality of life as an individual that participates in society. Other advice is about good business practices.
Read this article to learn about the more exciting advice types for you.
More ...
Post a comment
See comments (0) Trackbacks (0)
While the site is getting closer to celebrating its 23rd anniversary, I am publishing a series of small articles to give ten pieces of advice on becoming a better PHP developer by following modern and efficient practices.
This article is a way that I found to retribute to you that helped make the PHP Classes site a fantastic community of PHP developers.
One type of advice is about technical practices. A different kind of advice is about your quality of life as an individual that participates in society. Other advice is about good business practices.
Read this article to learn about the more exciting advice types for you.



1075. Development with LAMP Stack Illustrated by an Address Book Project
Updated on: 2022-01-24
Posted on: 2022-01-24
The LAMP stack address book project is a sample software development project which is to showcase how to develop a Web application utilizing Linux, Apache, MySQL and PHP that is known as the LAMP stack for beginner and intermediate PHP developers.
More ...
Post a comment
See comments (0) Trackbacks (0)



1074. The Most Effective Method to Talk to a Graphic Designer to Get What You Need
Updated on: 2022-01-20
Posted on: 2022-01-20
Most Web development projects require that the user interface be available in a pleasant way to see and understand how to use it.
Usually, the part that can make a Web project pleasant to see is better if you can collaborate with a graphic designer. The work of that designer needs to be integrated into the project somehow.
This integration will be the part that the Web developer that is a programmer will do. Therefore, the graphic designer and the Web developer need to agree on the project collaboration details.
Read this article to get some advice about an effective method to make graphic designers talk better with Web developers.
More ...
Post a comment
See comments (0) Trackbacks (0)
Usually, the part that can make a Web project pleasant to see is better if you can collaborate with a graphic designer. The work of that designer needs to be integrated into the project somehow.
This integration will be the part that the Web developer that is a programmer will do. Therefore, the graphic designer and the Web developer need to agree on the project collaboration details.
Read this article to get some advice about an effective method to make graphic designers talk better with Web developers.



1065. How to Create Better PHP Admin Pages For Your Web Site
Updated on: 2021-09-08
Posted on: 2021-09-07
Many Web sites need admin pages to manage data records stored in a database and perform common operations like listing, adding, updating, and deleting records.
The admin pages tend to follow the same pattern when it comes to functions and design. Therefore you can create these admin pages faster if automated tools can generate them.
Read this article on how the AutoBackOffice tool can help you create admin pages faster with all the features you need.
More ...
Post a comment
See comments (1) Trackbacks (0)
The admin pages tend to follow the same pattern when it comes to functions and design. Therefore you can create these admin pages faster if automated tools can generate them.
Read this article on how the AutoBackOffice tool can help you create admin pages faster with all the features you need.



1057. A PHP Framework in 140 Characters
Updated on: 2021-07-16
Posted on: 2021-07-16
Many developers create their frameworks. Usually, they are complex because they implement many features.
If we had the challenge to make a framework that is so small that it would fit in a 140 characters Twitter message, it could not do much, but it is possible to be done.
Read this article to learn how to overcome the challenge of making a small but useful framework in just 140 characters.
More ...
Post a comment
See comments (2) Trackbacks (0)
If we had the challenge to make a framework that is so small that it would fit in a 140 characters Twitter message, it could not do much, but it is possible to be done.
Read this article to learn how to overcome the challenge of making a small but useful framework in just 140 characters.



1056. How to Increase Your Chances of Getting More Candidates for Your PHP Job Application
Updated on: 2021-07-07
Posted on: 2021-07-07
Many companies are looking for PHP developers to work on their jobs. Sometimes they publish job offers in many places, but they do not get the right candidates that they wish for those jobs.
There is no guarantee that you can get perfect candidates for the job offers that you publish. But there are many things that you can do to increase the chances of getting many more candidates that you can choose from.
Read this article to learn what are those things that you can do to increase your chances of getting more successful candidates for your PHP jobs.
More ...
Post a comment
See comments (0) Trackbacks (0)
There is no guarantee that you can get perfect candidates for the job offers that you publish. But there are many things that you can do to increase the chances of getting many more candidates that you can choose from.
Read this article to learn what are those things that you can do to increase your chances of getting more successful candidates for your PHP jobs.



1054. How to Improve the Security of a Web Application Using a Nginx PHP Front Controller Design Pattern Implementation
Updated on: 2021-05-25
Posted on: 2021-05-25
The front controller is a popular design pattern used by many PHP applications to handle all the HTTP requests sent to a Web application.
Read this article to learn how to implement this design pattern with PHP using the Nginx Web server to prevent security attacks.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how to implement this design pattern with PHP using the Nginx Web server to prevent security attacks.



1052. How to Use Laravel Tinker Commands to Become a More Productive PHP Developer
Updated on: 2021-07-07
Posted on: 2021-05-18
Laravel is a popular framework that grows with the collaboration of many PHP developers who create excellent components and tools. The work of the Laravel community helps to increase the opportunities for all developers who use the resources provided by the Laravel developers’ community.
Laravel Tinker is one of the components that improves the lives of many PHP developers who use Laravel. The fact is that Laravel Tinker allows developers to use an interactive shell to run PHP commands inside their applications. Laravel Tinker enables developers to inspect values to find and fix issues faster that the application may have.
Read this article to learn more about Laravel Tinker and how you can use it to improve your daily work productivity when you are developing applications based on Laravel.
More ...
Post a comment
See comments (0) Trackbacks (0)
Laravel Tinker is one of the components that improves the lives of many PHP developers who use Laravel. The fact is that Laravel Tinker allows developers to use an interactive shell to run PHP commands inside their applications. Laravel Tinker enables developers to inspect values to find and fix issues faster that the application may have.
Read this article to learn more about Laravel Tinker and how you can use it to improve your daily work productivity when you are developing applications based on Laravel.



1051. How to Add a PHP WYSIWYG Editor to Allow Users to View HTML Documents While Those Are Being Edited
Updated on: 2021-04-27
Posted on: 2021-04-27
WYSIWYG is the acronym that is used to refer to a way to edit content while you can view how that will look like while that content is being edited by the user.
This is good for non-technical users that do not want to learn about HTML to edit the content of Web pages like for instances blog posts.
Read this article to learn more about WYSIWYG editors and how you can implement this kind of editors in PHP applications.
More ...
Post a comment
See comments (0) Trackbacks (0)
This is good for non-technical users that do not want to learn about HTML to edit the content of Web pages like for instances blog posts.
Read this article to learn more about WYSIWYG editors and how you can implement this kind of editors in PHP applications.



1049. A Guide To Internet Security: Why You Should Use A VPN
Updated on: 2021-11-27
Posted on: 2021-04-09
A VPN (Virtual Private Network) is a solution for accessing a network via a private channel that makes the access to computers in that network more secure. It can be useful for developers to access the computers that host their sites and applications in a way that is very secure.
Read this article to learn more about what are VPNs and how you can use them to do your developer work that requires to access the remote computers of your own site servers or the servers of your customers.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn more about what are VPNs and how you can use them to do your developer work that requires to access the remote computers of your own site servers or the servers of your customers.


