<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   ∑:417  Sort:Date

Install Custom Fields Module
How to Install Custom Fields Module on Form Tools? Custom Fields module lets you construct your own field types for use in your forms. Need to add some settings to an existing field type? A new validation rule? A totally new field type? This is the place! Custom Fields module is not included in the ...
2019-12-19, ∼1709🔥, 0💬

Create "My Int" Field Type
How to Create "My Int" Field Type? If you want to create a new field type to take integer numbers only, you can following this tutorial. 1. Login as Admin to Form Tools and go to "Modules &gt; Custom Fields". You should see a list of existing field types. 2. Click "Add Field Type" in the "Specia...
2019-12-02, ∼1709🔥, 0💬

Data Records of a New Form
How many data records are inserted in Form Tools database, when a new form is added? When a new form is added, you should see the following data records in Form Tools database: 1. The primary data record for a new form is stored in the "ft_forms" table. You can get the data base back by the form_id:...
2019-11-08, ∼1703🔥, 0💬

Data Visualization Module
What Is Data Visualization Module? Data Visualization module utilizes Google Charts API to create custom graphs and charts of your form submission data, providing an alternative, visual interpretation of your data. But it only supports 2 types of Visualizations: 1. Activity Chart - It presents the n...
2019-12-19, ∼1701🔥, 0💬

Form Tools Page Timed Out
Why Form Tools Pages Time Out? Sometimes, the Form Tools Web interface may take a very long time to load or time out with a blank page. One reason is that Form Tools uses a 3rd party JS code hosted on gstatic.com. If you computer is not able to reach gstatic.com, Form Tools will not be able to displ...
2020-01-29, ∼1697🔥, 0💬

qBittorrent - Download Files with Torrent Link
How to download files with Torrent Links on qBittorrent? If you have a Torrent link, you can download files that listed in the linked Torrent file with qBittorrent as shown below. 1. Start qBittorrent on your computer. 2. Click "File &gt; Add Torrent Link" menu. You see an input box displayed. 3...
2023-07-08, ∼1693🔥, 0💬

What Is Form Tools
What Is Form Tools? Form Tools is a powerful, flexible, free and open source PHP/MySQL script you install on your website for managing your forms and data. Form Tools consists of 5 components: Form Tools Core - The Core contains all code required for the most basic usage of the script. It includes t...
2019-10-30, ∼1685🔥, 0💬

Storage Device Benchmark Performance
Where to find SQLIO Benchmark Performance results with 64-KB and 1-MB blocks on different storage devices? Here are some SQLIO 64-KB and 1-MB benchmark test results on different hard disks we have collected so far. All tests are using these common options: "-LS -i64 -f64 -t1 -p0 -s300". Test results...
2019-05-05, ∼1682🔥, 0💬

Windows Resource Monitor - Disk Writing Speed
How to watch the disk writing speed on Windows Resource Monitor? You can follow this tutorial to watch disk writing speed on Windows Resource Monitor. 1. Re-run the SQLIO command to perform a disk writing test: C:\fyicenter\SQLIO&gt;sqli o-LS -kW -b64 -i64 -f64 -t1 -s300 1 thread writing for 300...
2019-08-23, ∼1679🔥, 0💬

Download and Install OpenOffice on Windows
How to Download and Install Apache OpenOffice on Windows computers? If you want to download the latest Apache OpenOffice release for your Windows computer, you can follow this toturial. 1. go to the OpenOffice download Website . 2. Select "Windows &gt; English &gt; 4.1.7" and click "Download...
2020-10-17, ∼1678🔥, 0💬

"sqlio -kW -b64" - Writing 64-KB Block Test
How to perform tests for writing 64 KB files? My Website allows users to upload picture files with an average of 64 KB per file. If you want to know how your environment performs on writing 64 KB files, you can use the following SQLIO options: "-LS" - Sets SQLIO to report latency measurements using ...
2019-08-23, ∼1664🔥, 0💬

Export Math Formulas as SVG Images
How to export mathematical formulas as SVG Images from OpenOffice Math? I want to include them in my Web page. There is no simple way to export mathematical formulas directly from OpenOffice Math. But you export mathematical formulas as images indirectly using OpenOffice Document, Impress, Draw or S...
2021-07-10, ∼1659🔥, 0💬

Azure Virtual HD on Server 2016 - SQLIO Tests
How to test I/O performance on Azure Virtual HD on Windows Server 2016 with SQLIO? Azure Virtual HD on Windows 10 are virtual hard disk amounted on Windows Server 2016 VM offered as Azure cloud services. We tested Azure Virtual HD on Windows Server 2016 VM with SQLIO in two setups: "C:" drive which ...
2019-07-09, ∼1658🔥, 0💬

Define Custom Color in OpenOffice Draw
How to define my own custom color in OpenOffice Draw? If you want to define your own custom color in OpenOffice Draw, you can follow this tutorial: 1. Select a shape object. 2. Right-mouse click to open the context menu. 3. Select "Area" from the context menu. You see the "Area" window. 4. Change th...
2021-10-10, ∼1654🔥, 0💬

Default Test with SQLIO
What is the default SQLIO test doing? If you run the "sqlio" command without any options, you are running the SQLIO default test, which is equivalent to: C:\fyicenter\SQLIO&gt;sqli o-kR -t1 -s30 -f64 -b2 -i64 -BN testfile.dat Let's try it out: C:\fyicenter\SQLIO&gt;sqli osqlio v1.5.SG 1 thre...
2019-08-19, ∼1651🔥, 0💬

Install Form Tools Core
How to Install Form Tools Core? If you want to try Form Tools, you should install the Core component and play with it first. Here is what you can do it on my macOS. 1. Go to Form Tools download Web page at formtools.org/download/ . 2. Click the Download button at the top of the page. The download fi...
2020-01-29, ∼1647🔥, 0💬

General Questions on Form Tools
Where to find answers to frequently asked questions in general areas of Form Tools? I am new to Form Tools. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team in general areas of Form Tools: What Is Form Tools MySQL Required to Run Form Tools PHP Required t...
2019-10-30, ∼1641🔥, 0💬

Westell A90-750015 Modem Re-Installation
How to re-install my Westell A90-750015 Modem? I just moved to a new apartment, my modem was working in my old place. If you are moving and need to re-install your Westell A90-750015 Modem, you can follow these steps: 1. Wait for the phone company to confirm that your DSL service is started at your ...
2015-06-15, ∼1640🔥, 0💬

What is Custom Fields Module
What is Custom Fields Module on Form Tools? Custom Fields module is a very useful module that lets you construct your own field types for use in your forms. Custom Fields module offers the following functionalities: Supports 13 built-in field types: Textbox, Textarea, Password, Dropdown, Multi-selec...
2019-12-02, ∼1632🔥, 0💬

What Is Client Account
What is a client account in Form Tools? A Client Account is a login account on Form Tools with limited permissions to access a given set of forms and form views. Only the administrator can create, modify, disable and delete client accounts. Administrator controls permissions of each client account t...
2020-01-03, ∼1630🔥, 0💬

Starting OpenOffice on Windows
How to Start OpenOffice on Windows computers? If OpenOffice has been installed properly on your Windows computer, you can start OpenOffice as described below: 1. Search "OpenOffice" on your Windows search box. 2. Click "OpenOffice" in search result list to start OpenOffice. 3. If this is your first ...
2020-10-17, ∼1626🔥, 0💬

SQLIO Related Terminology
SQLIO Related Terminology: Affinity - Affinity refers to individual CPUs in a multi-CPU system. You can specify which single CPU to use by the "-p" option, or which group of CPUs to use by the "-a" option. Asynchronous Queue - SQLIO supports asynchronous I/O tests within a single thread You can cont...
2019-08-19, ∼1624🔥, 0💬

"mi" - MathML Identifier Element
How to use the MathML Identifier Element: "mi"? "mi" is the MathML Identifier Element that allows you to specify a symbolic name in a mathematical express. The syntax for "mi" element is: &lt;mi mathvariant="normal" | "bold" | "italic" ...&gt;name&lt;/mi& ;gt;Here are some guidelines ...
2025-03-26, ∼1623🔥, 0💬

Starting OpenOffice on macOS
How to Start OpenOffice on macOS computers? There are two ways to start OpenOffice, if OpenOffice has been installed properly on your macOS computer. 1. Open Finder and double-click /Applications/OpenOffice. 2. Open Launchpad and click OpenOffice. If this is your first time running OpenOffice, it wi...
2020-11-11, ∼1622🔥, 0💬

<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   ∑:417  Sort:Date