General results for “www.nubobeauty.com”

1 to 25 of 67

What you’ll love about ProcessWire About
ProcessWire is the content management system that connects it all. Regardless of scale, it is simple, powerful, consistent, predictable, capable and just plain fun to use.

ProcessWire compared to WordPress About
If you are a current WordPress user looking to better understand what ProcessWire offers relative to WordPress, this page offers a few points for comparison that you might find useful.

Contributor License Agreement (CLA) About
ProcessWire Contributor License Agreement (CLA), based on the language from the GitHub CLA.

ProcessWire demo site About
The demonstration site running ProcessWire provides a collection of skyscrapers in the United States and enables you to browse and search them by city, architect and various other factors.

Download the latest ProcessWire core versions Download
This page contains links to download the latest ProcessWire core version. Options include the current master version and the latest dev version. Several 3rd party installation options are also available and linked from this page as well.

Background and history About
Additional background information on ProcessWire including its history, what the term “ProcessWire” means, and more.

Mozilla Public License, version 2.0 About
Most files in the ProcessWire core source code use the Mozilla Public License, version 2.0.

ProcessWire software license About
ProcessWire is a pure open-source CMS licensed under the Mozilla Public License 2.0. When indicated in the file header, the MIT license is also used by ProcessWire.

ProcessWire software requirements About
ProcessWire is easy to install and use—you can be up and running in less than 5 minutes!

TOTP 2-factor authentication (TfaTotp) Docs
TOTP standards for “Time-based One-Time Password”, which is an algorithm that computes a one-time password. It does this with a shared secret key and the current time.

Markup regions Docs
Markup regions give you the best of both worlds—the simplicity of direct output with the power of delayed output, just using HTML.

Using custom page types in ProcessWire Docs
A look at some lesser known advanced techniques that enable you to introduce new conveniences by creating custom page types. An advanced tutorial by Benjamin Milde.

URL segments and routing Docs
URL segments enable your page’s template file to become a URL router or controller to act upon different URLs sent to it.

Introduction to the default site profile Docs
If you've installed ProcessWire's default site profile and want a guide on how the template files work, this is for you. This tutorial also serves as a good introduction to template files in general. By Ryan Cramer.

Third party modules Docs
We can vouch for the security of the code that we write in the ProcessWire core, but we can't vouch for the security of third party modules. Follow these guidelines to maximize your security with third party modules.

Security for template files in ProcessWire Docs
While ProcessWire handles a lot of the common security considerations before your template files are even loaded, you should also follow security best practices within your template files as you would in any other PHP framework.

Running ProcessWire alongside other software Docs
ProcessWire will happily run alongside almost any other PHP application, including other CMSs. However, security on your site will only be as good as the weakest link.

ProcessWire User Activity Shop
The UserActivity module keeps track of what all logged-in users are doing on the website or application. One of the primary goals is to prevent page edit collisions so that one user does not interfere with another’s page edits.

Easy access control About
ProcessWire uses a role-based access control system that supports any access control scenario you can think of.

ProcessWire Request Blocker Shop
Helps to prevent scanners and bots from consuming too much of the server’s resources by automatically blocking their IPs when specific patterns are detected.

ProcessWire Sitemap XML Shop
Turn-key ProcessWire module for easily configuring and rendering sitemap.xml output.

Form Auto Saver + Reminder Shop
Automatically saves front-end forms before they are submitted. Ensures users don't lose their entered form data, even if they take a break or switch devices. This module will also send 1-2 reminder emails to the user to finish their form.

ProcessWire standard site profiles Download
These are site profiles developed for ProcessWire to serve as introductory examples and starting points.

About the /site/modules/ directory Docs
This directory /site/modules/ is where you may install additional 3rd party plugin modules, or create your own. Read on for more details.

ProFields: Combo field Shop
A single Combo field can have as many other fields in it as you want, but it’s still just one field in ProcessWire, and it consumes no more resources than one field in ProcessWire, making it especially efficient.