task
stringlengths 42
101
| input
stringlengths 0
1.28k
| output
stringlengths 1
1.25k
| options
sequence | pageTitle
stringlengths 28
119
| outputColName
stringlengths 1
130
| url
stringlengths 52
146
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Get [What It Does] | Reads data from a text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] GoSub...Return [What It Does] | Branches to and returns from a procedure | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] GoTo [What It Does] | Branches to a specified statement within a procedure | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] If-Then-Else [What It Does] | Processes statements conditionally (the Else part is optional) | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Input # [What It Does] | Reads data from a sequential text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Kill [What It Does] | Deletes a file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Let [What It Does] | Assigns the value of an expression to a variable or property | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Line Input # [What It Does] | Reads a line of data from a sequential text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Load [What It Does] | Loads an object but doesn't show it | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Lock...Unlock [What It Does] | Controls access to a text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Mid [What It Does] | Replaces characters in a string with other characters | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] MkDir [What It Does] | Creates a new directory | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Name [What It Does] | Renames a file or directory | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] On Error [What It Does] | Gives specific instructions for what to do in the case of an error | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] On...GoSub [What It Does] | Branches, based on a condition | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] On...GoTo [What It Does] | Branches, based on a condition | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Open [What It Does] | Opens a text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Option Base [What It Does] | Changes the default lower limit for arrays | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Option Compare [What It Does] | Declares the default comparison mode when comparing strings | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Option Explicit [What It Does] | Forces declaration of all variables in a module | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Option Private [What It Does] | Indicates that an entire module is Private | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Print # [What It Does] | Writes data to a sequential file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Private [What It Does] | Declares a local array or variable | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Property Get [What It Does] | Declares the name and arguments of a Property Get procedure | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Property Let [What It Does] | Declares the name and arguments of a Property Let procedure | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Property Set [What It Does] | Declares the name and arguments of a Property Set procedure | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Public [What It Does] | Declares a public array or variable | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Put [What It Does] | Writes a variable to a text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] RaiseEvent [What It Does] | Fires a user-defined event | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Randomize [What It Does] | Initializes the random number generator | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] ReDim [What It Does] | Changes the dimensions of an array | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Rem [What It Does] | Specifies a line of comments (same as an apostrophe [']) | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Reset [What It Does] | Closes all open text files | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Resume [What It Does] | Resumes execution when an error-handling routine finishes | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] RmDir [What It Does] | Removes an empty directory | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] SaveSetting [What It Does] | Saves or creates an application entry in the Windows Registry | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Seek [What It Does] | Sets the position for the next access in a text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Select Case [What It Does] | Processes statements conditionally | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] SendKeys [What It Does] | Sends keystrokes to the active window | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Set [What It Does] | Assigns an object reference to a variable or property | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] SetAttr [What It Does] | Changes attribute information for a file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Static [What It Does] | Declares variables at the procedure level so that the variables retain their values as long as the code is running and the project hasn't been reset. | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Stop [What It Does] | Pauses the program | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Sub [What It Does] | Declares the name and arguments of a Sub procedure | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Time [What It Does] | Sets the system time | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Type [What It Does] | Defines a custom data type | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Unload [What It Does] | Removes an object from memory | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] While...Wend [What It Does] | Loops through a set of instructions as long as a certain condition remains true | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Width # [What It Does] | Sets the output line width of a text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] With [What It Does] | Allows a shorthand way of accessing multiple properties for an object | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
92429e64__VBA_Programming___For_Dummies__What_It_Does | [VBA Statement] Write # [What It Does] | Writes data to a sequential text file | [] | Common VBA Statements for Excel VBA Programming - For Dummies | What It Does | http://www.dummies.com/how-to/content/common-vba-statements-for-excel-vba-programming.navId-814638.html | 9/1438042988511.77_20150728002308-00258-ip-10-236-191-2_420265311_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Clarified butter or cold-pressed olive oil [Instead of This] | Butter | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Frozen fruit (without additives) [Instead of This] | Canned fruit | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Herbal tea [Instead of This] | Coffee | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Fresh herbs and spices [Instead of This] | Condiments | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Almond milk [Instead of This] | Creamer | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Finely crushed skinless almonds [Instead of This] | Flour | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Agar –agar [Instead of This] | Gelatin | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Lentils [Instead of This] | Navy beans | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Almonds or chestnuts [Instead of This] | Peanuts | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Poultry or firm tofu [Instead of This] | Red meat | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Sparkling water [Instead of This] | Soda | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Stevia or clover honey [Instead of This] | Sugar | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Sweet potatoes [Instead of This] | White potatoes | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Wild or basmati rice [Instead of This] | White rice | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Egg whites [Instead of This] | Whole eggs | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Baking soda and lemon juice [Instead of This] | Yeast | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
73d5c0b0_mies_Cheat_Sheet___For_Dummies__Instead_of_This | [Use This] Sprouted grains [Instead of This] | Yeast breads | [] | Acid Alkaline Diet For Dummies Cheat Sheet - For Dummies | Instead of This | http://www.dummies.com/how-to/content/acid-alkaline-diet-for-dummies-cheat-sheet.navId-323447.html | 9/1438042992201.62_20150728002312-00062-ip-10-236-191-2_406052473_0.json |
8a6c19a7__Word_2007_Table___For_Dummies_s_for_Moving_Around_in_a_Table_To_Move_to_This_Cell | [Use This Keyboard Shortcut] Tab [To Move to This Cell] | Next cell in a row | [
[
"N",
"e",
"x",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"r",
"o",
"w"
],
[
"N",
"e",
"x",
"t",
" ",
"r",
"o",
"w"
]
] | How to Navigate a Word 2007 Table - For Dummies | To Move to This Cell | http://www.dummies.com/how-to/content/how-to-navigate-a-word-2007-table.html | 9/1438042990611.52_20150728002310-00022-ip-10-236-191-2_414861747_1.json |
8a6c19a7__Word_2007_Table___For_Dummies_s_for_Moving_Around_in_a_Table_To_Move_to_This_Cell | [Use This Keyboard Shortcut] Shift+Tab [To Move to This Cell] | Previous cell in a row | [
[
"N",
"e",
"x",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"r",
"o",
"w"
],
[
"N",
"e",
"x",
"t",
" ",
"r",
"o",
"w"
]
] | How to Navigate a Word 2007 Table - For Dummies | To Move to This Cell | http://www.dummies.com/how-to/content/how-to-navigate-a-word-2007-table.html | 9/1438042990611.52_20150728002310-00022-ip-10-236-191-2_414861747_1.json |
8a6c19a7__Word_2007_Table___For_Dummies_s_for_Moving_Around_in_a_Table_To_Move_to_This_Cell | [Use This Keyboard Shortcut] Alt+Home [To Move to This Cell] | First cell in a row | [
[
"N",
"e",
"x",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"r",
"o",
"w"
],
[
"N",
"e",
"x",
"t",
" ",
"r",
"o",
"w"
]
] | How to Navigate a Word 2007 Table - For Dummies | To Move to This Cell | http://www.dummies.com/how-to/content/how-to-navigate-a-word-2007-table.html | 9/1438042990611.52_20150728002310-00022-ip-10-236-191-2_414861747_1.json |
8a6c19a7__Word_2007_Table___For_Dummies_s_for_Moving_Around_in_a_Table_To_Move_to_This_Cell | [Use This Keyboard Shortcut] Alt+Page Up [To Move to This Cell] | First cell in a column | [
[
"N",
"e",
"x",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"r",
"o",
"w"
],
[
"N",
"e",
"x",
"t",
" ",
"r",
"o",
"w"
]
] | How to Navigate a Word 2007 Table - For Dummies | To Move to This Cell | http://www.dummies.com/how-to/content/how-to-navigate-a-word-2007-table.html | 9/1438042990611.52_20150728002310-00022-ip-10-236-191-2_414861747_1.json |
8a6c19a7__Word_2007_Table___For_Dummies_s_for_Moving_Around_in_a_Table_To_Move_to_This_Cell | [Use This Keyboard Shortcut] Alt+End [To Move to This Cell] | Last cell in a row | [
[
"N",
"e",
"x",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"r",
"o",
"w"
],
[
"N",
"e",
"x",
"t",
" ",
"r",
"o",
"w"
]
] | How to Navigate a Word 2007 Table - For Dummies | To Move to This Cell | http://www.dummies.com/how-to/content/how-to-navigate-a-word-2007-table.html | 9/1438042990611.52_20150728002310-00022-ip-10-236-191-2_414861747_1.json |
8a6c19a7__Word_2007_Table___For_Dummies_s_for_Moving_Around_in_a_Table_To_Move_to_This_Cell | [Use This Keyboard Shortcut] Alt+Page Down [To Move to This Cell] | Last cell in a column | [
[
"N",
"e",
"x",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"r",
"o",
"w"
],
[
"N",
"e",
"x",
"t",
" ",
"r",
"o",
"w"
]
] | How to Navigate a Word 2007 Table - For Dummies | To Move to This Cell | http://www.dummies.com/how-to/content/how-to-navigate-a-word-2007-table.html | 9/1438042990611.52_20150728002310-00022-ip-10-236-191-2_414861747_1.json |
8a6c19a7__Word_2007_Table___For_Dummies_s_for_Moving_Around_in_a_Table_To_Move_to_This_Cell | [Use This Keyboard Shortcut] Up Arrow [To Move to This Cell] | Previous row | [
[
"N",
"e",
"x",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"r",
"o",
"w"
],
[
"N",
"e",
"x",
"t",
" ",
"r",
"o",
"w"
]
] | How to Navigate a Word 2007 Table - For Dummies | To Move to This Cell | http://www.dummies.com/how-to/content/how-to-navigate-a-word-2007-table.html | 9/1438042990611.52_20150728002310-00022-ip-10-236-191-2_414861747_1.json |
8a6c19a7__Word_2007_Table___For_Dummies_s_for_Moving_Around_in_a_Table_To_Move_to_This_Cell | [Use This Keyboard Shortcut] Down Arrow [To Move to This Cell] | Next row | [
[
"N",
"e",
"x",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"F",
"i",
"r",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"r",
"o",
"w"
],
[
"L",
"a",
"s",
"t",
" ",
"c",
"e",
"l",
"l",
" ",
"i",
"n",
" ",
"a",
" ",
"c",
"o",
"l",
"u",
"m",
"n"
],
[
"P",
"r",
"e",
"v",
"i",
"o",
"u",
"s",
" ",
"r",
"o",
"w"
],
[
"N",
"e",
"x",
"t",
" ",
"r",
"o",
"w"
]
] | How to Navigate a Word 2007 Table - For Dummies | To Move to This Cell | http://www.dummies.com/how-to/content/how-to-navigate-a-word-2007-table.html | 9/1438042990611.52_20150728002310-00022-ip-10-236-191-2_414861747_1.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] 3 [Action] | Move up in a screen | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] 9 [Action] | Move down in a screen | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] 1 [Action] | Move to the top of the screen | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] 7 [Action] | Move to the bottom of the screen | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] First letter of the menu item [Action] | Move to a menu item | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] Alt + Escape [Action] | Switch applications | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] End [Action] | Go to the Home screen | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] * [Action] | Lock the keyboard | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] Send + * [Action] | Unlock the keyboard | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] # [Action] | Toggle between Default and Vibrate profiles | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] 6 [Action] | Move to next item | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] 4 [Action] | Move to previous item | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
7ae9d1f0__Pearl_Shortcuts___For_Dummies__Action | [Shortcut] Escape [Action] | Exit or back to previous screen | [] | Common BlackBerry Pearl Shortcuts - For Dummies | Action | http://www.dummies.com/how-to/content/common-blackberry-pearl-shortcuts.navId-397602.html | 9/1438042990611.52_20150728002310-00324-ip-10-236-191-2_415123169_0.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Currently bred for companionship [Energy Level] Very high [Breed] | Dalmatians | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Originally bred to fight each other or other species [Energy Level] Medium [Breed] | Fighters | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Guard territory [Energy Level] Medium [Breed] | Guard Dogs | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Challenge large game [Energy Level] Medium [Breed] | Large-Game Hounds | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Move sheep and cattle from field to field [Energy Level] High [Breed] | Livestock Drivers | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] All vary historically [Energy Level] Medium [Breed] | Non-Sporting Group | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Course fields all day, point, and retrieve [Energy Level] Very high [Breed] | Pointers | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Retrieve nets from water [Energy Level] Medium to high [Breed] | Portuguese Water Dogs | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Rescue humans [Energy Level] Low (in general) [Breed] | Rescue/Water dogs | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Stay by master’s side and retrieve on command [Energy Level] High [Breed] | Retrievers | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
1eecf1ac_ise_Requirements___For_Dummies_Breeds_and_Their_Energy_Levels_Breed | [Bred to . . .] Follow and trail game [Energy Level] High [Breed] | Scent Hounds | [] | Dog Breeds and Their Exercise Requirements - For Dummies | Breed | http://www.dummies.com/how-to/content/dog-breeds-and-their-exercise-requirements.html | 9/1438042990611.52_20150728002310-00114-ip-10-236-191-2_418329424_1.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.