task
stringlengths
42
101
input
stringlengths
0
1.28k
output
stringlengths
1
1.25k
options
list
pageTitle
stringlengths
28
119
outputColName
stringlengths
1
130
url
stringlengths
52
146
wdcFile
stringlengths
71
74
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] Flashing or flickering element(s) detected, such as animated GIFs, Java applets, and other multimedia plug-ins [Solution]
Adjust the speed of any animations to avoid causing the screen to flicker with a frequency between 2 Hz and 55 Hz. Animations that exceed these two measures may cause seizures in visitors with photosensitive epilepsy.
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] No DOCTYPE specified [Solution]
Add a valid DOCTYPE above the opening tag.
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] No HTTP charset parameter specified [Solution]
This special meta tag specifies the character set used in the HTML code. Some HTML editors include it automatically when generating new blank web pages. If validation finds that this tag is missing from your HTML or XHTML code, insert the following code by hand: . For HTML5, insert .
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] No tag specified [Solution]
Add a unique title between tags in the head area on each page.
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] No tags specified [Solution]
Add meta keywords and meta description tags to the head of each page. These can be identical on every page on the site. If desired, you may also add additional meta tags as needed.
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] No Robots tags specified [Solution]
Add the Robots tag in the head of the page to instruct web spiders and robots whether to index the page and follow any hyperlinks, such as .
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] Deprecated tags detected [Solution]
Move all the presentation markup of the HTML (page, fonts, tables, links, and so on) to an external CSS file and remove all tags and HTML and inline formatting attributes.
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] Deprecated table height attribute detected [Solution]
Control table cell heights, when necessary, with CSS styles.
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] Style attributes detected in the opening tag [Solution]
Move body attributes, like margin attributes and background page color, to a BODY tag redefine style in an external CSS file.
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] type attribute not specified for JavaScript or CSS [Solution]
Add the type=”text/css” attribute for
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] Entity name used instead of entity number [Solution]
Change the entity name to an entity number, such as using $#169; instead of © to create the copyright symbol (c).
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
fda33bc7_on_Your_Web_Page___For_Dummies__Solution
[Problem] No background color attribute was specified for a CSS style that specifies text color [Solution]
Provide each style that contains a text color attribute with an attending background color attribute. The background color should match, or closely match, the background color upon which the text will display on.
[]
How to Fix Noncompliant Code on Your Web Page - For Dummies
Solution
http://www.dummies.com/how-to/content/how-to-fix-noncompliant-code-on-your-web-page.html
39/1438043062723.96_20150728002422-00285-ip-10-236-191-2_406368921_1.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Caer [Present Participle] cayendo [Translation_3] falling [Translation]
to fall
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Construer [Present Participle] construyendo [Translation_3] constructing [Translation]
to construct
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Corregir [Present Participle] corrigiendo [Translation_3] correcting [Translation]
to correct
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Creer [Present Participle] creyendo [Translation_3] believing [Translation]
to believe
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Decir [Present Participle] diciendo [Translation_3] saying, telling [Translation]
to say, to tell
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Destruir [Present Participle] destruyendo [Translation_3] destroying [Translation]
to destroy
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Dormer [Present Participle] durmiendo [Translation_3] sleeping [Translation]
to sleep
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Ir [Present Participle] yendo [Translation_3] going [Translation]
to go
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Leer [Present Participle] leyendo [Translation_3] reading [Translation]
to read
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] Mentir [Present Participle] mintiendo [Translation_3] lying [Translation]
to lie, to tell a falsehood
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] morir [Present Participle] muriendo [Translation_3] dying [Translation]
to die
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] oír [Present Participle] oyendo [Translation_3] hearing [Translation]
to hear
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] pedir [Present Participle] pidiendo [Translation_3] asking for, requesting [Translation]
to ask for, to request
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] poder [Present Participle] pudiendo [Translation_3] being able [Translation]
to be able
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] reír [Present Participle] riendo [Translation_3] laughing [Translation]
to laugh
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] repetir [Present Participle] repitiendo [Translation_3] repeating [Translation]
to repeat
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] seguir [Present Participle] siguiendo [Translation_3] following [Translation]
to follow
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] sentir [Present Participle] sintiendo [Translation_3] feeling [Translation]
to feel
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] servir [Present Participle] sirviendo [Translation_3] serving [Translation]
to serve
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] traer [Present Participle] trayendo [Translation_3] bringing [Translation]
to bring
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
3218556c_ssive_in_Spanish___For_Dummies__Irregular_Present_Participles_Translation
[Infinitive] venir [Present Participle] viniendo [Translation_3] coming [Translation]
to come
[]
Acting in the Now with the Present Progressive in Spanish - For Dummies
Translation
http://www.dummies.com/how-to/content/acting-in-the-now-with-the-present-progressive-in-.navId-323274.html
39/1438042988305.14_20150728002308-00173-ip-10-236-191-2_418020954_2.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Meal] Breakfast [Instead of:] Cornflakes [Have:]
Muesli
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] Instant porridge oats [Have:]
Unprocessed oats made into porridge
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] White toast [Have:]
Granary toast
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Meal] Lunch [Instead of:] Jacket potato with filling [Have:]
Baked sweet potato with filling
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] White baguette [Have:]
Pitta bread
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] Brown bread sandwiches [Have:]
Wholegrain bread sandwiches
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Meal] Dinner [Instead of:] Curry with white rice [Have:]
Curry with basmati rice
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] Shepherd’s pie [Have:]
Spaghetti bolognese
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] Stir-fry with instant rice [Have:]
Stir-fry with noodles
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Meal] Desserts [Instead of:] Bread and butter pudding made with white bread [Have:]
Bread and butter pudding made with fruit loaf
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] Fruit crumble made with white flour [Have:]
Fruit crumble made with oat topping
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Meal] Snacks [Instead of:] Muffins/cakes/biscuits [Have:]
Cakes, biscuits, or muffins made with fruit, oats, and wholegrains
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] White bread and jam [Have:]
Fruit loaf with ricotta
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
7c80dfff_rb_Substitutions___For_Dummies__Have_
[Instead of:] White crackers and cheese [Have:]
Wholegrain crispbread with avocado or hummus dip
[]
How to Handle PCOS Symptoms through Low-Carb Substitutions - For Dummies
Have:
http://www.dummies.com/how-to/content/how-to-handle-pcos-symptoms-through-lowcarb-diet.navId-323518.html
39/1438043062723.96_20150728002422-00190-ip-10-236-191-2_400020051_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] X [Action]
View Thumbnail version of page
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] ? [Action]
Bookmark page
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] ! [Action]
Hide or unhide banner
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] R [Action]
Refresh current page
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] Space [Action]
Insert period in Go To field
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] Shift + Space [Action]
Insert slash in Go To field
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] Escape (arrow key to the right of the trackpad) [Action]
Stop loading Web page
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] Press and hold Escape (arrow key to the right of the trackball or trackpad) [Action]
Close browser
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] . (period) [Action]
Move to specific page
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
9673482c_rowser_Shortcuts___For_Dummies__Action
[Shortcut] 5 [Action]
Open bookmarks
[]
BlackBerry Pearl Browser Shortcuts - For Dummies
Action
http://www.dummies.com/how-to/content/blackberry-pearl-browser-shortcuts.html
39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_403969368_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] the [2] at [3] but [4] there [1]
he
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] of [2] be [3] not [4] use [1]
was
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] and [2] this [3] what [4] an [1]
for
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] a [2] have [3] all [4] each [1]
on
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] to [2] from [3] were [4] which [1]
are
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] in [2] or [3] we [4] she [1]
as
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] is [2] ine [3] when [4] do [1]
with
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] you [2] had [3] your [4] how [1]
his
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] that [2] by [3] can [4] their [1]
they
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
2d9c960d_mies_Cheat_Sheet___For_Dummies__1
[0] it [2] word [3] said [4] if [1]
I
[ [ "h", "e" ], [ "w", "a", "s" ], [ "f", "o", "r" ], [ "o", "n" ], [ "a", "r", "e" ], [ "a", "s" ], [ "w", "i", "t", "h" ], [ "h", "i", "s" ], [ "t", "h", "e", "y" ], [ "I" ] ]
Teaching Kids to Spell For Dummies Cheat Sheet - For Dummies
1
http://www.dummies.com/how-to/content/teaching-kids-to-spell-for-dummies-cheat-sheet.html
39/1438042989126.22_20150728002309-00299-ip-10-236-191-2_419400105_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Control+Command+T [Command]
Add Selected Item to Sidebar
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Option+Command+W [Command]
Close All Windows
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+W [Command]
Close Window
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+C [Command]
Copy
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+X [Command]
Cut
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] F12 (fn+F12 on laptops) [Command]
Dashboard
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+D [Command]
Duplicate
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+E [Command]
Eject Disk
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Shift+Command+Delete [Command]
Empty Trash
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+F [Command]
Find
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+I [Command]
Get Info (on selected item or items)
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Shift+Command+F [Command]
Go to All My Files
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Shift+Command+A [Command]
Go to Applications Folder
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Shift+Command+D [Command]
Go to Desktop
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Shift+Command+H [Command]
Go to Home Folder
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Shift+Command+? [Command]
Help
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+H [Command]
Hide Current Application
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Shift+Command+Q [Command]
Log Out Current User
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+L [Command]
Make Alias
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+M [Command]
Minimize Window
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Control+Up Arrow (F3 on Apple keyboards) [Command]
Mission Control: All Windows
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Control+Down Arrow (Control+F3 on Apple keyboards) [Command]
Mission Control: Application Windows
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] F11 (fn+F11 on laptops) (Command+F3 on Apple keyboards) [Command]
Mission Control: Show Desktop
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+Delete [Command]
Move to Trash
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+N [Command]
New Finder Window
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Shift+Command+N [Command]
New Folder
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Option+Command+N [Command]
New Smart Folder
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+` [Command]
Next Window
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+O [Command]
Open
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Option+Command+I [Command]
Open Inspector
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+V [Command]
Paste
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+Y or Spacebar [Command]
Quick Look (at selected item)
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json
7b47073f_r_OS_X_Mavericks___For_Dummies__Command
[Keyboard Shortcut] Command+A [Command]
Select All
[]
Handy Keyboard Shortcuts for OS X Mavericks - For Dummies
Command
http://www.dummies.com/how-to/content/handy-keyboard-shortcuts-for-os-x-mavericks.html
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_414849049_0.json