504. Notable PHP package: Burge CMF
Updated on: 2016-12-29
Posted on: 2016-12-29
Many sites use content management systems like WordPress, Drupal or others to publish their content.
However, sometimes you need a simple but still powerful solution to implement in your site without turning it into a WordPress or Drupal instance.
This package provides a content management framework that you can adapt to add content management features to an existing site like multi-user access with support for different languages for each user, custom page views for different languages, management of posts, categories and files, etc..
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, sometimes you need a simple but still powerful solution to implement in your site without turning it into a WordPress or Drupal instance.
This package provides a content management framework that you can adapt to add content management features to an existing site like multi-user access with support for different languages for each user, custom page views for different languages, management of posts, categories and files, etc..
Read this article to learn more details about how this notable PHP package works.
1. Using the PHP RTF Parser to Process Word Processing Documents Part 1: the RTF File Format
Updated on: 2016-12-28
Posted on: 2016-12-28
Blog: PHP RTF Tools package blog
Package: PHP RTF Tools
RTF is a portable file format for representing the content of word processing document, such as those generate by Microsoft Word, OpenOffice and others.
Read this article to understand the RTF file format, so you can understand the next articles on which you will be able to learn how to use the PHP RTF Tools packages for good purposes, such as using RTF templates, merging multiple documents, or simply extracting text from a document.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to understand the RTF file format, so you can understand the next articles on which you will be able to learn how to use the PHP RTF Tools packages for good purposes, such as using RTF templates, merging multiple documents, or simply extracting text from a document.
503. Notable PHP package: PHP Table Chart Builder
Updated on: 2016-12-27
Posted on: 2016-12-27
Many PHP applications display data retrieved from databases or arrays in HTML tables as is, I mean as they are retrieved from the data source.
Often you need to generate reports that show calculations performed on the data displayed in the table columns.
The class can display data in table cells including additional values that show calculated cells that result from operations on column values like total, average, lowest and highest.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Often you need to generate reports that show calculations performed on the data displayed in the table columns.
The class can display data in table cells including additional values that show calculated cells that result from operations on column values like total, average, lowest and highest.
Read this article to learn more details about how this notable PHP package works.
502. PHP Articles Report December 2016 Edition
Updated on: 2016-12-26
Posted on: 2016-12-26
This is the December edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP articles published recently.
In the edition they discuss articles about implementing secure user validation using event sequences, the latest PHP modern practices, a comparison of the best PHP IDEs, how to implement a YouTube video downloader, and how to detect and block site attacks using a PHP Web application firewall .
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)
In the edition they discuss articles about implementing secure user validation using event sequences, the latest PHP modern practices, a comparison of the best PHP IDEs, how to implement a YouTube video downloader, and how to detect and block site attacks using a PHP Web application firewall .
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
501. PHP and JavaScript Innovation Award Report December 2016 Edition - September 2016 nominees
Updated on: 2016-12-24
Posted on: 2016-12-23
This is the December edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of September 2016.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (2) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
500. Notable PHP package: PHP HTML to Text Conversion
Updated on: 2016-12-22
Posted on: 2016-12-22
Most PHP applications are used to generate HTML but some times we need to also generate text versions of given HTML, like for instance to send by email that includes the HTML and the text version as alternative.
This package provides a solution that lets you automatically create the text version of a given text that you can use on email messages or for other purposes.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (5) Trackbacks (0)
This package provides a solution that lets you automatically create the text version of a given text that you can use on email messages or for other purposes.
Read this article to learn more details about how this notable PHP package works.
1. Secure PHP Login Script 2022 - Tutorial for a Complete Secure PHP Login System using MySQL with PDO Solution and a PHP Login Form to Set a PHP Login Session
Updated on: 2022-01-03
Posted on: 2016-12-21
Blog: PHP Secure Login and Registration package blog
Package: PHP Secure Login and Registration
Over time PHP has been adding features that promote the development of secure applications, as well deprecated or removed features that made it easy to write insecure code.
Read this tutorial to learn how to create a modern login and registration system that takes advantage of PHP security-focused features and uses jQuery to send AJAX requests and Bootstrap to provide a fast and nice user interface that can work regardless if you use other frameworks or not.
More ...
Post a comment
See comments (71) Trackbacks (0)
Read this tutorial to learn how to create a modern login and registration system that takes advantage of PHP security-focused features and uses jQuery to send AJAX requests and Bootstrap to provide a fast and nice user interface that can work regardless if you use other frameworks or not.
499. Notable PHP package: PHP Convert Words to Numbers
Updated on: 2016-12-20
Posted on: 2016-12-20
Very often applications need to be able to spell numbers using words in a given language. There are many solutions for that because it is a relatively easy problem.
However, there are not many solutions that do the opposite, i.e. take text written in a given language that represents a certain amount and return the number value of the amount that.
This class does precisely that. It takes a text representing an amount in English and returns the number that is spelled.
It is pretty smart to the point of understanding the different ordering that an amount can be spelled as well when the amount is spelled using Indian word variants like lakh and crore instead of millions and billions.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, there are not many solutions that do the opposite, i.e. take text written in a given language that represents a certain amount and return the number value of the amount that.
This class does precisely that. It takes a text representing an amount in English and returns the number that is spelled.
It is pretty smart to the point of understanding the different ordering that an amount can be spelled as well when the amount is spelled using Indian word variants like lakh and crore instead of millions and billions.
Read this article to learn more details about how this notable PHP package works.
498. PHP 7.1 Performance Benchmark Shows it is 27 Times Faster than PHP 5 - 5 Minutes Lately in PHP podcast episode 78
Updated on: 2016-12-23
Posted on: 2016-12-19
Now that PHP 7.1 was released pure CPU benchmarks reveal it is 27 times faster than PHP 5.0. This was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 78 of the Lately in PHP podcast now also being streamed using livecoding.tv.
In this episode they also talk about the upcoming PHP 5.6 end of life, features being deprecated and more being proposed for PHP 7.2 like interval comparison, type locked variables, function overloading by extensions, the latest PHP modern practices evolution steps, etc..
This article also contains a 5 minute video and the transcript of the podcast summary.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (0) Trackbacks (0)
In this episode they also talk about the upcoming PHP 5.6 end of life, features being deprecated and more being proposed for PHP 7.2 like interval comparison, type locked variables, function overloading by extensions, the latest PHP modern practices evolution steps, etc..
This article also contains a 5 minute video and the transcript of the podcast summary.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.
497. PHP Articles Report November 2016 Edition
Updated on: 2016-12-15
Posted on: 2016-12-15
This is the November edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP articles published recently.
In the edition they discuss articles about how to encrypt form data without SSL in PHP, how to use PHP iterators, how to extract text and images from PDF, how to get investors for your software product business, how to stream your PHP coding on LiveCoding.tv, and how to validate email addresses blacklisting disposable temporary email addresses.
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)
In the edition they discuss articles about how to encrypt form data without SSL in PHP, how to use PHP iterators, how to extract text and images from PDF, how to get investors for your software product business, how to stream your PHP coding on LiveCoding.tv, and how to validate email addresses blacklisting disposable temporary email addresses.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
