2. Quick Start on How Can the PHP Form Generator Create and Process Form Data
Updated on: 2021-06-11
Posted on: 2021-06-11
Blog: Complex PHP Form Design and Generator package blog
Package: Complex PHP Form Design and Generator
Read this to learn how to design and create a form with the Complex PHP Form Design and Generator. The article explains the individual steps gradually to create and process forms using simple examples with code samples and demonstration images.
1. How to Implement a PHP Draggable Div to Show Information in Web Page Windows
Updated on: 2021-06-10
Posted on: 2021-06-10
Blog: Winbox PHP Wrapper Class package blog
Package: Winbox PHP Wrapper Class
This package can help to generate pages that can show draggable windows. It can generate HTML with JavaScript code that can display that kind of window using the Winbox library.
1. How to Implement a PHP Printer Monitoring Solution to Check the Status of a Printer on a Web Page
Updated on: 2021-06-08
Posted on: 2021-06-08
Blog: d3 PHP Printer Monitoring package blog
Package: d3 PHP Printer Monitoring
This package provides a solution to monitor the status of certain printers, so the users are aware of any issues that they need to fix or not.
1. How to Implement a Laravel Slug Generator to Create SEO Friendly URLs for Model Classes
Updated on: 2021-06-04
Posted on: 2021-06-04
Blog: Laravel Sluggable package blog
Package: Laravel Sluggable
Ideally, the URLs of the pages should be easy to ready, so users may have an idea about what the pages contain when they see a URL of a page.
This package makes it easy to generate slug text from titles of pages stored in database records managed by Laravel model classes.
1. How to Publish a WordPress Site from Localhost for Free using GitHub to Host WordPress Static Pages
Updated on: 2021-06-01
Posted on: 2021-06-01
Blog: Git Press package blog
Package: Git Press
This package can help to publish a Web site created using WordPress running on a local computer. It can make WordPress generate static HTML for its pages. Then it pushes the HTML pages generated by WordPress to the GitHub git repository.
This way, anybody running WordPress on a local machine can publish their own site for free using GitHub pages.
1. How to Implement PHP Separation of Concerns by Editing Application Data Records with Forms and Processing the Changes with a Service Object
Updated on: 2021-05-31
Posted on: 2021-05-31
Blog: Mezon Record Field package blog
Package: Mezon Record Field
Often this is done using database access code that performs the queries to retrieve and store the data edited by the user using Web forms.
This package provides a more flexible solution by separating the code that accesses the data container from the code that generates the HTML and processes the form data.
It takes a parameter that is a separated service object that will take care of storing and retrieving the data.
This way, developers can change the type of container where the data is stored by changing the service object to take care of that task.
This possibility will allow developers to implement solutions that process forms in one machine and handle the data storage in a separate machine, making the whole solution more scalable.
1. How to Implement PHP Array Processing in Batches by Only Traversing Part of the Array Elements at a Time
Updated on: 2021-05-28
Posted on: 2021-05-28
Blog: Foreacher PHP Array Iterator classes package blog
Package: Foreacher PHP Array Iterator classes
This package makes it easier to perform new types of array traversing that allow possibilities, like traversing only a range of array elements relevant to the applications' purposes.
1. How to Setup Complex Forms in PHP in a Simple Way
Updated on: 2021-05-27
Posted on: 2021-05-27
Blog: Complex PHP Form Design and Generator package blog
Package: Complex PHP Form Design and Generator
Read this article to learn how the Complex PHP Form Design and Generator package can help you to simplify the development of pages that display and process forms.
The package provides functions with behavior that is configurable in the external configuration file. This article explains options for changing the language and country-specific aspects. It also provides details on how to configure how the package finds all the resources and values used to determine the appearance.
1. How to Have a WordPress Taxonomies Plugin to Classify New Types of Posts
Updated on: 2021-05-26
Posted on: 2021-05-26
Blog: Ilk Wordpress Custom Post Type and Taxonomies Creator package blog
Package: Ilk Wordpress Custom Post Type and Taxonomies Creator
Creating new custom types and taxonomies to classify the posts in WordPress are some of the possibilities that can be implemented using plugins.
This package makes it easier to create new plugins that implement new custom types and taxonomies and provide API calls to manage them using external applications.
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
Read this article to learn how to implement this design pattern with PHP using the Nginx Web server to prevent security attacks.
