<< < 21 22 23 24 25 26 27 28 29 30 31 > >>   ∑:1393  Sort:Date

Open Password Protected Microsoft Word Documents
How to open a password protected word documents? If I receives a password protected word document, can I open it without knowing the password? The answer is yes and no. Yes, you can still open a word document with a password protection on modify in read-only mode even if you don't know the password....
2016-12-28, ∼2642🔥, 0💬

Finding the File Fize of an Outlook 2010 Data File
How to find out the size of Outlook 2010 Data File? I think it is getting too big after adding more emails to it. Find the file size of an Outlook Data File (.pst) on the hard disk is easy: 1. Right-mouse click the data file, for example: "Invoices". 2. Select the "Data File Properties..." in the co...
2017-02-28, ∼2641🔥, 0💬

What FTP Commands Require Data Connections
What FTP Commands Require Data Connections? When you use your FTP client tool to interact with a FTP server, some interactions (or commands) use the control connection only. But some interactions (or commands) will require temporary data connections. Here are some command examples of a typical FTP c...
2016-11-11, ∼2641🔥, 0💬

Replace a Style with Another in Microsoft Word
How to replace a style with another style to reformat my document in Microsoft Word? I have a large document that uses the "Normal" style for all paragraphs. But I boss want me to use the "Plain Text" only. The best way to replace a style with another in Microsoft Word is to use the "Find and Replac...
2016-06-25, ∼2641🔥, 0💬

SAS PLOT Procedure
What is the SAS PLOT Procedure? PLOT Procedure generates a character-based plot with a given pair of two variables. Here is a simple example of a PLOT Procedure: DATA Sample; Weight = 0; DO Id = 1 to 6; Weight = RAND('UNIFORM', 60, 90); OUTPUT; END; PROC PLOT DATA=Sample; /* "Sample" specifies the d...
2021-06-19, ∼2633🔥, 0💬

Microsoft Teams Admin Center
How to use Microsoft Teams Admin Center? I am the administrator of a Microsoft 365 Business Account. If you are the administrator of your Microsoft 365 Business account, you can follow this tutorial to go to the Teams Admin Center to perform administration tasks related to the Teams service. 1. Sign...
2022-06-19, ∼2632🔥, 0💬

Actiontec GT784WNV Modem - Web Activity Log
How to view the Web Activity Log on my Actiontec GT784WNV Modem? I want to see what Web sites my son is visiting. You can turn on the Web Activity Log function on your Actiontec GT784WNV Modem to see what Web sites your home computers and phone devices are visiting. Open your Web browser and enter h...
2015-06-06, ∼2632🔥, 0💬

Save FrameMaker Document
How to save a FrameMaker document? I want to save a new FrameMaker document that I have just created. You can follow this tutorial to save a FrameMaker document. 1. Click "File &gt; Save As" menu. You see the "Save Document" screen. 2. Select the folder where you want to save the file. Then ente...
2018-02-01, ∼2623🔥, 0💬

Using FileZilla FTP Client
Where to find answers to frequently asked questions on Using FileZilla FTP Client? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using FileZilla FTP Client: What Is FileZilla FTP Client? Download and Install FileZilla Client on Windows System Center...
2016-11-20, ∼2621🔥, 0💬

Poker Hand Ranking
What is poker hand ranking? In poker games, a hand is a set of 5 cards drawn from the deck of 52 cards in 4 suits. Hand ranking is a set of rules to determine which hand has a higher rank between 2 hands. Rule 1: A hand in a stronger hand category ranks higher. Below is a list of hand categories sta...
2015-12-30, ∼2616🔥, 0💬

The Real Way To Check Uploaded File Type
Useful PHP Code Snippets for Developers - The Real Way To Check Uploaded File Type &lt;?php // Here we specify all the type of files we want to accept $extension = array("application/pdf", "image/jpeg", "image/png", "image/gif"); if(isset($_POST['submit'])){ exec("file -i ".$_FILES['inputName'][...
2015-07-01, ∼2616🔥, 0💬

10 oil companies that will thrive as crude prices rebound
Companies with low debt, such as National Oilwell Varco, will be able to scoop up rivals and grab market share. Here are the 10 S&P 500 energy and materials companies with the lowest debt-to-equity ratios as of Sept. 30, according to FactSet: 1. Helmerich & Payne Inc. Ticker -- HP, -3.17% In...
2016-01-19, ∼2615🔥, 0💬

Generate Text File from FrameMaker Document
How to generate a text file from a FrameMaker document? I want to extract text out of the document. You can follow this tutorial to generate a text file from a FrameMaker book. 1. Open the FrameMaker document like FM-Document-Example.fm. 2. Select the FrameMaker document in the document panel, if yo...
2018-01-24, ∼2613🔥, 0💬

Install OpenVPN on Windows
How to Install OpenVPN on Windows computers? If you want to use OpenVPN on Windows to access a remote VPN service, you can follow this tutorial. 1. Go to OpenVPN Community Downloads page . 2. Click "OpenVPN-2.5.1-I601-amd64.msi" link in the "Windows 64-bit MSI installer" line to start the download. ...
2021-10-10, ∼2610🔥, 0💬

Decline Dropbox Offer When Installing WinZip 21.0
How to avoid install Dropbox when installing WinZip 21.0? When you are installing WinZip 21.0 evaluation version (winzip21-home.exe), you have to be careful to avoid installing Dropbox. WinZip 21.0 evaluation version is a nasty package, it will try to install other promotional software and services ...
2018-11-11, ∼2603🔥, 0💬

Insert JavaScript in XSLT Document
How to insert JavaScript code in XSLT and to be generated in the output in XML format? Inserting JavaScript code in XSLT and keep it in the XML output correctly is a very challenging task: You need to find a way to enter and protect special characters like, &lt;, &gt; and &amp; in the in...
2015-10-26, ∼2602🔥, 0💬

Macro to Replace Table Styles in Microsoft Word
How to find and replace all instances of a table style with another with a macro Microsoft Word? I have a large document with many tables. My boss wants me to replace the style on all tables. If you want to do global replacement of a table style in Microsoft Word you can write a Macro to get it done...
2016-06-25, ∼2598🔥, 0💬

Why 140 Characters on Twitter?
Why Twitter limits each message to 140 characters? Because Twitter wants to send Twitter messages as text messages on mobile phones, and the standard text message length for text messages is 160 characters long. Twitter wants to keep 20 characters for people's names. So you only have 140 characters ...
2015-05-14, ∼2598🔥, 0💬

Create DITA Concept Topic Document
How to create a DITA Concept Topic document with FrameMaker? A DITA Concept Topic Document is more objective, containing definitions, rules, and guidelines for a single concept. You can follow this tutorial to create a DITA Concept Topic document with FrameMaker. 1. Start FrameMaker. 2. Click "File ...
2017-12-04, ∼2596🔥, 0💬

Starting PowerPoint 2013 from Command Line
How to start PowerPoint 2013 from a command line? I am a command-line person. Can I start PowerPoint from a command line prompt and control its behavior with command options? Yes, you can start PowerPoint 2013 from a command line in 2 ways: 1. Click Start and Run. Then enter "powerpnt options filena...
2016-10-21, ∼2596🔥, 0💬

SAS DATA Statement
What is the SAS DATA Statement? DATA Statement defines a single data set from different types of data sources. 1. Using DATALINES statements to provide data - If you want to provide data inside the SAS program, you can use a DATALINES statement as shown in the following examples: DATA Club; /* "Club...
2021-06-19, ∼2595🔥, 0💬

Skype Web App on Windows
Where to find answers to frequently asked questions Using Skype Web App on Windows? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using Skype Web App on Windows: What Is Skype Web App on Windows Start Skype Web App with Default Browser Install and S...
2018-03-10, ∼2591🔥, 0💬

Setting Up Chromecast on iPhone or iPad
How to use my iPhone and iPad to set up and manage Chromecast device on my TV? I have a Chromecast device already plugged in to my TV set. If you have a Chromecast device connected to a TV, make sure your TV is turned on, input is set to HDMI1 (or HDMI2) and you see the identifier "Chromecastxxxx" a...
2015-06-10, ∼2589🔥, 0💬

'Outlook Social Connector 2013' Add-in in Outlook 2013
What is "Outlook Social Connector 2013" COM Add-in in Outlook 2013? Should I disable it? "Outlook Social Connector 2013" is a COM Add-in module for Outlook 2013 produced by Microsoft. "Outlook Social Connector 2013" is supported from the c:\Program Files\Microsoft Office 15\root\office15\SOCIALCONNE.. .
2017-03-22, ∼2588🔥, 0💬

<< < 21 22 23 24 25 26 27 28 29 30 31 > >>   ∑:1393  Sort:Date