<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.telecafe.org/smw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dave</id>
	<title>TeleCafeWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.telecafe.org/smw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dave"/>
	<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/Special:Contributions/Dave"/>
	<updated>2026-04-21T10:53:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=1000</id>
		<title>User:Dave/Web Hack Notes (Non-Wiki)</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=1000"/>
		<updated>2019-11-19T04:42:33Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Google Sheets as CMS */ Use Google Sheets as a Database + Google Drive CMS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Beautiful-HTML.png|thumb|500px|Source: [http://css-tricks.com/what-beautiful-html-code-looks-like/ What Beautiful HTML Code Looks Like]]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= HELP FROM AROUND THE WEB =&lt;br /&gt;
These notes began as an archive of resources listed on the [http://humanstxt.org/ humans.txt] file for a particular website. The domain for that site was since hijacked by a [http://www.acorndomains.co.uk/domain-name-scams/107083-domcollect-sued-along-1-1-hijacking-domains-my-update.html domain squatter], but the resources listed here have proved useful for other web projects. The idea is to expand this page with other helpful resources for building simple web sites.&lt;br /&gt;
&lt;br /&gt;
== Web Design Tips &amp;amp;amp; Resources ==&lt;br /&gt;
;Web Tools Weekly:http://webtoolsweekly.com/&lt;br /&gt;
: Web Tools Weekly is a front-end development and web design newsletter with a focus on tools.&lt;br /&gt;
&lt;br /&gt;
;Webdesigner Depot: http://www.webdesignerdepot.com/&lt;br /&gt;
: Our goal is to share the latest and greatest findings, tips, and techniques for web designers and developers.&lt;br /&gt;
&lt;br /&gt;
== SEO, SEM, Search Engine Responsiveness ==&lt;br /&gt;
;Screaming Frog SEO Spider Tool: http://www.screamingfrog.co.uk/seo-spider/&lt;br /&gt;
:The Screaming Frog SEO Spider is a small desktop program you can install locally on your PC, Mac or Linux machine which spiders websites’ links, images, CSS, script and apps from an SEO perspective. It fetches key onsite elements for SEO, presents them in tabs by type and allows you to filter for common SEO issues, or slice and dice the data how you see fit by exporting into Excel. You can view, analyse and filter the crawl data as it’s gathered and updated continuously in the program’s user interface.&lt;br /&gt;
&lt;br /&gt;
== Static File Websites ==&lt;br /&gt;
;An Introduction to Static Site Generators: http://davidwalsh.name/introduction-static-site-generators&lt;br /&gt;
: This is a fantastic introduction in helping folks understand the advantages of static sites, particularly when there&amp;#039;s no compelling advantage for maintaining the site on a dynamic architecture.&lt;br /&gt;
&lt;br /&gt;
;What is a Static Website?: http://nilclass.com/courses/what-is-a-static-website/&lt;br /&gt;
: What is a Static Website? Static websites are popular because they are super efficient, extremely fast and usually free to host. Blogs, resumes, marketing websites, landing pages, and documentation are all good candidates for static websites. [http://nilclass.com/courses/what-is-a-static-website/ Follow along as we visually walk-through the differences and benefits between a static vs dynamic website.]&lt;br /&gt;
&lt;br /&gt;
;Why You Should Build Your Website Using Static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; Files?: http://ryanhayes.net/why-you-should-build-your-website-using-static-html-files/&lt;br /&gt;
: Why would anyone want a static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; site with the options we have today in CMS products?  Why would you go seemingly backwards to the old days of &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt;?&lt;br /&gt;
::- Performance&lt;br /&gt;
::- Security&lt;br /&gt;
::- HTML is portable!&lt;br /&gt;
&lt;br /&gt;
;StaticGen&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Top Open-Source Static Site Generators: https://www.staticgen.com/&lt;br /&gt;
: An incredible list of 100 static site generators. Included the generator&amp;#039;s ranking (how many stars it was &amp;quot;awarded&amp;quot; by users), language (Ruby, Python, JavaScript, etc.), templates (Liquid, MarkDown, EJS, Swig, etc.) and license (MIT, Apache, GPL, etc.).&lt;br /&gt;
&lt;br /&gt;
;Static Site Generators: https://staticsitegenerators.net/&lt;br /&gt;
: &amp;quot;The definitive listing of Static Site Generators&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Implementing a static website in [https://cloud.google.com/appengine/docs/python/gettingstartedpython27/introduction Google App Engine]: http://www.enkisoftware.com/devlogpost-20130823-1-Implementing_a_static_website_in_Google_App_Engine.html&lt;br /&gt;
&lt;br /&gt;
;Jekyll-Bootstrap: http://jekyllbootstrap.com/&lt;br /&gt;
: Jekyll-Bootstrap is a full blog scaffold for Jekyll based blogs. &amp;#039;&amp;#039;&amp;#039;Jekyll Generates Static Websites!&amp;#039;&amp;#039;&amp;#039; To understand the differences and benefits of static vs dynamic websites, follow this [http://nilclass.com/courses/what-is-a-static-website/#1 quick visual tutorial].&lt;br /&gt;
&lt;br /&gt;
=== Static File Website Hosting Hacks ===&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[User:Dave/Web Hack Notes (Non-Wiki)#Git_.26_Website_Publishing|Git &amp;amp; Website Publishing]]&lt;br /&gt;
&lt;br /&gt;
;Cheap or Free Static Website Hosting: http://alignedleft.com/resources/cheap-web-hosting&lt;br /&gt;
&lt;br /&gt;
=== Static Website Tools ===&lt;br /&gt;
;Staticman - Static sites with superpowers.: https://staticman.net/&lt;br /&gt;
: Staticman handles user-generated content for you and transforms it into data files that sit in your GitHub repository, along with the rest of your content.&lt;br /&gt;
&lt;br /&gt;
== Version Control Systems ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
; Git --everything-is-local: http://git-scm.com/&lt;br /&gt;
:: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.&lt;br /&gt;
&lt;br /&gt;
==== Learn Git; GitHub ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Pro Git&amp;#039;&amp;#039;&amp;#039; (book) by Scott Chacon is available to read online for free.&lt;br /&gt;
: http://git-scm.com/book&lt;br /&gt;
:: The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license.&lt;br /&gt;
&lt;br /&gt;
; git - the simple guide: just a simple guide for getting started with git. no deep shit ;)&lt;br /&gt;
: http://rogerdudler.github.io/git-guide/&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 1): Don&amp;#039;t Get Scared, Get Started: http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1&lt;br /&gt;
: GitHub is more than just a programmer&amp;#039;s tool. If you want to collaborate on anything, you should give it a try. Part 1 of a two-part look at getting started with GitHub.&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 2): Commit, Push And Go: http://readwrite.com/2013/10/02/github-for-beginners-part-2&lt;br /&gt;
: Now that we know the concepts behind GitHub and Git, it&amp;#039;s time to have fun. Part 2 of our two-part series.&lt;br /&gt;
&lt;br /&gt;
==== Git &amp;amp;amp; Website Publishing ====&lt;br /&gt;
;GitHub Pages - Websites for you and your projects.: https://pages.github.com/&lt;br /&gt;
: Hosted directly from your GitHub repository. Just edit, push, and your changes are live.&lt;br /&gt;
&lt;br /&gt;
;Using GitHub Pages To Host Your Website: http://blog.teamtreehouse.com/using-github-pages-to-host-your-website&lt;br /&gt;
: This is an awesome tutorial explaining how to &amp;quot;commit&amp;quot; your web site&amp;#039;s files from your computer to your GitHub repository. Makes hosting on GitHub super simple!&lt;br /&gt;
&lt;br /&gt;
;GIT to deploy website (in 5 steps): http://www.bitbonsai.com/git-deploy-website-5steps/&lt;br /&gt;
&lt;br /&gt;
;How I moved my websites to Dropbox and GitHub: http://alexcican.com/post/guide-hosting-website-dropbox-github/&lt;br /&gt;
&lt;br /&gt;
;Using Git to manage a web site: http://toroid.org/ams/git-website-howto&lt;br /&gt;
: A step-by-step tutorial from a website that is doing what the tutorial instructs.&lt;br /&gt;
&lt;br /&gt;
;Git for Web Publishing: http://philkates.com/2009/08/git-as-a-web-publishing-tool/&lt;br /&gt;
: Features instructions for updating Git on DreamHost.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
= CMS &amp;amp; Blog Platforms =&lt;br /&gt;
&lt;br /&gt;
== Drupal ==&lt;br /&gt;
;Drupal Commons: http://drupal.org/project/commons&lt;br /&gt;
: Drupal Commons is a ready-to-use solution for building either internal or external communities. It provides a complete social business software solution for organizations.&lt;br /&gt;
;A Drupal Developer’s Setup on Windows: http://mikekeran.com/drupal-developer-setup-windows&lt;br /&gt;
;Back up your site using the command line: https://drupal.org/upgrade/backing-your-site-command-line&lt;br /&gt;
;Upgrading from previous versions: https://drupal.org/upgrade&lt;br /&gt;
;Upgrading Drupal using a Patch File: https://drupal.org/comment/1545852#comment-1545852&lt;br /&gt;
&lt;br /&gt;
=== Drupal Modules ===&lt;br /&gt;
:: (Used on the new ATA.org Drupal 7 installation.)&lt;br /&gt;
;Top 25 Drupal 7 Modules: http://www.axzm.com/top-25-drupal-7-modules&lt;br /&gt;
;Backup and Migrate: https://drupal.org/project/backup_migrate&lt;br /&gt;
;Display Suite Bootstrap Layouts: https://drupal.org/project/ds_bootstrap_layouts&lt;br /&gt;
;Bootstrap - Photo Gallery: https://drupal.org/project/bootstrap_gallery&lt;br /&gt;
;Context: https://www.drupal.org/project/context&lt;br /&gt;
: Context allows you to manage contextual conditions and reactions for different portions of your site. For instance, you can group several &amp;quot;[https://www.drupal.org/project/bean Beans]&amp;quot; (blocks) into a particular [https://www.drupal.org/project/context Context] if you want to consistently place the group on several nodes throughout the site.&lt;br /&gt;
==== Block Modules ====&lt;br /&gt;
;Bean: https://www.drupal.org/project/bean&lt;br /&gt;
: Bean is an acronym that stands for &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;lock &amp;#039;&amp;#039;&amp;#039;E&amp;#039;&amp;#039;&amp;#039;ntities &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;ren&amp;#039;t &amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;odes.&lt;br /&gt;
;MultiBlock: https://www.drupal.org/project/multiblock&lt;br /&gt;
: Drupal&amp;#039;s block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages. MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks.&lt;br /&gt;
;Block Group: https://www.drupal.org/project/blockgroup&lt;br /&gt;
: Tutorial: [https://www.youtube.com/watch?v=fC8lo6jHBuI Drupal Tutorial : Block Groups And Bootstrap] | WDTutorials.com&lt;br /&gt;
&lt;br /&gt;
=== Drupal Themes ===&lt;br /&gt;
;Bamboo: https://drupal.org/project/bamboo&lt;br /&gt;
;Bootstrap: https://drupal.org/project/bootstrap&lt;br /&gt;
;Bootstrap Barrio: https://drupal.org/project/bootstrap_barrio&lt;br /&gt;
:: Bootstrap Barrio is a sub-theme of the Bootstrap Theme, adding 1, 2 or 3 columns with configurable widths.&lt;br /&gt;
&lt;br /&gt;
==== Drupal Theme Tutorials ====&lt;br /&gt;
;Bootstrap sub-theming &amp;quot;how to&amp;quot;: https://drupal.org/node/1978010&lt;br /&gt;
;How to Use Bootswatch Themes in Drupal 7: http://webwash.net/tutorials/how-use-bootswatch-themes-drupal-7&lt;br /&gt;
;Creating a sub-theme: https://drupal.org/node/225125&lt;br /&gt;
;How to Customize a Contributed Drupal Theme: http://radarearth.com/content/how-customize-contributed-drupal-theme&lt;br /&gt;
&lt;br /&gt;
=== Drupal Wikis ===&lt;br /&gt;
;Commons Wikis: http://drupal.org/project/commons_wikis&lt;br /&gt;
: Provide the wiki functionality for Drupal Commons distribution.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See other wiki-like features for Drupal here:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: http://portlandwiki.org/User:WikiMaster/Projects#Drupal_Related&lt;br /&gt;
&lt;br /&gt;
=== Drupal - Drush ===&lt;br /&gt;
;A Beginner&amp;#039;s Guide to Drush, the Drupal Shell: https://www.digitalocean.com/community/articles/a-beginner-s-guide-to-drush-the-drupal-shell&lt;br /&gt;
;Drush.org: A command line shell and scripting interface for Drupal.: http://drush.ws/&lt;br /&gt;
;Upgrade Drupal easily with Drush: https://drupal.org/comment/1593136#comment-1593136&lt;br /&gt;
;Updating Drupal Core with Drush: http://brockboland.com/2010/08/updating-drupal-core-drush/&lt;br /&gt;
;Install Drush on Dreamhost VPS: http://www.pru8.com/install-drush-on-dreamhost-vps&lt;br /&gt;
;Drush commands reference: https://groups.drupal.org/drush/commands&lt;br /&gt;
&lt;br /&gt;
== WordPress ==&lt;br /&gt;
=== WordPress Back-Up ===&lt;br /&gt;
;BlogVault &amp;quot;The Ultimate WordPress Backup Service&amp;quot;: https://blogvault.net/&lt;br /&gt;
: Premium service with prices ranging from $9/month for one blog.&lt;br /&gt;
&lt;br /&gt;
;WPBackItUp Backup &amp;amp; Restore: https://wordpress.org/plugins/wp-backitup/&lt;br /&gt;
: Installed on http://sofiaangelina.com/ and http://lifemotion.com/.&lt;br /&gt;
&lt;br /&gt;
=== WordPress Guides ===&lt;br /&gt;
;Creating a Static Front Page: http://codex.wordpress.org/Creating_a_Static_Front_Page&lt;br /&gt;
;Enable and Disable Comments: http://en.support.wordpress.com/enable-disable-comments/&lt;br /&gt;
;How to Show WordPress Pages on Your Homepage: http://premium.wpmudev.org/blog/how-to-show-wordpress-pages-on-your-homepage/&lt;br /&gt;
;Docs to WordPress: https://wordpress.org/plugins/docs-to-wordpress/changelog/&lt;br /&gt;
: Easily move posts from Google Docs to WordPress.&lt;br /&gt;
;WordPress plugin&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; include custom fields in a post: http://pp19dd.com/wordpress-plugin-include-custom-field/&lt;br /&gt;
:: This handy site also contains links to a number of other useful tips &amp;#039;n&amp;#039; tools, including [http://pp19dd.com/zipcode-lookup/ CSV batch zipcode Lookup tool], [http://pp19dd.com/2012/10/four-things-i-wish-someone-had-told-me-about-wikis-wikimedia/ Four things I wish someone had told me about wikis (WikiMedia)] and more.&lt;br /&gt;
;WordPress Rockers&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; How To’s: http://wprockers.com/how-tos&lt;br /&gt;
;wordpress tips | tips &amp;amp;amp; advice on wordpress.com blogs: http://wpbtips.wordpress.com/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Multisite ===&lt;br /&gt;
;The Beginner&amp;#039;s Guide to WordPress Multisite: http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Photo Galleries ===&lt;br /&gt;
;Twitter Bootstrap Galleries: http://wordpress.org/plugins/twitter-bootstrap-galleries/&lt;br /&gt;
:: Wraps the content of a WordPress media gallery in a Twitter&amp;#039;s Bootstrap grid.&lt;br /&gt;
;NextGEN Gallery: http://www.nextgen-gallery.com/&lt;br /&gt;
;NextGEN Gallery Shortcodes: http://www.nextgen-gallery.com/nextgen-gallery-shortcodes/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Shortcodes ===&lt;br /&gt;
;Shortcode API: http://codex.wordpress.org/Shortcode_API&lt;br /&gt;
;WordPress Page Design&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Shortcodes v Page Templates: http://www.sitepoint.com/wordpress-page-design-shortcodes-v-page-templates/&lt;br /&gt;
;Getting Started with WordPress Shortcodes (+Examples): http://speckyboy.com/2011/07/18/getting-started-with-wordpress-shortcodes-examples/&lt;br /&gt;
&lt;br /&gt;
=== Wordpress &amp;amp;amp; Social Media ===&lt;br /&gt;
;Top 10 Social Media Plugins for WordPress: http://smallbiztrends.com/2014/03/social-media-plugins-for-wordpress.html&lt;br /&gt;
;WordPress Instagram Plugins - Instagram Picture: http://www.inmotionhosting.com/support/website/wordpress-plugins/instagram-picture-plugin-for-wordpress&lt;br /&gt;
;Instagram Picture: Shortcode function example (English): http://tb-webtec.de/2013/10/instagram-picture-shortcode-function-example-english/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Themes ===&lt;br /&gt;
;WordPress Child Themes: http://codex.wordpress.org/Child_Themes&lt;br /&gt;
;How to remove Proudly powered by WordPress from Twenty Eleven theme?: http://wprockers.com/how-to-remove-proudly-powered-by-wordpress-from-twenty-eleven-theme-1120.html&lt;br /&gt;
;Replace/Remove Default Header Image Twenty Eleven Theme: http://wpti.ps/functions/replace-remove-header-image-twenty-eleven-theme/&lt;br /&gt;
&lt;br /&gt;
== Flat File CMS Scripts ==&lt;br /&gt;
;Monstra: http://monstra.org/&lt;br /&gt;
: Monstra is a modern and lightweight Content Management System. It is Easy to install, upgrade and use.&lt;br /&gt;
&lt;br /&gt;
;Morfy: http://morfy.monstra.org/&lt;br /&gt;
: Morfy is a simple, fast and light-weighted file-based Content Management System. Making the Web easy.&lt;br /&gt;
&lt;br /&gt;
;Pico: http://picocms.org/&lt;br /&gt;
: A stupidly simple &amp;amp; blazing fast, flat file CMS. Making the web easy.&lt;br /&gt;
&lt;br /&gt;
;razorCMS: http://www.razorcms.co.uk/&lt;br /&gt;
: File Based Content Management System - The file based CMS that allows you to build a website without the need for an SQL database, storing everything in flat files.&lt;br /&gt;
&lt;br /&gt;
== Lightweight CMS Scripts ==&lt;br /&gt;
;Bolt CMS - Sophisticated, Lightweight and Simple: https://bolt.cm/&lt;br /&gt;
: Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It’s a joy to use.&lt;br /&gt;
: By default, Bolt is configured to use an SQLite database. You can configure the database, if you want to change this to MySQL or PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
;CMS Made Simple: http://www.cmsmadesimple.org/&lt;br /&gt;
&lt;br /&gt;
;phpSQLiteCMS: http://phpsqlitecms.net/&lt;br /&gt;
: phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite.&lt;br /&gt;
&lt;br /&gt;
;SiteCake - Simple, drag and drop CMS for fast editing: http://sitecake.com/&lt;br /&gt;
: SiteCake is an open source PHP CMS application which allows a site admin to edit a website while browsing it. Once logged in, everything becomes editable. While in edit mode, SiteCake displays a &amp;quot;content editing bar&amp;quot; with options for inserting HTML elements like headers, lists, images, videos and other stuff like Google Maps or a slideshow.&amp;lt;ref&amp;gt;[http://www.webresourcesdepot.com/sitecake-simple-yet-beautiful-and-open-source-cms-for-small-websites/ SiteCake – Simple-Yet-Beautiful And Open Source CMS For Small Websites]&amp;lt;/ref&amp;gt; SiteCake is a true WYSIWYG. There is no separate admin section, you can click any page element and edit it in-place.&amp;lt;ref&amp;gt;[http://blog.bitnami.com/2013/11/welcome-to-newest-bitnami-stack-sitecake.html Welcome to the Newest Bitnami Stack, SiteCake!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Zimplit: http://www.zimplit.com/index.html&lt;br /&gt;
&lt;br /&gt;
== Google Sheets as CMS ==&lt;br /&gt;
* [https://blog.usejournal.com/how-to-use-google-sheets-as-a-cms-or-a-database-f9d8e736fdce How to use Google Sheets as a CMS or a database] | [https://blog.usejournal.com/@alyssax Alyssa X] | Jan 19, 2019&lt;br /&gt;
: There are several advantages to using Google Sheets as a CMS database for your website:&lt;br /&gt;
::- Easily edit the data from Google Sheets.&lt;br /&gt;
::- Accessing the sheet from any device.&lt;br /&gt;
::- Sharing the sheet with other people.&lt;br /&gt;
::- Backups &amp;amp; version history.&lt;br /&gt;
::- Flexibility to grow &amp;amp; reduce the database by adding new columns on the go.&lt;br /&gt;
&lt;br /&gt;
* [https://www.freecodecamp.org/news/use-google-sheets-and-google-apps-script-to-build-a-blog-cms-c2eab3fb0b2b/ How to use Google Sheets and Google Apps Script to build your own blog CMS] | 2 March 2018 | Daniel Ireson&lt;br /&gt;
: Learn how to build a “Content Management System” (CMS) for an online blog using Google Sheets, Google Forms, and Google Apps Script.&lt;br /&gt;
:: [https://danielireson.github.io/google-sheets-blog-cms/ Generic Blog] (Example)&lt;br /&gt;
&lt;br /&gt;
* [https://www.drivecms.xyz The Google Drive CMS]: A content management system (CMS) built on an interface everyone understands.&lt;br /&gt;
:- [https://headlesscms.org/projects/google-drive-cms/ Google Drive CMS] (Summary on [https://headlesscms.org HeadlessCMS].)&lt;br /&gt;
:- GitHub: [https://github.com/max-barry max-barry]/[https://github.com/max-barry/google-drive-cms google-drive-cms] (No longer maintained.) It still works well, but I don&amp;#039;t have the free time to support it.&lt;br /&gt;
:- Article: [https://words.mxbry.com/how-i-used-google-drive-and-firebase-to-give-my-static-site-a-cms-7226e01a51b5 How I used Google Drive and Firebase to give my static site a CMS] | Max Barry | May 14, 2016&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jadeallencook/gDoc.js gDoc.js] | Latest commit 3b27a83 on Dec 1, 2016 (as of 12:27, 17 November 2019 (PST)).&lt;br /&gt;
: Use Google Spreadsheets as your CMS! Create a Google Spreadsheet containing all the information you will need for your site. [http://jadeallencook.github.io/gDoc.js/ Demo Page]&lt;br /&gt;
&lt;br /&gt;
* [https://blog.reactioncommerce.com/using-google-spreadsheets-as-a-cms-for-meteor/ Using Google Spreadsheets as a CMS for Meteor] | Aaron | 16 Aug 2014&lt;br /&gt;
: Why not just use a Google spreadsheet as the CMS for your website? With Meteor and the Google Spreadsheet API this is pretty simple to do.&lt;br /&gt;
&lt;br /&gt;
* [https://codepen.io/quinlo/full/eQrRMM Sheets API Specials Menu]&lt;br /&gt;
: A (Code)PEN BY Adam Quinlan&lt;br /&gt;
&lt;br /&gt;
=== Use Google Sheets as a Database ===&lt;br /&gt;
* [https://blog.stephsmith.io/tutorial-google-sheets-api-node-js/ 3 Approaches for Using the Google Sheets API in Node.js: A Tutorial] | Steph Smith | 12 May 2019&lt;br /&gt;
: Using Google Sheets as a Database&lt;br /&gt;
&lt;br /&gt;
* [https://blog.codecentric.de/en/2019/03/using-google-sheets-as-database/ Using Google Sheets as database] | Jonathan Burke | 03/28/19&lt;br /&gt;
: Google Sheets provides us with an already familiar interface to create, edit, and view all our data in columns. We can search, order, and even do bulk operations. Also, Google provides an API to use these sheets in a programmatic way.&lt;br /&gt;
:: - [https://github.com/codecentric codecentric]/[https://github.com/codecentric/example-google-sheet-as-database example-google-sheet-as-database]&lt;br /&gt;
&lt;br /&gt;
* [https://www.freecodecamp.org/news/get-sheet-done-using-google-spreadsheets-as-your-data-backend-650ba23dc6d9/ Get Sheet Done — using Google Spreadsheets as your data backend] | Gilad Dayagi | 21 August 2017&lt;br /&gt;
: If you want to rapidly prototype your next web apps, try using Google Spreadsheets as your data backend.&lt;br /&gt;
:: - Demo: [https://github.com/giladaya giladaya]/[https://github.com/giladaya/get-sheet-done get-sheet-done]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [http://mikeheavers.com/main/code-item/creating_a_website_with_a_google_spreadsheet_powered_cms Creating a website with a google spreadsheet powered CMS]&lt;br /&gt;
: A Google Docs CMS is perfect. Easy to use, most people are familiar with it - absolutely zero install / configuration time, and it integrates extremely nicely with javascript templating systems.&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Dead link as of 09:42, 17 November 2019 (PST).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CSS Grids &amp;amp;amp; Frameworks ==&lt;br /&gt;
=== Bootstrap CSS ===&lt;br /&gt;
;Bootstrap &amp;gt; CSS: http://getbootstrap.com/css/&lt;br /&gt;
;Bootstrap: http://twitter.github.com/bootstrap/&lt;br /&gt;
;How to Customize the Default Bootstrap Style, the Right Way: https://bootstrapbay.com/blog/customize-bootstrap/&lt;br /&gt;
: Create a new file in your Bootstrap CSS folder and call it custom.css. Then in the &amp;lt;code&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/code&amp;gt; portion of your website, load your new custom CSS file &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; the default bootstrap stylesheet.&lt;br /&gt;
;11 Reasons to Use Twitter Bootstrap: http://www.sitepoint.com/11-reasons-to-use-twitter-bootstrap/&lt;br /&gt;
;Bootstrap Templates - Free HTML Starter Templates for Bootstrap: http://startbootstrap.com/&lt;br /&gt;
;Bootstrap Image Gallery: http://blueimp.github.io/Bootstrap-Image-Gallery/&lt;br /&gt;
;Bootsnipp: http://bootsnipp.com/&lt;br /&gt;
: Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework&lt;br /&gt;
;Bootstrap Contact Form: http://www.mkt.cat/contact.php&lt;br /&gt;
;How to make a contact form with Bootstrap 3 ? (JQuery/PHP/HTML5/JqBootstrapValidation): http://myprogrammingblog.com/2013/08/27/how-to-make-a-contact-form-with-bootstrap-3-jqueryphphtml5jqbootstrapvalidation/&lt;br /&gt;
;How to create a PHP, Bootstrap 3 Contact Form which works with blogger and any other platform: &lt;br /&gt;
http://tudor-anghelina.blogspot.com/2013/09/how-to-create-php-bootstrap-3-contact.html&lt;br /&gt;
;5 Bootstrap CSS - Tables - JSFiddle: http://jsfiddle.net/juanmendez/L46FX/&lt;br /&gt;
&lt;br /&gt;
==== Bootstrap Drag &amp;amp;amp; Drop Tool ====&lt;br /&gt;
;LayoutIt! BETA: http://www.layoutit.com&lt;br /&gt;
: Create your frontend code simple and quickly with Bootstrap using our Drag &amp;amp; Drop Interface Builder.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CSS Wizardry: http://csswizardry.com/&lt;br /&gt;
&lt;br /&gt;
;Emastic - css framework: http://code.google.com/p/emastic/&lt;br /&gt;
&lt;br /&gt;
;inuit.css: http://csswizardry.com/inuitcss/&lt;br /&gt;
&lt;br /&gt;
;Pure: http://purecss.io/&lt;br /&gt;
&lt;br /&gt;
;Responsive Grid System: http://www.responsivegridsystem.com/&lt;br /&gt;
&lt;br /&gt;
;Sass - Syntactically Awesome Stylesheets: http://sass-lang.com/&lt;br /&gt;
&lt;br /&gt;
;Web Experience Toolkit (WET): http://wet-boew.github.io/wet-boew/index-en.html&lt;br /&gt;
: Collaborative open source project led by the Government of Canada&lt;br /&gt;
&lt;br /&gt;
=== Framework Forms ===&lt;br /&gt;
;Formalize: http://formalize.me/&lt;br /&gt;
: Features kudos from leading &amp;quot;industry experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Formee: http://formee.org/&lt;br /&gt;
: Responsive web forms for your CSS grid project.&lt;br /&gt;
&lt;br /&gt;
=== Tips, Tricks &amp;amp;amp; Reading Material for CSS Grids &amp;amp;amp; Frameworks ===&lt;br /&gt;
&lt;br /&gt;
;Don’t Overthink It Grids: http://css-tricks.com/dont-overthink-it-grids/&lt;br /&gt;
&lt;br /&gt;
== Responsive Design ==&lt;br /&gt;
;CSS Fluid Image Techniques for Responsive Site Design: http://demosthenes.info/blog/586/CSS-Fluid-Image-Techniques-for-Responsive-Site-Design&lt;br /&gt;
: “Responsive design” is not a single technology but a set of techniques that allow web pages to serve the needs of both mobile and desktop users.&lt;br /&gt;
: The core components are:&lt;br /&gt;
::- CSS @media queries&lt;br /&gt;
::- Fluid images and video&lt;br /&gt;
::- JavaScript, often triggered by window.matchMedia&lt;br /&gt;
::- Server-side solutions&lt;br /&gt;
::- SVG to create resolution-free images&lt;br /&gt;
;Responsive Design with CSS3 Media Queries: http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&lt;br /&gt;
: This tutorial will show you how to create a cross-browser responsive design with HTML5 &amp;amp; CSS3 media queries.&lt;br /&gt;
;Understanding the viewport meta tag, CSS @viewport and making an automatic link to your app: http://benfrain.com/understanding-the-viewport-meta-tag-and-css-viewport/&lt;br /&gt;
;Viewport Meta Tag For Non-Responsive Design: http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design&lt;br /&gt;
;What is Responsive Web Design?: http://coolhomepages.com/What-is-Responsive-Web-Design/blog-782.html&lt;br /&gt;
&lt;br /&gt;
== HTML5 ==&lt;br /&gt;
[[File:Html5-structure.png|thumb|434px|&amp;#039;&amp;#039;&amp;#039;The HTML5 Page Structure&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
;HTML5 Quick Tutorial: http://www.coursesweb.net/html/html5-quick-tutorial_t&lt;br /&gt;
;HTML5 Page Structure: http://css-tricks.com/snippets/html/html5-page-structure/&lt;br /&gt;
;The HTML5 Page Structure: http://www.basewebmaster.com/html/html5-page-structure.php&lt;br /&gt;
;HTML5 Page Structure: http://www.severinu.com/html5-page-structure/&lt;br /&gt;
;HTML5 Doctor, helping you implement HTML5 today: http://html5doctor.com/&lt;br /&gt;
;HTML 5 Outliner: http://gsnedders.html5.org/outliner/&lt;br /&gt;
;Document Outlines: http://html5doctor.com/outlines/&lt;br /&gt;
;Sections and Outlines of an HTML5 Document: https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document&lt;br /&gt;
;HTML5 And The Document Outlining Algorithm: http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm/&lt;br /&gt;
;[[wikipedia:Fragment identifier|Fragment identifier]] (Wikipedia): &amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:In URIs for MIME text/html pages such as http://www.example.org/foo.html#bar the fragment refers to the element with id=&amp;quot;bar&amp;quot;.&lt;br /&gt;
=== HTML5 Elements ===&lt;br /&gt;
;HTML element reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: Mozilla Developer Network&lt;br /&gt;
;HTML 5&amp;lt;nowiki&amp;gt;: Is it &amp;lt;br&amp;gt;, &amp;lt;br/&amp;gt;, or &amp;lt;br /&amp;gt;?&amp;lt;/nowiki&amp;gt;: http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br&lt;br /&gt;
&lt;br /&gt;
== CSS3 ==&lt;br /&gt;
;CSS Techniques – Absolute Horizontal And Vertical Centering In CSS: http://www.css-jquery-design.com/2013/12/css-techniques-absolute-horizontal-and-vertical-centering-in-css/&lt;br /&gt;
&lt;br /&gt;
;Multiple Columns Layout (Magazine-alike) With CSS3: http://www.hongkiat.com/blog/css3-multi-columns/&lt;br /&gt;
&lt;br /&gt;
;Using CSS multi-column layouts: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts&lt;br /&gt;
&lt;br /&gt;
;3D CSS Text: http://www.3dcsstext.com/&lt;br /&gt;
&lt;br /&gt;
;overflow-x, overflow-y tests: http://www.brunildo.org/test/Overflowxy2.html&lt;br /&gt;
: W3C CSS3 working draft: The &amp;#039;overflow-x&amp;#039; and &amp;#039;overflow-y&amp;#039; properties.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Also see [[portlandwiki:User:WikiMaster/Tables &amp;amp; Columns#CSS_Layout_Tricks|CSS Layout Tricks]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
;different title, keyword and description in every page&amp;#039;s: http://stackoverflow.com/questions/5818750/different-title-keyword-and-description-in-every-pages&lt;br /&gt;
&lt;br /&gt;
=== PHP Classes ===&lt;br /&gt;
;The php5 object oriented web design howto &amp;gt; Functions and classes &amp;gt; A page class: http://fun-tech.se/php_tutorial/part03/index.php&lt;br /&gt;
;What is the function __construct used for?: http://stackoverflow.com/questions/455910/what-is-the-function-construct-used-for&lt;br /&gt;
&lt;br /&gt;
=== PHP Includes ===&lt;br /&gt;
;Custom Page Titles with PHP Includes: http://girlswhogeek.com/tutorials/2006/custom-page-titles-with-php-includes&lt;br /&gt;
;How to automatically include your header, navigation, and footer on every page: http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&lt;br /&gt;
;Using the PHP Include Function to Template Faster: http://buildinternet.com/2009/12/using-the-php-include-function-to-template-faster/&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; php include question - bad practice?: http://www.webdeveloper.com/forum/showthread.php?t=241934&lt;br /&gt;
:: Flawed tips but useful in working out the basic idea of calling &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;footer&amp;lt;/code&amp;gt; and other page elements from a single file.&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; Page title from include php file??: http://www.webdeveloper.com/forum/showthread.php?t=208744&lt;br /&gt;
;Case Study--How to Customize a JumpStart: http://www.communitymx.com/content/article.cfm?page=1&amp;amp;cid=80733&lt;br /&gt;
: (This tutorial is mainly pushing [http://communitymx.com/jumpstart_8.cfm JumpStart] web templates, but offers some useful tips on includes placement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Side Includes (SSI) ==&lt;br /&gt;
Do you want to create a [[User:Dave/Web Hack Notes (Non-Wiki)#Static_File_Websites|static file website]] with simple HTML files and no database? Do you still want to include the common info bits (menus, footers, site maps, etc.) without having to write them on every web page? If so, SSI can be your friend.&lt;br /&gt;
&lt;br /&gt;
;Server Side Includes: https://en.wikipedia.org/wiki/Server_Side_Includes&lt;br /&gt;
: Includes a table showing lots of great examples.&lt;br /&gt;
&lt;br /&gt;
;Apache Tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Introduction to Server Side Includes: http://httpd.apache.org/docs/2.2/howto/ssi.html&lt;br /&gt;
: Server-side includes provide a means to add dynamic content to existing HTML documents.&lt;br /&gt;
&lt;br /&gt;
;How to Setup HTML Server Side Includes SSI on Apache and Nginx: http://www.thegeekstuff.com/2014/07/server-side-includes/&lt;br /&gt;
: Includes instructions on configuring &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file for SSI.&lt;br /&gt;
&lt;br /&gt;
;Apache - Server Side Includes: http://www.zytrax.com/tech/web/ssi.htm&lt;br /&gt;
: This page describes the functionality offered by, and the use of, Apache Server Side Includes (SSI and XSSI).&lt;br /&gt;
&lt;br /&gt;
;How do I conditionally handle undefined SSI variables using Apache?: http://serverfault.com/questions/296272/how-do-i-conditionally-handle-undefined-ssi-variables-using-apache&lt;br /&gt;
: Describes how to use SSI variable settings to automatically include page title.&lt;br /&gt;
&lt;br /&gt;
;Parse shtml as SSI, but also include PHP using .htaccess: http://stackoverflow.com/questions/15713204/parse-shtml-as-ssi-but-also-include-php-using-htaccess&lt;br /&gt;
: Shows modification to &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file that will also allow &amp;lt;tt&amp;gt;php&amp;lt;/tt&amp;gt; includes to be parsed.&lt;br /&gt;
&lt;br /&gt;
;An Introduction to Server Side Includes (SSI): http://www.georgedillon.com/web/ssi.shtml&lt;br /&gt;
: SSIs, or Server Side Includes, are a way to tell the server to insert something into a web page before it is sent to the viewer. What is inserted may be the content of a plain text file or it may be the output generated by another program running on the server such as the processing of a form return using a PERL script.&lt;br /&gt;
&lt;br /&gt;
;BigNoseBird.Com&amp;#039;s Server Side Include Page (SSI): http://bignosebird.com/ssi.shtml&lt;br /&gt;
: Includes links to tutorials on Enabling SSI on Your Server, Performance Considerations, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, Nested Directives, A Real Back Button, eXtended SSI Directives PART I &amp;amp;amp; eXtended SSI Directives PART II.&lt;br /&gt;
&lt;br /&gt;
=== SHTML &amp;amp;amp; SSI ===&lt;br /&gt;
;What is SHTML?: http://www.computerhope.com/jargon/s/shtml.htm&lt;br /&gt;
: SHTML is an HTML file that includes server instructions or server side includes and is similar to an ASP file.&lt;br /&gt;
&lt;br /&gt;
;What is SHTML: http://stackoverflow.com/questions/519619/what-is-shtml&lt;br /&gt;
: SHTML is a file extension that lets the web server know the file should be processed as using Server Side Includes (SSI). It&amp;#039;s embedded in a standard XML comment, and looks like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--&amp;lt;/nowiki&amp;gt;#include virtual=&amp;quot;top.shtml&amp;quot; --&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Menus ==&lt;br /&gt;
;Create a centred horizontal navigation: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/&lt;br /&gt;
::Demo: http://csswizardry.com/demos/centred-nav/&lt;br /&gt;
;Horizontally Centered Menus with no CSS hacks: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support&lt;br /&gt;
&lt;br /&gt;
== Social Media ==&lt;br /&gt;
Moved content to new article: [[Social Networking Tips]].&lt;br /&gt;
&lt;br /&gt;
== Character Encoding ==&lt;br /&gt;
;Character Entity Reference Chart:http://dev.w3.org/html5/html-author/charref&lt;br /&gt;
;HTML Codes Table&amp;amp;#8212;Characters and symbols: http://www.ascii.cl/htmlcodes.htm&lt;br /&gt;
;Character-Code.com: http://character-code.com/&lt;br /&gt;
=== Online Encoding Tools ===&lt;br /&gt;
;Convert special characters to HTML: http://www.unicodetools.com/unicode/convert-to-html.php&lt;br /&gt;
;HTML Encoder / Decoder: http://www.web2generators.com/html/entities&lt;br /&gt;
;HTML encoder: http://web.forret.com/tools/html.asp&lt;br /&gt;
;HTML Character Entity Converter: http://code.cside.com/3rdpage/us/entity/converter.html&lt;br /&gt;
;HTML 4.01 Entities: http://www.texaswebdevelopers.com/examples/xmlentities/xml_entities.asp&lt;br /&gt;
=== Character Encoding Help Resources &amp;amp;amp; How-Tos ===&lt;br /&gt;
;PHP -- Convert special characters to HTML character codes: http://stackoverflow.com/questions/3882567/php-convert-special-characters-to-html-character-codes&lt;br /&gt;
;Converting special characters to HTML entities between code tags: http://matthewjamestaylor.com/blog/convert-special-characters-to-html-entities-between-code-tags&lt;br /&gt;
;The Road to HTML 5: character encoding: http://blog.whatwg.org/the-road-to-html-5-character-encoding&lt;br /&gt;
;Curling Quotes in HTML, SGML, and XML: http://www.dwheeler.com/essays/quotes-in-html.html&lt;br /&gt;
;HTML Symbol Entities Reference: http://www.w3schools.com/tags/ref_symbols.asp&lt;br /&gt;
&lt;br /&gt;
== .htaccess ==&lt;br /&gt;
Htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across.&amp;lt;ref&amp;gt;[http://www.askapache.com/htaccess/htaccess.html Htaccess - THE Ultimate .htaccess Guide]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tricks &amp;amp;amp; Tutorials ===&lt;br /&gt;
;Htaccess - THE Ultimate .htaccess Guide: http://www.askapache.com/htaccess/htaccess.html&lt;br /&gt;
;The Ultimate Guide to .htaccess Files: http://code.tutsplus.com/tutorials/the-ultimate-guide-to-htaccess-files--net-4757&lt;br /&gt;
;The Definitive Guide to htaccess Techniques: Do’s and Don’ts: http://www.noupe.com/php/htaccess-techniques.html&lt;br /&gt;
;Comprehensive guide to .htaccess: http://www.javascriptkit.com/howto/htaccess.shtml&lt;br /&gt;
;Stupid htaccess Tricks: http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/&lt;br /&gt;
==== .htaccess 301 Redirects ====&lt;br /&gt;
; The Ultimate How-To Guide on 301 Redirects: http://www.internetmarketingninjas.com/blog/search-engine-optimization/301-redirects/&lt;br /&gt;
;.htaccess 301 redirect from old domain to new domain while structure of pages and url are same: http://stackoverflow.com/questions/13001173/htaccess-301-redirect-from-old-domain-to-new-domain-while-structure-of-pages-an&lt;br /&gt;
;.htaccess rewrite to redirect root URL to subdirectory: http://stackoverflow.com/questions/990392/htaccess-rewrite-to-redirect-root-url-to-subdirectory&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tools ===&lt;br /&gt;
;.htaccess Editor: http://www.htaccesseditor.com/en.shtml&lt;br /&gt;
: Easily create .htaccess file with this handy online .htaccess creation tool.&lt;br /&gt;
;MediaWiki ShortURL Builder: http://shorturls.redwerks.org/&lt;br /&gt;
;.htaccess redirect: http://www.htaccessredirect.net/&lt;br /&gt;
: Free .htaccess Redirect Generator&lt;br /&gt;
&lt;br /&gt;
=== Prettier URLs Through .htaccess ===&lt;br /&gt;
One way to clean up the URL on each of your site&amp;#039;s web pages is to hide its file extension (&amp;lt;code&amp;gt;.php&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt;, etc.).&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us.html&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also append a trailing forward slash, just like many of the major CMSs do.&amp;lt;ref&amp;gt;[http://stackoverflow.com/questions/27224446/problems-facing-in-making-urls-seo-friendly-and-removing-extensions-from-files-i Problems facing in making urls seo friendly and removing extensions from files in PHP]&amp;lt;/ref&amp;gt;&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us/&amp;lt;/code&amp;gt;&lt;br /&gt;
;Removing file extension via .htaccess: http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/&lt;br /&gt;
;Hide file extensions, add trailing slash with .htaccess: http://code.adonline.id.au/hide-file-extensions-add-trailing-slash/&lt;br /&gt;
;How to remove .php, .html, .htm extensions with .htaccess: http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/&lt;br /&gt;
: Includes instructions on adding a trailing forward slash.&lt;br /&gt;
&lt;br /&gt;
== Images &amp;amp;amp; Image Handling ==&lt;br /&gt;
;The figure &amp;amp; figcaption elements: http://html5doctor.com/the-figure-figcaption-elements/&lt;br /&gt;
: Good explanation for incorporating the &amp;lt;code&amp;gt;&amp;lt;figure&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;amp; &amp;lt;code&amp;gt;&amp;lt;figcaption&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;HTML5&amp;lt;/code&amp;gt; elements in images, drawings and other graphical assets.&lt;br /&gt;
&lt;br /&gt;
=== Tools &amp;amp;amp; Tricks ===&lt;br /&gt;
;Aspect Ratio Calculator: http://andrew.hedges.name/experiments/aspect_ratio/&lt;br /&gt;
;Bulk Resize Photos: http://bulkresizephotos.com/&lt;br /&gt;
;Image Size Calculator: http://auctionrepair.com/pixels.html&lt;br /&gt;
:Converts inches to pixels &amp;amp;amp; pixels to inches.&lt;br /&gt;
;Perfect Full Page Background Image: http://css-tricks.com/perfect-full-page-background-image/&lt;br /&gt;
;Absolute Center (Vertical &amp;amp; Horizontal) an Image: http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/&lt;br /&gt;
;Favicons: http://iconhandbook.co.uk/reference/examples/favicons/&lt;br /&gt;
&lt;br /&gt;
=== Free Images ===&lt;br /&gt;
;Pixabay: http://pixabay.com/&lt;br /&gt;
: Free high quality images you can use anywhere.&lt;br /&gt;
;OPENICONIC: https://useiconic.com/open/&lt;br /&gt;
: An open source icon set with 223 marks in SVG, webfont and raster formats. Lots of great little icons.&lt;br /&gt;
&lt;br /&gt;
=== Online Image Editors ===&lt;br /&gt;
;Photo editor online - Pixlr.com edit image: http://pixlr.com/&lt;br /&gt;
;Autotracer.org: http://www.autotracer.org/&lt;br /&gt;
: Converts your raster images to vector graphics. Free online raster images vectorizer. No registration, no email necessary.&lt;br /&gt;
&lt;br /&gt;
=== GIMP ===&lt;br /&gt;
;GIMP Extensions Pack for Windows: http://registry.gimp.org/node/27656&lt;br /&gt;
:: [http://code.google.com/p/gimp-extensions/#Extensions_Sources Extensions Sources]&lt;br /&gt;
;Handy Tweaks To Make GIMP Replace Photoshop: http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/&lt;br /&gt;
;Gimp Tutorial – How to make an image background transparent: http://mbrsolution.com/tutorial/gimp-tutorial-how-to-make-an-image-background-transparent.php&lt;br /&gt;
:: This tutorial is a bit easier to follow than the one shown below.&lt;br /&gt;
;How to make a transparent background/selection on an image using GIMP: http://geekswithblogs.net/timh/archive/2006/03/20/72797.aspx&lt;br /&gt;
;Replacing a Foreground with The GIMP: http://gimpguru.org/tutorials/replaceforeground/&lt;br /&gt;
;Convert a simple image to a vector graphic using GIMP and Inkscape: http://imgur.com/gallery/xL0Ba&lt;br /&gt;
&lt;br /&gt;
=== Inkscape ===&lt;br /&gt;
;Inkscape tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Tracing: http://inkscape.org/doc/tracing/tutorial-tracing.html&lt;br /&gt;
;Increase Image Resolution: Convert Raster Images to Vector: http://www.makeuseof.com/tag/convert-images-to-svg-format-with-inkscape/&lt;br /&gt;
;Rich EPS file editing with Inkscape: https://lindsaybradford.wordpress.com/2012/04/05/rich-eps-file-editing-with-inkscape/&lt;br /&gt;
&lt;br /&gt;
== Text Tricks ==&lt;br /&gt;
=== Blinking Text ===&lt;br /&gt;
;How to make blinking/flashing text with css3?: http://stackoverflow.com/questions/16344354/how-to-make-blinking-flashing-text-with-css3&lt;br /&gt;
;How to make text blink on website? [duplicate]: http://stackoverflow.com/questions/20270096/how-to-make-text-blink-on-website&lt;br /&gt;
&lt;br /&gt;
== 3rd Party File Hosting &amp;amp;amp; Document Publishing ==&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Cloud_Storage_.26_File_Sharing_Platforms|Office Productivity Hacks: Cloud Storage &amp;amp; File Sharing Platforms]]&lt;br /&gt;
The basic idea is to host images, PDFs and other large files on a publicly available directory, like [http://www.dropbox.com/ Dropbox], [http://www.flickr.com/ Flickr], [http://picasa.google.com/ Picasa], [https://www.free-hidrive.com/product.html HiDrive], etc. Alternatively, you can set up a Dropbox-like directory using an open source tool like [http://sparkleshare.org/ SparkleShare] (see below).&lt;br /&gt;
;Drop Your Dropbox and SparkleShare Instead!: http://www.linuxjournal.com/content/drop-your-dropbox-and-sparkleshare-instead&lt;br /&gt;
;SparkleShare: http://sparkleshare.org/&lt;br /&gt;
:: &amp;quot;Setting up your own host to work with SparkleShare is relatively easy.&amp;quot; (An open source option for creating your own Dropbox-like service.)&lt;br /&gt;
;BitTorrent’s Secure Dropbox Alternative Goes Public: http://torrentfreak.com/bittorrents-secure-dropbox-alternative-goes-public-130423/&lt;br /&gt;
: [http://labs.bittorrent.com/experiments/sync.html BitTorrent Sync] (available from [http://labs.bittorrent.com/ BitTorrent Labs]) is free of charge and allows people to securely sync folders to multiple devices using the BitTorrent protocol.&lt;br /&gt;
&lt;br /&gt;
=== Quick Document Publishing ===&lt;br /&gt;
* [https://www.publishthis.email/en/ publishthis.email]: Create a web page in seconds.&lt;br /&gt;
: Need to create a publicly accessible web page as quickly as possible? Publishthis.email turns the contents of an email into a publicly accessible site as quickly as you can write it.&amp;quot;&amp;lt;ref&amp;gt;[https://lifehacker.com/publishthis-email-instantly-turns-an-email-into-a-web-p-1793097393 Publishthis.email Instantly Turns An Email Into a Web Page]&amp;lt;/ref&amp;gt;&lt;br /&gt;
# Write an email with the content for your page&lt;br /&gt;
# Send it to page@publishthis.email&lt;br /&gt;
# We&amp;#039;ll reply with a link to your new page&lt;br /&gt;
: Try it! Free. No account or sign-up required.&lt;br /&gt;
&lt;br /&gt;
=== External Image Hosting ===&lt;br /&gt;
&lt;br /&gt;
==== Google Docs, Google Drive, Google Sites ====&lt;br /&gt;
[[File:Open-Mic.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempted to link to an image hosted on Google Docs (image shown above). Sharing set to &amp;quot;public.&amp;quot; Google&amp;#039;s [[wikipedia:Uniform resource identifier|URI]] scheme looks a bit odd (seems to mask the file name and file type). The problematic part (in terms of linking to these images from a web site) is that Google appears to change the [[wikipedia:Uniform resource identifier|URI]] itself at least once a day.&lt;br /&gt;
;Two Days; Two [[wikipedia:Uniform resource identifier|URI]]s&lt;br /&gt;
* Saturday, January 7th, 2012: https://lh6.googleusercontent.com/WdO0VUUc8ub2WXodixyWzkcR8d-jb1PQyV7KAK7MuzGX9CHQd0dSTGAqtEzAqCGUgWIv-b02usw15VJpXzY-m-irnXstDwFgDGo=w1600&lt;br /&gt;
* Sunday, January 8th, 2012: https://lh6.googleusercontent.com/OgqPCdV7Nx5OkhswTNlxyTzOc4rdcjHlGWZerNiyBAzfYy5BIoD_LxmSLRVtauFE1FKixm0KLu6u-uJxDo5b8aJyf_giJ2Gcqlw=w1600&lt;br /&gt;
&lt;br /&gt;
==== Image Placeholder Service ====&lt;br /&gt;
;lorempixel - Placeholder images for every case.: http://lorempixel.com/&lt;br /&gt;
: Placeholder Images for every case. Webdesign or Print. Just put a custom url in your html and you receive a proper placeholder picture.&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:150.jpg|350px|link=http://lorempixel.com/350/150/]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://lorempixel.com/350/150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a random picture of 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
;PLACEHOLD.IT - A quick and simple image placeholder service.: http://placehold.it&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:350x150.gif|350px|link=http://placehold.it/350x150]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://placehold.it/350x150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a grey box sized at 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
== Color ==&lt;br /&gt;
;Color Names Supported by All Browsers: http://www.w3schools.com/html/html_colornames.asp&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Jump Links, Internal Anchors ===&lt;br /&gt;
;Internal Links: http://www.yourhtmlsource.com/text/internallinks.html&lt;br /&gt;
: Instead of having to resort to the arduous task of scrolling down long pages, you can make your readers very happy by offering them page jumps as an alternative mode of transport around your site. As people have become lazier, page jumps have risen in popularity, so to avoid having your site unliked by the youth of today, implement these simple navigational aids.&lt;br /&gt;
&lt;br /&gt;
=== Relative &amp;amp;amp; Absolute Links ===&lt;br /&gt;
;Why relative URLs should be forbidden for web developers: https://yoast.com/relative-urls-issues/&lt;br /&gt;
: Relative URLs stink. They really do. All sorts of SEO problems on the web are caused by the use of relative URLs in links, canonicals and more.&lt;br /&gt;
&lt;br /&gt;
=== Footnotes &amp;amp;amp; Endnotes ===&lt;br /&gt;
;Javascript Endnotes: http://library.uwinnipeg.ca/people/dobson/portfolio/endnotes/index.html&lt;br /&gt;
: “JavaScript Endnotes” allow a web author to create an HTML document containing endnotes which are dynamically renumbered as new notes are added, in a similar manner to the &amp;lt;NOTE&amp;gt; tag supported in many WIKI applications.&lt;br /&gt;
&lt;br /&gt;
;Accessible footnotes with HTML and CSS: http://www.likewowonline.net/web/dev/accessible-footnotes.html&lt;br /&gt;
&lt;br /&gt;
;Footnotes: http://ignorethecode.net/blog/2010/04/20/footnotes/&lt;br /&gt;
&lt;br /&gt;
;Handling footnotes and references in HTML: http://www.2ality.com/2011/12/footnotes.html&lt;br /&gt;
: This post examines what options one has for handling footnotes and references in HTML. It then presents a library that helps you with handling them.&lt;br /&gt;
&lt;br /&gt;
;JavaScript-enhanced footnotes and references: http://rauschma.github.com/html_demos/footnotes.html&lt;br /&gt;
&lt;br /&gt;
== Links To Google &amp;amp;amp; Gmail Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Link To Specific Gmail Message ===&lt;br /&gt;
;All Email Messages in Gmail Have a Permanent Web Address: http://www.labnol.org/internet/gmail-emails-have-permanent-web-address/6811/&lt;br /&gt;
: Do you know that it is possible to bookmark individual email messages of Gmail just like you would bookmark any regular web page. (Links to your Gmail messages will only resolve if you&amp;#039;re logged into your Google account when you click on the link.)&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Specific Google Books Page ===&lt;br /&gt;
;Example&lt;br /&gt;
Find the base URL to the Google Book you want to link to. Add the page number just after the book ID like in the example highlighted below.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=zLrKGGxBKjAC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=PA135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;UPDATE&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; The link shown above no longer links directly to the specific page it once did (135), but resolves to a &amp;lt;code&amp;gt;onepage&amp;lt;/code&amp;gt; format instead.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:#E41B17&amp;quot;&amp;gt;CAUTION&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Google apparently changes its [[wikipedia:Uniform resource identifier|URI]] structure without warning. For example, the link to the book / page shown above was formerly written like the one shown below (which now only resolves to the book&amp;#039;s main Google Books description page).&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=8f2y0F2wzLoC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=P135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Also See: [https://support.google.com/books/answer/80658?hl=en Linking to individual titles on Google Books]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Google Calendar Event ===&lt;br /&gt;
;Is it possible to link to specific date on a public Google Calendar?: http://webapps.stackexchange.com/questions/3431/is-it-possible-to-link-to-specific-date-on-a-public-google-calendar&lt;br /&gt;
&amp;#039;&amp;#039;[[wikipedia:Uniform resource identifier|URI]] Formats&amp;#039;&amp;#039; - (Change the &amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;yyyymmdd&amp;lt;/span&amp;gt; setting shown in the examples to the specific date you want to link to.)&lt;br /&gt;
&lt;br /&gt;
Link to a date on your private calendar:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;?(must update)&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to an event on a your public calendar:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://calendar.google.com/calendar/embed?src={your_calendar_id}&amp;amp;mode=day&amp;amp;dates=20160506/20160506&amp;amp;ctz=America/Los_Angeles&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: (Obviously, update date range and time zone accordingly.)&lt;br /&gt;
&lt;br /&gt;
* [http://drupal.org/node/589310 Location of the Google Calendar ID]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/10763734/how-to-build-html-link-to-a-google-calendar-event How to build html link to a google calendar event?]&lt;br /&gt;
&lt;br /&gt;
=== Other Google Link Resources ===&lt;br /&gt;
;Google Books API Family&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Static Links: https://developers.google.com/books/docs/static-links&lt;br /&gt;
&lt;br /&gt;
=== Google Account Document Sharing Options ===&lt;br /&gt;
;Sharing a Google Doc with a non-Google user: http://www.lynda.com/articles/sharing-a-google-doc-with-a-non-google-user&lt;br /&gt;
&lt;br /&gt;
= Security =&lt;br /&gt;
== [[wikipedia:Transport Layer Security|TLS]] &amp;amp;amp; SSL ==&lt;br /&gt;
&lt;br /&gt;
=== Let’s Encrypt ===&lt;br /&gt;
;Let’s Encrypt: https://letsencrypt.org&lt;br /&gt;
: Let’s Encrypt is a new Certificate Authority: It’s free, automated, and open. &lt;br /&gt;
* [https://letsencrypt.org/2014/11/18/announcing-lets-encrypt.html Let’s Encrypt: Delivering SSL/TLS Everywhere]&lt;br /&gt;
: Let’s Encrypt is a new free certificate authority, built on a foundation of cooperation and openness, that lets everyone be up and running with basic server certificates for their domains through a simple one-click process.  Major sponsors include the Electronic Frontier Foundation, the Mozilla Foundation, Akamai, and Cisco. On April 9, 2015, the ISRG and the Linux Foundation announced their collaboration.&amp;lt;ref&amp;gt;[[wikipedia:Let&amp;#039;s Encrypt|Let&amp;#039;s Encrypt]] (Wikipedia)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Let’s Encrypt on DreamHost ====&lt;br /&gt;
* [https://www.dreamhost.com/blog/2015/12/03/lets-encrypt-and-dreamhost/ Let’s Encrypt and DreamHost]&lt;br /&gt;
: “HTTPS Everywhere!”&lt;br /&gt;
&lt;br /&gt;
* [https://www.dreamhost.com/blog/2016/01/20/free-ssltls-certificates-at-dreamhost-with-lets-encrypt/ Free SSL/TLS Certificates at DreamHost with Let’s Encrypt]&lt;br /&gt;
: Let’s Encrypt is at the forefront of an Internet sea change. Firefox and Chromium are both proposing the deprecation of unencrypted HTTP, which means that any user of your website will see a warning unless you have a TLS certificate.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CAcert: http://www.cacert.org&lt;br /&gt;
: CAcert.org is a community-driven Certificate Authority that issues certificates to the public at large for free. CAcert&amp;#039;s goal is to promote awareness and education on computer security through the use of encryption, specifically by providing cryptographic certificates. Any application that supports the Secure Socket Layer Protocol (SSL or TLS) can make use of certificates signed by CAcert. If you want to have free certificates issued to you, join the CAcert Community.&lt;br /&gt;
&lt;br /&gt;
;Certbot: https://certbot.eff.org/&lt;br /&gt;
: An automatic client for enabling HTTPS on your website. Automatically enable HTTPS on your website with [https://www.eff.org/ EFF]&amp;#039;s [https://certbot.eff.org/ Certbot], deploying [https://letsencrypt.org Let&amp;#039;s Encrypt] certificates.&lt;br /&gt;
&lt;br /&gt;
;OpenSSL: https://www.openssl.org&lt;br /&gt;
: The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library.&lt;br /&gt;
&lt;br /&gt;
;StartCom (Provider of [https://www.startssl.com StartSSL]™.): https://www.startcom.org&lt;br /&gt;
: StartSSL™ provides free digital identities called OpenID. StartSSL™ Open Identity eliminates the need for multiple usernames across different websites, simplifying your online experience.&lt;br /&gt;
&lt;br /&gt;
=== Further Reading ===&lt;br /&gt;
* [https://konklone.com/post/switch-to-https-now-for-free Switch to HTTPS Now, For Free]&lt;br /&gt;
: Article features a tutorial for [https://www.startcom.org StartCom]&amp;#039;s [https://www.startssl.com StartSSL]™.&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
;Moved content to&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; http://telecafe.org/smw/Office_Productivity_Hacks#Web-Based_Productivity_Apps&lt;br /&gt;
&lt;br /&gt;
== Web Site Builders &amp;amp; Online Designers ==&lt;br /&gt;
=== Online Website Designers &amp;amp;amp; Builders ===&lt;br /&gt;
;The Grid: https://thegrid.io/&lt;br /&gt;
: Founding Member &amp;quot;Advantages&amp;quot; Include:&lt;br /&gt;
::- 1 year pre-paid subscription&lt;br /&gt;
::- Subscription begins v1 release, late Spring 2015&lt;br /&gt;
::- Locked-in rate of $8/month (regularly $25)&lt;br /&gt;
::- 7 Sites, custom domains OK&lt;br /&gt;
::- Pretty much unlimited contributors, storage and bandwidth&lt;br /&gt;
::- Commerce engine, due late 2015, cost-based fees only&lt;br /&gt;
::- Grid NFC Token (limited gold edition)&lt;br /&gt;
::- $96 / yearYearly payment&lt;br /&gt;
&lt;br /&gt;
;Webflow: https://webflow.com/&lt;br /&gt;
: Sign up. Forever free. Join over 200,000 web designers. Create professional, responsive websites. Without any code. Webflow is a professional site builder for designing websites from scratch. You can also start from one of our gorgeous templates.&lt;br /&gt;
&lt;br /&gt;
;Website Builders Comparison Chart: http://www.websitebuilderexpert.com/website-builders-comparison-chart/&lt;br /&gt;
: Compares the following services:&lt;br /&gt;
::- Squarespace: http://www.squarespace.com/&lt;br /&gt;
::- Wix: http://www.wix.com/&lt;br /&gt;
::- Weebly: http://www.weebly.com/&lt;br /&gt;
::- Jimdo: http://www.jimdo.com/&lt;br /&gt;
::- GoDaddy: https://www.godaddy.com/hosting/website-builder.aspx&lt;br /&gt;
::- IM Creator: http://imcreator.com/&lt;br /&gt;
&lt;br /&gt;
== Web Server &amp;amp;amp; Hosting ==&lt;br /&gt;
=== DIY Home Web Server ===&lt;br /&gt;
;Set Up a Home Server: http://www.webmonkey.com/2010/02/set_up_a_home_server/&lt;br /&gt;
: Setting up a home server running an open-source operating system is a popular and useful activity.&lt;br /&gt;
&lt;br /&gt;
;How to set up a safe and secure Web server: http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/&lt;br /&gt;
: Learn a lot by doing it yourself instead of going with a hosting company.&lt;br /&gt;
&lt;br /&gt;
;Build a Linux Home Web Server For Under $250: http://linuxlookup.com/howto/build_linux_home_web_server_under_250&lt;br /&gt;
&lt;br /&gt;
;Amahi Home Server - Making Home Networking Simple: http://www.amahi.org/&lt;br /&gt;
: Amahi is software that runs on a dedicated PC as a central computer for your home.&lt;br /&gt;
:: See Amahi&amp;#039;s Wiki for setting up a home web server: https://wiki.amahi.org/index.php/Hosting_a_website&lt;br /&gt;
&lt;br /&gt;
=== Dynamic DNS (DDNS) ===&lt;br /&gt;
Also see [[dreamhost:|DreamHost]]&amp;#039;s &amp;#039;&amp;#039;&amp;#039;[[dreamhost:Dynamic DNS|Dynamic DNS]]&amp;#039;&amp;#039;&amp;#039; wiki page.&lt;br /&gt;
;How to Enable Dynamic Service for Your domain name.: http://support.easydns.com/tutorials/DynamicDNS/&lt;br /&gt;
: Dynamic DNS service is used to keep a domain name pointing to the same computer or server connected to the internet despite the fact that the address (IP address) of the computer keeps changing. This service is useful to anyone who wants to operate a server (web server, mail server, ftp server, irc server etc) connected to the internet with a dynamic IP or to someone who wants to connect to an office computer or server from a remote location with software such as pcAnywhere.&lt;br /&gt;
&lt;br /&gt;
; Dynamic DNS with your own domain name (for free!): http://g18c.wordpress.com/2009/12/04/dynamic-dns-with-your-own-domain-name-for-free/&lt;br /&gt;
&lt;br /&gt;
=== IP Addresses ===&lt;br /&gt;
;Want to buy an Internet IPv4 address? Cheap?: http://www.zdnet.com/article/want-to-buy-an-internet-ipv4-address-cheap/&lt;br /&gt;
: Companies are beginning to sell IPv4 addresses as the IPv4 address pool finishes drying up.&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts: Free ===&lt;br /&gt;
;The Simplest and Cheapest Free Web Hosting Services: http://lifehacker.com/5530961/the-simplest-and-cheapest-free-web-hosting-services&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts (Cloud &amp;amp;amp; VPS): Paid ===&lt;br /&gt;
==== Atlantic.Net ====&lt;br /&gt;
;Atlantic.Net:https://www.atlantic.net/&lt;br /&gt;
: One-Click Applications help simplify your workload. Pricing similar to DigitalOcean.&lt;br /&gt;
&lt;br /&gt;
==== DigitalOcean ====&lt;br /&gt;
;DigitalOcean: https://www.digitalocean.com/&lt;br /&gt;
: Features 20GB solid-state hard drive (SSD) + 512MB memory for just $5 a month.&lt;br /&gt;
;Technical FAQ: https://www.digitalocean.com/help/technical/setup/&lt;br /&gt;
;How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS: https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns&lt;br /&gt;
;How To Create Your First DigitalOcean Droplet Virtual Server: https://www.digitalocean.com/community/articles/how-to-create-your-first-digitalocean-droplet-virtual-server&lt;br /&gt;
;An Introduction to Securing your Linux VPS: https://www.digitalocean.com/community/articles/an-introduction-to-securing-your-linux-vps&lt;br /&gt;
;Multiple domains on the same droplet: https://www.digitalocean.com/community/questions/multiple-domains-on-the-same-droplet&lt;br /&gt;
;Guidelines to setup a perfect Digital Ocean VPS: http://www.narga.net/why-moved-digitalocean-guidelines-setup-perfect-vps/&lt;br /&gt;
:: Scroll down about a 3rd of the way to get to list of tutorials.&lt;br /&gt;
&lt;br /&gt;
==== DreamHost ====&lt;br /&gt;
;DreamHost VPS Hosting: http://www.dreamhost.com/servers/vps/&lt;br /&gt;
;DreamHost configuration fixes:&lt;br /&gt;
:- http://wiki.dreamhost.com/DreamHost_PS_Troubleshooting&lt;br /&gt;
:- http://wiki.dreamhost.com/PS_Optimization&lt;br /&gt;
:- http://wiki.dreamhost.com/Preventing_hotlinking&lt;br /&gt;
:- http://wiki.dreamhost.com/XCache&lt;br /&gt;
:- http://xcache.lighttpd.net/wiki/Introduction&lt;br /&gt;
:- https://www.mediawiki.org/wiki/Manual:Robots.txt&lt;br /&gt;
&lt;br /&gt;
==== Google Cloud Platform ====&lt;br /&gt;
;Google Cloud Platform: https://cloud.google.com/&lt;br /&gt;
: &amp;quot;Build applications and websites, store data, and analyze data on Google’s infrastructure.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Kyup ====&lt;br /&gt;
* [https://kyup.com Kyup: Scalable Cloud Hosting on Linux containers]&lt;br /&gt;
: High-performance cloud servers deployed instantly. Built on innovative Linux containers technology, loved by developers. Simple pay-as-you-go pricing!&lt;br /&gt;
&lt;br /&gt;
==== Linode ====&lt;br /&gt;
;Linode: https://www.linode.com/&lt;br /&gt;
&lt;br /&gt;
==== VPS.NET ====&lt;br /&gt;
;VPS.NET: http://vps.net/&lt;br /&gt;
&lt;br /&gt;
===== Further Reading =====&lt;br /&gt;
;Best Cloud Hosting: http://best-cheap-hosting.com/best-cloud-hosting/&lt;br /&gt;
&lt;br /&gt;
=== Web Hosting Control Panels ===&lt;br /&gt;
If you set up your own server, it might be helpful to have the assistance of a [[wikipedia:Graphical user interface|GUI]] control panel.&lt;br /&gt;
;Comparison of web hosting control panels: http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels&lt;br /&gt;
;The Definitive Thread on Open Source Control Panels/ cPanel Alternatives: Part I: https://www.digitalocean.com/community/questions/the-definitive-thread-on-open-source-control-panels-cpanel-alternatives-part-i&lt;br /&gt;
;Webmin: http://www.webmin.com/&lt;br /&gt;
;ZPanel: http://www.zpanelcp.com/&lt;br /&gt;
: &amp;quot;ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written in PHP and uses several open-source (or freely available) software packages to provide a secure, web hosting system.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Resources ==&lt;br /&gt;
=== Tool Collections ===&lt;br /&gt;
;10 Free and Useful Tools for Web Designers: http://coolhomepages.com/10-Free-and-Useful-Tools-for-Web-Designers/blog-845.html&lt;br /&gt;
: Some of the tools mentioned include:&lt;br /&gt;
:- Infinite Slider: https://kinsta.com/infinite-slider/ (A WordPress slider plugin.)&lt;br /&gt;
:- ImageOptim: https://imageoptim.com/ (Optimize image size for web. Open source.)&lt;br /&gt;
:- Google Web Designer: http://www.google.com/webdesigner/ (Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.)&lt;br /&gt;
&lt;br /&gt;
=== Analytics ===&lt;br /&gt;
;Piwik - Free (&amp;amp;amp; Open Source) Web Analytics Software: http://piwik.org/&lt;br /&gt;
&lt;br /&gt;
=== Browser &amp;amp;amp; Mobile Device Testers ===&lt;br /&gt;
;Chrome DEVTOOLS Device Mode &amp;amp; Mobile Emulation: https://developer.chrome.com/devtools/docs/device-mode&lt;br /&gt;
: Device mode brings the insights of mobile testing to your browser tab through the power of mobile emulation.&lt;br /&gt;
&lt;br /&gt;
; MobileTest.me: http://mobiletest.me/&lt;br /&gt;
: Test your websites in smartphone &amp;amp; tablet emulators.&lt;br /&gt;
&lt;br /&gt;
=== Structured Data ===&lt;br /&gt;
; schema.org: http://schema.org/&lt;br /&gt;
: Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results, making it easier for people to find the right Web pages. Many sites are generated from structured data, which is often stored in databases. When this data is formatted into HTML, it becomes very difficult to recover the original structured data. Many applications, especially search engines, can benefit greatly from direct access to this structured data. On-page markup enables search engines to understand the information on web pages and provide richer search results in order to make it easier for users to find relevant information on the web. Markup can also enable new tools and applications that make use of the structure. &lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
;After the Deadline: http://www.afterthedeadline.com/&lt;br /&gt;
:: After the Deadline is a language checker for the web with:&lt;br /&gt;
::- Contextual Spell Checking&lt;br /&gt;
::- Advanced Style Checking&lt;br /&gt;
::- Intelligent Grammar Checking&lt;br /&gt;
&lt;br /&gt;
;BuiltWith: http://builtwith.com/&lt;br /&gt;
: Find out what websites are Built With&lt;br /&gt;
&lt;br /&gt;
;Color Hex Color Codes: http://www.color-hex.com/&lt;br /&gt;
&lt;br /&gt;
;DIFF CHECKER: https://www.diffchecker.com/&lt;br /&gt;
: Can&amp;#039;t remember &amp;#039;&amp;#039;exactly&amp;#039;&amp;#039; what changes you made to that &amp;lt;tt&amp;gt;html&amp;lt;/tt&amp;gt; file? Let DIFF CHECKER come to the rescue.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Another online Diff Checker is&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;QuickDiff.com&amp;#039;&amp;#039;&amp;#039;: http://www.quickdiff.com/&lt;br /&gt;
: An Online Tool to do a &amp;#039;quick and dirty&amp;#039; diff of two text or code fragments.&lt;br /&gt;
&lt;br /&gt;
;Hacked Website Cleanup Tools Extension: https://www.whitefirdesign.com/hacked-website-cleanup-tools&lt;br /&gt;
&lt;br /&gt;
;HeadJS -- The Only Script In Your &amp;lt;HEAD&amp;gt; -- A tiny script that speeds up, simplifies and modernizes your site.: Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues.&lt;br /&gt;
: http://headjs.com/&lt;br /&gt;
&lt;br /&gt;
;ID Your Body For Greater CSS Control and Specificity: http://css-tricks.com/id-your-body-for-greater-css-control-and-specificity/&lt;br /&gt;
&lt;br /&gt;
;if this then that: http://ifttt.com/wtf&lt;br /&gt;
: Automated triggers for various web and internet related tasks.&lt;br /&gt;
&lt;br /&gt;
;Online Email Obfuscator: http://andrew.hedges.name/experiments/obfuscator/&lt;br /&gt;
&lt;br /&gt;
;PURL: http://purl.oclc.org/docs/index.html&lt;br /&gt;
: PURLs (Persistent Uniform Resource Locators) are Web addresses that act as permanent identifiers in the face of a dynamic and changing Web infrastructure.&lt;br /&gt;
&lt;br /&gt;
;Text Mechanic™ - Text Manipulation Tools: http://textmechanic.com/&lt;br /&gt;
: A collection of free, online, browser-based, text manipulation tools.&lt;br /&gt;
&lt;br /&gt;
;Use PHP to insert an automatic “last modified” date into web pages: http://code.adonline.id.au/last-modified-date-php/&lt;br /&gt;
&lt;br /&gt;
;What Beautiful HTML Code Looks Like: http://css-tricks.com/what-beautiful-html-code-looks-like/&lt;br /&gt;
&lt;br /&gt;
;What is humans.txt?: http://humanstxt.org/&lt;br /&gt;
&lt;br /&gt;
;When can I use...: http://caniuse.com/&lt;br /&gt;
: Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
;Your Web, documented · WebPlatform.org: http://www.webplatform.org/&lt;br /&gt;
&lt;br /&gt;
;HTML5 Development Center: Resources and Tools: http://www.sitepoint.com/tag/html5-dev-center/&lt;br /&gt;
&lt;br /&gt;
;All The Tools I Used to Rebuild the DMAD Website: http://dmad.com/web-tools&lt;br /&gt;
: Brief mentions of lots of useful tools, including...&lt;br /&gt;
:- [http://bootstrapwp.rachelbaker.me/ BootstrapWP] Bootstrap theme for WordPress.&lt;br /&gt;
:- [http://css-tricks.com/ CSS-Tricks]&lt;br /&gt;
:- [http://yoast.com/wordpress/seo/ Yoast WordPress SEO Plugin]&lt;br /&gt;
:- [http://www.advancedcustomfields.com/ Advanced Custom Fields] - Custom fields. Made easy. Use the Advanced Custom Fields plugin to take full control of your edit screens &amp;amp; custom field data.&lt;br /&gt;
: ... and more.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Spreadsheet_Tricks&amp;diff=999</id>
		<title>Spreadsheet Tricks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Spreadsheet_Tricks&amp;diff=999"/>
		<updated>2019-11-18T00:39:55Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Google Spreadsheets */ &amp;#039;&amp;#039;Also See: User:Dave/Web_Hack_Notes_(Non-Wiki)#Google_Sheets_as_CMS&amp;#039;&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}} &amp;lt;!-- See: Manual:$wgRawHtml --&amp;gt;&lt;br /&gt;
== Dashboards ==&lt;br /&gt;
* [http://www.exceltip.com/excel-dashboards Excel Dashboards]&lt;br /&gt;
: 100+ Excel Dashboards&lt;br /&gt;
&lt;br /&gt;
* [http://excelforum.com/winner/winner.html Winners of excelforum.com dashboard competition 2014]&lt;br /&gt;
: Winners of 2014 dashboard competition.&lt;br /&gt;
&lt;br /&gt;
== Embedding Spreadsheets &amp;amp; Parts of Spreadsheets ==&lt;br /&gt;
=== Embed Google Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;#039;500&amp;#039; height=&amp;#039;350&amp;#039; frameborder=&amp;#039;0&amp;#039; src=&amp;#039;https://docs.google.com/spreadsheet/ccc?key=0Aumujjc9cTZhdE92TExvcjU5NVZBbFk2Ul82dFI1ZUE&amp;amp;single=true&amp;amp;gid=0&amp;amp;range=J2%3AQ12&amp;amp;output=html&amp;amp;widget=true&amp;#039;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
; Sources&lt;br /&gt;
* [https://sites.google.com/a/googleapps.com/sitesbp/site-development/tips-tricks/inserting-portions-of-a-google-spreadsheet-into-a-google-sites-page Inserting Portions of a Google Spreadsheet into a Google Sites Page]&lt;br /&gt;
; See Also&lt;br /&gt;
* [http://productforums.google.com/forum/#!msg/docs/HHDMCcfSvEM/rrh9iv5XdPYJ Share spreadsheet with link to a sheet/cell]&lt;br /&gt;
&lt;br /&gt;
=== Embed &amp;lt;s&amp;gt;SkyDrive&amp;lt;/s&amp;gt; OneDrive Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;650&amp;quot; height=&amp;quot;450&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot; src=&amp;quot;https://skydrive.live.com/embed?cid=0D58D956AB4BC9E0&amp;amp;resid=D58D956AB4BC9E0%21117&amp;amp;authkey=AH7Glp3oB3WJ4Ag&amp;amp;em=2&amp;amp;AllowTyping=True&amp;amp;wdDownloadButton=True&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://support.office.com/en-ca/article/Share-it-Embed-an-Excel-workbook-on-your-web-page-or-blog-from-OneDrive-804e1845-5662-487e-9b38-f96307144081 Share it: Embed an Excel workbook on your web page or blog from OneDrive]&lt;br /&gt;
&lt;br /&gt;
== Google Spreadsheets ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[User:Dave/Web_Hack_Notes_(Non-Wiki)#Google_Sheets_as_CMS]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://igoogledrive.blogspot.in/2012/08/conditional-format-to-drop-down-list.html Conditional format to a drop down list item in spreadsheet]&lt;br /&gt;
: Step-by-step guide to conditionally formatting a drop-down list in Google Sheets.&lt;br /&gt;
&lt;br /&gt;
* [http://www.labnol.org/internet/alternate-color-rows-in-google-sheets/28701/ How to Color Alternate Rows in Google Sheets]&lt;br /&gt;
: Google Sheets do not support zebra stripes (yet) but you can use conditional formatting combined with a simple Google Formula to create a formatted table.&lt;br /&gt;
&lt;br /&gt;
* [http://www.labnol.org/internet/import-html-in-google-docs/28125/ How to Import Web Data into Google Docs]&lt;br /&gt;
: Directly import tabular data from web pages and edit it inside a Google Spreadsheet.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=ImportHTML(&amp;quot;&amp;lt;nowiki&amp;gt;http://www.labnol.org/internet/tips-for-tech-startups/19483/&amp;lt;/nowiki&amp;gt;&amp;quot;, &amp;quot;list&amp;quot;, 2)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/docs/answer/3093339?hl=en Docs editors Help: IMPORTHTML]&lt;br /&gt;
: Imports data from a table or list within an HTML page.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=IMPORTHTML(&amp;quot;http://en.wikipedia.org/wiki/Demographics_of_India&amp;quot;,&amp;quot;table&amp;quot;,4)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/presentation/d/1HrCFCMh5XxF4JSma_A5-QpAvlyFhpeBzWkZT7CvEsS4/edit#slide=id.p Web Scraping with Google Docs]&lt;br /&gt;
: A powerpoint-like presentation.&lt;br /&gt;
&lt;br /&gt;
=== Link To Google Spreadsheets ===&lt;br /&gt;
* [https://webapps.stackexchange.com/questions/44473/link-to-a-cell-in-a-google-spreadsheet-via-url Link to a cell in a Google Spreadsheet via URL?]&lt;br /&gt;
: 2017-11-29: Editor&amp;#039;s Note -- Try this link: [https://docs.google.com/spreadsheets/d/13PuCx8zKUjXvofFYBGzoOYog7UHpvLzCgxMLF9INnr8/edit#gid=1812582007&amp;amp;range=A3 Go to cell A3 of Sheet2]&lt;br /&gt;
&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/docs/nYOSkroiHbU;context-place=topicsearchin/docs/authorid$3AAPn2wQcyXHY5Y7svWi8kx9AxKGGK1FnHEiBJEEu1ecbr6j6u484uqU3MMwVK3K1KLSRsACDU5uo4%7Csort:date%7Cspell:false How do I link to a specific tab with Google Sheets?]&lt;br /&gt;
: 2017-11-29: Editor&amp;#039;s Note -- Have not tested yet.&lt;br /&gt;
&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/docs/HHDMCcfSvEM Share spreadsheet with link to a sheet/cell]&lt;br /&gt;
: 2017-11-29: Editor&amp;#039;s Note -- Have not tested yet. Solution is at bottom of list.&lt;br /&gt;
&lt;br /&gt;
=== Fusion Tables ===&lt;br /&gt;
* [https://support.google.com/fusiontables/#topic=1652595 Fusion Tables Help]&lt;br /&gt;
: Fusion Tables is an experimental data visualization web application to gather, visualize, and share larger data tables.&lt;br /&gt;
&lt;br /&gt;
=== Array Formula In Google Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;#039;950&amp;#039; height=&amp;#039;300&amp;#039; frameborder=&amp;#039;0&amp;#039; src=&amp;#039;https://docs.google.com/spreadsheet/pub?key=0Ap9dh6jmi4yndEp1Q1M4cXk0QTFOTmpRWW5mb25kNkE&amp;amp;output=html&amp;amp;widget=true&amp;#039;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[wikipedia:LibreOffice Calc|LibreOffice Calc]] ==&lt;br /&gt;
* [http://stackoverflow.com/questions/31036760/how-can-i-update-libreoffice-calc-cells-in-real-time-from-a-mysql-database How can I update LibreOffice Calc cells in real-time from a MySQL database?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/27102600/libreoffice-com-mysql-jdbc-driver-cannot-be-loaded LibreOffice: &amp;#039;com.mysql.jdbc.driver&amp;#039; cannot be loaded]&lt;br /&gt;
: This tutorial shows how to download and install the &amp;lt;tt&amp;gt;mysql-connector-java-x.x.x-bin.jar&amp;lt;/tt&amp;gt; file in order to connect LibreOffice to MySQL.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Excel ==&lt;br /&gt;
=== Excel Add-Ins ===&lt;br /&gt;
* [http://www.dutchcode.com/ Timeslider]&lt;br /&gt;
: The Timeslider is a historical data engine for Microsoft Excel. The add-in allows you to store and retrieve historical data directly from the cells of your spreadsheet.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard Shortcuts ===&lt;br /&gt;
* [http://osxdaily.com/2012/03/27/making-sense-of-mac-keyboard-symbols/ Making Sense of Mac Keyboard Symbols]&lt;br /&gt;
: Ever wondered what those Mac keyboard symbols mean and what they translate to? Find help here.&lt;br /&gt;
&lt;br /&gt;
* [https://exceljet.net/keyboard-shortcuts 222 Excel keyboard shortcuts for PC and Mac]&lt;br /&gt;
: Windows shortcuts in dark gray on the left, Mac shortcuts in white on the right.&lt;br /&gt;
:: See also: [https://exceljet.net/blog/the-54-excel-shortcuts-you-really-should-know The 54 Excel shortcuts you really should know] and [https://exceljet.net/blog/how-to-use-mac-function-keys-with-excel How to use Mac function keys with Excel].&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/250-ms-excel-keyboard-shortcuts.html 250 MS-Excel Keyboard Shortcuts]&lt;br /&gt;
: [http://www.exceltip.com/wp-content/uploads/2015/05/250-Ms-Excel-Keyboard-Shortcuts.pdf Download – List of 250 Ms-Excel Keyboard Shortcuts] (PDF)&lt;br /&gt;
: [http://www.exceltip.com/wp-content/uploads/2015/05/250-MS-Excel-Keyboards-Shortcuts.xlsx Download – List of 250 Ms-Excel-xlsx File] (XLSX)&lt;br /&gt;
&lt;br /&gt;
* [http://akselrod-academy.com/paste-special/ Paste Special Excel Shortcut: Copy Formula, Paste Values, Copy Format, Excel Transpose, and more…]&lt;br /&gt;
: There are many Excel shortcuts, but few are as versatile as the Paste Special command.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;big&amp;gt;MS Excel Keyboard Shortcuts&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
Shown below is a list of the 10 most important Excel keyboard shortcuts you must know for analyzing data, writing quick formulas, formatting data, switching between sheets, etc.&lt;br /&gt;
;1. Shift + F10 – The Right Click pop up open&lt;br /&gt;
: Most of the time users suffer to have the right click shortcut while working on any database. By pressing shift + F10, you can open the right click menu. You can use up / down arrow keys to move to various options. The right arrow key is used to open fly-out menu. Hit enter when you get to the item you want.&lt;br /&gt;
;2. Ctrl + 1 – Open “Format Cells” dialog box&lt;br /&gt;
: It is one of the most influential and time saving shortcuts in Excel. It enables the user to skip all the long procedure to format cells, charts, text boxes, etc. to make life easy.&lt;br /&gt;
;3. Ctrl + 5 – Applies or remove strike-through&lt;br /&gt;
: We all make list on excel and wants to cross it off once it’s done. It gives us feel like we have finished our tasks. Select a cell or range and then press CTRL + 5 to apply strike-through to the cell / range.&lt;br /&gt;
;4. Ctrl + 9 – Hide the complete row&lt;br /&gt;
: In Excel, move anywhere in a row you want to hide and then press CTRL + 9.The entire current row is hidden. You can also use Shift+Up arrow or Shift+Down arrow to select several rows.&lt;br /&gt;
;5. Ctrl + SHIFT + L – Turn on / off filter&lt;br /&gt;
: One of the powerful and useful shortcuts (CTRL + SHIFT + L) while working on large data set especially when you set few filters on, and then want to return back to the full view of data clearing all filters.&lt;br /&gt;
;6. Ctrl + * – Select the current region&lt;br /&gt;
: Select the current range by pressing CTRL + asterisk key, which is the complete data set, in all directions from the current cell until Excel hits the edge of the worksheet.&lt;br /&gt;
;7. F4 – To repeat last action&lt;br /&gt;
: F4 is one of the best shortcuts in Excel and there are various ways to use it. It saves the user from keystrokes and mouse involvement. If you are not editing a cell, it repeats the last command or action. For example, if you have just deleted a row and you want to delete another row, simply select the range where you want to delete the next row and press F4.&lt;br /&gt;
;8. F4 – Set cell references or add dollar sign to a reference&lt;br /&gt;
: F4 cycles through all 4 types of cell references (absolute, mixed reference (2x) and relative). It helps to change the reference style from relative (A1) to absolute ($A$1). It is very useful when you want to take formula from one cell to other cell but want to keep the same reference in the formula.&lt;br /&gt;
;9. Ctrl + T – To Insert a Table&lt;br /&gt;
: In Excel, Tables are very flexible and easy to work. Especially to convert bunch of data into table.To make it in table, select any cell in the spreadsheet (with our without data) and press CTRL+ T. If your spreadsheet contains header cells, you might need to check the My Table Has Headers option.&lt;br /&gt;
;10. Shift + F2 – Insert / edit comment&lt;br /&gt;
: This shortcut will help you to add or edit the comment easily.&lt;br /&gt;
&lt;br /&gt;
=== Learn Excel ===&lt;br /&gt;
* [http://www.skilledup.com/articles/free-excel-tutorials Learn Excel Without Spending a Penny: 40 Free Excel Tutorials &amp;amp; Reference Sites]&lt;br /&gt;
: Includes links to resources, like the following:&lt;br /&gt;
::- [http://excelribbon.tips.net/ ExcelRibbon.Tips.Net] - Microsoft Excel Tips, Tricks, and Ideas!&lt;br /&gt;
::- Duke&amp;#039;s Fuqua School of Business - Ecklund Excel Review - [https://faculty.fuqua.duke.edu/~pecklund/ExcelReview/ExcelReview.htm Excel Review Materials]&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/introduction-to-use-advance-filter.html Introduction to Advance Filter]&lt;br /&gt;
: Filtering is a simple, however, amazing &amp;amp; powerful way to analyze data. Advance filter are quite easy to use. Here’s how you can use Excel’s advanced filtering capabilities.&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/7-ways-to-use-advance-filter.html 7 Ways to Use Advance Filter]&lt;br /&gt;
: Advance Filter is the most powerful feature of Excel. The advanced filtering feature in Excel allows you to quickly copy unique information from one data list to another. It allows the person to quickly remove duplicates, extract records that meet certain criteria. It works great when we use wildcards, within 2 date criteria.&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tricks ===&lt;br /&gt;
* [http://superuser.com/questions/562659/extract-date-from-string-in-excel extract date from string in excel]&lt;br /&gt;
: For instance, to separate date from full path:&amp;lt;br /&amp;gt;(e.g. &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Directory\Sub-Directory\12-27-2016&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt; &amp;#039;&amp;#039;to&amp;#039;&amp;#039; &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Directory\Sub-Directory\&amp;lt;/tt&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;12-27-2016&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;)&lt;br /&gt;
:: Extract Path: &amp;lt;tt&amp;gt;=LEFT(A1,MIN(FIND(0,SUBSTITUTE(A1,{1,2,3,4,5,6,7,8,9},0)&amp;amp;0))-1)&amp;lt;/tt&amp;gt;&lt;br /&gt;
:: Extract Date: &amp;lt;tt&amp;gt;=SUBSTITUTE(A1,B1,&amp;quot;&amp;quot;)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3145980/how-to-insert-double-or-single-quotes How to Insert Double or Single Quotes]&lt;br /&gt;
: Wrap String in Double Quotes: &amp;lt;tt&amp;gt;=&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: Wrap String in Single Quotes: &amp;lt;tt&amp;gt;=&amp;quot;&amp;#039;&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;&amp;#039;&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/3278-excel-reverse-concatenate.html How to reverse the concatenate function in Excel?]&lt;br /&gt;
: As we all known, the Concatenate function in Excel can help us to combine multiple cells into one cell, but, sometimes, you want to do the opposite of Concatenate function, it means not combine cells, but split cell value into multiple separated cells. Have you ever thought of reversing the Concatenate function in Excel?&lt;br /&gt;
:: Example: &amp;lt;tt&amp;gt;=TRIM(MID(SUBSTITUTE($A2,&amp;quot;,&amp;quot;,REPT(&amp;quot; &amp;quot;,999)),COLUMNS($A:A)*999-998,999))&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/9776611/insert-picture-into-excel-cell Insert picture into excel cell]&lt;br /&gt;
: I can get the pictures to &amp;quot;float&amp;quot; around my worksheet, but I need to put them into a cell. How can I do this?&lt;br /&gt;
&lt;br /&gt;
==== Find Common Text Value From Multiple Columns ====&lt;br /&gt;
* [http://superuser.com/questions/811009/excel-how-do-i-find-common-text-values-from-multiple-2-columns Excel- How do I find common text values from multiple (&amp;gt;2) columns?]&lt;br /&gt;
: What it does: Finds the common text value across multiple columns that matches the corresponding value in the selected column. For instance, if you&amp;#039;re trying to find a text value in Column C that has a corresponding match in both Columns A &amp;amp;amp; B, you could use a formula like the one shown below.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=MIN(MAX(($A$2:$A$53=$C2)*1),MAX(($B$2:$B$44=$C2)*1))&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;Array Formula: CTRL + SHIFT + ENTER&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==== Find Value; Return Column Header ====&lt;br /&gt;
* [http://www.excelforum.com/excel-formulas-and-functions/937047-find-average-return-column-header-of-number-closest-to-average.html Find Average, Return Column Header of Number Closest To Average]&lt;br /&gt;
: What it does: Finds the average of each row, then determines which column header comes closest to the average and returns that column&amp;#039;s header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX(B$1:E$1,MATCH(MIN(ABS(B2:E2-AVERAGE(B2:E2))),ABS(B2:E2-AVERAGE(B2:E2)),0))&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;Array Formula: CTRL + SHIFT + ENTER&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://www.mrexcel.com/forum/excel-questions/37642-formula-return-column-header.html Find Minimum &amp;amp; Return Column Header]&lt;br /&gt;
What it does: Finds the minimum in a row and returns the text that appears in that column&amp;#039;s header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX($B$1:$E$1,MATCH(MIN(B2:E2),B2:E2,0))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.excelforum.com/excel-formulas-and-functions/729665-find-value-in-row-and-return-column-heading.html Find Value in Row and Return Column Heading]&lt;br /&gt;
: What it does: Finds a value in a row and returns column header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=LOOKUP(2,1/($B2:$E2=$G2),$B$1:$E$1)&amp;lt;/code&amp;gt; ([[User:Dave|Dave&amp;#039;s]] modification.)&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=LOOKUP(2,1/($D2:$Z2=&amp;quot;x&amp;quot;),$D$1:$Z$1)&amp;lt;/code&amp;gt; (One of the original source formulas.)&lt;br /&gt;
&lt;br /&gt;
* [http://www.mrexcel.com/forum/excel-questions/551308-find-row-find-value-then-return-column-heading.html Find row, find value, then return column heading]&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX($B$1:$E$1,MATCH(H2,INDEX($B$2:$E$26,MATCH(G2,$A$2:$A$26),)))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
* [http://www.extendoffice.com/documents/excel/957-excel-link-textbox-to-cell.html How to link textbox to a specific cell in Excel?]&lt;br /&gt;
: Example: While text box is selected, input a formula like &amp;lt;code&amp;gt;=Contractors!$C$2&amp;lt;/code&amp;gt; to link the text box to the content of cell C2 on the &amp;quot;Contractors&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
* [http://www.extendoffice.com/documents/excel/958-excel-hyperlink-to-sheet.html Create hyperlink in a cell to another sheet in the same workbook]&lt;br /&gt;
&lt;br /&gt;
; Moving worksheets containing formulas without linking back to source document.&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-excel/paste-formulas-without-source-workbooks-filename/679dc626-907a-e011-9b4b-68b599b31bf5 Paste formulas without source workbook&amp;#039;s filename]&lt;br /&gt;
&lt;br /&gt;
==== Notes &amp;amp;amp; Comments ====&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/an-alternative-to-excel-comments/ An alternative to Excel comments]&lt;br /&gt;
: Use Excel&amp;#039;s data validation feature to share meaningful information about specific cells with users.&lt;br /&gt;
&lt;br /&gt;
* [http://lifehacker.com/add-comments-to-a-formula-in-excel-for-your-future-refe-510113024 Add Comments to a Formula in Excel for Your Future Reference]&lt;br /&gt;
: The N() function comes in handy if you want comments embedded within the formula for your own notes, reference, etc.&amp;lt;br /&amp;gt;Example: &amp;lt;code&amp;gt;=SUM(E82:E83)+N(&amp;quot;&amp;lt;nowiki&amp;gt;Tutorial found here: http://lifehacker.com/add-comments-to-a-formula-in-excel-for-your-future-refe-510113024&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Working With Text ===&lt;br /&gt;
* [http://www.techrepublic.com/forums/questions/excel-how-can-you-restrain-text-from-flowing-into-adjacent-blank-cells-1/post-f5f962ab-d1b1-11e2-bc00-02911874f8c8/ Excel: How can you restrain text from flowing into adjacent blank cells? -- Message 11 of 15: If you don&amp;#039;t need to see all the text...]&lt;br /&gt;
&lt;br /&gt;
* [http://office.microsoft.com/en-us/excel-help/text-function-HP010062580.aspx TEXT function]&lt;br /&gt;
: Describes the formula syntax and usage of the TEXT function in Microsoft Office Excel. Excel&amp;#039;s TEXT function returns a value converted to text with a specified format.&lt;br /&gt;
&lt;br /&gt;
* [http://www.youtube.com/watch?v=JUB0E5r_ERw Return Cell Value as Number with Excel N Function] (Video)&lt;br /&gt;
: One of many video lessons from [http://www.youtube.com/user/contextures?feature=watch Contextures Inc.].&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Cells Containing Text &amp;amp;amp; Numbers ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;color: black; background-color: #FFFAFA;&amp;quot;&lt;br /&gt;
|+ Sum Numbers in Cells Containing Text &amp;amp; Numbers - &amp;lt;tt&amp;gt;IFERROR&amp;lt;/tt&amp;gt; Version - Should work in Excel 2007 and above (PC) &amp;amp; Excel 2011 and above (Mac).&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | A&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | B&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | C&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | D&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | E&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 1&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | String&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Result&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | What It Does&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Array?&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 2&lt;br /&gt;
| 5 red 12 yellow 10, green 5 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: orange;&amp;quot; | 77&lt;br /&gt;
| Sums all numbers found in cells A2:A4. Ignores text.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 3&lt;br /&gt;
| red 3, blue 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 12&lt;br /&gt;
| Sums just the numbers in A3.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 4&lt;br /&gt;
| yellow 21, blue 3&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 24&lt;br /&gt;
| Sums just the numbers in A4.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 5&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Explanation:&amp;#039;&amp;#039;&amp;#039; The formulas shown above are [http://www.excel-easy.com/functions/array-formulas.html array formulas]. After typing an array formula into the [http://www.computerhope.com/jargon/f/formulab.htm formula bar], finish by pressing &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac).&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; The formula bar indicates that this is an array formula by enclosing it in curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt;. Do not type these yourself. They disappear whenever you edit the formula, making it necessary to press &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac) whenever you edit the formula. The curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt; in the examples shown above are displayed only to show what the formula looks like as it appears in the formula bar.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source:&amp;#039;&amp;#039;&amp;#039; [http://www.mrexcel.com/forum/excel-questions/505622-text-numbers-same-cell-sum-numbers.html text and,numbers in same cell, sum of numbers ?]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hat Tip:&amp;#039;&amp;#039;&amp;#039; [http://www.tablesgenerator.com/ Tables Generator]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;color: black; background-color: #FFFAFA;&amp;quot;&lt;br /&gt;
|+ Sum Numbers in Cells Containing Text &amp;amp; Numbers - &amp;lt;tt&amp;gt;IF(ISERROR&amp;lt;/tt&amp;gt; Version - Should work in Excel 2003 and above (PC) &amp;amp; Excel 2008 and above (Mac).&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | A&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | B&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | C&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | D&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | E&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 1&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | String&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Result&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | What It Does&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Array?&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 2&lt;br /&gt;
| 5 red 12 yellow 10, green 5 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: orange;&amp;quot; | 77&lt;br /&gt;
| Sums all numbers found in cells A2:A4. Ignores text.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 3&lt;br /&gt;
| red 3, blue 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 12&lt;br /&gt;
| Sums just the numbers in A3.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE(A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE(A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 4&lt;br /&gt;
| yellow 21, blue 3&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 24&lt;br /&gt;
| Sums just the numbers in A4.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE(A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE(A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 5&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Explanation:&amp;#039;&amp;#039;&amp;#039; The formulas shown above are [http://www.excel-easy.com/functions/array-formulas.html array formulas]. After typing an array formula into the [http://www.computerhope.com/jargon/f/formulab.htm formula bar], finish by pressing &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac).&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; The formula bar indicates that this is an array formula by enclosing it in curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt;. Do not type these yourself. They disappear whenever you edit the formula, making it necessary to press &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac) whenever you edit the formula. The curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt; in the examples shown above are displayed only to show what the formula looks like as it appears in the formula bar.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source:&amp;#039;&amp;#039;&amp;#039; [http://www.mrexcel.com/forum/excel-questions/505622-text-numbers-same-cell-sum-numbers.html text and,numbers in same cell, sum of numbers ?]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hat Tip:&amp;#039;&amp;#039;&amp;#039; [http://www.tablesgenerator.com/ Tables Generator]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Pivot Tables ===&lt;br /&gt;
* [http://office.microsoft.com/en-us/excel-help/pivottable-i-get-started-with-pivottable-reports-in-excel-2007-RZ010205886.aspx PivotTable I: Get started with PivotTable reports in Excel 2007]&lt;br /&gt;
: This course includes one self-paced lesson and one practice session for hands-on experience.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; Excel ===&lt;br /&gt;
* [https://www.youtube.com/watch?v=t6U2OF0dj48 Excel Lesson 31 - Retrieve Data From MySQL Database Using MS Query] (YouTube tutorial.)&lt;br /&gt;
: Very good tutorial! Learn how to retrieve data from MySQL Database using Microsoft Query, Join multiple tables &amp;amp; link the exported data to a drop down list to retrieve data dynamically based on the value of drop down list.&lt;br /&gt;
:: Additional Excel video lessons from [https://www.udemy.com/user/deepdave/ this instructor]: [http://www.needforexcel.com/#!videos/c10fk Excel &amp;amp; VBA Video Tutorials]&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=g4sT-X1UrQA Excel Lesson 34 - Import Data Using SQL Queries &amp;amp; Stored Procedures From SQL Server To Excel] (YouTube tutorial.)&lt;br /&gt;
:  Learn How To Import Data Using SQL Queries &amp;amp; Stored Procedures From SQL Server To Excel. Database connectivity can be a very powerful tool, with which you can get real time refresh-able data which you can use for data analysis, creating dashboards etc. This method does not use VBA Coding and hence can be learnt by any excel user who does not know VBA Programming.&lt;br /&gt;
&lt;br /&gt;
* [http://www.temida.si/~bojan/MPS/materials/Data%20Analysis%20Using%20SQL%20and%20Excel.pdf Data Analysis Using SQL and Excel] (Book - Large, slow-to-download PDF.)&lt;br /&gt;
&lt;br /&gt;
* [http://forums.mysql.com/read.php?10,254825 Connecting to MySQL from Excel 2007] (MySQL Forums)&lt;br /&gt;
: Answer: [http://forums.mysql.com/read.php?10,254825,254856#msg-254856 Re: Connecting to MySQL from Excel 2007]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/25039573/how-to-connect-ms-excel-2007-with-mysql How to connect ms excel-2007 with mysql.] (StackExchange)&lt;br /&gt;
: To connect Excel to MySQL, you need ODBC driver. This StackExchange answer combines two of the submitted answers for the solution.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/18798522/run-sql-on-excel-table Run SQL on excel table] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
=== Using SQL Statements in Excel ===&lt;br /&gt;
* [http://stackoverflow.com/questions/315504/tricks-for-generating-sql-statements-in-excel Tricks for generating SQL statements in Excel] (StackExchange)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; Do you have any tricks for generating SQL statements, mainly INSERTs, in Excel for various data import scenarios?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; (Spaces added for visibility - remove before inserting.)&lt;br /&gt;
:: &amp;lt;code&amp;gt;=CONCATENATE(&amp;quot;insert into table (id, name) values (&amp;quot;,C2,&amp;quot;,&amp;#039; &amp;quot;,D2,&amp;quot; &amp;#039;);&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Here is another view:&lt;br /&gt;
:: &amp;lt;code&amp;gt;=CONCATENATE(&amp;quot;insert into table (id, date, price) values (&amp;quot;,C3,&amp;quot;,&amp;#039;&amp;quot;,D3,&amp;quot;&amp;#039;,&amp;quot;,B3,&amp;quot;);&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/16818796/generate-sql-insert-script-from-excel-worksheet Generate sql insert script from excel worksheet] (StackExchange)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; I have a large excel worksheet that I want to add to my database. Can I generate an SQL insert script from this excel worksheet?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; You can use Excel to create insert statements:&lt;br /&gt;
:: &amp;lt;code&amp;gt;=&amp;quot;INSERT INTO table_name VALUES(&amp;#039;&amp;quot;&amp;amp;A1&amp;amp;&amp;quot;&amp;#039;,&amp;#039;&amp;quot;&amp;amp;B1&amp;amp;&amp;quot;&amp;#039;,&amp;#039;&amp;quot;&amp;amp;C1&amp;amp;&amp;quot;&amp;#039;)&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* [http://smallbusiness.chron.com/use-sql-statements-ms-excel-41193.html How to Use SQL Statements in MS Excel] (Chron)&lt;br /&gt;
&lt;br /&gt;
* [http://www.wikihow.com/Embed-a-SQL-Query-in-Microsoft-Excel How to Embed a SQL Query in Microsoft Excel] (wikiHow)&lt;br /&gt;
&lt;br /&gt;
== Quick Edit Sheets ==&lt;br /&gt;
Moved this section to: [[Office Productivity Hacks#Quick_Edit_Sheets|Office Productivity Hacks#Quick Edit Sheets]].&lt;br /&gt;
&lt;br /&gt;
== Open-Source Tools ==&lt;br /&gt;
* [http://jspreadsheets.com/ JSpreadsheets - Best Open-Source Spreadsheets and Data Grids written in JavaScript.]&lt;br /&gt;
: JSpreadsheets compiles the best open-source spreadsheets and data grids written in JavaScript. It helps you choose the most suitable component for your project.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=998</id>
		<title>User:Dave/Web Hack Notes (Non-Wiki)</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=998"/>
		<updated>2019-11-17T21:09:26Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Google Sheets as CMS */ Using Google Sheets as database&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Beautiful-HTML.png|thumb|500px|Source: [http://css-tricks.com/what-beautiful-html-code-looks-like/ What Beautiful HTML Code Looks Like]]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= HELP FROM AROUND THE WEB =&lt;br /&gt;
These notes began as an archive of resources listed on the [http://humanstxt.org/ humans.txt] file for a particular website. The domain for that site was since hijacked by a [http://www.acorndomains.co.uk/domain-name-scams/107083-domcollect-sued-along-1-1-hijacking-domains-my-update.html domain squatter], but the resources listed here have proved useful for other web projects. The idea is to expand this page with other helpful resources for building simple web sites.&lt;br /&gt;
&lt;br /&gt;
== Web Design Tips &amp;amp;amp; Resources ==&lt;br /&gt;
;Web Tools Weekly:http://webtoolsweekly.com/&lt;br /&gt;
: Web Tools Weekly is a front-end development and web design newsletter with a focus on tools.&lt;br /&gt;
&lt;br /&gt;
;Webdesigner Depot: http://www.webdesignerdepot.com/&lt;br /&gt;
: Our goal is to share the latest and greatest findings, tips, and techniques for web designers and developers.&lt;br /&gt;
&lt;br /&gt;
== SEO, SEM, Search Engine Responsiveness ==&lt;br /&gt;
;Screaming Frog SEO Spider Tool: http://www.screamingfrog.co.uk/seo-spider/&lt;br /&gt;
:The Screaming Frog SEO Spider is a small desktop program you can install locally on your PC, Mac or Linux machine which spiders websites’ links, images, CSS, script and apps from an SEO perspective. It fetches key onsite elements for SEO, presents them in tabs by type and allows you to filter for common SEO issues, or slice and dice the data how you see fit by exporting into Excel. You can view, analyse and filter the crawl data as it’s gathered and updated continuously in the program’s user interface.&lt;br /&gt;
&lt;br /&gt;
== Static File Websites ==&lt;br /&gt;
;An Introduction to Static Site Generators: http://davidwalsh.name/introduction-static-site-generators&lt;br /&gt;
: This is a fantastic introduction in helping folks understand the advantages of static sites, particularly when there&amp;#039;s no compelling advantage for maintaining the site on a dynamic architecture.&lt;br /&gt;
&lt;br /&gt;
;What is a Static Website?: http://nilclass.com/courses/what-is-a-static-website/&lt;br /&gt;
: What is a Static Website? Static websites are popular because they are super efficient, extremely fast and usually free to host. Blogs, resumes, marketing websites, landing pages, and documentation are all good candidates for static websites. [http://nilclass.com/courses/what-is-a-static-website/ Follow along as we visually walk-through the differences and benefits between a static vs dynamic website.]&lt;br /&gt;
&lt;br /&gt;
;Why You Should Build Your Website Using Static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; Files?: http://ryanhayes.net/why-you-should-build-your-website-using-static-html-files/&lt;br /&gt;
: Why would anyone want a static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; site with the options we have today in CMS products?  Why would you go seemingly backwards to the old days of &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt;?&lt;br /&gt;
::- Performance&lt;br /&gt;
::- Security&lt;br /&gt;
::- HTML is portable!&lt;br /&gt;
&lt;br /&gt;
;StaticGen&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Top Open-Source Static Site Generators: https://www.staticgen.com/&lt;br /&gt;
: An incredible list of 100 static site generators. Included the generator&amp;#039;s ranking (how many stars it was &amp;quot;awarded&amp;quot; by users), language (Ruby, Python, JavaScript, etc.), templates (Liquid, MarkDown, EJS, Swig, etc.) and license (MIT, Apache, GPL, etc.).&lt;br /&gt;
&lt;br /&gt;
;Static Site Generators: https://staticsitegenerators.net/&lt;br /&gt;
: &amp;quot;The definitive listing of Static Site Generators&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Implementing a static website in [https://cloud.google.com/appengine/docs/python/gettingstartedpython27/introduction Google App Engine]: http://www.enkisoftware.com/devlogpost-20130823-1-Implementing_a_static_website_in_Google_App_Engine.html&lt;br /&gt;
&lt;br /&gt;
;Jekyll-Bootstrap: http://jekyllbootstrap.com/&lt;br /&gt;
: Jekyll-Bootstrap is a full blog scaffold for Jekyll based blogs. &amp;#039;&amp;#039;&amp;#039;Jekyll Generates Static Websites!&amp;#039;&amp;#039;&amp;#039; To understand the differences and benefits of static vs dynamic websites, follow this [http://nilclass.com/courses/what-is-a-static-website/#1 quick visual tutorial].&lt;br /&gt;
&lt;br /&gt;
=== Static File Website Hosting Hacks ===&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[User:Dave/Web Hack Notes (Non-Wiki)#Git_.26_Website_Publishing|Git &amp;amp; Website Publishing]]&lt;br /&gt;
&lt;br /&gt;
;Cheap or Free Static Website Hosting: http://alignedleft.com/resources/cheap-web-hosting&lt;br /&gt;
&lt;br /&gt;
=== Static Website Tools ===&lt;br /&gt;
;Staticman - Static sites with superpowers.: https://staticman.net/&lt;br /&gt;
: Staticman handles user-generated content for you and transforms it into data files that sit in your GitHub repository, along with the rest of your content.&lt;br /&gt;
&lt;br /&gt;
== Version Control Systems ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
; Git --everything-is-local: http://git-scm.com/&lt;br /&gt;
:: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.&lt;br /&gt;
&lt;br /&gt;
==== Learn Git; GitHub ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Pro Git&amp;#039;&amp;#039;&amp;#039; (book) by Scott Chacon is available to read online for free.&lt;br /&gt;
: http://git-scm.com/book&lt;br /&gt;
:: The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license.&lt;br /&gt;
&lt;br /&gt;
; git - the simple guide: just a simple guide for getting started with git. no deep shit ;)&lt;br /&gt;
: http://rogerdudler.github.io/git-guide/&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 1): Don&amp;#039;t Get Scared, Get Started: http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1&lt;br /&gt;
: GitHub is more than just a programmer&amp;#039;s tool. If you want to collaborate on anything, you should give it a try. Part 1 of a two-part look at getting started with GitHub.&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 2): Commit, Push And Go: http://readwrite.com/2013/10/02/github-for-beginners-part-2&lt;br /&gt;
: Now that we know the concepts behind GitHub and Git, it&amp;#039;s time to have fun. Part 2 of our two-part series.&lt;br /&gt;
&lt;br /&gt;
==== Git &amp;amp;amp; Website Publishing ====&lt;br /&gt;
;GitHub Pages - Websites for you and your projects.: https://pages.github.com/&lt;br /&gt;
: Hosted directly from your GitHub repository. Just edit, push, and your changes are live.&lt;br /&gt;
&lt;br /&gt;
;Using GitHub Pages To Host Your Website: http://blog.teamtreehouse.com/using-github-pages-to-host-your-website&lt;br /&gt;
: This is an awesome tutorial explaining how to &amp;quot;commit&amp;quot; your web site&amp;#039;s files from your computer to your GitHub repository. Makes hosting on GitHub super simple!&lt;br /&gt;
&lt;br /&gt;
;GIT to deploy website (in 5 steps): http://www.bitbonsai.com/git-deploy-website-5steps/&lt;br /&gt;
&lt;br /&gt;
;How I moved my websites to Dropbox and GitHub: http://alexcican.com/post/guide-hosting-website-dropbox-github/&lt;br /&gt;
&lt;br /&gt;
;Using Git to manage a web site: http://toroid.org/ams/git-website-howto&lt;br /&gt;
: A step-by-step tutorial from a website that is doing what the tutorial instructs.&lt;br /&gt;
&lt;br /&gt;
;Git for Web Publishing: http://philkates.com/2009/08/git-as-a-web-publishing-tool/&lt;br /&gt;
: Features instructions for updating Git on DreamHost.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
= CMS &amp;amp; Blog Platforms =&lt;br /&gt;
&lt;br /&gt;
== Drupal ==&lt;br /&gt;
;Drupal Commons: http://drupal.org/project/commons&lt;br /&gt;
: Drupal Commons is a ready-to-use solution for building either internal or external communities. It provides a complete social business software solution for organizations.&lt;br /&gt;
;A Drupal Developer’s Setup on Windows: http://mikekeran.com/drupal-developer-setup-windows&lt;br /&gt;
;Back up your site using the command line: https://drupal.org/upgrade/backing-your-site-command-line&lt;br /&gt;
;Upgrading from previous versions: https://drupal.org/upgrade&lt;br /&gt;
;Upgrading Drupal using a Patch File: https://drupal.org/comment/1545852#comment-1545852&lt;br /&gt;
&lt;br /&gt;
=== Drupal Modules ===&lt;br /&gt;
:: (Used on the new ATA.org Drupal 7 installation.)&lt;br /&gt;
;Top 25 Drupal 7 Modules: http://www.axzm.com/top-25-drupal-7-modules&lt;br /&gt;
;Backup and Migrate: https://drupal.org/project/backup_migrate&lt;br /&gt;
;Display Suite Bootstrap Layouts: https://drupal.org/project/ds_bootstrap_layouts&lt;br /&gt;
;Bootstrap - Photo Gallery: https://drupal.org/project/bootstrap_gallery&lt;br /&gt;
;Context: https://www.drupal.org/project/context&lt;br /&gt;
: Context allows you to manage contextual conditions and reactions for different portions of your site. For instance, you can group several &amp;quot;[https://www.drupal.org/project/bean Beans]&amp;quot; (blocks) into a particular [https://www.drupal.org/project/context Context] if you want to consistently place the group on several nodes throughout the site.&lt;br /&gt;
==== Block Modules ====&lt;br /&gt;
;Bean: https://www.drupal.org/project/bean&lt;br /&gt;
: Bean is an acronym that stands for &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;lock &amp;#039;&amp;#039;&amp;#039;E&amp;#039;&amp;#039;&amp;#039;ntities &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;ren&amp;#039;t &amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;odes.&lt;br /&gt;
;MultiBlock: https://www.drupal.org/project/multiblock&lt;br /&gt;
: Drupal&amp;#039;s block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages. MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks.&lt;br /&gt;
;Block Group: https://www.drupal.org/project/blockgroup&lt;br /&gt;
: Tutorial: [https://www.youtube.com/watch?v=fC8lo6jHBuI Drupal Tutorial : Block Groups And Bootstrap] | WDTutorials.com&lt;br /&gt;
&lt;br /&gt;
=== Drupal Themes ===&lt;br /&gt;
;Bamboo: https://drupal.org/project/bamboo&lt;br /&gt;
;Bootstrap: https://drupal.org/project/bootstrap&lt;br /&gt;
;Bootstrap Barrio: https://drupal.org/project/bootstrap_barrio&lt;br /&gt;
:: Bootstrap Barrio is a sub-theme of the Bootstrap Theme, adding 1, 2 or 3 columns with configurable widths.&lt;br /&gt;
&lt;br /&gt;
==== Drupal Theme Tutorials ====&lt;br /&gt;
;Bootstrap sub-theming &amp;quot;how to&amp;quot;: https://drupal.org/node/1978010&lt;br /&gt;
;How to Use Bootswatch Themes in Drupal 7: http://webwash.net/tutorials/how-use-bootswatch-themes-drupal-7&lt;br /&gt;
;Creating a sub-theme: https://drupal.org/node/225125&lt;br /&gt;
;How to Customize a Contributed Drupal Theme: http://radarearth.com/content/how-customize-contributed-drupal-theme&lt;br /&gt;
&lt;br /&gt;
=== Drupal Wikis ===&lt;br /&gt;
;Commons Wikis: http://drupal.org/project/commons_wikis&lt;br /&gt;
: Provide the wiki functionality for Drupal Commons distribution.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See other wiki-like features for Drupal here:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: http://portlandwiki.org/User:WikiMaster/Projects#Drupal_Related&lt;br /&gt;
&lt;br /&gt;
=== Drupal - Drush ===&lt;br /&gt;
;A Beginner&amp;#039;s Guide to Drush, the Drupal Shell: https://www.digitalocean.com/community/articles/a-beginner-s-guide-to-drush-the-drupal-shell&lt;br /&gt;
;Drush.org: A command line shell and scripting interface for Drupal.: http://drush.ws/&lt;br /&gt;
;Upgrade Drupal easily with Drush: https://drupal.org/comment/1593136#comment-1593136&lt;br /&gt;
;Updating Drupal Core with Drush: http://brockboland.com/2010/08/updating-drupal-core-drush/&lt;br /&gt;
;Install Drush on Dreamhost VPS: http://www.pru8.com/install-drush-on-dreamhost-vps&lt;br /&gt;
;Drush commands reference: https://groups.drupal.org/drush/commands&lt;br /&gt;
&lt;br /&gt;
== WordPress ==&lt;br /&gt;
=== WordPress Back-Up ===&lt;br /&gt;
;BlogVault &amp;quot;The Ultimate WordPress Backup Service&amp;quot;: https://blogvault.net/&lt;br /&gt;
: Premium service with prices ranging from $9/month for one blog.&lt;br /&gt;
&lt;br /&gt;
;WPBackItUp Backup &amp;amp; Restore: https://wordpress.org/plugins/wp-backitup/&lt;br /&gt;
: Installed on http://sofiaangelina.com/ and http://lifemotion.com/.&lt;br /&gt;
&lt;br /&gt;
=== WordPress Guides ===&lt;br /&gt;
;Creating a Static Front Page: http://codex.wordpress.org/Creating_a_Static_Front_Page&lt;br /&gt;
;Enable and Disable Comments: http://en.support.wordpress.com/enable-disable-comments/&lt;br /&gt;
;How to Show WordPress Pages on Your Homepage: http://premium.wpmudev.org/blog/how-to-show-wordpress-pages-on-your-homepage/&lt;br /&gt;
;Docs to WordPress: https://wordpress.org/plugins/docs-to-wordpress/changelog/&lt;br /&gt;
: Easily move posts from Google Docs to WordPress.&lt;br /&gt;
;WordPress plugin&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; include custom fields in a post: http://pp19dd.com/wordpress-plugin-include-custom-field/&lt;br /&gt;
:: This handy site also contains links to a number of other useful tips &amp;#039;n&amp;#039; tools, including [http://pp19dd.com/zipcode-lookup/ CSV batch zipcode Lookup tool], [http://pp19dd.com/2012/10/four-things-i-wish-someone-had-told-me-about-wikis-wikimedia/ Four things I wish someone had told me about wikis (WikiMedia)] and more.&lt;br /&gt;
;WordPress Rockers&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; How To’s: http://wprockers.com/how-tos&lt;br /&gt;
;wordpress tips | tips &amp;amp;amp; advice on wordpress.com blogs: http://wpbtips.wordpress.com/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Multisite ===&lt;br /&gt;
;The Beginner&amp;#039;s Guide to WordPress Multisite: http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Photo Galleries ===&lt;br /&gt;
;Twitter Bootstrap Galleries: http://wordpress.org/plugins/twitter-bootstrap-galleries/&lt;br /&gt;
:: Wraps the content of a WordPress media gallery in a Twitter&amp;#039;s Bootstrap grid.&lt;br /&gt;
;NextGEN Gallery: http://www.nextgen-gallery.com/&lt;br /&gt;
;NextGEN Gallery Shortcodes: http://www.nextgen-gallery.com/nextgen-gallery-shortcodes/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Shortcodes ===&lt;br /&gt;
;Shortcode API: http://codex.wordpress.org/Shortcode_API&lt;br /&gt;
;WordPress Page Design&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Shortcodes v Page Templates: http://www.sitepoint.com/wordpress-page-design-shortcodes-v-page-templates/&lt;br /&gt;
;Getting Started with WordPress Shortcodes (+Examples): http://speckyboy.com/2011/07/18/getting-started-with-wordpress-shortcodes-examples/&lt;br /&gt;
&lt;br /&gt;
=== Wordpress &amp;amp;amp; Social Media ===&lt;br /&gt;
;Top 10 Social Media Plugins for WordPress: http://smallbiztrends.com/2014/03/social-media-plugins-for-wordpress.html&lt;br /&gt;
;WordPress Instagram Plugins - Instagram Picture: http://www.inmotionhosting.com/support/website/wordpress-plugins/instagram-picture-plugin-for-wordpress&lt;br /&gt;
;Instagram Picture: Shortcode function example (English): http://tb-webtec.de/2013/10/instagram-picture-shortcode-function-example-english/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Themes ===&lt;br /&gt;
;WordPress Child Themes: http://codex.wordpress.org/Child_Themes&lt;br /&gt;
;How to remove Proudly powered by WordPress from Twenty Eleven theme?: http://wprockers.com/how-to-remove-proudly-powered-by-wordpress-from-twenty-eleven-theme-1120.html&lt;br /&gt;
;Replace/Remove Default Header Image Twenty Eleven Theme: http://wpti.ps/functions/replace-remove-header-image-twenty-eleven-theme/&lt;br /&gt;
&lt;br /&gt;
== Flat File CMS Scripts ==&lt;br /&gt;
;Monstra: http://monstra.org/&lt;br /&gt;
: Monstra is a modern and lightweight Content Management System. It is Easy to install, upgrade and use.&lt;br /&gt;
&lt;br /&gt;
;Morfy: http://morfy.monstra.org/&lt;br /&gt;
: Morfy is a simple, fast and light-weighted file-based Content Management System. Making the Web easy.&lt;br /&gt;
&lt;br /&gt;
;Pico: http://picocms.org/&lt;br /&gt;
: A stupidly simple &amp;amp; blazing fast, flat file CMS. Making the web easy.&lt;br /&gt;
&lt;br /&gt;
;razorCMS: http://www.razorcms.co.uk/&lt;br /&gt;
: File Based Content Management System - The file based CMS that allows you to build a website without the need for an SQL database, storing everything in flat files.&lt;br /&gt;
&lt;br /&gt;
== Lightweight CMS Scripts ==&lt;br /&gt;
;Bolt CMS - Sophisticated, Lightweight and Simple: https://bolt.cm/&lt;br /&gt;
: Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It’s a joy to use.&lt;br /&gt;
: By default, Bolt is configured to use an SQLite database. You can configure the database, if you want to change this to MySQL or PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
;CMS Made Simple: http://www.cmsmadesimple.org/&lt;br /&gt;
&lt;br /&gt;
;phpSQLiteCMS: http://phpsqlitecms.net/&lt;br /&gt;
: phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite.&lt;br /&gt;
&lt;br /&gt;
;SiteCake - Simple, drag and drop CMS for fast editing: http://sitecake.com/&lt;br /&gt;
: SiteCake is an open source PHP CMS application which allows a site admin to edit a website while browsing it. Once logged in, everything becomes editable. While in edit mode, SiteCake displays a &amp;quot;content editing bar&amp;quot; with options for inserting HTML elements like headers, lists, images, videos and other stuff like Google Maps or a slideshow.&amp;lt;ref&amp;gt;[http://www.webresourcesdepot.com/sitecake-simple-yet-beautiful-and-open-source-cms-for-small-websites/ SiteCake – Simple-Yet-Beautiful And Open Source CMS For Small Websites]&amp;lt;/ref&amp;gt; SiteCake is a true WYSIWYG. There is no separate admin section, you can click any page element and edit it in-place.&amp;lt;ref&amp;gt;[http://blog.bitnami.com/2013/11/welcome-to-newest-bitnami-stack-sitecake.html Welcome to the Newest Bitnami Stack, SiteCake!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Zimplit: http://www.zimplit.com/index.html&lt;br /&gt;
&lt;br /&gt;
== Google Sheets as CMS ==&lt;br /&gt;
* [https://blog.usejournal.com/how-to-use-google-sheets-as-a-cms-or-a-database-f9d8e736fdce How to use Google Sheets as a CMS or a database] | [https://blog.usejournal.com/@alyssax Alyssa X] | Jan 19, 2019&lt;br /&gt;
: There are several advantages to using Google Sheets as a CMS database for your website:&lt;br /&gt;
::- Easily edit the data from Google Sheets.&lt;br /&gt;
::- Accessing the sheet from any device.&lt;br /&gt;
::- Sharing the sheet with other people.&lt;br /&gt;
::- Backups &amp;amp; version history.&lt;br /&gt;
::- Flexibility to grow &amp;amp; reduce the database by adding new columns on the go.&lt;br /&gt;
&lt;br /&gt;
* [https://blog.stephsmith.io/tutorial-google-sheets-api-node-js/ 3 Approaches for Using the Google Sheets API in Node.js: A Tutorial] | Steph Smith | 12 May 2019&lt;br /&gt;
: Using Google Sheets as a Database&lt;br /&gt;
&lt;br /&gt;
* [https://blog.codecentric.de/en/2019/03/using-google-sheets-as-database/ Using Google Sheets as database] | Jonathan Burke | 03/28/19&lt;br /&gt;
: Google Sheets provides us with an already familiar interface to create, edit, and view all our data in columns. We can search, order, and even do bulk operations. Also, Google provides an API to use these sheets in a programmatic way.&lt;br /&gt;
:: - [https://github.com/codecentric codecentric]/[https://github.com/codecentric/example-google-sheet-as-database example-google-sheet-as-database]&lt;br /&gt;
&lt;br /&gt;
* [https://www.freecodecamp.org/news/get-sheet-done-using-google-spreadsheets-as-your-data-backend-650ba23dc6d9/ Get Sheet Done — using Google Spreadsheets as your data backend] | Gilad Dayagi | 21 August 2017&lt;br /&gt;
: If you want to rapidly prototype your next web apps, try using Google Spreadsheets as your data backend.&lt;br /&gt;
:: - Demo: [https://github.com/giladaya giladaya]/[https://github.com/giladaya/get-sheet-done get-sheet-done]&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jadeallencook/gDoc.js gDoc.js] | Latest commit 3b27a83 on Dec 1, 2016 (as of 12:27, 17 November 2019 (PST)).&lt;br /&gt;
: Use Google Spreadsheets as your CMS! Create a Google Spreadsheet containing all the information you will need for your site. [http://jadeallencook.github.io/gDoc.js/ Demo Page]&lt;br /&gt;
&lt;br /&gt;
* [https://blog.reactioncommerce.com/using-google-spreadsheets-as-a-cms-for-meteor/ Using Google Spreadsheets as a CMS for Meteor] | Aaron | 16 Aug 2014&lt;br /&gt;
: Why not just use a Google spreadsheet as the CMS for your website? With Meteor and the Google Spreadsheet API this is pretty simple to do.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [http://mikeheavers.com/main/code-item/creating_a_website_with_a_google_spreadsheet_powered_cms Creating a website with a google spreadsheet powered CMS]&lt;br /&gt;
: A Google Docs CMS is perfect. Easy to use, most people are familiar with it - absolutely zero install / configuration time, and it integrates extremely nicely with javascript templating systems.&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Dead link as of 09:42, 17 November 2019 (PST).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CSS Grids &amp;amp;amp; Frameworks ==&lt;br /&gt;
=== Bootstrap CSS ===&lt;br /&gt;
;Bootstrap &amp;gt; CSS: http://getbootstrap.com/css/&lt;br /&gt;
;Bootstrap: http://twitter.github.com/bootstrap/&lt;br /&gt;
;How to Customize the Default Bootstrap Style, the Right Way: https://bootstrapbay.com/blog/customize-bootstrap/&lt;br /&gt;
: Create a new file in your Bootstrap CSS folder and call it custom.css. Then in the &amp;lt;code&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/code&amp;gt; portion of your website, load your new custom CSS file &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; the default bootstrap stylesheet.&lt;br /&gt;
;11 Reasons to Use Twitter Bootstrap: http://www.sitepoint.com/11-reasons-to-use-twitter-bootstrap/&lt;br /&gt;
;Bootstrap Templates - Free HTML Starter Templates for Bootstrap: http://startbootstrap.com/&lt;br /&gt;
;Bootstrap Image Gallery: http://blueimp.github.io/Bootstrap-Image-Gallery/&lt;br /&gt;
;Bootsnipp: http://bootsnipp.com/&lt;br /&gt;
: Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework&lt;br /&gt;
;Bootstrap Contact Form: http://www.mkt.cat/contact.php&lt;br /&gt;
;How to make a contact form with Bootstrap 3 ? (JQuery/PHP/HTML5/JqBootstrapValidation): http://myprogrammingblog.com/2013/08/27/how-to-make-a-contact-form-with-bootstrap-3-jqueryphphtml5jqbootstrapvalidation/&lt;br /&gt;
;How to create a PHP, Bootstrap 3 Contact Form which works with blogger and any other platform: &lt;br /&gt;
http://tudor-anghelina.blogspot.com/2013/09/how-to-create-php-bootstrap-3-contact.html&lt;br /&gt;
;5 Bootstrap CSS - Tables - JSFiddle: http://jsfiddle.net/juanmendez/L46FX/&lt;br /&gt;
&lt;br /&gt;
==== Bootstrap Drag &amp;amp;amp; Drop Tool ====&lt;br /&gt;
;LayoutIt! BETA: http://www.layoutit.com&lt;br /&gt;
: Create your frontend code simple and quickly with Bootstrap using our Drag &amp;amp; Drop Interface Builder.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CSS Wizardry: http://csswizardry.com/&lt;br /&gt;
&lt;br /&gt;
;Emastic - css framework: http://code.google.com/p/emastic/&lt;br /&gt;
&lt;br /&gt;
;inuit.css: http://csswizardry.com/inuitcss/&lt;br /&gt;
&lt;br /&gt;
;Pure: http://purecss.io/&lt;br /&gt;
&lt;br /&gt;
;Responsive Grid System: http://www.responsivegridsystem.com/&lt;br /&gt;
&lt;br /&gt;
;Sass - Syntactically Awesome Stylesheets: http://sass-lang.com/&lt;br /&gt;
&lt;br /&gt;
;Web Experience Toolkit (WET): http://wet-boew.github.io/wet-boew/index-en.html&lt;br /&gt;
: Collaborative open source project led by the Government of Canada&lt;br /&gt;
&lt;br /&gt;
=== Framework Forms ===&lt;br /&gt;
;Formalize: http://formalize.me/&lt;br /&gt;
: Features kudos from leading &amp;quot;industry experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Formee: http://formee.org/&lt;br /&gt;
: Responsive web forms for your CSS grid project.&lt;br /&gt;
&lt;br /&gt;
=== Tips, Tricks &amp;amp;amp; Reading Material for CSS Grids &amp;amp;amp; Frameworks ===&lt;br /&gt;
&lt;br /&gt;
;Don’t Overthink It Grids: http://css-tricks.com/dont-overthink-it-grids/&lt;br /&gt;
&lt;br /&gt;
== Responsive Design ==&lt;br /&gt;
;CSS Fluid Image Techniques for Responsive Site Design: http://demosthenes.info/blog/586/CSS-Fluid-Image-Techniques-for-Responsive-Site-Design&lt;br /&gt;
: “Responsive design” is not a single technology but a set of techniques that allow web pages to serve the needs of both mobile and desktop users.&lt;br /&gt;
: The core components are:&lt;br /&gt;
::- CSS @media queries&lt;br /&gt;
::- Fluid images and video&lt;br /&gt;
::- JavaScript, often triggered by window.matchMedia&lt;br /&gt;
::- Server-side solutions&lt;br /&gt;
::- SVG to create resolution-free images&lt;br /&gt;
;Responsive Design with CSS3 Media Queries: http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&lt;br /&gt;
: This tutorial will show you how to create a cross-browser responsive design with HTML5 &amp;amp; CSS3 media queries.&lt;br /&gt;
;Understanding the viewport meta tag, CSS @viewport and making an automatic link to your app: http://benfrain.com/understanding-the-viewport-meta-tag-and-css-viewport/&lt;br /&gt;
;Viewport Meta Tag For Non-Responsive Design: http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design&lt;br /&gt;
;What is Responsive Web Design?: http://coolhomepages.com/What-is-Responsive-Web-Design/blog-782.html&lt;br /&gt;
&lt;br /&gt;
== HTML5 ==&lt;br /&gt;
[[File:Html5-structure.png|thumb|434px|&amp;#039;&amp;#039;&amp;#039;The HTML5 Page Structure&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
;HTML5 Quick Tutorial: http://www.coursesweb.net/html/html5-quick-tutorial_t&lt;br /&gt;
;HTML5 Page Structure: http://css-tricks.com/snippets/html/html5-page-structure/&lt;br /&gt;
;The HTML5 Page Structure: http://www.basewebmaster.com/html/html5-page-structure.php&lt;br /&gt;
;HTML5 Page Structure: http://www.severinu.com/html5-page-structure/&lt;br /&gt;
;HTML5 Doctor, helping you implement HTML5 today: http://html5doctor.com/&lt;br /&gt;
;HTML 5 Outliner: http://gsnedders.html5.org/outliner/&lt;br /&gt;
;Document Outlines: http://html5doctor.com/outlines/&lt;br /&gt;
;Sections and Outlines of an HTML5 Document: https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document&lt;br /&gt;
;HTML5 And The Document Outlining Algorithm: http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm/&lt;br /&gt;
;[[wikipedia:Fragment identifier|Fragment identifier]] (Wikipedia): &amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:In URIs for MIME text/html pages such as http://www.example.org/foo.html#bar the fragment refers to the element with id=&amp;quot;bar&amp;quot;.&lt;br /&gt;
=== HTML5 Elements ===&lt;br /&gt;
;HTML element reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: Mozilla Developer Network&lt;br /&gt;
;HTML 5&amp;lt;nowiki&amp;gt;: Is it &amp;lt;br&amp;gt;, &amp;lt;br/&amp;gt;, or &amp;lt;br /&amp;gt;?&amp;lt;/nowiki&amp;gt;: http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br&lt;br /&gt;
&lt;br /&gt;
== CSS3 ==&lt;br /&gt;
;CSS Techniques – Absolute Horizontal And Vertical Centering In CSS: http://www.css-jquery-design.com/2013/12/css-techniques-absolute-horizontal-and-vertical-centering-in-css/&lt;br /&gt;
&lt;br /&gt;
;Multiple Columns Layout (Magazine-alike) With CSS3: http://www.hongkiat.com/blog/css3-multi-columns/&lt;br /&gt;
&lt;br /&gt;
;Using CSS multi-column layouts: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts&lt;br /&gt;
&lt;br /&gt;
;3D CSS Text: http://www.3dcsstext.com/&lt;br /&gt;
&lt;br /&gt;
;overflow-x, overflow-y tests: http://www.brunildo.org/test/Overflowxy2.html&lt;br /&gt;
: W3C CSS3 working draft: The &amp;#039;overflow-x&amp;#039; and &amp;#039;overflow-y&amp;#039; properties.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Also see [[portlandwiki:User:WikiMaster/Tables &amp;amp; Columns#CSS_Layout_Tricks|CSS Layout Tricks]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
;different title, keyword and description in every page&amp;#039;s: http://stackoverflow.com/questions/5818750/different-title-keyword-and-description-in-every-pages&lt;br /&gt;
&lt;br /&gt;
=== PHP Classes ===&lt;br /&gt;
;The php5 object oriented web design howto &amp;gt; Functions and classes &amp;gt; A page class: http://fun-tech.se/php_tutorial/part03/index.php&lt;br /&gt;
;What is the function __construct used for?: http://stackoverflow.com/questions/455910/what-is-the-function-construct-used-for&lt;br /&gt;
&lt;br /&gt;
=== PHP Includes ===&lt;br /&gt;
;Custom Page Titles with PHP Includes: http://girlswhogeek.com/tutorials/2006/custom-page-titles-with-php-includes&lt;br /&gt;
;How to automatically include your header, navigation, and footer on every page: http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&lt;br /&gt;
;Using the PHP Include Function to Template Faster: http://buildinternet.com/2009/12/using-the-php-include-function-to-template-faster/&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; php include question - bad practice?: http://www.webdeveloper.com/forum/showthread.php?t=241934&lt;br /&gt;
:: Flawed tips but useful in working out the basic idea of calling &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;footer&amp;lt;/code&amp;gt; and other page elements from a single file.&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; Page title from include php file??: http://www.webdeveloper.com/forum/showthread.php?t=208744&lt;br /&gt;
;Case Study--How to Customize a JumpStart: http://www.communitymx.com/content/article.cfm?page=1&amp;amp;cid=80733&lt;br /&gt;
: (This tutorial is mainly pushing [http://communitymx.com/jumpstart_8.cfm JumpStart] web templates, but offers some useful tips on includes placement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Side Includes (SSI) ==&lt;br /&gt;
Do you want to create a [[User:Dave/Web Hack Notes (Non-Wiki)#Static_File_Websites|static file website]] with simple HTML files and no database? Do you still want to include the common info bits (menus, footers, site maps, etc.) without having to write them on every web page? If so, SSI can be your friend.&lt;br /&gt;
&lt;br /&gt;
;Server Side Includes: https://en.wikipedia.org/wiki/Server_Side_Includes&lt;br /&gt;
: Includes a table showing lots of great examples.&lt;br /&gt;
&lt;br /&gt;
;Apache Tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Introduction to Server Side Includes: http://httpd.apache.org/docs/2.2/howto/ssi.html&lt;br /&gt;
: Server-side includes provide a means to add dynamic content to existing HTML documents.&lt;br /&gt;
&lt;br /&gt;
;How to Setup HTML Server Side Includes SSI on Apache and Nginx: http://www.thegeekstuff.com/2014/07/server-side-includes/&lt;br /&gt;
: Includes instructions on configuring &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file for SSI.&lt;br /&gt;
&lt;br /&gt;
;Apache - Server Side Includes: http://www.zytrax.com/tech/web/ssi.htm&lt;br /&gt;
: This page describes the functionality offered by, and the use of, Apache Server Side Includes (SSI and XSSI).&lt;br /&gt;
&lt;br /&gt;
;How do I conditionally handle undefined SSI variables using Apache?: http://serverfault.com/questions/296272/how-do-i-conditionally-handle-undefined-ssi-variables-using-apache&lt;br /&gt;
: Describes how to use SSI variable settings to automatically include page title.&lt;br /&gt;
&lt;br /&gt;
;Parse shtml as SSI, but also include PHP using .htaccess: http://stackoverflow.com/questions/15713204/parse-shtml-as-ssi-but-also-include-php-using-htaccess&lt;br /&gt;
: Shows modification to &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file that will also allow &amp;lt;tt&amp;gt;php&amp;lt;/tt&amp;gt; includes to be parsed.&lt;br /&gt;
&lt;br /&gt;
;An Introduction to Server Side Includes (SSI): http://www.georgedillon.com/web/ssi.shtml&lt;br /&gt;
: SSIs, or Server Side Includes, are a way to tell the server to insert something into a web page before it is sent to the viewer. What is inserted may be the content of a plain text file or it may be the output generated by another program running on the server such as the processing of a form return using a PERL script.&lt;br /&gt;
&lt;br /&gt;
;BigNoseBird.Com&amp;#039;s Server Side Include Page (SSI): http://bignosebird.com/ssi.shtml&lt;br /&gt;
: Includes links to tutorials on Enabling SSI on Your Server, Performance Considerations, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, Nested Directives, A Real Back Button, eXtended SSI Directives PART I &amp;amp;amp; eXtended SSI Directives PART II.&lt;br /&gt;
&lt;br /&gt;
=== SHTML &amp;amp;amp; SSI ===&lt;br /&gt;
;What is SHTML?: http://www.computerhope.com/jargon/s/shtml.htm&lt;br /&gt;
: SHTML is an HTML file that includes server instructions or server side includes and is similar to an ASP file.&lt;br /&gt;
&lt;br /&gt;
;What is SHTML: http://stackoverflow.com/questions/519619/what-is-shtml&lt;br /&gt;
: SHTML is a file extension that lets the web server know the file should be processed as using Server Side Includes (SSI). It&amp;#039;s embedded in a standard XML comment, and looks like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--&amp;lt;/nowiki&amp;gt;#include virtual=&amp;quot;top.shtml&amp;quot; --&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Menus ==&lt;br /&gt;
;Create a centred horizontal navigation: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/&lt;br /&gt;
::Demo: http://csswizardry.com/demos/centred-nav/&lt;br /&gt;
;Horizontally Centered Menus with no CSS hacks: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support&lt;br /&gt;
&lt;br /&gt;
== Social Media ==&lt;br /&gt;
Moved content to new article: [[Social Networking Tips]].&lt;br /&gt;
&lt;br /&gt;
== Character Encoding ==&lt;br /&gt;
;Character Entity Reference Chart:http://dev.w3.org/html5/html-author/charref&lt;br /&gt;
;HTML Codes Table&amp;amp;#8212;Characters and symbols: http://www.ascii.cl/htmlcodes.htm&lt;br /&gt;
;Character-Code.com: http://character-code.com/&lt;br /&gt;
=== Online Encoding Tools ===&lt;br /&gt;
;Convert special characters to HTML: http://www.unicodetools.com/unicode/convert-to-html.php&lt;br /&gt;
;HTML Encoder / Decoder: http://www.web2generators.com/html/entities&lt;br /&gt;
;HTML encoder: http://web.forret.com/tools/html.asp&lt;br /&gt;
;HTML Character Entity Converter: http://code.cside.com/3rdpage/us/entity/converter.html&lt;br /&gt;
;HTML 4.01 Entities: http://www.texaswebdevelopers.com/examples/xmlentities/xml_entities.asp&lt;br /&gt;
=== Character Encoding Help Resources &amp;amp;amp; How-Tos ===&lt;br /&gt;
;PHP -- Convert special characters to HTML character codes: http://stackoverflow.com/questions/3882567/php-convert-special-characters-to-html-character-codes&lt;br /&gt;
;Converting special characters to HTML entities between code tags: http://matthewjamestaylor.com/blog/convert-special-characters-to-html-entities-between-code-tags&lt;br /&gt;
;The Road to HTML 5: character encoding: http://blog.whatwg.org/the-road-to-html-5-character-encoding&lt;br /&gt;
;Curling Quotes in HTML, SGML, and XML: http://www.dwheeler.com/essays/quotes-in-html.html&lt;br /&gt;
;HTML Symbol Entities Reference: http://www.w3schools.com/tags/ref_symbols.asp&lt;br /&gt;
&lt;br /&gt;
== .htaccess ==&lt;br /&gt;
Htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across.&amp;lt;ref&amp;gt;[http://www.askapache.com/htaccess/htaccess.html Htaccess - THE Ultimate .htaccess Guide]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tricks &amp;amp;amp; Tutorials ===&lt;br /&gt;
;Htaccess - THE Ultimate .htaccess Guide: http://www.askapache.com/htaccess/htaccess.html&lt;br /&gt;
;The Ultimate Guide to .htaccess Files: http://code.tutsplus.com/tutorials/the-ultimate-guide-to-htaccess-files--net-4757&lt;br /&gt;
;The Definitive Guide to htaccess Techniques: Do’s and Don’ts: http://www.noupe.com/php/htaccess-techniques.html&lt;br /&gt;
;Comprehensive guide to .htaccess: http://www.javascriptkit.com/howto/htaccess.shtml&lt;br /&gt;
;Stupid htaccess Tricks: http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/&lt;br /&gt;
==== .htaccess 301 Redirects ====&lt;br /&gt;
; The Ultimate How-To Guide on 301 Redirects: http://www.internetmarketingninjas.com/blog/search-engine-optimization/301-redirects/&lt;br /&gt;
;.htaccess 301 redirect from old domain to new domain while structure of pages and url are same: http://stackoverflow.com/questions/13001173/htaccess-301-redirect-from-old-domain-to-new-domain-while-structure-of-pages-an&lt;br /&gt;
;.htaccess rewrite to redirect root URL to subdirectory: http://stackoverflow.com/questions/990392/htaccess-rewrite-to-redirect-root-url-to-subdirectory&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tools ===&lt;br /&gt;
;.htaccess Editor: http://www.htaccesseditor.com/en.shtml&lt;br /&gt;
: Easily create .htaccess file with this handy online .htaccess creation tool.&lt;br /&gt;
;MediaWiki ShortURL Builder: http://shorturls.redwerks.org/&lt;br /&gt;
;.htaccess redirect: http://www.htaccessredirect.net/&lt;br /&gt;
: Free .htaccess Redirect Generator&lt;br /&gt;
&lt;br /&gt;
=== Prettier URLs Through .htaccess ===&lt;br /&gt;
One way to clean up the URL on each of your site&amp;#039;s web pages is to hide its file extension (&amp;lt;code&amp;gt;.php&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt;, etc.).&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us.html&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also append a trailing forward slash, just like many of the major CMSs do.&amp;lt;ref&amp;gt;[http://stackoverflow.com/questions/27224446/problems-facing-in-making-urls-seo-friendly-and-removing-extensions-from-files-i Problems facing in making urls seo friendly and removing extensions from files in PHP]&amp;lt;/ref&amp;gt;&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us/&amp;lt;/code&amp;gt;&lt;br /&gt;
;Removing file extension via .htaccess: http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/&lt;br /&gt;
;Hide file extensions, add trailing slash with .htaccess: http://code.adonline.id.au/hide-file-extensions-add-trailing-slash/&lt;br /&gt;
;How to remove .php, .html, .htm extensions with .htaccess: http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/&lt;br /&gt;
: Includes instructions on adding a trailing forward slash.&lt;br /&gt;
&lt;br /&gt;
== Images &amp;amp;amp; Image Handling ==&lt;br /&gt;
;The figure &amp;amp; figcaption elements: http://html5doctor.com/the-figure-figcaption-elements/&lt;br /&gt;
: Good explanation for incorporating the &amp;lt;code&amp;gt;&amp;lt;figure&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;amp; &amp;lt;code&amp;gt;&amp;lt;figcaption&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;HTML5&amp;lt;/code&amp;gt; elements in images, drawings and other graphical assets.&lt;br /&gt;
&lt;br /&gt;
=== Tools &amp;amp;amp; Tricks ===&lt;br /&gt;
;Aspect Ratio Calculator: http://andrew.hedges.name/experiments/aspect_ratio/&lt;br /&gt;
;Bulk Resize Photos: http://bulkresizephotos.com/&lt;br /&gt;
;Image Size Calculator: http://auctionrepair.com/pixels.html&lt;br /&gt;
:Converts inches to pixels &amp;amp;amp; pixels to inches.&lt;br /&gt;
;Perfect Full Page Background Image: http://css-tricks.com/perfect-full-page-background-image/&lt;br /&gt;
;Absolute Center (Vertical &amp;amp; Horizontal) an Image: http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/&lt;br /&gt;
;Favicons: http://iconhandbook.co.uk/reference/examples/favicons/&lt;br /&gt;
&lt;br /&gt;
=== Free Images ===&lt;br /&gt;
;Pixabay: http://pixabay.com/&lt;br /&gt;
: Free high quality images you can use anywhere.&lt;br /&gt;
;OPENICONIC: https://useiconic.com/open/&lt;br /&gt;
: An open source icon set with 223 marks in SVG, webfont and raster formats. Lots of great little icons.&lt;br /&gt;
&lt;br /&gt;
=== Online Image Editors ===&lt;br /&gt;
;Photo editor online - Pixlr.com edit image: http://pixlr.com/&lt;br /&gt;
;Autotracer.org: http://www.autotracer.org/&lt;br /&gt;
: Converts your raster images to vector graphics. Free online raster images vectorizer. No registration, no email necessary.&lt;br /&gt;
&lt;br /&gt;
=== GIMP ===&lt;br /&gt;
;GIMP Extensions Pack for Windows: http://registry.gimp.org/node/27656&lt;br /&gt;
:: [http://code.google.com/p/gimp-extensions/#Extensions_Sources Extensions Sources]&lt;br /&gt;
;Handy Tweaks To Make GIMP Replace Photoshop: http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/&lt;br /&gt;
;Gimp Tutorial – How to make an image background transparent: http://mbrsolution.com/tutorial/gimp-tutorial-how-to-make-an-image-background-transparent.php&lt;br /&gt;
:: This tutorial is a bit easier to follow than the one shown below.&lt;br /&gt;
;How to make a transparent background/selection on an image using GIMP: http://geekswithblogs.net/timh/archive/2006/03/20/72797.aspx&lt;br /&gt;
;Replacing a Foreground with The GIMP: http://gimpguru.org/tutorials/replaceforeground/&lt;br /&gt;
;Convert a simple image to a vector graphic using GIMP and Inkscape: http://imgur.com/gallery/xL0Ba&lt;br /&gt;
&lt;br /&gt;
=== Inkscape ===&lt;br /&gt;
;Inkscape tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Tracing: http://inkscape.org/doc/tracing/tutorial-tracing.html&lt;br /&gt;
;Increase Image Resolution: Convert Raster Images to Vector: http://www.makeuseof.com/tag/convert-images-to-svg-format-with-inkscape/&lt;br /&gt;
;Rich EPS file editing with Inkscape: https://lindsaybradford.wordpress.com/2012/04/05/rich-eps-file-editing-with-inkscape/&lt;br /&gt;
&lt;br /&gt;
== Text Tricks ==&lt;br /&gt;
=== Blinking Text ===&lt;br /&gt;
;How to make blinking/flashing text with css3?: http://stackoverflow.com/questions/16344354/how-to-make-blinking-flashing-text-with-css3&lt;br /&gt;
;How to make text blink on website? [duplicate]: http://stackoverflow.com/questions/20270096/how-to-make-text-blink-on-website&lt;br /&gt;
&lt;br /&gt;
== 3rd Party File Hosting &amp;amp;amp; Document Publishing ==&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Cloud_Storage_.26_File_Sharing_Platforms|Office Productivity Hacks: Cloud Storage &amp;amp; File Sharing Platforms]]&lt;br /&gt;
The basic idea is to host images, PDFs and other large files on a publicly available directory, like [http://www.dropbox.com/ Dropbox], [http://www.flickr.com/ Flickr], [http://picasa.google.com/ Picasa], [https://www.free-hidrive.com/product.html HiDrive], etc. Alternatively, you can set up a Dropbox-like directory using an open source tool like [http://sparkleshare.org/ SparkleShare] (see below).&lt;br /&gt;
;Drop Your Dropbox and SparkleShare Instead!: http://www.linuxjournal.com/content/drop-your-dropbox-and-sparkleshare-instead&lt;br /&gt;
;SparkleShare: http://sparkleshare.org/&lt;br /&gt;
:: &amp;quot;Setting up your own host to work with SparkleShare is relatively easy.&amp;quot; (An open source option for creating your own Dropbox-like service.)&lt;br /&gt;
;BitTorrent’s Secure Dropbox Alternative Goes Public: http://torrentfreak.com/bittorrents-secure-dropbox-alternative-goes-public-130423/&lt;br /&gt;
: [http://labs.bittorrent.com/experiments/sync.html BitTorrent Sync] (available from [http://labs.bittorrent.com/ BitTorrent Labs]) is free of charge and allows people to securely sync folders to multiple devices using the BitTorrent protocol.&lt;br /&gt;
&lt;br /&gt;
=== Quick Document Publishing ===&lt;br /&gt;
* [https://www.publishthis.email/en/ publishthis.email]: Create a web page in seconds.&lt;br /&gt;
: Need to create a publicly accessible web page as quickly as possible? Publishthis.email turns the contents of an email into a publicly accessible site as quickly as you can write it.&amp;quot;&amp;lt;ref&amp;gt;[https://lifehacker.com/publishthis-email-instantly-turns-an-email-into-a-web-p-1793097393 Publishthis.email Instantly Turns An Email Into a Web Page]&amp;lt;/ref&amp;gt;&lt;br /&gt;
# Write an email with the content for your page&lt;br /&gt;
# Send it to page@publishthis.email&lt;br /&gt;
# We&amp;#039;ll reply with a link to your new page&lt;br /&gt;
: Try it! Free. No account or sign-up required.&lt;br /&gt;
&lt;br /&gt;
=== External Image Hosting ===&lt;br /&gt;
&lt;br /&gt;
==== Google Docs, Google Drive, Google Sites ====&lt;br /&gt;
[[File:Open-Mic.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempted to link to an image hosted on Google Docs (image shown above). Sharing set to &amp;quot;public.&amp;quot; Google&amp;#039;s [[wikipedia:Uniform resource identifier|URI]] scheme looks a bit odd (seems to mask the file name and file type). The problematic part (in terms of linking to these images from a web site) is that Google appears to change the [[wikipedia:Uniform resource identifier|URI]] itself at least once a day.&lt;br /&gt;
;Two Days; Two [[wikipedia:Uniform resource identifier|URI]]s&lt;br /&gt;
* Saturday, January 7th, 2012: https://lh6.googleusercontent.com/WdO0VUUc8ub2WXodixyWzkcR8d-jb1PQyV7KAK7MuzGX9CHQd0dSTGAqtEzAqCGUgWIv-b02usw15VJpXzY-m-irnXstDwFgDGo=w1600&lt;br /&gt;
* Sunday, January 8th, 2012: https://lh6.googleusercontent.com/OgqPCdV7Nx5OkhswTNlxyTzOc4rdcjHlGWZerNiyBAzfYy5BIoD_LxmSLRVtauFE1FKixm0KLu6u-uJxDo5b8aJyf_giJ2Gcqlw=w1600&lt;br /&gt;
&lt;br /&gt;
==== Image Placeholder Service ====&lt;br /&gt;
;lorempixel - Placeholder images for every case.: http://lorempixel.com/&lt;br /&gt;
: Placeholder Images for every case. Webdesign or Print. Just put a custom url in your html and you receive a proper placeholder picture.&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:150.jpg|350px|link=http://lorempixel.com/350/150/]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://lorempixel.com/350/150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a random picture of 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
;PLACEHOLD.IT - A quick and simple image placeholder service.: http://placehold.it&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:350x150.gif|350px|link=http://placehold.it/350x150]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://placehold.it/350x150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a grey box sized at 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
== Color ==&lt;br /&gt;
;Color Names Supported by All Browsers: http://www.w3schools.com/html/html_colornames.asp&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Jump Links, Internal Anchors ===&lt;br /&gt;
;Internal Links: http://www.yourhtmlsource.com/text/internallinks.html&lt;br /&gt;
: Instead of having to resort to the arduous task of scrolling down long pages, you can make your readers very happy by offering them page jumps as an alternative mode of transport around your site. As people have become lazier, page jumps have risen in popularity, so to avoid having your site unliked by the youth of today, implement these simple navigational aids.&lt;br /&gt;
&lt;br /&gt;
=== Relative &amp;amp;amp; Absolute Links ===&lt;br /&gt;
;Why relative URLs should be forbidden for web developers: https://yoast.com/relative-urls-issues/&lt;br /&gt;
: Relative URLs stink. They really do. All sorts of SEO problems on the web are caused by the use of relative URLs in links, canonicals and more.&lt;br /&gt;
&lt;br /&gt;
=== Footnotes &amp;amp;amp; Endnotes ===&lt;br /&gt;
;Javascript Endnotes: http://library.uwinnipeg.ca/people/dobson/portfolio/endnotes/index.html&lt;br /&gt;
: “JavaScript Endnotes” allow a web author to create an HTML document containing endnotes which are dynamically renumbered as new notes are added, in a similar manner to the &amp;lt;NOTE&amp;gt; tag supported in many WIKI applications.&lt;br /&gt;
&lt;br /&gt;
;Accessible footnotes with HTML and CSS: http://www.likewowonline.net/web/dev/accessible-footnotes.html&lt;br /&gt;
&lt;br /&gt;
;Footnotes: http://ignorethecode.net/blog/2010/04/20/footnotes/&lt;br /&gt;
&lt;br /&gt;
;Handling footnotes and references in HTML: http://www.2ality.com/2011/12/footnotes.html&lt;br /&gt;
: This post examines what options one has for handling footnotes and references in HTML. It then presents a library that helps you with handling them.&lt;br /&gt;
&lt;br /&gt;
;JavaScript-enhanced footnotes and references: http://rauschma.github.com/html_demos/footnotes.html&lt;br /&gt;
&lt;br /&gt;
== Links To Google &amp;amp;amp; Gmail Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Link To Specific Gmail Message ===&lt;br /&gt;
;All Email Messages in Gmail Have a Permanent Web Address: http://www.labnol.org/internet/gmail-emails-have-permanent-web-address/6811/&lt;br /&gt;
: Do you know that it is possible to bookmark individual email messages of Gmail just like you would bookmark any regular web page. (Links to your Gmail messages will only resolve if you&amp;#039;re logged into your Google account when you click on the link.)&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Specific Google Books Page ===&lt;br /&gt;
;Example&lt;br /&gt;
Find the base URL to the Google Book you want to link to. Add the page number just after the book ID like in the example highlighted below.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=zLrKGGxBKjAC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=PA135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;UPDATE&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; The link shown above no longer links directly to the specific page it once did (135), but resolves to a &amp;lt;code&amp;gt;onepage&amp;lt;/code&amp;gt; format instead.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:#E41B17&amp;quot;&amp;gt;CAUTION&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Google apparently changes its [[wikipedia:Uniform resource identifier|URI]] structure without warning. For example, the link to the book / page shown above was formerly written like the one shown below (which now only resolves to the book&amp;#039;s main Google Books description page).&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=8f2y0F2wzLoC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=P135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Also See: [https://support.google.com/books/answer/80658?hl=en Linking to individual titles on Google Books]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Google Calendar Event ===&lt;br /&gt;
;Is it possible to link to specific date on a public Google Calendar?: http://webapps.stackexchange.com/questions/3431/is-it-possible-to-link-to-specific-date-on-a-public-google-calendar&lt;br /&gt;
&amp;#039;&amp;#039;[[wikipedia:Uniform resource identifier|URI]] Formats&amp;#039;&amp;#039; - (Change the &amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;yyyymmdd&amp;lt;/span&amp;gt; setting shown in the examples to the specific date you want to link to.)&lt;br /&gt;
&lt;br /&gt;
Link to a date on your private calendar:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;?(must update)&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to an event on a your public calendar:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://calendar.google.com/calendar/embed?src={your_calendar_id}&amp;amp;mode=day&amp;amp;dates=20160506/20160506&amp;amp;ctz=America/Los_Angeles&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: (Obviously, update date range and time zone accordingly.)&lt;br /&gt;
&lt;br /&gt;
* [http://drupal.org/node/589310 Location of the Google Calendar ID]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/10763734/how-to-build-html-link-to-a-google-calendar-event How to build html link to a google calendar event?]&lt;br /&gt;
&lt;br /&gt;
=== Other Google Link Resources ===&lt;br /&gt;
;Google Books API Family&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Static Links: https://developers.google.com/books/docs/static-links&lt;br /&gt;
&lt;br /&gt;
=== Google Account Document Sharing Options ===&lt;br /&gt;
;Sharing a Google Doc with a non-Google user: http://www.lynda.com/articles/sharing-a-google-doc-with-a-non-google-user&lt;br /&gt;
&lt;br /&gt;
= Security =&lt;br /&gt;
== [[wikipedia:Transport Layer Security|TLS]] &amp;amp;amp; SSL ==&lt;br /&gt;
&lt;br /&gt;
=== Let’s Encrypt ===&lt;br /&gt;
;Let’s Encrypt: https://letsencrypt.org&lt;br /&gt;
: Let’s Encrypt is a new Certificate Authority: It’s free, automated, and open. &lt;br /&gt;
* [https://letsencrypt.org/2014/11/18/announcing-lets-encrypt.html Let’s Encrypt: Delivering SSL/TLS Everywhere]&lt;br /&gt;
: Let’s Encrypt is a new free certificate authority, built on a foundation of cooperation and openness, that lets everyone be up and running with basic server certificates for their domains through a simple one-click process.  Major sponsors include the Electronic Frontier Foundation, the Mozilla Foundation, Akamai, and Cisco. On April 9, 2015, the ISRG and the Linux Foundation announced their collaboration.&amp;lt;ref&amp;gt;[[wikipedia:Let&amp;#039;s Encrypt|Let&amp;#039;s Encrypt]] (Wikipedia)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Let’s Encrypt on DreamHost ====&lt;br /&gt;
* [https://www.dreamhost.com/blog/2015/12/03/lets-encrypt-and-dreamhost/ Let’s Encrypt and DreamHost]&lt;br /&gt;
: “HTTPS Everywhere!”&lt;br /&gt;
&lt;br /&gt;
* [https://www.dreamhost.com/blog/2016/01/20/free-ssltls-certificates-at-dreamhost-with-lets-encrypt/ Free SSL/TLS Certificates at DreamHost with Let’s Encrypt]&lt;br /&gt;
: Let’s Encrypt is at the forefront of an Internet sea change. Firefox and Chromium are both proposing the deprecation of unencrypted HTTP, which means that any user of your website will see a warning unless you have a TLS certificate.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CAcert: http://www.cacert.org&lt;br /&gt;
: CAcert.org is a community-driven Certificate Authority that issues certificates to the public at large for free. CAcert&amp;#039;s goal is to promote awareness and education on computer security through the use of encryption, specifically by providing cryptographic certificates. Any application that supports the Secure Socket Layer Protocol (SSL or TLS) can make use of certificates signed by CAcert. If you want to have free certificates issued to you, join the CAcert Community.&lt;br /&gt;
&lt;br /&gt;
;Certbot: https://certbot.eff.org/&lt;br /&gt;
: An automatic client for enabling HTTPS on your website. Automatically enable HTTPS on your website with [https://www.eff.org/ EFF]&amp;#039;s [https://certbot.eff.org/ Certbot], deploying [https://letsencrypt.org Let&amp;#039;s Encrypt] certificates.&lt;br /&gt;
&lt;br /&gt;
;OpenSSL: https://www.openssl.org&lt;br /&gt;
: The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library.&lt;br /&gt;
&lt;br /&gt;
;StartCom (Provider of [https://www.startssl.com StartSSL]™.): https://www.startcom.org&lt;br /&gt;
: StartSSL™ provides free digital identities called OpenID. StartSSL™ Open Identity eliminates the need for multiple usernames across different websites, simplifying your online experience.&lt;br /&gt;
&lt;br /&gt;
=== Further Reading ===&lt;br /&gt;
* [https://konklone.com/post/switch-to-https-now-for-free Switch to HTTPS Now, For Free]&lt;br /&gt;
: Article features a tutorial for [https://www.startcom.org StartCom]&amp;#039;s [https://www.startssl.com StartSSL]™.&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
;Moved content to&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; http://telecafe.org/smw/Office_Productivity_Hacks#Web-Based_Productivity_Apps&lt;br /&gt;
&lt;br /&gt;
== Web Site Builders &amp;amp; Online Designers ==&lt;br /&gt;
=== Online Website Designers &amp;amp;amp; Builders ===&lt;br /&gt;
;The Grid: https://thegrid.io/&lt;br /&gt;
: Founding Member &amp;quot;Advantages&amp;quot; Include:&lt;br /&gt;
::- 1 year pre-paid subscription&lt;br /&gt;
::- Subscription begins v1 release, late Spring 2015&lt;br /&gt;
::- Locked-in rate of $8/month (regularly $25)&lt;br /&gt;
::- 7 Sites, custom domains OK&lt;br /&gt;
::- Pretty much unlimited contributors, storage and bandwidth&lt;br /&gt;
::- Commerce engine, due late 2015, cost-based fees only&lt;br /&gt;
::- Grid NFC Token (limited gold edition)&lt;br /&gt;
::- $96 / yearYearly payment&lt;br /&gt;
&lt;br /&gt;
;Webflow: https://webflow.com/&lt;br /&gt;
: Sign up. Forever free. Join over 200,000 web designers. Create professional, responsive websites. Without any code. Webflow is a professional site builder for designing websites from scratch. You can also start from one of our gorgeous templates.&lt;br /&gt;
&lt;br /&gt;
;Website Builders Comparison Chart: http://www.websitebuilderexpert.com/website-builders-comparison-chart/&lt;br /&gt;
: Compares the following services:&lt;br /&gt;
::- Squarespace: http://www.squarespace.com/&lt;br /&gt;
::- Wix: http://www.wix.com/&lt;br /&gt;
::- Weebly: http://www.weebly.com/&lt;br /&gt;
::- Jimdo: http://www.jimdo.com/&lt;br /&gt;
::- GoDaddy: https://www.godaddy.com/hosting/website-builder.aspx&lt;br /&gt;
::- IM Creator: http://imcreator.com/&lt;br /&gt;
&lt;br /&gt;
== Web Server &amp;amp;amp; Hosting ==&lt;br /&gt;
=== DIY Home Web Server ===&lt;br /&gt;
;Set Up a Home Server: http://www.webmonkey.com/2010/02/set_up_a_home_server/&lt;br /&gt;
: Setting up a home server running an open-source operating system is a popular and useful activity.&lt;br /&gt;
&lt;br /&gt;
;How to set up a safe and secure Web server: http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/&lt;br /&gt;
: Learn a lot by doing it yourself instead of going with a hosting company.&lt;br /&gt;
&lt;br /&gt;
;Build a Linux Home Web Server For Under $250: http://linuxlookup.com/howto/build_linux_home_web_server_under_250&lt;br /&gt;
&lt;br /&gt;
;Amahi Home Server - Making Home Networking Simple: http://www.amahi.org/&lt;br /&gt;
: Amahi is software that runs on a dedicated PC as a central computer for your home.&lt;br /&gt;
:: See Amahi&amp;#039;s Wiki for setting up a home web server: https://wiki.amahi.org/index.php/Hosting_a_website&lt;br /&gt;
&lt;br /&gt;
=== Dynamic DNS (DDNS) ===&lt;br /&gt;
Also see [[dreamhost:|DreamHost]]&amp;#039;s &amp;#039;&amp;#039;&amp;#039;[[dreamhost:Dynamic DNS|Dynamic DNS]]&amp;#039;&amp;#039;&amp;#039; wiki page.&lt;br /&gt;
;How to Enable Dynamic Service for Your domain name.: http://support.easydns.com/tutorials/DynamicDNS/&lt;br /&gt;
: Dynamic DNS service is used to keep a domain name pointing to the same computer or server connected to the internet despite the fact that the address (IP address) of the computer keeps changing. This service is useful to anyone who wants to operate a server (web server, mail server, ftp server, irc server etc) connected to the internet with a dynamic IP or to someone who wants to connect to an office computer or server from a remote location with software such as pcAnywhere.&lt;br /&gt;
&lt;br /&gt;
; Dynamic DNS with your own domain name (for free!): http://g18c.wordpress.com/2009/12/04/dynamic-dns-with-your-own-domain-name-for-free/&lt;br /&gt;
&lt;br /&gt;
=== IP Addresses ===&lt;br /&gt;
;Want to buy an Internet IPv4 address? Cheap?: http://www.zdnet.com/article/want-to-buy-an-internet-ipv4-address-cheap/&lt;br /&gt;
: Companies are beginning to sell IPv4 addresses as the IPv4 address pool finishes drying up.&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts: Free ===&lt;br /&gt;
;The Simplest and Cheapest Free Web Hosting Services: http://lifehacker.com/5530961/the-simplest-and-cheapest-free-web-hosting-services&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts (Cloud &amp;amp;amp; VPS): Paid ===&lt;br /&gt;
==== Atlantic.Net ====&lt;br /&gt;
;Atlantic.Net:https://www.atlantic.net/&lt;br /&gt;
: One-Click Applications help simplify your workload. Pricing similar to DigitalOcean.&lt;br /&gt;
&lt;br /&gt;
==== DigitalOcean ====&lt;br /&gt;
;DigitalOcean: https://www.digitalocean.com/&lt;br /&gt;
: Features 20GB solid-state hard drive (SSD) + 512MB memory for just $5 a month.&lt;br /&gt;
;Technical FAQ: https://www.digitalocean.com/help/technical/setup/&lt;br /&gt;
;How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS: https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns&lt;br /&gt;
;How To Create Your First DigitalOcean Droplet Virtual Server: https://www.digitalocean.com/community/articles/how-to-create-your-first-digitalocean-droplet-virtual-server&lt;br /&gt;
;An Introduction to Securing your Linux VPS: https://www.digitalocean.com/community/articles/an-introduction-to-securing-your-linux-vps&lt;br /&gt;
;Multiple domains on the same droplet: https://www.digitalocean.com/community/questions/multiple-domains-on-the-same-droplet&lt;br /&gt;
;Guidelines to setup a perfect Digital Ocean VPS: http://www.narga.net/why-moved-digitalocean-guidelines-setup-perfect-vps/&lt;br /&gt;
:: Scroll down about a 3rd of the way to get to list of tutorials.&lt;br /&gt;
&lt;br /&gt;
==== DreamHost ====&lt;br /&gt;
;DreamHost VPS Hosting: http://www.dreamhost.com/servers/vps/&lt;br /&gt;
;DreamHost configuration fixes:&lt;br /&gt;
:- http://wiki.dreamhost.com/DreamHost_PS_Troubleshooting&lt;br /&gt;
:- http://wiki.dreamhost.com/PS_Optimization&lt;br /&gt;
:- http://wiki.dreamhost.com/Preventing_hotlinking&lt;br /&gt;
:- http://wiki.dreamhost.com/XCache&lt;br /&gt;
:- http://xcache.lighttpd.net/wiki/Introduction&lt;br /&gt;
:- https://www.mediawiki.org/wiki/Manual:Robots.txt&lt;br /&gt;
&lt;br /&gt;
==== Google Cloud Platform ====&lt;br /&gt;
;Google Cloud Platform: https://cloud.google.com/&lt;br /&gt;
: &amp;quot;Build applications and websites, store data, and analyze data on Google’s infrastructure.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Kyup ====&lt;br /&gt;
* [https://kyup.com Kyup: Scalable Cloud Hosting on Linux containers]&lt;br /&gt;
: High-performance cloud servers deployed instantly. Built on innovative Linux containers technology, loved by developers. Simple pay-as-you-go pricing!&lt;br /&gt;
&lt;br /&gt;
==== Linode ====&lt;br /&gt;
;Linode: https://www.linode.com/&lt;br /&gt;
&lt;br /&gt;
==== VPS.NET ====&lt;br /&gt;
;VPS.NET: http://vps.net/&lt;br /&gt;
&lt;br /&gt;
===== Further Reading =====&lt;br /&gt;
;Best Cloud Hosting: http://best-cheap-hosting.com/best-cloud-hosting/&lt;br /&gt;
&lt;br /&gt;
=== Web Hosting Control Panels ===&lt;br /&gt;
If you set up your own server, it might be helpful to have the assistance of a [[wikipedia:Graphical user interface|GUI]] control panel.&lt;br /&gt;
;Comparison of web hosting control panels: http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels&lt;br /&gt;
;The Definitive Thread on Open Source Control Panels/ cPanel Alternatives: Part I: https://www.digitalocean.com/community/questions/the-definitive-thread-on-open-source-control-panels-cpanel-alternatives-part-i&lt;br /&gt;
;Webmin: http://www.webmin.com/&lt;br /&gt;
;ZPanel: http://www.zpanelcp.com/&lt;br /&gt;
: &amp;quot;ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written in PHP and uses several open-source (or freely available) software packages to provide a secure, web hosting system.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Resources ==&lt;br /&gt;
=== Tool Collections ===&lt;br /&gt;
;10 Free and Useful Tools for Web Designers: http://coolhomepages.com/10-Free-and-Useful-Tools-for-Web-Designers/blog-845.html&lt;br /&gt;
: Some of the tools mentioned include:&lt;br /&gt;
:- Infinite Slider: https://kinsta.com/infinite-slider/ (A WordPress slider plugin.)&lt;br /&gt;
:- ImageOptim: https://imageoptim.com/ (Optimize image size for web. Open source.)&lt;br /&gt;
:- Google Web Designer: http://www.google.com/webdesigner/ (Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.)&lt;br /&gt;
&lt;br /&gt;
=== Analytics ===&lt;br /&gt;
;Piwik - Free (&amp;amp;amp; Open Source) Web Analytics Software: http://piwik.org/&lt;br /&gt;
&lt;br /&gt;
=== Browser &amp;amp;amp; Mobile Device Testers ===&lt;br /&gt;
;Chrome DEVTOOLS Device Mode &amp;amp; Mobile Emulation: https://developer.chrome.com/devtools/docs/device-mode&lt;br /&gt;
: Device mode brings the insights of mobile testing to your browser tab through the power of mobile emulation.&lt;br /&gt;
&lt;br /&gt;
; MobileTest.me: http://mobiletest.me/&lt;br /&gt;
: Test your websites in smartphone &amp;amp; tablet emulators.&lt;br /&gt;
&lt;br /&gt;
=== Structured Data ===&lt;br /&gt;
; schema.org: http://schema.org/&lt;br /&gt;
: Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results, making it easier for people to find the right Web pages. Many sites are generated from structured data, which is often stored in databases. When this data is formatted into HTML, it becomes very difficult to recover the original structured data. Many applications, especially search engines, can benefit greatly from direct access to this structured data. On-page markup enables search engines to understand the information on web pages and provide richer search results in order to make it easier for users to find relevant information on the web. Markup can also enable new tools and applications that make use of the structure. &lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
;After the Deadline: http://www.afterthedeadline.com/&lt;br /&gt;
:: After the Deadline is a language checker for the web with:&lt;br /&gt;
::- Contextual Spell Checking&lt;br /&gt;
::- Advanced Style Checking&lt;br /&gt;
::- Intelligent Grammar Checking&lt;br /&gt;
&lt;br /&gt;
;BuiltWith: http://builtwith.com/&lt;br /&gt;
: Find out what websites are Built With&lt;br /&gt;
&lt;br /&gt;
;Color Hex Color Codes: http://www.color-hex.com/&lt;br /&gt;
&lt;br /&gt;
;DIFF CHECKER: https://www.diffchecker.com/&lt;br /&gt;
: Can&amp;#039;t remember &amp;#039;&amp;#039;exactly&amp;#039;&amp;#039; what changes you made to that &amp;lt;tt&amp;gt;html&amp;lt;/tt&amp;gt; file? Let DIFF CHECKER come to the rescue.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Another online Diff Checker is&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;QuickDiff.com&amp;#039;&amp;#039;&amp;#039;: http://www.quickdiff.com/&lt;br /&gt;
: An Online Tool to do a &amp;#039;quick and dirty&amp;#039; diff of two text or code fragments.&lt;br /&gt;
&lt;br /&gt;
;Hacked Website Cleanup Tools Extension: https://www.whitefirdesign.com/hacked-website-cleanup-tools&lt;br /&gt;
&lt;br /&gt;
;HeadJS -- The Only Script In Your &amp;lt;HEAD&amp;gt; -- A tiny script that speeds up, simplifies and modernizes your site.: Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues.&lt;br /&gt;
: http://headjs.com/&lt;br /&gt;
&lt;br /&gt;
;ID Your Body For Greater CSS Control and Specificity: http://css-tricks.com/id-your-body-for-greater-css-control-and-specificity/&lt;br /&gt;
&lt;br /&gt;
;if this then that: http://ifttt.com/wtf&lt;br /&gt;
: Automated triggers for various web and internet related tasks.&lt;br /&gt;
&lt;br /&gt;
;Online Email Obfuscator: http://andrew.hedges.name/experiments/obfuscator/&lt;br /&gt;
&lt;br /&gt;
;PURL: http://purl.oclc.org/docs/index.html&lt;br /&gt;
: PURLs (Persistent Uniform Resource Locators) are Web addresses that act as permanent identifiers in the face of a dynamic and changing Web infrastructure.&lt;br /&gt;
&lt;br /&gt;
;Text Mechanic™ - Text Manipulation Tools: http://textmechanic.com/&lt;br /&gt;
: A collection of free, online, browser-based, text manipulation tools.&lt;br /&gt;
&lt;br /&gt;
;Use PHP to insert an automatic “last modified” date into web pages: http://code.adonline.id.au/last-modified-date-php/&lt;br /&gt;
&lt;br /&gt;
;What Beautiful HTML Code Looks Like: http://css-tricks.com/what-beautiful-html-code-looks-like/&lt;br /&gt;
&lt;br /&gt;
;What is humans.txt?: http://humanstxt.org/&lt;br /&gt;
&lt;br /&gt;
;When can I use...: http://caniuse.com/&lt;br /&gt;
: Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
;Your Web, documented · WebPlatform.org: http://www.webplatform.org/&lt;br /&gt;
&lt;br /&gt;
;HTML5 Development Center: Resources and Tools: http://www.sitepoint.com/tag/html5-dev-center/&lt;br /&gt;
&lt;br /&gt;
;All The Tools I Used to Rebuild the DMAD Website: http://dmad.com/web-tools&lt;br /&gt;
: Brief mentions of lots of useful tools, including...&lt;br /&gt;
:- [http://bootstrapwp.rachelbaker.me/ BootstrapWP] Bootstrap theme for WordPress.&lt;br /&gt;
:- [http://css-tricks.com/ CSS-Tricks]&lt;br /&gt;
:- [http://yoast.com/wordpress/seo/ Yoast WordPress SEO Plugin]&lt;br /&gt;
:- [http://www.advancedcustomfields.com/ Advanced Custom Fields] - Custom fields. Made easy. Use the Advanced Custom Fields plugin to take full control of your edit screens &amp;amp; custom field data.&lt;br /&gt;
: ... and more.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=997</id>
		<title>User:Dave/Web Hack Notes (Non-Wiki)</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=997"/>
		<updated>2019-11-17T20:51:24Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Google Docs &amp;amp;amp; Google Sheets as CMS */ Get Sheet Done — using Google Spreadsheets as your data backend&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Beautiful-HTML.png|thumb|500px|Source: [http://css-tricks.com/what-beautiful-html-code-looks-like/ What Beautiful HTML Code Looks Like]]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= HELP FROM AROUND THE WEB =&lt;br /&gt;
These notes began as an archive of resources listed on the [http://humanstxt.org/ humans.txt] file for a particular website. The domain for that site was since hijacked by a [http://www.acorndomains.co.uk/domain-name-scams/107083-domcollect-sued-along-1-1-hijacking-domains-my-update.html domain squatter], but the resources listed here have proved useful for other web projects. The idea is to expand this page with other helpful resources for building simple web sites.&lt;br /&gt;
&lt;br /&gt;
== Web Design Tips &amp;amp;amp; Resources ==&lt;br /&gt;
;Web Tools Weekly:http://webtoolsweekly.com/&lt;br /&gt;
: Web Tools Weekly is a front-end development and web design newsletter with a focus on tools.&lt;br /&gt;
&lt;br /&gt;
;Webdesigner Depot: http://www.webdesignerdepot.com/&lt;br /&gt;
: Our goal is to share the latest and greatest findings, tips, and techniques for web designers and developers.&lt;br /&gt;
&lt;br /&gt;
== SEO, SEM, Search Engine Responsiveness ==&lt;br /&gt;
;Screaming Frog SEO Spider Tool: http://www.screamingfrog.co.uk/seo-spider/&lt;br /&gt;
:The Screaming Frog SEO Spider is a small desktop program you can install locally on your PC, Mac or Linux machine which spiders websites’ links, images, CSS, script and apps from an SEO perspective. It fetches key onsite elements for SEO, presents them in tabs by type and allows you to filter for common SEO issues, or slice and dice the data how you see fit by exporting into Excel. You can view, analyse and filter the crawl data as it’s gathered and updated continuously in the program’s user interface.&lt;br /&gt;
&lt;br /&gt;
== Static File Websites ==&lt;br /&gt;
;An Introduction to Static Site Generators: http://davidwalsh.name/introduction-static-site-generators&lt;br /&gt;
: This is a fantastic introduction in helping folks understand the advantages of static sites, particularly when there&amp;#039;s no compelling advantage for maintaining the site on a dynamic architecture.&lt;br /&gt;
&lt;br /&gt;
;What is a Static Website?: http://nilclass.com/courses/what-is-a-static-website/&lt;br /&gt;
: What is a Static Website? Static websites are popular because they are super efficient, extremely fast and usually free to host. Blogs, resumes, marketing websites, landing pages, and documentation are all good candidates for static websites. [http://nilclass.com/courses/what-is-a-static-website/ Follow along as we visually walk-through the differences and benefits between a static vs dynamic website.]&lt;br /&gt;
&lt;br /&gt;
;Why You Should Build Your Website Using Static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; Files?: http://ryanhayes.net/why-you-should-build-your-website-using-static-html-files/&lt;br /&gt;
: Why would anyone want a static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; site with the options we have today in CMS products?  Why would you go seemingly backwards to the old days of &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt;?&lt;br /&gt;
::- Performance&lt;br /&gt;
::- Security&lt;br /&gt;
::- HTML is portable!&lt;br /&gt;
&lt;br /&gt;
;StaticGen&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Top Open-Source Static Site Generators: https://www.staticgen.com/&lt;br /&gt;
: An incredible list of 100 static site generators. Included the generator&amp;#039;s ranking (how many stars it was &amp;quot;awarded&amp;quot; by users), language (Ruby, Python, JavaScript, etc.), templates (Liquid, MarkDown, EJS, Swig, etc.) and license (MIT, Apache, GPL, etc.).&lt;br /&gt;
&lt;br /&gt;
;Static Site Generators: https://staticsitegenerators.net/&lt;br /&gt;
: &amp;quot;The definitive listing of Static Site Generators&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Implementing a static website in [https://cloud.google.com/appengine/docs/python/gettingstartedpython27/introduction Google App Engine]: http://www.enkisoftware.com/devlogpost-20130823-1-Implementing_a_static_website_in_Google_App_Engine.html&lt;br /&gt;
&lt;br /&gt;
;Jekyll-Bootstrap: http://jekyllbootstrap.com/&lt;br /&gt;
: Jekyll-Bootstrap is a full blog scaffold for Jekyll based blogs. &amp;#039;&amp;#039;&amp;#039;Jekyll Generates Static Websites!&amp;#039;&amp;#039;&amp;#039; To understand the differences and benefits of static vs dynamic websites, follow this [http://nilclass.com/courses/what-is-a-static-website/#1 quick visual tutorial].&lt;br /&gt;
&lt;br /&gt;
=== Static File Website Hosting Hacks ===&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[User:Dave/Web Hack Notes (Non-Wiki)#Git_.26_Website_Publishing|Git &amp;amp; Website Publishing]]&lt;br /&gt;
&lt;br /&gt;
;Cheap or Free Static Website Hosting: http://alignedleft.com/resources/cheap-web-hosting&lt;br /&gt;
&lt;br /&gt;
=== Static Website Tools ===&lt;br /&gt;
;Staticman - Static sites with superpowers.: https://staticman.net/&lt;br /&gt;
: Staticman handles user-generated content for you and transforms it into data files that sit in your GitHub repository, along with the rest of your content.&lt;br /&gt;
&lt;br /&gt;
== Version Control Systems ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
; Git --everything-is-local: http://git-scm.com/&lt;br /&gt;
:: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.&lt;br /&gt;
&lt;br /&gt;
==== Learn Git; GitHub ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Pro Git&amp;#039;&amp;#039;&amp;#039; (book) by Scott Chacon is available to read online for free.&lt;br /&gt;
: http://git-scm.com/book&lt;br /&gt;
:: The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license.&lt;br /&gt;
&lt;br /&gt;
; git - the simple guide: just a simple guide for getting started with git. no deep shit ;)&lt;br /&gt;
: http://rogerdudler.github.io/git-guide/&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 1): Don&amp;#039;t Get Scared, Get Started: http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1&lt;br /&gt;
: GitHub is more than just a programmer&amp;#039;s tool. If you want to collaborate on anything, you should give it a try. Part 1 of a two-part look at getting started with GitHub.&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 2): Commit, Push And Go: http://readwrite.com/2013/10/02/github-for-beginners-part-2&lt;br /&gt;
: Now that we know the concepts behind GitHub and Git, it&amp;#039;s time to have fun. Part 2 of our two-part series.&lt;br /&gt;
&lt;br /&gt;
==== Git &amp;amp;amp; Website Publishing ====&lt;br /&gt;
;GitHub Pages - Websites for you and your projects.: https://pages.github.com/&lt;br /&gt;
: Hosted directly from your GitHub repository. Just edit, push, and your changes are live.&lt;br /&gt;
&lt;br /&gt;
;Using GitHub Pages To Host Your Website: http://blog.teamtreehouse.com/using-github-pages-to-host-your-website&lt;br /&gt;
: This is an awesome tutorial explaining how to &amp;quot;commit&amp;quot; your web site&amp;#039;s files from your computer to your GitHub repository. Makes hosting on GitHub super simple!&lt;br /&gt;
&lt;br /&gt;
;GIT to deploy website (in 5 steps): http://www.bitbonsai.com/git-deploy-website-5steps/&lt;br /&gt;
&lt;br /&gt;
;How I moved my websites to Dropbox and GitHub: http://alexcican.com/post/guide-hosting-website-dropbox-github/&lt;br /&gt;
&lt;br /&gt;
;Using Git to manage a web site: http://toroid.org/ams/git-website-howto&lt;br /&gt;
: A step-by-step tutorial from a website that is doing what the tutorial instructs.&lt;br /&gt;
&lt;br /&gt;
;Git for Web Publishing: http://philkates.com/2009/08/git-as-a-web-publishing-tool/&lt;br /&gt;
: Features instructions for updating Git on DreamHost.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
= CMS &amp;amp; Blog Platforms =&lt;br /&gt;
&lt;br /&gt;
== Drupal ==&lt;br /&gt;
;Drupal Commons: http://drupal.org/project/commons&lt;br /&gt;
: Drupal Commons is a ready-to-use solution for building either internal or external communities. It provides a complete social business software solution for organizations.&lt;br /&gt;
;A Drupal Developer’s Setup on Windows: http://mikekeran.com/drupal-developer-setup-windows&lt;br /&gt;
;Back up your site using the command line: https://drupal.org/upgrade/backing-your-site-command-line&lt;br /&gt;
;Upgrading from previous versions: https://drupal.org/upgrade&lt;br /&gt;
;Upgrading Drupal using a Patch File: https://drupal.org/comment/1545852#comment-1545852&lt;br /&gt;
&lt;br /&gt;
=== Drupal Modules ===&lt;br /&gt;
:: (Used on the new ATA.org Drupal 7 installation.)&lt;br /&gt;
;Top 25 Drupal 7 Modules: http://www.axzm.com/top-25-drupal-7-modules&lt;br /&gt;
;Backup and Migrate: https://drupal.org/project/backup_migrate&lt;br /&gt;
;Display Suite Bootstrap Layouts: https://drupal.org/project/ds_bootstrap_layouts&lt;br /&gt;
;Bootstrap - Photo Gallery: https://drupal.org/project/bootstrap_gallery&lt;br /&gt;
;Context: https://www.drupal.org/project/context&lt;br /&gt;
: Context allows you to manage contextual conditions and reactions for different portions of your site. For instance, you can group several &amp;quot;[https://www.drupal.org/project/bean Beans]&amp;quot; (blocks) into a particular [https://www.drupal.org/project/context Context] if you want to consistently place the group on several nodes throughout the site.&lt;br /&gt;
==== Block Modules ====&lt;br /&gt;
;Bean: https://www.drupal.org/project/bean&lt;br /&gt;
: Bean is an acronym that stands for &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;lock &amp;#039;&amp;#039;&amp;#039;E&amp;#039;&amp;#039;&amp;#039;ntities &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;ren&amp;#039;t &amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;odes.&lt;br /&gt;
;MultiBlock: https://www.drupal.org/project/multiblock&lt;br /&gt;
: Drupal&amp;#039;s block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages. MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks.&lt;br /&gt;
;Block Group: https://www.drupal.org/project/blockgroup&lt;br /&gt;
: Tutorial: [https://www.youtube.com/watch?v=fC8lo6jHBuI Drupal Tutorial : Block Groups And Bootstrap] | WDTutorials.com&lt;br /&gt;
&lt;br /&gt;
=== Drupal Themes ===&lt;br /&gt;
;Bamboo: https://drupal.org/project/bamboo&lt;br /&gt;
;Bootstrap: https://drupal.org/project/bootstrap&lt;br /&gt;
;Bootstrap Barrio: https://drupal.org/project/bootstrap_barrio&lt;br /&gt;
:: Bootstrap Barrio is a sub-theme of the Bootstrap Theme, adding 1, 2 or 3 columns with configurable widths.&lt;br /&gt;
&lt;br /&gt;
==== Drupal Theme Tutorials ====&lt;br /&gt;
;Bootstrap sub-theming &amp;quot;how to&amp;quot;: https://drupal.org/node/1978010&lt;br /&gt;
;How to Use Bootswatch Themes in Drupal 7: http://webwash.net/tutorials/how-use-bootswatch-themes-drupal-7&lt;br /&gt;
;Creating a sub-theme: https://drupal.org/node/225125&lt;br /&gt;
;How to Customize a Contributed Drupal Theme: http://radarearth.com/content/how-customize-contributed-drupal-theme&lt;br /&gt;
&lt;br /&gt;
=== Drupal Wikis ===&lt;br /&gt;
;Commons Wikis: http://drupal.org/project/commons_wikis&lt;br /&gt;
: Provide the wiki functionality for Drupal Commons distribution.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See other wiki-like features for Drupal here:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: http://portlandwiki.org/User:WikiMaster/Projects#Drupal_Related&lt;br /&gt;
&lt;br /&gt;
=== Drupal - Drush ===&lt;br /&gt;
;A Beginner&amp;#039;s Guide to Drush, the Drupal Shell: https://www.digitalocean.com/community/articles/a-beginner-s-guide-to-drush-the-drupal-shell&lt;br /&gt;
;Drush.org: A command line shell and scripting interface for Drupal.: http://drush.ws/&lt;br /&gt;
;Upgrade Drupal easily with Drush: https://drupal.org/comment/1593136#comment-1593136&lt;br /&gt;
;Updating Drupal Core with Drush: http://brockboland.com/2010/08/updating-drupal-core-drush/&lt;br /&gt;
;Install Drush on Dreamhost VPS: http://www.pru8.com/install-drush-on-dreamhost-vps&lt;br /&gt;
;Drush commands reference: https://groups.drupal.org/drush/commands&lt;br /&gt;
&lt;br /&gt;
== WordPress ==&lt;br /&gt;
=== WordPress Back-Up ===&lt;br /&gt;
;BlogVault &amp;quot;The Ultimate WordPress Backup Service&amp;quot;: https://blogvault.net/&lt;br /&gt;
: Premium service with prices ranging from $9/month for one blog.&lt;br /&gt;
&lt;br /&gt;
;WPBackItUp Backup &amp;amp; Restore: https://wordpress.org/plugins/wp-backitup/&lt;br /&gt;
: Installed on http://sofiaangelina.com/ and http://lifemotion.com/.&lt;br /&gt;
&lt;br /&gt;
=== WordPress Guides ===&lt;br /&gt;
;Creating a Static Front Page: http://codex.wordpress.org/Creating_a_Static_Front_Page&lt;br /&gt;
;Enable and Disable Comments: http://en.support.wordpress.com/enable-disable-comments/&lt;br /&gt;
;How to Show WordPress Pages on Your Homepage: http://premium.wpmudev.org/blog/how-to-show-wordpress-pages-on-your-homepage/&lt;br /&gt;
;Docs to WordPress: https://wordpress.org/plugins/docs-to-wordpress/changelog/&lt;br /&gt;
: Easily move posts from Google Docs to WordPress.&lt;br /&gt;
;WordPress plugin&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; include custom fields in a post: http://pp19dd.com/wordpress-plugin-include-custom-field/&lt;br /&gt;
:: This handy site also contains links to a number of other useful tips &amp;#039;n&amp;#039; tools, including [http://pp19dd.com/zipcode-lookup/ CSV batch zipcode Lookup tool], [http://pp19dd.com/2012/10/four-things-i-wish-someone-had-told-me-about-wikis-wikimedia/ Four things I wish someone had told me about wikis (WikiMedia)] and more.&lt;br /&gt;
;WordPress Rockers&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; How To’s: http://wprockers.com/how-tos&lt;br /&gt;
;wordpress tips | tips &amp;amp;amp; advice on wordpress.com blogs: http://wpbtips.wordpress.com/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Multisite ===&lt;br /&gt;
;The Beginner&amp;#039;s Guide to WordPress Multisite: http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Photo Galleries ===&lt;br /&gt;
;Twitter Bootstrap Galleries: http://wordpress.org/plugins/twitter-bootstrap-galleries/&lt;br /&gt;
:: Wraps the content of a WordPress media gallery in a Twitter&amp;#039;s Bootstrap grid.&lt;br /&gt;
;NextGEN Gallery: http://www.nextgen-gallery.com/&lt;br /&gt;
;NextGEN Gallery Shortcodes: http://www.nextgen-gallery.com/nextgen-gallery-shortcodes/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Shortcodes ===&lt;br /&gt;
;Shortcode API: http://codex.wordpress.org/Shortcode_API&lt;br /&gt;
;WordPress Page Design&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Shortcodes v Page Templates: http://www.sitepoint.com/wordpress-page-design-shortcodes-v-page-templates/&lt;br /&gt;
;Getting Started with WordPress Shortcodes (+Examples): http://speckyboy.com/2011/07/18/getting-started-with-wordpress-shortcodes-examples/&lt;br /&gt;
&lt;br /&gt;
=== Wordpress &amp;amp;amp; Social Media ===&lt;br /&gt;
;Top 10 Social Media Plugins for WordPress: http://smallbiztrends.com/2014/03/social-media-plugins-for-wordpress.html&lt;br /&gt;
;WordPress Instagram Plugins - Instagram Picture: http://www.inmotionhosting.com/support/website/wordpress-plugins/instagram-picture-plugin-for-wordpress&lt;br /&gt;
;Instagram Picture: Shortcode function example (English): http://tb-webtec.de/2013/10/instagram-picture-shortcode-function-example-english/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Themes ===&lt;br /&gt;
;WordPress Child Themes: http://codex.wordpress.org/Child_Themes&lt;br /&gt;
;How to remove Proudly powered by WordPress from Twenty Eleven theme?: http://wprockers.com/how-to-remove-proudly-powered-by-wordpress-from-twenty-eleven-theme-1120.html&lt;br /&gt;
;Replace/Remove Default Header Image Twenty Eleven Theme: http://wpti.ps/functions/replace-remove-header-image-twenty-eleven-theme/&lt;br /&gt;
&lt;br /&gt;
== Flat File CMS Scripts ==&lt;br /&gt;
;Monstra: http://monstra.org/&lt;br /&gt;
: Monstra is a modern and lightweight Content Management System. It is Easy to install, upgrade and use.&lt;br /&gt;
&lt;br /&gt;
;Morfy: http://morfy.monstra.org/&lt;br /&gt;
: Morfy is a simple, fast and light-weighted file-based Content Management System. Making the Web easy.&lt;br /&gt;
&lt;br /&gt;
;Pico: http://picocms.org/&lt;br /&gt;
: A stupidly simple &amp;amp; blazing fast, flat file CMS. Making the web easy.&lt;br /&gt;
&lt;br /&gt;
;razorCMS: http://www.razorcms.co.uk/&lt;br /&gt;
: File Based Content Management System - The file based CMS that allows you to build a website without the need for an SQL database, storing everything in flat files.&lt;br /&gt;
&lt;br /&gt;
== Lightweight CMS Scripts ==&lt;br /&gt;
;Bolt CMS - Sophisticated, Lightweight and Simple: https://bolt.cm/&lt;br /&gt;
: Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It’s a joy to use.&lt;br /&gt;
: By default, Bolt is configured to use an SQLite database. You can configure the database, if you want to change this to MySQL or PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
;CMS Made Simple: http://www.cmsmadesimple.org/&lt;br /&gt;
&lt;br /&gt;
;phpSQLiteCMS: http://phpsqlitecms.net/&lt;br /&gt;
: phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite.&lt;br /&gt;
&lt;br /&gt;
;SiteCake - Simple, drag and drop CMS for fast editing: http://sitecake.com/&lt;br /&gt;
: SiteCake is an open source PHP CMS application which allows a site admin to edit a website while browsing it. Once logged in, everything becomes editable. While in edit mode, SiteCake displays a &amp;quot;content editing bar&amp;quot; with options for inserting HTML elements like headers, lists, images, videos and other stuff like Google Maps or a slideshow.&amp;lt;ref&amp;gt;[http://www.webresourcesdepot.com/sitecake-simple-yet-beautiful-and-open-source-cms-for-small-websites/ SiteCake – Simple-Yet-Beautiful And Open Source CMS For Small Websites]&amp;lt;/ref&amp;gt; SiteCake is a true WYSIWYG. There is no separate admin section, you can click any page element and edit it in-place.&amp;lt;ref&amp;gt;[http://blog.bitnami.com/2013/11/welcome-to-newest-bitnami-stack-sitecake.html Welcome to the Newest Bitnami Stack, SiteCake!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Zimplit: http://www.zimplit.com/index.html&lt;br /&gt;
&lt;br /&gt;
== Google Sheets as CMS ==&lt;br /&gt;
* [https://blog.usejournal.com/how-to-use-google-sheets-as-a-cms-or-a-database-f9d8e736fdce How to use Google Sheets as a CMS or a database] | [https://blog.usejournal.com/@alyssax Alyssa X] | Jan 19, 2019&lt;br /&gt;
: There are several advantages to using Google Sheets as a CMS database for your website:&lt;br /&gt;
::- Easily edit the data from Google Sheets.&lt;br /&gt;
::- Accessing the sheet from any device.&lt;br /&gt;
::- Sharing the sheet with other people.&lt;br /&gt;
::- Backups &amp;amp; version history.&lt;br /&gt;
::- Flexibility to grow &amp;amp; reduce the database by adding new columns on the go.&lt;br /&gt;
&lt;br /&gt;
* [https://blog.stephsmith.io/tutorial-google-sheets-api-node-js/ 3 Approaches for Using the Google Sheets API in Node.js: A Tutorial] | Steph Smith | 12 May 2019&lt;br /&gt;
: Using Google Sheets as a Database&lt;br /&gt;
&lt;br /&gt;
* [https://www.freecodecamp.org/news/get-sheet-done-using-google-spreadsheets-as-your-data-backend-650ba23dc6d9/ Get Sheet Done — using Google Spreadsheets as your data backend] | Gilad Dayagi | 21 August 2017&lt;br /&gt;
: If you want to rapidly prototype your next web apps, try using Google Spreadsheets as your data backend.&lt;br /&gt;
:: - Demo: [https://github.com/giladaya giladaya]/[https://github.com/giladaya/get-sheet-done get-sheet-done]&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jadeallencook/gDoc.js gDoc.js] | Latest commit 3b27a83 on Dec 1, 2016 (as of 12:27, 17 November 2019 (PST)).&lt;br /&gt;
: Use Google Spreadsheets as your CMS! Create a Google Spreadsheet containing all the information you will need for your site. [http://jadeallencook.github.io/gDoc.js/ Demo Page]&lt;br /&gt;
&lt;br /&gt;
* [https://blog.reactioncommerce.com/using-google-spreadsheets-as-a-cms-for-meteor/ Using Google Spreadsheets as a CMS for Meteor] | Aaron | 16 Aug 2014&lt;br /&gt;
: Why not just use a Google spreadsheet as the CMS for your website? With Meteor and the Google Spreadsheet API this is pretty simple to do.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [http://mikeheavers.com/main/code-item/creating_a_website_with_a_google_spreadsheet_powered_cms Creating a website with a google spreadsheet powered CMS]&lt;br /&gt;
: A Google Docs CMS is perfect. Easy to use, most people are familiar with it - absolutely zero install / configuration time, and it integrates extremely nicely with javascript templating systems.&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Dead link as of 09:42, 17 November 2019 (PST).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CSS Grids &amp;amp;amp; Frameworks ==&lt;br /&gt;
=== Bootstrap CSS ===&lt;br /&gt;
;Bootstrap &amp;gt; CSS: http://getbootstrap.com/css/&lt;br /&gt;
;Bootstrap: http://twitter.github.com/bootstrap/&lt;br /&gt;
;How to Customize the Default Bootstrap Style, the Right Way: https://bootstrapbay.com/blog/customize-bootstrap/&lt;br /&gt;
: Create a new file in your Bootstrap CSS folder and call it custom.css. Then in the &amp;lt;code&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/code&amp;gt; portion of your website, load your new custom CSS file &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; the default bootstrap stylesheet.&lt;br /&gt;
;11 Reasons to Use Twitter Bootstrap: http://www.sitepoint.com/11-reasons-to-use-twitter-bootstrap/&lt;br /&gt;
;Bootstrap Templates - Free HTML Starter Templates for Bootstrap: http://startbootstrap.com/&lt;br /&gt;
;Bootstrap Image Gallery: http://blueimp.github.io/Bootstrap-Image-Gallery/&lt;br /&gt;
;Bootsnipp: http://bootsnipp.com/&lt;br /&gt;
: Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework&lt;br /&gt;
;Bootstrap Contact Form: http://www.mkt.cat/contact.php&lt;br /&gt;
;How to make a contact form with Bootstrap 3 ? (JQuery/PHP/HTML5/JqBootstrapValidation): http://myprogrammingblog.com/2013/08/27/how-to-make-a-contact-form-with-bootstrap-3-jqueryphphtml5jqbootstrapvalidation/&lt;br /&gt;
;How to create a PHP, Bootstrap 3 Contact Form which works with blogger and any other platform: &lt;br /&gt;
http://tudor-anghelina.blogspot.com/2013/09/how-to-create-php-bootstrap-3-contact.html&lt;br /&gt;
;5 Bootstrap CSS - Tables - JSFiddle: http://jsfiddle.net/juanmendez/L46FX/&lt;br /&gt;
&lt;br /&gt;
==== Bootstrap Drag &amp;amp;amp; Drop Tool ====&lt;br /&gt;
;LayoutIt! BETA: http://www.layoutit.com&lt;br /&gt;
: Create your frontend code simple and quickly with Bootstrap using our Drag &amp;amp; Drop Interface Builder.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CSS Wizardry: http://csswizardry.com/&lt;br /&gt;
&lt;br /&gt;
;Emastic - css framework: http://code.google.com/p/emastic/&lt;br /&gt;
&lt;br /&gt;
;inuit.css: http://csswizardry.com/inuitcss/&lt;br /&gt;
&lt;br /&gt;
;Pure: http://purecss.io/&lt;br /&gt;
&lt;br /&gt;
;Responsive Grid System: http://www.responsivegridsystem.com/&lt;br /&gt;
&lt;br /&gt;
;Sass - Syntactically Awesome Stylesheets: http://sass-lang.com/&lt;br /&gt;
&lt;br /&gt;
;Web Experience Toolkit (WET): http://wet-boew.github.io/wet-boew/index-en.html&lt;br /&gt;
: Collaborative open source project led by the Government of Canada&lt;br /&gt;
&lt;br /&gt;
=== Framework Forms ===&lt;br /&gt;
;Formalize: http://formalize.me/&lt;br /&gt;
: Features kudos from leading &amp;quot;industry experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Formee: http://formee.org/&lt;br /&gt;
: Responsive web forms for your CSS grid project.&lt;br /&gt;
&lt;br /&gt;
=== Tips, Tricks &amp;amp;amp; Reading Material for CSS Grids &amp;amp;amp; Frameworks ===&lt;br /&gt;
&lt;br /&gt;
;Don’t Overthink It Grids: http://css-tricks.com/dont-overthink-it-grids/&lt;br /&gt;
&lt;br /&gt;
== Responsive Design ==&lt;br /&gt;
;CSS Fluid Image Techniques for Responsive Site Design: http://demosthenes.info/blog/586/CSS-Fluid-Image-Techniques-for-Responsive-Site-Design&lt;br /&gt;
: “Responsive design” is not a single technology but a set of techniques that allow web pages to serve the needs of both mobile and desktop users.&lt;br /&gt;
: The core components are:&lt;br /&gt;
::- CSS @media queries&lt;br /&gt;
::- Fluid images and video&lt;br /&gt;
::- JavaScript, often triggered by window.matchMedia&lt;br /&gt;
::- Server-side solutions&lt;br /&gt;
::- SVG to create resolution-free images&lt;br /&gt;
;Responsive Design with CSS3 Media Queries: http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&lt;br /&gt;
: This tutorial will show you how to create a cross-browser responsive design with HTML5 &amp;amp; CSS3 media queries.&lt;br /&gt;
;Understanding the viewport meta tag, CSS @viewport and making an automatic link to your app: http://benfrain.com/understanding-the-viewport-meta-tag-and-css-viewport/&lt;br /&gt;
;Viewport Meta Tag For Non-Responsive Design: http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design&lt;br /&gt;
;What is Responsive Web Design?: http://coolhomepages.com/What-is-Responsive-Web-Design/blog-782.html&lt;br /&gt;
&lt;br /&gt;
== HTML5 ==&lt;br /&gt;
[[File:Html5-structure.png|thumb|434px|&amp;#039;&amp;#039;&amp;#039;The HTML5 Page Structure&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
;HTML5 Quick Tutorial: http://www.coursesweb.net/html/html5-quick-tutorial_t&lt;br /&gt;
;HTML5 Page Structure: http://css-tricks.com/snippets/html/html5-page-structure/&lt;br /&gt;
;The HTML5 Page Structure: http://www.basewebmaster.com/html/html5-page-structure.php&lt;br /&gt;
;HTML5 Page Structure: http://www.severinu.com/html5-page-structure/&lt;br /&gt;
;HTML5 Doctor, helping you implement HTML5 today: http://html5doctor.com/&lt;br /&gt;
;HTML 5 Outliner: http://gsnedders.html5.org/outliner/&lt;br /&gt;
;Document Outlines: http://html5doctor.com/outlines/&lt;br /&gt;
;Sections and Outlines of an HTML5 Document: https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document&lt;br /&gt;
;HTML5 And The Document Outlining Algorithm: http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm/&lt;br /&gt;
;[[wikipedia:Fragment identifier|Fragment identifier]] (Wikipedia): &amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:In URIs for MIME text/html pages such as http://www.example.org/foo.html#bar the fragment refers to the element with id=&amp;quot;bar&amp;quot;.&lt;br /&gt;
=== HTML5 Elements ===&lt;br /&gt;
;HTML element reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: Mozilla Developer Network&lt;br /&gt;
;HTML 5&amp;lt;nowiki&amp;gt;: Is it &amp;lt;br&amp;gt;, &amp;lt;br/&amp;gt;, or &amp;lt;br /&amp;gt;?&amp;lt;/nowiki&amp;gt;: http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br&lt;br /&gt;
&lt;br /&gt;
== CSS3 ==&lt;br /&gt;
;CSS Techniques – Absolute Horizontal And Vertical Centering In CSS: http://www.css-jquery-design.com/2013/12/css-techniques-absolute-horizontal-and-vertical-centering-in-css/&lt;br /&gt;
&lt;br /&gt;
;Multiple Columns Layout (Magazine-alike) With CSS3: http://www.hongkiat.com/blog/css3-multi-columns/&lt;br /&gt;
&lt;br /&gt;
;Using CSS multi-column layouts: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts&lt;br /&gt;
&lt;br /&gt;
;3D CSS Text: http://www.3dcsstext.com/&lt;br /&gt;
&lt;br /&gt;
;overflow-x, overflow-y tests: http://www.brunildo.org/test/Overflowxy2.html&lt;br /&gt;
: W3C CSS3 working draft: The &amp;#039;overflow-x&amp;#039; and &amp;#039;overflow-y&amp;#039; properties.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Also see [[portlandwiki:User:WikiMaster/Tables &amp;amp; Columns#CSS_Layout_Tricks|CSS Layout Tricks]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
;different title, keyword and description in every page&amp;#039;s: http://stackoverflow.com/questions/5818750/different-title-keyword-and-description-in-every-pages&lt;br /&gt;
&lt;br /&gt;
=== PHP Classes ===&lt;br /&gt;
;The php5 object oriented web design howto &amp;gt; Functions and classes &amp;gt; A page class: http://fun-tech.se/php_tutorial/part03/index.php&lt;br /&gt;
;What is the function __construct used for?: http://stackoverflow.com/questions/455910/what-is-the-function-construct-used-for&lt;br /&gt;
&lt;br /&gt;
=== PHP Includes ===&lt;br /&gt;
;Custom Page Titles with PHP Includes: http://girlswhogeek.com/tutorials/2006/custom-page-titles-with-php-includes&lt;br /&gt;
;How to automatically include your header, navigation, and footer on every page: http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&lt;br /&gt;
;Using the PHP Include Function to Template Faster: http://buildinternet.com/2009/12/using-the-php-include-function-to-template-faster/&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; php include question - bad practice?: http://www.webdeveloper.com/forum/showthread.php?t=241934&lt;br /&gt;
:: Flawed tips but useful in working out the basic idea of calling &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;footer&amp;lt;/code&amp;gt; and other page elements from a single file.&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; Page title from include php file??: http://www.webdeveloper.com/forum/showthread.php?t=208744&lt;br /&gt;
;Case Study--How to Customize a JumpStart: http://www.communitymx.com/content/article.cfm?page=1&amp;amp;cid=80733&lt;br /&gt;
: (This tutorial is mainly pushing [http://communitymx.com/jumpstart_8.cfm JumpStart] web templates, but offers some useful tips on includes placement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Side Includes (SSI) ==&lt;br /&gt;
Do you want to create a [[User:Dave/Web Hack Notes (Non-Wiki)#Static_File_Websites|static file website]] with simple HTML files and no database? Do you still want to include the common info bits (menus, footers, site maps, etc.) without having to write them on every web page? If so, SSI can be your friend.&lt;br /&gt;
&lt;br /&gt;
;Server Side Includes: https://en.wikipedia.org/wiki/Server_Side_Includes&lt;br /&gt;
: Includes a table showing lots of great examples.&lt;br /&gt;
&lt;br /&gt;
;Apache Tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Introduction to Server Side Includes: http://httpd.apache.org/docs/2.2/howto/ssi.html&lt;br /&gt;
: Server-side includes provide a means to add dynamic content to existing HTML documents.&lt;br /&gt;
&lt;br /&gt;
;How to Setup HTML Server Side Includes SSI on Apache and Nginx: http://www.thegeekstuff.com/2014/07/server-side-includes/&lt;br /&gt;
: Includes instructions on configuring &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file for SSI.&lt;br /&gt;
&lt;br /&gt;
;Apache - Server Side Includes: http://www.zytrax.com/tech/web/ssi.htm&lt;br /&gt;
: This page describes the functionality offered by, and the use of, Apache Server Side Includes (SSI and XSSI).&lt;br /&gt;
&lt;br /&gt;
;How do I conditionally handle undefined SSI variables using Apache?: http://serverfault.com/questions/296272/how-do-i-conditionally-handle-undefined-ssi-variables-using-apache&lt;br /&gt;
: Describes how to use SSI variable settings to automatically include page title.&lt;br /&gt;
&lt;br /&gt;
;Parse shtml as SSI, but also include PHP using .htaccess: http://stackoverflow.com/questions/15713204/parse-shtml-as-ssi-but-also-include-php-using-htaccess&lt;br /&gt;
: Shows modification to &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file that will also allow &amp;lt;tt&amp;gt;php&amp;lt;/tt&amp;gt; includes to be parsed.&lt;br /&gt;
&lt;br /&gt;
;An Introduction to Server Side Includes (SSI): http://www.georgedillon.com/web/ssi.shtml&lt;br /&gt;
: SSIs, or Server Side Includes, are a way to tell the server to insert something into a web page before it is sent to the viewer. What is inserted may be the content of a plain text file or it may be the output generated by another program running on the server such as the processing of a form return using a PERL script.&lt;br /&gt;
&lt;br /&gt;
;BigNoseBird.Com&amp;#039;s Server Side Include Page (SSI): http://bignosebird.com/ssi.shtml&lt;br /&gt;
: Includes links to tutorials on Enabling SSI on Your Server, Performance Considerations, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, Nested Directives, A Real Back Button, eXtended SSI Directives PART I &amp;amp;amp; eXtended SSI Directives PART II.&lt;br /&gt;
&lt;br /&gt;
=== SHTML &amp;amp;amp; SSI ===&lt;br /&gt;
;What is SHTML?: http://www.computerhope.com/jargon/s/shtml.htm&lt;br /&gt;
: SHTML is an HTML file that includes server instructions or server side includes and is similar to an ASP file.&lt;br /&gt;
&lt;br /&gt;
;What is SHTML: http://stackoverflow.com/questions/519619/what-is-shtml&lt;br /&gt;
: SHTML is a file extension that lets the web server know the file should be processed as using Server Side Includes (SSI). It&amp;#039;s embedded in a standard XML comment, and looks like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--&amp;lt;/nowiki&amp;gt;#include virtual=&amp;quot;top.shtml&amp;quot; --&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Menus ==&lt;br /&gt;
;Create a centred horizontal navigation: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/&lt;br /&gt;
::Demo: http://csswizardry.com/demos/centred-nav/&lt;br /&gt;
;Horizontally Centered Menus with no CSS hacks: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support&lt;br /&gt;
&lt;br /&gt;
== Social Media ==&lt;br /&gt;
Moved content to new article: [[Social Networking Tips]].&lt;br /&gt;
&lt;br /&gt;
== Character Encoding ==&lt;br /&gt;
;Character Entity Reference Chart:http://dev.w3.org/html5/html-author/charref&lt;br /&gt;
;HTML Codes Table&amp;amp;#8212;Characters and symbols: http://www.ascii.cl/htmlcodes.htm&lt;br /&gt;
;Character-Code.com: http://character-code.com/&lt;br /&gt;
=== Online Encoding Tools ===&lt;br /&gt;
;Convert special characters to HTML: http://www.unicodetools.com/unicode/convert-to-html.php&lt;br /&gt;
;HTML Encoder / Decoder: http://www.web2generators.com/html/entities&lt;br /&gt;
;HTML encoder: http://web.forret.com/tools/html.asp&lt;br /&gt;
;HTML Character Entity Converter: http://code.cside.com/3rdpage/us/entity/converter.html&lt;br /&gt;
;HTML 4.01 Entities: http://www.texaswebdevelopers.com/examples/xmlentities/xml_entities.asp&lt;br /&gt;
=== Character Encoding Help Resources &amp;amp;amp; How-Tos ===&lt;br /&gt;
;PHP -- Convert special characters to HTML character codes: http://stackoverflow.com/questions/3882567/php-convert-special-characters-to-html-character-codes&lt;br /&gt;
;Converting special characters to HTML entities between code tags: http://matthewjamestaylor.com/blog/convert-special-characters-to-html-entities-between-code-tags&lt;br /&gt;
;The Road to HTML 5: character encoding: http://blog.whatwg.org/the-road-to-html-5-character-encoding&lt;br /&gt;
;Curling Quotes in HTML, SGML, and XML: http://www.dwheeler.com/essays/quotes-in-html.html&lt;br /&gt;
;HTML Symbol Entities Reference: http://www.w3schools.com/tags/ref_symbols.asp&lt;br /&gt;
&lt;br /&gt;
== .htaccess ==&lt;br /&gt;
Htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across.&amp;lt;ref&amp;gt;[http://www.askapache.com/htaccess/htaccess.html Htaccess - THE Ultimate .htaccess Guide]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tricks &amp;amp;amp; Tutorials ===&lt;br /&gt;
;Htaccess - THE Ultimate .htaccess Guide: http://www.askapache.com/htaccess/htaccess.html&lt;br /&gt;
;The Ultimate Guide to .htaccess Files: http://code.tutsplus.com/tutorials/the-ultimate-guide-to-htaccess-files--net-4757&lt;br /&gt;
;The Definitive Guide to htaccess Techniques: Do’s and Don’ts: http://www.noupe.com/php/htaccess-techniques.html&lt;br /&gt;
;Comprehensive guide to .htaccess: http://www.javascriptkit.com/howto/htaccess.shtml&lt;br /&gt;
;Stupid htaccess Tricks: http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/&lt;br /&gt;
==== .htaccess 301 Redirects ====&lt;br /&gt;
; The Ultimate How-To Guide on 301 Redirects: http://www.internetmarketingninjas.com/blog/search-engine-optimization/301-redirects/&lt;br /&gt;
;.htaccess 301 redirect from old domain to new domain while structure of pages and url are same: http://stackoverflow.com/questions/13001173/htaccess-301-redirect-from-old-domain-to-new-domain-while-structure-of-pages-an&lt;br /&gt;
;.htaccess rewrite to redirect root URL to subdirectory: http://stackoverflow.com/questions/990392/htaccess-rewrite-to-redirect-root-url-to-subdirectory&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tools ===&lt;br /&gt;
;.htaccess Editor: http://www.htaccesseditor.com/en.shtml&lt;br /&gt;
: Easily create .htaccess file with this handy online .htaccess creation tool.&lt;br /&gt;
;MediaWiki ShortURL Builder: http://shorturls.redwerks.org/&lt;br /&gt;
;.htaccess redirect: http://www.htaccessredirect.net/&lt;br /&gt;
: Free .htaccess Redirect Generator&lt;br /&gt;
&lt;br /&gt;
=== Prettier URLs Through .htaccess ===&lt;br /&gt;
One way to clean up the URL on each of your site&amp;#039;s web pages is to hide its file extension (&amp;lt;code&amp;gt;.php&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt;, etc.).&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us.html&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also append a trailing forward slash, just like many of the major CMSs do.&amp;lt;ref&amp;gt;[http://stackoverflow.com/questions/27224446/problems-facing-in-making-urls-seo-friendly-and-removing-extensions-from-files-i Problems facing in making urls seo friendly and removing extensions from files in PHP]&amp;lt;/ref&amp;gt;&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us/&amp;lt;/code&amp;gt;&lt;br /&gt;
;Removing file extension via .htaccess: http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/&lt;br /&gt;
;Hide file extensions, add trailing slash with .htaccess: http://code.adonline.id.au/hide-file-extensions-add-trailing-slash/&lt;br /&gt;
;How to remove .php, .html, .htm extensions with .htaccess: http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/&lt;br /&gt;
: Includes instructions on adding a trailing forward slash.&lt;br /&gt;
&lt;br /&gt;
== Images &amp;amp;amp; Image Handling ==&lt;br /&gt;
;The figure &amp;amp; figcaption elements: http://html5doctor.com/the-figure-figcaption-elements/&lt;br /&gt;
: Good explanation for incorporating the &amp;lt;code&amp;gt;&amp;lt;figure&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;amp; &amp;lt;code&amp;gt;&amp;lt;figcaption&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;HTML5&amp;lt;/code&amp;gt; elements in images, drawings and other graphical assets.&lt;br /&gt;
&lt;br /&gt;
=== Tools &amp;amp;amp; Tricks ===&lt;br /&gt;
;Aspect Ratio Calculator: http://andrew.hedges.name/experiments/aspect_ratio/&lt;br /&gt;
;Bulk Resize Photos: http://bulkresizephotos.com/&lt;br /&gt;
;Image Size Calculator: http://auctionrepair.com/pixels.html&lt;br /&gt;
:Converts inches to pixels &amp;amp;amp; pixels to inches.&lt;br /&gt;
;Perfect Full Page Background Image: http://css-tricks.com/perfect-full-page-background-image/&lt;br /&gt;
;Absolute Center (Vertical &amp;amp; Horizontal) an Image: http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/&lt;br /&gt;
;Favicons: http://iconhandbook.co.uk/reference/examples/favicons/&lt;br /&gt;
&lt;br /&gt;
=== Free Images ===&lt;br /&gt;
;Pixabay: http://pixabay.com/&lt;br /&gt;
: Free high quality images you can use anywhere.&lt;br /&gt;
;OPENICONIC: https://useiconic.com/open/&lt;br /&gt;
: An open source icon set with 223 marks in SVG, webfont and raster formats. Lots of great little icons.&lt;br /&gt;
&lt;br /&gt;
=== Online Image Editors ===&lt;br /&gt;
;Photo editor online - Pixlr.com edit image: http://pixlr.com/&lt;br /&gt;
;Autotracer.org: http://www.autotracer.org/&lt;br /&gt;
: Converts your raster images to vector graphics. Free online raster images vectorizer. No registration, no email necessary.&lt;br /&gt;
&lt;br /&gt;
=== GIMP ===&lt;br /&gt;
;GIMP Extensions Pack for Windows: http://registry.gimp.org/node/27656&lt;br /&gt;
:: [http://code.google.com/p/gimp-extensions/#Extensions_Sources Extensions Sources]&lt;br /&gt;
;Handy Tweaks To Make GIMP Replace Photoshop: http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/&lt;br /&gt;
;Gimp Tutorial – How to make an image background transparent: http://mbrsolution.com/tutorial/gimp-tutorial-how-to-make-an-image-background-transparent.php&lt;br /&gt;
:: This tutorial is a bit easier to follow than the one shown below.&lt;br /&gt;
;How to make a transparent background/selection on an image using GIMP: http://geekswithblogs.net/timh/archive/2006/03/20/72797.aspx&lt;br /&gt;
;Replacing a Foreground with The GIMP: http://gimpguru.org/tutorials/replaceforeground/&lt;br /&gt;
;Convert a simple image to a vector graphic using GIMP and Inkscape: http://imgur.com/gallery/xL0Ba&lt;br /&gt;
&lt;br /&gt;
=== Inkscape ===&lt;br /&gt;
;Inkscape tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Tracing: http://inkscape.org/doc/tracing/tutorial-tracing.html&lt;br /&gt;
;Increase Image Resolution: Convert Raster Images to Vector: http://www.makeuseof.com/tag/convert-images-to-svg-format-with-inkscape/&lt;br /&gt;
;Rich EPS file editing with Inkscape: https://lindsaybradford.wordpress.com/2012/04/05/rich-eps-file-editing-with-inkscape/&lt;br /&gt;
&lt;br /&gt;
== Text Tricks ==&lt;br /&gt;
=== Blinking Text ===&lt;br /&gt;
;How to make blinking/flashing text with css3?: http://stackoverflow.com/questions/16344354/how-to-make-blinking-flashing-text-with-css3&lt;br /&gt;
;How to make text blink on website? [duplicate]: http://stackoverflow.com/questions/20270096/how-to-make-text-blink-on-website&lt;br /&gt;
&lt;br /&gt;
== 3rd Party File Hosting &amp;amp;amp; Document Publishing ==&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Cloud_Storage_.26_File_Sharing_Platforms|Office Productivity Hacks: Cloud Storage &amp;amp; File Sharing Platforms]]&lt;br /&gt;
The basic idea is to host images, PDFs and other large files on a publicly available directory, like [http://www.dropbox.com/ Dropbox], [http://www.flickr.com/ Flickr], [http://picasa.google.com/ Picasa], [https://www.free-hidrive.com/product.html HiDrive], etc. Alternatively, you can set up a Dropbox-like directory using an open source tool like [http://sparkleshare.org/ SparkleShare] (see below).&lt;br /&gt;
;Drop Your Dropbox and SparkleShare Instead!: http://www.linuxjournal.com/content/drop-your-dropbox-and-sparkleshare-instead&lt;br /&gt;
;SparkleShare: http://sparkleshare.org/&lt;br /&gt;
:: &amp;quot;Setting up your own host to work with SparkleShare is relatively easy.&amp;quot; (An open source option for creating your own Dropbox-like service.)&lt;br /&gt;
;BitTorrent’s Secure Dropbox Alternative Goes Public: http://torrentfreak.com/bittorrents-secure-dropbox-alternative-goes-public-130423/&lt;br /&gt;
: [http://labs.bittorrent.com/experiments/sync.html BitTorrent Sync] (available from [http://labs.bittorrent.com/ BitTorrent Labs]) is free of charge and allows people to securely sync folders to multiple devices using the BitTorrent protocol.&lt;br /&gt;
&lt;br /&gt;
=== Quick Document Publishing ===&lt;br /&gt;
* [https://www.publishthis.email/en/ publishthis.email]: Create a web page in seconds.&lt;br /&gt;
: Need to create a publicly accessible web page as quickly as possible? Publishthis.email turns the contents of an email into a publicly accessible site as quickly as you can write it.&amp;quot;&amp;lt;ref&amp;gt;[https://lifehacker.com/publishthis-email-instantly-turns-an-email-into-a-web-p-1793097393 Publishthis.email Instantly Turns An Email Into a Web Page]&amp;lt;/ref&amp;gt;&lt;br /&gt;
# Write an email with the content for your page&lt;br /&gt;
# Send it to page@publishthis.email&lt;br /&gt;
# We&amp;#039;ll reply with a link to your new page&lt;br /&gt;
: Try it! Free. No account or sign-up required.&lt;br /&gt;
&lt;br /&gt;
=== External Image Hosting ===&lt;br /&gt;
&lt;br /&gt;
==== Google Docs, Google Drive, Google Sites ====&lt;br /&gt;
[[File:Open-Mic.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempted to link to an image hosted on Google Docs (image shown above). Sharing set to &amp;quot;public.&amp;quot; Google&amp;#039;s [[wikipedia:Uniform resource identifier|URI]] scheme looks a bit odd (seems to mask the file name and file type). The problematic part (in terms of linking to these images from a web site) is that Google appears to change the [[wikipedia:Uniform resource identifier|URI]] itself at least once a day.&lt;br /&gt;
;Two Days; Two [[wikipedia:Uniform resource identifier|URI]]s&lt;br /&gt;
* Saturday, January 7th, 2012: https://lh6.googleusercontent.com/WdO0VUUc8ub2WXodixyWzkcR8d-jb1PQyV7KAK7MuzGX9CHQd0dSTGAqtEzAqCGUgWIv-b02usw15VJpXzY-m-irnXstDwFgDGo=w1600&lt;br /&gt;
* Sunday, January 8th, 2012: https://lh6.googleusercontent.com/OgqPCdV7Nx5OkhswTNlxyTzOc4rdcjHlGWZerNiyBAzfYy5BIoD_LxmSLRVtauFE1FKixm0KLu6u-uJxDo5b8aJyf_giJ2Gcqlw=w1600&lt;br /&gt;
&lt;br /&gt;
==== Image Placeholder Service ====&lt;br /&gt;
;lorempixel - Placeholder images for every case.: http://lorempixel.com/&lt;br /&gt;
: Placeholder Images for every case. Webdesign or Print. Just put a custom url in your html and you receive a proper placeholder picture.&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:150.jpg|350px|link=http://lorempixel.com/350/150/]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://lorempixel.com/350/150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a random picture of 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
;PLACEHOLD.IT - A quick and simple image placeholder service.: http://placehold.it&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:350x150.gif|350px|link=http://placehold.it/350x150]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://placehold.it/350x150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a grey box sized at 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
== Color ==&lt;br /&gt;
;Color Names Supported by All Browsers: http://www.w3schools.com/html/html_colornames.asp&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Jump Links, Internal Anchors ===&lt;br /&gt;
;Internal Links: http://www.yourhtmlsource.com/text/internallinks.html&lt;br /&gt;
: Instead of having to resort to the arduous task of scrolling down long pages, you can make your readers very happy by offering them page jumps as an alternative mode of transport around your site. As people have become lazier, page jumps have risen in popularity, so to avoid having your site unliked by the youth of today, implement these simple navigational aids.&lt;br /&gt;
&lt;br /&gt;
=== Relative &amp;amp;amp; Absolute Links ===&lt;br /&gt;
;Why relative URLs should be forbidden for web developers: https://yoast.com/relative-urls-issues/&lt;br /&gt;
: Relative URLs stink. They really do. All sorts of SEO problems on the web are caused by the use of relative URLs in links, canonicals and more.&lt;br /&gt;
&lt;br /&gt;
=== Footnotes &amp;amp;amp; Endnotes ===&lt;br /&gt;
;Javascript Endnotes: http://library.uwinnipeg.ca/people/dobson/portfolio/endnotes/index.html&lt;br /&gt;
: “JavaScript Endnotes” allow a web author to create an HTML document containing endnotes which are dynamically renumbered as new notes are added, in a similar manner to the &amp;lt;NOTE&amp;gt; tag supported in many WIKI applications.&lt;br /&gt;
&lt;br /&gt;
;Accessible footnotes with HTML and CSS: http://www.likewowonline.net/web/dev/accessible-footnotes.html&lt;br /&gt;
&lt;br /&gt;
;Footnotes: http://ignorethecode.net/blog/2010/04/20/footnotes/&lt;br /&gt;
&lt;br /&gt;
;Handling footnotes and references in HTML: http://www.2ality.com/2011/12/footnotes.html&lt;br /&gt;
: This post examines what options one has for handling footnotes and references in HTML. It then presents a library that helps you with handling them.&lt;br /&gt;
&lt;br /&gt;
;JavaScript-enhanced footnotes and references: http://rauschma.github.com/html_demos/footnotes.html&lt;br /&gt;
&lt;br /&gt;
== Links To Google &amp;amp;amp; Gmail Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Link To Specific Gmail Message ===&lt;br /&gt;
;All Email Messages in Gmail Have a Permanent Web Address: http://www.labnol.org/internet/gmail-emails-have-permanent-web-address/6811/&lt;br /&gt;
: Do you know that it is possible to bookmark individual email messages of Gmail just like you would bookmark any regular web page. (Links to your Gmail messages will only resolve if you&amp;#039;re logged into your Google account when you click on the link.)&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Specific Google Books Page ===&lt;br /&gt;
;Example&lt;br /&gt;
Find the base URL to the Google Book you want to link to. Add the page number just after the book ID like in the example highlighted below.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=zLrKGGxBKjAC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=PA135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;UPDATE&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; The link shown above no longer links directly to the specific page it once did (135), but resolves to a &amp;lt;code&amp;gt;onepage&amp;lt;/code&amp;gt; format instead.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:#E41B17&amp;quot;&amp;gt;CAUTION&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Google apparently changes its [[wikipedia:Uniform resource identifier|URI]] structure without warning. For example, the link to the book / page shown above was formerly written like the one shown below (which now only resolves to the book&amp;#039;s main Google Books description page).&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=8f2y0F2wzLoC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=P135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Also See: [https://support.google.com/books/answer/80658?hl=en Linking to individual titles on Google Books]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Google Calendar Event ===&lt;br /&gt;
;Is it possible to link to specific date on a public Google Calendar?: http://webapps.stackexchange.com/questions/3431/is-it-possible-to-link-to-specific-date-on-a-public-google-calendar&lt;br /&gt;
&amp;#039;&amp;#039;[[wikipedia:Uniform resource identifier|URI]] Formats&amp;#039;&amp;#039; - (Change the &amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;yyyymmdd&amp;lt;/span&amp;gt; setting shown in the examples to the specific date you want to link to.)&lt;br /&gt;
&lt;br /&gt;
Link to a date on your private calendar:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;?(must update)&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to an event on a your public calendar:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://calendar.google.com/calendar/embed?src={your_calendar_id}&amp;amp;mode=day&amp;amp;dates=20160506/20160506&amp;amp;ctz=America/Los_Angeles&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: (Obviously, update date range and time zone accordingly.)&lt;br /&gt;
&lt;br /&gt;
* [http://drupal.org/node/589310 Location of the Google Calendar ID]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/10763734/how-to-build-html-link-to-a-google-calendar-event How to build html link to a google calendar event?]&lt;br /&gt;
&lt;br /&gt;
=== Other Google Link Resources ===&lt;br /&gt;
;Google Books API Family&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Static Links: https://developers.google.com/books/docs/static-links&lt;br /&gt;
&lt;br /&gt;
=== Google Account Document Sharing Options ===&lt;br /&gt;
;Sharing a Google Doc with a non-Google user: http://www.lynda.com/articles/sharing-a-google-doc-with-a-non-google-user&lt;br /&gt;
&lt;br /&gt;
= Security =&lt;br /&gt;
== [[wikipedia:Transport Layer Security|TLS]] &amp;amp;amp; SSL ==&lt;br /&gt;
&lt;br /&gt;
=== Let’s Encrypt ===&lt;br /&gt;
;Let’s Encrypt: https://letsencrypt.org&lt;br /&gt;
: Let’s Encrypt is a new Certificate Authority: It’s free, automated, and open. &lt;br /&gt;
* [https://letsencrypt.org/2014/11/18/announcing-lets-encrypt.html Let’s Encrypt: Delivering SSL/TLS Everywhere]&lt;br /&gt;
: Let’s Encrypt is a new free certificate authority, built on a foundation of cooperation and openness, that lets everyone be up and running with basic server certificates for their domains through a simple one-click process.  Major sponsors include the Electronic Frontier Foundation, the Mozilla Foundation, Akamai, and Cisco. On April 9, 2015, the ISRG and the Linux Foundation announced their collaboration.&amp;lt;ref&amp;gt;[[wikipedia:Let&amp;#039;s Encrypt|Let&amp;#039;s Encrypt]] (Wikipedia)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Let’s Encrypt on DreamHost ====&lt;br /&gt;
* [https://www.dreamhost.com/blog/2015/12/03/lets-encrypt-and-dreamhost/ Let’s Encrypt and DreamHost]&lt;br /&gt;
: “HTTPS Everywhere!”&lt;br /&gt;
&lt;br /&gt;
* [https://www.dreamhost.com/blog/2016/01/20/free-ssltls-certificates-at-dreamhost-with-lets-encrypt/ Free SSL/TLS Certificates at DreamHost with Let’s Encrypt]&lt;br /&gt;
: Let’s Encrypt is at the forefront of an Internet sea change. Firefox and Chromium are both proposing the deprecation of unencrypted HTTP, which means that any user of your website will see a warning unless you have a TLS certificate.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CAcert: http://www.cacert.org&lt;br /&gt;
: CAcert.org is a community-driven Certificate Authority that issues certificates to the public at large for free. CAcert&amp;#039;s goal is to promote awareness and education on computer security through the use of encryption, specifically by providing cryptographic certificates. Any application that supports the Secure Socket Layer Protocol (SSL or TLS) can make use of certificates signed by CAcert. If you want to have free certificates issued to you, join the CAcert Community.&lt;br /&gt;
&lt;br /&gt;
;Certbot: https://certbot.eff.org/&lt;br /&gt;
: An automatic client for enabling HTTPS on your website. Automatically enable HTTPS on your website with [https://www.eff.org/ EFF]&amp;#039;s [https://certbot.eff.org/ Certbot], deploying [https://letsencrypt.org Let&amp;#039;s Encrypt] certificates.&lt;br /&gt;
&lt;br /&gt;
;OpenSSL: https://www.openssl.org&lt;br /&gt;
: The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library.&lt;br /&gt;
&lt;br /&gt;
;StartCom (Provider of [https://www.startssl.com StartSSL]™.): https://www.startcom.org&lt;br /&gt;
: StartSSL™ provides free digital identities called OpenID. StartSSL™ Open Identity eliminates the need for multiple usernames across different websites, simplifying your online experience.&lt;br /&gt;
&lt;br /&gt;
=== Further Reading ===&lt;br /&gt;
* [https://konklone.com/post/switch-to-https-now-for-free Switch to HTTPS Now, For Free]&lt;br /&gt;
: Article features a tutorial for [https://www.startcom.org StartCom]&amp;#039;s [https://www.startssl.com StartSSL]™.&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
;Moved content to&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; http://telecafe.org/smw/Office_Productivity_Hacks#Web-Based_Productivity_Apps&lt;br /&gt;
&lt;br /&gt;
== Web Site Builders &amp;amp; Online Designers ==&lt;br /&gt;
=== Online Website Designers &amp;amp;amp; Builders ===&lt;br /&gt;
;The Grid: https://thegrid.io/&lt;br /&gt;
: Founding Member &amp;quot;Advantages&amp;quot; Include:&lt;br /&gt;
::- 1 year pre-paid subscription&lt;br /&gt;
::- Subscription begins v1 release, late Spring 2015&lt;br /&gt;
::- Locked-in rate of $8/month (regularly $25)&lt;br /&gt;
::- 7 Sites, custom domains OK&lt;br /&gt;
::- Pretty much unlimited contributors, storage and bandwidth&lt;br /&gt;
::- Commerce engine, due late 2015, cost-based fees only&lt;br /&gt;
::- Grid NFC Token (limited gold edition)&lt;br /&gt;
::- $96 / yearYearly payment&lt;br /&gt;
&lt;br /&gt;
;Webflow: https://webflow.com/&lt;br /&gt;
: Sign up. Forever free. Join over 200,000 web designers. Create professional, responsive websites. Without any code. Webflow is a professional site builder for designing websites from scratch. You can also start from one of our gorgeous templates.&lt;br /&gt;
&lt;br /&gt;
;Website Builders Comparison Chart: http://www.websitebuilderexpert.com/website-builders-comparison-chart/&lt;br /&gt;
: Compares the following services:&lt;br /&gt;
::- Squarespace: http://www.squarespace.com/&lt;br /&gt;
::- Wix: http://www.wix.com/&lt;br /&gt;
::- Weebly: http://www.weebly.com/&lt;br /&gt;
::- Jimdo: http://www.jimdo.com/&lt;br /&gt;
::- GoDaddy: https://www.godaddy.com/hosting/website-builder.aspx&lt;br /&gt;
::- IM Creator: http://imcreator.com/&lt;br /&gt;
&lt;br /&gt;
== Web Server &amp;amp;amp; Hosting ==&lt;br /&gt;
=== DIY Home Web Server ===&lt;br /&gt;
;Set Up a Home Server: http://www.webmonkey.com/2010/02/set_up_a_home_server/&lt;br /&gt;
: Setting up a home server running an open-source operating system is a popular and useful activity.&lt;br /&gt;
&lt;br /&gt;
;How to set up a safe and secure Web server: http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/&lt;br /&gt;
: Learn a lot by doing it yourself instead of going with a hosting company.&lt;br /&gt;
&lt;br /&gt;
;Build a Linux Home Web Server For Under $250: http://linuxlookup.com/howto/build_linux_home_web_server_under_250&lt;br /&gt;
&lt;br /&gt;
;Amahi Home Server - Making Home Networking Simple: http://www.amahi.org/&lt;br /&gt;
: Amahi is software that runs on a dedicated PC as a central computer for your home.&lt;br /&gt;
:: See Amahi&amp;#039;s Wiki for setting up a home web server: https://wiki.amahi.org/index.php/Hosting_a_website&lt;br /&gt;
&lt;br /&gt;
=== Dynamic DNS (DDNS) ===&lt;br /&gt;
Also see [[dreamhost:|DreamHost]]&amp;#039;s &amp;#039;&amp;#039;&amp;#039;[[dreamhost:Dynamic DNS|Dynamic DNS]]&amp;#039;&amp;#039;&amp;#039; wiki page.&lt;br /&gt;
;How to Enable Dynamic Service for Your domain name.: http://support.easydns.com/tutorials/DynamicDNS/&lt;br /&gt;
: Dynamic DNS service is used to keep a domain name pointing to the same computer or server connected to the internet despite the fact that the address (IP address) of the computer keeps changing. This service is useful to anyone who wants to operate a server (web server, mail server, ftp server, irc server etc) connected to the internet with a dynamic IP or to someone who wants to connect to an office computer or server from a remote location with software such as pcAnywhere.&lt;br /&gt;
&lt;br /&gt;
; Dynamic DNS with your own domain name (for free!): http://g18c.wordpress.com/2009/12/04/dynamic-dns-with-your-own-domain-name-for-free/&lt;br /&gt;
&lt;br /&gt;
=== IP Addresses ===&lt;br /&gt;
;Want to buy an Internet IPv4 address? Cheap?: http://www.zdnet.com/article/want-to-buy-an-internet-ipv4-address-cheap/&lt;br /&gt;
: Companies are beginning to sell IPv4 addresses as the IPv4 address pool finishes drying up.&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts: Free ===&lt;br /&gt;
;The Simplest and Cheapest Free Web Hosting Services: http://lifehacker.com/5530961/the-simplest-and-cheapest-free-web-hosting-services&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts (Cloud &amp;amp;amp; VPS): Paid ===&lt;br /&gt;
==== Atlantic.Net ====&lt;br /&gt;
;Atlantic.Net:https://www.atlantic.net/&lt;br /&gt;
: One-Click Applications help simplify your workload. Pricing similar to DigitalOcean.&lt;br /&gt;
&lt;br /&gt;
==== DigitalOcean ====&lt;br /&gt;
;DigitalOcean: https://www.digitalocean.com/&lt;br /&gt;
: Features 20GB solid-state hard drive (SSD) + 512MB memory for just $5 a month.&lt;br /&gt;
;Technical FAQ: https://www.digitalocean.com/help/technical/setup/&lt;br /&gt;
;How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS: https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns&lt;br /&gt;
;How To Create Your First DigitalOcean Droplet Virtual Server: https://www.digitalocean.com/community/articles/how-to-create-your-first-digitalocean-droplet-virtual-server&lt;br /&gt;
;An Introduction to Securing your Linux VPS: https://www.digitalocean.com/community/articles/an-introduction-to-securing-your-linux-vps&lt;br /&gt;
;Multiple domains on the same droplet: https://www.digitalocean.com/community/questions/multiple-domains-on-the-same-droplet&lt;br /&gt;
;Guidelines to setup a perfect Digital Ocean VPS: http://www.narga.net/why-moved-digitalocean-guidelines-setup-perfect-vps/&lt;br /&gt;
:: Scroll down about a 3rd of the way to get to list of tutorials.&lt;br /&gt;
&lt;br /&gt;
==== DreamHost ====&lt;br /&gt;
;DreamHost VPS Hosting: http://www.dreamhost.com/servers/vps/&lt;br /&gt;
;DreamHost configuration fixes:&lt;br /&gt;
:- http://wiki.dreamhost.com/DreamHost_PS_Troubleshooting&lt;br /&gt;
:- http://wiki.dreamhost.com/PS_Optimization&lt;br /&gt;
:- http://wiki.dreamhost.com/Preventing_hotlinking&lt;br /&gt;
:- http://wiki.dreamhost.com/XCache&lt;br /&gt;
:- http://xcache.lighttpd.net/wiki/Introduction&lt;br /&gt;
:- https://www.mediawiki.org/wiki/Manual:Robots.txt&lt;br /&gt;
&lt;br /&gt;
==== Google Cloud Platform ====&lt;br /&gt;
;Google Cloud Platform: https://cloud.google.com/&lt;br /&gt;
: &amp;quot;Build applications and websites, store data, and analyze data on Google’s infrastructure.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Kyup ====&lt;br /&gt;
* [https://kyup.com Kyup: Scalable Cloud Hosting on Linux containers]&lt;br /&gt;
: High-performance cloud servers deployed instantly. Built on innovative Linux containers technology, loved by developers. Simple pay-as-you-go pricing!&lt;br /&gt;
&lt;br /&gt;
==== Linode ====&lt;br /&gt;
;Linode: https://www.linode.com/&lt;br /&gt;
&lt;br /&gt;
==== VPS.NET ====&lt;br /&gt;
;VPS.NET: http://vps.net/&lt;br /&gt;
&lt;br /&gt;
===== Further Reading =====&lt;br /&gt;
;Best Cloud Hosting: http://best-cheap-hosting.com/best-cloud-hosting/&lt;br /&gt;
&lt;br /&gt;
=== Web Hosting Control Panels ===&lt;br /&gt;
If you set up your own server, it might be helpful to have the assistance of a [[wikipedia:Graphical user interface|GUI]] control panel.&lt;br /&gt;
;Comparison of web hosting control panels: http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels&lt;br /&gt;
;The Definitive Thread on Open Source Control Panels/ cPanel Alternatives: Part I: https://www.digitalocean.com/community/questions/the-definitive-thread-on-open-source-control-panels-cpanel-alternatives-part-i&lt;br /&gt;
;Webmin: http://www.webmin.com/&lt;br /&gt;
;ZPanel: http://www.zpanelcp.com/&lt;br /&gt;
: &amp;quot;ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written in PHP and uses several open-source (or freely available) software packages to provide a secure, web hosting system.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Resources ==&lt;br /&gt;
=== Tool Collections ===&lt;br /&gt;
;10 Free and Useful Tools for Web Designers: http://coolhomepages.com/10-Free-and-Useful-Tools-for-Web-Designers/blog-845.html&lt;br /&gt;
: Some of the tools mentioned include:&lt;br /&gt;
:- Infinite Slider: https://kinsta.com/infinite-slider/ (A WordPress slider plugin.)&lt;br /&gt;
:- ImageOptim: https://imageoptim.com/ (Optimize image size for web. Open source.)&lt;br /&gt;
:- Google Web Designer: http://www.google.com/webdesigner/ (Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.)&lt;br /&gt;
&lt;br /&gt;
=== Analytics ===&lt;br /&gt;
;Piwik - Free (&amp;amp;amp; Open Source) Web Analytics Software: http://piwik.org/&lt;br /&gt;
&lt;br /&gt;
=== Browser &amp;amp;amp; Mobile Device Testers ===&lt;br /&gt;
;Chrome DEVTOOLS Device Mode &amp;amp; Mobile Emulation: https://developer.chrome.com/devtools/docs/device-mode&lt;br /&gt;
: Device mode brings the insights of mobile testing to your browser tab through the power of mobile emulation.&lt;br /&gt;
&lt;br /&gt;
; MobileTest.me: http://mobiletest.me/&lt;br /&gt;
: Test your websites in smartphone &amp;amp; tablet emulators.&lt;br /&gt;
&lt;br /&gt;
=== Structured Data ===&lt;br /&gt;
; schema.org: http://schema.org/&lt;br /&gt;
: Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results, making it easier for people to find the right Web pages. Many sites are generated from structured data, which is often stored in databases. When this data is formatted into HTML, it becomes very difficult to recover the original structured data. Many applications, especially search engines, can benefit greatly from direct access to this structured data. On-page markup enables search engines to understand the information on web pages and provide richer search results in order to make it easier for users to find relevant information on the web. Markup can also enable new tools and applications that make use of the structure. &lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
;After the Deadline: http://www.afterthedeadline.com/&lt;br /&gt;
:: After the Deadline is a language checker for the web with:&lt;br /&gt;
::- Contextual Spell Checking&lt;br /&gt;
::- Advanced Style Checking&lt;br /&gt;
::- Intelligent Grammar Checking&lt;br /&gt;
&lt;br /&gt;
;BuiltWith: http://builtwith.com/&lt;br /&gt;
: Find out what websites are Built With&lt;br /&gt;
&lt;br /&gt;
;Color Hex Color Codes: http://www.color-hex.com/&lt;br /&gt;
&lt;br /&gt;
;DIFF CHECKER: https://www.diffchecker.com/&lt;br /&gt;
: Can&amp;#039;t remember &amp;#039;&amp;#039;exactly&amp;#039;&amp;#039; what changes you made to that &amp;lt;tt&amp;gt;html&amp;lt;/tt&amp;gt; file? Let DIFF CHECKER come to the rescue.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Another online Diff Checker is&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;QuickDiff.com&amp;#039;&amp;#039;&amp;#039;: http://www.quickdiff.com/&lt;br /&gt;
: An Online Tool to do a &amp;#039;quick and dirty&amp;#039; diff of two text or code fragments.&lt;br /&gt;
&lt;br /&gt;
;Hacked Website Cleanup Tools Extension: https://www.whitefirdesign.com/hacked-website-cleanup-tools&lt;br /&gt;
&lt;br /&gt;
;HeadJS -- The Only Script In Your &amp;lt;HEAD&amp;gt; -- A tiny script that speeds up, simplifies and modernizes your site.: Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues.&lt;br /&gt;
: http://headjs.com/&lt;br /&gt;
&lt;br /&gt;
;ID Your Body For Greater CSS Control and Specificity: http://css-tricks.com/id-your-body-for-greater-css-control-and-specificity/&lt;br /&gt;
&lt;br /&gt;
;if this then that: http://ifttt.com/wtf&lt;br /&gt;
: Automated triggers for various web and internet related tasks.&lt;br /&gt;
&lt;br /&gt;
;Online Email Obfuscator: http://andrew.hedges.name/experiments/obfuscator/&lt;br /&gt;
&lt;br /&gt;
;PURL: http://purl.oclc.org/docs/index.html&lt;br /&gt;
: PURLs (Persistent Uniform Resource Locators) are Web addresses that act as permanent identifiers in the face of a dynamic and changing Web infrastructure.&lt;br /&gt;
&lt;br /&gt;
;Text Mechanic™ - Text Manipulation Tools: http://textmechanic.com/&lt;br /&gt;
: A collection of free, online, browser-based, text manipulation tools.&lt;br /&gt;
&lt;br /&gt;
;Use PHP to insert an automatic “last modified” date into web pages: http://code.adonline.id.au/last-modified-date-php/&lt;br /&gt;
&lt;br /&gt;
;What Beautiful HTML Code Looks Like: http://css-tricks.com/what-beautiful-html-code-looks-like/&lt;br /&gt;
&lt;br /&gt;
;What is humans.txt?: http://humanstxt.org/&lt;br /&gt;
&lt;br /&gt;
;When can I use...: http://caniuse.com/&lt;br /&gt;
: Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
;Your Web, documented · WebPlatform.org: http://www.webplatform.org/&lt;br /&gt;
&lt;br /&gt;
;HTML5 Development Center: Resources and Tools: http://www.sitepoint.com/tag/html5-dev-center/&lt;br /&gt;
&lt;br /&gt;
;All The Tools I Used to Rebuild the DMAD Website: http://dmad.com/web-tools&lt;br /&gt;
: Brief mentions of lots of useful tools, including...&lt;br /&gt;
:- [http://bootstrapwp.rachelbaker.me/ BootstrapWP] Bootstrap theme for WordPress.&lt;br /&gt;
:- [http://css-tricks.com/ CSS-Tricks]&lt;br /&gt;
:- [http://yoast.com/wordpress/seo/ Yoast WordPress SEO Plugin]&lt;br /&gt;
:- [http://www.advancedcustomfields.com/ Advanced Custom Fields] - Custom fields. Made easy. Use the Advanced Custom Fields plugin to take full control of your edit screens &amp;amp; custom field data.&lt;br /&gt;
: ... and more.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=996</id>
		<title>User:Dave/Web Hack Notes (Non-Wiki)</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=996"/>
		<updated>2019-11-17T20:27:46Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* CMS Tools &amp;amp;amp; Tricks */ Add additional resources; make defunct one invisible.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Beautiful-HTML.png|thumb|500px|Source: [http://css-tricks.com/what-beautiful-html-code-looks-like/ What Beautiful HTML Code Looks Like]]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= HELP FROM AROUND THE WEB =&lt;br /&gt;
These notes began as an archive of resources listed on the [http://humanstxt.org/ humans.txt] file for a particular website. The domain for that site was since hijacked by a [http://www.acorndomains.co.uk/domain-name-scams/107083-domcollect-sued-along-1-1-hijacking-domains-my-update.html domain squatter], but the resources listed here have proved useful for other web projects. The idea is to expand this page with other helpful resources for building simple web sites.&lt;br /&gt;
&lt;br /&gt;
== Web Design Tips &amp;amp;amp; Resources ==&lt;br /&gt;
;Web Tools Weekly:http://webtoolsweekly.com/&lt;br /&gt;
: Web Tools Weekly is a front-end development and web design newsletter with a focus on tools.&lt;br /&gt;
&lt;br /&gt;
;Webdesigner Depot: http://www.webdesignerdepot.com/&lt;br /&gt;
: Our goal is to share the latest and greatest findings, tips, and techniques for web designers and developers.&lt;br /&gt;
&lt;br /&gt;
== SEO, SEM, Search Engine Responsiveness ==&lt;br /&gt;
;Screaming Frog SEO Spider Tool: http://www.screamingfrog.co.uk/seo-spider/&lt;br /&gt;
:The Screaming Frog SEO Spider is a small desktop program you can install locally on your PC, Mac or Linux machine which spiders websites’ links, images, CSS, script and apps from an SEO perspective. It fetches key onsite elements for SEO, presents them in tabs by type and allows you to filter for common SEO issues, or slice and dice the data how you see fit by exporting into Excel. You can view, analyse and filter the crawl data as it’s gathered and updated continuously in the program’s user interface.&lt;br /&gt;
&lt;br /&gt;
== Static File Websites ==&lt;br /&gt;
;An Introduction to Static Site Generators: http://davidwalsh.name/introduction-static-site-generators&lt;br /&gt;
: This is a fantastic introduction in helping folks understand the advantages of static sites, particularly when there&amp;#039;s no compelling advantage for maintaining the site on a dynamic architecture.&lt;br /&gt;
&lt;br /&gt;
;What is a Static Website?: http://nilclass.com/courses/what-is-a-static-website/&lt;br /&gt;
: What is a Static Website? Static websites are popular because they are super efficient, extremely fast and usually free to host. Blogs, resumes, marketing websites, landing pages, and documentation are all good candidates for static websites. [http://nilclass.com/courses/what-is-a-static-website/ Follow along as we visually walk-through the differences and benefits between a static vs dynamic website.]&lt;br /&gt;
&lt;br /&gt;
;Why You Should Build Your Website Using Static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; Files?: http://ryanhayes.net/why-you-should-build-your-website-using-static-html-files/&lt;br /&gt;
: Why would anyone want a static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; site with the options we have today in CMS products?  Why would you go seemingly backwards to the old days of &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt;?&lt;br /&gt;
::- Performance&lt;br /&gt;
::- Security&lt;br /&gt;
::- HTML is portable!&lt;br /&gt;
&lt;br /&gt;
;StaticGen&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Top Open-Source Static Site Generators: https://www.staticgen.com/&lt;br /&gt;
: An incredible list of 100 static site generators. Included the generator&amp;#039;s ranking (how many stars it was &amp;quot;awarded&amp;quot; by users), language (Ruby, Python, JavaScript, etc.), templates (Liquid, MarkDown, EJS, Swig, etc.) and license (MIT, Apache, GPL, etc.).&lt;br /&gt;
&lt;br /&gt;
;Static Site Generators: https://staticsitegenerators.net/&lt;br /&gt;
: &amp;quot;The definitive listing of Static Site Generators&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Implementing a static website in [https://cloud.google.com/appengine/docs/python/gettingstartedpython27/introduction Google App Engine]: http://www.enkisoftware.com/devlogpost-20130823-1-Implementing_a_static_website_in_Google_App_Engine.html&lt;br /&gt;
&lt;br /&gt;
;Jekyll-Bootstrap: http://jekyllbootstrap.com/&lt;br /&gt;
: Jekyll-Bootstrap is a full blog scaffold for Jekyll based blogs. &amp;#039;&amp;#039;&amp;#039;Jekyll Generates Static Websites!&amp;#039;&amp;#039;&amp;#039; To understand the differences and benefits of static vs dynamic websites, follow this [http://nilclass.com/courses/what-is-a-static-website/#1 quick visual tutorial].&lt;br /&gt;
&lt;br /&gt;
=== Static File Website Hosting Hacks ===&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[User:Dave/Web Hack Notes (Non-Wiki)#Git_.26_Website_Publishing|Git &amp;amp; Website Publishing]]&lt;br /&gt;
&lt;br /&gt;
;Cheap or Free Static Website Hosting: http://alignedleft.com/resources/cheap-web-hosting&lt;br /&gt;
&lt;br /&gt;
=== Static Website Tools ===&lt;br /&gt;
;Staticman - Static sites with superpowers.: https://staticman.net/&lt;br /&gt;
: Staticman handles user-generated content for you and transforms it into data files that sit in your GitHub repository, along with the rest of your content.&lt;br /&gt;
&lt;br /&gt;
== Version Control Systems ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
; Git --everything-is-local: http://git-scm.com/&lt;br /&gt;
:: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.&lt;br /&gt;
&lt;br /&gt;
==== Learn Git; GitHub ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Pro Git&amp;#039;&amp;#039;&amp;#039; (book) by Scott Chacon is available to read online for free.&lt;br /&gt;
: http://git-scm.com/book&lt;br /&gt;
:: The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license.&lt;br /&gt;
&lt;br /&gt;
; git - the simple guide: just a simple guide for getting started with git. no deep shit ;)&lt;br /&gt;
: http://rogerdudler.github.io/git-guide/&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 1): Don&amp;#039;t Get Scared, Get Started: http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1&lt;br /&gt;
: GitHub is more than just a programmer&amp;#039;s tool. If you want to collaborate on anything, you should give it a try. Part 1 of a two-part look at getting started with GitHub.&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 2): Commit, Push And Go: http://readwrite.com/2013/10/02/github-for-beginners-part-2&lt;br /&gt;
: Now that we know the concepts behind GitHub and Git, it&amp;#039;s time to have fun. Part 2 of our two-part series.&lt;br /&gt;
&lt;br /&gt;
==== Git &amp;amp;amp; Website Publishing ====&lt;br /&gt;
;GitHub Pages - Websites for you and your projects.: https://pages.github.com/&lt;br /&gt;
: Hosted directly from your GitHub repository. Just edit, push, and your changes are live.&lt;br /&gt;
&lt;br /&gt;
;Using GitHub Pages To Host Your Website: http://blog.teamtreehouse.com/using-github-pages-to-host-your-website&lt;br /&gt;
: This is an awesome tutorial explaining how to &amp;quot;commit&amp;quot; your web site&amp;#039;s files from your computer to your GitHub repository. Makes hosting on GitHub super simple!&lt;br /&gt;
&lt;br /&gt;
;GIT to deploy website (in 5 steps): http://www.bitbonsai.com/git-deploy-website-5steps/&lt;br /&gt;
&lt;br /&gt;
;How I moved my websites to Dropbox and GitHub: http://alexcican.com/post/guide-hosting-website-dropbox-github/&lt;br /&gt;
&lt;br /&gt;
;Using Git to manage a web site: http://toroid.org/ams/git-website-howto&lt;br /&gt;
: A step-by-step tutorial from a website that is doing what the tutorial instructs.&lt;br /&gt;
&lt;br /&gt;
;Git for Web Publishing: http://philkates.com/2009/08/git-as-a-web-publishing-tool/&lt;br /&gt;
: Features instructions for updating Git on DreamHost.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
= CMS &amp;amp; Blog Platforms =&lt;br /&gt;
&lt;br /&gt;
== Drupal ==&lt;br /&gt;
;Drupal Commons: http://drupal.org/project/commons&lt;br /&gt;
: Drupal Commons is a ready-to-use solution for building either internal or external communities. It provides a complete social business software solution for organizations.&lt;br /&gt;
;A Drupal Developer’s Setup on Windows: http://mikekeran.com/drupal-developer-setup-windows&lt;br /&gt;
;Back up your site using the command line: https://drupal.org/upgrade/backing-your-site-command-line&lt;br /&gt;
;Upgrading from previous versions: https://drupal.org/upgrade&lt;br /&gt;
;Upgrading Drupal using a Patch File: https://drupal.org/comment/1545852#comment-1545852&lt;br /&gt;
&lt;br /&gt;
=== Drupal Modules ===&lt;br /&gt;
:: (Used on the new ATA.org Drupal 7 installation.)&lt;br /&gt;
;Top 25 Drupal 7 Modules: http://www.axzm.com/top-25-drupal-7-modules&lt;br /&gt;
;Backup and Migrate: https://drupal.org/project/backup_migrate&lt;br /&gt;
;Display Suite Bootstrap Layouts: https://drupal.org/project/ds_bootstrap_layouts&lt;br /&gt;
;Bootstrap - Photo Gallery: https://drupal.org/project/bootstrap_gallery&lt;br /&gt;
;Context: https://www.drupal.org/project/context&lt;br /&gt;
: Context allows you to manage contextual conditions and reactions for different portions of your site. For instance, you can group several &amp;quot;[https://www.drupal.org/project/bean Beans]&amp;quot; (blocks) into a particular [https://www.drupal.org/project/context Context] if you want to consistently place the group on several nodes throughout the site.&lt;br /&gt;
==== Block Modules ====&lt;br /&gt;
;Bean: https://www.drupal.org/project/bean&lt;br /&gt;
: Bean is an acronym that stands for &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;lock &amp;#039;&amp;#039;&amp;#039;E&amp;#039;&amp;#039;&amp;#039;ntities &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;ren&amp;#039;t &amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;odes.&lt;br /&gt;
;MultiBlock: https://www.drupal.org/project/multiblock&lt;br /&gt;
: Drupal&amp;#039;s block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages. MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks.&lt;br /&gt;
;Block Group: https://www.drupal.org/project/blockgroup&lt;br /&gt;
: Tutorial: [https://www.youtube.com/watch?v=fC8lo6jHBuI Drupal Tutorial : Block Groups And Bootstrap] | WDTutorials.com&lt;br /&gt;
&lt;br /&gt;
=== Drupal Themes ===&lt;br /&gt;
;Bamboo: https://drupal.org/project/bamboo&lt;br /&gt;
;Bootstrap: https://drupal.org/project/bootstrap&lt;br /&gt;
;Bootstrap Barrio: https://drupal.org/project/bootstrap_barrio&lt;br /&gt;
:: Bootstrap Barrio is a sub-theme of the Bootstrap Theme, adding 1, 2 or 3 columns with configurable widths.&lt;br /&gt;
&lt;br /&gt;
==== Drupal Theme Tutorials ====&lt;br /&gt;
;Bootstrap sub-theming &amp;quot;how to&amp;quot;: https://drupal.org/node/1978010&lt;br /&gt;
;How to Use Bootswatch Themes in Drupal 7: http://webwash.net/tutorials/how-use-bootswatch-themes-drupal-7&lt;br /&gt;
;Creating a sub-theme: https://drupal.org/node/225125&lt;br /&gt;
;How to Customize a Contributed Drupal Theme: http://radarearth.com/content/how-customize-contributed-drupal-theme&lt;br /&gt;
&lt;br /&gt;
=== Drupal Wikis ===&lt;br /&gt;
;Commons Wikis: http://drupal.org/project/commons_wikis&lt;br /&gt;
: Provide the wiki functionality for Drupal Commons distribution.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See other wiki-like features for Drupal here:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: http://portlandwiki.org/User:WikiMaster/Projects#Drupal_Related&lt;br /&gt;
&lt;br /&gt;
=== Drupal - Drush ===&lt;br /&gt;
;A Beginner&amp;#039;s Guide to Drush, the Drupal Shell: https://www.digitalocean.com/community/articles/a-beginner-s-guide-to-drush-the-drupal-shell&lt;br /&gt;
;Drush.org: A command line shell and scripting interface for Drupal.: http://drush.ws/&lt;br /&gt;
;Upgrade Drupal easily with Drush: https://drupal.org/comment/1593136#comment-1593136&lt;br /&gt;
;Updating Drupal Core with Drush: http://brockboland.com/2010/08/updating-drupal-core-drush/&lt;br /&gt;
;Install Drush on Dreamhost VPS: http://www.pru8.com/install-drush-on-dreamhost-vps&lt;br /&gt;
;Drush commands reference: https://groups.drupal.org/drush/commands&lt;br /&gt;
&lt;br /&gt;
== WordPress ==&lt;br /&gt;
=== WordPress Back-Up ===&lt;br /&gt;
;BlogVault &amp;quot;The Ultimate WordPress Backup Service&amp;quot;: https://blogvault.net/&lt;br /&gt;
: Premium service with prices ranging from $9/month for one blog.&lt;br /&gt;
&lt;br /&gt;
;WPBackItUp Backup &amp;amp; Restore: https://wordpress.org/plugins/wp-backitup/&lt;br /&gt;
: Installed on http://sofiaangelina.com/ and http://lifemotion.com/.&lt;br /&gt;
&lt;br /&gt;
=== WordPress Guides ===&lt;br /&gt;
;Creating a Static Front Page: http://codex.wordpress.org/Creating_a_Static_Front_Page&lt;br /&gt;
;Enable and Disable Comments: http://en.support.wordpress.com/enable-disable-comments/&lt;br /&gt;
;How to Show WordPress Pages on Your Homepage: http://premium.wpmudev.org/blog/how-to-show-wordpress-pages-on-your-homepage/&lt;br /&gt;
;Docs to WordPress: https://wordpress.org/plugins/docs-to-wordpress/changelog/&lt;br /&gt;
: Easily move posts from Google Docs to WordPress.&lt;br /&gt;
;WordPress plugin&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; include custom fields in a post: http://pp19dd.com/wordpress-plugin-include-custom-field/&lt;br /&gt;
:: This handy site also contains links to a number of other useful tips &amp;#039;n&amp;#039; tools, including [http://pp19dd.com/zipcode-lookup/ CSV batch zipcode Lookup tool], [http://pp19dd.com/2012/10/four-things-i-wish-someone-had-told-me-about-wikis-wikimedia/ Four things I wish someone had told me about wikis (WikiMedia)] and more.&lt;br /&gt;
;WordPress Rockers&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; How To’s: http://wprockers.com/how-tos&lt;br /&gt;
;wordpress tips | tips &amp;amp;amp; advice on wordpress.com blogs: http://wpbtips.wordpress.com/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Multisite ===&lt;br /&gt;
;The Beginner&amp;#039;s Guide to WordPress Multisite: http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Photo Galleries ===&lt;br /&gt;
;Twitter Bootstrap Galleries: http://wordpress.org/plugins/twitter-bootstrap-galleries/&lt;br /&gt;
:: Wraps the content of a WordPress media gallery in a Twitter&amp;#039;s Bootstrap grid.&lt;br /&gt;
;NextGEN Gallery: http://www.nextgen-gallery.com/&lt;br /&gt;
;NextGEN Gallery Shortcodes: http://www.nextgen-gallery.com/nextgen-gallery-shortcodes/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Shortcodes ===&lt;br /&gt;
;Shortcode API: http://codex.wordpress.org/Shortcode_API&lt;br /&gt;
;WordPress Page Design&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Shortcodes v Page Templates: http://www.sitepoint.com/wordpress-page-design-shortcodes-v-page-templates/&lt;br /&gt;
;Getting Started with WordPress Shortcodes (+Examples): http://speckyboy.com/2011/07/18/getting-started-with-wordpress-shortcodes-examples/&lt;br /&gt;
&lt;br /&gt;
=== Wordpress &amp;amp;amp; Social Media ===&lt;br /&gt;
;Top 10 Social Media Plugins for WordPress: http://smallbiztrends.com/2014/03/social-media-plugins-for-wordpress.html&lt;br /&gt;
;WordPress Instagram Plugins - Instagram Picture: http://www.inmotionhosting.com/support/website/wordpress-plugins/instagram-picture-plugin-for-wordpress&lt;br /&gt;
;Instagram Picture: Shortcode function example (English): http://tb-webtec.de/2013/10/instagram-picture-shortcode-function-example-english/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Themes ===&lt;br /&gt;
;WordPress Child Themes: http://codex.wordpress.org/Child_Themes&lt;br /&gt;
;How to remove Proudly powered by WordPress from Twenty Eleven theme?: http://wprockers.com/how-to-remove-proudly-powered-by-wordpress-from-twenty-eleven-theme-1120.html&lt;br /&gt;
;Replace/Remove Default Header Image Twenty Eleven Theme: http://wpti.ps/functions/replace-remove-header-image-twenty-eleven-theme/&lt;br /&gt;
&lt;br /&gt;
== Flat File CMS Scripts ==&lt;br /&gt;
;Monstra: http://monstra.org/&lt;br /&gt;
: Monstra is a modern and lightweight Content Management System. It is Easy to install, upgrade and use.&lt;br /&gt;
&lt;br /&gt;
;Morfy: http://morfy.monstra.org/&lt;br /&gt;
: Morfy is a simple, fast and light-weighted file-based Content Management System. Making the Web easy.&lt;br /&gt;
&lt;br /&gt;
;Pico: http://picocms.org/&lt;br /&gt;
: A stupidly simple &amp;amp; blazing fast, flat file CMS. Making the web easy.&lt;br /&gt;
&lt;br /&gt;
;razorCMS: http://www.razorcms.co.uk/&lt;br /&gt;
: File Based Content Management System - The file based CMS that allows you to build a website without the need for an SQL database, storing everything in flat files.&lt;br /&gt;
&lt;br /&gt;
== Lightweight CMS Scripts ==&lt;br /&gt;
;Bolt CMS - Sophisticated, Lightweight and Simple: https://bolt.cm/&lt;br /&gt;
: Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It’s a joy to use.&lt;br /&gt;
: By default, Bolt is configured to use an SQLite database. You can configure the database, if you want to change this to MySQL or PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
;CMS Made Simple: http://www.cmsmadesimple.org/&lt;br /&gt;
&lt;br /&gt;
;phpSQLiteCMS: http://phpsqlitecms.net/&lt;br /&gt;
: phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite.&lt;br /&gt;
&lt;br /&gt;
;SiteCake - Simple, drag and drop CMS for fast editing: http://sitecake.com/&lt;br /&gt;
: SiteCake is an open source PHP CMS application which allows a site admin to edit a website while browsing it. Once logged in, everything becomes editable. While in edit mode, SiteCake displays a &amp;quot;content editing bar&amp;quot; with options for inserting HTML elements like headers, lists, images, videos and other stuff like Google Maps or a slideshow.&amp;lt;ref&amp;gt;[http://www.webresourcesdepot.com/sitecake-simple-yet-beautiful-and-open-source-cms-for-small-websites/ SiteCake – Simple-Yet-Beautiful And Open Source CMS For Small Websites]&amp;lt;/ref&amp;gt; SiteCake is a true WYSIWYG. There is no separate admin section, you can click any page element and edit it in-place.&amp;lt;ref&amp;gt;[http://blog.bitnami.com/2013/11/welcome-to-newest-bitnami-stack-sitecake.html Welcome to the Newest Bitnami Stack, SiteCake!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Zimplit: http://www.zimplit.com/index.html&lt;br /&gt;
&lt;br /&gt;
== Google Docs &amp;amp;amp; Google Sheets as CMS ==&lt;br /&gt;
* [https://blog.usejournal.com/how-to-use-google-sheets-as-a-cms-or-a-database-f9d8e736fdce How to use Google Sheets as a CMS or a database] | [https://blog.usejournal.com/@alyssax Alyssa X] | Jan 19, 2019&lt;br /&gt;
: There are several advantages to using Google Sheets as a CMS database for your website:&lt;br /&gt;
::- Easily edit the data from Google Sheets.&lt;br /&gt;
::- Accessing the sheet from any device.&lt;br /&gt;
::- Sharing the sheet with other people.&lt;br /&gt;
::- Backups &amp;amp; version history.&lt;br /&gt;
::- Flexibility to grow &amp;amp; reduce the database by adding new columns on the go.&lt;br /&gt;
&lt;br /&gt;
* [https://blog.stephsmith.io/tutorial-google-sheets-api-node-js/ 3 Approaches for Using the Google Sheets API in Node.js: A Tutorial] | Steph | Smith | 12 May 2019&lt;br /&gt;
: Using Google Sheets as a Database&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jadeallencook/gDoc.js gDoc.js] | Latest commit 3b27a83 on Dec 1, 2016 (as of 12:27, 17 November 2019 (PST)).&lt;br /&gt;
: Use Google Spreadsheets as your CMS! Create a Google Spreadsheet containing all the information you will need for your site. [http://jadeallencook.github.io/gDoc.js/ Demo Page]&lt;br /&gt;
&lt;br /&gt;
* [https://blog.reactioncommerce.com/using-google-spreadsheets-as-a-cms-for-meteor/ Using Google Spreadsheets as a CMS for Meteor] | Aaron | 16 Aug 2014&lt;br /&gt;
: Why not just use a Google spreadsheet as the CMS for your website? With Meteor and the Google Spreadsheet API this is pretty simple to do.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [http://mikeheavers.com/main/code-item/creating_a_website_with_a_google_spreadsheet_powered_cms Creating a website with a google spreadsheet powered CMS]&lt;br /&gt;
: A Google Docs CMS is perfect. Easy to use, most people are familiar with it - absolutely zero install / configuration time, and it integrates extremely nicely with javascript templating systems.&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Dead link as of 09:42, 17 November 2019 (PST).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CSS Grids &amp;amp;amp; Frameworks ==&lt;br /&gt;
=== Bootstrap CSS ===&lt;br /&gt;
;Bootstrap &amp;gt; CSS: http://getbootstrap.com/css/&lt;br /&gt;
;Bootstrap: http://twitter.github.com/bootstrap/&lt;br /&gt;
;How to Customize the Default Bootstrap Style, the Right Way: https://bootstrapbay.com/blog/customize-bootstrap/&lt;br /&gt;
: Create a new file in your Bootstrap CSS folder and call it custom.css. Then in the &amp;lt;code&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/code&amp;gt; portion of your website, load your new custom CSS file &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; the default bootstrap stylesheet.&lt;br /&gt;
;11 Reasons to Use Twitter Bootstrap: http://www.sitepoint.com/11-reasons-to-use-twitter-bootstrap/&lt;br /&gt;
;Bootstrap Templates - Free HTML Starter Templates for Bootstrap: http://startbootstrap.com/&lt;br /&gt;
;Bootstrap Image Gallery: http://blueimp.github.io/Bootstrap-Image-Gallery/&lt;br /&gt;
;Bootsnipp: http://bootsnipp.com/&lt;br /&gt;
: Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework&lt;br /&gt;
;Bootstrap Contact Form: http://www.mkt.cat/contact.php&lt;br /&gt;
;How to make a contact form with Bootstrap 3 ? (JQuery/PHP/HTML5/JqBootstrapValidation): http://myprogrammingblog.com/2013/08/27/how-to-make-a-contact-form-with-bootstrap-3-jqueryphphtml5jqbootstrapvalidation/&lt;br /&gt;
;How to create a PHP, Bootstrap 3 Contact Form which works with blogger and any other platform: &lt;br /&gt;
http://tudor-anghelina.blogspot.com/2013/09/how-to-create-php-bootstrap-3-contact.html&lt;br /&gt;
;5 Bootstrap CSS - Tables - JSFiddle: http://jsfiddle.net/juanmendez/L46FX/&lt;br /&gt;
&lt;br /&gt;
==== Bootstrap Drag &amp;amp;amp; Drop Tool ====&lt;br /&gt;
;LayoutIt! BETA: http://www.layoutit.com&lt;br /&gt;
: Create your frontend code simple and quickly with Bootstrap using our Drag &amp;amp; Drop Interface Builder.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CSS Wizardry: http://csswizardry.com/&lt;br /&gt;
&lt;br /&gt;
;Emastic - css framework: http://code.google.com/p/emastic/&lt;br /&gt;
&lt;br /&gt;
;inuit.css: http://csswizardry.com/inuitcss/&lt;br /&gt;
&lt;br /&gt;
;Pure: http://purecss.io/&lt;br /&gt;
&lt;br /&gt;
;Responsive Grid System: http://www.responsivegridsystem.com/&lt;br /&gt;
&lt;br /&gt;
;Sass - Syntactically Awesome Stylesheets: http://sass-lang.com/&lt;br /&gt;
&lt;br /&gt;
;Web Experience Toolkit (WET): http://wet-boew.github.io/wet-boew/index-en.html&lt;br /&gt;
: Collaborative open source project led by the Government of Canada&lt;br /&gt;
&lt;br /&gt;
=== Framework Forms ===&lt;br /&gt;
;Formalize: http://formalize.me/&lt;br /&gt;
: Features kudos from leading &amp;quot;industry experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Formee: http://formee.org/&lt;br /&gt;
: Responsive web forms for your CSS grid project.&lt;br /&gt;
&lt;br /&gt;
=== Tips, Tricks &amp;amp;amp; Reading Material for CSS Grids &amp;amp;amp; Frameworks ===&lt;br /&gt;
&lt;br /&gt;
;Don’t Overthink It Grids: http://css-tricks.com/dont-overthink-it-grids/&lt;br /&gt;
&lt;br /&gt;
== Responsive Design ==&lt;br /&gt;
;CSS Fluid Image Techniques for Responsive Site Design: http://demosthenes.info/blog/586/CSS-Fluid-Image-Techniques-for-Responsive-Site-Design&lt;br /&gt;
: “Responsive design” is not a single technology but a set of techniques that allow web pages to serve the needs of both mobile and desktop users.&lt;br /&gt;
: The core components are:&lt;br /&gt;
::- CSS @media queries&lt;br /&gt;
::- Fluid images and video&lt;br /&gt;
::- JavaScript, often triggered by window.matchMedia&lt;br /&gt;
::- Server-side solutions&lt;br /&gt;
::- SVG to create resolution-free images&lt;br /&gt;
;Responsive Design with CSS3 Media Queries: http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&lt;br /&gt;
: This tutorial will show you how to create a cross-browser responsive design with HTML5 &amp;amp; CSS3 media queries.&lt;br /&gt;
;Understanding the viewport meta tag, CSS @viewport and making an automatic link to your app: http://benfrain.com/understanding-the-viewport-meta-tag-and-css-viewport/&lt;br /&gt;
;Viewport Meta Tag For Non-Responsive Design: http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design&lt;br /&gt;
;What is Responsive Web Design?: http://coolhomepages.com/What-is-Responsive-Web-Design/blog-782.html&lt;br /&gt;
&lt;br /&gt;
== HTML5 ==&lt;br /&gt;
[[File:Html5-structure.png|thumb|434px|&amp;#039;&amp;#039;&amp;#039;The HTML5 Page Structure&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
;HTML5 Quick Tutorial: http://www.coursesweb.net/html/html5-quick-tutorial_t&lt;br /&gt;
;HTML5 Page Structure: http://css-tricks.com/snippets/html/html5-page-structure/&lt;br /&gt;
;The HTML5 Page Structure: http://www.basewebmaster.com/html/html5-page-structure.php&lt;br /&gt;
;HTML5 Page Structure: http://www.severinu.com/html5-page-structure/&lt;br /&gt;
;HTML5 Doctor, helping you implement HTML5 today: http://html5doctor.com/&lt;br /&gt;
;HTML 5 Outliner: http://gsnedders.html5.org/outliner/&lt;br /&gt;
;Document Outlines: http://html5doctor.com/outlines/&lt;br /&gt;
;Sections and Outlines of an HTML5 Document: https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document&lt;br /&gt;
;HTML5 And The Document Outlining Algorithm: http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm/&lt;br /&gt;
;[[wikipedia:Fragment identifier|Fragment identifier]] (Wikipedia): &amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:In URIs for MIME text/html pages such as http://www.example.org/foo.html#bar the fragment refers to the element with id=&amp;quot;bar&amp;quot;.&lt;br /&gt;
=== HTML5 Elements ===&lt;br /&gt;
;HTML element reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: Mozilla Developer Network&lt;br /&gt;
;HTML 5&amp;lt;nowiki&amp;gt;: Is it &amp;lt;br&amp;gt;, &amp;lt;br/&amp;gt;, or &amp;lt;br /&amp;gt;?&amp;lt;/nowiki&amp;gt;: http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br&lt;br /&gt;
&lt;br /&gt;
== CSS3 ==&lt;br /&gt;
;CSS Techniques – Absolute Horizontal And Vertical Centering In CSS: http://www.css-jquery-design.com/2013/12/css-techniques-absolute-horizontal-and-vertical-centering-in-css/&lt;br /&gt;
&lt;br /&gt;
;Multiple Columns Layout (Magazine-alike) With CSS3: http://www.hongkiat.com/blog/css3-multi-columns/&lt;br /&gt;
&lt;br /&gt;
;Using CSS multi-column layouts: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts&lt;br /&gt;
&lt;br /&gt;
;3D CSS Text: http://www.3dcsstext.com/&lt;br /&gt;
&lt;br /&gt;
;overflow-x, overflow-y tests: http://www.brunildo.org/test/Overflowxy2.html&lt;br /&gt;
: W3C CSS3 working draft: The &amp;#039;overflow-x&amp;#039; and &amp;#039;overflow-y&amp;#039; properties.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Also see [[portlandwiki:User:WikiMaster/Tables &amp;amp; Columns#CSS_Layout_Tricks|CSS Layout Tricks]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
;different title, keyword and description in every page&amp;#039;s: http://stackoverflow.com/questions/5818750/different-title-keyword-and-description-in-every-pages&lt;br /&gt;
&lt;br /&gt;
=== PHP Classes ===&lt;br /&gt;
;The php5 object oriented web design howto &amp;gt; Functions and classes &amp;gt; A page class: http://fun-tech.se/php_tutorial/part03/index.php&lt;br /&gt;
;What is the function __construct used for?: http://stackoverflow.com/questions/455910/what-is-the-function-construct-used-for&lt;br /&gt;
&lt;br /&gt;
=== PHP Includes ===&lt;br /&gt;
;Custom Page Titles with PHP Includes: http://girlswhogeek.com/tutorials/2006/custom-page-titles-with-php-includes&lt;br /&gt;
;How to automatically include your header, navigation, and footer on every page: http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&lt;br /&gt;
;Using the PHP Include Function to Template Faster: http://buildinternet.com/2009/12/using-the-php-include-function-to-template-faster/&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; php include question - bad practice?: http://www.webdeveloper.com/forum/showthread.php?t=241934&lt;br /&gt;
:: Flawed tips but useful in working out the basic idea of calling &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;footer&amp;lt;/code&amp;gt; and other page elements from a single file.&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; Page title from include php file??: http://www.webdeveloper.com/forum/showthread.php?t=208744&lt;br /&gt;
;Case Study--How to Customize a JumpStart: http://www.communitymx.com/content/article.cfm?page=1&amp;amp;cid=80733&lt;br /&gt;
: (This tutorial is mainly pushing [http://communitymx.com/jumpstart_8.cfm JumpStart] web templates, but offers some useful tips on includes placement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Side Includes (SSI) ==&lt;br /&gt;
Do you want to create a [[User:Dave/Web Hack Notes (Non-Wiki)#Static_File_Websites|static file website]] with simple HTML files and no database? Do you still want to include the common info bits (menus, footers, site maps, etc.) without having to write them on every web page? If so, SSI can be your friend.&lt;br /&gt;
&lt;br /&gt;
;Server Side Includes: https://en.wikipedia.org/wiki/Server_Side_Includes&lt;br /&gt;
: Includes a table showing lots of great examples.&lt;br /&gt;
&lt;br /&gt;
;Apache Tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Introduction to Server Side Includes: http://httpd.apache.org/docs/2.2/howto/ssi.html&lt;br /&gt;
: Server-side includes provide a means to add dynamic content to existing HTML documents.&lt;br /&gt;
&lt;br /&gt;
;How to Setup HTML Server Side Includes SSI on Apache and Nginx: http://www.thegeekstuff.com/2014/07/server-side-includes/&lt;br /&gt;
: Includes instructions on configuring &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file for SSI.&lt;br /&gt;
&lt;br /&gt;
;Apache - Server Side Includes: http://www.zytrax.com/tech/web/ssi.htm&lt;br /&gt;
: This page describes the functionality offered by, and the use of, Apache Server Side Includes (SSI and XSSI).&lt;br /&gt;
&lt;br /&gt;
;How do I conditionally handle undefined SSI variables using Apache?: http://serverfault.com/questions/296272/how-do-i-conditionally-handle-undefined-ssi-variables-using-apache&lt;br /&gt;
: Describes how to use SSI variable settings to automatically include page title.&lt;br /&gt;
&lt;br /&gt;
;Parse shtml as SSI, but also include PHP using .htaccess: http://stackoverflow.com/questions/15713204/parse-shtml-as-ssi-but-also-include-php-using-htaccess&lt;br /&gt;
: Shows modification to &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file that will also allow &amp;lt;tt&amp;gt;php&amp;lt;/tt&amp;gt; includes to be parsed.&lt;br /&gt;
&lt;br /&gt;
;An Introduction to Server Side Includes (SSI): http://www.georgedillon.com/web/ssi.shtml&lt;br /&gt;
: SSIs, or Server Side Includes, are a way to tell the server to insert something into a web page before it is sent to the viewer. What is inserted may be the content of a plain text file or it may be the output generated by another program running on the server such as the processing of a form return using a PERL script.&lt;br /&gt;
&lt;br /&gt;
;BigNoseBird.Com&amp;#039;s Server Side Include Page (SSI): http://bignosebird.com/ssi.shtml&lt;br /&gt;
: Includes links to tutorials on Enabling SSI on Your Server, Performance Considerations, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, Nested Directives, A Real Back Button, eXtended SSI Directives PART I &amp;amp;amp; eXtended SSI Directives PART II.&lt;br /&gt;
&lt;br /&gt;
=== SHTML &amp;amp;amp; SSI ===&lt;br /&gt;
;What is SHTML?: http://www.computerhope.com/jargon/s/shtml.htm&lt;br /&gt;
: SHTML is an HTML file that includes server instructions or server side includes and is similar to an ASP file.&lt;br /&gt;
&lt;br /&gt;
;What is SHTML: http://stackoverflow.com/questions/519619/what-is-shtml&lt;br /&gt;
: SHTML is a file extension that lets the web server know the file should be processed as using Server Side Includes (SSI). It&amp;#039;s embedded in a standard XML comment, and looks like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--&amp;lt;/nowiki&amp;gt;#include virtual=&amp;quot;top.shtml&amp;quot; --&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Menus ==&lt;br /&gt;
;Create a centred horizontal navigation: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/&lt;br /&gt;
::Demo: http://csswizardry.com/demos/centred-nav/&lt;br /&gt;
;Horizontally Centered Menus with no CSS hacks: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support&lt;br /&gt;
&lt;br /&gt;
== Social Media ==&lt;br /&gt;
Moved content to new article: [[Social Networking Tips]].&lt;br /&gt;
&lt;br /&gt;
== Character Encoding ==&lt;br /&gt;
;Character Entity Reference Chart:http://dev.w3.org/html5/html-author/charref&lt;br /&gt;
;HTML Codes Table&amp;amp;#8212;Characters and symbols: http://www.ascii.cl/htmlcodes.htm&lt;br /&gt;
;Character-Code.com: http://character-code.com/&lt;br /&gt;
=== Online Encoding Tools ===&lt;br /&gt;
;Convert special characters to HTML: http://www.unicodetools.com/unicode/convert-to-html.php&lt;br /&gt;
;HTML Encoder / Decoder: http://www.web2generators.com/html/entities&lt;br /&gt;
;HTML encoder: http://web.forret.com/tools/html.asp&lt;br /&gt;
;HTML Character Entity Converter: http://code.cside.com/3rdpage/us/entity/converter.html&lt;br /&gt;
;HTML 4.01 Entities: http://www.texaswebdevelopers.com/examples/xmlentities/xml_entities.asp&lt;br /&gt;
=== Character Encoding Help Resources &amp;amp;amp; How-Tos ===&lt;br /&gt;
;PHP -- Convert special characters to HTML character codes: http://stackoverflow.com/questions/3882567/php-convert-special-characters-to-html-character-codes&lt;br /&gt;
;Converting special characters to HTML entities between code tags: http://matthewjamestaylor.com/blog/convert-special-characters-to-html-entities-between-code-tags&lt;br /&gt;
;The Road to HTML 5: character encoding: http://blog.whatwg.org/the-road-to-html-5-character-encoding&lt;br /&gt;
;Curling Quotes in HTML, SGML, and XML: http://www.dwheeler.com/essays/quotes-in-html.html&lt;br /&gt;
;HTML Symbol Entities Reference: http://www.w3schools.com/tags/ref_symbols.asp&lt;br /&gt;
&lt;br /&gt;
== .htaccess ==&lt;br /&gt;
Htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across.&amp;lt;ref&amp;gt;[http://www.askapache.com/htaccess/htaccess.html Htaccess - THE Ultimate .htaccess Guide]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tricks &amp;amp;amp; Tutorials ===&lt;br /&gt;
;Htaccess - THE Ultimate .htaccess Guide: http://www.askapache.com/htaccess/htaccess.html&lt;br /&gt;
;The Ultimate Guide to .htaccess Files: http://code.tutsplus.com/tutorials/the-ultimate-guide-to-htaccess-files--net-4757&lt;br /&gt;
;The Definitive Guide to htaccess Techniques: Do’s and Don’ts: http://www.noupe.com/php/htaccess-techniques.html&lt;br /&gt;
;Comprehensive guide to .htaccess: http://www.javascriptkit.com/howto/htaccess.shtml&lt;br /&gt;
;Stupid htaccess Tricks: http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/&lt;br /&gt;
==== .htaccess 301 Redirects ====&lt;br /&gt;
; The Ultimate How-To Guide on 301 Redirects: http://www.internetmarketingninjas.com/blog/search-engine-optimization/301-redirects/&lt;br /&gt;
;.htaccess 301 redirect from old domain to new domain while structure of pages and url are same: http://stackoverflow.com/questions/13001173/htaccess-301-redirect-from-old-domain-to-new-domain-while-structure-of-pages-an&lt;br /&gt;
;.htaccess rewrite to redirect root URL to subdirectory: http://stackoverflow.com/questions/990392/htaccess-rewrite-to-redirect-root-url-to-subdirectory&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tools ===&lt;br /&gt;
;.htaccess Editor: http://www.htaccesseditor.com/en.shtml&lt;br /&gt;
: Easily create .htaccess file with this handy online .htaccess creation tool.&lt;br /&gt;
;MediaWiki ShortURL Builder: http://shorturls.redwerks.org/&lt;br /&gt;
;.htaccess redirect: http://www.htaccessredirect.net/&lt;br /&gt;
: Free .htaccess Redirect Generator&lt;br /&gt;
&lt;br /&gt;
=== Prettier URLs Through .htaccess ===&lt;br /&gt;
One way to clean up the URL on each of your site&amp;#039;s web pages is to hide its file extension (&amp;lt;code&amp;gt;.php&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt;, etc.).&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us.html&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also append a trailing forward slash, just like many of the major CMSs do.&amp;lt;ref&amp;gt;[http://stackoverflow.com/questions/27224446/problems-facing-in-making-urls-seo-friendly-and-removing-extensions-from-files-i Problems facing in making urls seo friendly and removing extensions from files in PHP]&amp;lt;/ref&amp;gt;&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us/&amp;lt;/code&amp;gt;&lt;br /&gt;
;Removing file extension via .htaccess: http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/&lt;br /&gt;
;Hide file extensions, add trailing slash with .htaccess: http://code.adonline.id.au/hide-file-extensions-add-trailing-slash/&lt;br /&gt;
;How to remove .php, .html, .htm extensions with .htaccess: http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/&lt;br /&gt;
: Includes instructions on adding a trailing forward slash.&lt;br /&gt;
&lt;br /&gt;
== Images &amp;amp;amp; Image Handling ==&lt;br /&gt;
;The figure &amp;amp; figcaption elements: http://html5doctor.com/the-figure-figcaption-elements/&lt;br /&gt;
: Good explanation for incorporating the &amp;lt;code&amp;gt;&amp;lt;figure&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;amp; &amp;lt;code&amp;gt;&amp;lt;figcaption&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;HTML5&amp;lt;/code&amp;gt; elements in images, drawings and other graphical assets.&lt;br /&gt;
&lt;br /&gt;
=== Tools &amp;amp;amp; Tricks ===&lt;br /&gt;
;Aspect Ratio Calculator: http://andrew.hedges.name/experiments/aspect_ratio/&lt;br /&gt;
;Bulk Resize Photos: http://bulkresizephotos.com/&lt;br /&gt;
;Image Size Calculator: http://auctionrepair.com/pixels.html&lt;br /&gt;
:Converts inches to pixels &amp;amp;amp; pixels to inches.&lt;br /&gt;
;Perfect Full Page Background Image: http://css-tricks.com/perfect-full-page-background-image/&lt;br /&gt;
;Absolute Center (Vertical &amp;amp; Horizontal) an Image: http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/&lt;br /&gt;
;Favicons: http://iconhandbook.co.uk/reference/examples/favicons/&lt;br /&gt;
&lt;br /&gt;
=== Free Images ===&lt;br /&gt;
;Pixabay: http://pixabay.com/&lt;br /&gt;
: Free high quality images you can use anywhere.&lt;br /&gt;
;OPENICONIC: https://useiconic.com/open/&lt;br /&gt;
: An open source icon set with 223 marks in SVG, webfont and raster formats. Lots of great little icons.&lt;br /&gt;
&lt;br /&gt;
=== Online Image Editors ===&lt;br /&gt;
;Photo editor online - Pixlr.com edit image: http://pixlr.com/&lt;br /&gt;
;Autotracer.org: http://www.autotracer.org/&lt;br /&gt;
: Converts your raster images to vector graphics. Free online raster images vectorizer. No registration, no email necessary.&lt;br /&gt;
&lt;br /&gt;
=== GIMP ===&lt;br /&gt;
;GIMP Extensions Pack for Windows: http://registry.gimp.org/node/27656&lt;br /&gt;
:: [http://code.google.com/p/gimp-extensions/#Extensions_Sources Extensions Sources]&lt;br /&gt;
;Handy Tweaks To Make GIMP Replace Photoshop: http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/&lt;br /&gt;
;Gimp Tutorial – How to make an image background transparent: http://mbrsolution.com/tutorial/gimp-tutorial-how-to-make-an-image-background-transparent.php&lt;br /&gt;
:: This tutorial is a bit easier to follow than the one shown below.&lt;br /&gt;
;How to make a transparent background/selection on an image using GIMP: http://geekswithblogs.net/timh/archive/2006/03/20/72797.aspx&lt;br /&gt;
;Replacing a Foreground with The GIMP: http://gimpguru.org/tutorials/replaceforeground/&lt;br /&gt;
;Convert a simple image to a vector graphic using GIMP and Inkscape: http://imgur.com/gallery/xL0Ba&lt;br /&gt;
&lt;br /&gt;
=== Inkscape ===&lt;br /&gt;
;Inkscape tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Tracing: http://inkscape.org/doc/tracing/tutorial-tracing.html&lt;br /&gt;
;Increase Image Resolution: Convert Raster Images to Vector: http://www.makeuseof.com/tag/convert-images-to-svg-format-with-inkscape/&lt;br /&gt;
;Rich EPS file editing with Inkscape: https://lindsaybradford.wordpress.com/2012/04/05/rich-eps-file-editing-with-inkscape/&lt;br /&gt;
&lt;br /&gt;
== Text Tricks ==&lt;br /&gt;
=== Blinking Text ===&lt;br /&gt;
;How to make blinking/flashing text with css3?: http://stackoverflow.com/questions/16344354/how-to-make-blinking-flashing-text-with-css3&lt;br /&gt;
;How to make text blink on website? [duplicate]: http://stackoverflow.com/questions/20270096/how-to-make-text-blink-on-website&lt;br /&gt;
&lt;br /&gt;
== 3rd Party File Hosting &amp;amp;amp; Document Publishing ==&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Cloud_Storage_.26_File_Sharing_Platforms|Office Productivity Hacks: Cloud Storage &amp;amp; File Sharing Platforms]]&lt;br /&gt;
The basic idea is to host images, PDFs and other large files on a publicly available directory, like [http://www.dropbox.com/ Dropbox], [http://www.flickr.com/ Flickr], [http://picasa.google.com/ Picasa], [https://www.free-hidrive.com/product.html HiDrive], etc. Alternatively, you can set up a Dropbox-like directory using an open source tool like [http://sparkleshare.org/ SparkleShare] (see below).&lt;br /&gt;
;Drop Your Dropbox and SparkleShare Instead!: http://www.linuxjournal.com/content/drop-your-dropbox-and-sparkleshare-instead&lt;br /&gt;
;SparkleShare: http://sparkleshare.org/&lt;br /&gt;
:: &amp;quot;Setting up your own host to work with SparkleShare is relatively easy.&amp;quot; (An open source option for creating your own Dropbox-like service.)&lt;br /&gt;
;BitTorrent’s Secure Dropbox Alternative Goes Public: http://torrentfreak.com/bittorrents-secure-dropbox-alternative-goes-public-130423/&lt;br /&gt;
: [http://labs.bittorrent.com/experiments/sync.html BitTorrent Sync] (available from [http://labs.bittorrent.com/ BitTorrent Labs]) is free of charge and allows people to securely sync folders to multiple devices using the BitTorrent protocol.&lt;br /&gt;
&lt;br /&gt;
=== Quick Document Publishing ===&lt;br /&gt;
* [https://www.publishthis.email/en/ publishthis.email]: Create a web page in seconds.&lt;br /&gt;
: Need to create a publicly accessible web page as quickly as possible? Publishthis.email turns the contents of an email into a publicly accessible site as quickly as you can write it.&amp;quot;&amp;lt;ref&amp;gt;[https://lifehacker.com/publishthis-email-instantly-turns-an-email-into-a-web-p-1793097393 Publishthis.email Instantly Turns An Email Into a Web Page]&amp;lt;/ref&amp;gt;&lt;br /&gt;
# Write an email with the content for your page&lt;br /&gt;
# Send it to page@publishthis.email&lt;br /&gt;
# We&amp;#039;ll reply with a link to your new page&lt;br /&gt;
: Try it! Free. No account or sign-up required.&lt;br /&gt;
&lt;br /&gt;
=== External Image Hosting ===&lt;br /&gt;
&lt;br /&gt;
==== Google Docs, Google Drive, Google Sites ====&lt;br /&gt;
[[File:Open-Mic.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempted to link to an image hosted on Google Docs (image shown above). Sharing set to &amp;quot;public.&amp;quot; Google&amp;#039;s [[wikipedia:Uniform resource identifier|URI]] scheme looks a bit odd (seems to mask the file name and file type). The problematic part (in terms of linking to these images from a web site) is that Google appears to change the [[wikipedia:Uniform resource identifier|URI]] itself at least once a day.&lt;br /&gt;
;Two Days; Two [[wikipedia:Uniform resource identifier|URI]]s&lt;br /&gt;
* Saturday, January 7th, 2012: https://lh6.googleusercontent.com/WdO0VUUc8ub2WXodixyWzkcR8d-jb1PQyV7KAK7MuzGX9CHQd0dSTGAqtEzAqCGUgWIv-b02usw15VJpXzY-m-irnXstDwFgDGo=w1600&lt;br /&gt;
* Sunday, January 8th, 2012: https://lh6.googleusercontent.com/OgqPCdV7Nx5OkhswTNlxyTzOc4rdcjHlGWZerNiyBAzfYy5BIoD_LxmSLRVtauFE1FKixm0KLu6u-uJxDo5b8aJyf_giJ2Gcqlw=w1600&lt;br /&gt;
&lt;br /&gt;
==== Image Placeholder Service ====&lt;br /&gt;
;lorempixel - Placeholder images for every case.: http://lorempixel.com/&lt;br /&gt;
: Placeholder Images for every case. Webdesign or Print. Just put a custom url in your html and you receive a proper placeholder picture.&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:150.jpg|350px|link=http://lorempixel.com/350/150/]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://lorempixel.com/350/150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a random picture of 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
;PLACEHOLD.IT - A quick and simple image placeholder service.: http://placehold.it&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:350x150.gif|350px|link=http://placehold.it/350x150]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://placehold.it/350x150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a grey box sized at 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
== Color ==&lt;br /&gt;
;Color Names Supported by All Browsers: http://www.w3schools.com/html/html_colornames.asp&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Jump Links, Internal Anchors ===&lt;br /&gt;
;Internal Links: http://www.yourhtmlsource.com/text/internallinks.html&lt;br /&gt;
: Instead of having to resort to the arduous task of scrolling down long pages, you can make your readers very happy by offering them page jumps as an alternative mode of transport around your site. As people have become lazier, page jumps have risen in popularity, so to avoid having your site unliked by the youth of today, implement these simple navigational aids.&lt;br /&gt;
&lt;br /&gt;
=== Relative &amp;amp;amp; Absolute Links ===&lt;br /&gt;
;Why relative URLs should be forbidden for web developers: https://yoast.com/relative-urls-issues/&lt;br /&gt;
: Relative URLs stink. They really do. All sorts of SEO problems on the web are caused by the use of relative URLs in links, canonicals and more.&lt;br /&gt;
&lt;br /&gt;
=== Footnotes &amp;amp;amp; Endnotes ===&lt;br /&gt;
;Javascript Endnotes: http://library.uwinnipeg.ca/people/dobson/portfolio/endnotes/index.html&lt;br /&gt;
: “JavaScript Endnotes” allow a web author to create an HTML document containing endnotes which are dynamically renumbered as new notes are added, in a similar manner to the &amp;lt;NOTE&amp;gt; tag supported in many WIKI applications.&lt;br /&gt;
&lt;br /&gt;
;Accessible footnotes with HTML and CSS: http://www.likewowonline.net/web/dev/accessible-footnotes.html&lt;br /&gt;
&lt;br /&gt;
;Footnotes: http://ignorethecode.net/blog/2010/04/20/footnotes/&lt;br /&gt;
&lt;br /&gt;
;Handling footnotes and references in HTML: http://www.2ality.com/2011/12/footnotes.html&lt;br /&gt;
: This post examines what options one has for handling footnotes and references in HTML. It then presents a library that helps you with handling them.&lt;br /&gt;
&lt;br /&gt;
;JavaScript-enhanced footnotes and references: http://rauschma.github.com/html_demos/footnotes.html&lt;br /&gt;
&lt;br /&gt;
== Links To Google &amp;amp;amp; Gmail Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Link To Specific Gmail Message ===&lt;br /&gt;
;All Email Messages in Gmail Have a Permanent Web Address: http://www.labnol.org/internet/gmail-emails-have-permanent-web-address/6811/&lt;br /&gt;
: Do you know that it is possible to bookmark individual email messages of Gmail just like you would bookmark any regular web page. (Links to your Gmail messages will only resolve if you&amp;#039;re logged into your Google account when you click on the link.)&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Specific Google Books Page ===&lt;br /&gt;
;Example&lt;br /&gt;
Find the base URL to the Google Book you want to link to. Add the page number just after the book ID like in the example highlighted below.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=zLrKGGxBKjAC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=PA135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;UPDATE&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; The link shown above no longer links directly to the specific page it once did (135), but resolves to a &amp;lt;code&amp;gt;onepage&amp;lt;/code&amp;gt; format instead.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:#E41B17&amp;quot;&amp;gt;CAUTION&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Google apparently changes its [[wikipedia:Uniform resource identifier|URI]] structure without warning. For example, the link to the book / page shown above was formerly written like the one shown below (which now only resolves to the book&amp;#039;s main Google Books description page).&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=8f2y0F2wzLoC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=P135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Also See: [https://support.google.com/books/answer/80658?hl=en Linking to individual titles on Google Books]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Google Calendar Event ===&lt;br /&gt;
;Is it possible to link to specific date on a public Google Calendar?: http://webapps.stackexchange.com/questions/3431/is-it-possible-to-link-to-specific-date-on-a-public-google-calendar&lt;br /&gt;
&amp;#039;&amp;#039;[[wikipedia:Uniform resource identifier|URI]] Formats&amp;#039;&amp;#039; - (Change the &amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;yyyymmdd&amp;lt;/span&amp;gt; setting shown in the examples to the specific date you want to link to.)&lt;br /&gt;
&lt;br /&gt;
Link to a date on your private calendar:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;?(must update)&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to an event on a your public calendar:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://calendar.google.com/calendar/embed?src={your_calendar_id}&amp;amp;mode=day&amp;amp;dates=20160506/20160506&amp;amp;ctz=America/Los_Angeles&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: (Obviously, update date range and time zone accordingly.)&lt;br /&gt;
&lt;br /&gt;
* [http://drupal.org/node/589310 Location of the Google Calendar ID]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/10763734/how-to-build-html-link-to-a-google-calendar-event How to build html link to a google calendar event?]&lt;br /&gt;
&lt;br /&gt;
=== Other Google Link Resources ===&lt;br /&gt;
;Google Books API Family&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Static Links: https://developers.google.com/books/docs/static-links&lt;br /&gt;
&lt;br /&gt;
=== Google Account Document Sharing Options ===&lt;br /&gt;
;Sharing a Google Doc with a non-Google user: http://www.lynda.com/articles/sharing-a-google-doc-with-a-non-google-user&lt;br /&gt;
&lt;br /&gt;
= Security =&lt;br /&gt;
== [[wikipedia:Transport Layer Security|TLS]] &amp;amp;amp; SSL ==&lt;br /&gt;
&lt;br /&gt;
=== Let’s Encrypt ===&lt;br /&gt;
;Let’s Encrypt: https://letsencrypt.org&lt;br /&gt;
: Let’s Encrypt is a new Certificate Authority: It’s free, automated, and open. &lt;br /&gt;
* [https://letsencrypt.org/2014/11/18/announcing-lets-encrypt.html Let’s Encrypt: Delivering SSL/TLS Everywhere]&lt;br /&gt;
: Let’s Encrypt is a new free certificate authority, built on a foundation of cooperation and openness, that lets everyone be up and running with basic server certificates for their domains through a simple one-click process.  Major sponsors include the Electronic Frontier Foundation, the Mozilla Foundation, Akamai, and Cisco. On April 9, 2015, the ISRG and the Linux Foundation announced their collaboration.&amp;lt;ref&amp;gt;[[wikipedia:Let&amp;#039;s Encrypt|Let&amp;#039;s Encrypt]] (Wikipedia)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Let’s Encrypt on DreamHost ====&lt;br /&gt;
* [https://www.dreamhost.com/blog/2015/12/03/lets-encrypt-and-dreamhost/ Let’s Encrypt and DreamHost]&lt;br /&gt;
: “HTTPS Everywhere!”&lt;br /&gt;
&lt;br /&gt;
* [https://www.dreamhost.com/blog/2016/01/20/free-ssltls-certificates-at-dreamhost-with-lets-encrypt/ Free SSL/TLS Certificates at DreamHost with Let’s Encrypt]&lt;br /&gt;
: Let’s Encrypt is at the forefront of an Internet sea change. Firefox and Chromium are both proposing the deprecation of unencrypted HTTP, which means that any user of your website will see a warning unless you have a TLS certificate.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CAcert: http://www.cacert.org&lt;br /&gt;
: CAcert.org is a community-driven Certificate Authority that issues certificates to the public at large for free. CAcert&amp;#039;s goal is to promote awareness and education on computer security through the use of encryption, specifically by providing cryptographic certificates. Any application that supports the Secure Socket Layer Protocol (SSL or TLS) can make use of certificates signed by CAcert. If you want to have free certificates issued to you, join the CAcert Community.&lt;br /&gt;
&lt;br /&gt;
;Certbot: https://certbot.eff.org/&lt;br /&gt;
: An automatic client for enabling HTTPS on your website. Automatically enable HTTPS on your website with [https://www.eff.org/ EFF]&amp;#039;s [https://certbot.eff.org/ Certbot], deploying [https://letsencrypt.org Let&amp;#039;s Encrypt] certificates.&lt;br /&gt;
&lt;br /&gt;
;OpenSSL: https://www.openssl.org&lt;br /&gt;
: The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library.&lt;br /&gt;
&lt;br /&gt;
;StartCom (Provider of [https://www.startssl.com StartSSL]™.): https://www.startcom.org&lt;br /&gt;
: StartSSL™ provides free digital identities called OpenID. StartSSL™ Open Identity eliminates the need for multiple usernames across different websites, simplifying your online experience.&lt;br /&gt;
&lt;br /&gt;
=== Further Reading ===&lt;br /&gt;
* [https://konklone.com/post/switch-to-https-now-for-free Switch to HTTPS Now, For Free]&lt;br /&gt;
: Article features a tutorial for [https://www.startcom.org StartCom]&amp;#039;s [https://www.startssl.com StartSSL]™.&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
;Moved content to&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; http://telecafe.org/smw/Office_Productivity_Hacks#Web-Based_Productivity_Apps&lt;br /&gt;
&lt;br /&gt;
== Web Site Builders &amp;amp; Online Designers ==&lt;br /&gt;
=== Online Website Designers &amp;amp;amp; Builders ===&lt;br /&gt;
;The Grid: https://thegrid.io/&lt;br /&gt;
: Founding Member &amp;quot;Advantages&amp;quot; Include:&lt;br /&gt;
::- 1 year pre-paid subscription&lt;br /&gt;
::- Subscription begins v1 release, late Spring 2015&lt;br /&gt;
::- Locked-in rate of $8/month (regularly $25)&lt;br /&gt;
::- 7 Sites, custom domains OK&lt;br /&gt;
::- Pretty much unlimited contributors, storage and bandwidth&lt;br /&gt;
::- Commerce engine, due late 2015, cost-based fees only&lt;br /&gt;
::- Grid NFC Token (limited gold edition)&lt;br /&gt;
::- $96 / yearYearly payment&lt;br /&gt;
&lt;br /&gt;
;Webflow: https://webflow.com/&lt;br /&gt;
: Sign up. Forever free. Join over 200,000 web designers. Create professional, responsive websites. Without any code. Webflow is a professional site builder for designing websites from scratch. You can also start from one of our gorgeous templates.&lt;br /&gt;
&lt;br /&gt;
;Website Builders Comparison Chart: http://www.websitebuilderexpert.com/website-builders-comparison-chart/&lt;br /&gt;
: Compares the following services:&lt;br /&gt;
::- Squarespace: http://www.squarespace.com/&lt;br /&gt;
::- Wix: http://www.wix.com/&lt;br /&gt;
::- Weebly: http://www.weebly.com/&lt;br /&gt;
::- Jimdo: http://www.jimdo.com/&lt;br /&gt;
::- GoDaddy: https://www.godaddy.com/hosting/website-builder.aspx&lt;br /&gt;
::- IM Creator: http://imcreator.com/&lt;br /&gt;
&lt;br /&gt;
== Web Server &amp;amp;amp; Hosting ==&lt;br /&gt;
=== DIY Home Web Server ===&lt;br /&gt;
;Set Up a Home Server: http://www.webmonkey.com/2010/02/set_up_a_home_server/&lt;br /&gt;
: Setting up a home server running an open-source operating system is a popular and useful activity.&lt;br /&gt;
&lt;br /&gt;
;How to set up a safe and secure Web server: http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/&lt;br /&gt;
: Learn a lot by doing it yourself instead of going with a hosting company.&lt;br /&gt;
&lt;br /&gt;
;Build a Linux Home Web Server For Under $250: http://linuxlookup.com/howto/build_linux_home_web_server_under_250&lt;br /&gt;
&lt;br /&gt;
;Amahi Home Server - Making Home Networking Simple: http://www.amahi.org/&lt;br /&gt;
: Amahi is software that runs on a dedicated PC as a central computer for your home.&lt;br /&gt;
:: See Amahi&amp;#039;s Wiki for setting up a home web server: https://wiki.amahi.org/index.php/Hosting_a_website&lt;br /&gt;
&lt;br /&gt;
=== Dynamic DNS (DDNS) ===&lt;br /&gt;
Also see [[dreamhost:|DreamHost]]&amp;#039;s &amp;#039;&amp;#039;&amp;#039;[[dreamhost:Dynamic DNS|Dynamic DNS]]&amp;#039;&amp;#039;&amp;#039; wiki page.&lt;br /&gt;
;How to Enable Dynamic Service for Your domain name.: http://support.easydns.com/tutorials/DynamicDNS/&lt;br /&gt;
: Dynamic DNS service is used to keep a domain name pointing to the same computer or server connected to the internet despite the fact that the address (IP address) of the computer keeps changing. This service is useful to anyone who wants to operate a server (web server, mail server, ftp server, irc server etc) connected to the internet with a dynamic IP or to someone who wants to connect to an office computer or server from a remote location with software such as pcAnywhere.&lt;br /&gt;
&lt;br /&gt;
; Dynamic DNS with your own domain name (for free!): http://g18c.wordpress.com/2009/12/04/dynamic-dns-with-your-own-domain-name-for-free/&lt;br /&gt;
&lt;br /&gt;
=== IP Addresses ===&lt;br /&gt;
;Want to buy an Internet IPv4 address? Cheap?: http://www.zdnet.com/article/want-to-buy-an-internet-ipv4-address-cheap/&lt;br /&gt;
: Companies are beginning to sell IPv4 addresses as the IPv4 address pool finishes drying up.&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts: Free ===&lt;br /&gt;
;The Simplest and Cheapest Free Web Hosting Services: http://lifehacker.com/5530961/the-simplest-and-cheapest-free-web-hosting-services&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts (Cloud &amp;amp;amp; VPS): Paid ===&lt;br /&gt;
==== Atlantic.Net ====&lt;br /&gt;
;Atlantic.Net:https://www.atlantic.net/&lt;br /&gt;
: One-Click Applications help simplify your workload. Pricing similar to DigitalOcean.&lt;br /&gt;
&lt;br /&gt;
==== DigitalOcean ====&lt;br /&gt;
;DigitalOcean: https://www.digitalocean.com/&lt;br /&gt;
: Features 20GB solid-state hard drive (SSD) + 512MB memory for just $5 a month.&lt;br /&gt;
;Technical FAQ: https://www.digitalocean.com/help/technical/setup/&lt;br /&gt;
;How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS: https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns&lt;br /&gt;
;How To Create Your First DigitalOcean Droplet Virtual Server: https://www.digitalocean.com/community/articles/how-to-create-your-first-digitalocean-droplet-virtual-server&lt;br /&gt;
;An Introduction to Securing your Linux VPS: https://www.digitalocean.com/community/articles/an-introduction-to-securing-your-linux-vps&lt;br /&gt;
;Multiple domains on the same droplet: https://www.digitalocean.com/community/questions/multiple-domains-on-the-same-droplet&lt;br /&gt;
;Guidelines to setup a perfect Digital Ocean VPS: http://www.narga.net/why-moved-digitalocean-guidelines-setup-perfect-vps/&lt;br /&gt;
:: Scroll down about a 3rd of the way to get to list of tutorials.&lt;br /&gt;
&lt;br /&gt;
==== DreamHost ====&lt;br /&gt;
;DreamHost VPS Hosting: http://www.dreamhost.com/servers/vps/&lt;br /&gt;
;DreamHost configuration fixes:&lt;br /&gt;
:- http://wiki.dreamhost.com/DreamHost_PS_Troubleshooting&lt;br /&gt;
:- http://wiki.dreamhost.com/PS_Optimization&lt;br /&gt;
:- http://wiki.dreamhost.com/Preventing_hotlinking&lt;br /&gt;
:- http://wiki.dreamhost.com/XCache&lt;br /&gt;
:- http://xcache.lighttpd.net/wiki/Introduction&lt;br /&gt;
:- https://www.mediawiki.org/wiki/Manual:Robots.txt&lt;br /&gt;
&lt;br /&gt;
==== Google Cloud Platform ====&lt;br /&gt;
;Google Cloud Platform: https://cloud.google.com/&lt;br /&gt;
: &amp;quot;Build applications and websites, store data, and analyze data on Google’s infrastructure.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Kyup ====&lt;br /&gt;
* [https://kyup.com Kyup: Scalable Cloud Hosting on Linux containers]&lt;br /&gt;
: High-performance cloud servers deployed instantly. Built on innovative Linux containers technology, loved by developers. Simple pay-as-you-go pricing!&lt;br /&gt;
&lt;br /&gt;
==== Linode ====&lt;br /&gt;
;Linode: https://www.linode.com/&lt;br /&gt;
&lt;br /&gt;
==== VPS.NET ====&lt;br /&gt;
;VPS.NET: http://vps.net/&lt;br /&gt;
&lt;br /&gt;
===== Further Reading =====&lt;br /&gt;
;Best Cloud Hosting: http://best-cheap-hosting.com/best-cloud-hosting/&lt;br /&gt;
&lt;br /&gt;
=== Web Hosting Control Panels ===&lt;br /&gt;
If you set up your own server, it might be helpful to have the assistance of a [[wikipedia:Graphical user interface|GUI]] control panel.&lt;br /&gt;
;Comparison of web hosting control panels: http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels&lt;br /&gt;
;The Definitive Thread on Open Source Control Panels/ cPanel Alternatives: Part I: https://www.digitalocean.com/community/questions/the-definitive-thread-on-open-source-control-panels-cpanel-alternatives-part-i&lt;br /&gt;
;Webmin: http://www.webmin.com/&lt;br /&gt;
;ZPanel: http://www.zpanelcp.com/&lt;br /&gt;
: &amp;quot;ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written in PHP and uses several open-source (or freely available) software packages to provide a secure, web hosting system.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Resources ==&lt;br /&gt;
=== Tool Collections ===&lt;br /&gt;
;10 Free and Useful Tools for Web Designers: http://coolhomepages.com/10-Free-and-Useful-Tools-for-Web-Designers/blog-845.html&lt;br /&gt;
: Some of the tools mentioned include:&lt;br /&gt;
:- Infinite Slider: https://kinsta.com/infinite-slider/ (A WordPress slider plugin.)&lt;br /&gt;
:- ImageOptim: https://imageoptim.com/ (Optimize image size for web. Open source.)&lt;br /&gt;
:- Google Web Designer: http://www.google.com/webdesigner/ (Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.)&lt;br /&gt;
&lt;br /&gt;
=== Analytics ===&lt;br /&gt;
;Piwik - Free (&amp;amp;amp; Open Source) Web Analytics Software: http://piwik.org/&lt;br /&gt;
&lt;br /&gt;
=== Browser &amp;amp;amp; Mobile Device Testers ===&lt;br /&gt;
;Chrome DEVTOOLS Device Mode &amp;amp; Mobile Emulation: https://developer.chrome.com/devtools/docs/device-mode&lt;br /&gt;
: Device mode brings the insights of mobile testing to your browser tab through the power of mobile emulation.&lt;br /&gt;
&lt;br /&gt;
; MobileTest.me: http://mobiletest.me/&lt;br /&gt;
: Test your websites in smartphone &amp;amp; tablet emulators.&lt;br /&gt;
&lt;br /&gt;
=== Structured Data ===&lt;br /&gt;
; schema.org: http://schema.org/&lt;br /&gt;
: Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results, making it easier for people to find the right Web pages. Many sites are generated from structured data, which is often stored in databases. When this data is formatted into HTML, it becomes very difficult to recover the original structured data. Many applications, especially search engines, can benefit greatly from direct access to this structured data. On-page markup enables search engines to understand the information on web pages and provide richer search results in order to make it easier for users to find relevant information on the web. Markup can also enable new tools and applications that make use of the structure. &lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
;After the Deadline: http://www.afterthedeadline.com/&lt;br /&gt;
:: After the Deadline is a language checker for the web with:&lt;br /&gt;
::- Contextual Spell Checking&lt;br /&gt;
::- Advanced Style Checking&lt;br /&gt;
::- Intelligent Grammar Checking&lt;br /&gt;
&lt;br /&gt;
;BuiltWith: http://builtwith.com/&lt;br /&gt;
: Find out what websites are Built With&lt;br /&gt;
&lt;br /&gt;
;Color Hex Color Codes: http://www.color-hex.com/&lt;br /&gt;
&lt;br /&gt;
;DIFF CHECKER: https://www.diffchecker.com/&lt;br /&gt;
: Can&amp;#039;t remember &amp;#039;&amp;#039;exactly&amp;#039;&amp;#039; what changes you made to that &amp;lt;tt&amp;gt;html&amp;lt;/tt&amp;gt; file? Let DIFF CHECKER come to the rescue.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Another online Diff Checker is&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;QuickDiff.com&amp;#039;&amp;#039;&amp;#039;: http://www.quickdiff.com/&lt;br /&gt;
: An Online Tool to do a &amp;#039;quick and dirty&amp;#039; diff of two text or code fragments.&lt;br /&gt;
&lt;br /&gt;
;Hacked Website Cleanup Tools Extension: https://www.whitefirdesign.com/hacked-website-cleanup-tools&lt;br /&gt;
&lt;br /&gt;
;HeadJS -- The Only Script In Your &amp;lt;HEAD&amp;gt; -- A tiny script that speeds up, simplifies and modernizes your site.: Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues.&lt;br /&gt;
: http://headjs.com/&lt;br /&gt;
&lt;br /&gt;
;ID Your Body For Greater CSS Control and Specificity: http://css-tricks.com/id-your-body-for-greater-css-control-and-specificity/&lt;br /&gt;
&lt;br /&gt;
;if this then that: http://ifttt.com/wtf&lt;br /&gt;
: Automated triggers for various web and internet related tasks.&lt;br /&gt;
&lt;br /&gt;
;Online Email Obfuscator: http://andrew.hedges.name/experiments/obfuscator/&lt;br /&gt;
&lt;br /&gt;
;PURL: http://purl.oclc.org/docs/index.html&lt;br /&gt;
: PURLs (Persistent Uniform Resource Locators) are Web addresses that act as permanent identifiers in the face of a dynamic and changing Web infrastructure.&lt;br /&gt;
&lt;br /&gt;
;Text Mechanic™ - Text Manipulation Tools: http://textmechanic.com/&lt;br /&gt;
: A collection of free, online, browser-based, text manipulation tools.&lt;br /&gt;
&lt;br /&gt;
;Use PHP to insert an automatic “last modified” date into web pages: http://code.adonline.id.au/last-modified-date-php/&lt;br /&gt;
&lt;br /&gt;
;What Beautiful HTML Code Looks Like: http://css-tricks.com/what-beautiful-html-code-looks-like/&lt;br /&gt;
&lt;br /&gt;
;What is humans.txt?: http://humanstxt.org/&lt;br /&gt;
&lt;br /&gt;
;When can I use...: http://caniuse.com/&lt;br /&gt;
: Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
;Your Web, documented · WebPlatform.org: http://www.webplatform.org/&lt;br /&gt;
&lt;br /&gt;
;HTML5 Development Center: Resources and Tools: http://www.sitepoint.com/tag/html5-dev-center/&lt;br /&gt;
&lt;br /&gt;
;All The Tools I Used to Rebuild the DMAD Website: http://dmad.com/web-tools&lt;br /&gt;
: Brief mentions of lots of useful tools, including...&lt;br /&gt;
:- [http://bootstrapwp.rachelbaker.me/ BootstrapWP] Bootstrap theme for WordPress.&lt;br /&gt;
:- [http://css-tricks.com/ CSS-Tricks]&lt;br /&gt;
:- [http://yoast.com/wordpress/seo/ Yoast WordPress SEO Plugin]&lt;br /&gt;
:- [http://www.advancedcustomfields.com/ Advanced Custom Fields] - Custom fields. Made easy. Use the Advanced Custom Fields plugin to take full control of your edit screens &amp;amp; custom field data.&lt;br /&gt;
: ... and more.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=995</id>
		<title>User:Dave/Web Hack Notes (Non-Wiki)</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=995"/>
		<updated>2019-11-17T17:42:51Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* CMS Tools &amp;amp;amp; Tricks */ Updated link for “Using Google Spreadsheets as a CMS for Meteor” + dead link warning.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Beautiful-HTML.png|thumb|500px|Source: [http://css-tricks.com/what-beautiful-html-code-looks-like/ What Beautiful HTML Code Looks Like]]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= HELP FROM AROUND THE WEB =&lt;br /&gt;
These notes began as an archive of resources listed on the [http://humanstxt.org/ humans.txt] file for a particular website. The domain for that site was since hijacked by a [http://www.acorndomains.co.uk/domain-name-scams/107083-domcollect-sued-along-1-1-hijacking-domains-my-update.html domain squatter], but the resources listed here have proved useful for other web projects. The idea is to expand this page with other helpful resources for building simple web sites.&lt;br /&gt;
&lt;br /&gt;
== Web Design Tips &amp;amp;amp; Resources ==&lt;br /&gt;
;Web Tools Weekly:http://webtoolsweekly.com/&lt;br /&gt;
: Web Tools Weekly is a front-end development and web design newsletter with a focus on tools.&lt;br /&gt;
&lt;br /&gt;
;Webdesigner Depot: http://www.webdesignerdepot.com/&lt;br /&gt;
: Our goal is to share the latest and greatest findings, tips, and techniques for web designers and developers.&lt;br /&gt;
&lt;br /&gt;
== SEO, SEM, Search Engine Responsiveness ==&lt;br /&gt;
;Screaming Frog SEO Spider Tool: http://www.screamingfrog.co.uk/seo-spider/&lt;br /&gt;
:The Screaming Frog SEO Spider is a small desktop program you can install locally on your PC, Mac or Linux machine which spiders websites’ links, images, CSS, script and apps from an SEO perspective. It fetches key onsite elements for SEO, presents them in tabs by type and allows you to filter for common SEO issues, or slice and dice the data how you see fit by exporting into Excel. You can view, analyse and filter the crawl data as it’s gathered and updated continuously in the program’s user interface.&lt;br /&gt;
&lt;br /&gt;
== Static File Websites ==&lt;br /&gt;
;An Introduction to Static Site Generators: http://davidwalsh.name/introduction-static-site-generators&lt;br /&gt;
: This is a fantastic introduction in helping folks understand the advantages of static sites, particularly when there&amp;#039;s no compelling advantage for maintaining the site on a dynamic architecture.&lt;br /&gt;
&lt;br /&gt;
;What is a Static Website?: http://nilclass.com/courses/what-is-a-static-website/&lt;br /&gt;
: What is a Static Website? Static websites are popular because they are super efficient, extremely fast and usually free to host. Blogs, resumes, marketing websites, landing pages, and documentation are all good candidates for static websites. [http://nilclass.com/courses/what-is-a-static-website/ Follow along as we visually walk-through the differences and benefits between a static vs dynamic website.]&lt;br /&gt;
&lt;br /&gt;
;Why You Should Build Your Website Using Static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; Files?: http://ryanhayes.net/why-you-should-build-your-website-using-static-html-files/&lt;br /&gt;
: Why would anyone want a static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; site with the options we have today in CMS products?  Why would you go seemingly backwards to the old days of &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt;?&lt;br /&gt;
::- Performance&lt;br /&gt;
::- Security&lt;br /&gt;
::- HTML is portable!&lt;br /&gt;
&lt;br /&gt;
;StaticGen&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Top Open-Source Static Site Generators: https://www.staticgen.com/&lt;br /&gt;
: An incredible list of 100 static site generators. Included the generator&amp;#039;s ranking (how many stars it was &amp;quot;awarded&amp;quot; by users), language (Ruby, Python, JavaScript, etc.), templates (Liquid, MarkDown, EJS, Swig, etc.) and license (MIT, Apache, GPL, etc.).&lt;br /&gt;
&lt;br /&gt;
;Static Site Generators: https://staticsitegenerators.net/&lt;br /&gt;
: &amp;quot;The definitive listing of Static Site Generators&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Implementing a static website in [https://cloud.google.com/appengine/docs/python/gettingstartedpython27/introduction Google App Engine]: http://www.enkisoftware.com/devlogpost-20130823-1-Implementing_a_static_website_in_Google_App_Engine.html&lt;br /&gt;
&lt;br /&gt;
;Jekyll-Bootstrap: http://jekyllbootstrap.com/&lt;br /&gt;
: Jekyll-Bootstrap is a full blog scaffold for Jekyll based blogs. &amp;#039;&amp;#039;&amp;#039;Jekyll Generates Static Websites!&amp;#039;&amp;#039;&amp;#039; To understand the differences and benefits of static vs dynamic websites, follow this [http://nilclass.com/courses/what-is-a-static-website/#1 quick visual tutorial].&lt;br /&gt;
&lt;br /&gt;
=== Static File Website Hosting Hacks ===&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[User:Dave/Web Hack Notes (Non-Wiki)#Git_.26_Website_Publishing|Git &amp;amp; Website Publishing]]&lt;br /&gt;
&lt;br /&gt;
;Cheap or Free Static Website Hosting: http://alignedleft.com/resources/cheap-web-hosting&lt;br /&gt;
&lt;br /&gt;
=== Static Website Tools ===&lt;br /&gt;
;Staticman - Static sites with superpowers.: https://staticman.net/&lt;br /&gt;
: Staticman handles user-generated content for you and transforms it into data files that sit in your GitHub repository, along with the rest of your content.&lt;br /&gt;
&lt;br /&gt;
== Version Control Systems ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
; Git --everything-is-local: http://git-scm.com/&lt;br /&gt;
:: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.&lt;br /&gt;
&lt;br /&gt;
==== Learn Git; GitHub ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Pro Git&amp;#039;&amp;#039;&amp;#039; (book) by Scott Chacon is available to read online for free.&lt;br /&gt;
: http://git-scm.com/book&lt;br /&gt;
:: The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license.&lt;br /&gt;
&lt;br /&gt;
; git - the simple guide: just a simple guide for getting started with git. no deep shit ;)&lt;br /&gt;
: http://rogerdudler.github.io/git-guide/&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 1): Don&amp;#039;t Get Scared, Get Started: http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1&lt;br /&gt;
: GitHub is more than just a programmer&amp;#039;s tool. If you want to collaborate on anything, you should give it a try. Part 1 of a two-part look at getting started with GitHub.&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 2): Commit, Push And Go: http://readwrite.com/2013/10/02/github-for-beginners-part-2&lt;br /&gt;
: Now that we know the concepts behind GitHub and Git, it&amp;#039;s time to have fun. Part 2 of our two-part series.&lt;br /&gt;
&lt;br /&gt;
==== Git &amp;amp;amp; Website Publishing ====&lt;br /&gt;
;GitHub Pages - Websites for you and your projects.: https://pages.github.com/&lt;br /&gt;
: Hosted directly from your GitHub repository. Just edit, push, and your changes are live.&lt;br /&gt;
&lt;br /&gt;
;Using GitHub Pages To Host Your Website: http://blog.teamtreehouse.com/using-github-pages-to-host-your-website&lt;br /&gt;
: This is an awesome tutorial explaining how to &amp;quot;commit&amp;quot; your web site&amp;#039;s files from your computer to your GitHub repository. Makes hosting on GitHub super simple!&lt;br /&gt;
&lt;br /&gt;
;GIT to deploy website (in 5 steps): http://www.bitbonsai.com/git-deploy-website-5steps/&lt;br /&gt;
&lt;br /&gt;
;How I moved my websites to Dropbox and GitHub: http://alexcican.com/post/guide-hosting-website-dropbox-github/&lt;br /&gt;
&lt;br /&gt;
;Using Git to manage a web site: http://toroid.org/ams/git-website-howto&lt;br /&gt;
: A step-by-step tutorial from a website that is doing what the tutorial instructs.&lt;br /&gt;
&lt;br /&gt;
;Git for Web Publishing: http://philkates.com/2009/08/git-as-a-web-publishing-tool/&lt;br /&gt;
: Features instructions for updating Git on DreamHost.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
= CMS &amp;amp; Blog Platforms =&lt;br /&gt;
&lt;br /&gt;
== Drupal ==&lt;br /&gt;
;Drupal Commons: http://drupal.org/project/commons&lt;br /&gt;
: Drupal Commons is a ready-to-use solution for building either internal or external communities. It provides a complete social business software solution for organizations.&lt;br /&gt;
;A Drupal Developer’s Setup on Windows: http://mikekeran.com/drupal-developer-setup-windows&lt;br /&gt;
;Back up your site using the command line: https://drupal.org/upgrade/backing-your-site-command-line&lt;br /&gt;
;Upgrading from previous versions: https://drupal.org/upgrade&lt;br /&gt;
;Upgrading Drupal using a Patch File: https://drupal.org/comment/1545852#comment-1545852&lt;br /&gt;
&lt;br /&gt;
=== Drupal Modules ===&lt;br /&gt;
:: (Used on the new ATA.org Drupal 7 installation.)&lt;br /&gt;
;Top 25 Drupal 7 Modules: http://www.axzm.com/top-25-drupal-7-modules&lt;br /&gt;
;Backup and Migrate: https://drupal.org/project/backup_migrate&lt;br /&gt;
;Display Suite Bootstrap Layouts: https://drupal.org/project/ds_bootstrap_layouts&lt;br /&gt;
;Bootstrap - Photo Gallery: https://drupal.org/project/bootstrap_gallery&lt;br /&gt;
;Context: https://www.drupal.org/project/context&lt;br /&gt;
: Context allows you to manage contextual conditions and reactions for different portions of your site. For instance, you can group several &amp;quot;[https://www.drupal.org/project/bean Beans]&amp;quot; (blocks) into a particular [https://www.drupal.org/project/context Context] if you want to consistently place the group on several nodes throughout the site.&lt;br /&gt;
==== Block Modules ====&lt;br /&gt;
;Bean: https://www.drupal.org/project/bean&lt;br /&gt;
: Bean is an acronym that stands for &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;lock &amp;#039;&amp;#039;&amp;#039;E&amp;#039;&amp;#039;&amp;#039;ntities &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;ren&amp;#039;t &amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;odes.&lt;br /&gt;
;MultiBlock: https://www.drupal.org/project/multiblock&lt;br /&gt;
: Drupal&amp;#039;s block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages. MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks.&lt;br /&gt;
;Block Group: https://www.drupal.org/project/blockgroup&lt;br /&gt;
: Tutorial: [https://www.youtube.com/watch?v=fC8lo6jHBuI Drupal Tutorial : Block Groups And Bootstrap] | WDTutorials.com&lt;br /&gt;
&lt;br /&gt;
=== Drupal Themes ===&lt;br /&gt;
;Bamboo: https://drupal.org/project/bamboo&lt;br /&gt;
;Bootstrap: https://drupal.org/project/bootstrap&lt;br /&gt;
;Bootstrap Barrio: https://drupal.org/project/bootstrap_barrio&lt;br /&gt;
:: Bootstrap Barrio is a sub-theme of the Bootstrap Theme, adding 1, 2 or 3 columns with configurable widths.&lt;br /&gt;
&lt;br /&gt;
==== Drupal Theme Tutorials ====&lt;br /&gt;
;Bootstrap sub-theming &amp;quot;how to&amp;quot;: https://drupal.org/node/1978010&lt;br /&gt;
;How to Use Bootswatch Themes in Drupal 7: http://webwash.net/tutorials/how-use-bootswatch-themes-drupal-7&lt;br /&gt;
;Creating a sub-theme: https://drupal.org/node/225125&lt;br /&gt;
;How to Customize a Contributed Drupal Theme: http://radarearth.com/content/how-customize-contributed-drupal-theme&lt;br /&gt;
&lt;br /&gt;
=== Drupal Wikis ===&lt;br /&gt;
;Commons Wikis: http://drupal.org/project/commons_wikis&lt;br /&gt;
: Provide the wiki functionality for Drupal Commons distribution.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See other wiki-like features for Drupal here:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: http://portlandwiki.org/User:WikiMaster/Projects#Drupal_Related&lt;br /&gt;
&lt;br /&gt;
=== Drupal - Drush ===&lt;br /&gt;
;A Beginner&amp;#039;s Guide to Drush, the Drupal Shell: https://www.digitalocean.com/community/articles/a-beginner-s-guide-to-drush-the-drupal-shell&lt;br /&gt;
;Drush.org: A command line shell and scripting interface for Drupal.: http://drush.ws/&lt;br /&gt;
;Upgrade Drupal easily with Drush: https://drupal.org/comment/1593136#comment-1593136&lt;br /&gt;
;Updating Drupal Core with Drush: http://brockboland.com/2010/08/updating-drupal-core-drush/&lt;br /&gt;
;Install Drush on Dreamhost VPS: http://www.pru8.com/install-drush-on-dreamhost-vps&lt;br /&gt;
;Drush commands reference: https://groups.drupal.org/drush/commands&lt;br /&gt;
&lt;br /&gt;
== WordPress ==&lt;br /&gt;
=== WordPress Back-Up ===&lt;br /&gt;
;BlogVault &amp;quot;The Ultimate WordPress Backup Service&amp;quot;: https://blogvault.net/&lt;br /&gt;
: Premium service with prices ranging from $9/month for one blog.&lt;br /&gt;
&lt;br /&gt;
;WPBackItUp Backup &amp;amp; Restore: https://wordpress.org/plugins/wp-backitup/&lt;br /&gt;
: Installed on http://sofiaangelina.com/ and http://lifemotion.com/.&lt;br /&gt;
&lt;br /&gt;
=== WordPress Guides ===&lt;br /&gt;
;Creating a Static Front Page: http://codex.wordpress.org/Creating_a_Static_Front_Page&lt;br /&gt;
;Enable and Disable Comments: http://en.support.wordpress.com/enable-disable-comments/&lt;br /&gt;
;How to Show WordPress Pages on Your Homepage: http://premium.wpmudev.org/blog/how-to-show-wordpress-pages-on-your-homepage/&lt;br /&gt;
;Docs to WordPress: https://wordpress.org/plugins/docs-to-wordpress/changelog/&lt;br /&gt;
: Easily move posts from Google Docs to WordPress.&lt;br /&gt;
;WordPress plugin&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; include custom fields in a post: http://pp19dd.com/wordpress-plugin-include-custom-field/&lt;br /&gt;
:: This handy site also contains links to a number of other useful tips &amp;#039;n&amp;#039; tools, including [http://pp19dd.com/zipcode-lookup/ CSV batch zipcode Lookup tool], [http://pp19dd.com/2012/10/four-things-i-wish-someone-had-told-me-about-wikis-wikimedia/ Four things I wish someone had told me about wikis (WikiMedia)] and more.&lt;br /&gt;
;WordPress Rockers&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; How To’s: http://wprockers.com/how-tos&lt;br /&gt;
;wordpress tips | tips &amp;amp;amp; advice on wordpress.com blogs: http://wpbtips.wordpress.com/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Multisite ===&lt;br /&gt;
;The Beginner&amp;#039;s Guide to WordPress Multisite: http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Photo Galleries ===&lt;br /&gt;
;Twitter Bootstrap Galleries: http://wordpress.org/plugins/twitter-bootstrap-galleries/&lt;br /&gt;
:: Wraps the content of a WordPress media gallery in a Twitter&amp;#039;s Bootstrap grid.&lt;br /&gt;
;NextGEN Gallery: http://www.nextgen-gallery.com/&lt;br /&gt;
;NextGEN Gallery Shortcodes: http://www.nextgen-gallery.com/nextgen-gallery-shortcodes/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Shortcodes ===&lt;br /&gt;
;Shortcode API: http://codex.wordpress.org/Shortcode_API&lt;br /&gt;
;WordPress Page Design&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Shortcodes v Page Templates: http://www.sitepoint.com/wordpress-page-design-shortcodes-v-page-templates/&lt;br /&gt;
;Getting Started with WordPress Shortcodes (+Examples): http://speckyboy.com/2011/07/18/getting-started-with-wordpress-shortcodes-examples/&lt;br /&gt;
&lt;br /&gt;
=== Wordpress &amp;amp;amp; Social Media ===&lt;br /&gt;
;Top 10 Social Media Plugins for WordPress: http://smallbiztrends.com/2014/03/social-media-plugins-for-wordpress.html&lt;br /&gt;
;WordPress Instagram Plugins - Instagram Picture: http://www.inmotionhosting.com/support/website/wordpress-plugins/instagram-picture-plugin-for-wordpress&lt;br /&gt;
;Instagram Picture: Shortcode function example (English): http://tb-webtec.de/2013/10/instagram-picture-shortcode-function-example-english/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Themes ===&lt;br /&gt;
;WordPress Child Themes: http://codex.wordpress.org/Child_Themes&lt;br /&gt;
;How to remove Proudly powered by WordPress from Twenty Eleven theme?: http://wprockers.com/how-to-remove-proudly-powered-by-wordpress-from-twenty-eleven-theme-1120.html&lt;br /&gt;
;Replace/Remove Default Header Image Twenty Eleven Theme: http://wpti.ps/functions/replace-remove-header-image-twenty-eleven-theme/&lt;br /&gt;
&lt;br /&gt;
== Flat File CMS Scripts ==&lt;br /&gt;
;Monstra: http://monstra.org/&lt;br /&gt;
: Monstra is a modern and lightweight Content Management System. It is Easy to install, upgrade and use.&lt;br /&gt;
&lt;br /&gt;
;Morfy: http://morfy.monstra.org/&lt;br /&gt;
: Morfy is a simple, fast and light-weighted file-based Content Management System. Making the Web easy.&lt;br /&gt;
&lt;br /&gt;
;Pico: http://picocms.org/&lt;br /&gt;
: A stupidly simple &amp;amp; blazing fast, flat file CMS. Making the web easy.&lt;br /&gt;
&lt;br /&gt;
;razorCMS: http://www.razorcms.co.uk/&lt;br /&gt;
: File Based Content Management System - The file based CMS that allows you to build a website without the need for an SQL database, storing everything in flat files.&lt;br /&gt;
&lt;br /&gt;
== Lightweight CMS Scripts ==&lt;br /&gt;
;Bolt CMS - Sophisticated, Lightweight and Simple: https://bolt.cm/&lt;br /&gt;
: Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It’s a joy to use.&lt;br /&gt;
: By default, Bolt is configured to use an SQLite database. You can configure the database, if you want to change this to MySQL or PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
;CMS Made Simple: http://www.cmsmadesimple.org/&lt;br /&gt;
&lt;br /&gt;
;phpSQLiteCMS: http://phpsqlitecms.net/&lt;br /&gt;
: phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite.&lt;br /&gt;
&lt;br /&gt;
;SiteCake - Simple, drag and drop CMS for fast editing: http://sitecake.com/&lt;br /&gt;
: SiteCake is an open source PHP CMS application which allows a site admin to edit a website while browsing it. Once logged in, everything becomes editable. While in edit mode, SiteCake displays a &amp;quot;content editing bar&amp;quot; with options for inserting HTML elements like headers, lists, images, videos and other stuff like Google Maps or a slideshow.&amp;lt;ref&amp;gt;[http://www.webresourcesdepot.com/sitecake-simple-yet-beautiful-and-open-source-cms-for-small-websites/ SiteCake – Simple-Yet-Beautiful And Open Source CMS For Small Websites]&amp;lt;/ref&amp;gt; SiteCake is a true WYSIWYG. There is no separate admin section, you can click any page element and edit it in-place.&amp;lt;ref&amp;gt;[http://blog.bitnami.com/2013/11/welcome-to-newest-bitnami-stack-sitecake.html Welcome to the Newest Bitnami Stack, SiteCake!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Zimplit: http://www.zimplit.com/index.html&lt;br /&gt;
&lt;br /&gt;
== CMS Tools &amp;amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
=== Google Docs as CMS ===&lt;br /&gt;
* [https://github.com/jadeallencook/gDoc.js gDoc.js]&lt;br /&gt;
: Use Google Spreadsheets as your CMS! Create a Google Spreadsheet containing all the information you will need for your site. [http://jadeallencook.github.io/gDoc.js/ Demo Page]&lt;br /&gt;
&lt;br /&gt;
* [http://mikeheavers.com/main/code-item/creating_a_website_with_a_google_spreadsheet_powered_cms Creating a website with a google spreadsheet powered CMS]&lt;br /&gt;
: A Google Docs CMS is perfect. Easy to use, most people are familiar with it - absolutely zero install / configuration time, and it integrates extremely nicely with javascript templating systems.&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Dead link as of 09:42, 17 November 2019 (PST).&lt;br /&gt;
&lt;br /&gt;
* [https://blog.reactioncommerce.com/using-google-spreadsheets-as-a-cms-for-meteor/ Using Google Spreadsheets as a CMS for Meteor]&lt;br /&gt;
&lt;br /&gt;
== CSS Grids &amp;amp;amp; Frameworks ==&lt;br /&gt;
=== Bootstrap CSS ===&lt;br /&gt;
;Bootstrap &amp;gt; CSS: http://getbootstrap.com/css/&lt;br /&gt;
;Bootstrap: http://twitter.github.com/bootstrap/&lt;br /&gt;
;How to Customize the Default Bootstrap Style, the Right Way: https://bootstrapbay.com/blog/customize-bootstrap/&lt;br /&gt;
: Create a new file in your Bootstrap CSS folder and call it custom.css. Then in the &amp;lt;code&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/code&amp;gt; portion of your website, load your new custom CSS file &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; the default bootstrap stylesheet.&lt;br /&gt;
;11 Reasons to Use Twitter Bootstrap: http://www.sitepoint.com/11-reasons-to-use-twitter-bootstrap/&lt;br /&gt;
;Bootstrap Templates - Free HTML Starter Templates for Bootstrap: http://startbootstrap.com/&lt;br /&gt;
;Bootstrap Image Gallery: http://blueimp.github.io/Bootstrap-Image-Gallery/&lt;br /&gt;
;Bootsnipp: http://bootsnipp.com/&lt;br /&gt;
: Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework&lt;br /&gt;
;Bootstrap Contact Form: http://www.mkt.cat/contact.php&lt;br /&gt;
;How to make a contact form with Bootstrap 3 ? (JQuery/PHP/HTML5/JqBootstrapValidation): http://myprogrammingblog.com/2013/08/27/how-to-make-a-contact-form-with-bootstrap-3-jqueryphphtml5jqbootstrapvalidation/&lt;br /&gt;
;How to create a PHP, Bootstrap 3 Contact Form which works with blogger and any other platform: &lt;br /&gt;
http://tudor-anghelina.blogspot.com/2013/09/how-to-create-php-bootstrap-3-contact.html&lt;br /&gt;
;5 Bootstrap CSS - Tables - JSFiddle: http://jsfiddle.net/juanmendez/L46FX/&lt;br /&gt;
&lt;br /&gt;
==== Bootstrap Drag &amp;amp;amp; Drop Tool ====&lt;br /&gt;
;LayoutIt! BETA: http://www.layoutit.com&lt;br /&gt;
: Create your frontend code simple and quickly with Bootstrap using our Drag &amp;amp; Drop Interface Builder.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CSS Wizardry: http://csswizardry.com/&lt;br /&gt;
&lt;br /&gt;
;Emastic - css framework: http://code.google.com/p/emastic/&lt;br /&gt;
&lt;br /&gt;
;inuit.css: http://csswizardry.com/inuitcss/&lt;br /&gt;
&lt;br /&gt;
;Pure: http://purecss.io/&lt;br /&gt;
&lt;br /&gt;
;Responsive Grid System: http://www.responsivegridsystem.com/&lt;br /&gt;
&lt;br /&gt;
;Sass - Syntactically Awesome Stylesheets: http://sass-lang.com/&lt;br /&gt;
&lt;br /&gt;
;Web Experience Toolkit (WET): http://wet-boew.github.io/wet-boew/index-en.html&lt;br /&gt;
: Collaborative open source project led by the Government of Canada&lt;br /&gt;
&lt;br /&gt;
=== Framework Forms ===&lt;br /&gt;
;Formalize: http://formalize.me/&lt;br /&gt;
: Features kudos from leading &amp;quot;industry experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Formee: http://formee.org/&lt;br /&gt;
: Responsive web forms for your CSS grid project.&lt;br /&gt;
&lt;br /&gt;
=== Tips, Tricks &amp;amp;amp; Reading Material for CSS Grids &amp;amp;amp; Frameworks ===&lt;br /&gt;
&lt;br /&gt;
;Don’t Overthink It Grids: http://css-tricks.com/dont-overthink-it-grids/&lt;br /&gt;
&lt;br /&gt;
== Responsive Design ==&lt;br /&gt;
;CSS Fluid Image Techniques for Responsive Site Design: http://demosthenes.info/blog/586/CSS-Fluid-Image-Techniques-for-Responsive-Site-Design&lt;br /&gt;
: “Responsive design” is not a single technology but a set of techniques that allow web pages to serve the needs of both mobile and desktop users.&lt;br /&gt;
: The core components are:&lt;br /&gt;
::- CSS @media queries&lt;br /&gt;
::- Fluid images and video&lt;br /&gt;
::- JavaScript, often triggered by window.matchMedia&lt;br /&gt;
::- Server-side solutions&lt;br /&gt;
::- SVG to create resolution-free images&lt;br /&gt;
;Responsive Design with CSS3 Media Queries: http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&lt;br /&gt;
: This tutorial will show you how to create a cross-browser responsive design with HTML5 &amp;amp; CSS3 media queries.&lt;br /&gt;
;Understanding the viewport meta tag, CSS @viewport and making an automatic link to your app: http://benfrain.com/understanding-the-viewport-meta-tag-and-css-viewport/&lt;br /&gt;
;Viewport Meta Tag For Non-Responsive Design: http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design&lt;br /&gt;
;What is Responsive Web Design?: http://coolhomepages.com/What-is-Responsive-Web-Design/blog-782.html&lt;br /&gt;
&lt;br /&gt;
== HTML5 ==&lt;br /&gt;
[[File:Html5-structure.png|thumb|434px|&amp;#039;&amp;#039;&amp;#039;The HTML5 Page Structure&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
;HTML5 Quick Tutorial: http://www.coursesweb.net/html/html5-quick-tutorial_t&lt;br /&gt;
;HTML5 Page Structure: http://css-tricks.com/snippets/html/html5-page-structure/&lt;br /&gt;
;The HTML5 Page Structure: http://www.basewebmaster.com/html/html5-page-structure.php&lt;br /&gt;
;HTML5 Page Structure: http://www.severinu.com/html5-page-structure/&lt;br /&gt;
;HTML5 Doctor, helping you implement HTML5 today: http://html5doctor.com/&lt;br /&gt;
;HTML 5 Outliner: http://gsnedders.html5.org/outliner/&lt;br /&gt;
;Document Outlines: http://html5doctor.com/outlines/&lt;br /&gt;
;Sections and Outlines of an HTML5 Document: https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document&lt;br /&gt;
;HTML5 And The Document Outlining Algorithm: http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm/&lt;br /&gt;
;[[wikipedia:Fragment identifier|Fragment identifier]] (Wikipedia): &amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:In URIs for MIME text/html pages such as http://www.example.org/foo.html#bar the fragment refers to the element with id=&amp;quot;bar&amp;quot;.&lt;br /&gt;
=== HTML5 Elements ===&lt;br /&gt;
;HTML element reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: Mozilla Developer Network&lt;br /&gt;
;HTML 5&amp;lt;nowiki&amp;gt;: Is it &amp;lt;br&amp;gt;, &amp;lt;br/&amp;gt;, or &amp;lt;br /&amp;gt;?&amp;lt;/nowiki&amp;gt;: http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br&lt;br /&gt;
&lt;br /&gt;
== CSS3 ==&lt;br /&gt;
;CSS Techniques – Absolute Horizontal And Vertical Centering In CSS: http://www.css-jquery-design.com/2013/12/css-techniques-absolute-horizontal-and-vertical-centering-in-css/&lt;br /&gt;
&lt;br /&gt;
;Multiple Columns Layout (Magazine-alike) With CSS3: http://www.hongkiat.com/blog/css3-multi-columns/&lt;br /&gt;
&lt;br /&gt;
;Using CSS multi-column layouts: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts&lt;br /&gt;
&lt;br /&gt;
;3D CSS Text: http://www.3dcsstext.com/&lt;br /&gt;
&lt;br /&gt;
;overflow-x, overflow-y tests: http://www.brunildo.org/test/Overflowxy2.html&lt;br /&gt;
: W3C CSS3 working draft: The &amp;#039;overflow-x&amp;#039; and &amp;#039;overflow-y&amp;#039; properties.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Also see [[portlandwiki:User:WikiMaster/Tables &amp;amp; Columns#CSS_Layout_Tricks|CSS Layout Tricks]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
;different title, keyword and description in every page&amp;#039;s: http://stackoverflow.com/questions/5818750/different-title-keyword-and-description-in-every-pages&lt;br /&gt;
&lt;br /&gt;
=== PHP Classes ===&lt;br /&gt;
;The php5 object oriented web design howto &amp;gt; Functions and classes &amp;gt; A page class: http://fun-tech.se/php_tutorial/part03/index.php&lt;br /&gt;
;What is the function __construct used for?: http://stackoverflow.com/questions/455910/what-is-the-function-construct-used-for&lt;br /&gt;
&lt;br /&gt;
=== PHP Includes ===&lt;br /&gt;
;Custom Page Titles with PHP Includes: http://girlswhogeek.com/tutorials/2006/custom-page-titles-with-php-includes&lt;br /&gt;
;How to automatically include your header, navigation, and footer on every page: http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&lt;br /&gt;
;Using the PHP Include Function to Template Faster: http://buildinternet.com/2009/12/using-the-php-include-function-to-template-faster/&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; php include question - bad practice?: http://www.webdeveloper.com/forum/showthread.php?t=241934&lt;br /&gt;
:: Flawed tips but useful in working out the basic idea of calling &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;footer&amp;lt;/code&amp;gt; and other page elements from a single file.&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; Page title from include php file??: http://www.webdeveloper.com/forum/showthread.php?t=208744&lt;br /&gt;
;Case Study--How to Customize a JumpStart: http://www.communitymx.com/content/article.cfm?page=1&amp;amp;cid=80733&lt;br /&gt;
: (This tutorial is mainly pushing [http://communitymx.com/jumpstart_8.cfm JumpStart] web templates, but offers some useful tips on includes placement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Side Includes (SSI) ==&lt;br /&gt;
Do you want to create a [[User:Dave/Web Hack Notes (Non-Wiki)#Static_File_Websites|static file website]] with simple HTML files and no database? Do you still want to include the common info bits (menus, footers, site maps, etc.) without having to write them on every web page? If so, SSI can be your friend.&lt;br /&gt;
&lt;br /&gt;
;Server Side Includes: https://en.wikipedia.org/wiki/Server_Side_Includes&lt;br /&gt;
: Includes a table showing lots of great examples.&lt;br /&gt;
&lt;br /&gt;
;Apache Tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Introduction to Server Side Includes: http://httpd.apache.org/docs/2.2/howto/ssi.html&lt;br /&gt;
: Server-side includes provide a means to add dynamic content to existing HTML documents.&lt;br /&gt;
&lt;br /&gt;
;How to Setup HTML Server Side Includes SSI on Apache and Nginx: http://www.thegeekstuff.com/2014/07/server-side-includes/&lt;br /&gt;
: Includes instructions on configuring &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file for SSI.&lt;br /&gt;
&lt;br /&gt;
;Apache - Server Side Includes: http://www.zytrax.com/tech/web/ssi.htm&lt;br /&gt;
: This page describes the functionality offered by, and the use of, Apache Server Side Includes (SSI and XSSI).&lt;br /&gt;
&lt;br /&gt;
;How do I conditionally handle undefined SSI variables using Apache?: http://serverfault.com/questions/296272/how-do-i-conditionally-handle-undefined-ssi-variables-using-apache&lt;br /&gt;
: Describes how to use SSI variable settings to automatically include page title.&lt;br /&gt;
&lt;br /&gt;
;Parse shtml as SSI, but also include PHP using .htaccess: http://stackoverflow.com/questions/15713204/parse-shtml-as-ssi-but-also-include-php-using-htaccess&lt;br /&gt;
: Shows modification to &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file that will also allow &amp;lt;tt&amp;gt;php&amp;lt;/tt&amp;gt; includes to be parsed.&lt;br /&gt;
&lt;br /&gt;
;An Introduction to Server Side Includes (SSI): http://www.georgedillon.com/web/ssi.shtml&lt;br /&gt;
: SSIs, or Server Side Includes, are a way to tell the server to insert something into a web page before it is sent to the viewer. What is inserted may be the content of a plain text file or it may be the output generated by another program running on the server such as the processing of a form return using a PERL script.&lt;br /&gt;
&lt;br /&gt;
;BigNoseBird.Com&amp;#039;s Server Side Include Page (SSI): http://bignosebird.com/ssi.shtml&lt;br /&gt;
: Includes links to tutorials on Enabling SSI on Your Server, Performance Considerations, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, Nested Directives, A Real Back Button, eXtended SSI Directives PART I &amp;amp;amp; eXtended SSI Directives PART II.&lt;br /&gt;
&lt;br /&gt;
=== SHTML &amp;amp;amp; SSI ===&lt;br /&gt;
;What is SHTML?: http://www.computerhope.com/jargon/s/shtml.htm&lt;br /&gt;
: SHTML is an HTML file that includes server instructions or server side includes and is similar to an ASP file.&lt;br /&gt;
&lt;br /&gt;
;What is SHTML: http://stackoverflow.com/questions/519619/what-is-shtml&lt;br /&gt;
: SHTML is a file extension that lets the web server know the file should be processed as using Server Side Includes (SSI). It&amp;#039;s embedded in a standard XML comment, and looks like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--&amp;lt;/nowiki&amp;gt;#include virtual=&amp;quot;top.shtml&amp;quot; --&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Menus ==&lt;br /&gt;
;Create a centred horizontal navigation: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/&lt;br /&gt;
::Demo: http://csswizardry.com/demos/centred-nav/&lt;br /&gt;
;Horizontally Centered Menus with no CSS hacks: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support&lt;br /&gt;
&lt;br /&gt;
== Social Media ==&lt;br /&gt;
Moved content to new article: [[Social Networking Tips]].&lt;br /&gt;
&lt;br /&gt;
== Character Encoding ==&lt;br /&gt;
;Character Entity Reference Chart:http://dev.w3.org/html5/html-author/charref&lt;br /&gt;
;HTML Codes Table&amp;amp;#8212;Characters and symbols: http://www.ascii.cl/htmlcodes.htm&lt;br /&gt;
;Character-Code.com: http://character-code.com/&lt;br /&gt;
=== Online Encoding Tools ===&lt;br /&gt;
;Convert special characters to HTML: http://www.unicodetools.com/unicode/convert-to-html.php&lt;br /&gt;
;HTML Encoder / Decoder: http://www.web2generators.com/html/entities&lt;br /&gt;
;HTML encoder: http://web.forret.com/tools/html.asp&lt;br /&gt;
;HTML Character Entity Converter: http://code.cside.com/3rdpage/us/entity/converter.html&lt;br /&gt;
;HTML 4.01 Entities: http://www.texaswebdevelopers.com/examples/xmlentities/xml_entities.asp&lt;br /&gt;
=== Character Encoding Help Resources &amp;amp;amp; How-Tos ===&lt;br /&gt;
;PHP -- Convert special characters to HTML character codes: http://stackoverflow.com/questions/3882567/php-convert-special-characters-to-html-character-codes&lt;br /&gt;
;Converting special characters to HTML entities between code tags: http://matthewjamestaylor.com/blog/convert-special-characters-to-html-entities-between-code-tags&lt;br /&gt;
;The Road to HTML 5: character encoding: http://blog.whatwg.org/the-road-to-html-5-character-encoding&lt;br /&gt;
;Curling Quotes in HTML, SGML, and XML: http://www.dwheeler.com/essays/quotes-in-html.html&lt;br /&gt;
;HTML Symbol Entities Reference: http://www.w3schools.com/tags/ref_symbols.asp&lt;br /&gt;
&lt;br /&gt;
== .htaccess ==&lt;br /&gt;
Htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across.&amp;lt;ref&amp;gt;[http://www.askapache.com/htaccess/htaccess.html Htaccess - THE Ultimate .htaccess Guide]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tricks &amp;amp;amp; Tutorials ===&lt;br /&gt;
;Htaccess - THE Ultimate .htaccess Guide: http://www.askapache.com/htaccess/htaccess.html&lt;br /&gt;
;The Ultimate Guide to .htaccess Files: http://code.tutsplus.com/tutorials/the-ultimate-guide-to-htaccess-files--net-4757&lt;br /&gt;
;The Definitive Guide to htaccess Techniques: Do’s and Don’ts: http://www.noupe.com/php/htaccess-techniques.html&lt;br /&gt;
;Comprehensive guide to .htaccess: http://www.javascriptkit.com/howto/htaccess.shtml&lt;br /&gt;
;Stupid htaccess Tricks: http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/&lt;br /&gt;
==== .htaccess 301 Redirects ====&lt;br /&gt;
; The Ultimate How-To Guide on 301 Redirects: http://www.internetmarketingninjas.com/blog/search-engine-optimization/301-redirects/&lt;br /&gt;
;.htaccess 301 redirect from old domain to new domain while structure of pages and url are same: http://stackoverflow.com/questions/13001173/htaccess-301-redirect-from-old-domain-to-new-domain-while-structure-of-pages-an&lt;br /&gt;
;.htaccess rewrite to redirect root URL to subdirectory: http://stackoverflow.com/questions/990392/htaccess-rewrite-to-redirect-root-url-to-subdirectory&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tools ===&lt;br /&gt;
;.htaccess Editor: http://www.htaccesseditor.com/en.shtml&lt;br /&gt;
: Easily create .htaccess file with this handy online .htaccess creation tool.&lt;br /&gt;
;MediaWiki ShortURL Builder: http://shorturls.redwerks.org/&lt;br /&gt;
;.htaccess redirect: http://www.htaccessredirect.net/&lt;br /&gt;
: Free .htaccess Redirect Generator&lt;br /&gt;
&lt;br /&gt;
=== Prettier URLs Through .htaccess ===&lt;br /&gt;
One way to clean up the URL on each of your site&amp;#039;s web pages is to hide its file extension (&amp;lt;code&amp;gt;.php&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt;, etc.).&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us.html&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also append a trailing forward slash, just like many of the major CMSs do.&amp;lt;ref&amp;gt;[http://stackoverflow.com/questions/27224446/problems-facing-in-making-urls-seo-friendly-and-removing-extensions-from-files-i Problems facing in making urls seo friendly and removing extensions from files in PHP]&amp;lt;/ref&amp;gt;&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us/&amp;lt;/code&amp;gt;&lt;br /&gt;
;Removing file extension via .htaccess: http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/&lt;br /&gt;
;Hide file extensions, add trailing slash with .htaccess: http://code.adonline.id.au/hide-file-extensions-add-trailing-slash/&lt;br /&gt;
;How to remove .php, .html, .htm extensions with .htaccess: http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/&lt;br /&gt;
: Includes instructions on adding a trailing forward slash.&lt;br /&gt;
&lt;br /&gt;
== Images &amp;amp;amp; Image Handling ==&lt;br /&gt;
;The figure &amp;amp; figcaption elements: http://html5doctor.com/the-figure-figcaption-elements/&lt;br /&gt;
: Good explanation for incorporating the &amp;lt;code&amp;gt;&amp;lt;figure&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;amp; &amp;lt;code&amp;gt;&amp;lt;figcaption&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;HTML5&amp;lt;/code&amp;gt; elements in images, drawings and other graphical assets.&lt;br /&gt;
&lt;br /&gt;
=== Tools &amp;amp;amp; Tricks ===&lt;br /&gt;
;Aspect Ratio Calculator: http://andrew.hedges.name/experiments/aspect_ratio/&lt;br /&gt;
;Bulk Resize Photos: http://bulkresizephotos.com/&lt;br /&gt;
;Image Size Calculator: http://auctionrepair.com/pixels.html&lt;br /&gt;
:Converts inches to pixels &amp;amp;amp; pixels to inches.&lt;br /&gt;
;Perfect Full Page Background Image: http://css-tricks.com/perfect-full-page-background-image/&lt;br /&gt;
;Absolute Center (Vertical &amp;amp; Horizontal) an Image: http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/&lt;br /&gt;
;Favicons: http://iconhandbook.co.uk/reference/examples/favicons/&lt;br /&gt;
&lt;br /&gt;
=== Free Images ===&lt;br /&gt;
;Pixabay: http://pixabay.com/&lt;br /&gt;
: Free high quality images you can use anywhere.&lt;br /&gt;
;OPENICONIC: https://useiconic.com/open/&lt;br /&gt;
: An open source icon set with 223 marks in SVG, webfont and raster formats. Lots of great little icons.&lt;br /&gt;
&lt;br /&gt;
=== Online Image Editors ===&lt;br /&gt;
;Photo editor online - Pixlr.com edit image: http://pixlr.com/&lt;br /&gt;
;Autotracer.org: http://www.autotracer.org/&lt;br /&gt;
: Converts your raster images to vector graphics. Free online raster images vectorizer. No registration, no email necessary.&lt;br /&gt;
&lt;br /&gt;
=== GIMP ===&lt;br /&gt;
;GIMP Extensions Pack for Windows: http://registry.gimp.org/node/27656&lt;br /&gt;
:: [http://code.google.com/p/gimp-extensions/#Extensions_Sources Extensions Sources]&lt;br /&gt;
;Handy Tweaks To Make GIMP Replace Photoshop: http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/&lt;br /&gt;
;Gimp Tutorial – How to make an image background transparent: http://mbrsolution.com/tutorial/gimp-tutorial-how-to-make-an-image-background-transparent.php&lt;br /&gt;
:: This tutorial is a bit easier to follow than the one shown below.&lt;br /&gt;
;How to make a transparent background/selection on an image using GIMP: http://geekswithblogs.net/timh/archive/2006/03/20/72797.aspx&lt;br /&gt;
;Replacing a Foreground with The GIMP: http://gimpguru.org/tutorials/replaceforeground/&lt;br /&gt;
;Convert a simple image to a vector graphic using GIMP and Inkscape: http://imgur.com/gallery/xL0Ba&lt;br /&gt;
&lt;br /&gt;
=== Inkscape ===&lt;br /&gt;
;Inkscape tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Tracing: http://inkscape.org/doc/tracing/tutorial-tracing.html&lt;br /&gt;
;Increase Image Resolution: Convert Raster Images to Vector: http://www.makeuseof.com/tag/convert-images-to-svg-format-with-inkscape/&lt;br /&gt;
;Rich EPS file editing with Inkscape: https://lindsaybradford.wordpress.com/2012/04/05/rich-eps-file-editing-with-inkscape/&lt;br /&gt;
&lt;br /&gt;
== Text Tricks ==&lt;br /&gt;
=== Blinking Text ===&lt;br /&gt;
;How to make blinking/flashing text with css3?: http://stackoverflow.com/questions/16344354/how-to-make-blinking-flashing-text-with-css3&lt;br /&gt;
;How to make text blink on website? [duplicate]: http://stackoverflow.com/questions/20270096/how-to-make-text-blink-on-website&lt;br /&gt;
&lt;br /&gt;
== 3rd Party File Hosting &amp;amp;amp; Document Publishing ==&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Cloud_Storage_.26_File_Sharing_Platforms|Office Productivity Hacks: Cloud Storage &amp;amp; File Sharing Platforms]]&lt;br /&gt;
The basic idea is to host images, PDFs and other large files on a publicly available directory, like [http://www.dropbox.com/ Dropbox], [http://www.flickr.com/ Flickr], [http://picasa.google.com/ Picasa], [https://www.free-hidrive.com/product.html HiDrive], etc. Alternatively, you can set up a Dropbox-like directory using an open source tool like [http://sparkleshare.org/ SparkleShare] (see below).&lt;br /&gt;
;Drop Your Dropbox and SparkleShare Instead!: http://www.linuxjournal.com/content/drop-your-dropbox-and-sparkleshare-instead&lt;br /&gt;
;SparkleShare: http://sparkleshare.org/&lt;br /&gt;
:: &amp;quot;Setting up your own host to work with SparkleShare is relatively easy.&amp;quot; (An open source option for creating your own Dropbox-like service.)&lt;br /&gt;
;BitTorrent’s Secure Dropbox Alternative Goes Public: http://torrentfreak.com/bittorrents-secure-dropbox-alternative-goes-public-130423/&lt;br /&gt;
: [http://labs.bittorrent.com/experiments/sync.html BitTorrent Sync] (available from [http://labs.bittorrent.com/ BitTorrent Labs]) is free of charge and allows people to securely sync folders to multiple devices using the BitTorrent protocol.&lt;br /&gt;
&lt;br /&gt;
=== Quick Document Publishing ===&lt;br /&gt;
* [https://www.publishthis.email/en/ publishthis.email]: Create a web page in seconds.&lt;br /&gt;
: Need to create a publicly accessible web page as quickly as possible? Publishthis.email turns the contents of an email into a publicly accessible site as quickly as you can write it.&amp;quot;&amp;lt;ref&amp;gt;[https://lifehacker.com/publishthis-email-instantly-turns-an-email-into-a-web-p-1793097393 Publishthis.email Instantly Turns An Email Into a Web Page]&amp;lt;/ref&amp;gt;&lt;br /&gt;
# Write an email with the content for your page&lt;br /&gt;
# Send it to page@publishthis.email&lt;br /&gt;
# We&amp;#039;ll reply with a link to your new page&lt;br /&gt;
: Try it! Free. No account or sign-up required.&lt;br /&gt;
&lt;br /&gt;
=== External Image Hosting ===&lt;br /&gt;
&lt;br /&gt;
==== Google Docs, Google Drive, Google Sites ====&lt;br /&gt;
[[File:Open-Mic.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempted to link to an image hosted on Google Docs (image shown above). Sharing set to &amp;quot;public.&amp;quot; Google&amp;#039;s [[wikipedia:Uniform resource identifier|URI]] scheme looks a bit odd (seems to mask the file name and file type). The problematic part (in terms of linking to these images from a web site) is that Google appears to change the [[wikipedia:Uniform resource identifier|URI]] itself at least once a day.&lt;br /&gt;
;Two Days; Two [[wikipedia:Uniform resource identifier|URI]]s&lt;br /&gt;
* Saturday, January 7th, 2012: https://lh6.googleusercontent.com/WdO0VUUc8ub2WXodixyWzkcR8d-jb1PQyV7KAK7MuzGX9CHQd0dSTGAqtEzAqCGUgWIv-b02usw15VJpXzY-m-irnXstDwFgDGo=w1600&lt;br /&gt;
* Sunday, January 8th, 2012: https://lh6.googleusercontent.com/OgqPCdV7Nx5OkhswTNlxyTzOc4rdcjHlGWZerNiyBAzfYy5BIoD_LxmSLRVtauFE1FKixm0KLu6u-uJxDo5b8aJyf_giJ2Gcqlw=w1600&lt;br /&gt;
&lt;br /&gt;
==== Image Placeholder Service ====&lt;br /&gt;
;lorempixel - Placeholder images for every case.: http://lorempixel.com/&lt;br /&gt;
: Placeholder Images for every case. Webdesign or Print. Just put a custom url in your html and you receive a proper placeholder picture.&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:150.jpg|350px|link=http://lorempixel.com/350/150/]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://lorempixel.com/350/150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a random picture of 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
;PLACEHOLD.IT - A quick and simple image placeholder service.: http://placehold.it&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:350x150.gif|350px|link=http://placehold.it/350x150]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://placehold.it/350x150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a grey box sized at 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
== Color ==&lt;br /&gt;
;Color Names Supported by All Browsers: http://www.w3schools.com/html/html_colornames.asp&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Jump Links, Internal Anchors ===&lt;br /&gt;
;Internal Links: http://www.yourhtmlsource.com/text/internallinks.html&lt;br /&gt;
: Instead of having to resort to the arduous task of scrolling down long pages, you can make your readers very happy by offering them page jumps as an alternative mode of transport around your site. As people have become lazier, page jumps have risen in popularity, so to avoid having your site unliked by the youth of today, implement these simple navigational aids.&lt;br /&gt;
&lt;br /&gt;
=== Relative &amp;amp;amp; Absolute Links ===&lt;br /&gt;
;Why relative URLs should be forbidden for web developers: https://yoast.com/relative-urls-issues/&lt;br /&gt;
: Relative URLs stink. They really do. All sorts of SEO problems on the web are caused by the use of relative URLs in links, canonicals and more.&lt;br /&gt;
&lt;br /&gt;
=== Footnotes &amp;amp;amp; Endnotes ===&lt;br /&gt;
;Javascript Endnotes: http://library.uwinnipeg.ca/people/dobson/portfolio/endnotes/index.html&lt;br /&gt;
: “JavaScript Endnotes” allow a web author to create an HTML document containing endnotes which are dynamically renumbered as new notes are added, in a similar manner to the &amp;lt;NOTE&amp;gt; tag supported in many WIKI applications.&lt;br /&gt;
&lt;br /&gt;
;Accessible footnotes with HTML and CSS: http://www.likewowonline.net/web/dev/accessible-footnotes.html&lt;br /&gt;
&lt;br /&gt;
;Footnotes: http://ignorethecode.net/blog/2010/04/20/footnotes/&lt;br /&gt;
&lt;br /&gt;
;Handling footnotes and references in HTML: http://www.2ality.com/2011/12/footnotes.html&lt;br /&gt;
: This post examines what options one has for handling footnotes and references in HTML. It then presents a library that helps you with handling them.&lt;br /&gt;
&lt;br /&gt;
;JavaScript-enhanced footnotes and references: http://rauschma.github.com/html_demos/footnotes.html&lt;br /&gt;
&lt;br /&gt;
== Links To Google &amp;amp;amp; Gmail Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Link To Specific Gmail Message ===&lt;br /&gt;
;All Email Messages in Gmail Have a Permanent Web Address: http://www.labnol.org/internet/gmail-emails-have-permanent-web-address/6811/&lt;br /&gt;
: Do you know that it is possible to bookmark individual email messages of Gmail just like you would bookmark any regular web page. (Links to your Gmail messages will only resolve if you&amp;#039;re logged into your Google account when you click on the link.)&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Specific Google Books Page ===&lt;br /&gt;
;Example&lt;br /&gt;
Find the base URL to the Google Book you want to link to. Add the page number just after the book ID like in the example highlighted below.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=zLrKGGxBKjAC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=PA135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;UPDATE&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; The link shown above no longer links directly to the specific page it once did (135), but resolves to a &amp;lt;code&amp;gt;onepage&amp;lt;/code&amp;gt; format instead.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:#E41B17&amp;quot;&amp;gt;CAUTION&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Google apparently changes its [[wikipedia:Uniform resource identifier|URI]] structure without warning. For example, the link to the book / page shown above was formerly written like the one shown below (which now only resolves to the book&amp;#039;s main Google Books description page).&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=8f2y0F2wzLoC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=P135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Also See: [https://support.google.com/books/answer/80658?hl=en Linking to individual titles on Google Books]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Google Calendar Event ===&lt;br /&gt;
;Is it possible to link to specific date on a public Google Calendar?: http://webapps.stackexchange.com/questions/3431/is-it-possible-to-link-to-specific-date-on-a-public-google-calendar&lt;br /&gt;
&amp;#039;&amp;#039;[[wikipedia:Uniform resource identifier|URI]] Formats&amp;#039;&amp;#039; - (Change the &amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;yyyymmdd&amp;lt;/span&amp;gt; setting shown in the examples to the specific date you want to link to.)&lt;br /&gt;
&lt;br /&gt;
Link to a date on your private calendar:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;?(must update)&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to an event on a your public calendar:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://calendar.google.com/calendar/embed?src={your_calendar_id}&amp;amp;mode=day&amp;amp;dates=20160506/20160506&amp;amp;ctz=America/Los_Angeles&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: (Obviously, update date range and time zone accordingly.)&lt;br /&gt;
&lt;br /&gt;
* [http://drupal.org/node/589310 Location of the Google Calendar ID]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/10763734/how-to-build-html-link-to-a-google-calendar-event How to build html link to a google calendar event?]&lt;br /&gt;
&lt;br /&gt;
=== Other Google Link Resources ===&lt;br /&gt;
;Google Books API Family&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Static Links: https://developers.google.com/books/docs/static-links&lt;br /&gt;
&lt;br /&gt;
=== Google Account Document Sharing Options ===&lt;br /&gt;
;Sharing a Google Doc with a non-Google user: http://www.lynda.com/articles/sharing-a-google-doc-with-a-non-google-user&lt;br /&gt;
&lt;br /&gt;
= Security =&lt;br /&gt;
== [[wikipedia:Transport Layer Security|TLS]] &amp;amp;amp; SSL ==&lt;br /&gt;
&lt;br /&gt;
=== Let’s Encrypt ===&lt;br /&gt;
;Let’s Encrypt: https://letsencrypt.org&lt;br /&gt;
: Let’s Encrypt is a new Certificate Authority: It’s free, automated, and open. &lt;br /&gt;
* [https://letsencrypt.org/2014/11/18/announcing-lets-encrypt.html Let’s Encrypt: Delivering SSL/TLS Everywhere]&lt;br /&gt;
: Let’s Encrypt is a new free certificate authority, built on a foundation of cooperation and openness, that lets everyone be up and running with basic server certificates for their domains through a simple one-click process.  Major sponsors include the Electronic Frontier Foundation, the Mozilla Foundation, Akamai, and Cisco. On April 9, 2015, the ISRG and the Linux Foundation announced their collaboration.&amp;lt;ref&amp;gt;[[wikipedia:Let&amp;#039;s Encrypt|Let&amp;#039;s Encrypt]] (Wikipedia)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Let’s Encrypt on DreamHost ====&lt;br /&gt;
* [https://www.dreamhost.com/blog/2015/12/03/lets-encrypt-and-dreamhost/ Let’s Encrypt and DreamHost]&lt;br /&gt;
: “HTTPS Everywhere!”&lt;br /&gt;
&lt;br /&gt;
* [https://www.dreamhost.com/blog/2016/01/20/free-ssltls-certificates-at-dreamhost-with-lets-encrypt/ Free SSL/TLS Certificates at DreamHost with Let’s Encrypt]&lt;br /&gt;
: Let’s Encrypt is at the forefront of an Internet sea change. Firefox and Chromium are both proposing the deprecation of unencrypted HTTP, which means that any user of your website will see a warning unless you have a TLS certificate.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CAcert: http://www.cacert.org&lt;br /&gt;
: CAcert.org is a community-driven Certificate Authority that issues certificates to the public at large for free. CAcert&amp;#039;s goal is to promote awareness and education on computer security through the use of encryption, specifically by providing cryptographic certificates. Any application that supports the Secure Socket Layer Protocol (SSL or TLS) can make use of certificates signed by CAcert. If you want to have free certificates issued to you, join the CAcert Community.&lt;br /&gt;
&lt;br /&gt;
;Certbot: https://certbot.eff.org/&lt;br /&gt;
: An automatic client for enabling HTTPS on your website. Automatically enable HTTPS on your website with [https://www.eff.org/ EFF]&amp;#039;s [https://certbot.eff.org/ Certbot], deploying [https://letsencrypt.org Let&amp;#039;s Encrypt] certificates.&lt;br /&gt;
&lt;br /&gt;
;OpenSSL: https://www.openssl.org&lt;br /&gt;
: The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library.&lt;br /&gt;
&lt;br /&gt;
;StartCom (Provider of [https://www.startssl.com StartSSL]™.): https://www.startcom.org&lt;br /&gt;
: StartSSL™ provides free digital identities called OpenID. StartSSL™ Open Identity eliminates the need for multiple usernames across different websites, simplifying your online experience.&lt;br /&gt;
&lt;br /&gt;
=== Further Reading ===&lt;br /&gt;
* [https://konklone.com/post/switch-to-https-now-for-free Switch to HTTPS Now, For Free]&lt;br /&gt;
: Article features a tutorial for [https://www.startcom.org StartCom]&amp;#039;s [https://www.startssl.com StartSSL]™.&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
;Moved content to&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; http://telecafe.org/smw/Office_Productivity_Hacks#Web-Based_Productivity_Apps&lt;br /&gt;
&lt;br /&gt;
== Web Site Builders &amp;amp; Online Designers ==&lt;br /&gt;
=== Online Website Designers &amp;amp;amp; Builders ===&lt;br /&gt;
;The Grid: https://thegrid.io/&lt;br /&gt;
: Founding Member &amp;quot;Advantages&amp;quot; Include:&lt;br /&gt;
::- 1 year pre-paid subscription&lt;br /&gt;
::- Subscription begins v1 release, late Spring 2015&lt;br /&gt;
::- Locked-in rate of $8/month (regularly $25)&lt;br /&gt;
::- 7 Sites, custom domains OK&lt;br /&gt;
::- Pretty much unlimited contributors, storage and bandwidth&lt;br /&gt;
::- Commerce engine, due late 2015, cost-based fees only&lt;br /&gt;
::- Grid NFC Token (limited gold edition)&lt;br /&gt;
::- $96 / yearYearly payment&lt;br /&gt;
&lt;br /&gt;
;Webflow: https://webflow.com/&lt;br /&gt;
: Sign up. Forever free. Join over 200,000 web designers. Create professional, responsive websites. Without any code. Webflow is a professional site builder for designing websites from scratch. You can also start from one of our gorgeous templates.&lt;br /&gt;
&lt;br /&gt;
;Website Builders Comparison Chart: http://www.websitebuilderexpert.com/website-builders-comparison-chart/&lt;br /&gt;
: Compares the following services:&lt;br /&gt;
::- Squarespace: http://www.squarespace.com/&lt;br /&gt;
::- Wix: http://www.wix.com/&lt;br /&gt;
::- Weebly: http://www.weebly.com/&lt;br /&gt;
::- Jimdo: http://www.jimdo.com/&lt;br /&gt;
::- GoDaddy: https://www.godaddy.com/hosting/website-builder.aspx&lt;br /&gt;
::- IM Creator: http://imcreator.com/&lt;br /&gt;
&lt;br /&gt;
== Web Server &amp;amp;amp; Hosting ==&lt;br /&gt;
=== DIY Home Web Server ===&lt;br /&gt;
;Set Up a Home Server: http://www.webmonkey.com/2010/02/set_up_a_home_server/&lt;br /&gt;
: Setting up a home server running an open-source operating system is a popular and useful activity.&lt;br /&gt;
&lt;br /&gt;
;How to set up a safe and secure Web server: http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/&lt;br /&gt;
: Learn a lot by doing it yourself instead of going with a hosting company.&lt;br /&gt;
&lt;br /&gt;
;Build a Linux Home Web Server For Under $250: http://linuxlookup.com/howto/build_linux_home_web_server_under_250&lt;br /&gt;
&lt;br /&gt;
;Amahi Home Server - Making Home Networking Simple: http://www.amahi.org/&lt;br /&gt;
: Amahi is software that runs on a dedicated PC as a central computer for your home.&lt;br /&gt;
:: See Amahi&amp;#039;s Wiki for setting up a home web server: https://wiki.amahi.org/index.php/Hosting_a_website&lt;br /&gt;
&lt;br /&gt;
=== Dynamic DNS (DDNS) ===&lt;br /&gt;
Also see [[dreamhost:|DreamHost]]&amp;#039;s &amp;#039;&amp;#039;&amp;#039;[[dreamhost:Dynamic DNS|Dynamic DNS]]&amp;#039;&amp;#039;&amp;#039; wiki page.&lt;br /&gt;
;How to Enable Dynamic Service for Your domain name.: http://support.easydns.com/tutorials/DynamicDNS/&lt;br /&gt;
: Dynamic DNS service is used to keep a domain name pointing to the same computer or server connected to the internet despite the fact that the address (IP address) of the computer keeps changing. This service is useful to anyone who wants to operate a server (web server, mail server, ftp server, irc server etc) connected to the internet with a dynamic IP or to someone who wants to connect to an office computer or server from a remote location with software such as pcAnywhere.&lt;br /&gt;
&lt;br /&gt;
; Dynamic DNS with your own domain name (for free!): http://g18c.wordpress.com/2009/12/04/dynamic-dns-with-your-own-domain-name-for-free/&lt;br /&gt;
&lt;br /&gt;
=== IP Addresses ===&lt;br /&gt;
;Want to buy an Internet IPv4 address? Cheap?: http://www.zdnet.com/article/want-to-buy-an-internet-ipv4-address-cheap/&lt;br /&gt;
: Companies are beginning to sell IPv4 addresses as the IPv4 address pool finishes drying up.&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts: Free ===&lt;br /&gt;
;The Simplest and Cheapest Free Web Hosting Services: http://lifehacker.com/5530961/the-simplest-and-cheapest-free-web-hosting-services&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts (Cloud &amp;amp;amp; VPS): Paid ===&lt;br /&gt;
==== Atlantic.Net ====&lt;br /&gt;
;Atlantic.Net:https://www.atlantic.net/&lt;br /&gt;
: One-Click Applications help simplify your workload. Pricing similar to DigitalOcean.&lt;br /&gt;
&lt;br /&gt;
==== DigitalOcean ====&lt;br /&gt;
;DigitalOcean: https://www.digitalocean.com/&lt;br /&gt;
: Features 20GB solid-state hard drive (SSD) + 512MB memory for just $5 a month.&lt;br /&gt;
;Technical FAQ: https://www.digitalocean.com/help/technical/setup/&lt;br /&gt;
;How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS: https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns&lt;br /&gt;
;How To Create Your First DigitalOcean Droplet Virtual Server: https://www.digitalocean.com/community/articles/how-to-create-your-first-digitalocean-droplet-virtual-server&lt;br /&gt;
;An Introduction to Securing your Linux VPS: https://www.digitalocean.com/community/articles/an-introduction-to-securing-your-linux-vps&lt;br /&gt;
;Multiple domains on the same droplet: https://www.digitalocean.com/community/questions/multiple-domains-on-the-same-droplet&lt;br /&gt;
;Guidelines to setup a perfect Digital Ocean VPS: http://www.narga.net/why-moved-digitalocean-guidelines-setup-perfect-vps/&lt;br /&gt;
:: Scroll down about a 3rd of the way to get to list of tutorials.&lt;br /&gt;
&lt;br /&gt;
==== DreamHost ====&lt;br /&gt;
;DreamHost VPS Hosting: http://www.dreamhost.com/servers/vps/&lt;br /&gt;
;DreamHost configuration fixes:&lt;br /&gt;
:- http://wiki.dreamhost.com/DreamHost_PS_Troubleshooting&lt;br /&gt;
:- http://wiki.dreamhost.com/PS_Optimization&lt;br /&gt;
:- http://wiki.dreamhost.com/Preventing_hotlinking&lt;br /&gt;
:- http://wiki.dreamhost.com/XCache&lt;br /&gt;
:- http://xcache.lighttpd.net/wiki/Introduction&lt;br /&gt;
:- https://www.mediawiki.org/wiki/Manual:Robots.txt&lt;br /&gt;
&lt;br /&gt;
==== Google Cloud Platform ====&lt;br /&gt;
;Google Cloud Platform: https://cloud.google.com/&lt;br /&gt;
: &amp;quot;Build applications and websites, store data, and analyze data on Google’s infrastructure.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Kyup ====&lt;br /&gt;
* [https://kyup.com Kyup: Scalable Cloud Hosting on Linux containers]&lt;br /&gt;
: High-performance cloud servers deployed instantly. Built on innovative Linux containers technology, loved by developers. Simple pay-as-you-go pricing!&lt;br /&gt;
&lt;br /&gt;
==== Linode ====&lt;br /&gt;
;Linode: https://www.linode.com/&lt;br /&gt;
&lt;br /&gt;
==== VPS.NET ====&lt;br /&gt;
;VPS.NET: http://vps.net/&lt;br /&gt;
&lt;br /&gt;
===== Further Reading =====&lt;br /&gt;
;Best Cloud Hosting: http://best-cheap-hosting.com/best-cloud-hosting/&lt;br /&gt;
&lt;br /&gt;
=== Web Hosting Control Panels ===&lt;br /&gt;
If you set up your own server, it might be helpful to have the assistance of a [[wikipedia:Graphical user interface|GUI]] control panel.&lt;br /&gt;
;Comparison of web hosting control panels: http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels&lt;br /&gt;
;The Definitive Thread on Open Source Control Panels/ cPanel Alternatives: Part I: https://www.digitalocean.com/community/questions/the-definitive-thread-on-open-source-control-panels-cpanel-alternatives-part-i&lt;br /&gt;
;Webmin: http://www.webmin.com/&lt;br /&gt;
;ZPanel: http://www.zpanelcp.com/&lt;br /&gt;
: &amp;quot;ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written in PHP and uses several open-source (or freely available) software packages to provide a secure, web hosting system.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Resources ==&lt;br /&gt;
=== Tool Collections ===&lt;br /&gt;
;10 Free and Useful Tools for Web Designers: http://coolhomepages.com/10-Free-and-Useful-Tools-for-Web-Designers/blog-845.html&lt;br /&gt;
: Some of the tools mentioned include:&lt;br /&gt;
:- Infinite Slider: https://kinsta.com/infinite-slider/ (A WordPress slider plugin.)&lt;br /&gt;
:- ImageOptim: https://imageoptim.com/ (Optimize image size for web. Open source.)&lt;br /&gt;
:- Google Web Designer: http://www.google.com/webdesigner/ (Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.)&lt;br /&gt;
&lt;br /&gt;
=== Analytics ===&lt;br /&gt;
;Piwik - Free (&amp;amp;amp; Open Source) Web Analytics Software: http://piwik.org/&lt;br /&gt;
&lt;br /&gt;
=== Browser &amp;amp;amp; Mobile Device Testers ===&lt;br /&gt;
;Chrome DEVTOOLS Device Mode &amp;amp; Mobile Emulation: https://developer.chrome.com/devtools/docs/device-mode&lt;br /&gt;
: Device mode brings the insights of mobile testing to your browser tab through the power of mobile emulation.&lt;br /&gt;
&lt;br /&gt;
; MobileTest.me: http://mobiletest.me/&lt;br /&gt;
: Test your websites in smartphone &amp;amp; tablet emulators.&lt;br /&gt;
&lt;br /&gt;
=== Structured Data ===&lt;br /&gt;
; schema.org: http://schema.org/&lt;br /&gt;
: Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results, making it easier for people to find the right Web pages. Many sites are generated from structured data, which is often stored in databases. When this data is formatted into HTML, it becomes very difficult to recover the original structured data. Many applications, especially search engines, can benefit greatly from direct access to this structured data. On-page markup enables search engines to understand the information on web pages and provide richer search results in order to make it easier for users to find relevant information on the web. Markup can also enable new tools and applications that make use of the structure. &lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
;After the Deadline: http://www.afterthedeadline.com/&lt;br /&gt;
:: After the Deadline is a language checker for the web with:&lt;br /&gt;
::- Contextual Spell Checking&lt;br /&gt;
::- Advanced Style Checking&lt;br /&gt;
::- Intelligent Grammar Checking&lt;br /&gt;
&lt;br /&gt;
;BuiltWith: http://builtwith.com/&lt;br /&gt;
: Find out what websites are Built With&lt;br /&gt;
&lt;br /&gt;
;Color Hex Color Codes: http://www.color-hex.com/&lt;br /&gt;
&lt;br /&gt;
;DIFF CHECKER: https://www.diffchecker.com/&lt;br /&gt;
: Can&amp;#039;t remember &amp;#039;&amp;#039;exactly&amp;#039;&amp;#039; what changes you made to that &amp;lt;tt&amp;gt;html&amp;lt;/tt&amp;gt; file? Let DIFF CHECKER come to the rescue.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Another online Diff Checker is&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;QuickDiff.com&amp;#039;&amp;#039;&amp;#039;: http://www.quickdiff.com/&lt;br /&gt;
: An Online Tool to do a &amp;#039;quick and dirty&amp;#039; diff of two text or code fragments.&lt;br /&gt;
&lt;br /&gt;
;Hacked Website Cleanup Tools Extension: https://www.whitefirdesign.com/hacked-website-cleanup-tools&lt;br /&gt;
&lt;br /&gt;
;HeadJS -- The Only Script In Your &amp;lt;HEAD&amp;gt; -- A tiny script that speeds up, simplifies and modernizes your site.: Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues.&lt;br /&gt;
: http://headjs.com/&lt;br /&gt;
&lt;br /&gt;
;ID Your Body For Greater CSS Control and Specificity: http://css-tricks.com/id-your-body-for-greater-css-control-and-specificity/&lt;br /&gt;
&lt;br /&gt;
;if this then that: http://ifttt.com/wtf&lt;br /&gt;
: Automated triggers for various web and internet related tasks.&lt;br /&gt;
&lt;br /&gt;
;Online Email Obfuscator: http://andrew.hedges.name/experiments/obfuscator/&lt;br /&gt;
&lt;br /&gt;
;PURL: http://purl.oclc.org/docs/index.html&lt;br /&gt;
: PURLs (Persistent Uniform Resource Locators) are Web addresses that act as permanent identifiers in the face of a dynamic and changing Web infrastructure.&lt;br /&gt;
&lt;br /&gt;
;Text Mechanic™ - Text Manipulation Tools: http://textmechanic.com/&lt;br /&gt;
: A collection of free, online, browser-based, text manipulation tools.&lt;br /&gt;
&lt;br /&gt;
;Use PHP to insert an automatic “last modified” date into web pages: http://code.adonline.id.au/last-modified-date-php/&lt;br /&gt;
&lt;br /&gt;
;What Beautiful HTML Code Looks Like: http://css-tricks.com/what-beautiful-html-code-looks-like/&lt;br /&gt;
&lt;br /&gt;
;What is humans.txt?: http://humanstxt.org/&lt;br /&gt;
&lt;br /&gt;
;When can I use...: http://caniuse.com/&lt;br /&gt;
: Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
;Your Web, documented · WebPlatform.org: http://www.webplatform.org/&lt;br /&gt;
&lt;br /&gt;
;HTML5 Development Center: Resources and Tools: http://www.sitepoint.com/tag/html5-dev-center/&lt;br /&gt;
&lt;br /&gt;
;All The Tools I Used to Rebuild the DMAD Website: http://dmad.com/web-tools&lt;br /&gt;
: Brief mentions of lots of useful tools, including...&lt;br /&gt;
:- [http://bootstrapwp.rachelbaker.me/ BootstrapWP] Bootstrap theme for WordPress.&lt;br /&gt;
:- [http://css-tricks.com/ CSS-Tricks]&lt;br /&gt;
:- [http://yoast.com/wordpress/seo/ Yoast WordPress SEO Plugin]&lt;br /&gt;
:- [http://www.advancedcustomfields.com/ Advanced Custom Fields] - Custom fields. Made easy. Use the Advanced Custom Fields plugin to take full control of your edit screens &amp;amp; custom field data.&lt;br /&gt;
: ... and more.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=994</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=994"/>
		<updated>2019-11-03T01:58:12Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* TWILIO COMPETITORS */ TELNYX&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
==== Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services ====&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://getvoip.com/blog/2016/06/01/twilio-alternatives/ Top 4 Twilio Alternatives to Consider] Matt Grech, &amp;#039;&amp;#039;GetVoip&amp;#039;&amp;#039;, June 01, 2016&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] (not accepting new signups as of 2019-08-25) and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
* [https://www.bandwidth.com/ BANDWIDTH.COM]&lt;br /&gt;
: This just in...&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;NOTICE: Your Bandwidth Service is Expiring in 30 days&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: From: Bandwidth Support (Bandwidth Support)&lt;br /&gt;
:: Tue, Jul 16, 2019 at 7:52 AM&lt;br /&gt;
:: To: &amp;quot;David J. Myers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: We would like to inform you that as we (Bandwidth) move forward with our new version 2 API platforms, we will be discontinuing all version 1 API pre-paid accounts. This is your official 30 day notice of service discontinuation.&lt;br /&gt;
&lt;br /&gt;
:: We have compiled a list of alternative service providers for you:&lt;br /&gt;
:: - Plivo: https://www.plivo.com/&lt;br /&gt;
:: - Ytel: https://www.ytel.com/&lt;br /&gt;
:: - CDYNE: https://www.cdyne.com/&lt;br /&gt;
&lt;br /&gt;
* [https://www.cdyne.com/ CDYNE]&lt;br /&gt;
: Transforming Business through Communication &amp;amp; Data Quality APIs&lt;br /&gt;
&lt;br /&gt;
* [https://www.flowroute.com/ FLOWROUTE] (An [[wikipedia:Intrado|Intrado]] Company.)&lt;br /&gt;
: Make the quality, reliability and simplicity of your communication services stand out with direct access to telecom from the cloud.&lt;br /&gt;
&lt;br /&gt;
* [https://www.nexmo.com/ NEXMO]&lt;br /&gt;
: Nexmo - APIs for SMS, Voice and Phone Verifications&lt;br /&gt;
&lt;br /&gt;
* [https://www.plivo.com/ PLIVO] (Commercial)&lt;br /&gt;
: Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider&lt;br /&gt;
&lt;br /&gt;
* [https://www.plivo.com/open-source/ PLIVO] (Open Source)&lt;br /&gt;
: Plivo Open Source: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
* [https://www.sinch.com/ SINCH]&lt;br /&gt;
: Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple&lt;br /&gt;
&lt;br /&gt;
* [https://telnyx.com/ TELNYX]&lt;br /&gt;
: “The smart way to connect the people, devices and applications that power your business.”&lt;br /&gt;
&lt;br /&gt;
* [https://voip.ms VoIP.ms]&lt;br /&gt;
: Bring Your Own Device!&lt;br /&gt;
: Contract-Free and Pay-As-You-Go&lt;br /&gt;
: Exceptional Compatibility&lt;br /&gt;
* [https://www.ytel.com/ YTEL]&lt;br /&gt;
: Build with Better SMS and Voice APIs. Easily add programmable communications and improve every customer experience.&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
* [https://www.callcentric.com/ Callcentric]&lt;br /&gt;
: Businesses and home users can combine an internet phone service solution with features and options that work for them. Choose from per minute or unlimited plans...&lt;br /&gt;
* [https://www.numberbarn.com/ NumberBarn]&lt;br /&gt;
: World&amp;#039;s largest marketplace for local and toll free phone numbers.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: A simple phone solution to unify your team and communications, custom fit for your business.&lt;br /&gt;
* [https://www.parkmyphone.com/ Park My Phone]&lt;br /&gt;
: Keep Your Number and Stop Paying High Phone Bills&lt;br /&gt;
* [https://www.unitelvoice.com/phone-number-parking/ UniTel Voice]&lt;br /&gt;
: Safely Park, Store, &amp;amp; Save Your Toll Free Numbers or Local Numbers at a Low-Cost&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=993</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=993"/>
		<updated>2019-10-21T02:10:14Z</updated>

		<summary type="html">&lt;p&gt;Dave: Added Additional Resource Wiki Pages Template.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
* [https://wetransfer.com/ WeTransfer]&lt;br /&gt;
: Provide a send-to email address, your email address, include a brief note then upload file and send.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Used this service to send photos and video of technical issues to scanner manufacturer.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019]&lt;br /&gt;
: Edit, split and merge PDFs without paying for premium software&lt;br /&gt;
:: By Catherine Ellis | March 05, 2019&lt;br /&gt;
&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
=== Comprehensive PDF Editors ===&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
=== Online PDF Form Builders ===&lt;br /&gt;
* [https://www.cognitoforms.com Cognito Forms]&lt;br /&gt;
: Free Online Form Builder, create HTML forms and surveys.&lt;br /&gt;
:: [https://www.cognitoforms.com/features/calculations Calculations] — Build forms with powerful calculations that can total costs, compare dates, and so much more.&lt;br /&gt;
&lt;br /&gt;
=== Free Online PDF Creators ===&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
=== Free Online PDF Editors ===&lt;br /&gt;
* [https://www.apowersoft.com/pdf-editor ApowerPDF]&lt;br /&gt;
: Dave&amp;#039;s Note: This editor written about in this article: [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019], which recommends using the online version. Unclear if online version will not add watermarks (need to investigate===  will update here afterward).&lt;br /&gt;
&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
&lt;br /&gt;
* [https://lightpdf.com/ LightPDF]&lt;br /&gt;
: The Best Free Online PDF Editor &amp;amp; Converter: Free PDF Tools to Solve All PDF Problems With One Click&lt;br /&gt;
&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfyeah.com/ PDFYeah]: All-in-One Online PDF Solution&lt;br /&gt;
: Free online PDF converter that helps with your everyday PDF tasks, making it easy to compress, convert and edit PDF files online. An all-in-one free PDF solution to solve all your PDF problems. &lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== File Conversion Tools ===&lt;br /&gt;
* [https://cloudconvert.com/ CloudConvert]: Convert Anything To Anything&lt;br /&gt;
: CloudConvert supports the conversion between more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Journalism_Tools&amp;diff=992</id>
		<title>Journalism Tools</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Journalism_Tools&amp;diff=992"/>
		<updated>2019-10-21T02:07:38Z</updated>

		<summary type="html">&lt;p&gt;Dave: Minor edits.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Investigative Reporting; Journalism; General Research ==&lt;br /&gt;
* [http://www.ire.org/ Investigative Reporters and Editors] ([http://www.ire.org/ IRE])&lt;br /&gt;
: Useful IRE Resources:&lt;br /&gt;
::- [http://www.ire.org/nicar/nicar-net-tour/ NICAR Net Tour] - The [http://www.ire.org/nicar/ National Institute for Computer-Assisted Reporting] ([http://www.ire.org/nicar/ NICAR]) is an [http://www.ire.org/ IRE] program.&lt;br /&gt;
::- [http://www.ire.org/nicar/analysis-jobs/ Analysis jobs by NICAR] - Names the media organizations [http://www.ire.org/nicar/ NICAR] has worked for, and lists kinds of analysis jobs [http://www.ire.org/nicar/ NICAR] has done.&lt;br /&gt;
&lt;br /&gt;
== Journalism Tools ==&lt;br /&gt;
* [http://www.journaliststoolbox.org/ The Journalist&amp;#039;s Toolbox] ([https://www.spj.org/ Society of Professional Journalists])&lt;br /&gt;
: The (Journalist&amp;#039;s Toolbox) offers sources for useful information on a wide range of topics of interest, especially to investigative reporters. Topics include protecting sources, privacy, data visualization, digital verification, transcription tools, rights-free photos, mobile journalism, public records, copy-editing, and more.&amp;lt;ref&amp;gt;[http://www.sej.org/publications/watchdog-tipsheet/journalists-toolbox-catalogues-vast-gumshoe-resources &amp;quot;Journalist&amp;#039;s Toolbox&amp;quot; Catalogues Vast Gumshoe Resources]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Audio / Video File Conversion ===&lt;br /&gt;
; Convert restricted sound file formats to something more useful, open and free.&lt;br /&gt;
* [http://www.digitaltrends.com/computing/convert-wma-mp3/ HOW TO CONVERT WMA FILES TO MP3]&lt;br /&gt;
: Does your voice recorder save its sound files in Microsoft&amp;#039;s patent-restricted WMA file format? Maybe the article linked-to above will help.&lt;br /&gt;
&lt;br /&gt;
==== Audio Enhancers ====&lt;br /&gt;
* [https://audioalter.com Audioalter] - Your online audio toolkit: A collection of easy-to-use web tools for all your audio files.&lt;br /&gt;
: Audioalter is a collection of web tools that you can use to add effects to your audio files. It allows you change speed, volume, pitch, duration and much more.&lt;br /&gt;
:: Includes:&lt;br /&gt;
::- 3D Audio: Make your song sound more 3D by adding a panning effect to it&lt;br /&gt;
::- 8D Audio: Use the 8D Audio effect to get the full audio experience&lt;br /&gt;
::- Bass Booster: Boost the bass of a song making it more bass heavy&lt;br /&gt;
::- Converter: Convert any audio file to another file format&lt;br /&gt;
::- Equalizer: Adjust the frequencies of your audio&lt;br /&gt;
::- Pitch Shifter: Change the pitch of your audio&lt;br /&gt;
::- Reverse Audio: Reverse an audio file and make it play backwards&lt;br /&gt;
::- Speed Up / Slow Down: Change the tempo without changing the pitch&lt;br /&gt;
::- Stereo Panner: Pan the audio to left or right&lt;br /&gt;
::- Trimmer / Cutter: Cut out a part of your audio file&lt;br /&gt;
::- Vocal Remover: Remove the vocals from a song leaving only the instrumental&lt;br /&gt;
::- Volume Changer: Make your audio louder or quieter&lt;br /&gt;
&lt;br /&gt;
==== Online File Converters ====&lt;br /&gt;
* [https://123apps.com 123apps]: Includes: &lt;br /&gt;
::- [https://pdf.io PDF Tools]: Essential Online PDF Tools&lt;br /&gt;
::- [https://mp3cut.net Audio Cutter]: The easiest way to cut out a piece of music&lt;br /&gt;
::- [https://audio-joiner.com Audio Joiner]: Merge multiple audio files into a single track&lt;br /&gt;
::- [https://online-audio-converter.com Audio Converter] Convert audio files online from one format into another&lt;br /&gt;
::- [https://convert-video-online.com Video Converter]: Convert video files online from one format into another&lt;br /&gt;
::- [https://online-video-cutter.com Video Cutter]: The easiest way to cut out a section of a video&lt;br /&gt;
::- [https://webcamera.io Video Recorder]: Record video online with your webcam&lt;br /&gt;
::- [https://online-voice-recorder.com Voice Recorder]:  Record a voice using a microphone&lt;br /&gt;
::- [https://extract.me Archive Extractor]: Extract any compressed file online&lt;br /&gt;
&lt;br /&gt;
* [https://www.fileconverto.com/ FileConverto]&lt;br /&gt;
: Convert Multimedia Files: Convert, compress and edit multimedia files (MP4, MOV, MP3, WAV, PDF, PNG, JPEG) online for free with our easy-to-use video, audio and PDF converters.&lt;br /&gt;
&lt;br /&gt;
* [http://media.io/ Online Audio Converter (MP3, WAV, Ogg, WMA, M4A, AAC) &amp;amp;#8211; media.io]&lt;br /&gt;
: Convert Sound Files Online&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Tuesday, December 29, 2015: Was able to successfully convert WMA file to MP3 using this online service.&lt;br /&gt;
&lt;br /&gt;
=== Data Journalism &amp;amp;amp; Data Journalism Tools ===&lt;br /&gt;
* [http://learno.net/ LEARNO: Online courses for media professionals] - [http://ejc.net/ European Journalism Centre (EJC)]&lt;br /&gt;
: Learn from the best, from anywhere, at any moment, at your own pace.&lt;br /&gt;
&lt;br /&gt;
* [http://mediashift.org/2015/03/how-to-teach-data-journalism-for-beginners/ How to Teach Data Journalism for Beginners]&lt;br /&gt;
: This guide is aimed at the journo-academic who might be teaching a basic data course for the first time and wants to know where and how to get started.&lt;br /&gt;
&lt;br /&gt;
* [http://datadrivenjournalism.net/resources Data Driven Journalism: Resources]&lt;br /&gt;
: A variety of mapping, analysis, scraping, visualization and other tools and tutorials.&lt;br /&gt;
&lt;br /&gt;
* [http://mjwebster.github.io/DataJ/ Data Journalism - MaryJo Webster&amp;#039;s Training Materials]&lt;br /&gt;
: A collection of MaryJo Webster&amp;#039;s data journalism training materials, primarily used for a college-level course she teaches at the University of Minnesota.&lt;br /&gt;
&lt;br /&gt;
* [http://clairemiller.net/blog/2012/01/huge-list-of-data-journalism-resources/ Claire Miller&amp;#039;s Huge List of Data Journalism Resources]&lt;br /&gt;
: List of links to tutorials on Yahoo Pipes, Excel, SQL, Google Refine, Geocoding and more.&lt;br /&gt;
&lt;br /&gt;
==== Data Visualization ====&lt;br /&gt;
* [http://www.computerworld.com/article/2506820/business-intelligence/business-intelligence-chart-and-image-gallery-30-free-tools-for-data-visualization-and-analysis.html Chart and image gallery: 30+ free tools for data visualization and analysis]&lt;br /&gt;
: Lists tools for analysis and charting, creating searchable tables, data acquisition, data cleaning, data reformatting, GIS mapping, statistical analysis, visualization and more.&lt;br /&gt;
&lt;br /&gt;
==== Excel ====&lt;br /&gt;
* [http://www.poynter.org/2011/how-journalists-can-use-excel-to-organize-data-for-stories/154584/ How journalists can use Excel to organize data for stories]&lt;br /&gt;
: Increasingly, reporters are turning to Microsoft Excel -- or similar spreadsheet programs like Apple&amp;#039;s Numbers -- to advance their reporting. They&amp;#039;re using spreadsheets to keep track of city budgets, baseball statistics, campaign finance and hospital data.&lt;br /&gt;
&lt;br /&gt;
* [http://schoolofdata.org/2014/05/05/using-excel-to-do-data-journalism/ Using Excel to do data journalism]&lt;br /&gt;
: Microsoft Excel is a powerful tool that will handle most tasks that are useful for a journalist who needs to analyze data to discover interesting patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://schoolofdata.org/2013/04/24/using-excel-to-do-precision-journalism-an-update-from-the-school-of-data-journalism-in-perugia/ Using Excel to do precision journalism, an Update from the School of Data Journalism in Perugia.]&lt;br /&gt;
: Based on Steve Doig&amp;#039;s workshop “Excel for Journalists”.&lt;br /&gt;
&lt;br /&gt;
===== Spreadsheets (General) =====&lt;br /&gt;
* [https://spreadsheetjournalism.com/ SPREADSHEETJOURNALISM]&lt;br /&gt;
: Monthly blog on using spreadsheets in journalism.&lt;br /&gt;
&lt;br /&gt;
* [http://multimedia.journalism.berkeley.edu/tutorials/spreadsheets/ Tutorial: Spreadsheets] ([https://multimedia.journalism.berkeley.edu/ UC Berkeley Advanced Media Institute])&lt;br /&gt;
: This tutorial describes how to create and do calculations on a Google Docs spreadsheet, with some notations about differences in Microsoft Excel.&lt;br /&gt;
&lt;br /&gt;
=== Dictation &amp;amp;amp; Transcription ===&lt;br /&gt;
* [https://dictation.io/ Dictation - Online Speech Recognition]&lt;br /&gt;
: Chrome App For Online Dictation&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Monday, December 28, 2015: I tested this app out on my home workstation with my USB headset with microphone. Works well.&lt;br /&gt;
&lt;br /&gt;
* [http://otranscribe.com/ oTranscribe] BETA&lt;br /&gt;
: Upload Sound File, Play It Back At Any Of Multiple Speeds, Transcribe It&lt;br /&gt;
: A free web app to take the pain out of transcribing recorded interviews.&lt;br /&gt;
&lt;br /&gt;
* [https://speechlogger.appspot.com/en/ Speechlogger | Automatic Speech Recognition &amp;amp; Translation Online]&lt;br /&gt;
: FREE. Accurate. Fun. No installation, no registration. Simply click the mic and start dictating text. Features auto save, auto punctuation, instant translation &amp;amp; more.&lt;br /&gt;
&lt;br /&gt;
* [https://speechnotes.co/ Speechnotes | Speech to Text Online Notepad]&lt;br /&gt;
: Speech to Text Online Notepad. Free. The Professional Speech Recognition Text Editor. Distraction-free, Fast, Easy to Use &amp;amp; Free Web App for Dictation &amp;amp; Typing&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: 17:45, 17 January 2016 (PST) I think I like Speechnotes even better than Speechpad.&lt;br /&gt;
&lt;br /&gt;
* [https://speechpad.pw/ SpeechPad - a new voice notebook]&lt;br /&gt;
: Speechpad is a voice recognition application for converting speech to text (a good external microphone is strongly recommended). It can also convert an audio file to text. The current version of Speechpad works only for the Chrome browser.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: 15:05, 15 January 2016 (PST) Initial test indicates this works pretty well.&lt;br /&gt;
&lt;br /&gt;
* [https://transcribe.wreally.com Transcribe]&lt;br /&gt;
: Chrome App For Uploading Sound Files &amp;amp; Transcribing Them To Text&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Monday, December 28, 2015: I found this while searching for sound file to text transcription services. When I was about to use it, I discovered it&amp;#039;s not free (but still worth looking into).&lt;br /&gt;
&lt;br /&gt;
* [http://www.voicebase.com/ VoiceBase]&lt;br /&gt;
: Another Transcribe-By-Machine Option. Transcribe-By-Human Options, Too&lt;br /&gt;
: VoiceBase Turns Your Voice Recordings and Transcriptions into a Searchable Database&amp;lt;ref&amp;gt;[http://lifehacker.com/5644017/voicebase-is-a-searchable-database-of-voice-recordings-and-transcriptions VoiceBase Turns Your Voice Recordings and Transcriptions into a Searchable Database]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Transcription Hacks &amp;amp;amp; Tutorials&lt;br /&gt;
* [http://waxy.org/2014/01/dirty_fast_and_free_audio_transcription_with_youtube/ Dirty, Fast, and Free Audio Transcription with YouTube]&lt;br /&gt;
: Transcribe Audio Using YouTube (Hack)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
; Data Journalism&lt;br /&gt;
* &amp;#039;&amp;#039;[http://datajournalismhandbook.org/ Data Journalism Handbook]&amp;#039;&amp;#039;&lt;br /&gt;
: The Data Journalism Handbook can be freely copied, redistributed and reused under the terms of the Creative Commons Attribution-ShareAlike license.&lt;br /&gt;
&lt;br /&gt;
* [http://datadrivenjournalism.net/ Data Driven Journalism]&lt;br /&gt;
: Data driven journalism was created by the European Journalism Centre (EJC) with partial funding from the Dutch Ministry of Education, Culture and Science.&lt;br /&gt;
&lt;br /&gt;
* [http://www.poynter.org/ The Poynter Institute]&amp;#039;s [http://www.poynter.org/tag/data-journalism/ Data Journalism]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Journalism_Tools&amp;diff=991</id>
		<title>Journalism Tools</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Journalism_Tools&amp;diff=991"/>
		<updated>2019-10-21T02:04:32Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Audio / Video File Conversion */ Audio Enhancers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Investigative Reporting; Journalism; General Research ==&lt;br /&gt;
* [http://www.ire.org/ Investigative Reporters and Editors] ([http://www.ire.org/ IRE])&lt;br /&gt;
: Useful IRE Resources:&lt;br /&gt;
::- [http://www.ire.org/nicar/nicar-net-tour/ NICAR Net Tour] - The [http://www.ire.org/nicar/ National Institute for Computer-Assisted Reporting] ([http://www.ire.org/nicar/ NICAR]) is an [http://www.ire.org/ IRE] program.&lt;br /&gt;
::- [http://www.ire.org/nicar/analysis-jobs/ Analysis jobs by NICAR] - Names the media organizations [http://www.ire.org/nicar/ NICAR] has worked for, and lists kinds of analysis jobs [http://www.ire.org/nicar/ NICAR] has done.&lt;br /&gt;
&lt;br /&gt;
== Journalism Tools ==&lt;br /&gt;
* [http://www.journaliststoolbox.org/ The Journalist&amp;#039;s Toolbox] ([https://www.spj.org/ Society of Professional Journalists])&lt;br /&gt;
: The (Journalist&amp;#039;s Toolbox) offers sources for useful information on a wide range of topics of interest, especially to investigative reporters. Topics include protecting sources, privacy, data visualization, digital verification, transcription tools, rights-free photos, mobile journalism, public records, copy-editing, and more.&amp;lt;ref&amp;gt;[http://www.sej.org/publications/watchdog-tipsheet/journalists-toolbox-catalogues-vast-gumshoe-resources &amp;quot;Journalist&amp;#039;s Toolbox&amp;quot; Catalogues Vast Gumshoe Resources]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Audio / Video File Conversion ===&lt;br /&gt;
; Convert restricted sound file formats to something more useful, open and free.&lt;br /&gt;
* [http://www.digitaltrends.com/computing/convert-wma-mp3/ HOW TO CONVERT WMA FILES TO MP3]&lt;br /&gt;
: Does your voice recorder save its sound files in Microsoft&amp;#039;s patent-restricted WMA file format? Maybe the article linked-to above will help.&lt;br /&gt;
&lt;br /&gt;
==== Audio Enhancers ====&lt;br /&gt;
* [https://audioalter.com Audioalter] - Your online audio toolkit: A collection of easy-to-use web tools for all your audio files.&lt;br /&gt;
: Audioalter is a collection of web tools that you can use to add effects to your audio files. It allows you change speed, volume, pitch, duration and much more.&lt;br /&gt;
::- 3D Audio: Make your song sound more 3D by adding a panning effect to it&lt;br /&gt;
::- 8D Audio: Use the 8D Audio effect to get the full audio experience&lt;br /&gt;
::- Bass Booster: Boost the bass of a song making it more bass heavy&lt;br /&gt;
::- Converter: Convert any audio file to another file format&lt;br /&gt;
::- Equalizer: Adjust the frequencies of your audio&lt;br /&gt;
::- Pitch Shifter: Change the pitch of your audio&lt;br /&gt;
::- Reverse Audio: Reverse an audio file and make it play backwards&lt;br /&gt;
::- Speed Up / Slow Down: Change the tempo without changing the pitch&lt;br /&gt;
::- Stereo Panner: Pan the audio to left or right&lt;br /&gt;
::- Trimmer / Cutter: Cut out a part of your audio file&lt;br /&gt;
::- Vocal Remover: Remove the vocals from a song leaving only the instrumental&lt;br /&gt;
::- Volume Changer: Make your audio louder or quieter&lt;br /&gt;
&lt;br /&gt;
==== Online File Converters ====&lt;br /&gt;
* [https://123apps.com 123apps]&lt;br /&gt;
: Includes: &lt;br /&gt;
::- [https://pdf.io PDF Tools]: Essential Online PDF Tools&lt;br /&gt;
::- [https://mp3cut.net Audio Cutter]: The easiest way to cut out a piece of music&lt;br /&gt;
::- [https://audio-joiner.com Audio Joiner]: Merge multiple audio files into a single track&lt;br /&gt;
::- [https://online-audio-converter.com Audio Converter] Convert audio files online from one format into another&lt;br /&gt;
::- [https://convert-video-online.com Video Converter]: Convert video files online from one format into another&lt;br /&gt;
::- [https://online-video-cutter.com Video Cutter]: The easiest way to cut out a section of a video&lt;br /&gt;
::- [https://webcamera.io Video Recorder]: Record video online with your webcam&lt;br /&gt;
::- [https://online-voice-recorder.com Voice Recorder]:  Record a voice using a microphone&lt;br /&gt;
::- [https://extract.me Archive Extractor]: Extract any compressed file online&lt;br /&gt;
&lt;br /&gt;
* [https://www.fileconverto.com/ FileConverto]&lt;br /&gt;
: Convert Multimedia Files: Convert, compress and edit multimedia files (MP4, MOV, MP3, WAV, PDF, PNG, JPEG) online for free with our easy-to-use video, audio and PDF converters.&lt;br /&gt;
&lt;br /&gt;
* [http://media.io/ Online Audio Converter (MP3, WAV, Ogg, WMA, M4A, AAC) &amp;amp;#8211; media.io]&lt;br /&gt;
: Convert Sound Files Online&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Tuesday, December 29, 2015: Was able to successfully convert WMA file to MP3 using this online service.&lt;br /&gt;
&lt;br /&gt;
=== Data Journalism &amp;amp;amp; Data Journalism Tools ===&lt;br /&gt;
* [http://learno.net/ LEARNO: Online courses for media professionals] - [http://ejc.net/ European Journalism Centre (EJC)]&lt;br /&gt;
: Learn from the best, from anywhere, at any moment, at your own pace.&lt;br /&gt;
&lt;br /&gt;
* [http://mediashift.org/2015/03/how-to-teach-data-journalism-for-beginners/ How to Teach Data Journalism for Beginners]&lt;br /&gt;
: This guide is aimed at the journo-academic who might be teaching a basic data course for the first time and wants to know where and how to get started.&lt;br /&gt;
&lt;br /&gt;
* [http://datadrivenjournalism.net/resources Data Driven Journalism: Resources]&lt;br /&gt;
: A variety of mapping, analysis, scraping, visualization and other tools and tutorials.&lt;br /&gt;
&lt;br /&gt;
* [http://mjwebster.github.io/DataJ/ Data Journalism - MaryJo Webster&amp;#039;s Training Materials]&lt;br /&gt;
: A collection of MaryJo Webster&amp;#039;s data journalism training materials, primarily used for a college-level course she teaches at the University of Minnesota.&lt;br /&gt;
&lt;br /&gt;
* [http://clairemiller.net/blog/2012/01/huge-list-of-data-journalism-resources/ Claire Miller&amp;#039;s Huge List of Data Journalism Resources]&lt;br /&gt;
: List of links to tutorials on Yahoo Pipes, Excel, SQL, Google Refine, Geocoding and more.&lt;br /&gt;
&lt;br /&gt;
==== Data Visualization ====&lt;br /&gt;
* [http://www.computerworld.com/article/2506820/business-intelligence/business-intelligence-chart-and-image-gallery-30-free-tools-for-data-visualization-and-analysis.html Chart and image gallery: 30+ free tools for data visualization and analysis]&lt;br /&gt;
: Lists tools for analysis and charting, creating searchable tables, data acquisition, data cleaning, data reformatting, GIS mapping, statistical analysis, visualization and more.&lt;br /&gt;
&lt;br /&gt;
==== Excel ====&lt;br /&gt;
* [http://www.poynter.org/2011/how-journalists-can-use-excel-to-organize-data-for-stories/154584/ How journalists can use Excel to organize data for stories]&lt;br /&gt;
: Increasingly, reporters are turning to Microsoft Excel -- or similar spreadsheet programs like Apple&amp;#039;s Numbers -- to advance their reporting. They&amp;#039;re using spreadsheets to keep track of city budgets, baseball statistics, campaign finance and hospital data.&lt;br /&gt;
&lt;br /&gt;
* [http://schoolofdata.org/2014/05/05/using-excel-to-do-data-journalism/ Using Excel to do data journalism]&lt;br /&gt;
: Microsoft Excel is a powerful tool that will handle most tasks that are useful for a journalist who needs to analyze data to discover interesting patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://schoolofdata.org/2013/04/24/using-excel-to-do-precision-journalism-an-update-from-the-school-of-data-journalism-in-perugia/ Using Excel to do precision journalism, an Update from the School of Data Journalism in Perugia.]&lt;br /&gt;
: Based on Steve Doig&amp;#039;s workshop “Excel for Journalists”.&lt;br /&gt;
&lt;br /&gt;
===== Spreadsheets (General) =====&lt;br /&gt;
* [https://spreadsheetjournalism.com/ SPREADSHEETJOURNALISM]&lt;br /&gt;
: Monthly blog on using spreadsheets in journalism.&lt;br /&gt;
&lt;br /&gt;
* [http://multimedia.journalism.berkeley.edu/tutorials/spreadsheets/ Tutorial: Spreadsheets] ([https://multimedia.journalism.berkeley.edu/ UC Berkeley Advanced Media Institute])&lt;br /&gt;
: This tutorial describes how to create and do calculations on a Google Docs spreadsheet, with some notations about differences in Microsoft Excel.&lt;br /&gt;
&lt;br /&gt;
=== Dictation &amp;amp;amp; Transcription ===&lt;br /&gt;
* [https://dictation.io/ Dictation - Online Speech Recognition]&lt;br /&gt;
: Chrome App For Online Dictation&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Monday, December 28, 2015: I tested this app out on my home workstation with my USB headset with microphone. Works well.&lt;br /&gt;
&lt;br /&gt;
* [http://otranscribe.com/ oTranscribe] BETA&lt;br /&gt;
: Upload Sound File, Play It Back At Any Of Multiple Speeds, Transcribe It&lt;br /&gt;
: A free web app to take the pain out of transcribing recorded interviews.&lt;br /&gt;
&lt;br /&gt;
* [https://speechlogger.appspot.com/en/ Speechlogger | Automatic Speech Recognition &amp;amp; Translation Online]&lt;br /&gt;
: FREE. Accurate. Fun. No installation, no registration. Simply click the mic and start dictating text. Features auto save, auto punctuation, instant translation &amp;amp; more.&lt;br /&gt;
&lt;br /&gt;
* [https://speechnotes.co/ Speechnotes | Speech to Text Online Notepad]&lt;br /&gt;
: Speech to Text Online Notepad. Free. The Professional Speech Recognition Text Editor. Distraction-free, Fast, Easy to Use &amp;amp; Free Web App for Dictation &amp;amp; Typing&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: 17:45, 17 January 2016 (PST) I think I like Speechnotes even better than Speechpad.&lt;br /&gt;
&lt;br /&gt;
* [https://speechpad.pw/ SpeechPad - a new voice notebook]&lt;br /&gt;
: Speechpad is a voice recognition application for converting speech to text (a good external microphone is strongly recommended). It can also convert an audio file to text. The current version of Speechpad works only for the Chrome browser.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: 15:05, 15 January 2016 (PST) Initial test indicates this works pretty well.&lt;br /&gt;
&lt;br /&gt;
* [https://transcribe.wreally.com Transcribe]&lt;br /&gt;
: Chrome App For Uploading Sound Files &amp;amp; Transcribing Them To Text&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Monday, December 28, 2015: I found this while searching for sound file to text transcription services. When I was about to use it, I discovered it&amp;#039;s not free (but still worth looking into).&lt;br /&gt;
&lt;br /&gt;
* [http://www.voicebase.com/ VoiceBase]&lt;br /&gt;
: Another Transcribe-By-Machine Option. Transcribe-By-Human Options, Too&lt;br /&gt;
: VoiceBase Turns Your Voice Recordings and Transcriptions into a Searchable Database&amp;lt;ref&amp;gt;[http://lifehacker.com/5644017/voicebase-is-a-searchable-database-of-voice-recordings-and-transcriptions VoiceBase Turns Your Voice Recordings and Transcriptions into a Searchable Database]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Transcription Hacks &amp;amp;amp; Tutorials&lt;br /&gt;
* [http://waxy.org/2014/01/dirty_fast_and_free_audio_transcription_with_youtube/ Dirty, Fast, and Free Audio Transcription with YouTube]&lt;br /&gt;
: Transcribe Audio Using YouTube (Hack)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
; Data Journalism&lt;br /&gt;
* &amp;#039;&amp;#039;[http://datajournalismhandbook.org/ Data Journalism Handbook]&amp;#039;&amp;#039;&lt;br /&gt;
: The Data Journalism Handbook can be freely copied, redistributed and reused under the terms of the Creative Commons Attribution-ShareAlike license.&lt;br /&gt;
&lt;br /&gt;
* [http://datadrivenjournalism.net/ Data Driven Journalism]&lt;br /&gt;
: Data driven journalism was created by the European Journalism Centre (EJC) with partial funding from the Dutch Ministry of Education, Culture and Science.&lt;br /&gt;
&lt;br /&gt;
* [http://www.poynter.org/ The Poynter Institute]&amp;#039;s [http://www.poynter.org/tag/data-journalism/ Data Journalism]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=990</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=990"/>
		<updated>2019-10-21T01:47:06Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Miscellaneous Tools */ CloudConvert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
* [https://wetransfer.com/ WeTransfer]&lt;br /&gt;
: Provide a send-to email address, your email address, include a brief note then upload file and send.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Used this service to send photos and video of technical issues to scanner manufacturer.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019]&lt;br /&gt;
: Edit, split and merge PDFs without paying for premium software&lt;br /&gt;
:: By Catherine Ellis | March 05, 2019&lt;br /&gt;
&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
=== Comprehensive PDF Editors ===&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
=== Online PDF Form Builders ===&lt;br /&gt;
* [https://www.cognitoforms.com Cognito Forms]&lt;br /&gt;
: Free Online Form Builder, create HTML forms and surveys.&lt;br /&gt;
:: [https://www.cognitoforms.com/features/calculations Calculations] — Build forms with powerful calculations that can total costs, compare dates, and so much more.&lt;br /&gt;
&lt;br /&gt;
=== Free Online PDF Creators ===&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
=== Free Online PDF Editors ===&lt;br /&gt;
* [https://www.apowersoft.com/pdf-editor ApowerPDF]&lt;br /&gt;
: Dave&amp;#039;s Note: This editor written about in this article: [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019], which recommends using the online version. Unclear if online version will not add watermarks (need to investigate===  will update here afterward).&lt;br /&gt;
&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
&lt;br /&gt;
* [https://lightpdf.com/ LightPDF]&lt;br /&gt;
: The Best Free Online PDF Editor &amp;amp; Converter: Free PDF Tools to Solve All PDF Problems With One Click&lt;br /&gt;
&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfyeah.com/ PDFYeah]: All-in-One Online PDF Solution&lt;br /&gt;
: Free online PDF converter that helps with your everyday PDF tasks, making it easy to compress, convert and edit PDF files online. An all-in-one free PDF solution to solve all your PDF problems. &lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== File Conversion Tools ===&lt;br /&gt;
* [https://cloudconvert.com/ CloudConvert]: Convert Anything To Anything&lt;br /&gt;
: CloudConvert supports the conversion between more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Journalism_Tools&amp;diff=989</id>
		<title>Journalism Tools</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Journalism_Tools&amp;diff=989"/>
		<updated>2019-10-21T01:34:19Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Audio / Video File Conversion */ Online File Converters&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Investigative Reporting; Journalism; General Research ==&lt;br /&gt;
* [http://www.ire.org/ Investigative Reporters and Editors] ([http://www.ire.org/ IRE])&lt;br /&gt;
: Useful IRE Resources:&lt;br /&gt;
::- [http://www.ire.org/nicar/nicar-net-tour/ NICAR Net Tour] - The [http://www.ire.org/nicar/ National Institute for Computer-Assisted Reporting] ([http://www.ire.org/nicar/ NICAR]) is an [http://www.ire.org/ IRE] program.&lt;br /&gt;
::- [http://www.ire.org/nicar/analysis-jobs/ Analysis jobs by NICAR] - Names the media organizations [http://www.ire.org/nicar/ NICAR] has worked for, and lists kinds of analysis jobs [http://www.ire.org/nicar/ NICAR] has done.&lt;br /&gt;
&lt;br /&gt;
== Journalism Tools ==&lt;br /&gt;
* [http://www.journaliststoolbox.org/ The Journalist&amp;#039;s Toolbox] ([https://www.spj.org/ Society of Professional Journalists])&lt;br /&gt;
: The (Journalist&amp;#039;s Toolbox) offers sources for useful information on a wide range of topics of interest, especially to investigative reporters. Topics include protecting sources, privacy, data visualization, digital verification, transcription tools, rights-free photos, mobile journalism, public records, copy-editing, and more.&amp;lt;ref&amp;gt;[http://www.sej.org/publications/watchdog-tipsheet/journalists-toolbox-catalogues-vast-gumshoe-resources &amp;quot;Journalist&amp;#039;s Toolbox&amp;quot; Catalogues Vast Gumshoe Resources]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Audio / Video File Conversion ===&lt;br /&gt;
; Convert restricted sound file formats to something more useful, open and free.&lt;br /&gt;
* [http://www.digitaltrends.com/computing/convert-wma-mp3/ HOW TO CONVERT WMA FILES TO MP3]&lt;br /&gt;
: Does your idiotic voice recorder save its sound files in Microsoft&amp;#039;s patent-restricted (and therefore, worse than useless) WMA file format? Maybe the article linked-to above will help.&lt;br /&gt;
&lt;br /&gt;
==== Online File Converters ====&lt;br /&gt;
* [https://123apps.com 123apps]&lt;br /&gt;
: Includes: &lt;br /&gt;
::- [https://pdf.io PDF Tools]: Essential Online PDF Tools&lt;br /&gt;
::- [https://mp3cut.net Audio Cutter]: The easiest way to cut out a piece of music&lt;br /&gt;
::- [https://audio-joiner.com Audio Joiner]: Merge multiple audio files into a single track&lt;br /&gt;
::- [https://online-audio-converter.com Audio Converter] Convert audio files online from one format into another&lt;br /&gt;
::- [https://convert-video-online.com Video Converter]: Convert video files online from one format into another&lt;br /&gt;
::- [https://online-video-cutter.com Video Cutter]: The easiest way to cut out a section of a video&lt;br /&gt;
::- [https://webcamera.io Video Recorder]: Record video online with your webcam&lt;br /&gt;
::- [https://online-voice-recorder.com Voice Recorder]:  Record a voice using a microphone&lt;br /&gt;
::- [https://extract.me Archive Extractor]: Extract any compressed file online&lt;br /&gt;
&lt;br /&gt;
* [https://www.fileconverto.com/ FileConverto]&lt;br /&gt;
: Convert Multimedia Files: Convert, compress and edit multimedia files (MP4, MOV, MP3, WAV, PDF, PNG, JPEG) online for free with our easy-to-use video, audio and PDF converters.&lt;br /&gt;
&lt;br /&gt;
* [http://media.io/ Online Audio Converter (MP3, WAV, Ogg, WMA, M4A, AAC) &amp;amp;#8211; media.io]&lt;br /&gt;
: Convert Sound Files Online&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Tuesday, December 29, 2015: Was able to successfully convert WMA file to MP3 using this online service.&lt;br /&gt;
&lt;br /&gt;
=== Data Journalism &amp;amp;amp; Data Journalism Tools ===&lt;br /&gt;
* [http://learno.net/ LEARNO: Online courses for media professionals] - [http://ejc.net/ European Journalism Centre (EJC)]&lt;br /&gt;
: Learn from the best, from anywhere, at any moment, at your own pace.&lt;br /&gt;
&lt;br /&gt;
* [http://mediashift.org/2015/03/how-to-teach-data-journalism-for-beginners/ How to Teach Data Journalism for Beginners]&lt;br /&gt;
: This guide is aimed at the journo-academic who might be teaching a basic data course for the first time and wants to know where and how to get started.&lt;br /&gt;
&lt;br /&gt;
* [http://datadrivenjournalism.net/resources Data Driven Journalism: Resources]&lt;br /&gt;
: A variety of mapping, analysis, scraping, visualization and other tools and tutorials.&lt;br /&gt;
&lt;br /&gt;
* [http://mjwebster.github.io/DataJ/ Data Journalism - MaryJo Webster&amp;#039;s Training Materials]&lt;br /&gt;
: A collection of MaryJo Webster&amp;#039;s data journalism training materials, primarily used for a college-level course she teaches at the University of Minnesota.&lt;br /&gt;
&lt;br /&gt;
* [http://clairemiller.net/blog/2012/01/huge-list-of-data-journalism-resources/ Claire Miller&amp;#039;s Huge List of Data Journalism Resources]&lt;br /&gt;
: List of links to tutorials on Yahoo Pipes, Excel, SQL, Google Refine, Geocoding and more.&lt;br /&gt;
&lt;br /&gt;
==== Data Visualization ====&lt;br /&gt;
* [http://www.computerworld.com/article/2506820/business-intelligence/business-intelligence-chart-and-image-gallery-30-free-tools-for-data-visualization-and-analysis.html Chart and image gallery: 30+ free tools for data visualization and analysis]&lt;br /&gt;
: Lists tools for analysis and charting, creating searchable tables, data acquisition, data cleaning, data reformatting, GIS mapping, statistical analysis, visualization and more.&lt;br /&gt;
&lt;br /&gt;
==== Excel ====&lt;br /&gt;
* [http://www.poynter.org/2011/how-journalists-can-use-excel-to-organize-data-for-stories/154584/ How journalists can use Excel to organize data for stories]&lt;br /&gt;
: Increasingly, reporters are turning to Microsoft Excel -- or similar spreadsheet programs like Apple&amp;#039;s Numbers -- to advance their reporting. They&amp;#039;re using spreadsheets to keep track of city budgets, baseball statistics, campaign finance and hospital data.&lt;br /&gt;
&lt;br /&gt;
* [http://schoolofdata.org/2014/05/05/using-excel-to-do-data-journalism/ Using Excel to do data journalism]&lt;br /&gt;
: Microsoft Excel is a powerful tool that will handle most tasks that are useful for a journalist who needs to analyze data to discover interesting patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://schoolofdata.org/2013/04/24/using-excel-to-do-precision-journalism-an-update-from-the-school-of-data-journalism-in-perugia/ Using Excel to do precision journalism, an Update from the School of Data Journalism in Perugia.]&lt;br /&gt;
: Based on Steve Doig&amp;#039;s workshop “Excel for Journalists”.&lt;br /&gt;
&lt;br /&gt;
===== Spreadsheets (General) =====&lt;br /&gt;
* [https://spreadsheetjournalism.com/ SPREADSHEETJOURNALISM]&lt;br /&gt;
: Monthly blog on using spreadsheets in journalism.&lt;br /&gt;
&lt;br /&gt;
* [http://multimedia.journalism.berkeley.edu/tutorials/spreadsheets/ Tutorial: Spreadsheets] ([https://multimedia.journalism.berkeley.edu/ UC Berkeley Advanced Media Institute])&lt;br /&gt;
: This tutorial describes how to create and do calculations on a Google Docs spreadsheet, with some notations about differences in Microsoft Excel.&lt;br /&gt;
&lt;br /&gt;
=== Dictation &amp;amp;amp; Transcription ===&lt;br /&gt;
* [https://dictation.io/ Dictation - Online Speech Recognition]&lt;br /&gt;
: Chrome App For Online Dictation&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Monday, December 28, 2015: I tested this app out on my home workstation with my USB headset with microphone. Works well.&lt;br /&gt;
&lt;br /&gt;
* [http://otranscribe.com/ oTranscribe] BETA&lt;br /&gt;
: Upload Sound File, Play It Back At Any Of Multiple Speeds, Transcribe It&lt;br /&gt;
: A free web app to take the pain out of transcribing recorded interviews.&lt;br /&gt;
&lt;br /&gt;
* [https://speechlogger.appspot.com/en/ Speechlogger | Automatic Speech Recognition &amp;amp; Translation Online]&lt;br /&gt;
: FREE. Accurate. Fun. No installation, no registration. Simply click the mic and start dictating text. Features auto save, auto punctuation, instant translation &amp;amp; more.&lt;br /&gt;
&lt;br /&gt;
* [https://speechnotes.co/ Speechnotes | Speech to Text Online Notepad]&lt;br /&gt;
: Speech to Text Online Notepad. Free. The Professional Speech Recognition Text Editor. Distraction-free, Fast, Easy to Use &amp;amp; Free Web App for Dictation &amp;amp; Typing&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: 17:45, 17 January 2016 (PST) I think I like Speechnotes even better than Speechpad.&lt;br /&gt;
&lt;br /&gt;
* [https://speechpad.pw/ SpeechPad - a new voice notebook]&lt;br /&gt;
: Speechpad is a voice recognition application for converting speech to text (a good external microphone is strongly recommended). It can also convert an audio file to text. The current version of Speechpad works only for the Chrome browser.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: 15:05, 15 January 2016 (PST) Initial test indicates this works pretty well.&lt;br /&gt;
&lt;br /&gt;
* [https://transcribe.wreally.com Transcribe]&lt;br /&gt;
: Chrome App For Uploading Sound Files &amp;amp; Transcribing Them To Text&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Monday, December 28, 2015: I found this while searching for sound file to text transcription services. When I was about to use it, I discovered it&amp;#039;s not free (but still worth looking into).&lt;br /&gt;
&lt;br /&gt;
* [http://www.voicebase.com/ VoiceBase]&lt;br /&gt;
: Another Transcribe-By-Machine Option. Transcribe-By-Human Options, Too&lt;br /&gt;
: VoiceBase Turns Your Voice Recordings and Transcriptions into a Searchable Database&amp;lt;ref&amp;gt;[http://lifehacker.com/5644017/voicebase-is-a-searchable-database-of-voice-recordings-and-transcriptions VoiceBase Turns Your Voice Recordings and Transcriptions into a Searchable Database]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Transcription Hacks &amp;amp;amp; Tutorials&lt;br /&gt;
* [http://waxy.org/2014/01/dirty_fast_and_free_audio_transcription_with_youtube/ Dirty, Fast, and Free Audio Transcription with YouTube]&lt;br /&gt;
: Transcribe Audio Using YouTube (Hack)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
; Data Journalism&lt;br /&gt;
* &amp;#039;&amp;#039;[http://datajournalismhandbook.org/ Data Journalism Handbook]&amp;#039;&amp;#039;&lt;br /&gt;
: The Data Journalism Handbook can be freely copied, redistributed and reused under the terms of the Creative Commons Attribution-ShareAlike license.&lt;br /&gt;
&lt;br /&gt;
* [http://datadrivenjournalism.net/ Data Driven Journalism]&lt;br /&gt;
: Data driven journalism was created by the European Journalism Centre (EJC) with partial funding from the Dutch Ministry of Education, Culture and Science.&lt;br /&gt;
&lt;br /&gt;
* [http://www.poynter.org/ The Poynter Institute]&amp;#039;s [http://www.poynter.org/tag/data-journalism/ Data Journalism]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=988</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=988"/>
		<updated>2019-10-20T01:13:39Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Portable Document Format (PDF) */ PDFYeah&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
* [https://wetransfer.com/ WeTransfer]&lt;br /&gt;
: Provide a send-to email address, your email address, include a brief note then upload file and send.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Used this service to send photos and video of technical issues to scanner manufacturer.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019]&lt;br /&gt;
: Edit, split and merge PDFs without paying for premium software&lt;br /&gt;
:: By Catherine Ellis | March 05, 2019&lt;br /&gt;
&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
=== Comprehensive PDF Editors ===&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
=== Online PDF Form Builders ===&lt;br /&gt;
* [https://www.cognitoforms.com Cognito Forms]&lt;br /&gt;
: Free Online Form Builder, create HTML forms and surveys.&lt;br /&gt;
:: [https://www.cognitoforms.com/features/calculations Calculations] — Build forms with powerful calculations that can total costs, compare dates, and so much more.&lt;br /&gt;
&lt;br /&gt;
=== Free Online PDF Creators ===&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
=== Free Online PDF Editors ===&lt;br /&gt;
* [https://www.apowersoft.com/pdf-editor ApowerPDF]&lt;br /&gt;
: Dave&amp;#039;s Note: This editor written about in this article: [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019], which recommends using the online version. Unclear if online version will not add watermarks (need to investigate===  will update here afterward).&lt;br /&gt;
&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
&lt;br /&gt;
* [https://lightpdf.com/ LightPDF]&lt;br /&gt;
: The Best Free Online PDF Editor &amp;amp; Converter: Free PDF Tools to Solve All PDF Problems With One Click&lt;br /&gt;
&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
* [https://www.pdfyeah.com/ PDFYeah]: All-in-One Online PDF Solution&lt;br /&gt;
: Free online PDF converter that helps with your everyday PDF tasks, making it easy to compress, convert and edit PDF files online. An all-in-one free PDF solution to solve all your PDF problems. &lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=987</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=987"/>
		<updated>2019-10-18T02:00:17Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Portable Document Format (PDF) */ Online PDF Form Builders&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
* [https://wetransfer.com/ WeTransfer]&lt;br /&gt;
: Provide a send-to email address, your email address, include a brief note then upload file and send.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Used this service to send photos and video of technical issues to scanner manufacturer.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019]&lt;br /&gt;
: Edit, split and merge PDFs without paying for premium software&lt;br /&gt;
:: By Catherine Ellis | March 05, 2019&lt;br /&gt;
&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Online PDF Form Builders&lt;br /&gt;
* [https://www.cognitoforms.com Cognito Forms]&lt;br /&gt;
: Free Online Form Builder, create HTML forms and surveys.&lt;br /&gt;
:: [https://www.cognitoforms.com/features/calculations Calculations] — Build forms with powerful calculations that can total costs, compare dates, and so much more.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.apowersoft.com/pdf-editor ApowerPDF]&lt;br /&gt;
: Dave&amp;#039;s Note: This editor written about in this article: [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019], which recommends using the online version. Unclear if online version will not add watermarks (need to investigate; will update here afterward).&lt;br /&gt;
&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
* [https://lightpdf.com/ LightPDF]&lt;br /&gt;
: The Best Free Online PDF Editor &amp;amp; Converter: Free PDF Tools to Solve All PDF Problems With One Click&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=986</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=986"/>
		<updated>2019-10-13T03:01:14Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Portable Document Format (PDF) */ LightPDF&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
* [https://wetransfer.com/ WeTransfer]&lt;br /&gt;
: Provide a send-to email address, your email address, include a brief note then upload file and send.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Used this service to send photos and video of technical issues to scanner manufacturer.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019]&lt;br /&gt;
: Edit, split and merge PDFs without paying for premium software&lt;br /&gt;
:: By Catherine Ellis | March 05, 2019&lt;br /&gt;
&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.apowersoft.com/pdf-editor ApowerPDF]&lt;br /&gt;
: Dave&amp;#039;s Note: This editor written about in this article: [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019], which recommends using the online version. Unclear if online version will not add watermarks (need to investigate; will update here afterward).&lt;br /&gt;
&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
* [https://lightpdf.com/ LightPDF]&lt;br /&gt;
: The Best Free Online PDF Editor &amp;amp; Converter: Free PDF Tools to Solve All PDF Problems With One Click&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=985</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=985"/>
		<updated>2019-08-26T02:39:34Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Phone Number Forwarding */ Minor editing, clean-up. Plus added VoIP.ms.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
==== Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services ====&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://getvoip.com/blog/2016/06/01/twilio-alternatives/ Top 4 Twilio Alternatives to Consider] Matt Grech, &amp;#039;&amp;#039;GetVoip&amp;#039;&amp;#039;, June 01, 2016&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] (not accepting new signups as of 2019-08-25) and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
* [https://www.bandwidth.com/ BANDWIDTH.COM]&lt;br /&gt;
: This just in...&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;NOTICE: Your Bandwidth Service is Expiring in 30 days&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: From: Bandwidth Support (Bandwidth Support)&lt;br /&gt;
:: Tue, Jul 16, 2019 at 7:52 AM&lt;br /&gt;
:: To: &amp;quot;David J. Myers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: We would like to inform you that as we (Bandwidth) move forward with our new version 2 API platforms, we will be discontinuing all version 1 API pre-paid accounts. This is your official 30 day notice of service discontinuation.&lt;br /&gt;
&lt;br /&gt;
:: We have compiled a list of alternative service providers for you:&lt;br /&gt;
:: - Plivo: https://www.plivo.com/&lt;br /&gt;
:: - Ytel: https://www.ytel.com/&lt;br /&gt;
:: - CDYNE: https://www.cdyne.com/&lt;br /&gt;
&lt;br /&gt;
* [https://www.cdyne.com/ CDYNE]&lt;br /&gt;
: Transforming Business through Communication &amp;amp; Data Quality APIs&lt;br /&gt;
&lt;br /&gt;
* [https://www.flowroute.com/ FLOWROUTE] (An [[wikipedia:Intrado|Intrado]] Company.)&lt;br /&gt;
: Make the quality, reliability and simplicity of your communication services stand out with direct access to telecom from the cloud.&lt;br /&gt;
&lt;br /&gt;
* [https://www.nexmo.com/ NEXMO]&lt;br /&gt;
: Nexmo - APIs for SMS, Voice and Phone Verifications&lt;br /&gt;
&lt;br /&gt;
* [https://www.plivo.com/ PLIVO] (Commercial)&lt;br /&gt;
: Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider&lt;br /&gt;
&lt;br /&gt;
* [https://www.plivo.com/open-source/ PLIVO] (Open Source)&lt;br /&gt;
: Plivo Open Source: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
* [https://www.sinch.com/ SINCH]&lt;br /&gt;
: Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple&lt;br /&gt;
&lt;br /&gt;
* [https://voip.ms VoIP.ms]&lt;br /&gt;
: Bring Your Own Device!&lt;br /&gt;
: Contract-Free and Pay-As-You-Go&lt;br /&gt;
: Exceptional Compatibility&lt;br /&gt;
* [https://www.ytel.com/ YTEL]&lt;br /&gt;
: Build with Better SMS and Voice APIs. Easily add programmable communications and improve every customer experience.&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
* [https://www.callcentric.com/ Callcentric]&lt;br /&gt;
: Businesses and home users can combine an internet phone service solution with features and options that work for them. Choose from per minute or unlimited plans...&lt;br /&gt;
* [https://www.numberbarn.com/ NumberBarn]&lt;br /&gt;
: World&amp;#039;s largest marketplace for local and toll free phone numbers.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: A simple phone solution to unify your team and communications, custom fit for your business.&lt;br /&gt;
* [https://www.parkmyphone.com/ Park My Phone]&lt;br /&gt;
: Keep Your Number and Stop Paying High Phone Bills&lt;br /&gt;
* [https://www.unitelvoice.com/phone-number-parking/ UniTel Voice]&lt;br /&gt;
: Safely Park, Store, &amp;amp; Save Your Toll Free Numbers or Local Numbers at a Low-Cost&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=984</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=984"/>
		<updated>2019-08-04T21:48:28Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* TWILIO COMPETITORS */ FLOWROUTE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
; Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://getvoip.com/blog/2016/06/01/twilio-alternatives/ Top 4 Twilio Alternatives to Consider] Matt Grech, &amp;#039;&amp;#039;GetVoip&amp;#039;&amp;#039;, June 01, 2016&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
;[https://www.bandwidth.com/ BANDWIDTH.COM]&lt;br /&gt;
: This just in...&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;NOTICE: Your Bandwidth Service is Expiring in 30 days&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: From: Bandwidth Support (Bandwidth Support)&lt;br /&gt;
:: Tue, Jul 16, 2019 at 7:52 AM&lt;br /&gt;
:: To: &amp;quot;David J. Myers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: We would like to inform you that as we (Bandwidth) move forward with our new version 2 API platforms, we will be discontinuing all version 1 API pre-paid accounts. This is your official 30 day notice of service discontinuation.&lt;br /&gt;
&lt;br /&gt;
:: We have compiled a list of alternative service providers for you:&lt;br /&gt;
:: - Plivo: https://www.plivo.com/&lt;br /&gt;
:: - Ytel: https://www.ytel.com/&lt;br /&gt;
:: - CDYNE: https://www.cdyne.com/&lt;br /&gt;
&lt;br /&gt;
;[https://www.cdyne.com/ CDYNE]&lt;br /&gt;
* Transforming Business through Communication &amp;amp; Data Quality APIs&lt;br /&gt;
&lt;br /&gt;
;[https://www.flowroute.com/ FLOWROUTE] (An [[wikipedia:Intrado|Intrado]] Company.)&lt;br /&gt;
* Make the quality, reliability and simplicity of your communication services stand out with direct access to telecom from the cloud.&lt;br /&gt;
&lt;br /&gt;
;[https://www.nexmo.com/ NEXMO]&lt;br /&gt;
* Nexmo - APIs for SMS, Voice and Phone Verifications&lt;br /&gt;
&lt;br /&gt;
;[https://www.plivo.com/ PLIVO] (Commercial)&lt;br /&gt;
* Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider&lt;br /&gt;
&lt;br /&gt;
;[https://www.plivo.com/open-source/ PLIVO] (Open Source)&lt;br /&gt;
* Plivo Open Source: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
;[https://www.sinch.com/ SINCH]&lt;br /&gt;
* Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple&lt;br /&gt;
&lt;br /&gt;
;[https://www.ytel.com/ YTEL]&lt;br /&gt;
* Build with Better SMS and Voice APIs. Easily add programmable communications and improve every customer experience.&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
* [https://www.callcentric.com/ Callcentric]&lt;br /&gt;
: Businesses and home users can combine an internet phone service solution with features and options that work for them. Choose from per minute or unlimited plans...&lt;br /&gt;
* [https://www.numberbarn.com/ NumberBarn]&lt;br /&gt;
: World&amp;#039;s largest marketplace for local and toll free phone numbers.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: A simple phone solution to unify your team and communications, custom fit for your business.&lt;br /&gt;
* [https://www.parkmyphone.com/ Park My Phone]&lt;br /&gt;
: Keep Your Number and Stop Paying High Phone Bills&lt;br /&gt;
* [https://www.unitelvoice.com/phone-number-parking/ UniTel Voice]&lt;br /&gt;
: Safely Park, Store, &amp;amp; Save Your Toll Free Numbers or Local Numbers at a Low-Cost&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=983</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=983"/>
		<updated>2019-08-04T21:32:21Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Phone Number Parking */ UniTel Voice &amp;amp; Callcentric + Editing; Clean-Up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
; Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://getvoip.com/blog/2016/06/01/twilio-alternatives/ Top 4 Twilio Alternatives to Consider] Matt Grech, &amp;#039;&amp;#039;GetVoip&amp;#039;&amp;#039;, June 01, 2016&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
;[https://www.bandwidth.com/ BANDWIDTH.COM]&lt;br /&gt;
: This just in...&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;NOTICE: Your Bandwidth Service is Expiring in 30 days&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: From: Bandwidth Support (Bandwidth Support)&lt;br /&gt;
:: Tue, Jul 16, 2019 at 7:52 AM&lt;br /&gt;
:: To: &amp;quot;David J. Myers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: We would like to inform you that as we (Bandwidth) move forward with our new version 2 API platforms, we will be discontinuing all version 1 API pre-paid accounts. This is your official 30 day notice of service discontinuation.&lt;br /&gt;
&lt;br /&gt;
:: We have compiled a list of alternative service providers for you:&lt;br /&gt;
:: - Plivo: https://www.plivo.com/&lt;br /&gt;
:: - Ytel: https://www.ytel.com/&lt;br /&gt;
:: - CDYNE: https://www.cdyne.com/&lt;br /&gt;
&lt;br /&gt;
;CDYNE&lt;br /&gt;
* [https://www.cdyne.com/ Transforming Business through Communication &amp;amp; Data Quality APIs]&lt;br /&gt;
&lt;br /&gt;
;NEXMO&lt;br /&gt;
* [https://www.nexmo.com/ Nexmo - APIs for SMS, Voice and Phone Verifications]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Commercial)&lt;br /&gt;
* [https://www.plivo.com/ Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Open Source)&lt;br /&gt;
* [https://www.plivo.com/open-source/ Plivo Open Source]: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
;SINCH&lt;br /&gt;
* [https://www.sinch.com/ Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple]&lt;br /&gt;
&lt;br /&gt;
;YTEL&lt;br /&gt;
* [https://www.ytel.com/ Build with Better SMS and Voice APIs. Easily add programmable communications and improve every customer experience.]&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
* [https://www.callcentric.com/ Callcentric]&lt;br /&gt;
: Businesses and home users can combine an internet phone service solution with features and options that work for them. Choose from per minute or unlimited plans...&lt;br /&gt;
* [https://www.numberbarn.com/ NumberBarn]&lt;br /&gt;
: World&amp;#039;s largest marketplace for local and toll free phone numbers.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: A simple phone solution to unify your team and communications, custom fit for your business.&lt;br /&gt;
* [https://www.parkmyphone.com/ Park My Phone]&lt;br /&gt;
: Keep Your Number and Stop Paying High Phone Bills&lt;br /&gt;
* [https://www.unitelvoice.com/phone-number-parking/ UniTel Voice]&lt;br /&gt;
: Safely Park, Store, &amp;amp; Save Your Toll Free Numbers or Local Numbers at a Low-Cost&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=982</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=982"/>
		<updated>2019-08-04T18:32:32Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* TWILIO COMPETITORS */ CDYNE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
; Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://getvoip.com/blog/2016/06/01/twilio-alternatives/ Top 4 Twilio Alternatives to Consider] Matt Grech, &amp;#039;&amp;#039;GetVoip&amp;#039;&amp;#039;, June 01, 2016&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
;[https://www.bandwidth.com/ BANDWIDTH.COM]&lt;br /&gt;
: This just in...&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;NOTICE: Your Bandwidth Service is Expiring in 30 days&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: From: Bandwidth Support (Bandwidth Support)&lt;br /&gt;
:: Tue, Jul 16, 2019 at 7:52 AM&lt;br /&gt;
:: To: &amp;quot;David J. Myers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: We would like to inform you that as we (Bandwidth) move forward with our new version 2 API platforms, we will be discontinuing all version 1 API pre-paid accounts. This is your official 30 day notice of service discontinuation.&lt;br /&gt;
&lt;br /&gt;
:: We have compiled a list of alternative service providers for you:&lt;br /&gt;
:: - Plivo: https://www.plivo.com/&lt;br /&gt;
:: - Ytel: https://www.ytel.com/&lt;br /&gt;
:: - CDYNE: https://www.cdyne.com/&lt;br /&gt;
&lt;br /&gt;
;CDYNE&lt;br /&gt;
* [https://www.cdyne.com/ Transforming Business through Communication &amp;amp; Data Quality APIs]&lt;br /&gt;
&lt;br /&gt;
;NEXMO&lt;br /&gt;
* [https://www.nexmo.com/ Nexmo - APIs for SMS, Voice and Phone Verifications]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Commercial)&lt;br /&gt;
* [https://www.plivo.com/ Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Open Source)&lt;br /&gt;
* [https://www.plivo.com/open-source/ Plivo Open Source]: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
;SINCH&lt;br /&gt;
* [https://www.sinch.com/ Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple]&lt;br /&gt;
&lt;br /&gt;
;YTEL&lt;br /&gt;
* [https://www.ytel.com/ Build with Better SMS and Voice APIs. Easily add programmable communications and improve every customer experience.]&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
Hint: Forget about number parking and look into one of the Twilio options.&lt;br /&gt;
; Park Your Landline Number - numberbarn.com&lt;br /&gt;
* [https://www.numberbarn.com NumberBarn]&lt;br /&gt;
: Port number to NumberBarn and park it. Starts at $2/mo. You can customize outgoing message.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: Parking service ($4/mo.) is more expensive than Number Barn ($2/mo.).&lt;br /&gt;
* [http://www.parkmyphone.com ParkMyPhone]&lt;br /&gt;
: Crappy looking website. $3/mo. parking with no apparent option to customize the &amp;quot;parked&amp;quot; message.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=981</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=981"/>
		<updated>2019-08-04T18:21:54Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Phone Number Forwarding */ YTEL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
; Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://getvoip.com/blog/2016/06/01/twilio-alternatives/ Top 4 Twilio Alternatives to Consider] Matt Grech, &amp;#039;&amp;#039;GetVoip&amp;#039;&amp;#039;, June 01, 2016&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
;[https://www.bandwidth.com/ BANDWIDTH.COM]&lt;br /&gt;
: This just in...&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;NOTICE: Your Bandwidth Service is Expiring in 30 days&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: From: Bandwidth Support (Bandwidth Support)&lt;br /&gt;
:: Tue, Jul 16, 2019 at 7:52 AM&lt;br /&gt;
:: To: &amp;quot;David J. Myers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: We would like to inform you that as we (Bandwidth) move forward with our new version 2 API platforms, we will be discontinuing all version 1 API pre-paid accounts. This is your official 30 day notice of service discontinuation.&lt;br /&gt;
&lt;br /&gt;
:: We have compiled a list of alternative service providers for you:&lt;br /&gt;
:: - Plivo: https://www.plivo.com/&lt;br /&gt;
:: - Ytel: https://www.ytel.com/&lt;br /&gt;
:: - CDYNE: https://www.cdyne.com/&lt;br /&gt;
&lt;br /&gt;
;NEXMO&lt;br /&gt;
* [https://www.nexmo.com/ Nexmo - APIs for SMS, Voice and Phone Verifications]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Commercial)&lt;br /&gt;
* [https://www.plivo.com/ Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Open Source)&lt;br /&gt;
* [https://www.plivo.com/open-source/ Plivo Open Source]: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
;SINCH&lt;br /&gt;
* [https://www.sinch.com/ Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple]&lt;br /&gt;
&lt;br /&gt;
;YTEL&lt;br /&gt;
* [https://www.ytel.com/ Build with Better SMS and Voice APIs. Easily add programmable communications and improve every customer experience.]&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
Hint: Forget about number parking and look into one of the Twilio options.&lt;br /&gt;
; Park Your Landline Number - numberbarn.com&lt;br /&gt;
* [https://www.numberbarn.com NumberBarn]&lt;br /&gt;
: Port number to NumberBarn and park it. Starts at $2/mo. You can customize outgoing message.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: Parking service ($4/mo.) is more expensive than Number Barn ($2/mo.).&lt;br /&gt;
* [http://www.parkmyphone.com ParkMyPhone]&lt;br /&gt;
: Crappy looking website. $3/mo. parking with no apparent option to customize the &amp;quot;parked&amp;quot; message.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=980</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=980"/>
		<updated>2019-07-31T02:59:30Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Cloud Storage &amp;amp;amp; File Sharing Platforms */ WeTransfer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
* [https://wetransfer.com/ WeTransfer]&lt;br /&gt;
: Provide a send-to email address, your email address, include a brief note then upload file and send.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Used this service to send photos and video of technical issues to scanner manufacturer.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019]&lt;br /&gt;
: Edit, split and merge PDFs without paying for premium software&lt;br /&gt;
:: By Catherine Ellis | March 05, 2019&lt;br /&gt;
&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.apowersoft.com/pdf-editor ApowerPDF]&lt;br /&gt;
: Dave&amp;#039;s Note: This editor written about in this article: [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019], which recommends using the online version. Unclear if online version will not add watermarks (need to investigate; will update here afterward).&lt;br /&gt;
&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=979</id>
		<title>Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=979"/>
		<updated>2019-07-31T02:49:09Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* PDF Conversion */ Editor&amp;#039;s Note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Big Data ==&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/19/how-big-is-big-data How big is big data?] (StackExchange)&lt;br /&gt;
: Good question; good answer.&lt;br /&gt;
&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/05/complete-tutorial-work-big-data-amazon-web-services-aws/ A Complete Tutorial to work on Big Data with Amazon Web Services (AWS)]&lt;br /&gt;
: A step by step process the author used to connect to a 24GB AWS instance via a laptop. Examples for Python and R users.&lt;br /&gt;
&lt;br /&gt;
== Business Intelligence ==&lt;br /&gt;
* [https://github.com/Quartz/bad-data-guide &amp;#039;&amp;#039;&amp;#039;Quartz/bad-data-guide&amp;#039;&amp;#039;&amp;#039; - The Quartz guide to bad data]&lt;br /&gt;
: An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.&lt;br /&gt;
&lt;br /&gt;
=== [[wikipedia:Business intelligence|BI]] Tools ===&lt;br /&gt;
* [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/s15-06-the-business-intelligence-tool.html The Business Intelligence Toolkit]&lt;br /&gt;
: A section from the Creative Commons book [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/index.html Getting the Most Out of Information Systems: A Manager&amp;#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
* [http://www.butleranalytics.com/10-mysql-reporting-tools/ 10+ MySQL Reporting Tools]&lt;br /&gt;
: These MySQL reporting tools fall into two broad camps – business intelligence suites where reporting is a major component, and tools that are specifically aimed at reporting. Also many of them are free.&lt;br /&gt;
&lt;br /&gt;
* [http://www.predictiveanalyticstoday.com/open-source-free-business-intelligence-solutions/ 33 Open Source and Free Business Intelligence Solutions]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Open Source Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho Community Edition, OpenText Actuate Information Hub, Free Edition, ReportServer, JasperReports Business Intelligence, Jedox Base, SpagoBI, ART, Pentaho Reporting, JMagallanes, OpenReports, Seal Report, Openi, NextReports, RapidMiner, Mondrian, KNIME.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Cloud Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Watson Analytics, SAP Lumira Cloud, Power BI, Microstrategy Analytics Express and Birst Express for NetSuite.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Proprietary Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: EspressReport Lite, SAP Lumira, QlikView Personal Edition, InetSoft, Qlik Sense Desktop, icCube, Tableau Public.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Open Source Commercial Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho, Jaspersoft, Palo, Actuate Corporation, TACTIC.&lt;br /&gt;
&lt;br /&gt;
== Data Analysis &amp;amp; Data Science Tools ==&lt;br /&gt;
* [https://datamaps.co/ Datamaps.co] - Create and download data maps.&lt;br /&gt;
: Datamaps.co is a free and simple platform for creating visualizations with data maps. It allows you to upload CSV file with region data, and fully customize your map&amp;#039;s appearance. Your map chart can be saved as PNG or SVG. With datamaps.co, you can create a custom map of World, USA, China, Canada and more are coming.&lt;br /&gt;
&lt;br /&gt;
* [http://vis.stanford.edu/wrangler/ Data Wrangler] (Stanford Visualization Group)&lt;br /&gt;
: Wrangler allows interactive transformation of messy, real-world data into the data tables analysis tools expect. Export data for use in Excel, R, Tableau, Protovis, ...&lt;br /&gt;
&lt;br /&gt;
* [http://htsql.org/ HTSQL&amp;amp;mdash;A Database Query Language]&lt;br /&gt;
: HTSQL is designed for data analysts and other &amp;#039;&amp;#039;accidental programmers&amp;#039;&amp;#039; who have complex business inquiries to solve and need a productive tool to write and share database queries. HTSQL is &amp;#039;&amp;#039;free and open source&amp;#039;&amp;#039; software.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cc.gatech.edu/gvu/ii/jigsaw/ Jigsaw: Visual Analytics for Exploring and Understanding Document Collections]&lt;br /&gt;
: Jigsaw is a visual analytics system to help analysts and researchers better explore, analyze, and make sense of such document collections.&lt;br /&gt;
&lt;br /&gt;
* [http://openrefine.org/ OpenRefine] (Formerly [http://code.google.com/p/google-refine/Google Refine].)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;[[wikipedia:OpenRefine|Open Refine]]&amp;#039;&amp;#039;&amp;#039; is a standalone open source desktop application for data cleanup and transformation to other formats, the activity known as [[wikipedia:Data wrangling|data wrangling]]. It is similar to [[wikipedia:Spreadsheet|spreadsheet]] applications (and can work with spreadsheet file formats), however, it behaves more like a database.&lt;br /&gt;
&lt;br /&gt;
=== Command Line ===&lt;br /&gt;
* [http://datascienceatthecommandline.com/ Data Science at the Command Line]&lt;br /&gt;
: This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You&amp;#039;ll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.&lt;br /&gt;
&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/08/tutorial-data-science-command-line-scikit-learn/ Tutorial – Data Science at Command Line with R &amp;amp; Python (Scikit Learn)]&lt;br /&gt;
: Tutorial inspired by [http://jeroenjanssens.com/ Jeroen Janssens]&amp;#039; book &amp;#039;&amp;#039;[http://datascienceatthecommandline.com/ Data Science at the Command Line]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==== IDEs in the Browser | Cloud IDEs ====&lt;br /&gt;
&amp;#039;&amp;#039;Also See [[Data Analysis#Python_in_Your_Browser:_Tools|Python in Your Browser: Tools]] (below).&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [https://c9.io/ Cloud9] - Your development environment, in the cloud.&lt;br /&gt;
: Cloud9 IDE is an online integrated development environment, published as open source from version 3.0. It supports hundreds of programming languages, including PHP, Ruby, Perl, Python, JavaScript with Node.js, and Go. &amp;lt;!-- Recommended by Hassan in Python Throttle class. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.nitrous.io Nitrous.io]&lt;br /&gt;
: Code and Collaborate in the Cloud, for Free! No installation required. Create a new environment with our cloud IDE in seconds. &amp;lt;!-- Recommended by Hassan in Python Throttle class, then he realized (after conferring with Riley) that he actually meant to recommend Cloud 9. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Further Reading&lt;br /&gt;
* [http://www.hongkiat.com/blog/cloud-ide-developers/ Cloud IDEs For Web Developers – Best Of]&lt;br /&gt;
: Compares &amp;quot;13 of the best Cloud IDEs,&amp;quot; including the following (to name just a few): Akshell, Cloud9, Python Fiddle&lt;br /&gt;
&lt;br /&gt;
=== D3 ===&lt;br /&gt;
* [http://d3js.org/ D3.js - Data-Driven Documents]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;D3.js&amp;#039;&amp;#039;&amp;#039; is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.&lt;br /&gt;
&lt;br /&gt;
=== Excel ===&lt;br /&gt;
; Text Analysis using Excel&lt;br /&gt;
&lt;br /&gt;
* [http://jacobjwalker.effectiveeducation.org/blog/2012/11/18/excel-vba-macro-code-to-find-word-level-n-grams-in-a-text-entry/ Excel VBA Macro Code to Find Word-Level N-Grams in a Text Entry]&lt;br /&gt;
: FEATURES EXAMPLE WORKBOOK: Analysis of Literature and Medicine Courses.xlsm&lt;br /&gt;
:: The featured workbook looks interesting and appears quite comprehensive.&lt;br /&gt;
&lt;br /&gt;
* [https://www.keithyap.com.au/text-analysis-using-excel/ Text Analysis using Excel]&lt;br /&gt;
: A quick guide to the types of analysis you can run, ranging from easy to hard.&lt;br /&gt;
:: EXAMPLE: Use this formula to count the number of words in a text string. =LEN(A1)-LEN(SUBSTITUTE(A1,&amp;quot; &amp;quot;,&amp;quot;&amp;quot;))+1&lt;br /&gt;
&lt;br /&gt;
* [http://www.clearlyandsimply.com/clearly_and_simply/2015/03/the-implementation-of-word-clouds-with-excel.html The Implementation of Word Clouds with Excel]&lt;br /&gt;
: Approach, algorithm, VBA code and performance optimization of the Word Cloud with Excel implementation.&lt;br /&gt;
:: FEATURES: Split Text Tool (Microsoft Excel 2007-2013, 115K)&lt;br /&gt;
:: NOTE: If the Split Text Tool downloads as a Zip file, change the file extension from .zip to .xlsm.&lt;br /&gt;
&lt;br /&gt;
* [http://www.clearlyandsimply.com/clearly_and_simply/2015/02/word-clouds-with-microsoft-excel.html Create dynamic Word Clouds / Tag Clouds in Microsoft Excel]&lt;br /&gt;
: FEATURES FOLLOWING DOWNLOADS:&lt;br /&gt;
::- Word Clouds Bruce Springsteen (Microsoft Excel 2007-2013, 518.4K)&lt;br /&gt;
::- Word Cloud Generic Template (Microsoft Excel 2007-2013, 78.7K)&lt;br /&gt;
::- Word Cloud UDF (Microsoft Excel 2007-2013, 72.4K)&lt;br /&gt;
: NOTE: If any of the tools downloads as a Zip file, change the file extension from .zip to .xlsm.&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
Python is a very powerful programming language used for many different applications. Over time, the huge community around this open source language has created quite a few tools to efficiently work with Python. In recent years, a number of tools have been built specifically for data science. As a result, analyzing data with Python has never been easier.&amp;lt;ref&amp;gt;[https://www.edx.org/course/introduction-python-data-science-microsoft-dat208x-2 Introduction to Python for Data Science] ([https://www.edx.org/ edX])&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Propaganda =====&lt;br /&gt;
* [https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/ Python FAQ: Why should I use Python 3?] ([https://eev.ee/ fuzzy notepad])&lt;br /&gt;
: Python 3 is great and you should use it. Here’s why...&lt;br /&gt;
&lt;br /&gt;
* [http://www.wired.com/2015/05/running-python-browser-awesome-think/ Running Python in a Browser Is More Awesome Than You Think]&lt;br /&gt;
: Shows simple code examples running on [https://trinket.io/python Trinket].&lt;br /&gt;
&lt;br /&gt;
* [http://physicslogos.blogspot.com/2015/05/python-graphing-tutorials-in-trinket.html Python Graphing Tutorials in Trinket]&lt;br /&gt;
: Trinket can be used to post interactive Python code which your students can run in the browser or copy and paste for the purpose of running locally on their computer.&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Tools =====&lt;br /&gt;
* [https://www.pythonanywhere.com/ PythonAnywhere]&lt;br /&gt;
: Host, run, and code Python in the cloud!&lt;br /&gt;
&lt;br /&gt;
* [http://pythonfiddle.com/ Python Fiddle: Python Cloud IDE]&lt;br /&gt;
: The Python IDE for the web. Play around with and modify live example code. Share or demonstrate solutions to problems.&lt;br /&gt;
&lt;br /&gt;
* [https://repl.it/ repl.it: online REPL, Compiler &amp;amp; IDE]&lt;br /&gt;
: Powerful and simple online compiler, IDE, interpreter, and REPL. Write, run, save, and share code from your browser!&lt;br /&gt;
&lt;br /&gt;
* [http://www.skulpt.org Skulpt]: Python. Client side.&lt;br /&gt;
: Skulpt is an entirely in-browser implementation of Python. No preprocessing, plugins, or server-side support required, just write Python and reload.&lt;br /&gt;
&lt;br /&gt;
* [https://trinket.io/python Your Python Trinket]&lt;br /&gt;
: Python in the browser. No installation required.&lt;br /&gt;
&lt;br /&gt;
==== Python &amp;amp;amp; Spreadsheets ====&lt;br /&gt;
* [http://sheetsync.readthedocs.io/en/latest/ SheetSync]: Welcome to SheetSync!&lt;br /&gt;
: A python library to create, update and delete rows of data in a google spreadsheet.&lt;br /&gt;
&lt;br /&gt;
* [http://xlsxwriter.readthedocs.io  XlsxWriter]: Creating Excel files with Python and XlsxWriter&lt;br /&gt;
: XlsxWriter is a Python module for creating Excel XLSX files.&lt;br /&gt;
&lt;br /&gt;
==== Python Tips, Tutorials &amp;amp;amp; Tricks ====&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A Complete Tutorial to Learn Data Science with Python from Scratch]&lt;br /&gt;
: Python was originally a general purpose language. Over the years, with strong community support, dedicated libraries for data analysis and predictive modeling emerged.&lt;br /&gt;
* [http://www.automatingosint.com/blog/2016/07/dark-web-osint-with-python-and-onionscan-part-one/ Dark Web OSINT With Python and OnionScan: Part One]&lt;br /&gt;
: Step-by-step instructions for setting up an environment to scan hidden services in the dark web!&lt;br /&gt;
&lt;br /&gt;
==== Web Scraping With Python ====&lt;br /&gt;
* [https://scrapy.org/ Scrapy]&lt;br /&gt;
: Scrapy is an open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/2269/any-online-r-console Any Online R console?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
==== R Studio ====&lt;br /&gt;
* RStudio: [https://www.rstudio.com/ide/download/ Download RStudio]&lt;br /&gt;
: Take control of your R code. RStudio is the premier integrated development environment for R. It is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or over the web with RStudio Server. Download RStudio (for Windows, Mac, or Linux).&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Excel ====&lt;br /&gt;
* [http://www.r-bloggers.com/a-million-ways-to-connect-r-and-excel/ A million ways to connect R and Excel]&lt;br /&gt;
: In quantitative finance both R and Excel are the basis tools for any type of analysis. Whenever one has to use Excel in conjunction with R, there are many ways to approach the problem and many solutions. It depends on what you really want to do and the size of the dataset you’re dealing with.&lt;br /&gt;
&lt;br /&gt;
* [https://cran.r-project.org/web/packages/openxlsx/index.html openxlsx: Read, Write and Edit XLSX Files]&lt;br /&gt;
: Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of Rcpp, read/write times are comparable to the xlsx and XLConnect packages with the added benefit of removing the dependency on Java.&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Google Sheets ====&lt;br /&gt;
* [https://cran.r-project.org/web/packages/googlesheets/index.html googlesheets: Manage Google Spreadsheets from R]&lt;br /&gt;
: Interact with Google Sheets from R.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jennybc/googlesheets Google Sheets R API]&lt;br /&gt;
: Access and manage Google spreadsheets from R with googlesheets.&lt;br /&gt;
&lt;br /&gt;
==== Shiny ====&lt;br /&gt;
* [http://shiny.rstudio.com/ Shiny] - by [https://www.rstudio.com/ RStudio]&lt;br /&gt;
: A web application framework for R.&lt;br /&gt;
::- Turn your analyses into interactive web applications.&lt;br /&gt;
::- No HTML, CSS, or JavaScript knowledge required.&lt;br /&gt;
&lt;br /&gt;
== Learn Data Science ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[Computer Productivity Hacks#Educate_Yourself]]&amp;#039;&amp;#039;&lt;br /&gt;
{{cquote2|Academic credentials are important but not necessary for high-quality data science. The core aptitudes – curiosity, intellectual agility, statistical fluency, research stamina, scientific rigor, skeptical nature – that distinguish the best data scientists are widely distributed throughout the population.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;We’re likely to see more uncredentialed, inexperienced individuals try their hands at data science, bootstrapping their skills on the open-source ecosystem and using the diversity of modeling tools available. Just as data-science platforms and tools are proliferating through the magic of open source, big data’s data-scientist pool will as well.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;And there’s yet another trend that will alleviate any talent gap: the democratization of data science. [[wikipedia:Autodidacticism|Autodidacts]] – the self-taught, uncredentialed, data-passionate people – will come to play a significant role in many organizations’ data science initiatives.|James Kobielus|[http://www.ibmbigdatahub.com/blog/data-scientist-closing-talent-gap Data Scientist: Closing the Talent Gap]|##px|##px}}&lt;br /&gt;
&lt;br /&gt;
* [https://www.dataquest.io/ Dataquest: Learn data science online.]&lt;br /&gt;
: Learn applied skills for a career in data science. Work with data, build projects, and gain experience. (No longer free.)&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/dataquestio/data-science-blogs Dataquest.io&amp;#039;s Curated List Of Data Science Blogs]&lt;br /&gt;
: [http://www.analyticsvidhya.com/blog/ Analytics Vidhya] | [http://dataaspirant.com/ Dataaspirant] | [http://www.randalolson.com/blog/ Dr. Randal S. Olson] | [http://blog.dominodatalab.com/ Domino Data Lab&amp;#039;s blog] | [http://ianozsvald.com/ Entrepreneurial Geekiness] | [http://blog.kaggle.com/ no free hunch] | [https://jakevdp.github.io/ Pythonic Perambulations] | [http://rayli.net/blog/ Rayli.Net] | [http://blog.yhathq.com/ yhat] | [http://mdbecker.github.io/ Beckerfuffle] | [http://carlshan.com/ Carl Shan] | [http://datamining.typepad.com/data_mining/ Data Mining: Text Mining, Visualization and Social Media] | [http://fastml.com/ FastML] | [http://www.chioka.in/ Garbled Notes] | [http://www.joyofdata.de/blog/ Joy Of Data] | [http://mlwave.com/ MLWave] | [http://trevorstephens.com/ Trevor Stephens] | [http://twiecki.github.io/ While My MCMC Gently Samples] | [http://zacstewart.com/ Zac Stewart] | [http://www.machinedlearnings.com/ Machined Learnings] | [http://deeplearning.net/feed/ Deep Learning] | [http://nuit-blanche.blogspot.com/ Nuit Blanche] | [http://hunch.net/ Machine Learning (Theory)] | [http://bickson.blogspot.com/ Large Scale Machine Learning] | [http://blog.revolutionanalytics.com/ Revolutions] | [http://www.kdnuggets.com/ KDnuggets] | [http://wellecks.wordpress.com/ Wellecks] | [http://www.pyimagesearch.com/ PyImageSearch] | [http://www.dataminingblog.com/ Data Mining Research] | [http://treycausey.com/ Trey Causey] | [https://timdettmers.wordpress.com/ Deep Learning] | [http://alexhwoods.com/ Machine Learning and Data Science] | [http://iamtrask.github.io/ i am trask] | [http://317070.github.io/ Jonas Degrave] | [http://yanirseroussi.com/ Yanir Seroussi] | [http://daoudclarke.github.io/ Life, Language, Learning] | [http://medriscoll.com/ M.E.Driscoll] | [https://peadarcoyle.wordpress.com/ Models are illuminating and wrong] | [https://medium.com/@chris_bour Christophe Bourguignat] | [https://medium.com/@samim samim] | [http://karpathy.github.io/ Andrej Karpathy blog] | [http://colah.github.io/archive.html colah&amp;#039;s blog] | [http://sebastianraschka.com/articles.html Sebastian Raschka] | [http://blog.echen.me Edwin Chen] | [http://simplystatistics.org Simply Statistics] | [http://rinzewind.org/blog-en Will do stuff for stuff] | [http://www.computervisionblog.com/ Tombone&amp;#039;s Computer Vision Blog] | [https://blogs.princeton.edu/imabandit/ I’m a bandit] | [http://101.datascience.community/ Data Science 101] | [http://www.r-bloggers.com/ R-bloggers] | [http://multithreaded.stitchfix.com/blog/ Stitch Fix Tech Blog] | [http://datagenetics.com/blog.html DataGenetics] | [https://www.dataquest.io/blog/ Dataquest Blog]&lt;br /&gt;
&lt;br /&gt;
* [http://datasciencemasters.org/ The Open-Source Data Science Masters]&lt;br /&gt;
: The open-source curriculum for learning Data Science. Foundational in both theory and technologies, the OSDSM breaks down the core competencies necessary to make data useful.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;The Internet is Your Oyster&amp;#039;&amp;#039;&amp;#039;: With Coursera, ebooks, Stack Overflow, and GitHub -- all free and open -- how can you afford not to take advantage of an open source education?&lt;br /&gt;
&lt;br /&gt;
* [https://quizlet.com/ Quizlet]—&amp;#039;&amp;#039;Study Everywhere&amp;#039;&amp;#039;! | Subject: [https://quizlet.com/subject/data-science/ Data Science]&lt;br /&gt;
: Numerous &amp;quot;flash card&amp;quot;-style data science lessons.&lt;br /&gt;
&lt;br /&gt;
== Hash, Random Text, Number &amp;amp;amp; String Generators ==&lt;br /&gt;
;[[wikipedia:Hash function|Hash]]&lt;br /&gt;
* [https://www.md5hashgenerator.com/ MD5 Hash Generator] ([https://www.danstools.com/ Dan&amp;#039;s Tools])&lt;br /&gt;
* [http://www.unit-conversion.info/texttools/md5/ MD5 create hash online] ([http://www.unit-conversion.info/ unit-conversion.info])&lt;br /&gt;
&lt;br /&gt;
;Tools&lt;br /&gt;
* [https://www.generatedata.com/ GenerateData.com]&lt;br /&gt;
: Free, GNU-licensed, random custom data generator for testing software.&lt;br /&gt;
&lt;br /&gt;
* [https://www.random.org/ RANDOM.ORG] - True Random Number Service&lt;br /&gt;
: Generate random lists, numbers, text strings, sequences and more.&lt;br /&gt;
&lt;br /&gt;
;Tutorials&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/642-excel-generate-random-string.html How to generate random character strings in a range in Excel?]&lt;br /&gt;
: Sometimes you may need to generate random strings, such as different passwords. This article tries to show you some tricks to generate different random strings in Excel.&lt;br /&gt;
&lt;br /&gt;
== Regular Expressions ==&lt;br /&gt;
* [[wikipedia:Regular expression|Regular expression]] (Wikipedia)&lt;br /&gt;
: In theoretical computer science and formal language theory, a regular expression (abbreviated &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;regexp&amp;lt;/tt&amp;gt; and sometimes called a &amp;#039;&amp;#039;rational expression&amp;#039;&amp;#039;) is a sequence of characters that forms a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. &amp;quot;find and replace&amp;quot;-like operations.&lt;br /&gt;
&lt;br /&gt;
=== Quick Tips ===&lt;br /&gt;
* [http://stackoverflow.com/questions/1331815/regular-expression-to-match-cross-platform-newline-characters Regular Expression to match cross platform newline characters]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3219014/what-is-a-cross-platform-regex-for-removal-of-line-breaks What is a cross platform regex for removal of line breaks?]&lt;br /&gt;
: &amp;quot;The regex I use when I want to be precise is &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;\r\n?|\n&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tutorials ===&lt;br /&gt;
* [http://regexone.com RegexOne - Learn regular expressions with simple, interactive examples.]&lt;br /&gt;
: Includes:&lt;br /&gt;
::- [http://regexone.com/lesson/0 Interactive Tutorial] › Learn to use Regular Expressions&lt;br /&gt;
::- [http://regexone.com/example/0 Practical Examples] › Practice your Regular Expressions&lt;br /&gt;
::- [http://regexone.com/cheatsheet RegEx Cheatsheet] › Regular Expressions in PHP &amp;amp; More&lt;br /&gt;
&lt;br /&gt;
* [http://www.regular-expressions.info/tutorial.html Regular Expressions Tutorial: Learn How to Use and Get The Most out of Regular Expressions]&lt;br /&gt;
: Any non-trivial &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; looks daunting to anybody not familiar with them. But with just a bit of experience, you will soon be able to craft your own regular expressions like you have never done anything else.&lt;br /&gt;
&lt;br /&gt;
* [http://www.rexegg.com/regex-uses.html The Many Uses of Regex]&lt;br /&gt;
: Regex is the gift that keeps giving. Once you learn it, you discover it comes in handy in many places where you hadn&amp;#039;t planned to use it.&lt;br /&gt;
&lt;br /&gt;
* [http://regex.learncodethehardway.org/book/ Learn Regex The Hard Way]&lt;br /&gt;
: This is an in-progress book that quickly teaches you regular expressions.&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tools ===&lt;br /&gt;
* [https://regex101.com Regex101: Online regex tester and debugger: JavaScript, Python, PHP, and PCRE]&lt;br /&gt;
: Regex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, JavaScript and Python. The website also features a community where you can share useful expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://www.regexr.com/ RegExr: Learn, Build, &amp;amp; Test RegEx]&lt;br /&gt;
: Regular expression tester with syntax highlighting, contextual help, video tutorial, reference, and searchable community patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://pythex.org/ Pythex: a Python regular expression editor]&lt;br /&gt;
: Pythex is a real-time regular expression editor for Python, a quick way to test your regular expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://regexpal.com/ Regex Tester]&lt;br /&gt;
: JavaScript regex tester. Highlights matches on the fly.&lt;br /&gt;
&lt;br /&gt;
== Small Data ==&lt;br /&gt;
[[wikipedia:Small data|Small Data]] is everything [[wikipedia:Big data|Big Data]] is not.&lt;br /&gt;
;You Might Not Be Big Data If:&lt;br /&gt;
- You were generated through human data entry. (Big Data came about in order to handle the exponential growth of machine-generated data, because we humans aren’t fast enough to outpace a good old relational database).&amp;lt;br /&amp;gt;&lt;br /&gt;
- You are an operational database. For instance, CRM is never Big Data, and ERP is never Big Data.&amp;lt;br /&amp;gt;&lt;br /&gt;
- You fit just fine in a MySQL database. Even if you have to put a lot of RAM in it, it’s still not Big Data.&amp;lt;ref&amp;gt;[http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&lt;br /&gt;
: For the majority of small and medium businesses, Big Data is the technology of the future, not the reality they experience today. To be blunt, most SMBs don’t even have a handle on the Small Data they’re already creating and collecting themselves. (And if many enterprise organizations are being honest, neither do they.) According to Forrester Research, most companies are analyzing a mere 12% of their existing data. That leaves a whopping 88% of data that businesses are flat out ignoring. Can you imagine the potential of actually leveraging that existing data to derive data-driven business insights? Instead of chasing the Big Data dream, SMBs should consider picking up the dollars that are effectively lying on the floor, and invest first in leveraging their Small Data.&lt;br /&gt;
&lt;br /&gt;
* [http://www.theguardian.com/news/datablog/2013/apr/25/forget-big-data-small-data-revolution Forget big data, small data is the real revolution]&lt;br /&gt;
: Just as we now find it ludicrous to talk of &amp;quot;big software&amp;quot; – as if size in itself were a measure of value – we should, and will one day, find it equally odd to talk of &amp;quot;big data&amp;quot;. Size in itself doesn&amp;#039;t matter – what matters is having the data, of whatever size, that helps us solve a problem or address the question we have.&lt;br /&gt;
&lt;br /&gt;
* [http://www.forbes.com/sites/mikekavis/2015/02/25/forget-big-data-small-data-is-driving-the-internet-of-things/ Forget Big Data -- Small Data Is Driving The Internet Of Things]&lt;br /&gt;
: What is small data, you ask? Small data is a dataset that contains very specific attributes. Small data is used to determine current states and conditions  or may be generated by analyzing larger data sets.&lt;br /&gt;
&lt;br /&gt;
== SQL ==&lt;br /&gt;
=== Cheat Sheets ===&lt;br /&gt;
* [https://www.simple-talk.com/sql/sql-training/ssms-the-query-window-keyboard-shortcuts/ SQL Server Management Studio Query Window Keyboard Shortcuts]&lt;br /&gt;
: Simple-Talk&amp;#039;s free wallchart of the most important SSMS keyboard shortcuts aims to help find all those curiously forgettable key combinations within SQL Server Management Studio that unlock the hidden magic that is available for editing and executing queries.&lt;br /&gt;
&lt;br /&gt;
=== Fiddle with SQL in the Browser ===&lt;br /&gt;
* [http://www.compileonline.com/execute_sql_online.php codingground: EXECUTE SQL ONLINE]&lt;br /&gt;
: I got this one to work. | [[User:Dave|Dave]] ([[User talk:Dave|talk]]) 18:01, 7 December 2016 (PST)&lt;br /&gt;
&lt;br /&gt;
* [http://rextester.com/l/postgresql_online_compiler Rextester | compile postgresql online]&lt;br /&gt;
: At Rextester you can not only compile PostgreSQL, but also several several other SQL flavors, too (SQL Server, MySQL, Oracle). Rextester also offers options for several other programming languages.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; PowerShell ===&lt;br /&gt;
* [https://cmatskas.com/execute-sql-query-with-powershell/ Execute SQL Query with PowerShell]&lt;br /&gt;
: Scripting is very powerful. And for me, one of the best scripting languages is PowerShell (PoSH). Yes, PoSH takes a bit of getting used to, but once you pass the initial learning curve, you end up with a powerful tool in your hands.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/8423541/how-do-you-run-a-sql-server-query-from-powershell How do you run a SQL Server query from PowerShell?]&lt;br /&gt;
: Multiple examples; approaches.&lt;br /&gt;
&lt;br /&gt;
* [https://www.simple-talk.com/content/file.ashx?file=7305 Practical PowerShell For SQL Server Developers and DBAs]&lt;br /&gt;
: Download the latest version of this PowerShell™ wallchart and read the accompanying in-depth article from Simple-Talk.&lt;br /&gt;
&lt;br /&gt;
;Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Spreadsheet Tricks#SQL_.26_Excel|SQL &amp;amp; Excel]]&lt;br /&gt;
&lt;br /&gt;
== Text Extraction ==&lt;br /&gt;
=== PDF Conversion ===&lt;br /&gt;
* [https://www.pdfyeah.com/ All-in-One Online PDF Solution]&lt;br /&gt;
: Free online PDF converter that helps with your everyday PDF tasks, making it easy to compress, convert, join and edit PDF files online.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Used this online service to join two PDFs.&lt;br /&gt;
&lt;br /&gt;
[[File:capture2text_ocr_conceptual_illustration.png|thumb|alt=Capture2Text conceptual illustration.|[http://capture2text.sourceforge.net/ Capture2Text] conceptual illustration.|710px]]&lt;br /&gt;
* [http://capture2text.sourceforge.net/ Capture2Text]&lt;br /&gt;
: Capture2Text enables users to quickly OCR a portion of the screen using a keyboard shortcut. The resulting text will be saved to the clipboard by default.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/detexter/ Detexter]&lt;br /&gt;
: Detexter is an app designed to extract text from PDF files.&lt;br /&gt;
&lt;br /&gt;
* [http://www.pdfonline.com/pdf-to-word-converter/ PDF Online - Convert PDF to Word (Free!)] (A unit of [http://www.bcltechnologies.com/ BCL Technologies].)&lt;br /&gt;
: [[User:Dave|I]] [http://www.pdfonline.com/pdf-to-word-converter/?fb_comment_id=10150571095090174_1789396217960207#f3c561ba7c434c8 used this service] to successfully convert the [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf .US Locality Domain Name Registration Terms and Conditions] form from PDF to [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx Word format].&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/6187250/pdf-text-extraction PDF TEXT Extraction]&lt;br /&gt;
: Lists several options.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX] &lt;br /&gt;
: Convert PDF to HTML without losing text or format.&lt;br /&gt;
&lt;br /&gt;
* [http://pdftotext.github.io/ pdftotext.org] (Now at [http://pdftotext.github.io/ pdftotext.github.io].)&lt;br /&gt;
:: Note: (Domain squatter has apparently hijacked the original &amp;lt;tt&amp;gt;pdftotext.org&amp;lt;/tt&amp;gt; domain. But the service is still here: http://pdftotext.github.io/)&lt;br /&gt;
: pdftotext.org is the best online service for easily extracting text from your PDF files. Conversion from PDF to TXT is really fast thanks to our in-browser conversion architecture. Your PDF files are never uploaded to the Internet, so even private PDF files are safe to convert with this service. The conversion is done locally in your browser – you can even convert when you are offline! There is no need for any registration or sign-up, and the service will always be free to use.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/doctotext/ SILVERCODERS DocToText] &lt;br /&gt;
: Extracts plain text from documents in all popular formats.&lt;br /&gt;
&lt;br /&gt;
* [http://tabula.technology Tabula]&lt;br /&gt;
: Tabula is a tool for liberating data tables locked inside PDF files. Tabula allows you to extract that data into a CSV or Microsoft Excel spreadsheet using a simple, easy-to-use interface. Tabula works on Mac, Windows and Linux.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Office Productivity Hacks#Portable_Document_Format_.28PDF.29|Office Productivity Hacks#Portable Document Format (PDF)]]&lt;br /&gt;
&lt;br /&gt;
=== Data Scrape ; Web Scrape ===&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/18Q2THQvYCG2_n6nKVsZRHlaPG9iJ9NvLezOOQbEuAJs/edit?hl=en Almost Scraping: Web Scraping for Non-Programmers]&lt;br /&gt;
: Tools and tips compiled by journalists from PBS and Omaha World-Herald.&lt;br /&gt;
&lt;br /&gt;
* [http://blog.scrapinghub.com/2014/01/18/open-source-at-scrapinghub/ Open Source at Scrapinghub]&lt;br /&gt;
: Scrapinghub&amp;#039;s list of open source scraping projects.&lt;br /&gt;
&lt;br /&gt;
* [http://sitestalker.net/ Sitestalker]&lt;br /&gt;
: Monitor website links with ease. Sitestalker supervises websites and notifies you when your desired content hits the web.Stop wasting your time constantly refreshing websites.&lt;br /&gt;
: Sitestalker is great for:&lt;br /&gt;
:: Finding jobs&lt;br /&gt;
:: Searching for an apartment&lt;br /&gt;
:: Getting the best bargains&lt;br /&gt;
:: Clipping &lt;br /&gt;
&lt;br /&gt;
* [http://www.notprovided.eu/six-tools-web-scraping-use-data-journalism-creating-insightful-content/ Six tools for web scraping – To use for data journalism &amp;amp; creating insightful content]&lt;br /&gt;
: Tools for gathering data from public sources.&lt;br /&gt;
&lt;br /&gt;
* [http://www.hongkiat.com/blog/web-scraping-tools/ 10 Web Scraping Tools to Extract Online Data]&lt;br /&gt;
: Web Scraping tools are specifically developed for extracting information from websites. They are also known as web harvesting tools or web data extraction tools. These tools are useful for anyone trying to collect some form of data from the Internet. Web Scraping is the new data entry technique that don’t require repetitive typing or copy-pasting.&lt;br /&gt;
&lt;br /&gt;
;R Scraper&lt;br /&gt;
* [http://www.computerworld.com/article/2909560/business-intelligence/web-scraping-with-r-and-rvest-includes-video-code.html Web scraping with R and rvest (includes video &amp;amp; code)]&lt;br /&gt;
: Watch (video) how easy it is to import data from a Web page into R.&lt;br /&gt;
&lt;br /&gt;
=== Text Search ===&lt;br /&gt;
* [http://geekdadaji.com/ geekDadaji - A SEARCH INITIATIVE]&lt;br /&gt;
: Makes tools to search text content, including:&lt;br /&gt;
# [https://sourceforge.net/projects/falcontextsearch/ FALCON - Text Search Java Project]: JSON based text search Java Project&lt;br /&gt;
# [https://sourceforge.net/projects/hawksearch/ HAWK - PDF Text Search Java Project]: Taking initiative for Document Text Search&lt;br /&gt;
&lt;br /&gt;
* [http://www.foolabs.com/xpdf/home.html Xpdf: A PDF Viewer for X]&lt;br /&gt;
: Xpdf is an open source viewer for Portable Document Format (PDF) files.&lt;br /&gt;
: Windows installer: [http://www.compgeom.com/~piyush/scripts/scripts.html Short Programs/Scripts] (Look for the xpdf3.exe / poppler.exe links in left sidebar.)&lt;br /&gt;
&lt;br /&gt;
== Text Transformation ==&lt;br /&gt;
* [https://www.transformy.io/#/ Transformy] - Change your data with one example.&lt;br /&gt;
: Do you have a list of text strings that you want to modify the format on? Copy and paste the list into the a box, then provide an example of how you want each text string formatted. The hope is that Transformy will do the rest.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
=== [[wikipedia:Git (software)|Git]], [[wikipedia:GitHub|GitHub]] ===&lt;br /&gt;
* [http://stackoverflow.com/questions/14679614/whats-the-best-practice-for-putting-multiple-projects-in-a-git-repository What&amp;#039;s the best practice for putting multiple projects in a git repository?] (Stack Overflow)&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 1&amp;#039;&amp;#039;: A single repository can contain multiple independent branches, called orphan branches. Orphan branches are completely separate from each other; they do not share histories.&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 2&amp;#039;&amp;#039;: Avoid all the hassle of orphan branches. Create two independent repositories, and push them to the same remote. Just use different branch names for each repo.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=978</id>
		<title>Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=978"/>
		<updated>2019-07-31T02:41:38Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* PDF Conversion */ All-in-One Online PDF Solution&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Big Data ==&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/19/how-big-is-big-data How big is big data?] (StackExchange)&lt;br /&gt;
: Good question; good answer.&lt;br /&gt;
&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/05/complete-tutorial-work-big-data-amazon-web-services-aws/ A Complete Tutorial to work on Big Data with Amazon Web Services (AWS)]&lt;br /&gt;
: A step by step process the author used to connect to a 24GB AWS instance via a laptop. Examples for Python and R users.&lt;br /&gt;
&lt;br /&gt;
== Business Intelligence ==&lt;br /&gt;
* [https://github.com/Quartz/bad-data-guide &amp;#039;&amp;#039;&amp;#039;Quartz/bad-data-guide&amp;#039;&amp;#039;&amp;#039; - The Quartz guide to bad data]&lt;br /&gt;
: An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.&lt;br /&gt;
&lt;br /&gt;
=== [[wikipedia:Business intelligence|BI]] Tools ===&lt;br /&gt;
* [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/s15-06-the-business-intelligence-tool.html The Business Intelligence Toolkit]&lt;br /&gt;
: A section from the Creative Commons book [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/index.html Getting the Most Out of Information Systems: A Manager&amp;#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
* [http://www.butleranalytics.com/10-mysql-reporting-tools/ 10+ MySQL Reporting Tools]&lt;br /&gt;
: These MySQL reporting tools fall into two broad camps – business intelligence suites where reporting is a major component, and tools that are specifically aimed at reporting. Also many of them are free.&lt;br /&gt;
&lt;br /&gt;
* [http://www.predictiveanalyticstoday.com/open-source-free-business-intelligence-solutions/ 33 Open Source and Free Business Intelligence Solutions]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Open Source Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho Community Edition, OpenText Actuate Information Hub, Free Edition, ReportServer, JasperReports Business Intelligence, Jedox Base, SpagoBI, ART, Pentaho Reporting, JMagallanes, OpenReports, Seal Report, Openi, NextReports, RapidMiner, Mondrian, KNIME.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Cloud Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Watson Analytics, SAP Lumira Cloud, Power BI, Microstrategy Analytics Express and Birst Express for NetSuite.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Proprietary Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: EspressReport Lite, SAP Lumira, QlikView Personal Edition, InetSoft, Qlik Sense Desktop, icCube, Tableau Public.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Open Source Commercial Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho, Jaspersoft, Palo, Actuate Corporation, TACTIC.&lt;br /&gt;
&lt;br /&gt;
== Data Analysis &amp;amp; Data Science Tools ==&lt;br /&gt;
* [https://datamaps.co/ Datamaps.co] - Create and download data maps.&lt;br /&gt;
: Datamaps.co is a free and simple platform for creating visualizations with data maps. It allows you to upload CSV file with region data, and fully customize your map&amp;#039;s appearance. Your map chart can be saved as PNG or SVG. With datamaps.co, you can create a custom map of World, USA, China, Canada and more are coming.&lt;br /&gt;
&lt;br /&gt;
* [http://vis.stanford.edu/wrangler/ Data Wrangler] (Stanford Visualization Group)&lt;br /&gt;
: Wrangler allows interactive transformation of messy, real-world data into the data tables analysis tools expect. Export data for use in Excel, R, Tableau, Protovis, ...&lt;br /&gt;
&lt;br /&gt;
* [http://htsql.org/ HTSQL&amp;amp;mdash;A Database Query Language]&lt;br /&gt;
: HTSQL is designed for data analysts and other &amp;#039;&amp;#039;accidental programmers&amp;#039;&amp;#039; who have complex business inquiries to solve and need a productive tool to write and share database queries. HTSQL is &amp;#039;&amp;#039;free and open source&amp;#039;&amp;#039; software.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cc.gatech.edu/gvu/ii/jigsaw/ Jigsaw: Visual Analytics for Exploring and Understanding Document Collections]&lt;br /&gt;
: Jigsaw is a visual analytics system to help analysts and researchers better explore, analyze, and make sense of such document collections.&lt;br /&gt;
&lt;br /&gt;
* [http://openrefine.org/ OpenRefine] (Formerly [http://code.google.com/p/google-refine/Google Refine].)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;[[wikipedia:OpenRefine|Open Refine]]&amp;#039;&amp;#039;&amp;#039; is a standalone open source desktop application for data cleanup and transformation to other formats, the activity known as [[wikipedia:Data wrangling|data wrangling]]. It is similar to [[wikipedia:Spreadsheet|spreadsheet]] applications (and can work with spreadsheet file formats), however, it behaves more like a database.&lt;br /&gt;
&lt;br /&gt;
=== Command Line ===&lt;br /&gt;
* [http://datascienceatthecommandline.com/ Data Science at the Command Line]&lt;br /&gt;
: This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You&amp;#039;ll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.&lt;br /&gt;
&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/08/tutorial-data-science-command-line-scikit-learn/ Tutorial – Data Science at Command Line with R &amp;amp; Python (Scikit Learn)]&lt;br /&gt;
: Tutorial inspired by [http://jeroenjanssens.com/ Jeroen Janssens]&amp;#039; book &amp;#039;&amp;#039;[http://datascienceatthecommandline.com/ Data Science at the Command Line]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==== IDEs in the Browser | Cloud IDEs ====&lt;br /&gt;
&amp;#039;&amp;#039;Also See [[Data Analysis#Python_in_Your_Browser:_Tools|Python in Your Browser: Tools]] (below).&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [https://c9.io/ Cloud9] - Your development environment, in the cloud.&lt;br /&gt;
: Cloud9 IDE is an online integrated development environment, published as open source from version 3.0. It supports hundreds of programming languages, including PHP, Ruby, Perl, Python, JavaScript with Node.js, and Go. &amp;lt;!-- Recommended by Hassan in Python Throttle class. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.nitrous.io Nitrous.io]&lt;br /&gt;
: Code and Collaborate in the Cloud, for Free! No installation required. Create a new environment with our cloud IDE in seconds. &amp;lt;!-- Recommended by Hassan in Python Throttle class, then he realized (after conferring with Riley) that he actually meant to recommend Cloud 9. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Further Reading&lt;br /&gt;
* [http://www.hongkiat.com/blog/cloud-ide-developers/ Cloud IDEs For Web Developers – Best Of]&lt;br /&gt;
: Compares &amp;quot;13 of the best Cloud IDEs,&amp;quot; including the following (to name just a few): Akshell, Cloud9, Python Fiddle&lt;br /&gt;
&lt;br /&gt;
=== D3 ===&lt;br /&gt;
* [http://d3js.org/ D3.js - Data-Driven Documents]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;D3.js&amp;#039;&amp;#039;&amp;#039; is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.&lt;br /&gt;
&lt;br /&gt;
=== Excel ===&lt;br /&gt;
; Text Analysis using Excel&lt;br /&gt;
&lt;br /&gt;
* [http://jacobjwalker.effectiveeducation.org/blog/2012/11/18/excel-vba-macro-code-to-find-word-level-n-grams-in-a-text-entry/ Excel VBA Macro Code to Find Word-Level N-Grams in a Text Entry]&lt;br /&gt;
: FEATURES EXAMPLE WORKBOOK: Analysis of Literature and Medicine Courses.xlsm&lt;br /&gt;
:: The featured workbook looks interesting and appears quite comprehensive.&lt;br /&gt;
&lt;br /&gt;
* [https://www.keithyap.com.au/text-analysis-using-excel/ Text Analysis using Excel]&lt;br /&gt;
: A quick guide to the types of analysis you can run, ranging from easy to hard.&lt;br /&gt;
:: EXAMPLE: Use this formula to count the number of words in a text string. =LEN(A1)-LEN(SUBSTITUTE(A1,&amp;quot; &amp;quot;,&amp;quot;&amp;quot;))+1&lt;br /&gt;
&lt;br /&gt;
* [http://www.clearlyandsimply.com/clearly_and_simply/2015/03/the-implementation-of-word-clouds-with-excel.html The Implementation of Word Clouds with Excel]&lt;br /&gt;
: Approach, algorithm, VBA code and performance optimization of the Word Cloud with Excel implementation.&lt;br /&gt;
:: FEATURES: Split Text Tool (Microsoft Excel 2007-2013, 115K)&lt;br /&gt;
:: NOTE: If the Split Text Tool downloads as a Zip file, change the file extension from .zip to .xlsm.&lt;br /&gt;
&lt;br /&gt;
* [http://www.clearlyandsimply.com/clearly_and_simply/2015/02/word-clouds-with-microsoft-excel.html Create dynamic Word Clouds / Tag Clouds in Microsoft Excel]&lt;br /&gt;
: FEATURES FOLLOWING DOWNLOADS:&lt;br /&gt;
::- Word Clouds Bruce Springsteen (Microsoft Excel 2007-2013, 518.4K)&lt;br /&gt;
::- Word Cloud Generic Template (Microsoft Excel 2007-2013, 78.7K)&lt;br /&gt;
::- Word Cloud UDF (Microsoft Excel 2007-2013, 72.4K)&lt;br /&gt;
: NOTE: If any of the tools downloads as a Zip file, change the file extension from .zip to .xlsm.&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
Python is a very powerful programming language used for many different applications. Over time, the huge community around this open source language has created quite a few tools to efficiently work with Python. In recent years, a number of tools have been built specifically for data science. As a result, analyzing data with Python has never been easier.&amp;lt;ref&amp;gt;[https://www.edx.org/course/introduction-python-data-science-microsoft-dat208x-2 Introduction to Python for Data Science] ([https://www.edx.org/ edX])&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Propaganda =====&lt;br /&gt;
* [https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/ Python FAQ: Why should I use Python 3?] ([https://eev.ee/ fuzzy notepad])&lt;br /&gt;
: Python 3 is great and you should use it. Here’s why...&lt;br /&gt;
&lt;br /&gt;
* [http://www.wired.com/2015/05/running-python-browser-awesome-think/ Running Python in a Browser Is More Awesome Than You Think]&lt;br /&gt;
: Shows simple code examples running on [https://trinket.io/python Trinket].&lt;br /&gt;
&lt;br /&gt;
* [http://physicslogos.blogspot.com/2015/05/python-graphing-tutorials-in-trinket.html Python Graphing Tutorials in Trinket]&lt;br /&gt;
: Trinket can be used to post interactive Python code which your students can run in the browser or copy and paste for the purpose of running locally on their computer.&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Tools =====&lt;br /&gt;
* [https://www.pythonanywhere.com/ PythonAnywhere]&lt;br /&gt;
: Host, run, and code Python in the cloud!&lt;br /&gt;
&lt;br /&gt;
* [http://pythonfiddle.com/ Python Fiddle: Python Cloud IDE]&lt;br /&gt;
: The Python IDE for the web. Play around with and modify live example code. Share or demonstrate solutions to problems.&lt;br /&gt;
&lt;br /&gt;
* [https://repl.it/ repl.it: online REPL, Compiler &amp;amp; IDE]&lt;br /&gt;
: Powerful and simple online compiler, IDE, interpreter, and REPL. Write, run, save, and share code from your browser!&lt;br /&gt;
&lt;br /&gt;
* [http://www.skulpt.org Skulpt]: Python. Client side.&lt;br /&gt;
: Skulpt is an entirely in-browser implementation of Python. No preprocessing, plugins, or server-side support required, just write Python and reload.&lt;br /&gt;
&lt;br /&gt;
* [https://trinket.io/python Your Python Trinket]&lt;br /&gt;
: Python in the browser. No installation required.&lt;br /&gt;
&lt;br /&gt;
==== Python &amp;amp;amp; Spreadsheets ====&lt;br /&gt;
* [http://sheetsync.readthedocs.io/en/latest/ SheetSync]: Welcome to SheetSync!&lt;br /&gt;
: A python library to create, update and delete rows of data in a google spreadsheet.&lt;br /&gt;
&lt;br /&gt;
* [http://xlsxwriter.readthedocs.io  XlsxWriter]: Creating Excel files with Python and XlsxWriter&lt;br /&gt;
: XlsxWriter is a Python module for creating Excel XLSX files.&lt;br /&gt;
&lt;br /&gt;
==== Python Tips, Tutorials &amp;amp;amp; Tricks ====&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A Complete Tutorial to Learn Data Science with Python from Scratch]&lt;br /&gt;
: Python was originally a general purpose language. Over the years, with strong community support, dedicated libraries for data analysis and predictive modeling emerged.&lt;br /&gt;
* [http://www.automatingosint.com/blog/2016/07/dark-web-osint-with-python-and-onionscan-part-one/ Dark Web OSINT With Python and OnionScan: Part One]&lt;br /&gt;
: Step-by-step instructions for setting up an environment to scan hidden services in the dark web!&lt;br /&gt;
&lt;br /&gt;
==== Web Scraping With Python ====&lt;br /&gt;
* [https://scrapy.org/ Scrapy]&lt;br /&gt;
: Scrapy is an open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/2269/any-online-r-console Any Online R console?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
==== R Studio ====&lt;br /&gt;
* RStudio: [https://www.rstudio.com/ide/download/ Download RStudio]&lt;br /&gt;
: Take control of your R code. RStudio is the premier integrated development environment for R. It is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or over the web with RStudio Server. Download RStudio (for Windows, Mac, or Linux).&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Excel ====&lt;br /&gt;
* [http://www.r-bloggers.com/a-million-ways-to-connect-r-and-excel/ A million ways to connect R and Excel]&lt;br /&gt;
: In quantitative finance both R and Excel are the basis tools for any type of analysis. Whenever one has to use Excel in conjunction with R, there are many ways to approach the problem and many solutions. It depends on what you really want to do and the size of the dataset you’re dealing with.&lt;br /&gt;
&lt;br /&gt;
* [https://cran.r-project.org/web/packages/openxlsx/index.html openxlsx: Read, Write and Edit XLSX Files]&lt;br /&gt;
: Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of Rcpp, read/write times are comparable to the xlsx and XLConnect packages with the added benefit of removing the dependency on Java.&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Google Sheets ====&lt;br /&gt;
* [https://cran.r-project.org/web/packages/googlesheets/index.html googlesheets: Manage Google Spreadsheets from R]&lt;br /&gt;
: Interact with Google Sheets from R.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jennybc/googlesheets Google Sheets R API]&lt;br /&gt;
: Access and manage Google spreadsheets from R with googlesheets.&lt;br /&gt;
&lt;br /&gt;
==== Shiny ====&lt;br /&gt;
* [http://shiny.rstudio.com/ Shiny] - by [https://www.rstudio.com/ RStudio]&lt;br /&gt;
: A web application framework for R.&lt;br /&gt;
::- Turn your analyses into interactive web applications.&lt;br /&gt;
::- No HTML, CSS, or JavaScript knowledge required.&lt;br /&gt;
&lt;br /&gt;
== Learn Data Science ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[Computer Productivity Hacks#Educate_Yourself]]&amp;#039;&amp;#039;&lt;br /&gt;
{{cquote2|Academic credentials are important but not necessary for high-quality data science. The core aptitudes – curiosity, intellectual agility, statistical fluency, research stamina, scientific rigor, skeptical nature – that distinguish the best data scientists are widely distributed throughout the population.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;We’re likely to see more uncredentialed, inexperienced individuals try their hands at data science, bootstrapping their skills on the open-source ecosystem and using the diversity of modeling tools available. Just as data-science platforms and tools are proliferating through the magic of open source, big data’s data-scientist pool will as well.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;And there’s yet another trend that will alleviate any talent gap: the democratization of data science. [[wikipedia:Autodidacticism|Autodidacts]] – the self-taught, uncredentialed, data-passionate people – will come to play a significant role in many organizations’ data science initiatives.|James Kobielus|[http://www.ibmbigdatahub.com/blog/data-scientist-closing-talent-gap Data Scientist: Closing the Talent Gap]|##px|##px}}&lt;br /&gt;
&lt;br /&gt;
* [https://www.dataquest.io/ Dataquest: Learn data science online.]&lt;br /&gt;
: Learn applied skills for a career in data science. Work with data, build projects, and gain experience. (No longer free.)&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/dataquestio/data-science-blogs Dataquest.io&amp;#039;s Curated List Of Data Science Blogs]&lt;br /&gt;
: [http://www.analyticsvidhya.com/blog/ Analytics Vidhya] | [http://dataaspirant.com/ Dataaspirant] | [http://www.randalolson.com/blog/ Dr. Randal S. Olson] | [http://blog.dominodatalab.com/ Domino Data Lab&amp;#039;s blog] | [http://ianozsvald.com/ Entrepreneurial Geekiness] | [http://blog.kaggle.com/ no free hunch] | [https://jakevdp.github.io/ Pythonic Perambulations] | [http://rayli.net/blog/ Rayli.Net] | [http://blog.yhathq.com/ yhat] | [http://mdbecker.github.io/ Beckerfuffle] | [http://carlshan.com/ Carl Shan] | [http://datamining.typepad.com/data_mining/ Data Mining: Text Mining, Visualization and Social Media] | [http://fastml.com/ FastML] | [http://www.chioka.in/ Garbled Notes] | [http://www.joyofdata.de/blog/ Joy Of Data] | [http://mlwave.com/ MLWave] | [http://trevorstephens.com/ Trevor Stephens] | [http://twiecki.github.io/ While My MCMC Gently Samples] | [http://zacstewart.com/ Zac Stewart] | [http://www.machinedlearnings.com/ Machined Learnings] | [http://deeplearning.net/feed/ Deep Learning] | [http://nuit-blanche.blogspot.com/ Nuit Blanche] | [http://hunch.net/ Machine Learning (Theory)] | [http://bickson.blogspot.com/ Large Scale Machine Learning] | [http://blog.revolutionanalytics.com/ Revolutions] | [http://www.kdnuggets.com/ KDnuggets] | [http://wellecks.wordpress.com/ Wellecks] | [http://www.pyimagesearch.com/ PyImageSearch] | [http://www.dataminingblog.com/ Data Mining Research] | [http://treycausey.com/ Trey Causey] | [https://timdettmers.wordpress.com/ Deep Learning] | [http://alexhwoods.com/ Machine Learning and Data Science] | [http://iamtrask.github.io/ i am trask] | [http://317070.github.io/ Jonas Degrave] | [http://yanirseroussi.com/ Yanir Seroussi] | [http://daoudclarke.github.io/ Life, Language, Learning] | [http://medriscoll.com/ M.E.Driscoll] | [https://peadarcoyle.wordpress.com/ Models are illuminating and wrong] | [https://medium.com/@chris_bour Christophe Bourguignat] | [https://medium.com/@samim samim] | [http://karpathy.github.io/ Andrej Karpathy blog] | [http://colah.github.io/archive.html colah&amp;#039;s blog] | [http://sebastianraschka.com/articles.html Sebastian Raschka] | [http://blog.echen.me Edwin Chen] | [http://simplystatistics.org Simply Statistics] | [http://rinzewind.org/blog-en Will do stuff for stuff] | [http://www.computervisionblog.com/ Tombone&amp;#039;s Computer Vision Blog] | [https://blogs.princeton.edu/imabandit/ I’m a bandit] | [http://101.datascience.community/ Data Science 101] | [http://www.r-bloggers.com/ R-bloggers] | [http://multithreaded.stitchfix.com/blog/ Stitch Fix Tech Blog] | [http://datagenetics.com/blog.html DataGenetics] | [https://www.dataquest.io/blog/ Dataquest Blog]&lt;br /&gt;
&lt;br /&gt;
* [http://datasciencemasters.org/ The Open-Source Data Science Masters]&lt;br /&gt;
: The open-source curriculum for learning Data Science. Foundational in both theory and technologies, the OSDSM breaks down the core competencies necessary to make data useful.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;The Internet is Your Oyster&amp;#039;&amp;#039;&amp;#039;: With Coursera, ebooks, Stack Overflow, and GitHub -- all free and open -- how can you afford not to take advantage of an open source education?&lt;br /&gt;
&lt;br /&gt;
* [https://quizlet.com/ Quizlet]—&amp;#039;&amp;#039;Study Everywhere&amp;#039;&amp;#039;! | Subject: [https://quizlet.com/subject/data-science/ Data Science]&lt;br /&gt;
: Numerous &amp;quot;flash card&amp;quot;-style data science lessons.&lt;br /&gt;
&lt;br /&gt;
== Hash, Random Text, Number &amp;amp;amp; String Generators ==&lt;br /&gt;
;[[wikipedia:Hash function|Hash]]&lt;br /&gt;
* [https://www.md5hashgenerator.com/ MD5 Hash Generator] ([https://www.danstools.com/ Dan&amp;#039;s Tools])&lt;br /&gt;
* [http://www.unit-conversion.info/texttools/md5/ MD5 create hash online] ([http://www.unit-conversion.info/ unit-conversion.info])&lt;br /&gt;
&lt;br /&gt;
;Tools&lt;br /&gt;
* [https://www.generatedata.com/ GenerateData.com]&lt;br /&gt;
: Free, GNU-licensed, random custom data generator for testing software.&lt;br /&gt;
&lt;br /&gt;
* [https://www.random.org/ RANDOM.ORG] - True Random Number Service&lt;br /&gt;
: Generate random lists, numbers, text strings, sequences and more.&lt;br /&gt;
&lt;br /&gt;
;Tutorials&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/642-excel-generate-random-string.html How to generate random character strings in a range in Excel?]&lt;br /&gt;
: Sometimes you may need to generate random strings, such as different passwords. This article tries to show you some tricks to generate different random strings in Excel.&lt;br /&gt;
&lt;br /&gt;
== Regular Expressions ==&lt;br /&gt;
* [[wikipedia:Regular expression|Regular expression]] (Wikipedia)&lt;br /&gt;
: In theoretical computer science and formal language theory, a regular expression (abbreviated &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;regexp&amp;lt;/tt&amp;gt; and sometimes called a &amp;#039;&amp;#039;rational expression&amp;#039;&amp;#039;) is a sequence of characters that forms a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. &amp;quot;find and replace&amp;quot;-like operations.&lt;br /&gt;
&lt;br /&gt;
=== Quick Tips ===&lt;br /&gt;
* [http://stackoverflow.com/questions/1331815/regular-expression-to-match-cross-platform-newline-characters Regular Expression to match cross platform newline characters]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3219014/what-is-a-cross-platform-regex-for-removal-of-line-breaks What is a cross platform regex for removal of line breaks?]&lt;br /&gt;
: &amp;quot;The regex I use when I want to be precise is &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;\r\n?|\n&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tutorials ===&lt;br /&gt;
* [http://regexone.com RegexOne - Learn regular expressions with simple, interactive examples.]&lt;br /&gt;
: Includes:&lt;br /&gt;
::- [http://regexone.com/lesson/0 Interactive Tutorial] › Learn to use Regular Expressions&lt;br /&gt;
::- [http://regexone.com/example/0 Practical Examples] › Practice your Regular Expressions&lt;br /&gt;
::- [http://regexone.com/cheatsheet RegEx Cheatsheet] › Regular Expressions in PHP &amp;amp; More&lt;br /&gt;
&lt;br /&gt;
* [http://www.regular-expressions.info/tutorial.html Regular Expressions Tutorial: Learn How to Use and Get The Most out of Regular Expressions]&lt;br /&gt;
: Any non-trivial &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; looks daunting to anybody not familiar with them. But with just a bit of experience, you will soon be able to craft your own regular expressions like you have never done anything else.&lt;br /&gt;
&lt;br /&gt;
* [http://www.rexegg.com/regex-uses.html The Many Uses of Regex]&lt;br /&gt;
: Regex is the gift that keeps giving. Once you learn it, you discover it comes in handy in many places where you hadn&amp;#039;t planned to use it.&lt;br /&gt;
&lt;br /&gt;
* [http://regex.learncodethehardway.org/book/ Learn Regex The Hard Way]&lt;br /&gt;
: This is an in-progress book that quickly teaches you regular expressions.&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tools ===&lt;br /&gt;
* [https://regex101.com Regex101: Online regex tester and debugger: JavaScript, Python, PHP, and PCRE]&lt;br /&gt;
: Regex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, JavaScript and Python. The website also features a community where you can share useful expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://www.regexr.com/ RegExr: Learn, Build, &amp;amp; Test RegEx]&lt;br /&gt;
: Regular expression tester with syntax highlighting, contextual help, video tutorial, reference, and searchable community patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://pythex.org/ Pythex: a Python regular expression editor]&lt;br /&gt;
: Pythex is a real-time regular expression editor for Python, a quick way to test your regular expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://regexpal.com/ Regex Tester]&lt;br /&gt;
: JavaScript regex tester. Highlights matches on the fly.&lt;br /&gt;
&lt;br /&gt;
== Small Data ==&lt;br /&gt;
[[wikipedia:Small data|Small Data]] is everything [[wikipedia:Big data|Big Data]] is not.&lt;br /&gt;
;You Might Not Be Big Data If:&lt;br /&gt;
- You were generated through human data entry. (Big Data came about in order to handle the exponential growth of machine-generated data, because we humans aren’t fast enough to outpace a good old relational database).&amp;lt;br /&amp;gt;&lt;br /&gt;
- You are an operational database. For instance, CRM is never Big Data, and ERP is never Big Data.&amp;lt;br /&amp;gt;&lt;br /&gt;
- You fit just fine in a MySQL database. Even if you have to put a lot of RAM in it, it’s still not Big Data.&amp;lt;ref&amp;gt;[http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&lt;br /&gt;
: For the majority of small and medium businesses, Big Data is the technology of the future, not the reality they experience today. To be blunt, most SMBs don’t even have a handle on the Small Data they’re already creating and collecting themselves. (And if many enterprise organizations are being honest, neither do they.) According to Forrester Research, most companies are analyzing a mere 12% of their existing data. That leaves a whopping 88% of data that businesses are flat out ignoring. Can you imagine the potential of actually leveraging that existing data to derive data-driven business insights? Instead of chasing the Big Data dream, SMBs should consider picking up the dollars that are effectively lying on the floor, and invest first in leveraging their Small Data.&lt;br /&gt;
&lt;br /&gt;
* [http://www.theguardian.com/news/datablog/2013/apr/25/forget-big-data-small-data-revolution Forget big data, small data is the real revolution]&lt;br /&gt;
: Just as we now find it ludicrous to talk of &amp;quot;big software&amp;quot; – as if size in itself were a measure of value – we should, and will one day, find it equally odd to talk of &amp;quot;big data&amp;quot;. Size in itself doesn&amp;#039;t matter – what matters is having the data, of whatever size, that helps us solve a problem or address the question we have.&lt;br /&gt;
&lt;br /&gt;
* [http://www.forbes.com/sites/mikekavis/2015/02/25/forget-big-data-small-data-is-driving-the-internet-of-things/ Forget Big Data -- Small Data Is Driving The Internet Of Things]&lt;br /&gt;
: What is small data, you ask? Small data is a dataset that contains very specific attributes. Small data is used to determine current states and conditions  or may be generated by analyzing larger data sets.&lt;br /&gt;
&lt;br /&gt;
== SQL ==&lt;br /&gt;
=== Cheat Sheets ===&lt;br /&gt;
* [https://www.simple-talk.com/sql/sql-training/ssms-the-query-window-keyboard-shortcuts/ SQL Server Management Studio Query Window Keyboard Shortcuts]&lt;br /&gt;
: Simple-Talk&amp;#039;s free wallchart of the most important SSMS keyboard shortcuts aims to help find all those curiously forgettable key combinations within SQL Server Management Studio that unlock the hidden magic that is available for editing and executing queries.&lt;br /&gt;
&lt;br /&gt;
=== Fiddle with SQL in the Browser ===&lt;br /&gt;
* [http://www.compileonline.com/execute_sql_online.php codingground: EXECUTE SQL ONLINE]&lt;br /&gt;
: I got this one to work. | [[User:Dave|Dave]] ([[User talk:Dave|talk]]) 18:01, 7 December 2016 (PST)&lt;br /&gt;
&lt;br /&gt;
* [http://rextester.com/l/postgresql_online_compiler Rextester | compile postgresql online]&lt;br /&gt;
: At Rextester you can not only compile PostgreSQL, but also several several other SQL flavors, too (SQL Server, MySQL, Oracle). Rextester also offers options for several other programming languages.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; PowerShell ===&lt;br /&gt;
* [https://cmatskas.com/execute-sql-query-with-powershell/ Execute SQL Query with PowerShell]&lt;br /&gt;
: Scripting is very powerful. And for me, one of the best scripting languages is PowerShell (PoSH). Yes, PoSH takes a bit of getting used to, but once you pass the initial learning curve, you end up with a powerful tool in your hands.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/8423541/how-do-you-run-a-sql-server-query-from-powershell How do you run a SQL Server query from PowerShell?]&lt;br /&gt;
: Multiple examples; approaches.&lt;br /&gt;
&lt;br /&gt;
* [https://www.simple-talk.com/content/file.ashx?file=7305 Practical PowerShell For SQL Server Developers and DBAs]&lt;br /&gt;
: Download the latest version of this PowerShell™ wallchart and read the accompanying in-depth article from Simple-Talk.&lt;br /&gt;
&lt;br /&gt;
;Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Spreadsheet Tricks#SQL_.26_Excel|SQL &amp;amp; Excel]]&lt;br /&gt;
&lt;br /&gt;
== Text Extraction ==&lt;br /&gt;
=== PDF Conversion ===&lt;br /&gt;
* [https://www.pdfyeah.com/ All-in-One Online PDF Solution]&lt;br /&gt;
: Free online PDF converter that helps with your everyday PDF tasks, making it easy to compress, convert, join and edit PDF files online.&lt;br /&gt;
&lt;br /&gt;
[[File:capture2text_ocr_conceptual_illustration.png|thumb|alt=Capture2Text conceptual illustration.|[http://capture2text.sourceforge.net/ Capture2Text] conceptual illustration.|710px]]&lt;br /&gt;
* [http://capture2text.sourceforge.net/ Capture2Text]&lt;br /&gt;
: Capture2Text enables users to quickly OCR a portion of the screen using a keyboard shortcut. The resulting text will be saved to the clipboard by default.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/detexter/ Detexter]&lt;br /&gt;
: Detexter is an app designed to extract text from PDF files.&lt;br /&gt;
&lt;br /&gt;
* [http://www.pdfonline.com/pdf-to-word-converter/ PDF Online - Convert PDF to Word (Free!)] (A unit of [http://www.bcltechnologies.com/ BCL Technologies].)&lt;br /&gt;
: [[User:Dave|I]] [http://www.pdfonline.com/pdf-to-word-converter/?fb_comment_id=10150571095090174_1789396217960207#f3c561ba7c434c8 used this service] to successfully convert the [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf .US Locality Domain Name Registration Terms and Conditions] form from PDF to [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx Word format].&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/6187250/pdf-text-extraction PDF TEXT Extraction]&lt;br /&gt;
: Lists several options.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX] &lt;br /&gt;
: Convert PDF to HTML without losing text or format.&lt;br /&gt;
&lt;br /&gt;
* [http://pdftotext.github.io/ pdftotext.org] (Now at [http://pdftotext.github.io/ pdftotext.github.io].)&lt;br /&gt;
:: Note: (Domain squatter has apparently hijacked the original &amp;lt;tt&amp;gt;pdftotext.org&amp;lt;/tt&amp;gt; domain. But the service is still here: http://pdftotext.github.io/)&lt;br /&gt;
: pdftotext.org is the best online service for easily extracting text from your PDF files. Conversion from PDF to TXT is really fast thanks to our in-browser conversion architecture. Your PDF files are never uploaded to the Internet, so even private PDF files are safe to convert with this service. The conversion is done locally in your browser – you can even convert when you are offline! There is no need for any registration or sign-up, and the service will always be free to use.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/doctotext/ SILVERCODERS DocToText] &lt;br /&gt;
: Extracts plain text from documents in all popular formats.&lt;br /&gt;
&lt;br /&gt;
* [http://tabula.technology Tabula]&lt;br /&gt;
: Tabula is a tool for liberating data tables locked inside PDF files. Tabula allows you to extract that data into a CSV or Microsoft Excel spreadsheet using a simple, easy-to-use interface. Tabula works on Mac, Windows and Linux.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Office Productivity Hacks#Portable_Document_Format_.28PDF.29|Office Productivity Hacks#Portable Document Format (PDF)]]&lt;br /&gt;
&lt;br /&gt;
=== Data Scrape ; Web Scrape ===&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/18Q2THQvYCG2_n6nKVsZRHlaPG9iJ9NvLezOOQbEuAJs/edit?hl=en Almost Scraping: Web Scraping for Non-Programmers]&lt;br /&gt;
: Tools and tips compiled by journalists from PBS and Omaha World-Herald.&lt;br /&gt;
&lt;br /&gt;
* [http://blog.scrapinghub.com/2014/01/18/open-source-at-scrapinghub/ Open Source at Scrapinghub]&lt;br /&gt;
: Scrapinghub&amp;#039;s list of open source scraping projects.&lt;br /&gt;
&lt;br /&gt;
* [http://sitestalker.net/ Sitestalker]&lt;br /&gt;
: Monitor website links with ease. Sitestalker supervises websites and notifies you when your desired content hits the web.Stop wasting your time constantly refreshing websites.&lt;br /&gt;
: Sitestalker is great for:&lt;br /&gt;
:: Finding jobs&lt;br /&gt;
:: Searching for an apartment&lt;br /&gt;
:: Getting the best bargains&lt;br /&gt;
:: Clipping &lt;br /&gt;
&lt;br /&gt;
* [http://www.notprovided.eu/six-tools-web-scraping-use-data-journalism-creating-insightful-content/ Six tools for web scraping – To use for data journalism &amp;amp; creating insightful content]&lt;br /&gt;
: Tools for gathering data from public sources.&lt;br /&gt;
&lt;br /&gt;
* [http://www.hongkiat.com/blog/web-scraping-tools/ 10 Web Scraping Tools to Extract Online Data]&lt;br /&gt;
: Web Scraping tools are specifically developed for extracting information from websites. They are also known as web harvesting tools or web data extraction tools. These tools are useful for anyone trying to collect some form of data from the Internet. Web Scraping is the new data entry technique that don’t require repetitive typing or copy-pasting.&lt;br /&gt;
&lt;br /&gt;
;R Scraper&lt;br /&gt;
* [http://www.computerworld.com/article/2909560/business-intelligence/web-scraping-with-r-and-rvest-includes-video-code.html Web scraping with R and rvest (includes video &amp;amp; code)]&lt;br /&gt;
: Watch (video) how easy it is to import data from a Web page into R.&lt;br /&gt;
&lt;br /&gt;
=== Text Search ===&lt;br /&gt;
* [http://geekdadaji.com/ geekDadaji - A SEARCH INITIATIVE]&lt;br /&gt;
: Makes tools to search text content, including:&lt;br /&gt;
# [https://sourceforge.net/projects/falcontextsearch/ FALCON - Text Search Java Project]: JSON based text search Java Project&lt;br /&gt;
# [https://sourceforge.net/projects/hawksearch/ HAWK - PDF Text Search Java Project]: Taking initiative for Document Text Search&lt;br /&gt;
&lt;br /&gt;
* [http://www.foolabs.com/xpdf/home.html Xpdf: A PDF Viewer for X]&lt;br /&gt;
: Xpdf is an open source viewer for Portable Document Format (PDF) files.&lt;br /&gt;
: Windows installer: [http://www.compgeom.com/~piyush/scripts/scripts.html Short Programs/Scripts] (Look for the xpdf3.exe / poppler.exe links in left sidebar.)&lt;br /&gt;
&lt;br /&gt;
== Text Transformation ==&lt;br /&gt;
* [https://www.transformy.io/#/ Transformy] - Change your data with one example.&lt;br /&gt;
: Do you have a list of text strings that you want to modify the format on? Copy and paste the list into the a box, then provide an example of how you want each text string formatted. The hope is that Transformy will do the rest.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
=== [[wikipedia:Git (software)|Git]], [[wikipedia:GitHub|GitHub]] ===&lt;br /&gt;
* [http://stackoverflow.com/questions/14679614/whats-the-best-practice-for-putting-multiple-projects-in-a-git-repository What&amp;#039;s the best practice for putting multiple projects in a git repository?] (Stack Overflow)&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 1&amp;#039;&amp;#039;: A single repository can contain multiple independent branches, called orphan branches. Orphan branches are completely separate from each other; they do not share histories.&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 2&amp;#039;&amp;#039;: Avoid all the hassle of orphan branches. Create two independent repositories, and push them to the same remote. Just use different branch names for each repo.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Computer_Productivity_Hacks&amp;diff=977</id>
		<title>Computer Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Computer_Productivity_Hacks&amp;diff=977"/>
		<updated>2019-07-31T02:36:46Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Folder &amp;amp;amp; File Compression */ Editor&amp;#039;s Note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Command Line ==&lt;br /&gt;
* [http://www.computerhope.com/jargon/c/commandl.htm Command language]&lt;br /&gt;
: Sometimes referred to as a command script, a [[wikipedia:Command language|command language]] is a language used for executing a series of commands that would otherwise be executed at the prompt. A good example of a command language is Microsoft Windows batch files. Although command languages are useful for executing a series of commands, their functionality is limited to what is available at the command line which can make them easier to learn.&lt;br /&gt;
&lt;br /&gt;
* [http://learncodethehardway.org/cli/book/cli-crash-course.html Command Line Crash Course]&lt;br /&gt;
: Quick super fast course in using the command line. It is intended to be done rapidly in about a day or two, and not meant to teach you advanced shell usage.&lt;br /&gt;
&lt;br /&gt;
=== Bash &amp;amp;amp; Linux Commands ===&lt;br /&gt;
* [http://searchenterpriselinux.techtarget.com/tutorial/77-useful-Linux-commands-and-utilities 77 useful Linux commands and utilities]&lt;br /&gt;
&lt;br /&gt;
* [http://ss64.com/bash/ An A-Z Index of the Bash command line for Linux.]&lt;br /&gt;
&lt;br /&gt;
* [http://askubuntu.com/questions/86822/how-can-i-copy-the-contents-of-a-folder-to-another-folder-in-a-different-directo How can I copy the contents of a folder to another folder in a different directory using terminal?]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/335376/how-to-list-folders-using-bash-commands/335380 How to list folders using bash commands?]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/4263156/how-to-untar-all-tar-gz-with-shell-script How to untar all .tar.gz with shell-script?]&lt;br /&gt;
: Got a bunch of &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; files you want to unpack onto a server at the same time. Then this tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
=== WGET ===&lt;br /&gt;
* [http://superuser.com/questions/25538/how-to-download-files-from-command-line-in-windows-like-wget-is-doing How to download files from command line in Windows, like Wget is doing?]&lt;br /&gt;
: Using PowerShell (Among other useful options listed at this resource.):&lt;br /&gt;
&lt;br /&gt;
* [http://www.cybershade.us/winwget/ WinWGet]&lt;br /&gt;
: WinWGet is a GUI (Graphical User Interface) for Wget. It is FREE. It will keep track of your downloads - add, clone, edit, delete jobs.&lt;br /&gt;
&lt;br /&gt;
* [http://gnuwin32.sourceforge.net/packages/wget.htm Wget for Windows]&lt;br /&gt;
* [http://users.ugent.be/~bpuype/wget/ WGET for Windows (win32)] (Windows executable file.)&lt;br /&gt;
: GNU Wget is a free network utility to retrieve files from the World Wide Web using HTTP and FTP, the two most widely used Internet protocols. It works non-interactively, thus enabling work in the background, after having logged off.&lt;br /&gt;
&lt;br /&gt;
* [http://lifehacker.com/161202/geek-to-live--mastering-wget Geek to Live: Mastering Wget]&lt;br /&gt;
: Say you want to backup your blog or create a local copy of an entire directory of a web site for archiving or reading later. The command: &amp;lt;code&amp;gt;wget -m http://website.tld&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://fosswire.com/post/2008/04/more-advanced-wget-usage/ More advanced wget usage]&lt;br /&gt;
: Tips for mirroring specific directories, update only changed files, etc.&lt;br /&gt;
&lt;br /&gt;
* [https://addons.mozilla.org/en-US/firefox/addon/cliget/ cliget] (A Firefox add-on.)&lt;br /&gt;
: Download files using curl or wget. This addon generates curl/wget commands that emulate the request as though it&amp;#039;s coming from your browser allowing you to download protected files directly to a separate machine (e.g. server).&lt;br /&gt;
&lt;br /&gt;
=== Windows Command Line ===&lt;br /&gt;
* [http://technet.microsoft.com/en-us/scriptcenter/dd772285.aspx A Task-Based Guide to Windows PowerShell Cmdlets]&lt;br /&gt;
: Cmdlets are the heart-and-soul of Windows PowerShell, Microsoft&amp;#039;s latest command shell/scripting language.&lt;br /&gt;
&lt;br /&gt;
* [http://www.computerhope.com/robocopy.htm Microsoft DOS robocopy command]&lt;br /&gt;
: Robocopy: A robust file copy command for the Windows command line.&lt;br /&gt;
&lt;br /&gt;
* [http://ss64.com/nt/ An A-Z Index of the Windows CMD command line]&lt;br /&gt;
: Each command is linked to more info about the particular command.&lt;br /&gt;
&lt;br /&gt;
* [http://pcsupport.about.com/od/commandlinereference/p/xcopy-command.htm Xcopy]&lt;br /&gt;
: The xcopy command is a Command Prompt command used to copy one or more files and/or folders from one location to another location.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/60034/how-can-you-find-and-replace-text-in-a-file-using-the-windows-command-line-envir How can you find and replace text in a file using the Windows command-line environment?]&lt;br /&gt;
: This question is answered in numerous ways. Many of the answers point to useful utilities to accomplish find-and-replace.&lt;br /&gt;
&lt;br /&gt;
==== [[wikipedia:cmd.exe|Command Prompt]] ====&lt;br /&gt;
* [http://superuser.com/questions/205359/how-can-i-open-a-command-prompt-in-current-folder-with-a-keyboard-shortcut How can I open a command prompt in current folder with a keyboard shortcut?]&lt;br /&gt;
* [http://superuser.com/questions/946860/how-to-open-windows-cmd-so-that-it-starts-in-the-current-folder How to open Windows CMD so that it starts in the current folder?]&lt;br /&gt;
# Open desired directory in windows explorer.&lt;br /&gt;
# Hold down shift and right click.&lt;br /&gt;
# Select open command window here from menu.&lt;br /&gt;
&lt;br /&gt;
* [http://www.enterprisenetworkingplanet.com/windows/article.php/3911386/Manage-Network-Tasks-From-the-Windows-Command-Prompt.htm Manage Network Tasks From the Windows Command Prompt]&lt;br /&gt;
: Mounting shared drives and connecting to remote resources is something you can easily do from the Windows GUI. With our quick guide to the command prompt, however, you can more easily automate large tasks.&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/303484/windows-7-command-prompt-wont-cd-into-a-network-mapped-drive Windows 7: Command Prompt won&amp;#039;t CD into a network mapped drive [duplicate]]&lt;br /&gt;
: &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; is primarily for changing directories, you&amp;#039;re trying to change drives.&lt;br /&gt;
::- From the command prompt type &amp;lt;tt&amp;gt;z:&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;cd /D z:&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Console &amp;amp;amp; Command Line Tools ====&lt;br /&gt;
* [http://mridgers.github.io/clink/ Clink]: Powerful Bash-style command line editing for &amp;lt;tt&amp;gt;cmd.exe&amp;lt;/tt&amp;gt;&lt;br /&gt;
: Overview: Clink combines the native Windows shell &amp;#039;&amp;#039;&amp;#039;&amp;lt;tt&amp;gt;cmd.exe&amp;lt;/tt&amp;gt;&amp;#039;&amp;#039;&amp;#039; with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions.&lt;br /&gt;
&lt;br /&gt;
* [http://cmder.net/ Cmder]&lt;br /&gt;
: Portable console emulator for Windows. &amp;amp;#8220;All the magic is happening through [https://conemu.github.io/ ConEmu]. With enhancements from [https://mridgers.github.io/clink/ Clink].&amp;amp;#8221; Hat tip: [https://plus.google.com/+BenKeller42 Ben Keller]&lt;br /&gt;
&lt;br /&gt;
* [https://conemu.github.io/ ConEmu]&lt;br /&gt;
: ConEmu-Maximus5 is a Windows console emulator with tabs, which presents multiple consoles and simple GUI applications as one customizable GUI window with various features.&lt;br /&gt;
&lt;br /&gt;
* QUESTION: [http://www.slant.co/topics/1552/~terminal-emulators-for-windows What are the best terminal emulators for Windows?]&lt;br /&gt;
: Top Three: #1 [http://www.slant.co/topics/1552/viewpoints/1/~terminal-emulators-for-windows~cmder cmder] #2 [http://www.slant.co/topics/1552/viewpoints/2/~terminal-emulators-for-windows~conemu ConEmu] #3 [http://www.slant.co/topics/1552/viewpoints/6/~terminal-emulators-for-windows~babun Babun]. Many others listed.&lt;br /&gt;
&lt;br /&gt;
==== Generate File List ====&lt;br /&gt;
* [http://stackoverflow.com/questions/932356/how-can-one-extract-the-names-of-files-in-a-folder-as-text How can one extract the names of files in a folder as text?]&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;C:\Users\me\Downloads\MyFolder&amp;gt; &amp;lt;span style=&amp;quot;color:DarkOrange&amp;quot;&amp;gt;dir /b &amp;gt; filelist.txt&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:: (The text in orange shows the command used once you&amp;#039;ve navigated into the directory from which you want to generate the list of file names.)&lt;br /&gt;
&lt;br /&gt;
* [http://www.howtogeek.com/98064/how-to-print-or-save-a-directory-listing-to-a-file/ How to Print or Save a Directory Listing to a File]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/23228983/batch-file-list-files-in-directory-only-filenames Batch File; List files in directory, only filenames?]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/15165295/a-powershell-script-to-list-all-files-and-folders-within-a-directory A PowerShell script to list all files and folders within a directory]&lt;br /&gt;
: This tutorial contains several working answers for using [[wikipedia:Windows PowerShell|Windows PowerShell]] to list files and folders.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3447503/how-to-get-a-list-of-sub-folders-and-their-files-ordered-by-folder-names How to get a list of sub-folders and their files, ordered by folder-names]&lt;br /&gt;
: Works with [[wikipedia:Command Prompt|cmd.exe]], but doesn&amp;#039;t seem to work with [[wikipedia:Windows PowerShell|Windows PowerShell]].&lt;br /&gt;
&lt;br /&gt;
==== Generate Folder List (No Files, Just Directories and Sub-Directories) ====&lt;br /&gt;
* [http://stackoverflow.com/questions/16078421/how-do-i-get-a-list-of-folders-and-subfolders-without-the-files How do i get a list of folders and subfolders without the files]&lt;br /&gt;
: Try This: &amp;lt;code&amp;gt;C:\Users\me\Downloads\MyFolder&amp;gt; &amp;lt;span style=&amp;quot;color:DarkOrange&amp;quot;&amp;gt;dir /s /b /o:n /ad &amp;gt; folderlist.txt&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Data Analysis Tools ==&lt;br /&gt;
Moved content to [[Data Analysis]].&lt;br /&gt;
&lt;br /&gt;
== Databases ==&lt;br /&gt;
* [http://www.tutorialspoint.com/mysql/mysql-database-export.htm MySQL Database Export - Backup Methods]&lt;br /&gt;
: Includes Section: &amp;#039;&amp;#039;&amp;#039;Copying Tables or Databases to Another Host&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
:: (You can) send the output of mysqldump directly over the network to the remote MySQL server. If you can connect to both servers from the host where source database resides, use this command (Make sure you have access on both the servers):&lt;br /&gt;
:::&amp;lt;code&amp;gt;$ mysqldump -u root -p database_name \&amp;lt;/code&amp;gt;:&lt;br /&gt;
::::&amp;lt;code&amp;gt;| mysql -h other-host.com database_name&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Educate Yourself ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[Data Analysis#Learn_Data_Science]]&amp;#039;&amp;#039;&lt;br /&gt;
=== Learn to Code ===&lt;br /&gt;
* [http://www.labnol.org/internet/learn-coding-online/28537/ The Best Websites to Learn Coding Online] - Amit Agarwal, &amp;#039;&amp;#039;Digital Inspiration&amp;#039;&amp;#039;, Jan 12 2015&lt;br /&gt;
: The &amp;#039;&amp;#039;Learn to Code&amp;#039;&amp;#039; movement has picked up momentum worldwide and that is actually a good thing as even basic programming skills can have a major impact. If you can teach yourself how to write code, you gain a competitive edge over your peers, you can think more algorithmically and thus can tackle problems more efficiently.&lt;br /&gt;
&lt;br /&gt;
* [http://www.propublica.org/nerds/item/new-years-resolution-learn-to-code New Year’s Resolution: Learn to Code] - by Lena Groeger, &amp;#039;&amp;#039;ProPublica&amp;#039;&amp;#039;, Dec. 19, 2012, 2:51 p.m.&lt;br /&gt;
: Lena Groeger: When I started learning to code, I was amazed by how much was out there: introductory videos, explanatory blog posts, tips and tricks and step-by-step guides. If you&amp;#039;re a journalist who wants to make a news app or a student interested in learning to code, you have plenty of paths to choose from.&lt;br /&gt;
&lt;br /&gt;
=== Multiple Codes ===&lt;br /&gt;
* [http://www.codecademy.com/learn Codecademy]&lt;br /&gt;
: Learn to code while building a project. Free online courses include: HTML &amp;amp;amp; CSS; jQuery; JavaScript; PHP; Python; Ruby; Web Projects; APIs&lt;br /&gt;
&lt;br /&gt;
=== D3.js ===&lt;br /&gt;
* [https://www.youtube.com/user/d3Vienno d3Vienno]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;d3Vienno&amp;#039;&amp;#039;&amp;#039; features a series of video tutorials, each about 10-12 minutes long, on using D3.js.&lt;br /&gt;
&lt;br /&gt;
* [http://gisciencegroup.ucalgary.ca/engo500/texts/Interactive_Data_Visualization_for_the_Web.pdf Interactive Data Visualization for the Web: An Introduction to Designing with D3]&lt;br /&gt;
&lt;br /&gt;
; D3 Tools&lt;br /&gt;
* [http://nytimes.github.io/svg-crowbar/ SVG Crowbar]&lt;br /&gt;
: A Chrome-specific bookmarklet that extracts SVG nodes and accompanying styles from an HTML document and downloads them as an SVG file—A file which you could open and edit in Adobe Illustrator, for instance. Because SVGs are resolution independent, it’s great for when you want to use web technologies to create documents that are meant to be printed (like, maybe on newsprint). It was created with d3.js in mind, but it should work fine no matter how you choose to generate your SVG.&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A Complete Tutorial to Learn Data Science with Python from Scratch]&lt;br /&gt;
&lt;br /&gt;
* [https://www.datacamp.com/ DataCamp]&lt;br /&gt;
: Learn Data Science Online: Master data analysis from the comfort of your browser, at your own pace, tailored to your needs and expertise. Whether you want to learn R, Python or Data Visualization, we want to help!&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/02/complete-tutorial-learn-data-science-scratch/ A Complete Tutorial to learn Data Science in R from Scratch]&lt;br /&gt;
&lt;br /&gt;
* [https://www.datacamp.com/ DataCamp]&lt;br /&gt;
: Learn R &amp;amp; Become a Data Analyst&lt;br /&gt;
&lt;br /&gt;
* [http://swirlstats.com/ swirl - Learn R, in R.]&lt;br /&gt;
: swirl teaches you R programming and data science interactively, at your own pace, and right in the R console!&lt;br /&gt;
&lt;br /&gt;
=== SQL ===&lt;br /&gt;
* [https://www.khanacademy.org/computing/computer-programming/sql Intro to SQL: Querying and managing data] ([[wikipedia:Khan Academy|Khan Academy]])&lt;br /&gt;
: Learn how to use SQL to store, query, and manipulate data. SQL is a special-purpose programming language designed for managing data in a relational database, and is used by a huge number of apps and organizations.&lt;br /&gt;
&lt;br /&gt;
* [http://sql.learncodethehardway.org/ Learn SQL The Hard Way (ALPHA)]&lt;br /&gt;
: This book will teach you the 80% of SQL you probably need to use it effectively, and will mix in concepts in data modeling at the same time. If you&amp;#039;ve been fumbling around building web, desktop, or mobile applications because you don&amp;#039;t know SQL, then this book is for you. It is written for people with no prior database, programming, or SQL knowledge, but knowing at least one programming language will help.&lt;br /&gt;
&lt;br /&gt;
== File Transfer ==&lt;br /&gt;
=== File Transfer Clients for Windows Mac ===&lt;br /&gt;
* [http://www.openssh.com/macos.html OpenSSH Mac OS]&lt;br /&gt;
: Lists several clients recommended for interoperating with OpenSSH from Mac OS machines. Note that Mac OS X includes OpenSSH by default.&lt;br /&gt;
&lt;br /&gt;
* [http://softwarelicense.arizona.edu/ssh-clients-windows-and-mac SSH Clients for Windows and Mac]&lt;br /&gt;
: SSH Clients for Windows, Mac, and Unix&lt;br /&gt;
&lt;br /&gt;
* [http://cyberduck.io/ Cyberduck]&lt;br /&gt;
: Libre FTP, SFTP, WebDAV, S3 &amp;amp; OpenStack Swift browser for Mac and Windows.&lt;br /&gt;
&lt;br /&gt;
== Folder &amp;amp;amp; File Compression ==&lt;br /&gt;
* [https://www.youcompress.com/ Free Online File Compressor]&lt;br /&gt;
: Compress MP4, MOV, MP3, PDF, PNG, JPG, JPEG, GIF files online for free. Reduce file size of videos, PDF documents, songs and images.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Used this online converter to compress a video shot on iPhone 6.&lt;br /&gt;
&lt;br /&gt;
* [http://www.wikihow.com/Use-7Zip-to-Create-Multiple-Compressed-Folders-in-One-Go How to Use 7Zip to Create Multiple Compressed Folders in One Go]&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;for /d %%X in (*) do &amp;quot;c:\Program Files\7-Zip\7z.exe&amp;quot; a &amp;quot;%%X.zip&amp;quot; &amp;quot;%%X\&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.codeproject.com/Questions/549874/Batchplusfileplus-3aplusCompressplusfolderplusorpl Batch file : Compress folder or file using windows compress]&lt;br /&gt;
: To compress a folder without using any particular compression software.&lt;br /&gt;
[[File:MacScreenshots.PNG|500px|thumb|link=http://apple.stackexchange.com/questions/33906/alternative-to-windows-snipping-tool-for-mac-osx|Getting screenshots from a Mac.]]&lt;br /&gt;
&lt;br /&gt;
== [[wikipedia:Internet Relay Chat|Internet Relay Chat]] ([[wikipedia:Internet Relay Chat|IRC]]) Resources ==&lt;br /&gt;
=== IRC in the Cloud ===&lt;br /&gt;
* [https://webchat.freenode.net/ Connect - freenode Web IRC]&lt;br /&gt;
: Legacy app. Super simple interface.&lt;br /&gt;
&lt;br /&gt;
* [https://kiwiirc.com/ Kiwi IRC]&lt;br /&gt;
: KiwiIRC makes Web IRC easy. A hand-crafted IRC client that you can enjoy. Designed to be used easily and freely.&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
=== Dual Boot ===&lt;br /&gt;
* [http://lifehacker.com/5403100/dual-boot-windows-7-and-ubuntu-in-perfect-harmony Dual-Boot Windows 7 and Ubuntu in Perfect Harmony]&lt;br /&gt;
&lt;br /&gt;
=== Boot Disks ===&lt;br /&gt;
* [http://lifehacker.com/5991848/how-to-boot-from-a-cd-or-usb-drive-on-any-pc How to Boot From a CD or USB Drive on Any PC]&lt;br /&gt;
&lt;br /&gt;
* [http://rufus.akeo.ie/ Rufus]&lt;br /&gt;
: Rufus is an utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.&lt;br /&gt;
&lt;br /&gt;
=== Network Issues ===&lt;br /&gt;
* [http://www.howtosolutions.net/2013/06/fixing-slow-sending-or-receiving-of-files-through-lan-network-using-windows/ Local Area Network : How to fix slow LAN transfer speed of files in Windows]&lt;br /&gt;
: Post reviews various &amp;quot;fixes&amp;quot; found all over the web, and which &amp;quot;fix&amp;quot; actually worked for the post&amp;#039;s author.&lt;br /&gt;
&lt;br /&gt;
* [http://www.richard-slater.co.uk/archives/2009/10/23/change-your-mtu-under-vista-windows-7-or-windows-8/ Change your MTU under Vista, Windows 7 or Windows 8]&lt;br /&gt;
: Path MTU Discovery (PMTUD) in Windows just doesn’t seem to figure out the MTU for a given path. So Windows uses the default. For the most part this doesn’t affect anyone. But failure of PMTUD will result in some websites not loading correctly, having trouble connecting to normally reliable online services and general Internet weirdness.&lt;br /&gt;
&lt;br /&gt;
== Print Screen / Screen Grabs / Screen Shots ==&lt;br /&gt;
* [[wikipedia:Print screen|Print Screen]]&lt;br /&gt;
: In [[wikipedia:Microsoft Windows|Microsoft Windows]], pressing &amp;lt;code&amp;gt;Prt Scr&amp;lt;/code&amp;gt; will capture the entire screen, while pressing the &amp;lt;code&amp;gt;[[wikipedia:Alt key|Alt]]&amp;lt;/code&amp;gt; key in combination with &amp;lt;code&amp;gt;Prt Scr&amp;lt;/code&amp;gt; will capture the currently selected window.&lt;br /&gt;
&lt;br /&gt;
; iOS&lt;br /&gt;
* [http://oneshot.link/ OneShot]&lt;br /&gt;
: OneShot for iOS lets you highlight screenshots of text and share them to Twitter.&lt;br /&gt;
&lt;br /&gt;
; Linux (Ubuntu)&lt;br /&gt;
* [http://www.onlyubuntu.com/2014/01/shutter-for-ubuntu-similar-to-windows-snipping-tool.html Shutter for Ubuntu similar to Windows Snipping Tool]&lt;br /&gt;
&lt;br /&gt;
; Mac OS&lt;br /&gt;
* [http://apple.stackexchange.com/questions/33906/alternative-to-windows-snipping-tool-for-mac-osx Alternative to Windows Snipping Tool for Mac OSX]&lt;br /&gt;
* [http://apple.blogoverflow.com/2012/02/taking-screenshots-is-a-snap/ Taking Screenshots is a Snap]&lt;br /&gt;
&lt;br /&gt;
; Windows&lt;br /&gt;
* [http://windows.microsoft.com/en-us/windows7/products/features/snipping-tool Snipping Tool]&lt;br /&gt;
&lt;br /&gt;
== Regular Expressions ==&lt;br /&gt;
Moved content to [[Data Analysis]].&lt;br /&gt;
&lt;br /&gt;
== Rename Files &amp;amp;amp; Folders ==&lt;br /&gt;
* [http://www.robvanderwoude.com/battech_rename.php Batch Techniques - Rename Files or Folders]&lt;br /&gt;
: Rename Files Using &amp;lt;tt&amp;gt;REN&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;RENAME&amp;lt;/tt&amp;gt;&lt;br /&gt;
::- &amp;lt;tt&amp;gt;RENAME [drive:][path]filename1 filename2&amp;lt;/tt&amp;gt;&lt;br /&gt;
::- &amp;lt;tt&amp;gt;REN [drive:][path]filename1 filename2&amp;lt;/tt&amp;gt;&lt;br /&gt;
: Rename Folders: You can rename folders with the &amp;lt;tt&amp;gt;MOVE&amp;lt;/tt&amp;gt; command:&lt;br /&gt;
::- &amp;lt;tt&amp;gt;MOVE d:\path\folder1 folder2&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/16007/how-can-i-mass-rename-files How can I mass rename files?]&lt;br /&gt;
&lt;br /&gt;
* [http://www.labnol.org/software/tutorials/rename-multiple-files-bulk-excel-googl-docs/2481/ Rename Multiple Files Efficiently Using Excel or Google Docs]&lt;br /&gt;
: To rename files in bulk more efficiently, you can either learn some complex shell scripting language (SED, AWK, Perl) or switch to something more simple--a spreadsheet.&lt;br /&gt;
&lt;br /&gt;
=== Bulk Rename Files ===&lt;br /&gt;
* [http://www.howtogeek.com/111859/how-to-batch-rename-files-in-windows-4-ways-to-rename-multiple-files/ How to Batch Rename Files in Windows: 4 Ways to Rename Multiple Files]&lt;br /&gt;
&lt;br /&gt;
* [http://www.bulkrenameutility.co.uk/Main_Intro.php Bulk Rename Utility] - GUI Interface (Windows only.)&lt;br /&gt;
* [http://www.bulkrenameutility.co.uk/Command.php Bulk Rename Command] - non-GUI, CMD Interface (Windows only.)&lt;br /&gt;
&lt;br /&gt;
* [http://www.antp.be/software/renamer Ant Renamer]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[http://ivanrf.com/en/portfolio-posts/massive-file-renamer/ Massive File Renamer]&amp;#039;&amp;#039;&amp;#039;: Confused by [http://www.bulkrenameutility.co.uk/Download.php Bulk Rename Utility]? Take a look at [http://ivanrf.com/en/portfolio-posts/massive-file-renamer/ Massive File Renamer] instead. Massive File Renamer is simpler to use, and is available in Linux, Mac and Windows versions.&lt;br /&gt;
&lt;br /&gt;
=== Rename List of Files With Batch File ===&lt;br /&gt;
It&amp;#039;s easy to rename a group of files by running a [[wikipedia:Batch file|batch file]] (&amp;lt;tt&amp;gt;file.bat&amp;lt;/tt&amp;gt;), configured something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;rename &amp;quot;Old-File_001.jpg&amp;quot; &amp;quot;New-File_001.jpg&amp;quot;&lt;br /&gt;
rename &amp;quot;Old-File_002.jpg&amp;quot; &amp;quot;New-File_002.jpg&amp;quot;&lt;br /&gt;
rename &amp;quot;Old-File_003.jpg&amp;quot; &amp;quot;New-File_003.jpg&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Using a simple text editor (such as [[wikipedia:Notepad++|Notepad++]]), just create your [[wikipedia:Batch file|batch file]] using the format shown above.&lt;br /&gt;
# Save the file as &amp;lt;tt&amp;gt;rename.bat&amp;lt;/tt&amp;gt; (or similar name) in the same folder containing the files you want to rename.&lt;br /&gt;
# Double-click your batch file (e.g. &amp;lt;tt&amp;gt;rename.bat&amp;lt;/tt&amp;gt;) to rename the files to the new file name.&lt;br /&gt;
&lt;br /&gt;
=== Rename List of Folders With Batch File | Include Full Paths ===&lt;br /&gt;
It&amp;#039;s easy to rename a group of folders located in different parent directories by running a [[wikipedia:Batch file|batch file]] (&amp;lt;tt&amp;gt;file.bat&amp;lt;/tt&amp;gt;), configured something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;MOVE &amp;quot;C:\Parent Directory One \Sub Directory\Old Folder Name&amp;quot; &amp;quot;C:\Parent Directory One \Sub Directory\New Folder Name&amp;quot;&lt;br /&gt;
MOVE &amp;quot;C:\Parent Directory Two \Sub Directory\Old Folder Name&amp;quot; &amp;quot;C:\Parent Directory Two \Sub Directory\New Folder Name&amp;quot;&lt;br /&gt;
MOVE &amp;quot;C:\Parent Directory Three \Sub Directory\Old Folder Name&amp;quot; &amp;quot;C:\Parent Directory Three \Sub Directory\New Folder Name&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.wikihow.com/Write-a-Batch-File How to Write a Batch File]&lt;br /&gt;
: A batch file contains a series of DOS commands, and is commonly written to automate frequently performed tasks. Instead of typing the same commands over and over, you can simply double-click the batch file. Writing a batch file is easier than it looks; the difficult part is making sure that everything happens in the right order. Well-made batch files can save you a lot of time over the long run, especially if you deal in repetitive tasks.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3808001/how-do-i-create-batch-file-to-rename-large-number-of-files-in-a-folder How do I create batch file to rename large number of files in a folder?]&lt;br /&gt;
: See this answer: http://stackoverflow.com/a/3808074&lt;br /&gt;
:: For help with using Regular Expressions in text file, see this answer: [http://stackoverflow.com/questions/28807534/regular-expresion-in-text-editor Regular expresion in text editor] ([[wikipedia:Sic|sic]])&lt;br /&gt;
&lt;br /&gt;
=== Rename Multiple Folders / Directories With Batch File ===&lt;br /&gt;
* [http://stackoverflow.com/questions/9271107/bat-file-for-renaming-multiple-folders .bat file for renaming multiple folders]&lt;br /&gt;
: There are a couple of pretty good answers to this question; answers that explain how the regular expression written into the &amp;lt;tt&amp;gt;.bat&amp;lt;/tt&amp;gt; file actually works.&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
&lt;br /&gt;
=== Mac Text Editors ===&lt;br /&gt;
* [http://stackoverflow.com/questions/20533/mac-text-code-editor Mac text/code editor]&lt;br /&gt;
&lt;br /&gt;
=== Notepad++ ===&lt;br /&gt;
* [http://stackoverflow.com/questions/15398202/find-and-replace-end-of-line-with-n-verbatim Notepad ++ Find &amp;amp; Replace Characters at End of Line]&lt;br /&gt;
: If you go into Notepad++ and go to Edit&amp;gt;EOL Conversion, if allows you to convert from the current EOL to Unix-style, Windows-style, or Mac-style.&lt;br /&gt;
:: Unix is &amp;lt;tt&amp;gt;\n&amp;lt;/tt&amp;gt; only&lt;br /&gt;
:: Windows is &amp;lt;tt&amp;gt;\r\n&amp;lt;/tt&amp;gt;&lt;br /&gt;
:: Mac is &amp;lt;tt&amp;gt;\r&amp;lt;/tt&amp;gt; only&lt;br /&gt;
&lt;br /&gt;
== Text Extraction ==&lt;br /&gt;
Moved content to [[Data Analysis]].&lt;br /&gt;
&lt;br /&gt;
== Investigative Reporting; Journalism; General Research ==&lt;br /&gt;
Moved content to [[Journalism Tools]].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Computer_Productivity_Hacks&amp;diff=976</id>
		<title>Computer Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Computer_Productivity_Hacks&amp;diff=976"/>
		<updated>2019-07-31T02:31:02Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Folder &amp;amp;amp; File Compression */ Free Online File Compressor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Command Line ==&lt;br /&gt;
* [http://www.computerhope.com/jargon/c/commandl.htm Command language]&lt;br /&gt;
: Sometimes referred to as a command script, a [[wikipedia:Command language|command language]] is a language used for executing a series of commands that would otherwise be executed at the prompt. A good example of a command language is Microsoft Windows batch files. Although command languages are useful for executing a series of commands, their functionality is limited to what is available at the command line which can make them easier to learn.&lt;br /&gt;
&lt;br /&gt;
* [http://learncodethehardway.org/cli/book/cli-crash-course.html Command Line Crash Course]&lt;br /&gt;
: Quick super fast course in using the command line. It is intended to be done rapidly in about a day or two, and not meant to teach you advanced shell usage.&lt;br /&gt;
&lt;br /&gt;
=== Bash &amp;amp;amp; Linux Commands ===&lt;br /&gt;
* [http://searchenterpriselinux.techtarget.com/tutorial/77-useful-Linux-commands-and-utilities 77 useful Linux commands and utilities]&lt;br /&gt;
&lt;br /&gt;
* [http://ss64.com/bash/ An A-Z Index of the Bash command line for Linux.]&lt;br /&gt;
&lt;br /&gt;
* [http://askubuntu.com/questions/86822/how-can-i-copy-the-contents-of-a-folder-to-another-folder-in-a-different-directo How can I copy the contents of a folder to another folder in a different directory using terminal?]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/335376/how-to-list-folders-using-bash-commands/335380 How to list folders using bash commands?]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/4263156/how-to-untar-all-tar-gz-with-shell-script How to untar all .tar.gz with shell-script?]&lt;br /&gt;
: Got a bunch of &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; files you want to unpack onto a server at the same time. Then this tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
=== WGET ===&lt;br /&gt;
* [http://superuser.com/questions/25538/how-to-download-files-from-command-line-in-windows-like-wget-is-doing How to download files from command line in Windows, like Wget is doing?]&lt;br /&gt;
: Using PowerShell (Among other useful options listed at this resource.):&lt;br /&gt;
&lt;br /&gt;
* [http://www.cybershade.us/winwget/ WinWGet]&lt;br /&gt;
: WinWGet is a GUI (Graphical User Interface) for Wget. It is FREE. It will keep track of your downloads - add, clone, edit, delete jobs.&lt;br /&gt;
&lt;br /&gt;
* [http://gnuwin32.sourceforge.net/packages/wget.htm Wget for Windows]&lt;br /&gt;
* [http://users.ugent.be/~bpuype/wget/ WGET for Windows (win32)] (Windows executable file.)&lt;br /&gt;
: GNU Wget is a free network utility to retrieve files from the World Wide Web using HTTP and FTP, the two most widely used Internet protocols. It works non-interactively, thus enabling work in the background, after having logged off.&lt;br /&gt;
&lt;br /&gt;
* [http://lifehacker.com/161202/geek-to-live--mastering-wget Geek to Live: Mastering Wget]&lt;br /&gt;
: Say you want to backup your blog or create a local copy of an entire directory of a web site for archiving or reading later. The command: &amp;lt;code&amp;gt;wget -m http://website.tld&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://fosswire.com/post/2008/04/more-advanced-wget-usage/ More advanced wget usage]&lt;br /&gt;
: Tips for mirroring specific directories, update only changed files, etc.&lt;br /&gt;
&lt;br /&gt;
* [https://addons.mozilla.org/en-US/firefox/addon/cliget/ cliget] (A Firefox add-on.)&lt;br /&gt;
: Download files using curl or wget. This addon generates curl/wget commands that emulate the request as though it&amp;#039;s coming from your browser allowing you to download protected files directly to a separate machine (e.g. server).&lt;br /&gt;
&lt;br /&gt;
=== Windows Command Line ===&lt;br /&gt;
* [http://technet.microsoft.com/en-us/scriptcenter/dd772285.aspx A Task-Based Guide to Windows PowerShell Cmdlets]&lt;br /&gt;
: Cmdlets are the heart-and-soul of Windows PowerShell, Microsoft&amp;#039;s latest command shell/scripting language.&lt;br /&gt;
&lt;br /&gt;
* [http://www.computerhope.com/robocopy.htm Microsoft DOS robocopy command]&lt;br /&gt;
: Robocopy: A robust file copy command for the Windows command line.&lt;br /&gt;
&lt;br /&gt;
* [http://ss64.com/nt/ An A-Z Index of the Windows CMD command line]&lt;br /&gt;
: Each command is linked to more info about the particular command.&lt;br /&gt;
&lt;br /&gt;
* [http://pcsupport.about.com/od/commandlinereference/p/xcopy-command.htm Xcopy]&lt;br /&gt;
: The xcopy command is a Command Prompt command used to copy one or more files and/or folders from one location to another location.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/60034/how-can-you-find-and-replace-text-in-a-file-using-the-windows-command-line-envir How can you find and replace text in a file using the Windows command-line environment?]&lt;br /&gt;
: This question is answered in numerous ways. Many of the answers point to useful utilities to accomplish find-and-replace.&lt;br /&gt;
&lt;br /&gt;
==== [[wikipedia:cmd.exe|Command Prompt]] ====&lt;br /&gt;
* [http://superuser.com/questions/205359/how-can-i-open-a-command-prompt-in-current-folder-with-a-keyboard-shortcut How can I open a command prompt in current folder with a keyboard shortcut?]&lt;br /&gt;
* [http://superuser.com/questions/946860/how-to-open-windows-cmd-so-that-it-starts-in-the-current-folder How to open Windows CMD so that it starts in the current folder?]&lt;br /&gt;
# Open desired directory in windows explorer.&lt;br /&gt;
# Hold down shift and right click.&lt;br /&gt;
# Select open command window here from menu.&lt;br /&gt;
&lt;br /&gt;
* [http://www.enterprisenetworkingplanet.com/windows/article.php/3911386/Manage-Network-Tasks-From-the-Windows-Command-Prompt.htm Manage Network Tasks From the Windows Command Prompt]&lt;br /&gt;
: Mounting shared drives and connecting to remote resources is something you can easily do from the Windows GUI. With our quick guide to the command prompt, however, you can more easily automate large tasks.&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/303484/windows-7-command-prompt-wont-cd-into-a-network-mapped-drive Windows 7: Command Prompt won&amp;#039;t CD into a network mapped drive [duplicate]]&lt;br /&gt;
: &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; is primarily for changing directories, you&amp;#039;re trying to change drives.&lt;br /&gt;
::- From the command prompt type &amp;lt;tt&amp;gt;z:&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;cd /D z:&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Console &amp;amp;amp; Command Line Tools ====&lt;br /&gt;
* [http://mridgers.github.io/clink/ Clink]: Powerful Bash-style command line editing for &amp;lt;tt&amp;gt;cmd.exe&amp;lt;/tt&amp;gt;&lt;br /&gt;
: Overview: Clink combines the native Windows shell &amp;#039;&amp;#039;&amp;#039;&amp;lt;tt&amp;gt;cmd.exe&amp;lt;/tt&amp;gt;&amp;#039;&amp;#039;&amp;#039; with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions.&lt;br /&gt;
&lt;br /&gt;
* [http://cmder.net/ Cmder]&lt;br /&gt;
: Portable console emulator for Windows. &amp;amp;#8220;All the magic is happening through [https://conemu.github.io/ ConEmu]. With enhancements from [https://mridgers.github.io/clink/ Clink].&amp;amp;#8221; Hat tip: [https://plus.google.com/+BenKeller42 Ben Keller]&lt;br /&gt;
&lt;br /&gt;
* [https://conemu.github.io/ ConEmu]&lt;br /&gt;
: ConEmu-Maximus5 is a Windows console emulator with tabs, which presents multiple consoles and simple GUI applications as one customizable GUI window with various features.&lt;br /&gt;
&lt;br /&gt;
* QUESTION: [http://www.slant.co/topics/1552/~terminal-emulators-for-windows What are the best terminal emulators for Windows?]&lt;br /&gt;
: Top Three: #1 [http://www.slant.co/topics/1552/viewpoints/1/~terminal-emulators-for-windows~cmder cmder] #2 [http://www.slant.co/topics/1552/viewpoints/2/~terminal-emulators-for-windows~conemu ConEmu] #3 [http://www.slant.co/topics/1552/viewpoints/6/~terminal-emulators-for-windows~babun Babun]. Many others listed.&lt;br /&gt;
&lt;br /&gt;
==== Generate File List ====&lt;br /&gt;
* [http://stackoverflow.com/questions/932356/how-can-one-extract-the-names-of-files-in-a-folder-as-text How can one extract the names of files in a folder as text?]&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;C:\Users\me\Downloads\MyFolder&amp;gt; &amp;lt;span style=&amp;quot;color:DarkOrange&amp;quot;&amp;gt;dir /b &amp;gt; filelist.txt&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:: (The text in orange shows the command used once you&amp;#039;ve navigated into the directory from which you want to generate the list of file names.)&lt;br /&gt;
&lt;br /&gt;
* [http://www.howtogeek.com/98064/how-to-print-or-save-a-directory-listing-to-a-file/ How to Print or Save a Directory Listing to a File]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/23228983/batch-file-list-files-in-directory-only-filenames Batch File; List files in directory, only filenames?]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/15165295/a-powershell-script-to-list-all-files-and-folders-within-a-directory A PowerShell script to list all files and folders within a directory]&lt;br /&gt;
: This tutorial contains several working answers for using [[wikipedia:Windows PowerShell|Windows PowerShell]] to list files and folders.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3447503/how-to-get-a-list-of-sub-folders-and-their-files-ordered-by-folder-names How to get a list of sub-folders and their files, ordered by folder-names]&lt;br /&gt;
: Works with [[wikipedia:Command Prompt|cmd.exe]], but doesn&amp;#039;t seem to work with [[wikipedia:Windows PowerShell|Windows PowerShell]].&lt;br /&gt;
&lt;br /&gt;
==== Generate Folder List (No Files, Just Directories and Sub-Directories) ====&lt;br /&gt;
* [http://stackoverflow.com/questions/16078421/how-do-i-get-a-list-of-folders-and-subfolders-without-the-files How do i get a list of folders and subfolders without the files]&lt;br /&gt;
: Try This: &amp;lt;code&amp;gt;C:\Users\me\Downloads\MyFolder&amp;gt; &amp;lt;span style=&amp;quot;color:DarkOrange&amp;quot;&amp;gt;dir /s /b /o:n /ad &amp;gt; folderlist.txt&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Data Analysis Tools ==&lt;br /&gt;
Moved content to [[Data Analysis]].&lt;br /&gt;
&lt;br /&gt;
== Databases ==&lt;br /&gt;
* [http://www.tutorialspoint.com/mysql/mysql-database-export.htm MySQL Database Export - Backup Methods]&lt;br /&gt;
: Includes Section: &amp;#039;&amp;#039;&amp;#039;Copying Tables or Databases to Another Host&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
:: (You can) send the output of mysqldump directly over the network to the remote MySQL server. If you can connect to both servers from the host where source database resides, use this command (Make sure you have access on both the servers):&lt;br /&gt;
:::&amp;lt;code&amp;gt;$ mysqldump -u root -p database_name \&amp;lt;/code&amp;gt;:&lt;br /&gt;
::::&amp;lt;code&amp;gt;| mysql -h other-host.com database_name&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Educate Yourself ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[Data Analysis#Learn_Data_Science]]&amp;#039;&amp;#039;&lt;br /&gt;
=== Learn to Code ===&lt;br /&gt;
* [http://www.labnol.org/internet/learn-coding-online/28537/ The Best Websites to Learn Coding Online] - Amit Agarwal, &amp;#039;&amp;#039;Digital Inspiration&amp;#039;&amp;#039;, Jan 12 2015&lt;br /&gt;
: The &amp;#039;&amp;#039;Learn to Code&amp;#039;&amp;#039; movement has picked up momentum worldwide and that is actually a good thing as even basic programming skills can have a major impact. If you can teach yourself how to write code, you gain a competitive edge over your peers, you can think more algorithmically and thus can tackle problems more efficiently.&lt;br /&gt;
&lt;br /&gt;
* [http://www.propublica.org/nerds/item/new-years-resolution-learn-to-code New Year’s Resolution: Learn to Code] - by Lena Groeger, &amp;#039;&amp;#039;ProPublica&amp;#039;&amp;#039;, Dec. 19, 2012, 2:51 p.m.&lt;br /&gt;
: Lena Groeger: When I started learning to code, I was amazed by how much was out there: introductory videos, explanatory blog posts, tips and tricks and step-by-step guides. If you&amp;#039;re a journalist who wants to make a news app or a student interested in learning to code, you have plenty of paths to choose from.&lt;br /&gt;
&lt;br /&gt;
=== Multiple Codes ===&lt;br /&gt;
* [http://www.codecademy.com/learn Codecademy]&lt;br /&gt;
: Learn to code while building a project. Free online courses include: HTML &amp;amp;amp; CSS; jQuery; JavaScript; PHP; Python; Ruby; Web Projects; APIs&lt;br /&gt;
&lt;br /&gt;
=== D3.js ===&lt;br /&gt;
* [https://www.youtube.com/user/d3Vienno d3Vienno]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;d3Vienno&amp;#039;&amp;#039;&amp;#039; features a series of video tutorials, each about 10-12 minutes long, on using D3.js.&lt;br /&gt;
&lt;br /&gt;
* [http://gisciencegroup.ucalgary.ca/engo500/texts/Interactive_Data_Visualization_for_the_Web.pdf Interactive Data Visualization for the Web: An Introduction to Designing with D3]&lt;br /&gt;
&lt;br /&gt;
; D3 Tools&lt;br /&gt;
* [http://nytimes.github.io/svg-crowbar/ SVG Crowbar]&lt;br /&gt;
: A Chrome-specific bookmarklet that extracts SVG nodes and accompanying styles from an HTML document and downloads them as an SVG file—A file which you could open and edit in Adobe Illustrator, for instance. Because SVGs are resolution independent, it’s great for when you want to use web technologies to create documents that are meant to be printed (like, maybe on newsprint). It was created with d3.js in mind, but it should work fine no matter how you choose to generate your SVG.&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A Complete Tutorial to Learn Data Science with Python from Scratch]&lt;br /&gt;
&lt;br /&gt;
* [https://www.datacamp.com/ DataCamp]&lt;br /&gt;
: Learn Data Science Online: Master data analysis from the comfort of your browser, at your own pace, tailored to your needs and expertise. Whether you want to learn R, Python or Data Visualization, we want to help!&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/02/complete-tutorial-learn-data-science-scratch/ A Complete Tutorial to learn Data Science in R from Scratch]&lt;br /&gt;
&lt;br /&gt;
* [https://www.datacamp.com/ DataCamp]&lt;br /&gt;
: Learn R &amp;amp; Become a Data Analyst&lt;br /&gt;
&lt;br /&gt;
* [http://swirlstats.com/ swirl - Learn R, in R.]&lt;br /&gt;
: swirl teaches you R programming and data science interactively, at your own pace, and right in the R console!&lt;br /&gt;
&lt;br /&gt;
=== SQL ===&lt;br /&gt;
* [https://www.khanacademy.org/computing/computer-programming/sql Intro to SQL: Querying and managing data] ([[wikipedia:Khan Academy|Khan Academy]])&lt;br /&gt;
: Learn how to use SQL to store, query, and manipulate data. SQL is a special-purpose programming language designed for managing data in a relational database, and is used by a huge number of apps and organizations.&lt;br /&gt;
&lt;br /&gt;
* [http://sql.learncodethehardway.org/ Learn SQL The Hard Way (ALPHA)]&lt;br /&gt;
: This book will teach you the 80% of SQL you probably need to use it effectively, and will mix in concepts in data modeling at the same time. If you&amp;#039;ve been fumbling around building web, desktop, or mobile applications because you don&amp;#039;t know SQL, then this book is for you. It is written for people with no prior database, programming, or SQL knowledge, but knowing at least one programming language will help.&lt;br /&gt;
&lt;br /&gt;
== File Transfer ==&lt;br /&gt;
=== File Transfer Clients for Windows Mac ===&lt;br /&gt;
* [http://www.openssh.com/macos.html OpenSSH Mac OS]&lt;br /&gt;
: Lists several clients recommended for interoperating with OpenSSH from Mac OS machines. Note that Mac OS X includes OpenSSH by default.&lt;br /&gt;
&lt;br /&gt;
* [http://softwarelicense.arizona.edu/ssh-clients-windows-and-mac SSH Clients for Windows and Mac]&lt;br /&gt;
: SSH Clients for Windows, Mac, and Unix&lt;br /&gt;
&lt;br /&gt;
* [http://cyberduck.io/ Cyberduck]&lt;br /&gt;
: Libre FTP, SFTP, WebDAV, S3 &amp;amp; OpenStack Swift browser for Mac and Windows.&lt;br /&gt;
&lt;br /&gt;
== Folder &amp;amp;amp; File Compression ==&lt;br /&gt;
* [https://www.youcompress.com/ Free Online File Compressor]&lt;br /&gt;
: Compress MP4, MOV, MP3, PDF, PNG, JPG, JPEG, GIF files online for free. Reduce file size of videos, PDF documents, songs and images.&lt;br /&gt;
&lt;br /&gt;
* [http://www.wikihow.com/Use-7Zip-to-Create-Multiple-Compressed-Folders-in-One-Go How to Use 7Zip to Create Multiple Compressed Folders in One Go]&lt;br /&gt;
: Example: &amp;lt;code&amp;gt;for /d %%X in (*) do &amp;quot;c:\Program Files\7-Zip\7z.exe&amp;quot; a &amp;quot;%%X.zip&amp;quot; &amp;quot;%%X\&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.codeproject.com/Questions/549874/Batchplusfileplus-3aplusCompressplusfolderplusorpl Batch file : Compress folder or file using windows compress]&lt;br /&gt;
: To compress a folder without using any particular compression software.&lt;br /&gt;
[[File:MacScreenshots.PNG|500px|thumb|link=http://apple.stackexchange.com/questions/33906/alternative-to-windows-snipping-tool-for-mac-osx|Getting screenshots from a Mac.]]&lt;br /&gt;
&lt;br /&gt;
== [[wikipedia:Internet Relay Chat|Internet Relay Chat]] ([[wikipedia:Internet Relay Chat|IRC]]) Resources ==&lt;br /&gt;
=== IRC in the Cloud ===&lt;br /&gt;
* [https://webchat.freenode.net/ Connect - freenode Web IRC]&lt;br /&gt;
: Legacy app. Super simple interface.&lt;br /&gt;
&lt;br /&gt;
* [https://kiwiirc.com/ Kiwi IRC]&lt;br /&gt;
: KiwiIRC makes Web IRC easy. A hand-crafted IRC client that you can enjoy. Designed to be used easily and freely.&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
=== Dual Boot ===&lt;br /&gt;
* [http://lifehacker.com/5403100/dual-boot-windows-7-and-ubuntu-in-perfect-harmony Dual-Boot Windows 7 and Ubuntu in Perfect Harmony]&lt;br /&gt;
&lt;br /&gt;
=== Boot Disks ===&lt;br /&gt;
* [http://lifehacker.com/5991848/how-to-boot-from-a-cd-or-usb-drive-on-any-pc How to Boot From a CD or USB Drive on Any PC]&lt;br /&gt;
&lt;br /&gt;
* [http://rufus.akeo.ie/ Rufus]&lt;br /&gt;
: Rufus is an utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.&lt;br /&gt;
&lt;br /&gt;
=== Network Issues ===&lt;br /&gt;
* [http://www.howtosolutions.net/2013/06/fixing-slow-sending-or-receiving-of-files-through-lan-network-using-windows/ Local Area Network : How to fix slow LAN transfer speed of files in Windows]&lt;br /&gt;
: Post reviews various &amp;quot;fixes&amp;quot; found all over the web, and which &amp;quot;fix&amp;quot; actually worked for the post&amp;#039;s author.&lt;br /&gt;
&lt;br /&gt;
* [http://www.richard-slater.co.uk/archives/2009/10/23/change-your-mtu-under-vista-windows-7-or-windows-8/ Change your MTU under Vista, Windows 7 or Windows 8]&lt;br /&gt;
: Path MTU Discovery (PMTUD) in Windows just doesn’t seem to figure out the MTU for a given path. So Windows uses the default. For the most part this doesn’t affect anyone. But failure of PMTUD will result in some websites not loading correctly, having trouble connecting to normally reliable online services and general Internet weirdness.&lt;br /&gt;
&lt;br /&gt;
== Print Screen / Screen Grabs / Screen Shots ==&lt;br /&gt;
* [[wikipedia:Print screen|Print Screen]]&lt;br /&gt;
: In [[wikipedia:Microsoft Windows|Microsoft Windows]], pressing &amp;lt;code&amp;gt;Prt Scr&amp;lt;/code&amp;gt; will capture the entire screen, while pressing the &amp;lt;code&amp;gt;[[wikipedia:Alt key|Alt]]&amp;lt;/code&amp;gt; key in combination with &amp;lt;code&amp;gt;Prt Scr&amp;lt;/code&amp;gt; will capture the currently selected window.&lt;br /&gt;
&lt;br /&gt;
; iOS&lt;br /&gt;
* [http://oneshot.link/ OneShot]&lt;br /&gt;
: OneShot for iOS lets you highlight screenshots of text and share them to Twitter.&lt;br /&gt;
&lt;br /&gt;
; Linux (Ubuntu)&lt;br /&gt;
* [http://www.onlyubuntu.com/2014/01/shutter-for-ubuntu-similar-to-windows-snipping-tool.html Shutter for Ubuntu similar to Windows Snipping Tool]&lt;br /&gt;
&lt;br /&gt;
; Mac OS&lt;br /&gt;
* [http://apple.stackexchange.com/questions/33906/alternative-to-windows-snipping-tool-for-mac-osx Alternative to Windows Snipping Tool for Mac OSX]&lt;br /&gt;
* [http://apple.blogoverflow.com/2012/02/taking-screenshots-is-a-snap/ Taking Screenshots is a Snap]&lt;br /&gt;
&lt;br /&gt;
; Windows&lt;br /&gt;
* [http://windows.microsoft.com/en-us/windows7/products/features/snipping-tool Snipping Tool]&lt;br /&gt;
&lt;br /&gt;
== Regular Expressions ==&lt;br /&gt;
Moved content to [[Data Analysis]].&lt;br /&gt;
&lt;br /&gt;
== Rename Files &amp;amp;amp; Folders ==&lt;br /&gt;
* [http://www.robvanderwoude.com/battech_rename.php Batch Techniques - Rename Files or Folders]&lt;br /&gt;
: Rename Files Using &amp;lt;tt&amp;gt;REN&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;RENAME&amp;lt;/tt&amp;gt;&lt;br /&gt;
::- &amp;lt;tt&amp;gt;RENAME [drive:][path]filename1 filename2&amp;lt;/tt&amp;gt;&lt;br /&gt;
::- &amp;lt;tt&amp;gt;REN [drive:][path]filename1 filename2&amp;lt;/tt&amp;gt;&lt;br /&gt;
: Rename Folders: You can rename folders with the &amp;lt;tt&amp;gt;MOVE&amp;lt;/tt&amp;gt; command:&lt;br /&gt;
::- &amp;lt;tt&amp;gt;MOVE d:\path\folder1 folder2&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/16007/how-can-i-mass-rename-files How can I mass rename files?]&lt;br /&gt;
&lt;br /&gt;
* [http://www.labnol.org/software/tutorials/rename-multiple-files-bulk-excel-googl-docs/2481/ Rename Multiple Files Efficiently Using Excel or Google Docs]&lt;br /&gt;
: To rename files in bulk more efficiently, you can either learn some complex shell scripting language (SED, AWK, Perl) or switch to something more simple--a spreadsheet.&lt;br /&gt;
&lt;br /&gt;
=== Bulk Rename Files ===&lt;br /&gt;
* [http://www.howtogeek.com/111859/how-to-batch-rename-files-in-windows-4-ways-to-rename-multiple-files/ How to Batch Rename Files in Windows: 4 Ways to Rename Multiple Files]&lt;br /&gt;
&lt;br /&gt;
* [http://www.bulkrenameutility.co.uk/Main_Intro.php Bulk Rename Utility] - GUI Interface (Windows only.)&lt;br /&gt;
* [http://www.bulkrenameutility.co.uk/Command.php Bulk Rename Command] - non-GUI, CMD Interface (Windows only.)&lt;br /&gt;
&lt;br /&gt;
* [http://www.antp.be/software/renamer Ant Renamer]&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[http://ivanrf.com/en/portfolio-posts/massive-file-renamer/ Massive File Renamer]&amp;#039;&amp;#039;&amp;#039;: Confused by [http://www.bulkrenameutility.co.uk/Download.php Bulk Rename Utility]? Take a look at [http://ivanrf.com/en/portfolio-posts/massive-file-renamer/ Massive File Renamer] instead. Massive File Renamer is simpler to use, and is available in Linux, Mac and Windows versions.&lt;br /&gt;
&lt;br /&gt;
=== Rename List of Files With Batch File ===&lt;br /&gt;
It&amp;#039;s easy to rename a group of files by running a [[wikipedia:Batch file|batch file]] (&amp;lt;tt&amp;gt;file.bat&amp;lt;/tt&amp;gt;), configured something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;rename &amp;quot;Old-File_001.jpg&amp;quot; &amp;quot;New-File_001.jpg&amp;quot;&lt;br /&gt;
rename &amp;quot;Old-File_002.jpg&amp;quot; &amp;quot;New-File_002.jpg&amp;quot;&lt;br /&gt;
rename &amp;quot;Old-File_003.jpg&amp;quot; &amp;quot;New-File_003.jpg&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Using a simple text editor (such as [[wikipedia:Notepad++|Notepad++]]), just create your [[wikipedia:Batch file|batch file]] using the format shown above.&lt;br /&gt;
# Save the file as &amp;lt;tt&amp;gt;rename.bat&amp;lt;/tt&amp;gt; (or similar name) in the same folder containing the files you want to rename.&lt;br /&gt;
# Double-click your batch file (e.g. &amp;lt;tt&amp;gt;rename.bat&amp;lt;/tt&amp;gt;) to rename the files to the new file name.&lt;br /&gt;
&lt;br /&gt;
=== Rename List of Folders With Batch File | Include Full Paths ===&lt;br /&gt;
It&amp;#039;s easy to rename a group of folders located in different parent directories by running a [[wikipedia:Batch file|batch file]] (&amp;lt;tt&amp;gt;file.bat&amp;lt;/tt&amp;gt;), configured something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;MOVE &amp;quot;C:\Parent Directory One \Sub Directory\Old Folder Name&amp;quot; &amp;quot;C:\Parent Directory One \Sub Directory\New Folder Name&amp;quot;&lt;br /&gt;
MOVE &amp;quot;C:\Parent Directory Two \Sub Directory\Old Folder Name&amp;quot; &amp;quot;C:\Parent Directory Two \Sub Directory\New Folder Name&amp;quot;&lt;br /&gt;
MOVE &amp;quot;C:\Parent Directory Three \Sub Directory\Old Folder Name&amp;quot; &amp;quot;C:\Parent Directory Three \Sub Directory\New Folder Name&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.wikihow.com/Write-a-Batch-File How to Write a Batch File]&lt;br /&gt;
: A batch file contains a series of DOS commands, and is commonly written to automate frequently performed tasks. Instead of typing the same commands over and over, you can simply double-click the batch file. Writing a batch file is easier than it looks; the difficult part is making sure that everything happens in the right order. Well-made batch files can save you a lot of time over the long run, especially if you deal in repetitive tasks.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3808001/how-do-i-create-batch-file-to-rename-large-number-of-files-in-a-folder How do I create batch file to rename large number of files in a folder?]&lt;br /&gt;
: See this answer: http://stackoverflow.com/a/3808074&lt;br /&gt;
:: For help with using Regular Expressions in text file, see this answer: [http://stackoverflow.com/questions/28807534/regular-expresion-in-text-editor Regular expresion in text editor] ([[wikipedia:Sic|sic]])&lt;br /&gt;
&lt;br /&gt;
=== Rename Multiple Folders / Directories With Batch File ===&lt;br /&gt;
* [http://stackoverflow.com/questions/9271107/bat-file-for-renaming-multiple-folders .bat file for renaming multiple folders]&lt;br /&gt;
: There are a couple of pretty good answers to this question; answers that explain how the regular expression written into the &amp;lt;tt&amp;gt;.bat&amp;lt;/tt&amp;gt; file actually works.&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
&lt;br /&gt;
=== Mac Text Editors ===&lt;br /&gt;
* [http://stackoverflow.com/questions/20533/mac-text-code-editor Mac text/code editor]&lt;br /&gt;
&lt;br /&gt;
=== Notepad++ ===&lt;br /&gt;
* [http://stackoverflow.com/questions/15398202/find-and-replace-end-of-line-with-n-verbatim Notepad ++ Find &amp;amp; Replace Characters at End of Line]&lt;br /&gt;
: If you go into Notepad++ and go to Edit&amp;gt;EOL Conversion, if allows you to convert from the current EOL to Unix-style, Windows-style, or Mac-style.&lt;br /&gt;
:: Unix is &amp;lt;tt&amp;gt;\n&amp;lt;/tt&amp;gt; only&lt;br /&gt;
:: Windows is &amp;lt;tt&amp;gt;\r\n&amp;lt;/tt&amp;gt;&lt;br /&gt;
:: Mac is &amp;lt;tt&amp;gt;\r&amp;lt;/tt&amp;gt; only&lt;br /&gt;
&lt;br /&gt;
== Text Extraction ==&lt;br /&gt;
Moved content to [[Data Analysis]].&lt;br /&gt;
&lt;br /&gt;
== Investigative Reporting; Journalism; General Research ==&lt;br /&gt;
Moved content to [[Journalism Tools]].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=975</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=975"/>
		<updated>2019-07-18T02:42:42Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Phone Number Forwarding */ Bandwidth: This just in...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
; Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://getvoip.com/blog/2016/06/01/twilio-alternatives/ Top 4 Twilio Alternatives to Consider] Matt Grech, &amp;#039;&amp;#039;GetVoip&amp;#039;&amp;#039;, June 01, 2016&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
;[https://www.bandwidth.com/ BANDWIDTH.COM]&lt;br /&gt;
: This just in...&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;NOTICE: Your Bandwidth Service is Expiring in 30 days&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: From: Bandwidth Support (Bandwidth Support)&lt;br /&gt;
:: Tue, Jul 16, 2019 at 7:52 AM&lt;br /&gt;
:: To: &amp;quot;David J. Myers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: We would like to inform you that as we (Bandwidth) move forward with our new version 2 API platforms, we will be discontinuing all version 1 API pre-paid accounts. This is your official 30 day notice of service discontinuation.&lt;br /&gt;
&lt;br /&gt;
:: We have compiled a list of alternative service providers for you:&lt;br /&gt;
:: - Plivo: https://www.plivo.com/&lt;br /&gt;
:: - Ytel: https://www.ytel.com/&lt;br /&gt;
:: - CDYNE: https://www.cdyne.com/&lt;br /&gt;
&lt;br /&gt;
;NEXMO&lt;br /&gt;
* [https://www.nexmo.com/ Nexmo - APIs for SMS, Voice and Phone Verifications]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Commercial)&lt;br /&gt;
* [https://www.plivo.com/ Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Open Source)&lt;br /&gt;
* [https://www.plivo.com/open-source/ Plivo Open Source]: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
;SINCH&lt;br /&gt;
* [https://www.sinch.com/ Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple]&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
Hint: Forget about number parking and look into one of the Twilio options.&lt;br /&gt;
; Park Your Landline Number - numberbarn.com&lt;br /&gt;
* [https://www.numberbarn.com NumberBarn]&lt;br /&gt;
: Port number to NumberBarn and park it. Starts at $2/mo. You can customize outgoing message.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: Parking service ($4/mo.) is more expensive than Number Barn ($2/mo.).&lt;br /&gt;
* [http://www.parkmyphone.com ParkMyPhone]&lt;br /&gt;
: Crappy looking website. $3/mo. parking with no apparent option to customize the &amp;quot;parked&amp;quot; message.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=974</id>
		<title>Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=974"/>
		<updated>2019-05-19T01:47:45Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Random Text, Number &amp;amp;amp; String Generators */ Hash Generators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Big Data ==&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/19/how-big-is-big-data How big is big data?] (StackExchange)&lt;br /&gt;
: Good question; good answer.&lt;br /&gt;
&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/05/complete-tutorial-work-big-data-amazon-web-services-aws/ A Complete Tutorial to work on Big Data with Amazon Web Services (AWS)]&lt;br /&gt;
: A step by step process the author used to connect to a 24GB AWS instance via a laptop. Examples for Python and R users.&lt;br /&gt;
&lt;br /&gt;
== Business Intelligence ==&lt;br /&gt;
* [https://github.com/Quartz/bad-data-guide &amp;#039;&amp;#039;&amp;#039;Quartz/bad-data-guide&amp;#039;&amp;#039;&amp;#039; - The Quartz guide to bad data]&lt;br /&gt;
: An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.&lt;br /&gt;
&lt;br /&gt;
=== [[wikipedia:Business intelligence|BI]] Tools ===&lt;br /&gt;
* [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/s15-06-the-business-intelligence-tool.html The Business Intelligence Toolkit]&lt;br /&gt;
: A section from the Creative Commons book [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/index.html Getting the Most Out of Information Systems: A Manager&amp;#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
* [http://www.butleranalytics.com/10-mysql-reporting-tools/ 10+ MySQL Reporting Tools]&lt;br /&gt;
: These MySQL reporting tools fall into two broad camps – business intelligence suites where reporting is a major component, and tools that are specifically aimed at reporting. Also many of them are free.&lt;br /&gt;
&lt;br /&gt;
* [http://www.predictiveanalyticstoday.com/open-source-free-business-intelligence-solutions/ 33 Open Source and Free Business Intelligence Solutions]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Open Source Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho Community Edition, OpenText Actuate Information Hub, Free Edition, ReportServer, JasperReports Business Intelligence, Jedox Base, SpagoBI, ART, Pentaho Reporting, JMagallanes, OpenReports, Seal Report, Openi, NextReports, RapidMiner, Mondrian, KNIME.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Cloud Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Watson Analytics, SAP Lumira Cloud, Power BI, Microstrategy Analytics Express and Birst Express for NetSuite.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Proprietary Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: EspressReport Lite, SAP Lumira, QlikView Personal Edition, InetSoft, Qlik Sense Desktop, icCube, Tableau Public.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Open Source Commercial Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho, Jaspersoft, Palo, Actuate Corporation, TACTIC.&lt;br /&gt;
&lt;br /&gt;
== Data Analysis &amp;amp; Data Science Tools ==&lt;br /&gt;
* [https://datamaps.co/ Datamaps.co] - Create and download data maps.&lt;br /&gt;
: Datamaps.co is a free and simple platform for creating visualizations with data maps. It allows you to upload CSV file with region data, and fully customize your map&amp;#039;s appearance. Your map chart can be saved as PNG or SVG. With datamaps.co, you can create a custom map of World, USA, China, Canada and more are coming.&lt;br /&gt;
&lt;br /&gt;
* [http://vis.stanford.edu/wrangler/ Data Wrangler] (Stanford Visualization Group)&lt;br /&gt;
: Wrangler allows interactive transformation of messy, real-world data into the data tables analysis tools expect. Export data for use in Excel, R, Tableau, Protovis, ...&lt;br /&gt;
&lt;br /&gt;
* [http://htsql.org/ HTSQL&amp;amp;mdash;A Database Query Language]&lt;br /&gt;
: HTSQL is designed for data analysts and other &amp;#039;&amp;#039;accidental programmers&amp;#039;&amp;#039; who have complex business inquiries to solve and need a productive tool to write and share database queries. HTSQL is &amp;#039;&amp;#039;free and open source&amp;#039;&amp;#039; software.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cc.gatech.edu/gvu/ii/jigsaw/ Jigsaw: Visual Analytics for Exploring and Understanding Document Collections]&lt;br /&gt;
: Jigsaw is a visual analytics system to help analysts and researchers better explore, analyze, and make sense of such document collections.&lt;br /&gt;
&lt;br /&gt;
* [http://openrefine.org/ OpenRefine] (Formerly [http://code.google.com/p/google-refine/Google Refine].)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;[[wikipedia:OpenRefine|Open Refine]]&amp;#039;&amp;#039;&amp;#039; is a standalone open source desktop application for data cleanup and transformation to other formats, the activity known as [[wikipedia:Data wrangling|data wrangling]]. It is similar to [[wikipedia:Spreadsheet|spreadsheet]] applications (and can work with spreadsheet file formats), however, it behaves more like a database.&lt;br /&gt;
&lt;br /&gt;
=== Command Line ===&lt;br /&gt;
* [http://datascienceatthecommandline.com/ Data Science at the Command Line]&lt;br /&gt;
: This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You&amp;#039;ll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.&lt;br /&gt;
&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/08/tutorial-data-science-command-line-scikit-learn/ Tutorial – Data Science at Command Line with R &amp;amp; Python (Scikit Learn)]&lt;br /&gt;
: Tutorial inspired by [http://jeroenjanssens.com/ Jeroen Janssens]&amp;#039; book &amp;#039;&amp;#039;[http://datascienceatthecommandline.com/ Data Science at the Command Line]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==== IDEs in the Browser | Cloud IDEs ====&lt;br /&gt;
&amp;#039;&amp;#039;Also See [[Data Analysis#Python_in_Your_Browser:_Tools|Python in Your Browser: Tools]] (below).&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [https://c9.io/ Cloud9] - Your development environment, in the cloud.&lt;br /&gt;
: Cloud9 IDE is an online integrated development environment, published as open source from version 3.0. It supports hundreds of programming languages, including PHP, Ruby, Perl, Python, JavaScript with Node.js, and Go. &amp;lt;!-- Recommended by Hassan in Python Throttle class. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.nitrous.io Nitrous.io]&lt;br /&gt;
: Code and Collaborate in the Cloud, for Free! No installation required. Create a new environment with our cloud IDE in seconds. &amp;lt;!-- Recommended by Hassan in Python Throttle class, then he realized (after conferring with Riley) that he actually meant to recommend Cloud 9. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Further Reading&lt;br /&gt;
* [http://www.hongkiat.com/blog/cloud-ide-developers/ Cloud IDEs For Web Developers – Best Of]&lt;br /&gt;
: Compares &amp;quot;13 of the best Cloud IDEs,&amp;quot; including the following (to name just a few): Akshell, Cloud9, Python Fiddle&lt;br /&gt;
&lt;br /&gt;
=== D3 ===&lt;br /&gt;
* [http://d3js.org/ D3.js - Data-Driven Documents]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;D3.js&amp;#039;&amp;#039;&amp;#039; is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.&lt;br /&gt;
&lt;br /&gt;
=== Excel ===&lt;br /&gt;
; Text Analysis using Excel&lt;br /&gt;
&lt;br /&gt;
* [http://jacobjwalker.effectiveeducation.org/blog/2012/11/18/excel-vba-macro-code-to-find-word-level-n-grams-in-a-text-entry/ Excel VBA Macro Code to Find Word-Level N-Grams in a Text Entry]&lt;br /&gt;
: FEATURES EXAMPLE WORKBOOK: Analysis of Literature and Medicine Courses.xlsm&lt;br /&gt;
:: The featured workbook looks interesting and appears quite comprehensive.&lt;br /&gt;
&lt;br /&gt;
* [https://www.keithyap.com.au/text-analysis-using-excel/ Text Analysis using Excel]&lt;br /&gt;
: A quick guide to the types of analysis you can run, ranging from easy to hard.&lt;br /&gt;
:: EXAMPLE: Use this formula to count the number of words in a text string. =LEN(A1)-LEN(SUBSTITUTE(A1,&amp;quot; &amp;quot;,&amp;quot;&amp;quot;))+1&lt;br /&gt;
&lt;br /&gt;
* [http://www.clearlyandsimply.com/clearly_and_simply/2015/03/the-implementation-of-word-clouds-with-excel.html The Implementation of Word Clouds with Excel]&lt;br /&gt;
: Approach, algorithm, VBA code and performance optimization of the Word Cloud with Excel implementation.&lt;br /&gt;
:: FEATURES: Split Text Tool (Microsoft Excel 2007-2013, 115K)&lt;br /&gt;
:: NOTE: If the Split Text Tool downloads as a Zip file, change the file extension from .zip to .xlsm.&lt;br /&gt;
&lt;br /&gt;
* [http://www.clearlyandsimply.com/clearly_and_simply/2015/02/word-clouds-with-microsoft-excel.html Create dynamic Word Clouds / Tag Clouds in Microsoft Excel]&lt;br /&gt;
: FEATURES FOLLOWING DOWNLOADS:&lt;br /&gt;
::- Word Clouds Bruce Springsteen (Microsoft Excel 2007-2013, 518.4K)&lt;br /&gt;
::- Word Cloud Generic Template (Microsoft Excel 2007-2013, 78.7K)&lt;br /&gt;
::- Word Cloud UDF (Microsoft Excel 2007-2013, 72.4K)&lt;br /&gt;
: NOTE: If any of the tools downloads as a Zip file, change the file extension from .zip to .xlsm.&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
Python is a very powerful programming language used for many different applications. Over time, the huge community around this open source language has created quite a few tools to efficiently work with Python. In recent years, a number of tools have been built specifically for data science. As a result, analyzing data with Python has never been easier.&amp;lt;ref&amp;gt;[https://www.edx.org/course/introduction-python-data-science-microsoft-dat208x-2 Introduction to Python for Data Science] ([https://www.edx.org/ edX])&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Propaganda =====&lt;br /&gt;
* [https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/ Python FAQ: Why should I use Python 3?] ([https://eev.ee/ fuzzy notepad])&lt;br /&gt;
: Python 3 is great and you should use it. Here’s why...&lt;br /&gt;
&lt;br /&gt;
* [http://www.wired.com/2015/05/running-python-browser-awesome-think/ Running Python in a Browser Is More Awesome Than You Think]&lt;br /&gt;
: Shows simple code examples running on [https://trinket.io/python Trinket].&lt;br /&gt;
&lt;br /&gt;
* [http://physicslogos.blogspot.com/2015/05/python-graphing-tutorials-in-trinket.html Python Graphing Tutorials in Trinket]&lt;br /&gt;
: Trinket can be used to post interactive Python code which your students can run in the browser or copy and paste for the purpose of running locally on their computer.&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Tools =====&lt;br /&gt;
* [https://www.pythonanywhere.com/ PythonAnywhere]&lt;br /&gt;
: Host, run, and code Python in the cloud!&lt;br /&gt;
&lt;br /&gt;
* [http://pythonfiddle.com/ Python Fiddle: Python Cloud IDE]&lt;br /&gt;
: The Python IDE for the web. Play around with and modify live example code. Share or demonstrate solutions to problems.&lt;br /&gt;
&lt;br /&gt;
* [https://repl.it/ repl.it: online REPL, Compiler &amp;amp; IDE]&lt;br /&gt;
: Powerful and simple online compiler, IDE, interpreter, and REPL. Write, run, save, and share code from your browser!&lt;br /&gt;
&lt;br /&gt;
* [http://www.skulpt.org Skulpt]: Python. Client side.&lt;br /&gt;
: Skulpt is an entirely in-browser implementation of Python. No preprocessing, plugins, or server-side support required, just write Python and reload.&lt;br /&gt;
&lt;br /&gt;
* [https://trinket.io/python Your Python Trinket]&lt;br /&gt;
: Python in the browser. No installation required.&lt;br /&gt;
&lt;br /&gt;
==== Python &amp;amp;amp; Spreadsheets ====&lt;br /&gt;
* [http://sheetsync.readthedocs.io/en/latest/ SheetSync]: Welcome to SheetSync!&lt;br /&gt;
: A python library to create, update and delete rows of data in a google spreadsheet.&lt;br /&gt;
&lt;br /&gt;
* [http://xlsxwriter.readthedocs.io  XlsxWriter]: Creating Excel files with Python and XlsxWriter&lt;br /&gt;
: XlsxWriter is a Python module for creating Excel XLSX files.&lt;br /&gt;
&lt;br /&gt;
==== Python Tips, Tutorials &amp;amp;amp; Tricks ====&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A Complete Tutorial to Learn Data Science with Python from Scratch]&lt;br /&gt;
: Python was originally a general purpose language. Over the years, with strong community support, dedicated libraries for data analysis and predictive modeling emerged.&lt;br /&gt;
* [http://www.automatingosint.com/blog/2016/07/dark-web-osint-with-python-and-onionscan-part-one/ Dark Web OSINT With Python and OnionScan: Part One]&lt;br /&gt;
: Step-by-step instructions for setting up an environment to scan hidden services in the dark web!&lt;br /&gt;
&lt;br /&gt;
==== Web Scraping With Python ====&lt;br /&gt;
* [https://scrapy.org/ Scrapy]&lt;br /&gt;
: Scrapy is an open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/2269/any-online-r-console Any Online R console?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
==== R Studio ====&lt;br /&gt;
* RStudio: [https://www.rstudio.com/ide/download/ Download RStudio]&lt;br /&gt;
: Take control of your R code. RStudio is the premier integrated development environment for R. It is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or over the web with RStudio Server. Download RStudio (for Windows, Mac, or Linux).&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Excel ====&lt;br /&gt;
* [http://www.r-bloggers.com/a-million-ways-to-connect-r-and-excel/ A million ways to connect R and Excel]&lt;br /&gt;
: In quantitative finance both R and Excel are the basis tools for any type of analysis. Whenever one has to use Excel in conjunction with R, there are many ways to approach the problem and many solutions. It depends on what you really want to do and the size of the dataset you’re dealing with.&lt;br /&gt;
&lt;br /&gt;
* [https://cran.r-project.org/web/packages/openxlsx/index.html openxlsx: Read, Write and Edit XLSX Files]&lt;br /&gt;
: Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of Rcpp, read/write times are comparable to the xlsx and XLConnect packages with the added benefit of removing the dependency on Java.&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Google Sheets ====&lt;br /&gt;
* [https://cran.r-project.org/web/packages/googlesheets/index.html googlesheets: Manage Google Spreadsheets from R]&lt;br /&gt;
: Interact with Google Sheets from R.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jennybc/googlesheets Google Sheets R API]&lt;br /&gt;
: Access and manage Google spreadsheets from R with googlesheets.&lt;br /&gt;
&lt;br /&gt;
==== Shiny ====&lt;br /&gt;
* [http://shiny.rstudio.com/ Shiny] - by [https://www.rstudio.com/ RStudio]&lt;br /&gt;
: A web application framework for R.&lt;br /&gt;
::- Turn your analyses into interactive web applications.&lt;br /&gt;
::- No HTML, CSS, or JavaScript knowledge required.&lt;br /&gt;
&lt;br /&gt;
== Learn Data Science ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[Computer Productivity Hacks#Educate_Yourself]]&amp;#039;&amp;#039;&lt;br /&gt;
{{cquote2|Academic credentials are important but not necessary for high-quality data science. The core aptitudes – curiosity, intellectual agility, statistical fluency, research stamina, scientific rigor, skeptical nature – that distinguish the best data scientists are widely distributed throughout the population.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;We’re likely to see more uncredentialed, inexperienced individuals try their hands at data science, bootstrapping their skills on the open-source ecosystem and using the diversity of modeling tools available. Just as data-science platforms and tools are proliferating through the magic of open source, big data’s data-scientist pool will as well.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;And there’s yet another trend that will alleviate any talent gap: the democratization of data science. [[wikipedia:Autodidacticism|Autodidacts]] – the self-taught, uncredentialed, data-passionate people – will come to play a significant role in many organizations’ data science initiatives.|James Kobielus|[http://www.ibmbigdatahub.com/blog/data-scientist-closing-talent-gap Data Scientist: Closing the Talent Gap]|##px|##px}}&lt;br /&gt;
&lt;br /&gt;
* [https://www.dataquest.io/ Dataquest: Learn data science online.]&lt;br /&gt;
: Learn applied skills for a career in data science. Work with data, build projects, and gain experience. (No longer free.)&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/dataquestio/data-science-blogs Dataquest.io&amp;#039;s Curated List Of Data Science Blogs]&lt;br /&gt;
: [http://www.analyticsvidhya.com/blog/ Analytics Vidhya] | [http://dataaspirant.com/ Dataaspirant] | [http://www.randalolson.com/blog/ Dr. Randal S. Olson] | [http://blog.dominodatalab.com/ Domino Data Lab&amp;#039;s blog] | [http://ianozsvald.com/ Entrepreneurial Geekiness] | [http://blog.kaggle.com/ no free hunch] | [https://jakevdp.github.io/ Pythonic Perambulations] | [http://rayli.net/blog/ Rayli.Net] | [http://blog.yhathq.com/ yhat] | [http://mdbecker.github.io/ Beckerfuffle] | [http://carlshan.com/ Carl Shan] | [http://datamining.typepad.com/data_mining/ Data Mining: Text Mining, Visualization and Social Media] | [http://fastml.com/ FastML] | [http://www.chioka.in/ Garbled Notes] | [http://www.joyofdata.de/blog/ Joy Of Data] | [http://mlwave.com/ MLWave] | [http://trevorstephens.com/ Trevor Stephens] | [http://twiecki.github.io/ While My MCMC Gently Samples] | [http://zacstewart.com/ Zac Stewart] | [http://www.machinedlearnings.com/ Machined Learnings] | [http://deeplearning.net/feed/ Deep Learning] | [http://nuit-blanche.blogspot.com/ Nuit Blanche] | [http://hunch.net/ Machine Learning (Theory)] | [http://bickson.blogspot.com/ Large Scale Machine Learning] | [http://blog.revolutionanalytics.com/ Revolutions] | [http://www.kdnuggets.com/ KDnuggets] | [http://wellecks.wordpress.com/ Wellecks] | [http://www.pyimagesearch.com/ PyImageSearch] | [http://www.dataminingblog.com/ Data Mining Research] | [http://treycausey.com/ Trey Causey] | [https://timdettmers.wordpress.com/ Deep Learning] | [http://alexhwoods.com/ Machine Learning and Data Science] | [http://iamtrask.github.io/ i am trask] | [http://317070.github.io/ Jonas Degrave] | [http://yanirseroussi.com/ Yanir Seroussi] | [http://daoudclarke.github.io/ Life, Language, Learning] | [http://medriscoll.com/ M.E.Driscoll] | [https://peadarcoyle.wordpress.com/ Models are illuminating and wrong] | [https://medium.com/@chris_bour Christophe Bourguignat] | [https://medium.com/@samim samim] | [http://karpathy.github.io/ Andrej Karpathy blog] | [http://colah.github.io/archive.html colah&amp;#039;s blog] | [http://sebastianraschka.com/articles.html Sebastian Raschka] | [http://blog.echen.me Edwin Chen] | [http://simplystatistics.org Simply Statistics] | [http://rinzewind.org/blog-en Will do stuff for stuff] | [http://www.computervisionblog.com/ Tombone&amp;#039;s Computer Vision Blog] | [https://blogs.princeton.edu/imabandit/ I’m a bandit] | [http://101.datascience.community/ Data Science 101] | [http://www.r-bloggers.com/ R-bloggers] | [http://multithreaded.stitchfix.com/blog/ Stitch Fix Tech Blog] | [http://datagenetics.com/blog.html DataGenetics] | [https://www.dataquest.io/blog/ Dataquest Blog]&lt;br /&gt;
&lt;br /&gt;
* [http://datasciencemasters.org/ The Open-Source Data Science Masters]&lt;br /&gt;
: The open-source curriculum for learning Data Science. Foundational in both theory and technologies, the OSDSM breaks down the core competencies necessary to make data useful.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;The Internet is Your Oyster&amp;#039;&amp;#039;&amp;#039;: With Coursera, ebooks, Stack Overflow, and GitHub -- all free and open -- how can you afford not to take advantage of an open source education?&lt;br /&gt;
&lt;br /&gt;
* [https://quizlet.com/ Quizlet]—&amp;#039;&amp;#039;Study Everywhere&amp;#039;&amp;#039;! | Subject: [https://quizlet.com/subject/data-science/ Data Science]&lt;br /&gt;
: Numerous &amp;quot;flash card&amp;quot;-style data science lessons.&lt;br /&gt;
&lt;br /&gt;
== Hash, Random Text, Number &amp;amp;amp; String Generators ==&lt;br /&gt;
;[[wikipedia:Hash function|Hash]]&lt;br /&gt;
* [https://www.md5hashgenerator.com/ MD5 Hash Generator] ([https://www.danstools.com/ Dan&amp;#039;s Tools])&lt;br /&gt;
* [http://www.unit-conversion.info/texttools/md5/ MD5 create hash online] ([http://www.unit-conversion.info/ unit-conversion.info])&lt;br /&gt;
&lt;br /&gt;
;Tools&lt;br /&gt;
* [https://www.generatedata.com/ GenerateData.com]&lt;br /&gt;
: Free, GNU-licensed, random custom data generator for testing software.&lt;br /&gt;
&lt;br /&gt;
* [https://www.random.org/ RANDOM.ORG] - True Random Number Service&lt;br /&gt;
: Generate random lists, numbers, text strings, sequences and more.&lt;br /&gt;
&lt;br /&gt;
;Tutorials&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/642-excel-generate-random-string.html How to generate random character strings in a range in Excel?]&lt;br /&gt;
: Sometimes you may need to generate random strings, such as different passwords. This article tries to show you some tricks to generate different random strings in Excel.&lt;br /&gt;
&lt;br /&gt;
== Regular Expressions ==&lt;br /&gt;
* [[wikipedia:Regular expression|Regular expression]] (Wikipedia)&lt;br /&gt;
: In theoretical computer science and formal language theory, a regular expression (abbreviated &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;regexp&amp;lt;/tt&amp;gt; and sometimes called a &amp;#039;&amp;#039;rational expression&amp;#039;&amp;#039;) is a sequence of characters that forms a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. &amp;quot;find and replace&amp;quot;-like operations.&lt;br /&gt;
&lt;br /&gt;
=== Quick Tips ===&lt;br /&gt;
* [http://stackoverflow.com/questions/1331815/regular-expression-to-match-cross-platform-newline-characters Regular Expression to match cross platform newline characters]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3219014/what-is-a-cross-platform-regex-for-removal-of-line-breaks What is a cross platform regex for removal of line breaks?]&lt;br /&gt;
: &amp;quot;The regex I use when I want to be precise is &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;\r\n?|\n&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tutorials ===&lt;br /&gt;
* [http://regexone.com RegexOne - Learn regular expressions with simple, interactive examples.]&lt;br /&gt;
: Includes:&lt;br /&gt;
::- [http://regexone.com/lesson/0 Interactive Tutorial] › Learn to use Regular Expressions&lt;br /&gt;
::- [http://regexone.com/example/0 Practical Examples] › Practice your Regular Expressions&lt;br /&gt;
::- [http://regexone.com/cheatsheet RegEx Cheatsheet] › Regular Expressions in PHP &amp;amp; More&lt;br /&gt;
&lt;br /&gt;
* [http://www.regular-expressions.info/tutorial.html Regular Expressions Tutorial: Learn How to Use and Get The Most out of Regular Expressions]&lt;br /&gt;
: Any non-trivial &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; looks daunting to anybody not familiar with them. But with just a bit of experience, you will soon be able to craft your own regular expressions like you have never done anything else.&lt;br /&gt;
&lt;br /&gt;
* [http://www.rexegg.com/regex-uses.html The Many Uses of Regex]&lt;br /&gt;
: Regex is the gift that keeps giving. Once you learn it, you discover it comes in handy in many places where you hadn&amp;#039;t planned to use it.&lt;br /&gt;
&lt;br /&gt;
* [http://regex.learncodethehardway.org/book/ Learn Regex The Hard Way]&lt;br /&gt;
: This is an in-progress book that quickly teaches you regular expressions.&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tools ===&lt;br /&gt;
* [https://regex101.com Regex101: Online regex tester and debugger: JavaScript, Python, PHP, and PCRE]&lt;br /&gt;
: Regex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, JavaScript and Python. The website also features a community where you can share useful expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://www.regexr.com/ RegExr: Learn, Build, &amp;amp; Test RegEx]&lt;br /&gt;
: Regular expression tester with syntax highlighting, contextual help, video tutorial, reference, and searchable community patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://pythex.org/ Pythex: a Python regular expression editor]&lt;br /&gt;
: Pythex is a real-time regular expression editor for Python, a quick way to test your regular expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://regexpal.com/ Regex Tester]&lt;br /&gt;
: JavaScript regex tester. Highlights matches on the fly.&lt;br /&gt;
&lt;br /&gt;
== Small Data ==&lt;br /&gt;
[[wikipedia:Small data|Small Data]] is everything [[wikipedia:Big data|Big Data]] is not.&lt;br /&gt;
;You Might Not Be Big Data If:&lt;br /&gt;
- You were generated through human data entry. (Big Data came about in order to handle the exponential growth of machine-generated data, because we humans aren’t fast enough to outpace a good old relational database).&amp;lt;br /&amp;gt;&lt;br /&gt;
- You are an operational database. For instance, CRM is never Big Data, and ERP is never Big Data.&amp;lt;br /&amp;gt;&lt;br /&gt;
- You fit just fine in a MySQL database. Even if you have to put a lot of RAM in it, it’s still not Big Data.&amp;lt;ref&amp;gt;[http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&lt;br /&gt;
: For the majority of small and medium businesses, Big Data is the technology of the future, not the reality they experience today. To be blunt, most SMBs don’t even have a handle on the Small Data they’re already creating and collecting themselves. (And if many enterprise organizations are being honest, neither do they.) According to Forrester Research, most companies are analyzing a mere 12% of their existing data. That leaves a whopping 88% of data that businesses are flat out ignoring. Can you imagine the potential of actually leveraging that existing data to derive data-driven business insights? Instead of chasing the Big Data dream, SMBs should consider picking up the dollars that are effectively lying on the floor, and invest first in leveraging their Small Data.&lt;br /&gt;
&lt;br /&gt;
* [http://www.theguardian.com/news/datablog/2013/apr/25/forget-big-data-small-data-revolution Forget big data, small data is the real revolution]&lt;br /&gt;
: Just as we now find it ludicrous to talk of &amp;quot;big software&amp;quot; – as if size in itself were a measure of value – we should, and will one day, find it equally odd to talk of &amp;quot;big data&amp;quot;. Size in itself doesn&amp;#039;t matter – what matters is having the data, of whatever size, that helps us solve a problem or address the question we have.&lt;br /&gt;
&lt;br /&gt;
* [http://www.forbes.com/sites/mikekavis/2015/02/25/forget-big-data-small-data-is-driving-the-internet-of-things/ Forget Big Data -- Small Data Is Driving The Internet Of Things]&lt;br /&gt;
: What is small data, you ask? Small data is a dataset that contains very specific attributes. Small data is used to determine current states and conditions  or may be generated by analyzing larger data sets.&lt;br /&gt;
&lt;br /&gt;
== SQL ==&lt;br /&gt;
=== Cheat Sheets ===&lt;br /&gt;
* [https://www.simple-talk.com/sql/sql-training/ssms-the-query-window-keyboard-shortcuts/ SQL Server Management Studio Query Window Keyboard Shortcuts]&lt;br /&gt;
: Simple-Talk&amp;#039;s free wallchart of the most important SSMS keyboard shortcuts aims to help find all those curiously forgettable key combinations within SQL Server Management Studio that unlock the hidden magic that is available for editing and executing queries.&lt;br /&gt;
&lt;br /&gt;
=== Fiddle with SQL in the Browser ===&lt;br /&gt;
* [http://www.compileonline.com/execute_sql_online.php codingground: EXECUTE SQL ONLINE]&lt;br /&gt;
: I got this one to work. | [[User:Dave|Dave]] ([[User talk:Dave|talk]]) 18:01, 7 December 2016 (PST)&lt;br /&gt;
&lt;br /&gt;
* [http://rextester.com/l/postgresql_online_compiler Rextester | compile postgresql online]&lt;br /&gt;
: At Rextester you can not only compile PostgreSQL, but also several several other SQL flavors, too (SQL Server, MySQL, Oracle). Rextester also offers options for several other programming languages.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; PowerShell ===&lt;br /&gt;
* [https://cmatskas.com/execute-sql-query-with-powershell/ Execute SQL Query with PowerShell]&lt;br /&gt;
: Scripting is very powerful. And for me, one of the best scripting languages is PowerShell (PoSH). Yes, PoSH takes a bit of getting used to, but once you pass the initial learning curve, you end up with a powerful tool in your hands.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/8423541/how-do-you-run-a-sql-server-query-from-powershell How do you run a SQL Server query from PowerShell?]&lt;br /&gt;
: Multiple examples; approaches.&lt;br /&gt;
&lt;br /&gt;
* [https://www.simple-talk.com/content/file.ashx?file=7305 Practical PowerShell For SQL Server Developers and DBAs]&lt;br /&gt;
: Download the latest version of this PowerShell™ wallchart and read the accompanying in-depth article from Simple-Talk.&lt;br /&gt;
&lt;br /&gt;
;Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Spreadsheet Tricks#SQL_.26_Excel|SQL &amp;amp; Excel]]&lt;br /&gt;
&lt;br /&gt;
== Text Extraction ==&lt;br /&gt;
=== PDF Conversion ===&lt;br /&gt;
[[File:capture2text_ocr_conceptual_illustration.png|thumb|alt=Capture2Text conceptual illustration.|[http://capture2text.sourceforge.net/ Capture2Text] conceptual illustration.|710px]]&lt;br /&gt;
* [http://capture2text.sourceforge.net/ Capture2Text]&lt;br /&gt;
: Capture2Text enables users to quickly OCR a portion of the screen using a keyboard shortcut. The resulting text will be saved to the clipboard by default.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/detexter/ Detexter]&lt;br /&gt;
: Detexter is an app designed to extract text from PDF files.&lt;br /&gt;
&lt;br /&gt;
* [http://www.pdfonline.com/pdf-to-word-converter/ PDF Online - Convert PDF to Word (Free!)] (A unit of [http://www.bcltechnologies.com/ BCL Technologies].)&lt;br /&gt;
: [[User:Dave|I]] [http://www.pdfonline.com/pdf-to-word-converter/?fb_comment_id=10150571095090174_1789396217960207#f3c561ba7c434c8 used this service] to successfully convert the [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf .US Locality Domain Name Registration Terms and Conditions] form from PDF to [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx Word format].&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/6187250/pdf-text-extraction PDF TEXT Extraction]&lt;br /&gt;
: Lists several options.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX] &lt;br /&gt;
: Convert PDF to HTML without losing text or format.&lt;br /&gt;
&lt;br /&gt;
* [http://pdftotext.github.io/ pdftotext.org] (Now at [http://pdftotext.github.io/ pdftotext.github.io].)&lt;br /&gt;
:: Note: (Domain squatter has apparently hijacked the original &amp;lt;tt&amp;gt;pdftotext.org&amp;lt;/tt&amp;gt; domain. But the service is still here: http://pdftotext.github.io/)&lt;br /&gt;
: pdftotext.org is the best online service for easily extracting text from your PDF files. Conversion from PDF to TXT is really fast thanks to our in-browser conversion architecture. Your PDF files are never uploaded to the Internet, so even private PDF files are safe to convert with this service. The conversion is done locally in your browser – you can even convert when you are offline! There is no need for any registration or sign-up, and the service will always be free to use.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/doctotext/ SILVERCODERS DocToText] &lt;br /&gt;
: Extracts plain text from documents in all popular formats.&lt;br /&gt;
&lt;br /&gt;
* [http://tabula.technology Tabula]&lt;br /&gt;
: Tabula is a tool for liberating data tables locked inside PDF files. Tabula allows you to extract that data into a CSV or Microsoft Excel spreadsheet using a simple, easy-to-use interface. Tabula works on Mac, Windows and Linux.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Office Productivity Hacks#Portable_Document_Format_.28PDF.29|Office Productivity Hacks#Portable Document Format (PDF)]]&lt;br /&gt;
&lt;br /&gt;
=== Data Scrape ; Web Scrape ===&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/18Q2THQvYCG2_n6nKVsZRHlaPG9iJ9NvLezOOQbEuAJs/edit?hl=en Almost Scraping: Web Scraping for Non-Programmers]&lt;br /&gt;
: Tools and tips compiled by journalists from PBS and Omaha World-Herald.&lt;br /&gt;
&lt;br /&gt;
* [http://blog.scrapinghub.com/2014/01/18/open-source-at-scrapinghub/ Open Source at Scrapinghub]&lt;br /&gt;
: Scrapinghub&amp;#039;s list of open source scraping projects.&lt;br /&gt;
&lt;br /&gt;
* [http://sitestalker.net/ Sitestalker]&lt;br /&gt;
: Monitor website links with ease. Sitestalker supervises websites and notifies you when your desired content hits the web.Stop wasting your time constantly refreshing websites.&lt;br /&gt;
: Sitestalker is great for:&lt;br /&gt;
:: Finding jobs&lt;br /&gt;
:: Searching for an apartment&lt;br /&gt;
:: Getting the best bargains&lt;br /&gt;
:: Clipping &lt;br /&gt;
&lt;br /&gt;
* [http://www.notprovided.eu/six-tools-web-scraping-use-data-journalism-creating-insightful-content/ Six tools for web scraping – To use for data journalism &amp;amp; creating insightful content]&lt;br /&gt;
: Tools for gathering data from public sources.&lt;br /&gt;
&lt;br /&gt;
* [http://www.hongkiat.com/blog/web-scraping-tools/ 10 Web Scraping Tools to Extract Online Data]&lt;br /&gt;
: Web Scraping tools are specifically developed for extracting information from websites. They are also known as web harvesting tools or web data extraction tools. These tools are useful for anyone trying to collect some form of data from the Internet. Web Scraping is the new data entry technique that don’t require repetitive typing or copy-pasting.&lt;br /&gt;
&lt;br /&gt;
;R Scraper&lt;br /&gt;
* [http://www.computerworld.com/article/2909560/business-intelligence/web-scraping-with-r-and-rvest-includes-video-code.html Web scraping with R and rvest (includes video &amp;amp; code)]&lt;br /&gt;
: Watch (video) how easy it is to import data from a Web page into R.&lt;br /&gt;
&lt;br /&gt;
=== Text Search ===&lt;br /&gt;
* [http://geekdadaji.com/ geekDadaji - A SEARCH INITIATIVE]&lt;br /&gt;
: Makes tools to search text content, including:&lt;br /&gt;
# [https://sourceforge.net/projects/falcontextsearch/ FALCON - Text Search Java Project]: JSON based text search Java Project&lt;br /&gt;
# [https://sourceforge.net/projects/hawksearch/ HAWK - PDF Text Search Java Project]: Taking initiative for Document Text Search&lt;br /&gt;
&lt;br /&gt;
* [http://www.foolabs.com/xpdf/home.html Xpdf: A PDF Viewer for X]&lt;br /&gt;
: Xpdf is an open source viewer for Portable Document Format (PDF) files.&lt;br /&gt;
: Windows installer: [http://www.compgeom.com/~piyush/scripts/scripts.html Short Programs/Scripts] (Look for the xpdf3.exe / poppler.exe links in left sidebar.)&lt;br /&gt;
&lt;br /&gt;
== Text Transformation ==&lt;br /&gt;
* [https://www.transformy.io/#/ Transformy] - Change your data with one example.&lt;br /&gt;
: Do you have a list of text strings that you want to modify the format on? Copy and paste the list into the a box, then provide an example of how you want each text string formatted. The hope is that Transformy will do the rest.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
=== [[wikipedia:Git (software)|Git]], [[wikipedia:GitHub|GitHub]] ===&lt;br /&gt;
* [http://stackoverflow.com/questions/14679614/whats-the-best-practice-for-putting-multiple-projects-in-a-git-repository What&amp;#039;s the best practice for putting multiple projects in a git repository?] (Stack Overflow)&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 1&amp;#039;&amp;#039;: A single repository can contain multiple independent branches, called orphan branches. Orphan branches are completely separate from each other; they do not share histories.&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 2&amp;#039;&amp;#039;: Avoid all the hassle of orphan branches. Create two independent repositories, and push them to the same remote. Just use different branch names for each repo.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=973</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=973"/>
		<updated>2019-04-15T12:25:48Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Portable Document Format (PDF) */ ApowerPDF&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019]&lt;br /&gt;
: Edit, split and merge PDFs without paying for premium software&lt;br /&gt;
:: By Catherine Ellis | March 05, 2019&lt;br /&gt;
&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.apowersoft.com/pdf-editor ApowerPDF]&lt;br /&gt;
: Dave&amp;#039;s Note: This editor written about in this article: [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019], which recommends using the online version. Unclear if online version will not add watermarks (need to investigate; will update here afterward).&lt;br /&gt;
&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=972</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=972"/>
		<updated>2019-04-15T12:11:54Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Portable Document Format (PDF) */ The best free PDF editor 2019&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [https://www.techradar.com/news/the-best-free-pdf-editor The best free PDF editor 2019]&lt;br /&gt;
: Edit, split and merge PDFs without paying for premium software&lt;br /&gt;
:: By Catherine Ellis | March 05, 2019&lt;br /&gt;
&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=971</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=971"/>
		<updated>2018-11-30T19:58:11Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Quick Edit Sheets */ txxt.app&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Text Edit Spreadsheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Spreadsheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Text Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
* [https://txxt.app/ txxt.app]: sms notepad&lt;br /&gt;
: Write notes as text messages &amp;amp; view them on the web.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=970</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=970"/>
		<updated>2018-11-30T19:52:00Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Portable Document Format (PDF) */ [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.tryexcalibur.com/ Excalibur]: Extract tables from PDFs into Excels&lt;br /&gt;
: Excalibur makes PDF table extraction very easy, by automatically detecting tables in PDFs and letting you save them into CSVs and Excels through a web interface.&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Edit Sheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Sheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=969</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=969"/>
		<updated>2017-12-08T22:42:14Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Cloud Storage &amp;amp;amp; File Sharing Platforms */ Google Drive Alternatives and Similar Software&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [https://alternativeto.net/software/google-drive/ Google Drive Alternatives and Similar Software] - AlternativeTo.net&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; What&amp;#039;s in this list?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; Alternatives to Google Drive for Web, Windows, Mac, iPhone, Android and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 183 apps similar to Google Drive.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Edit Sheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Sheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=968</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=968"/>
		<updated>2017-12-08T22:34:20Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Cloud Storage &amp;amp;amp; File Sharing Platforms */ Google Drive Alternatives: 10 Best Cloud Storage Services&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* * [https://beebom.com/google-drive-alternatives/ Google Drive Alternatives: 10 Best Cloud Storage Services] | November 11, 2017&lt;br /&gt;
: Services described include: Dropbox, Tresorit, pCloud, OneDrive, Sync.com, Box, Mega, SpiderOak One, Backblaze, Jottacloud.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Edit Sheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Sheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=967</id>
		<title>User:Dave/Web Hack Notes (Non-Wiki)</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=967"/>
		<updated>2017-12-05T20:09:14Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Git-Enabled Website Publishing Services */ Removing &amp;quot;Git-Publish - Publish your webpage!: http://git-publish.com/&amp;quot; as it appears to have disappeared from the web.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Beautiful-HTML.png|thumb|500px|Source: [http://css-tricks.com/what-beautiful-html-code-looks-like/ What Beautiful HTML Code Looks Like]]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= HELP FROM AROUND THE WEB =&lt;br /&gt;
These notes began as an archive of resources listed on the [http://humanstxt.org/ humans.txt] file for a particular website. The domain for that site was since hijacked by a [http://www.acorndomains.co.uk/domain-name-scams/107083-domcollect-sued-along-1-1-hijacking-domains-my-update.html domain squatter], but the resources listed here have proved useful for other web projects. The idea is to expand this page with other helpful resources for building simple web sites.&lt;br /&gt;
&lt;br /&gt;
== Web Design Tips &amp;amp;amp; Resources ==&lt;br /&gt;
;Web Tools Weekly:http://webtoolsweekly.com/&lt;br /&gt;
: Web Tools Weekly is a front-end development and web design newsletter with a focus on tools.&lt;br /&gt;
&lt;br /&gt;
;Webdesigner Depot: http://www.webdesignerdepot.com/&lt;br /&gt;
: Our goal is to share the latest and greatest findings, tips, and techniques for web designers and developers.&lt;br /&gt;
&lt;br /&gt;
== SEO, SEM, Search Engine Responsiveness ==&lt;br /&gt;
;Screaming Frog SEO Spider Tool: http://www.screamingfrog.co.uk/seo-spider/&lt;br /&gt;
:The Screaming Frog SEO Spider is a small desktop program you can install locally on your PC, Mac or Linux machine which spiders websites’ links, images, CSS, script and apps from an SEO perspective. It fetches key onsite elements for SEO, presents them in tabs by type and allows you to filter for common SEO issues, or slice and dice the data how you see fit by exporting into Excel. You can view, analyse and filter the crawl data as it’s gathered and updated continuously in the program’s user interface.&lt;br /&gt;
&lt;br /&gt;
== Static File Websites ==&lt;br /&gt;
;An Introduction to Static Site Generators: http://davidwalsh.name/introduction-static-site-generators&lt;br /&gt;
: This is a fantastic introduction in helping folks understand the advantages of static sites, particularly when there&amp;#039;s no compelling advantage for maintaining the site on a dynamic architecture.&lt;br /&gt;
&lt;br /&gt;
;What is a Static Website?: http://nilclass.com/courses/what-is-a-static-website/&lt;br /&gt;
: What is a Static Website? Static websites are popular because they are super efficient, extremely fast and usually free to host. Blogs, resumes, marketing websites, landing pages, and documentation are all good candidates for static websites. [http://nilclass.com/courses/what-is-a-static-website/ Follow along as we visually walk-through the differences and benefits between a static vs dynamic website.]&lt;br /&gt;
&lt;br /&gt;
;Why You Should Build Your Website Using Static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; Files?: http://ryanhayes.net/why-you-should-build-your-website-using-static-html-files/&lt;br /&gt;
: Why would anyone want a static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; site with the options we have today in CMS products?  Why would you go seemingly backwards to the old days of &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt;?&lt;br /&gt;
::- Performance&lt;br /&gt;
::- Security&lt;br /&gt;
::- HTML is portable!&lt;br /&gt;
&lt;br /&gt;
;StaticGen&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Top Open-Source Static Site Generators: https://www.staticgen.com/&lt;br /&gt;
: An incredible list of 100 static site generators. Included the generator&amp;#039;s ranking (how many stars it was &amp;quot;awarded&amp;quot; by users), language (Ruby, Python, JavaScript, etc.), templates (Liquid, MarkDown, EJS, Swig, etc.) and license (MIT, Apache, GPL, etc.).&lt;br /&gt;
&lt;br /&gt;
;Static Site Generators: https://staticsitegenerators.net/&lt;br /&gt;
: &amp;quot;The definitive listing of Static Site Generators&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Implementing a static website in [https://cloud.google.com/appengine/docs/python/gettingstartedpython27/introduction Google App Engine]: http://www.enkisoftware.com/devlogpost-20130823-1-Implementing_a_static_website_in_Google_App_Engine.html&lt;br /&gt;
&lt;br /&gt;
;Jekyll-Bootstrap: http://jekyllbootstrap.com/&lt;br /&gt;
: Jekyll-Bootstrap is a full blog scaffold for Jekyll based blogs. &amp;#039;&amp;#039;&amp;#039;Jekyll Generates Static Websites!&amp;#039;&amp;#039;&amp;#039; To understand the differences and benefits of static vs dynamic websites, follow this [http://nilclass.com/courses/what-is-a-static-website/#1 quick visual tutorial].&lt;br /&gt;
&lt;br /&gt;
=== Static File Website Hosting Hacks ===&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[User:Dave/Web Hack Notes (Non-Wiki)#Git_.26_Website_Publishing|Git &amp;amp; Website Publishing]]&lt;br /&gt;
&lt;br /&gt;
;Cheap or Free Static Website Hosting: http://alignedleft.com/resources/cheap-web-hosting&lt;br /&gt;
&lt;br /&gt;
=== Static Website Tools ===&lt;br /&gt;
;Staticman - Static sites with superpowers.: https://staticman.net/&lt;br /&gt;
: Staticman handles user-generated content for you and transforms it into data files that sit in your GitHub repository, along with the rest of your content.&lt;br /&gt;
&lt;br /&gt;
== Version Control Systems ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
; Git --everything-is-local: http://git-scm.com/&lt;br /&gt;
:: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.&lt;br /&gt;
&lt;br /&gt;
==== Learn Git; GitHub ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Pro Git&amp;#039;&amp;#039;&amp;#039; (book) by Scott Chacon is available to read online for free.&lt;br /&gt;
: http://git-scm.com/book&lt;br /&gt;
:: The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license.&lt;br /&gt;
&lt;br /&gt;
; git - the simple guide: just a simple guide for getting started with git. no deep shit ;)&lt;br /&gt;
: http://rogerdudler.github.io/git-guide/&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 1): Don&amp;#039;t Get Scared, Get Started: http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1&lt;br /&gt;
: GitHub is more than just a programmer&amp;#039;s tool. If you want to collaborate on anything, you should give it a try. Part 1 of a two-part look at getting started with GitHub.&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 2): Commit, Push And Go: http://readwrite.com/2013/10/02/github-for-beginners-part-2&lt;br /&gt;
: Now that we know the concepts behind GitHub and Git, it&amp;#039;s time to have fun. Part 2 of our two-part series.&lt;br /&gt;
&lt;br /&gt;
==== Git &amp;amp;amp; Website Publishing ====&lt;br /&gt;
;GitHub Pages - Websites for you and your projects.: https://pages.github.com/&lt;br /&gt;
: Hosted directly from your GitHub repository. Just edit, push, and your changes are live.&lt;br /&gt;
&lt;br /&gt;
;Using GitHub Pages To Host Your Website: http://blog.teamtreehouse.com/using-github-pages-to-host-your-website&lt;br /&gt;
: This is an awesome tutorial explaining how to &amp;quot;commit&amp;quot; your web site&amp;#039;s files from your computer to your GitHub repository. Makes hosting on GitHub super simple!&lt;br /&gt;
&lt;br /&gt;
;GIT to deploy website (in 5 steps): http://www.bitbonsai.com/git-deploy-website-5steps/&lt;br /&gt;
&lt;br /&gt;
;How I moved my websites to Dropbox and GitHub: http://alexcican.com/post/guide-hosting-website-dropbox-github/&lt;br /&gt;
&lt;br /&gt;
;Using Git to manage a web site: http://toroid.org/ams/git-website-howto&lt;br /&gt;
: A step-by-step tutorial from a website that is doing what the tutorial instructs.&lt;br /&gt;
&lt;br /&gt;
;Git for Web Publishing: http://philkates.com/2009/08/git-as-a-web-publishing-tool/&lt;br /&gt;
: Features instructions for updating Git on DreamHost.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
= CMS &amp;amp; Blog Platforms =&lt;br /&gt;
&lt;br /&gt;
== Drupal ==&lt;br /&gt;
;Drupal Commons: http://drupal.org/project/commons&lt;br /&gt;
: Drupal Commons is a ready-to-use solution for building either internal or external communities. It provides a complete social business software solution for organizations.&lt;br /&gt;
;A Drupal Developer’s Setup on Windows: http://mikekeran.com/drupal-developer-setup-windows&lt;br /&gt;
;Back up your site using the command line: https://drupal.org/upgrade/backing-your-site-command-line&lt;br /&gt;
;Upgrading from previous versions: https://drupal.org/upgrade&lt;br /&gt;
;Upgrading Drupal using a Patch File: https://drupal.org/comment/1545852#comment-1545852&lt;br /&gt;
&lt;br /&gt;
=== Drupal Modules ===&lt;br /&gt;
:: (Used on the new ATA.org Drupal 7 installation.)&lt;br /&gt;
;Top 25 Drupal 7 Modules: http://www.axzm.com/top-25-drupal-7-modules&lt;br /&gt;
;Backup and Migrate: https://drupal.org/project/backup_migrate&lt;br /&gt;
;Display Suite Bootstrap Layouts: https://drupal.org/project/ds_bootstrap_layouts&lt;br /&gt;
;Bootstrap - Photo Gallery: https://drupal.org/project/bootstrap_gallery&lt;br /&gt;
;Context: https://www.drupal.org/project/context&lt;br /&gt;
: Context allows you to manage contextual conditions and reactions for different portions of your site. For instance, you can group several &amp;quot;[https://www.drupal.org/project/bean Beans]&amp;quot; (blocks) into a particular [https://www.drupal.org/project/context Context] if you want to consistently place the group on several nodes throughout the site.&lt;br /&gt;
==== Block Modules ====&lt;br /&gt;
;Bean: https://www.drupal.org/project/bean&lt;br /&gt;
: Bean is an acronym that stands for &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;lock &amp;#039;&amp;#039;&amp;#039;E&amp;#039;&amp;#039;&amp;#039;ntities &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;ren&amp;#039;t &amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;odes.&lt;br /&gt;
;MultiBlock: https://www.drupal.org/project/multiblock&lt;br /&gt;
: Drupal&amp;#039;s block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages. MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks.&lt;br /&gt;
;Block Group: https://www.drupal.org/project/blockgroup&lt;br /&gt;
: Tutorial: [https://www.youtube.com/watch?v=fC8lo6jHBuI Drupal Tutorial : Block Groups And Bootstrap] | WDTutorials.com&lt;br /&gt;
&lt;br /&gt;
=== Drupal Themes ===&lt;br /&gt;
;Bamboo: https://drupal.org/project/bamboo&lt;br /&gt;
;Bootstrap: https://drupal.org/project/bootstrap&lt;br /&gt;
;Bootstrap Barrio: https://drupal.org/project/bootstrap_barrio&lt;br /&gt;
:: Bootstrap Barrio is a sub-theme of the Bootstrap Theme, adding 1, 2 or 3 columns with configurable widths.&lt;br /&gt;
&lt;br /&gt;
==== Drupal Theme Tutorials ====&lt;br /&gt;
;Bootstrap sub-theming &amp;quot;how to&amp;quot;: https://drupal.org/node/1978010&lt;br /&gt;
;How to Use Bootswatch Themes in Drupal 7: http://webwash.net/tutorials/how-use-bootswatch-themes-drupal-7&lt;br /&gt;
;Creating a sub-theme: https://drupal.org/node/225125&lt;br /&gt;
;How to Customize a Contributed Drupal Theme: http://radarearth.com/content/how-customize-contributed-drupal-theme&lt;br /&gt;
&lt;br /&gt;
=== Drupal Wikis ===&lt;br /&gt;
;Commons Wikis: http://drupal.org/project/commons_wikis&lt;br /&gt;
: Provide the wiki functionality for Drupal Commons distribution.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See other wiki-like features for Drupal here:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: http://portlandwiki.org/User:WikiMaster/Projects#Drupal_Related&lt;br /&gt;
&lt;br /&gt;
=== Drupal - Drush ===&lt;br /&gt;
;A Beginner&amp;#039;s Guide to Drush, the Drupal Shell: https://www.digitalocean.com/community/articles/a-beginner-s-guide-to-drush-the-drupal-shell&lt;br /&gt;
;Drush.org: A command line shell and scripting interface for Drupal.: http://drush.ws/&lt;br /&gt;
;Upgrade Drupal easily with Drush: https://drupal.org/comment/1593136#comment-1593136&lt;br /&gt;
;Updating Drupal Core with Drush: http://brockboland.com/2010/08/updating-drupal-core-drush/&lt;br /&gt;
;Install Drush on Dreamhost VPS: http://www.pru8.com/install-drush-on-dreamhost-vps&lt;br /&gt;
;Drush commands reference: https://groups.drupal.org/drush/commands&lt;br /&gt;
&lt;br /&gt;
== WordPress ==&lt;br /&gt;
=== WordPress Back-Up ===&lt;br /&gt;
;BlogVault &amp;quot;The Ultimate WordPress Backup Service&amp;quot;: https://blogvault.net/&lt;br /&gt;
: Premium service with prices ranging from $9/month for one blog.&lt;br /&gt;
&lt;br /&gt;
;WPBackItUp Backup &amp;amp; Restore: https://wordpress.org/plugins/wp-backitup/&lt;br /&gt;
: Installed on http://sofiaangelina.com/ and http://lifemotion.com/.&lt;br /&gt;
&lt;br /&gt;
=== WordPress Guides ===&lt;br /&gt;
;Creating a Static Front Page: http://codex.wordpress.org/Creating_a_Static_Front_Page&lt;br /&gt;
;Enable and Disable Comments: http://en.support.wordpress.com/enable-disable-comments/&lt;br /&gt;
;How to Show WordPress Pages on Your Homepage: http://premium.wpmudev.org/blog/how-to-show-wordpress-pages-on-your-homepage/&lt;br /&gt;
;Docs to WordPress: https://wordpress.org/plugins/docs-to-wordpress/changelog/&lt;br /&gt;
: Easily move posts from Google Docs to WordPress.&lt;br /&gt;
;WordPress plugin&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; include custom fields in a post: http://pp19dd.com/wordpress-plugin-include-custom-field/&lt;br /&gt;
:: This handy site also contains links to a number of other useful tips &amp;#039;n&amp;#039; tools, including [http://pp19dd.com/zipcode-lookup/ CSV batch zipcode Lookup tool], [http://pp19dd.com/2012/10/four-things-i-wish-someone-had-told-me-about-wikis-wikimedia/ Four things I wish someone had told me about wikis (WikiMedia)] and more.&lt;br /&gt;
;WordPress Rockers&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; How To’s: http://wprockers.com/how-tos&lt;br /&gt;
;wordpress tips | tips &amp;amp;amp; advice on wordpress.com blogs: http://wpbtips.wordpress.com/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Multisite ===&lt;br /&gt;
;The Beginner&amp;#039;s Guide to WordPress Multisite: http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Photo Galleries ===&lt;br /&gt;
;Twitter Bootstrap Galleries: http://wordpress.org/plugins/twitter-bootstrap-galleries/&lt;br /&gt;
:: Wraps the content of a WordPress media gallery in a Twitter&amp;#039;s Bootstrap grid.&lt;br /&gt;
;NextGEN Gallery: http://www.nextgen-gallery.com/&lt;br /&gt;
;NextGEN Gallery Shortcodes: http://www.nextgen-gallery.com/nextgen-gallery-shortcodes/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Shortcodes ===&lt;br /&gt;
;Shortcode API: http://codex.wordpress.org/Shortcode_API&lt;br /&gt;
;WordPress Page Design&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Shortcodes v Page Templates: http://www.sitepoint.com/wordpress-page-design-shortcodes-v-page-templates/&lt;br /&gt;
;Getting Started with WordPress Shortcodes (+Examples): http://speckyboy.com/2011/07/18/getting-started-with-wordpress-shortcodes-examples/&lt;br /&gt;
&lt;br /&gt;
=== Wordpress &amp;amp;amp; Social Media ===&lt;br /&gt;
;Top 10 Social Media Plugins for WordPress: http://smallbiztrends.com/2014/03/social-media-plugins-for-wordpress.html&lt;br /&gt;
;WordPress Instagram Plugins - Instagram Picture: http://www.inmotionhosting.com/support/website/wordpress-plugins/instagram-picture-plugin-for-wordpress&lt;br /&gt;
;Instagram Picture: Shortcode function example (English): http://tb-webtec.de/2013/10/instagram-picture-shortcode-function-example-english/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Themes ===&lt;br /&gt;
;WordPress Child Themes: http://codex.wordpress.org/Child_Themes&lt;br /&gt;
;How to remove Proudly powered by WordPress from Twenty Eleven theme?: http://wprockers.com/how-to-remove-proudly-powered-by-wordpress-from-twenty-eleven-theme-1120.html&lt;br /&gt;
;Replace/Remove Default Header Image Twenty Eleven Theme: http://wpti.ps/functions/replace-remove-header-image-twenty-eleven-theme/&lt;br /&gt;
&lt;br /&gt;
== Flat File CMS Scripts ==&lt;br /&gt;
;Monstra: http://monstra.org/&lt;br /&gt;
: Monstra is a modern and lightweight Content Management System. It is Easy to install, upgrade and use.&lt;br /&gt;
&lt;br /&gt;
;Morfy: http://morfy.monstra.org/&lt;br /&gt;
: Morfy is a simple, fast and light-weighted file-based Content Management System. Making the Web easy.&lt;br /&gt;
&lt;br /&gt;
;Pico: http://picocms.org/&lt;br /&gt;
: A stupidly simple &amp;amp; blazing fast, flat file CMS. Making the web easy.&lt;br /&gt;
&lt;br /&gt;
;razorCMS: http://www.razorcms.co.uk/&lt;br /&gt;
: File Based Content Management System - The file based CMS that allows you to build a website without the need for an SQL database, storing everything in flat files.&lt;br /&gt;
&lt;br /&gt;
== Lightweight CMS Scripts ==&lt;br /&gt;
;Bolt CMS - Sophisticated, Lightweight and Simple: https://bolt.cm/&lt;br /&gt;
: Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It’s a joy to use.&lt;br /&gt;
: By default, Bolt is configured to use an SQLite database. You can configure the database, if you want to change this to MySQL or PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
;CMS Made Simple: http://www.cmsmadesimple.org/&lt;br /&gt;
&lt;br /&gt;
;phpSQLiteCMS: http://phpsqlitecms.net/&lt;br /&gt;
: phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite.&lt;br /&gt;
&lt;br /&gt;
;SiteCake - Simple, drag and drop CMS for fast editing: http://sitecake.com/&lt;br /&gt;
: SiteCake is an open source PHP CMS application which allows a site admin to edit a website while browsing it. Once logged in, everything becomes editable. While in edit mode, SiteCake displays a &amp;quot;content editing bar&amp;quot; with options for inserting HTML elements like headers, lists, images, videos and other stuff like Google Maps or a slideshow.&amp;lt;ref&amp;gt;[http://www.webresourcesdepot.com/sitecake-simple-yet-beautiful-and-open-source-cms-for-small-websites/ SiteCake – Simple-Yet-Beautiful And Open Source CMS For Small Websites]&amp;lt;/ref&amp;gt; SiteCake is a true WYSIWYG. There is no separate admin section, you can click any page element and edit it in-place.&amp;lt;ref&amp;gt;[http://blog.bitnami.com/2013/11/welcome-to-newest-bitnami-stack-sitecake.html Welcome to the Newest Bitnami Stack, SiteCake!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Zimplit: http://www.zimplit.com/index.html&lt;br /&gt;
&lt;br /&gt;
== CMS Tools &amp;amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
=== Google Docs as CMS ===&lt;br /&gt;
* [https://github.com/jadeallencook/gDoc.js gDoc.js]&lt;br /&gt;
: Use Google Spreadsheets as your CMS! Create a Google Spreadsheet containing all the information you will need for your site. [http://jadeallencook.github.io/gDoc.js/ Demo Page]&lt;br /&gt;
&lt;br /&gt;
* [http://mikeheavers.com/main/code-item/creating_a_website_with_a_google_spreadsheet_powered_cms Creating a website with a google spreadsheet powered CMS]&lt;br /&gt;
: A Google Docs CMS is perfect. Easy to use, most people are familiar with it - absolutely zero install / configuration time, and it integrates extremely nicely with javascript templating systems.&lt;br /&gt;
&lt;br /&gt;
* [http://thoughts.reactioncommerce.com/using-google-spreadsheets-as-a-cms-for-meteor/ Using Google Spreadsheets as a CMS for Meteor]&lt;br /&gt;
&lt;br /&gt;
== CSS Grids &amp;amp;amp; Frameworks ==&lt;br /&gt;
=== Bootstrap CSS ===&lt;br /&gt;
;Bootstrap &amp;gt; CSS: http://getbootstrap.com/css/&lt;br /&gt;
;Bootstrap: http://twitter.github.com/bootstrap/&lt;br /&gt;
;How to Customize the Default Bootstrap Style, the Right Way: https://bootstrapbay.com/blog/customize-bootstrap/&lt;br /&gt;
: Create a new file in your Bootstrap CSS folder and call it custom.css. Then in the &amp;lt;code&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/code&amp;gt; portion of your website, load your new custom CSS file &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; the default bootstrap stylesheet.&lt;br /&gt;
;11 Reasons to Use Twitter Bootstrap: http://www.sitepoint.com/11-reasons-to-use-twitter-bootstrap/&lt;br /&gt;
;Bootstrap Templates - Free HTML Starter Templates for Bootstrap: http://startbootstrap.com/&lt;br /&gt;
;Bootstrap Image Gallery: http://blueimp.github.io/Bootstrap-Image-Gallery/&lt;br /&gt;
;Bootsnipp: http://bootsnipp.com/&lt;br /&gt;
: Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework&lt;br /&gt;
;Bootstrap Contact Form: http://www.mkt.cat/contact.php&lt;br /&gt;
;How to make a contact form with Bootstrap 3 ? (JQuery/PHP/HTML5/JqBootstrapValidation): http://myprogrammingblog.com/2013/08/27/how-to-make-a-contact-form-with-bootstrap-3-jqueryphphtml5jqbootstrapvalidation/&lt;br /&gt;
;How to create a PHP, Bootstrap 3 Contact Form which works with blogger and any other platform: &lt;br /&gt;
http://tudor-anghelina.blogspot.com/2013/09/how-to-create-php-bootstrap-3-contact.html&lt;br /&gt;
;5 Bootstrap CSS - Tables - JSFiddle: http://jsfiddle.net/juanmendez/L46FX/&lt;br /&gt;
&lt;br /&gt;
==== Bootstrap Drag &amp;amp;amp; Drop Tool ====&lt;br /&gt;
;LayoutIt! BETA: http://www.layoutit.com&lt;br /&gt;
: Create your frontend code simple and quickly with Bootstrap using our Drag &amp;amp; Drop Interface Builder.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CSS Wizardry: http://csswizardry.com/&lt;br /&gt;
&lt;br /&gt;
;Emastic - css framework: http://code.google.com/p/emastic/&lt;br /&gt;
&lt;br /&gt;
;inuit.css: http://csswizardry.com/inuitcss/&lt;br /&gt;
&lt;br /&gt;
;Pure: http://purecss.io/&lt;br /&gt;
&lt;br /&gt;
;Responsive Grid System: http://www.responsivegridsystem.com/&lt;br /&gt;
&lt;br /&gt;
;Sass - Syntactically Awesome Stylesheets: http://sass-lang.com/&lt;br /&gt;
&lt;br /&gt;
;Web Experience Toolkit (WET): http://wet-boew.github.io/wet-boew/index-en.html&lt;br /&gt;
: Collaborative open source project led by the Government of Canada&lt;br /&gt;
&lt;br /&gt;
=== Framework Forms ===&lt;br /&gt;
;Formalize: http://formalize.me/&lt;br /&gt;
: Features kudos from leading &amp;quot;industry experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Formee: http://formee.org/&lt;br /&gt;
: Responsive web forms for your CSS grid project.&lt;br /&gt;
&lt;br /&gt;
=== Tips, Tricks &amp;amp;amp; Reading Material for CSS Grids &amp;amp;amp; Frameworks ===&lt;br /&gt;
&lt;br /&gt;
;Don’t Overthink It Grids: http://css-tricks.com/dont-overthink-it-grids/&lt;br /&gt;
&lt;br /&gt;
== Responsive Design ==&lt;br /&gt;
;CSS Fluid Image Techniques for Responsive Site Design: http://demosthenes.info/blog/586/CSS-Fluid-Image-Techniques-for-Responsive-Site-Design&lt;br /&gt;
: “Responsive design” is not a single technology but a set of techniques that allow web pages to serve the needs of both mobile and desktop users.&lt;br /&gt;
: The core components are:&lt;br /&gt;
::- CSS @media queries&lt;br /&gt;
::- Fluid images and video&lt;br /&gt;
::- JavaScript, often triggered by window.matchMedia&lt;br /&gt;
::- Server-side solutions&lt;br /&gt;
::- SVG to create resolution-free images&lt;br /&gt;
;Responsive Design with CSS3 Media Queries: http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&lt;br /&gt;
: This tutorial will show you how to create a cross-browser responsive design with HTML5 &amp;amp; CSS3 media queries.&lt;br /&gt;
;Understanding the viewport meta tag, CSS @viewport and making an automatic link to your app: http://benfrain.com/understanding-the-viewport-meta-tag-and-css-viewport/&lt;br /&gt;
;Viewport Meta Tag For Non-Responsive Design: http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design&lt;br /&gt;
;What is Responsive Web Design?: http://coolhomepages.com/What-is-Responsive-Web-Design/blog-782.html&lt;br /&gt;
&lt;br /&gt;
== HTML5 ==&lt;br /&gt;
[[File:Html5-structure.png|thumb|434px|&amp;#039;&amp;#039;&amp;#039;The HTML5 Page Structure&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
;HTML5 Quick Tutorial: http://www.coursesweb.net/html/html5-quick-tutorial_t&lt;br /&gt;
;HTML5 Page Structure: http://css-tricks.com/snippets/html/html5-page-structure/&lt;br /&gt;
;The HTML5 Page Structure: http://www.basewebmaster.com/html/html5-page-structure.php&lt;br /&gt;
;HTML5 Page Structure: http://www.severinu.com/html5-page-structure/&lt;br /&gt;
;HTML5 Doctor, helping you implement HTML5 today: http://html5doctor.com/&lt;br /&gt;
;HTML 5 Outliner: http://gsnedders.html5.org/outliner/&lt;br /&gt;
;Document Outlines: http://html5doctor.com/outlines/&lt;br /&gt;
;Sections and Outlines of an HTML5 Document: https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document&lt;br /&gt;
;HTML5 And The Document Outlining Algorithm: http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm/&lt;br /&gt;
;[[wikipedia:Fragment identifier|Fragment identifier]] (Wikipedia): &amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:In URIs for MIME text/html pages such as http://www.example.org/foo.html#bar the fragment refers to the element with id=&amp;quot;bar&amp;quot;.&lt;br /&gt;
=== HTML5 Elements ===&lt;br /&gt;
;HTML element reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: Mozilla Developer Network&lt;br /&gt;
;HTML 5&amp;lt;nowiki&amp;gt;: Is it &amp;lt;br&amp;gt;, &amp;lt;br/&amp;gt;, or &amp;lt;br /&amp;gt;?&amp;lt;/nowiki&amp;gt;: http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br&lt;br /&gt;
&lt;br /&gt;
== CSS3 ==&lt;br /&gt;
;CSS Techniques – Absolute Horizontal And Vertical Centering In CSS: http://www.css-jquery-design.com/2013/12/css-techniques-absolute-horizontal-and-vertical-centering-in-css/&lt;br /&gt;
&lt;br /&gt;
;Multiple Columns Layout (Magazine-alike) With CSS3: http://www.hongkiat.com/blog/css3-multi-columns/&lt;br /&gt;
&lt;br /&gt;
;Using CSS multi-column layouts: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts&lt;br /&gt;
&lt;br /&gt;
;3D CSS Text: http://www.3dcsstext.com/&lt;br /&gt;
&lt;br /&gt;
;overflow-x, overflow-y tests: http://www.brunildo.org/test/Overflowxy2.html&lt;br /&gt;
: W3C CSS3 working draft: The &amp;#039;overflow-x&amp;#039; and &amp;#039;overflow-y&amp;#039; properties.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Also see [[portlandwiki:User:WikiMaster/Tables &amp;amp; Columns#CSS_Layout_Tricks|CSS Layout Tricks]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
;different title, keyword and description in every page&amp;#039;s: http://stackoverflow.com/questions/5818750/different-title-keyword-and-description-in-every-pages&lt;br /&gt;
&lt;br /&gt;
=== PHP Classes ===&lt;br /&gt;
;The php5 object oriented web design howto &amp;gt; Functions and classes &amp;gt; A page class: http://fun-tech.se/php_tutorial/part03/index.php&lt;br /&gt;
;What is the function __construct used for?: http://stackoverflow.com/questions/455910/what-is-the-function-construct-used-for&lt;br /&gt;
&lt;br /&gt;
=== PHP Includes ===&lt;br /&gt;
;Custom Page Titles with PHP Includes: http://girlswhogeek.com/tutorials/2006/custom-page-titles-with-php-includes&lt;br /&gt;
;How to automatically include your header, navigation, and footer on every page: http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&lt;br /&gt;
;Using the PHP Include Function to Template Faster: http://buildinternet.com/2009/12/using-the-php-include-function-to-template-faster/&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; php include question - bad practice?: http://www.webdeveloper.com/forum/showthread.php?t=241934&lt;br /&gt;
:: Flawed tips but useful in working out the basic idea of calling &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;footer&amp;lt;/code&amp;gt; and other page elements from a single file.&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; Page title from include php file??: http://www.webdeveloper.com/forum/showthread.php?t=208744&lt;br /&gt;
;Case Study--How to Customize a JumpStart: http://www.communitymx.com/content/article.cfm?page=1&amp;amp;cid=80733&lt;br /&gt;
: (This tutorial is mainly pushing [http://communitymx.com/jumpstart_8.cfm JumpStart] web templates, but offers some useful tips on includes placement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Side Includes (SSI) ==&lt;br /&gt;
Do you want to create a [[User:Dave/Web Hack Notes (Non-Wiki)#Static_File_Websites|static file website]] with simple HTML files and no database? Do you still want to include the common info bits (menus, footers, site maps, etc.) without having to write them on every web page? If so, SSI can be your friend.&lt;br /&gt;
&lt;br /&gt;
;Server Side Includes: https://en.wikipedia.org/wiki/Server_Side_Includes&lt;br /&gt;
: Includes a table showing lots of great examples.&lt;br /&gt;
&lt;br /&gt;
;Apache Tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Introduction to Server Side Includes: http://httpd.apache.org/docs/2.2/howto/ssi.html&lt;br /&gt;
: Server-side includes provide a means to add dynamic content to existing HTML documents.&lt;br /&gt;
&lt;br /&gt;
;How to Setup HTML Server Side Includes SSI on Apache and Nginx: http://www.thegeekstuff.com/2014/07/server-side-includes/&lt;br /&gt;
: Includes instructions on configuring &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file for SSI.&lt;br /&gt;
&lt;br /&gt;
;Apache - Server Side Includes: http://www.zytrax.com/tech/web/ssi.htm&lt;br /&gt;
: This page describes the functionality offered by, and the use of, Apache Server Side Includes (SSI and XSSI).&lt;br /&gt;
&lt;br /&gt;
;How do I conditionally handle undefined SSI variables using Apache?: http://serverfault.com/questions/296272/how-do-i-conditionally-handle-undefined-ssi-variables-using-apache&lt;br /&gt;
: Describes how to use SSI variable settings to automatically include page title.&lt;br /&gt;
&lt;br /&gt;
;Parse shtml as SSI, but also include PHP using .htaccess: http://stackoverflow.com/questions/15713204/parse-shtml-as-ssi-but-also-include-php-using-htaccess&lt;br /&gt;
: Shows modification to &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file that will also allow &amp;lt;tt&amp;gt;php&amp;lt;/tt&amp;gt; includes to be parsed.&lt;br /&gt;
&lt;br /&gt;
;An Introduction to Server Side Includes (SSI): http://www.georgedillon.com/web/ssi.shtml&lt;br /&gt;
: SSIs, or Server Side Includes, are a way to tell the server to insert something into a web page before it is sent to the viewer. What is inserted may be the content of a plain text file or it may be the output generated by another program running on the server such as the processing of a form return using a PERL script.&lt;br /&gt;
&lt;br /&gt;
;BigNoseBird.Com&amp;#039;s Server Side Include Page (SSI): http://bignosebird.com/ssi.shtml&lt;br /&gt;
: Includes links to tutorials on Enabling SSI on Your Server, Performance Considerations, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, Nested Directives, A Real Back Button, eXtended SSI Directives PART I &amp;amp;amp; eXtended SSI Directives PART II.&lt;br /&gt;
&lt;br /&gt;
=== SHTML &amp;amp;amp; SSI ===&lt;br /&gt;
;What is SHTML?: http://www.computerhope.com/jargon/s/shtml.htm&lt;br /&gt;
: SHTML is an HTML file that includes server instructions or server side includes and is similar to an ASP file.&lt;br /&gt;
&lt;br /&gt;
;What is SHTML: http://stackoverflow.com/questions/519619/what-is-shtml&lt;br /&gt;
: SHTML is a file extension that lets the web server know the file should be processed as using Server Side Includes (SSI). It&amp;#039;s embedded in a standard XML comment, and looks like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--&amp;lt;/nowiki&amp;gt;#include virtual=&amp;quot;top.shtml&amp;quot; --&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Menus ==&lt;br /&gt;
;Create a centred horizontal navigation: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/&lt;br /&gt;
::Demo: http://csswizardry.com/demos/centred-nav/&lt;br /&gt;
;Horizontally Centered Menus with no CSS hacks: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support&lt;br /&gt;
&lt;br /&gt;
== Social Media ==&lt;br /&gt;
Moved content to new article: [[Social Networking Tips]].&lt;br /&gt;
&lt;br /&gt;
== Character Encoding ==&lt;br /&gt;
;Character Entity Reference Chart:http://dev.w3.org/html5/html-author/charref&lt;br /&gt;
;HTML Codes Table&amp;amp;#8212;Characters and symbols: http://www.ascii.cl/htmlcodes.htm&lt;br /&gt;
;Character-Code.com: http://character-code.com/&lt;br /&gt;
=== Online Encoding Tools ===&lt;br /&gt;
;Convert special characters to HTML: http://www.unicodetools.com/unicode/convert-to-html.php&lt;br /&gt;
;HTML Encoder / Decoder: http://www.web2generators.com/html/entities&lt;br /&gt;
;HTML encoder: http://web.forret.com/tools/html.asp&lt;br /&gt;
;HTML Character Entity Converter: http://code.cside.com/3rdpage/us/entity/converter.html&lt;br /&gt;
;HTML 4.01 Entities: http://www.texaswebdevelopers.com/examples/xmlentities/xml_entities.asp&lt;br /&gt;
=== Character Encoding Help Resources &amp;amp;amp; How-Tos ===&lt;br /&gt;
;PHP -- Convert special characters to HTML character codes: http://stackoverflow.com/questions/3882567/php-convert-special-characters-to-html-character-codes&lt;br /&gt;
;Converting special characters to HTML entities between code tags: http://matthewjamestaylor.com/blog/convert-special-characters-to-html-entities-between-code-tags&lt;br /&gt;
;The Road to HTML 5: character encoding: http://blog.whatwg.org/the-road-to-html-5-character-encoding&lt;br /&gt;
;Curling Quotes in HTML, SGML, and XML: http://www.dwheeler.com/essays/quotes-in-html.html&lt;br /&gt;
;HTML Symbol Entities Reference: http://www.w3schools.com/tags/ref_symbols.asp&lt;br /&gt;
&lt;br /&gt;
== .htaccess ==&lt;br /&gt;
Htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across.&amp;lt;ref&amp;gt;[http://www.askapache.com/htaccess/htaccess.html Htaccess - THE Ultimate .htaccess Guide]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tricks &amp;amp;amp; Tutorials ===&lt;br /&gt;
;Htaccess - THE Ultimate .htaccess Guide: http://www.askapache.com/htaccess/htaccess.html&lt;br /&gt;
;The Ultimate Guide to .htaccess Files: http://code.tutsplus.com/tutorials/the-ultimate-guide-to-htaccess-files--net-4757&lt;br /&gt;
;The Definitive Guide to htaccess Techniques: Do’s and Don’ts: http://www.noupe.com/php/htaccess-techniques.html&lt;br /&gt;
;Comprehensive guide to .htaccess: http://www.javascriptkit.com/howto/htaccess.shtml&lt;br /&gt;
;Stupid htaccess Tricks: http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/&lt;br /&gt;
==== .htaccess 301 Redirects ====&lt;br /&gt;
; The Ultimate How-To Guide on 301 Redirects: http://www.internetmarketingninjas.com/blog/search-engine-optimization/301-redirects/&lt;br /&gt;
;.htaccess 301 redirect from old domain to new domain while structure of pages and url are same: http://stackoverflow.com/questions/13001173/htaccess-301-redirect-from-old-domain-to-new-domain-while-structure-of-pages-an&lt;br /&gt;
;.htaccess rewrite to redirect root URL to subdirectory: http://stackoverflow.com/questions/990392/htaccess-rewrite-to-redirect-root-url-to-subdirectory&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tools ===&lt;br /&gt;
;.htaccess Editor: http://www.htaccesseditor.com/en.shtml&lt;br /&gt;
: Easily create .htaccess file with this handy online .htaccess creation tool.&lt;br /&gt;
;MediaWiki ShortURL Builder: http://shorturls.redwerks.org/&lt;br /&gt;
;.htaccess redirect: http://www.htaccessredirect.net/&lt;br /&gt;
: Free .htaccess Redirect Generator&lt;br /&gt;
&lt;br /&gt;
=== Prettier URLs Through .htaccess ===&lt;br /&gt;
One way to clean up the URL on each of your site&amp;#039;s web pages is to hide its file extension (&amp;lt;code&amp;gt;.php&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt;, etc.).&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us.html&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also append a trailing forward slash, just like many of the major CMSs do.&amp;lt;ref&amp;gt;[http://stackoverflow.com/questions/27224446/problems-facing-in-making-urls-seo-friendly-and-removing-extensions-from-files-i Problems facing in making urls seo friendly and removing extensions from files in PHP]&amp;lt;/ref&amp;gt;&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us/&amp;lt;/code&amp;gt;&lt;br /&gt;
;Removing file extension via .htaccess: http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/&lt;br /&gt;
;Hide file extensions, add trailing slash with .htaccess: http://code.adonline.id.au/hide-file-extensions-add-trailing-slash/&lt;br /&gt;
;How to remove .php, .html, .htm extensions with .htaccess: http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/&lt;br /&gt;
: Includes instructions on adding a trailing forward slash.&lt;br /&gt;
&lt;br /&gt;
== Images &amp;amp;amp; Image Handling ==&lt;br /&gt;
;The figure &amp;amp; figcaption elements: http://html5doctor.com/the-figure-figcaption-elements/&lt;br /&gt;
: Good explanation for incorporating the &amp;lt;code&amp;gt;&amp;lt;figure&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;amp; &amp;lt;code&amp;gt;&amp;lt;figcaption&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;HTML5&amp;lt;/code&amp;gt; elements in images, drawings and other graphical assets.&lt;br /&gt;
&lt;br /&gt;
=== Tools &amp;amp;amp; Tricks ===&lt;br /&gt;
;Aspect Ratio Calculator: http://andrew.hedges.name/experiments/aspect_ratio/&lt;br /&gt;
;Bulk Resize Photos: http://bulkresizephotos.com/&lt;br /&gt;
;Image Size Calculator: http://auctionrepair.com/pixels.html&lt;br /&gt;
:Converts inches to pixels &amp;amp;amp; pixels to inches.&lt;br /&gt;
;Perfect Full Page Background Image: http://css-tricks.com/perfect-full-page-background-image/&lt;br /&gt;
;Absolute Center (Vertical &amp;amp; Horizontal) an Image: http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/&lt;br /&gt;
;Favicons: http://iconhandbook.co.uk/reference/examples/favicons/&lt;br /&gt;
&lt;br /&gt;
=== Free Images ===&lt;br /&gt;
;Pixabay: http://pixabay.com/&lt;br /&gt;
: Free high quality images you can use anywhere.&lt;br /&gt;
;OPENICONIC: https://useiconic.com/open/&lt;br /&gt;
: An open source icon set with 223 marks in SVG, webfont and raster formats. Lots of great little icons.&lt;br /&gt;
&lt;br /&gt;
=== Online Image Editors ===&lt;br /&gt;
;Photo editor online - Pixlr.com edit image: http://pixlr.com/&lt;br /&gt;
;Autotracer.org: http://www.autotracer.org/&lt;br /&gt;
: Converts your raster images to vector graphics. Free online raster images vectorizer. No registration, no email necessary.&lt;br /&gt;
&lt;br /&gt;
=== GIMP ===&lt;br /&gt;
;GIMP Extensions Pack for Windows: http://registry.gimp.org/node/27656&lt;br /&gt;
:: [http://code.google.com/p/gimp-extensions/#Extensions_Sources Extensions Sources]&lt;br /&gt;
;Handy Tweaks To Make GIMP Replace Photoshop: http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/&lt;br /&gt;
;Gimp Tutorial – How to make an image background transparent: http://mbrsolution.com/tutorial/gimp-tutorial-how-to-make-an-image-background-transparent.php&lt;br /&gt;
:: This tutorial is a bit easier to follow than the one shown below.&lt;br /&gt;
;How to make a transparent background/selection on an image using GIMP: http://geekswithblogs.net/timh/archive/2006/03/20/72797.aspx&lt;br /&gt;
;Replacing a Foreground with The GIMP: http://gimpguru.org/tutorials/replaceforeground/&lt;br /&gt;
;Convert a simple image to a vector graphic using GIMP and Inkscape: http://imgur.com/gallery/xL0Ba&lt;br /&gt;
&lt;br /&gt;
=== Inkscape ===&lt;br /&gt;
;Inkscape tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Tracing: http://inkscape.org/doc/tracing/tutorial-tracing.html&lt;br /&gt;
;Increase Image Resolution: Convert Raster Images to Vector: http://www.makeuseof.com/tag/convert-images-to-svg-format-with-inkscape/&lt;br /&gt;
;Rich EPS file editing with Inkscape: https://lindsaybradford.wordpress.com/2012/04/05/rich-eps-file-editing-with-inkscape/&lt;br /&gt;
&lt;br /&gt;
== Text Tricks ==&lt;br /&gt;
=== Blinking Text ===&lt;br /&gt;
;How to make blinking/flashing text with css3?: http://stackoverflow.com/questions/16344354/how-to-make-blinking-flashing-text-with-css3&lt;br /&gt;
;How to make text blink on website? [duplicate]: http://stackoverflow.com/questions/20270096/how-to-make-text-blink-on-website&lt;br /&gt;
&lt;br /&gt;
== 3rd Party File Hosting &amp;amp;amp; Document Publishing ==&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Cloud_Storage_.26_File_Sharing_Platforms|Office Productivity Hacks: Cloud Storage &amp;amp; File Sharing Platforms]]&lt;br /&gt;
The basic idea is to host images, PDFs and other large files on a publicly available directory, like [http://www.dropbox.com/ Dropbox], [http://www.flickr.com/ Flickr], [http://picasa.google.com/ Picasa], [https://www.free-hidrive.com/product.html HiDrive], etc. Alternatively, you can set up a Dropbox-like directory using an open source tool like [http://sparkleshare.org/ SparkleShare] (see below).&lt;br /&gt;
;Drop Your Dropbox and SparkleShare Instead!: http://www.linuxjournal.com/content/drop-your-dropbox-and-sparkleshare-instead&lt;br /&gt;
;SparkleShare: http://sparkleshare.org/&lt;br /&gt;
:: &amp;quot;Setting up your own host to work with SparkleShare is relatively easy.&amp;quot; (An open source option for creating your own Dropbox-like service.)&lt;br /&gt;
;BitTorrent’s Secure Dropbox Alternative Goes Public: http://torrentfreak.com/bittorrents-secure-dropbox-alternative-goes-public-130423/&lt;br /&gt;
: [http://labs.bittorrent.com/experiments/sync.html BitTorrent Sync] (available from [http://labs.bittorrent.com/ BitTorrent Labs]) is free of charge and allows people to securely sync folders to multiple devices using the BitTorrent protocol.&lt;br /&gt;
&lt;br /&gt;
=== Quick Document Publishing ===&lt;br /&gt;
* [https://www.publishthis.email/en/ publishthis.email]: Create a web page in seconds.&lt;br /&gt;
: Need to create a publicly accessible web page as quickly as possible? Publishthis.email turns the contents of an email into a publicly accessible site as quickly as you can write it.&amp;quot;&amp;lt;ref&amp;gt;[https://lifehacker.com/publishthis-email-instantly-turns-an-email-into-a-web-p-1793097393 Publishthis.email Instantly Turns An Email Into a Web Page]&amp;lt;/ref&amp;gt;&lt;br /&gt;
# Write an email with the content for your page&lt;br /&gt;
# Send it to page@publishthis.email&lt;br /&gt;
# We&amp;#039;ll reply with a link to your new page&lt;br /&gt;
: Try it! Free. No account or sign-up required.&lt;br /&gt;
&lt;br /&gt;
=== External Image Hosting ===&lt;br /&gt;
&lt;br /&gt;
==== Google Docs, Google Drive, Google Sites ====&lt;br /&gt;
[[File:Open-Mic.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempted to link to an image hosted on Google Docs (image shown above). Sharing set to &amp;quot;public.&amp;quot; Google&amp;#039;s [[wikipedia:Uniform resource identifier|URI]] scheme looks a bit odd (seems to mask the file name and file type). The problematic part (in terms of linking to these images from a web site) is that Google appears to change the [[wikipedia:Uniform resource identifier|URI]] itself at least once a day.&lt;br /&gt;
;Two Days; Two [[wikipedia:Uniform resource identifier|URI]]s&lt;br /&gt;
* Saturday, January 7th, 2012: https://lh6.googleusercontent.com/WdO0VUUc8ub2WXodixyWzkcR8d-jb1PQyV7KAK7MuzGX9CHQd0dSTGAqtEzAqCGUgWIv-b02usw15VJpXzY-m-irnXstDwFgDGo=w1600&lt;br /&gt;
* Sunday, January 8th, 2012: https://lh6.googleusercontent.com/OgqPCdV7Nx5OkhswTNlxyTzOc4rdcjHlGWZerNiyBAzfYy5BIoD_LxmSLRVtauFE1FKixm0KLu6u-uJxDo5b8aJyf_giJ2Gcqlw=w1600&lt;br /&gt;
&lt;br /&gt;
==== Image Placeholder Service ====&lt;br /&gt;
;lorempixel - Placeholder images for every case.: http://lorempixel.com/&lt;br /&gt;
: Placeholder Images for every case. Webdesign or Print. Just put a custom url in your html and you receive a proper placeholder picture.&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:150.jpg|350px|link=http://lorempixel.com/350/150/]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://lorempixel.com/350/150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a random picture of 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
;PLACEHOLD.IT - A quick and simple image placeholder service.: http://placehold.it&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:350x150.gif|350px|link=http://placehold.it/350x150]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://placehold.it/350x150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a grey box sized at 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
== Color ==&lt;br /&gt;
;Color Names Supported by All Browsers: http://www.w3schools.com/html/html_colornames.asp&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Jump Links, Internal Anchors ===&lt;br /&gt;
;Internal Links: http://www.yourhtmlsource.com/text/internallinks.html&lt;br /&gt;
: Instead of having to resort to the arduous task of scrolling down long pages, you can make your readers very happy by offering them page jumps as an alternative mode of transport around your site. As people have become lazier, page jumps have risen in popularity, so to avoid having your site unliked by the youth of today, implement these simple navigational aids.&lt;br /&gt;
&lt;br /&gt;
=== Relative &amp;amp;amp; Absolute Links ===&lt;br /&gt;
;Why relative URLs should be forbidden for web developers: https://yoast.com/relative-urls-issues/&lt;br /&gt;
: Relative URLs stink. They really do. All sorts of SEO problems on the web are caused by the use of relative URLs in links, canonicals and more.&lt;br /&gt;
&lt;br /&gt;
=== Footnotes &amp;amp;amp; Endnotes ===&lt;br /&gt;
;Javascript Endnotes: http://library.uwinnipeg.ca/people/dobson/portfolio/endnotes/index.html&lt;br /&gt;
: “JavaScript Endnotes” allow a web author to create an HTML document containing endnotes which are dynamically renumbered as new notes are added, in a similar manner to the &amp;lt;NOTE&amp;gt; tag supported in many WIKI applications.&lt;br /&gt;
&lt;br /&gt;
;Accessible footnotes with HTML and CSS: http://www.likewowonline.net/web/dev/accessible-footnotes.html&lt;br /&gt;
&lt;br /&gt;
;Footnotes: http://ignorethecode.net/blog/2010/04/20/footnotes/&lt;br /&gt;
&lt;br /&gt;
;Handling footnotes and references in HTML: http://www.2ality.com/2011/12/footnotes.html&lt;br /&gt;
: This post examines what options one has for handling footnotes and references in HTML. It then presents a library that helps you with handling them.&lt;br /&gt;
&lt;br /&gt;
;JavaScript-enhanced footnotes and references: http://rauschma.github.com/html_demos/footnotes.html&lt;br /&gt;
&lt;br /&gt;
== Links To Google &amp;amp;amp; Gmail Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Link To Specific Gmail Message ===&lt;br /&gt;
;All Email Messages in Gmail Have a Permanent Web Address: http://www.labnol.org/internet/gmail-emails-have-permanent-web-address/6811/&lt;br /&gt;
: Do you know that it is possible to bookmark individual email messages of Gmail just like you would bookmark any regular web page. (Links to your Gmail messages will only resolve if you&amp;#039;re logged into your Google account when you click on the link.)&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Specific Google Books Page ===&lt;br /&gt;
;Example&lt;br /&gt;
Find the base URL to the Google Book you want to link to. Add the page number just after the book ID like in the example highlighted below.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=zLrKGGxBKjAC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=PA135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;UPDATE&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; The link shown above no longer links directly to the specific page it once did (135), but resolves to a &amp;lt;code&amp;gt;onepage&amp;lt;/code&amp;gt; format instead.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:#E41B17&amp;quot;&amp;gt;CAUTION&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Google apparently changes its [[wikipedia:Uniform resource identifier|URI]] structure without warning. For example, the link to the book / page shown above was formerly written like the one shown below (which now only resolves to the book&amp;#039;s main Google Books description page).&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=8f2y0F2wzLoC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=P135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Also See: [https://support.google.com/books/answer/80658?hl=en Linking to individual titles on Google Books]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Google Calendar Event ===&lt;br /&gt;
;Is it possible to link to specific date on a public Google Calendar?: http://webapps.stackexchange.com/questions/3431/is-it-possible-to-link-to-specific-date-on-a-public-google-calendar&lt;br /&gt;
&amp;#039;&amp;#039;[[wikipedia:Uniform resource identifier|URI]] Formats&amp;#039;&amp;#039; - (Change the &amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;yyyymmdd&amp;lt;/span&amp;gt; setting shown in the examples to the specific date you want to link to.)&lt;br /&gt;
&lt;br /&gt;
Link to a date on your private calendar:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;?(must update)&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to an event on a your public calendar:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://calendar.google.com/calendar/embed?src={your_calendar_id}&amp;amp;mode=day&amp;amp;dates=20160506/20160506&amp;amp;ctz=America/Los_Angeles&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: (Obviously, update date range and time zone accordingly.)&lt;br /&gt;
&lt;br /&gt;
* [http://drupal.org/node/589310 Location of the Google Calendar ID]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/10763734/how-to-build-html-link-to-a-google-calendar-event How to build html link to a google calendar event?]&lt;br /&gt;
&lt;br /&gt;
=== Other Google Link Resources ===&lt;br /&gt;
;Google Books API Family&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Static Links: https://developers.google.com/books/docs/static-links&lt;br /&gt;
&lt;br /&gt;
=== Google Account Document Sharing Options ===&lt;br /&gt;
;Sharing a Google Doc with a non-Google user: http://www.lynda.com/articles/sharing-a-google-doc-with-a-non-google-user&lt;br /&gt;
&lt;br /&gt;
= Security =&lt;br /&gt;
== [[wikipedia:Transport Layer Security|TLS]] &amp;amp;amp; SSL ==&lt;br /&gt;
&lt;br /&gt;
=== Let’s Encrypt ===&lt;br /&gt;
;Let’s Encrypt: https://letsencrypt.org&lt;br /&gt;
: Let’s Encrypt is a new Certificate Authority: It’s free, automated, and open. &lt;br /&gt;
* [https://letsencrypt.org/2014/11/18/announcing-lets-encrypt.html Let’s Encrypt: Delivering SSL/TLS Everywhere]&lt;br /&gt;
: Let’s Encrypt is a new free certificate authority, built on a foundation of cooperation and openness, that lets everyone be up and running with basic server certificates for their domains through a simple one-click process.  Major sponsors include the Electronic Frontier Foundation, the Mozilla Foundation, Akamai, and Cisco. On April 9, 2015, the ISRG and the Linux Foundation announced their collaboration.&amp;lt;ref&amp;gt;[[wikipedia:Let&amp;#039;s Encrypt|Let&amp;#039;s Encrypt]] (Wikipedia)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Let’s Encrypt on DreamHost ====&lt;br /&gt;
* [https://www.dreamhost.com/blog/2015/12/03/lets-encrypt-and-dreamhost/ Let’s Encrypt and DreamHost]&lt;br /&gt;
: “HTTPS Everywhere!”&lt;br /&gt;
&lt;br /&gt;
* [https://www.dreamhost.com/blog/2016/01/20/free-ssltls-certificates-at-dreamhost-with-lets-encrypt/ Free SSL/TLS Certificates at DreamHost with Let’s Encrypt]&lt;br /&gt;
: Let’s Encrypt is at the forefront of an Internet sea change. Firefox and Chromium are both proposing the deprecation of unencrypted HTTP, which means that any user of your website will see a warning unless you have a TLS certificate.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CAcert: http://www.cacert.org&lt;br /&gt;
: CAcert.org is a community-driven Certificate Authority that issues certificates to the public at large for free. CAcert&amp;#039;s goal is to promote awareness and education on computer security through the use of encryption, specifically by providing cryptographic certificates. Any application that supports the Secure Socket Layer Protocol (SSL or TLS) can make use of certificates signed by CAcert. If you want to have free certificates issued to you, join the CAcert Community.&lt;br /&gt;
&lt;br /&gt;
;Certbot: https://certbot.eff.org/&lt;br /&gt;
: An automatic client for enabling HTTPS on your website. Automatically enable HTTPS on your website with [https://www.eff.org/ EFF]&amp;#039;s [https://certbot.eff.org/ Certbot], deploying [https://letsencrypt.org Let&amp;#039;s Encrypt] certificates.&lt;br /&gt;
&lt;br /&gt;
;OpenSSL: https://www.openssl.org&lt;br /&gt;
: The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library.&lt;br /&gt;
&lt;br /&gt;
;StartCom (Provider of [https://www.startssl.com StartSSL]™.): https://www.startcom.org&lt;br /&gt;
: StartSSL™ provides free digital identities called OpenID. StartSSL™ Open Identity eliminates the need for multiple usernames across different websites, simplifying your online experience.&lt;br /&gt;
&lt;br /&gt;
=== Further Reading ===&lt;br /&gt;
* [https://konklone.com/post/switch-to-https-now-for-free Switch to HTTPS Now, For Free]&lt;br /&gt;
: Article features a tutorial for [https://www.startcom.org StartCom]&amp;#039;s [https://www.startssl.com StartSSL]™.&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
;Moved content to&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; http://telecafe.org/smw/Office_Productivity_Hacks#Web-Based_Productivity_Apps&lt;br /&gt;
&lt;br /&gt;
== Web Site Builders &amp;amp; Online Designers ==&lt;br /&gt;
=== Online Website Designers &amp;amp;amp; Builders ===&lt;br /&gt;
;The Grid: https://thegrid.io/&lt;br /&gt;
: Founding Member &amp;quot;Advantages&amp;quot; Include:&lt;br /&gt;
::- 1 year pre-paid subscription&lt;br /&gt;
::- Subscription begins v1 release, late Spring 2015&lt;br /&gt;
::- Locked-in rate of $8/month (regularly $25)&lt;br /&gt;
::- 7 Sites, custom domains OK&lt;br /&gt;
::- Pretty much unlimited contributors, storage and bandwidth&lt;br /&gt;
::- Commerce engine, due late 2015, cost-based fees only&lt;br /&gt;
::- Grid NFC Token (limited gold edition)&lt;br /&gt;
::- $96 / yearYearly payment&lt;br /&gt;
&lt;br /&gt;
;Webflow: https://webflow.com/&lt;br /&gt;
: Sign up. Forever free. Join over 200,000 web designers. Create professional, responsive websites. Without any code. Webflow is a professional site builder for designing websites from scratch. You can also start from one of our gorgeous templates.&lt;br /&gt;
&lt;br /&gt;
;Website Builders Comparison Chart: http://www.websitebuilderexpert.com/website-builders-comparison-chart/&lt;br /&gt;
: Compares the following services:&lt;br /&gt;
::- Squarespace: http://www.squarespace.com/&lt;br /&gt;
::- Wix: http://www.wix.com/&lt;br /&gt;
::- Weebly: http://www.weebly.com/&lt;br /&gt;
::- Jimdo: http://www.jimdo.com/&lt;br /&gt;
::- GoDaddy: https://www.godaddy.com/hosting/website-builder.aspx&lt;br /&gt;
::- IM Creator: http://imcreator.com/&lt;br /&gt;
&lt;br /&gt;
== Web Server &amp;amp;amp; Hosting ==&lt;br /&gt;
=== DIY Home Web Server ===&lt;br /&gt;
;Set Up a Home Server: http://www.webmonkey.com/2010/02/set_up_a_home_server/&lt;br /&gt;
: Setting up a home server running an open-source operating system is a popular and useful activity.&lt;br /&gt;
&lt;br /&gt;
;How to set up a safe and secure Web server: http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/&lt;br /&gt;
: Learn a lot by doing it yourself instead of going with a hosting company.&lt;br /&gt;
&lt;br /&gt;
;Build a Linux Home Web Server For Under $250: http://linuxlookup.com/howto/build_linux_home_web_server_under_250&lt;br /&gt;
&lt;br /&gt;
;Amahi Home Server - Making Home Networking Simple: http://www.amahi.org/&lt;br /&gt;
: Amahi is software that runs on a dedicated PC as a central computer for your home.&lt;br /&gt;
:: See Amahi&amp;#039;s Wiki for setting up a home web server: https://wiki.amahi.org/index.php/Hosting_a_website&lt;br /&gt;
&lt;br /&gt;
=== Dynamic DNS (DDNS) ===&lt;br /&gt;
Also see [[dreamhost:|DreamHost]]&amp;#039;s &amp;#039;&amp;#039;&amp;#039;[[dreamhost:Dynamic DNS|Dynamic DNS]]&amp;#039;&amp;#039;&amp;#039; wiki page.&lt;br /&gt;
;How to Enable Dynamic Service for Your domain name.: http://support.easydns.com/tutorials/DynamicDNS/&lt;br /&gt;
: Dynamic DNS service is used to keep a domain name pointing to the same computer or server connected to the internet despite the fact that the address (IP address) of the computer keeps changing. This service is useful to anyone who wants to operate a server (web server, mail server, ftp server, irc server etc) connected to the internet with a dynamic IP or to someone who wants to connect to an office computer or server from a remote location with software such as pcAnywhere.&lt;br /&gt;
&lt;br /&gt;
; Dynamic DNS with your own domain name (for free!): http://g18c.wordpress.com/2009/12/04/dynamic-dns-with-your-own-domain-name-for-free/&lt;br /&gt;
&lt;br /&gt;
=== IP Addresses ===&lt;br /&gt;
;Want to buy an Internet IPv4 address? Cheap?: http://www.zdnet.com/article/want-to-buy-an-internet-ipv4-address-cheap/&lt;br /&gt;
: Companies are beginning to sell IPv4 addresses as the IPv4 address pool finishes drying up.&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts: Free ===&lt;br /&gt;
;The Simplest and Cheapest Free Web Hosting Services: http://lifehacker.com/5530961/the-simplest-and-cheapest-free-web-hosting-services&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts (Cloud &amp;amp;amp; VPS): Paid ===&lt;br /&gt;
==== Atlantic.Net ====&lt;br /&gt;
;Atlantic.Net:https://www.atlantic.net/&lt;br /&gt;
: One-Click Applications help simplify your workload. Pricing similar to DigitalOcean.&lt;br /&gt;
&lt;br /&gt;
==== DigitalOcean ====&lt;br /&gt;
;DigitalOcean: https://www.digitalocean.com/&lt;br /&gt;
: Features 20GB solid-state hard drive (SSD) + 512MB memory for just $5 a month.&lt;br /&gt;
;Technical FAQ: https://www.digitalocean.com/help/technical/setup/&lt;br /&gt;
;How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS: https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns&lt;br /&gt;
;How To Create Your First DigitalOcean Droplet Virtual Server: https://www.digitalocean.com/community/articles/how-to-create-your-first-digitalocean-droplet-virtual-server&lt;br /&gt;
;An Introduction to Securing your Linux VPS: https://www.digitalocean.com/community/articles/an-introduction-to-securing-your-linux-vps&lt;br /&gt;
;Multiple domains on the same droplet: https://www.digitalocean.com/community/questions/multiple-domains-on-the-same-droplet&lt;br /&gt;
;Guidelines to setup a perfect Digital Ocean VPS: http://www.narga.net/why-moved-digitalocean-guidelines-setup-perfect-vps/&lt;br /&gt;
:: Scroll down about a 3rd of the way to get to list of tutorials.&lt;br /&gt;
&lt;br /&gt;
==== DreamHost ====&lt;br /&gt;
;DreamHost VPS Hosting: http://www.dreamhost.com/servers/vps/&lt;br /&gt;
;DreamHost configuration fixes:&lt;br /&gt;
:- http://wiki.dreamhost.com/DreamHost_PS_Troubleshooting&lt;br /&gt;
:- http://wiki.dreamhost.com/PS_Optimization&lt;br /&gt;
:- http://wiki.dreamhost.com/Preventing_hotlinking&lt;br /&gt;
:- http://wiki.dreamhost.com/XCache&lt;br /&gt;
:- http://xcache.lighttpd.net/wiki/Introduction&lt;br /&gt;
:- https://www.mediawiki.org/wiki/Manual:Robots.txt&lt;br /&gt;
&lt;br /&gt;
==== Google Cloud Platform ====&lt;br /&gt;
;Google Cloud Platform: https://cloud.google.com/&lt;br /&gt;
: &amp;quot;Build applications and websites, store data, and analyze data on Google’s infrastructure.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Kyup ====&lt;br /&gt;
* [https://kyup.com Kyup: Scalable Cloud Hosting on Linux containers]&lt;br /&gt;
: High-performance cloud servers deployed instantly. Built on innovative Linux containers technology, loved by developers. Simple pay-as-you-go pricing!&lt;br /&gt;
&lt;br /&gt;
==== Linode ====&lt;br /&gt;
;Linode: https://www.linode.com/&lt;br /&gt;
&lt;br /&gt;
==== VPS.NET ====&lt;br /&gt;
;VPS.NET: http://vps.net/&lt;br /&gt;
&lt;br /&gt;
===== Further Reading =====&lt;br /&gt;
;Best Cloud Hosting: http://best-cheap-hosting.com/best-cloud-hosting/&lt;br /&gt;
&lt;br /&gt;
=== Web Hosting Control Panels ===&lt;br /&gt;
If you set up your own server, it might be helpful to have the assistance of a [[wikipedia:Graphical user interface|GUI]] control panel.&lt;br /&gt;
;Comparison of web hosting control panels: http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels&lt;br /&gt;
;The Definitive Thread on Open Source Control Panels/ cPanel Alternatives: Part I: https://www.digitalocean.com/community/questions/the-definitive-thread-on-open-source-control-panels-cpanel-alternatives-part-i&lt;br /&gt;
;Webmin: http://www.webmin.com/&lt;br /&gt;
;ZPanel: http://www.zpanelcp.com/&lt;br /&gt;
: &amp;quot;ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written in PHP and uses several open-source (or freely available) software packages to provide a secure, web hosting system.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Resources ==&lt;br /&gt;
=== Tool Collections ===&lt;br /&gt;
;10 Free and Useful Tools for Web Designers: http://coolhomepages.com/10-Free-and-Useful-Tools-for-Web-Designers/blog-845.html&lt;br /&gt;
: Some of the tools mentioned include:&lt;br /&gt;
:- Infinite Slider: https://kinsta.com/infinite-slider/ (A WordPress slider plugin.)&lt;br /&gt;
:- ImageOptim: https://imageoptim.com/ (Optimize image size for web. Open source.)&lt;br /&gt;
:- Google Web Designer: http://www.google.com/webdesigner/ (Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.)&lt;br /&gt;
&lt;br /&gt;
=== Analytics ===&lt;br /&gt;
;Piwik - Free (&amp;amp;amp; Open Source) Web Analytics Software: http://piwik.org/&lt;br /&gt;
&lt;br /&gt;
=== Browser &amp;amp;amp; Mobile Device Testers ===&lt;br /&gt;
;Chrome DEVTOOLS Device Mode &amp;amp; Mobile Emulation: https://developer.chrome.com/devtools/docs/device-mode&lt;br /&gt;
: Device mode brings the insights of mobile testing to your browser tab through the power of mobile emulation.&lt;br /&gt;
&lt;br /&gt;
; MobileTest.me: http://mobiletest.me/&lt;br /&gt;
: Test your websites in smartphone &amp;amp; tablet emulators.&lt;br /&gt;
&lt;br /&gt;
=== Structured Data ===&lt;br /&gt;
; schema.org: http://schema.org/&lt;br /&gt;
: Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results, making it easier for people to find the right Web pages. Many sites are generated from structured data, which is often stored in databases. When this data is formatted into HTML, it becomes very difficult to recover the original structured data. Many applications, especially search engines, can benefit greatly from direct access to this structured data. On-page markup enables search engines to understand the information on web pages and provide richer search results in order to make it easier for users to find relevant information on the web. Markup can also enable new tools and applications that make use of the structure. &lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
;After the Deadline: http://www.afterthedeadline.com/&lt;br /&gt;
:: After the Deadline is a language checker for the web with:&lt;br /&gt;
::- Contextual Spell Checking&lt;br /&gt;
::- Advanced Style Checking&lt;br /&gt;
::- Intelligent Grammar Checking&lt;br /&gt;
&lt;br /&gt;
;BuiltWith: http://builtwith.com/&lt;br /&gt;
: Find out what websites are Built With&lt;br /&gt;
&lt;br /&gt;
;Color Hex Color Codes: http://www.color-hex.com/&lt;br /&gt;
&lt;br /&gt;
;DIFF CHECKER: https://www.diffchecker.com/&lt;br /&gt;
: Can&amp;#039;t remember &amp;#039;&amp;#039;exactly&amp;#039;&amp;#039; what changes you made to that &amp;lt;tt&amp;gt;html&amp;lt;/tt&amp;gt; file? Let DIFF CHECKER come to the rescue.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Another online Diff Checker is&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;QuickDiff.com&amp;#039;&amp;#039;&amp;#039;: http://www.quickdiff.com/&lt;br /&gt;
: An Online Tool to do a &amp;#039;quick and dirty&amp;#039; diff of two text or code fragments.&lt;br /&gt;
&lt;br /&gt;
;Hacked Website Cleanup Tools Extension: https://www.whitefirdesign.com/hacked-website-cleanup-tools&lt;br /&gt;
&lt;br /&gt;
;HeadJS -- The Only Script In Your &amp;lt;HEAD&amp;gt; -- A tiny script that speeds up, simplifies and modernizes your site.: Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues.&lt;br /&gt;
: http://headjs.com/&lt;br /&gt;
&lt;br /&gt;
;ID Your Body For Greater CSS Control and Specificity: http://css-tricks.com/id-your-body-for-greater-css-control-and-specificity/&lt;br /&gt;
&lt;br /&gt;
;if this then that: http://ifttt.com/wtf&lt;br /&gt;
: Automated triggers for various web and internet related tasks.&lt;br /&gt;
&lt;br /&gt;
;Online Email Obfuscator: http://andrew.hedges.name/experiments/obfuscator/&lt;br /&gt;
&lt;br /&gt;
;PURL: http://purl.oclc.org/docs/index.html&lt;br /&gt;
: PURLs (Persistent Uniform Resource Locators) are Web addresses that act as permanent identifiers in the face of a dynamic and changing Web infrastructure.&lt;br /&gt;
&lt;br /&gt;
;Text Mechanic™ - Text Manipulation Tools: http://textmechanic.com/&lt;br /&gt;
: A collection of free, online, browser-based, text manipulation tools.&lt;br /&gt;
&lt;br /&gt;
;Use PHP to insert an automatic “last modified” date into web pages: http://code.adonline.id.au/last-modified-date-php/&lt;br /&gt;
&lt;br /&gt;
;What Beautiful HTML Code Looks Like: http://css-tricks.com/what-beautiful-html-code-looks-like/&lt;br /&gt;
&lt;br /&gt;
;What is humans.txt?: http://humanstxt.org/&lt;br /&gt;
&lt;br /&gt;
;When can I use...: http://caniuse.com/&lt;br /&gt;
: Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
;Your Web, documented · WebPlatform.org: http://www.webplatform.org/&lt;br /&gt;
&lt;br /&gt;
;HTML5 Development Center: Resources and Tools: http://www.sitepoint.com/tag/html5-dev-center/&lt;br /&gt;
&lt;br /&gt;
;All The Tools I Used to Rebuild the DMAD Website: http://dmad.com/web-tools&lt;br /&gt;
: Brief mentions of lots of useful tools, including...&lt;br /&gt;
:- [http://bootstrapwp.rachelbaker.me/ BootstrapWP] Bootstrap theme for WordPress.&lt;br /&gt;
:- [http://css-tricks.com/ CSS-Tricks]&lt;br /&gt;
:- [http://yoast.com/wordpress/seo/ Yoast WordPress SEO Plugin]&lt;br /&gt;
:- [http://www.advancedcustomfields.com/ Advanced Custom Fields] - Custom fields. Made easy. Use the Advanced Custom Fields plugin to take full control of your edit screens &amp;amp; custom field data.&lt;br /&gt;
: ... and more.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=966</id>
		<title>User:Dave/Web Hack Notes (Non-Wiki)</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=User:Dave/Web_Hack_Notes_(Non-Wiki)&amp;diff=966"/>
		<updated>2017-11-30T18:08:31Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* 3rd Party File Hosting */ Quick Document Publishing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Beautiful-HTML.png|thumb|500px|Source: [http://css-tricks.com/what-beautiful-html-code-looks-like/ What Beautiful HTML Code Looks Like]]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
= HELP FROM AROUND THE WEB =&lt;br /&gt;
These notes began as an archive of resources listed on the [http://humanstxt.org/ humans.txt] file for a particular website. The domain for that site was since hijacked by a [http://www.acorndomains.co.uk/domain-name-scams/107083-domcollect-sued-along-1-1-hijacking-domains-my-update.html domain squatter], but the resources listed here have proved useful for other web projects. The idea is to expand this page with other helpful resources for building simple web sites.&lt;br /&gt;
&lt;br /&gt;
== Web Design Tips &amp;amp;amp; Resources ==&lt;br /&gt;
;Web Tools Weekly:http://webtoolsweekly.com/&lt;br /&gt;
: Web Tools Weekly is a front-end development and web design newsletter with a focus on tools.&lt;br /&gt;
&lt;br /&gt;
;Webdesigner Depot: http://www.webdesignerdepot.com/&lt;br /&gt;
: Our goal is to share the latest and greatest findings, tips, and techniques for web designers and developers.&lt;br /&gt;
&lt;br /&gt;
== SEO, SEM, Search Engine Responsiveness ==&lt;br /&gt;
;Screaming Frog SEO Spider Tool: http://www.screamingfrog.co.uk/seo-spider/&lt;br /&gt;
:The Screaming Frog SEO Spider is a small desktop program you can install locally on your PC, Mac or Linux machine which spiders websites’ links, images, CSS, script and apps from an SEO perspective. It fetches key onsite elements for SEO, presents them in tabs by type and allows you to filter for common SEO issues, or slice and dice the data how you see fit by exporting into Excel. You can view, analyse and filter the crawl data as it’s gathered and updated continuously in the program’s user interface.&lt;br /&gt;
&lt;br /&gt;
== Static File Websites ==&lt;br /&gt;
;An Introduction to Static Site Generators: http://davidwalsh.name/introduction-static-site-generators&lt;br /&gt;
: This is a fantastic introduction in helping folks understand the advantages of static sites, particularly when there&amp;#039;s no compelling advantage for maintaining the site on a dynamic architecture.&lt;br /&gt;
&lt;br /&gt;
;What is a Static Website?: http://nilclass.com/courses/what-is-a-static-website/&lt;br /&gt;
: What is a Static Website? Static websites are popular because they are super efficient, extremely fast and usually free to host. Blogs, resumes, marketing websites, landing pages, and documentation are all good candidates for static websites. [http://nilclass.com/courses/what-is-a-static-website/ Follow along as we visually walk-through the differences and benefits between a static vs dynamic website.]&lt;br /&gt;
&lt;br /&gt;
;Why You Should Build Your Website Using Static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; Files?: http://ryanhayes.net/why-you-should-build-your-website-using-static-html-files/&lt;br /&gt;
: Why would anyone want a static &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt; site with the options we have today in CMS products?  Why would you go seemingly backwards to the old days of &amp;lt;tt&amp;gt;.html&amp;lt;/tt&amp;gt;?&lt;br /&gt;
::- Performance&lt;br /&gt;
::- Security&lt;br /&gt;
::- HTML is portable!&lt;br /&gt;
&lt;br /&gt;
;StaticGen&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Top Open-Source Static Site Generators: https://www.staticgen.com/&lt;br /&gt;
: An incredible list of 100 static site generators. Included the generator&amp;#039;s ranking (how many stars it was &amp;quot;awarded&amp;quot; by users), language (Ruby, Python, JavaScript, etc.), templates (Liquid, MarkDown, EJS, Swig, etc.) and license (MIT, Apache, GPL, etc.).&lt;br /&gt;
&lt;br /&gt;
;Static Site Generators: https://staticsitegenerators.net/&lt;br /&gt;
: &amp;quot;The definitive listing of Static Site Generators&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Implementing a static website in [https://cloud.google.com/appengine/docs/python/gettingstartedpython27/introduction Google App Engine]: http://www.enkisoftware.com/devlogpost-20130823-1-Implementing_a_static_website_in_Google_App_Engine.html&lt;br /&gt;
&lt;br /&gt;
;Jekyll-Bootstrap: http://jekyllbootstrap.com/&lt;br /&gt;
: Jekyll-Bootstrap is a full blog scaffold for Jekyll based blogs. &amp;#039;&amp;#039;&amp;#039;Jekyll Generates Static Websites!&amp;#039;&amp;#039;&amp;#039; To understand the differences and benefits of static vs dynamic websites, follow this [http://nilclass.com/courses/what-is-a-static-website/#1 quick visual tutorial].&lt;br /&gt;
&lt;br /&gt;
=== Static File Website Hosting Hacks ===&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[User:Dave/Web Hack Notes (Non-Wiki)#Git_.26_Website_Publishing|Git &amp;amp; Website Publishing]]&lt;br /&gt;
&lt;br /&gt;
;Cheap or Free Static Website Hosting: http://alignedleft.com/resources/cheap-web-hosting&lt;br /&gt;
&lt;br /&gt;
=== Static Website Tools ===&lt;br /&gt;
;Staticman - Static sites with superpowers.: https://staticman.net/&lt;br /&gt;
: Staticman handles user-generated content for you and transforms it into data files that sit in your GitHub repository, along with the rest of your content.&lt;br /&gt;
&lt;br /&gt;
== Version Control Systems ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
; Git --everything-is-local: http://git-scm.com/&lt;br /&gt;
:: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.&lt;br /&gt;
&lt;br /&gt;
==== Learn Git; GitHub ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Pro Git&amp;#039;&amp;#039;&amp;#039; (book) by Scott Chacon is available to read online for free.&lt;br /&gt;
: http://git-scm.com/book&lt;br /&gt;
:: The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license.&lt;br /&gt;
&lt;br /&gt;
; git - the simple guide: just a simple guide for getting started with git. no deep shit ;)&lt;br /&gt;
: http://rogerdudler.github.io/git-guide/&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 1): Don&amp;#039;t Get Scared, Get Started: http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1&lt;br /&gt;
: GitHub is more than just a programmer&amp;#039;s tool. If you want to collaborate on anything, you should give it a try. Part 1 of a two-part look at getting started with GitHub.&lt;br /&gt;
&lt;br /&gt;
;GitHub For Beginners (Part 2): Commit, Push And Go: http://readwrite.com/2013/10/02/github-for-beginners-part-2&lt;br /&gt;
: Now that we know the concepts behind GitHub and Git, it&amp;#039;s time to have fun. Part 2 of our two-part series.&lt;br /&gt;
&lt;br /&gt;
==== Git &amp;amp;amp; Website Publishing ====&lt;br /&gt;
;GitHub Pages - Websites for you and your projects.: https://pages.github.com/&lt;br /&gt;
: Hosted directly from your GitHub repository. Just edit, push, and your changes are live.&lt;br /&gt;
&lt;br /&gt;
;Using GitHub Pages To Host Your Website: http://blog.teamtreehouse.com/using-github-pages-to-host-your-website&lt;br /&gt;
: This is an awesome tutorial explaining how to &amp;quot;commit&amp;quot; your web site&amp;#039;s files from your computer to your GitHub repository. Makes hosting on GitHub super simple!&lt;br /&gt;
&lt;br /&gt;
;GIT to deploy website (in 5 steps): http://www.bitbonsai.com/git-deploy-website-5steps/&lt;br /&gt;
&lt;br /&gt;
;How I moved my websites to Dropbox and GitHub: http://alexcican.com/post/guide-hosting-website-dropbox-github/&lt;br /&gt;
&lt;br /&gt;
;Using Git to manage a web site: http://toroid.org/ams/git-website-howto&lt;br /&gt;
: A step-by-step tutorial from a website that is doing what the tutorial instructs.&lt;br /&gt;
&lt;br /&gt;
;Git for Web Publishing: http://philkates.com/2009/08/git-as-a-web-publishing-tool/&lt;br /&gt;
: Features instructions for updating Git on DreamHost.&lt;br /&gt;
&lt;br /&gt;
===== Git-Enabled Website Publishing Services =====&lt;br /&gt;
;Git-Publish - Publish your webpage!: http://git-publish.com/&lt;br /&gt;
: Use your git repository to publish your website to your ftp-hosting provider.&lt;br /&gt;
: From FAQ:&lt;br /&gt;
:: &amp;#039;&amp;#039;&amp;#039;How much does it cost?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Free as long as we are in beta, after this it will cost equally to a few cups of coffee per month.&amp;lt;ref&amp;gt;[http://git-publish.com/faq.html Git-Publish FAQ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
= CMS &amp;amp; Blog Platforms =&lt;br /&gt;
&lt;br /&gt;
== Drupal ==&lt;br /&gt;
;Drupal Commons: http://drupal.org/project/commons&lt;br /&gt;
: Drupal Commons is a ready-to-use solution for building either internal or external communities. It provides a complete social business software solution for organizations.&lt;br /&gt;
;A Drupal Developer’s Setup on Windows: http://mikekeran.com/drupal-developer-setup-windows&lt;br /&gt;
;Back up your site using the command line: https://drupal.org/upgrade/backing-your-site-command-line&lt;br /&gt;
;Upgrading from previous versions: https://drupal.org/upgrade&lt;br /&gt;
;Upgrading Drupal using a Patch File: https://drupal.org/comment/1545852#comment-1545852&lt;br /&gt;
&lt;br /&gt;
=== Drupal Modules ===&lt;br /&gt;
:: (Used on the new ATA.org Drupal 7 installation.)&lt;br /&gt;
;Top 25 Drupal 7 Modules: http://www.axzm.com/top-25-drupal-7-modules&lt;br /&gt;
;Backup and Migrate: https://drupal.org/project/backup_migrate&lt;br /&gt;
;Display Suite Bootstrap Layouts: https://drupal.org/project/ds_bootstrap_layouts&lt;br /&gt;
;Bootstrap - Photo Gallery: https://drupal.org/project/bootstrap_gallery&lt;br /&gt;
;Context: https://www.drupal.org/project/context&lt;br /&gt;
: Context allows you to manage contextual conditions and reactions for different portions of your site. For instance, you can group several &amp;quot;[https://www.drupal.org/project/bean Beans]&amp;quot; (blocks) into a particular [https://www.drupal.org/project/context Context] if you want to consistently place the group on several nodes throughout the site.&lt;br /&gt;
==== Block Modules ====&lt;br /&gt;
;Bean: https://www.drupal.org/project/bean&lt;br /&gt;
: Bean is an acronym that stands for &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;lock &amp;#039;&amp;#039;&amp;#039;E&amp;#039;&amp;#039;&amp;#039;ntities &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;ren&amp;#039;t &amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;odes.&lt;br /&gt;
;MultiBlock: https://www.drupal.org/project/multiblock&lt;br /&gt;
: Drupal&amp;#039;s block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages. MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks.&lt;br /&gt;
;Block Group: https://www.drupal.org/project/blockgroup&lt;br /&gt;
: Tutorial: [https://www.youtube.com/watch?v=fC8lo6jHBuI Drupal Tutorial : Block Groups And Bootstrap] | WDTutorials.com&lt;br /&gt;
&lt;br /&gt;
=== Drupal Themes ===&lt;br /&gt;
;Bamboo: https://drupal.org/project/bamboo&lt;br /&gt;
;Bootstrap: https://drupal.org/project/bootstrap&lt;br /&gt;
;Bootstrap Barrio: https://drupal.org/project/bootstrap_barrio&lt;br /&gt;
:: Bootstrap Barrio is a sub-theme of the Bootstrap Theme, adding 1, 2 or 3 columns with configurable widths.&lt;br /&gt;
&lt;br /&gt;
==== Drupal Theme Tutorials ====&lt;br /&gt;
;Bootstrap sub-theming &amp;quot;how to&amp;quot;: https://drupal.org/node/1978010&lt;br /&gt;
;How to Use Bootswatch Themes in Drupal 7: http://webwash.net/tutorials/how-use-bootswatch-themes-drupal-7&lt;br /&gt;
;Creating a sub-theme: https://drupal.org/node/225125&lt;br /&gt;
;How to Customize a Contributed Drupal Theme: http://radarearth.com/content/how-customize-contributed-drupal-theme&lt;br /&gt;
&lt;br /&gt;
=== Drupal Wikis ===&lt;br /&gt;
;Commons Wikis: http://drupal.org/project/commons_wikis&lt;br /&gt;
: Provide the wiki functionality for Drupal Commons distribution.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See other wiki-like features for Drupal here:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: http://portlandwiki.org/User:WikiMaster/Projects#Drupal_Related&lt;br /&gt;
&lt;br /&gt;
=== Drupal - Drush ===&lt;br /&gt;
;A Beginner&amp;#039;s Guide to Drush, the Drupal Shell: https://www.digitalocean.com/community/articles/a-beginner-s-guide-to-drush-the-drupal-shell&lt;br /&gt;
;Drush.org: A command line shell and scripting interface for Drupal.: http://drush.ws/&lt;br /&gt;
;Upgrade Drupal easily with Drush: https://drupal.org/comment/1593136#comment-1593136&lt;br /&gt;
;Updating Drupal Core with Drush: http://brockboland.com/2010/08/updating-drupal-core-drush/&lt;br /&gt;
;Install Drush on Dreamhost VPS: http://www.pru8.com/install-drush-on-dreamhost-vps&lt;br /&gt;
;Drush commands reference: https://groups.drupal.org/drush/commands&lt;br /&gt;
&lt;br /&gt;
== WordPress ==&lt;br /&gt;
=== WordPress Back-Up ===&lt;br /&gt;
;BlogVault &amp;quot;The Ultimate WordPress Backup Service&amp;quot;: https://blogvault.net/&lt;br /&gt;
: Premium service with prices ranging from $9/month for one blog.&lt;br /&gt;
&lt;br /&gt;
;WPBackItUp Backup &amp;amp; Restore: https://wordpress.org/plugins/wp-backitup/&lt;br /&gt;
: Installed on http://sofiaangelina.com/ and http://lifemotion.com/.&lt;br /&gt;
&lt;br /&gt;
=== WordPress Guides ===&lt;br /&gt;
;Creating a Static Front Page: http://codex.wordpress.org/Creating_a_Static_Front_Page&lt;br /&gt;
;Enable and Disable Comments: http://en.support.wordpress.com/enable-disable-comments/&lt;br /&gt;
;How to Show WordPress Pages on Your Homepage: http://premium.wpmudev.org/blog/how-to-show-wordpress-pages-on-your-homepage/&lt;br /&gt;
;Docs to WordPress: https://wordpress.org/plugins/docs-to-wordpress/changelog/&lt;br /&gt;
: Easily move posts from Google Docs to WordPress.&lt;br /&gt;
;WordPress plugin&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; include custom fields in a post: http://pp19dd.com/wordpress-plugin-include-custom-field/&lt;br /&gt;
:: This handy site also contains links to a number of other useful tips &amp;#039;n&amp;#039; tools, including [http://pp19dd.com/zipcode-lookup/ CSV batch zipcode Lookup tool], [http://pp19dd.com/2012/10/four-things-i-wish-someone-had-told-me-about-wikis-wikimedia/ Four things I wish someone had told me about wikis (WikiMedia)] and more.&lt;br /&gt;
;WordPress Rockers&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; How To’s: http://wprockers.com/how-tos&lt;br /&gt;
;wordpress tips | tips &amp;amp;amp; advice on wordpress.com blogs: http://wpbtips.wordpress.com/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Multisite ===&lt;br /&gt;
;The Beginner&amp;#039;s Guide to WordPress Multisite: http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Photo Galleries ===&lt;br /&gt;
;Twitter Bootstrap Galleries: http://wordpress.org/plugins/twitter-bootstrap-galleries/&lt;br /&gt;
:: Wraps the content of a WordPress media gallery in a Twitter&amp;#039;s Bootstrap grid.&lt;br /&gt;
;NextGEN Gallery: http://www.nextgen-gallery.com/&lt;br /&gt;
;NextGEN Gallery Shortcodes: http://www.nextgen-gallery.com/nextgen-gallery-shortcodes/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Shortcodes ===&lt;br /&gt;
;Shortcode API: http://codex.wordpress.org/Shortcode_API&lt;br /&gt;
;WordPress Page Design&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Shortcodes v Page Templates: http://www.sitepoint.com/wordpress-page-design-shortcodes-v-page-templates/&lt;br /&gt;
;Getting Started with WordPress Shortcodes (+Examples): http://speckyboy.com/2011/07/18/getting-started-with-wordpress-shortcodes-examples/&lt;br /&gt;
&lt;br /&gt;
=== Wordpress &amp;amp;amp; Social Media ===&lt;br /&gt;
;Top 10 Social Media Plugins for WordPress: http://smallbiztrends.com/2014/03/social-media-plugins-for-wordpress.html&lt;br /&gt;
;WordPress Instagram Plugins - Instagram Picture: http://www.inmotionhosting.com/support/website/wordpress-plugins/instagram-picture-plugin-for-wordpress&lt;br /&gt;
;Instagram Picture: Shortcode function example (English): http://tb-webtec.de/2013/10/instagram-picture-shortcode-function-example-english/&lt;br /&gt;
&lt;br /&gt;
=== WordPress Themes ===&lt;br /&gt;
;WordPress Child Themes: http://codex.wordpress.org/Child_Themes&lt;br /&gt;
;How to remove Proudly powered by WordPress from Twenty Eleven theme?: http://wprockers.com/how-to-remove-proudly-powered-by-wordpress-from-twenty-eleven-theme-1120.html&lt;br /&gt;
;Replace/Remove Default Header Image Twenty Eleven Theme: http://wpti.ps/functions/replace-remove-header-image-twenty-eleven-theme/&lt;br /&gt;
&lt;br /&gt;
== Flat File CMS Scripts ==&lt;br /&gt;
;Monstra: http://monstra.org/&lt;br /&gt;
: Monstra is a modern and lightweight Content Management System. It is Easy to install, upgrade and use.&lt;br /&gt;
&lt;br /&gt;
;Morfy: http://morfy.monstra.org/&lt;br /&gt;
: Morfy is a simple, fast and light-weighted file-based Content Management System. Making the Web easy.&lt;br /&gt;
&lt;br /&gt;
;Pico: http://picocms.org/&lt;br /&gt;
: A stupidly simple &amp;amp; blazing fast, flat file CMS. Making the web easy.&lt;br /&gt;
&lt;br /&gt;
;razorCMS: http://www.razorcms.co.uk/&lt;br /&gt;
: File Based Content Management System - The file based CMS that allows you to build a website without the need for an SQL database, storing everything in flat files.&lt;br /&gt;
&lt;br /&gt;
== Lightweight CMS Scripts ==&lt;br /&gt;
;Bolt CMS - Sophisticated, Lightweight and Simple: https://bolt.cm/&lt;br /&gt;
: Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It’s a joy to use.&lt;br /&gt;
: By default, Bolt is configured to use an SQLite database. You can configure the database, if you want to change this to MySQL or PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
;CMS Made Simple: http://www.cmsmadesimple.org/&lt;br /&gt;
&lt;br /&gt;
;phpSQLiteCMS: http://phpsqlitecms.net/&lt;br /&gt;
: phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite.&lt;br /&gt;
&lt;br /&gt;
;SiteCake - Simple, drag and drop CMS for fast editing: http://sitecake.com/&lt;br /&gt;
: SiteCake is an open source PHP CMS application which allows a site admin to edit a website while browsing it. Once logged in, everything becomes editable. While in edit mode, SiteCake displays a &amp;quot;content editing bar&amp;quot; with options for inserting HTML elements like headers, lists, images, videos and other stuff like Google Maps or a slideshow.&amp;lt;ref&amp;gt;[http://www.webresourcesdepot.com/sitecake-simple-yet-beautiful-and-open-source-cms-for-small-websites/ SiteCake – Simple-Yet-Beautiful And Open Source CMS For Small Websites]&amp;lt;/ref&amp;gt; SiteCake is a true WYSIWYG. There is no separate admin section, you can click any page element and edit it in-place.&amp;lt;ref&amp;gt;[http://blog.bitnami.com/2013/11/welcome-to-newest-bitnami-stack-sitecake.html Welcome to the Newest Bitnami Stack, SiteCake!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Zimplit: http://www.zimplit.com/index.html&lt;br /&gt;
&lt;br /&gt;
== CMS Tools &amp;amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
=== Google Docs as CMS ===&lt;br /&gt;
* [https://github.com/jadeallencook/gDoc.js gDoc.js]&lt;br /&gt;
: Use Google Spreadsheets as your CMS! Create a Google Spreadsheet containing all the information you will need for your site. [http://jadeallencook.github.io/gDoc.js/ Demo Page]&lt;br /&gt;
&lt;br /&gt;
* [http://mikeheavers.com/main/code-item/creating_a_website_with_a_google_spreadsheet_powered_cms Creating a website with a google spreadsheet powered CMS]&lt;br /&gt;
: A Google Docs CMS is perfect. Easy to use, most people are familiar with it - absolutely zero install / configuration time, and it integrates extremely nicely with javascript templating systems.&lt;br /&gt;
&lt;br /&gt;
* [http://thoughts.reactioncommerce.com/using-google-spreadsheets-as-a-cms-for-meteor/ Using Google Spreadsheets as a CMS for Meteor]&lt;br /&gt;
&lt;br /&gt;
== CSS Grids &amp;amp;amp; Frameworks ==&lt;br /&gt;
=== Bootstrap CSS ===&lt;br /&gt;
;Bootstrap &amp;gt; CSS: http://getbootstrap.com/css/&lt;br /&gt;
;Bootstrap: http://twitter.github.com/bootstrap/&lt;br /&gt;
;How to Customize the Default Bootstrap Style, the Right Way: https://bootstrapbay.com/blog/customize-bootstrap/&lt;br /&gt;
: Create a new file in your Bootstrap CSS folder and call it custom.css. Then in the &amp;lt;code&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/code&amp;gt; portion of your website, load your new custom CSS file &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; the default bootstrap stylesheet.&lt;br /&gt;
;11 Reasons to Use Twitter Bootstrap: http://www.sitepoint.com/11-reasons-to-use-twitter-bootstrap/&lt;br /&gt;
;Bootstrap Templates - Free HTML Starter Templates for Bootstrap: http://startbootstrap.com/&lt;br /&gt;
;Bootstrap Image Gallery: http://blueimp.github.io/Bootstrap-Image-Gallery/&lt;br /&gt;
;Bootsnipp: http://bootsnipp.com/&lt;br /&gt;
: Design elements, playground and code snippets for Bootstrap HTML/CSS/JS framework&lt;br /&gt;
;Bootstrap Contact Form: http://www.mkt.cat/contact.php&lt;br /&gt;
;How to make a contact form with Bootstrap 3 ? (JQuery/PHP/HTML5/JqBootstrapValidation): http://myprogrammingblog.com/2013/08/27/how-to-make-a-contact-form-with-bootstrap-3-jqueryphphtml5jqbootstrapvalidation/&lt;br /&gt;
;How to create a PHP, Bootstrap 3 Contact Form which works with blogger and any other platform: &lt;br /&gt;
http://tudor-anghelina.blogspot.com/2013/09/how-to-create-php-bootstrap-3-contact.html&lt;br /&gt;
;5 Bootstrap CSS - Tables - JSFiddle: http://jsfiddle.net/juanmendez/L46FX/&lt;br /&gt;
&lt;br /&gt;
==== Bootstrap Drag &amp;amp;amp; Drop Tool ====&lt;br /&gt;
;LayoutIt! BETA: http://www.layoutit.com&lt;br /&gt;
: Create your frontend code simple and quickly with Bootstrap using our Drag &amp;amp; Drop Interface Builder.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CSS Wizardry: http://csswizardry.com/&lt;br /&gt;
&lt;br /&gt;
;Emastic - css framework: http://code.google.com/p/emastic/&lt;br /&gt;
&lt;br /&gt;
;inuit.css: http://csswizardry.com/inuitcss/&lt;br /&gt;
&lt;br /&gt;
;Pure: http://purecss.io/&lt;br /&gt;
&lt;br /&gt;
;Responsive Grid System: http://www.responsivegridsystem.com/&lt;br /&gt;
&lt;br /&gt;
;Sass - Syntactically Awesome Stylesheets: http://sass-lang.com/&lt;br /&gt;
&lt;br /&gt;
;Web Experience Toolkit (WET): http://wet-boew.github.io/wet-boew/index-en.html&lt;br /&gt;
: Collaborative open source project led by the Government of Canada&lt;br /&gt;
&lt;br /&gt;
=== Framework Forms ===&lt;br /&gt;
;Formalize: http://formalize.me/&lt;br /&gt;
: Features kudos from leading &amp;quot;industry experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Formee: http://formee.org/&lt;br /&gt;
: Responsive web forms for your CSS grid project.&lt;br /&gt;
&lt;br /&gt;
=== Tips, Tricks &amp;amp;amp; Reading Material for CSS Grids &amp;amp;amp; Frameworks ===&lt;br /&gt;
&lt;br /&gt;
;Don’t Overthink It Grids: http://css-tricks.com/dont-overthink-it-grids/&lt;br /&gt;
&lt;br /&gt;
== Responsive Design ==&lt;br /&gt;
;CSS Fluid Image Techniques for Responsive Site Design: http://demosthenes.info/blog/586/CSS-Fluid-Image-Techniques-for-Responsive-Site-Design&lt;br /&gt;
: “Responsive design” is not a single technology but a set of techniques that allow web pages to serve the needs of both mobile and desktop users.&lt;br /&gt;
: The core components are:&lt;br /&gt;
::- CSS @media queries&lt;br /&gt;
::- Fluid images and video&lt;br /&gt;
::- JavaScript, often triggered by window.matchMedia&lt;br /&gt;
::- Server-side solutions&lt;br /&gt;
::- SVG to create resolution-free images&lt;br /&gt;
;Responsive Design with CSS3 Media Queries: http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&lt;br /&gt;
: This tutorial will show you how to create a cross-browser responsive design with HTML5 &amp;amp; CSS3 media queries.&lt;br /&gt;
;Understanding the viewport meta tag, CSS @viewport and making an automatic link to your app: http://benfrain.com/understanding-the-viewport-meta-tag-and-css-viewport/&lt;br /&gt;
;Viewport Meta Tag For Non-Responsive Design: http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design&lt;br /&gt;
;What is Responsive Web Design?: http://coolhomepages.com/What-is-Responsive-Web-Design/blog-782.html&lt;br /&gt;
&lt;br /&gt;
== HTML5 ==&lt;br /&gt;
[[File:Html5-structure.png|thumb|434px|&amp;#039;&amp;#039;&amp;#039;The HTML5 Page Structure&amp;#039;&amp;#039;&amp;#039;]]&lt;br /&gt;
;HTML5 Quick Tutorial: http://www.coursesweb.net/html/html5-quick-tutorial_t&lt;br /&gt;
;HTML5 Page Structure: http://css-tricks.com/snippets/html/html5-page-structure/&lt;br /&gt;
;The HTML5 Page Structure: http://www.basewebmaster.com/html/html5-page-structure.php&lt;br /&gt;
;HTML5 Page Structure: http://www.severinu.com/html5-page-structure/&lt;br /&gt;
;HTML5 Doctor, helping you implement HTML5 today: http://html5doctor.com/&lt;br /&gt;
;HTML 5 Outliner: http://gsnedders.html5.org/outliner/&lt;br /&gt;
;Document Outlines: http://html5doctor.com/outlines/&lt;br /&gt;
;Sections and Outlines of an HTML5 Document: https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document&lt;br /&gt;
;HTML5 And The Document Outlining Algorithm: http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm/&lt;br /&gt;
;[[wikipedia:Fragment identifier|Fragment identifier]] (Wikipedia): &amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:In URIs for MIME text/html pages such as http://www.example.org/foo.html#bar the fragment refers to the element with id=&amp;quot;bar&amp;quot;.&lt;br /&gt;
=== HTML5 Elements ===&lt;br /&gt;
;HTML element reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: Mozilla Developer Network&lt;br /&gt;
;HTML 5&amp;lt;nowiki&amp;gt;: Is it &amp;lt;br&amp;gt;, &amp;lt;br/&amp;gt;, or &amp;lt;br /&amp;gt;?&amp;lt;/nowiki&amp;gt;: http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br&lt;br /&gt;
&lt;br /&gt;
== CSS3 ==&lt;br /&gt;
;CSS Techniques – Absolute Horizontal And Vertical Centering In CSS: http://www.css-jquery-design.com/2013/12/css-techniques-absolute-horizontal-and-vertical-centering-in-css/&lt;br /&gt;
&lt;br /&gt;
;Multiple Columns Layout (Magazine-alike) With CSS3: http://www.hongkiat.com/blog/css3-multi-columns/&lt;br /&gt;
&lt;br /&gt;
;Using CSS multi-column layouts: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts&lt;br /&gt;
&lt;br /&gt;
;3D CSS Text: http://www.3dcsstext.com/&lt;br /&gt;
&lt;br /&gt;
;overflow-x, overflow-y tests: http://www.brunildo.org/test/Overflowxy2.html&lt;br /&gt;
: W3C CSS3 working draft: The &amp;#039;overflow-x&amp;#039; and &amp;#039;overflow-y&amp;#039; properties.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Also see [[portlandwiki:User:WikiMaster/Tables &amp;amp; Columns#CSS_Layout_Tricks|CSS Layout Tricks]].&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
;different title, keyword and description in every page&amp;#039;s: http://stackoverflow.com/questions/5818750/different-title-keyword-and-description-in-every-pages&lt;br /&gt;
&lt;br /&gt;
=== PHP Classes ===&lt;br /&gt;
;The php5 object oriented web design howto &amp;gt; Functions and classes &amp;gt; A page class: http://fun-tech.se/php_tutorial/part03/index.php&lt;br /&gt;
;What is the function __construct used for?: http://stackoverflow.com/questions/455910/what-is-the-function-construct-used-for&lt;br /&gt;
&lt;br /&gt;
=== PHP Includes ===&lt;br /&gt;
;Custom Page Titles with PHP Includes: http://girlswhogeek.com/tutorials/2006/custom-page-titles-with-php-includes&lt;br /&gt;
;How to automatically include your header, navigation, and footer on every page: http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&lt;br /&gt;
;Using the PHP Include Function to Template Faster: http://buildinternet.com/2009/12/using-the-php-include-function-to-template-faster/&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; php include question - bad practice?: http://www.webdeveloper.com/forum/showthread.php?t=241934&lt;br /&gt;
:: Flawed tips but useful in working out the basic idea of calling &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;footer&amp;lt;/code&amp;gt; and other page elements from a single file.&lt;br /&gt;
;WebDeveloper.com &amp;gt; Server-Side Development &amp;gt; PHP &amp;gt; Page title from include php file??: http://www.webdeveloper.com/forum/showthread.php?t=208744&lt;br /&gt;
;Case Study--How to Customize a JumpStart: http://www.communitymx.com/content/article.cfm?page=1&amp;amp;cid=80733&lt;br /&gt;
: (This tutorial is mainly pushing [http://communitymx.com/jumpstart_8.cfm JumpStart] web templates, but offers some useful tips on includes placement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Side Includes (SSI) ==&lt;br /&gt;
Do you want to create a [[User:Dave/Web Hack Notes (Non-Wiki)#Static_File_Websites|static file website]] with simple HTML files and no database? Do you still want to include the common info bits (menus, footers, site maps, etc.) without having to write them on every web page? If so, SSI can be your friend.&lt;br /&gt;
&lt;br /&gt;
;Server Side Includes: https://en.wikipedia.org/wiki/Server_Side_Includes&lt;br /&gt;
: Includes a table showing lots of great examples.&lt;br /&gt;
&lt;br /&gt;
;Apache Tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Introduction to Server Side Includes: http://httpd.apache.org/docs/2.2/howto/ssi.html&lt;br /&gt;
: Server-side includes provide a means to add dynamic content to existing HTML documents.&lt;br /&gt;
&lt;br /&gt;
;How to Setup HTML Server Side Includes SSI on Apache and Nginx: http://www.thegeekstuff.com/2014/07/server-side-includes/&lt;br /&gt;
: Includes instructions on configuring &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file for SSI.&lt;br /&gt;
&lt;br /&gt;
;Apache - Server Side Includes: http://www.zytrax.com/tech/web/ssi.htm&lt;br /&gt;
: This page describes the functionality offered by, and the use of, Apache Server Side Includes (SSI and XSSI).&lt;br /&gt;
&lt;br /&gt;
;How do I conditionally handle undefined SSI variables using Apache?: http://serverfault.com/questions/296272/how-do-i-conditionally-handle-undefined-ssi-variables-using-apache&lt;br /&gt;
: Describes how to use SSI variable settings to automatically include page title.&lt;br /&gt;
&lt;br /&gt;
;Parse shtml as SSI, but also include PHP using .htaccess: http://stackoverflow.com/questions/15713204/parse-shtml-as-ssi-but-also-include-php-using-htaccess&lt;br /&gt;
: Shows modification to &amp;lt;tt&amp;gt;.htaccess&amp;lt;/tt&amp;gt; file that will also allow &amp;lt;tt&amp;gt;php&amp;lt;/tt&amp;gt; includes to be parsed.&lt;br /&gt;
&lt;br /&gt;
;An Introduction to Server Side Includes (SSI): http://www.georgedillon.com/web/ssi.shtml&lt;br /&gt;
: SSIs, or Server Side Includes, are a way to tell the server to insert something into a web page before it is sent to the viewer. What is inserted may be the content of a plain text file or it may be the output generated by another program running on the server such as the processing of a form return using a PERL script.&lt;br /&gt;
&lt;br /&gt;
;BigNoseBird.Com&amp;#039;s Server Side Include Page (SSI): http://bignosebird.com/ssi.shtml&lt;br /&gt;
: Includes links to tutorials on Enabling SSI on Your Server, Performance Considerations, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, Nested Directives, A Real Back Button, eXtended SSI Directives PART I &amp;amp;amp; eXtended SSI Directives PART II.&lt;br /&gt;
&lt;br /&gt;
=== SHTML &amp;amp;amp; SSI ===&lt;br /&gt;
;What is SHTML?: http://www.computerhope.com/jargon/s/shtml.htm&lt;br /&gt;
: SHTML is an HTML file that includes server instructions or server side includes and is similar to an ASP file.&lt;br /&gt;
&lt;br /&gt;
;What is SHTML: http://stackoverflow.com/questions/519619/what-is-shtml&lt;br /&gt;
: SHTML is a file extension that lets the web server know the file should be processed as using Server Side Includes (SSI). It&amp;#039;s embedded in a standard XML comment, and looks like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!--&amp;lt;/nowiki&amp;gt;#include virtual=&amp;quot;top.shtml&amp;quot; --&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Menus ==&lt;br /&gt;
;Create a centred horizontal navigation: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/&lt;br /&gt;
::Demo: http://csswizardry.com/demos/centred-nav/&lt;br /&gt;
;Horizontally Centered Menus with no CSS hacks: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support&lt;br /&gt;
&lt;br /&gt;
== Social Media ==&lt;br /&gt;
Moved content to new article: [[Social Networking Tips]].&lt;br /&gt;
&lt;br /&gt;
== Character Encoding ==&lt;br /&gt;
;Character Entity Reference Chart:http://dev.w3.org/html5/html-author/charref&lt;br /&gt;
;HTML Codes Table&amp;amp;#8212;Characters and symbols: http://www.ascii.cl/htmlcodes.htm&lt;br /&gt;
;Character-Code.com: http://character-code.com/&lt;br /&gt;
=== Online Encoding Tools ===&lt;br /&gt;
;Convert special characters to HTML: http://www.unicodetools.com/unicode/convert-to-html.php&lt;br /&gt;
;HTML Encoder / Decoder: http://www.web2generators.com/html/entities&lt;br /&gt;
;HTML encoder: http://web.forret.com/tools/html.asp&lt;br /&gt;
;HTML Character Entity Converter: http://code.cside.com/3rdpage/us/entity/converter.html&lt;br /&gt;
;HTML 4.01 Entities: http://www.texaswebdevelopers.com/examples/xmlentities/xml_entities.asp&lt;br /&gt;
=== Character Encoding Help Resources &amp;amp;amp; How-Tos ===&lt;br /&gt;
;PHP -- Convert special characters to HTML character codes: http://stackoverflow.com/questions/3882567/php-convert-special-characters-to-html-character-codes&lt;br /&gt;
;Converting special characters to HTML entities between code tags: http://matthewjamestaylor.com/blog/convert-special-characters-to-html-entities-between-code-tags&lt;br /&gt;
;The Road to HTML 5: character encoding: http://blog.whatwg.org/the-road-to-html-5-character-encoding&lt;br /&gt;
;Curling Quotes in HTML, SGML, and XML: http://www.dwheeler.com/essays/quotes-in-html.html&lt;br /&gt;
;HTML Symbol Entities Reference: http://www.w3schools.com/tags/ref_symbols.asp&lt;br /&gt;
&lt;br /&gt;
== .htaccess ==&lt;br /&gt;
Htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across.&amp;lt;ref&amp;gt;[http://www.askapache.com/htaccess/htaccess.html Htaccess - THE Ultimate .htaccess Guide]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tricks &amp;amp;amp; Tutorials ===&lt;br /&gt;
;Htaccess - THE Ultimate .htaccess Guide: http://www.askapache.com/htaccess/htaccess.html&lt;br /&gt;
;The Ultimate Guide to .htaccess Files: http://code.tutsplus.com/tutorials/the-ultimate-guide-to-htaccess-files--net-4757&lt;br /&gt;
;The Definitive Guide to htaccess Techniques: Do’s and Don’ts: http://www.noupe.com/php/htaccess-techniques.html&lt;br /&gt;
;Comprehensive guide to .htaccess: http://www.javascriptkit.com/howto/htaccess.shtml&lt;br /&gt;
;Stupid htaccess Tricks: http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/&lt;br /&gt;
==== .htaccess 301 Redirects ====&lt;br /&gt;
; The Ultimate How-To Guide on 301 Redirects: http://www.internetmarketingninjas.com/blog/search-engine-optimization/301-redirects/&lt;br /&gt;
;.htaccess 301 redirect from old domain to new domain while structure of pages and url are same: http://stackoverflow.com/questions/13001173/htaccess-301-redirect-from-old-domain-to-new-domain-while-structure-of-pages-an&lt;br /&gt;
;.htaccess rewrite to redirect root URL to subdirectory: http://stackoverflow.com/questions/990392/htaccess-rewrite-to-redirect-root-url-to-subdirectory&lt;br /&gt;
&lt;br /&gt;
=== .htaccess Tools ===&lt;br /&gt;
;.htaccess Editor: http://www.htaccesseditor.com/en.shtml&lt;br /&gt;
: Easily create .htaccess file with this handy online .htaccess creation tool.&lt;br /&gt;
;MediaWiki ShortURL Builder: http://shorturls.redwerks.org/&lt;br /&gt;
;.htaccess redirect: http://www.htaccessredirect.net/&lt;br /&gt;
: Free .htaccess Redirect Generator&lt;br /&gt;
&lt;br /&gt;
=== Prettier URLs Through .htaccess ===&lt;br /&gt;
One way to clean up the URL on each of your site&amp;#039;s web pages is to hide its file extension (&amp;lt;code&amp;gt;.php&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt;, etc.).&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us.html&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also append a trailing forward slash, just like many of the major CMSs do.&amp;lt;ref&amp;gt;[http://stackoverflow.com/questions/27224446/problems-facing-in-making-urls-seo-friendly-and-removing-extensions-from-files-i Problems facing in making urls seo friendly and removing extensions from files in PHP]&amp;lt;/ref&amp;gt;&lt;br /&gt;
: Instead of: &amp;lt;code&amp;gt;https://www.example.org/about-us&amp;lt;/code&amp;gt;&lt;br /&gt;
: You get: &amp;lt;code&amp;gt;https://www.example.org/about-us/&amp;lt;/code&amp;gt;&lt;br /&gt;
;Removing file extension via .htaccess: http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/&lt;br /&gt;
;Hide file extensions, add trailing slash with .htaccess: http://code.adonline.id.au/hide-file-extensions-add-trailing-slash/&lt;br /&gt;
;How to remove .php, .html, .htm extensions with .htaccess: http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/&lt;br /&gt;
: Includes instructions on adding a trailing forward slash.&lt;br /&gt;
&lt;br /&gt;
== Images &amp;amp;amp; Image Handling ==&lt;br /&gt;
;The figure &amp;amp; figcaption elements: http://html5doctor.com/the-figure-figcaption-elements/&lt;br /&gt;
: Good explanation for incorporating the &amp;lt;code&amp;gt;&amp;lt;figure&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;amp; &amp;lt;code&amp;gt;&amp;lt;figcaption&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;HTML5&amp;lt;/code&amp;gt; elements in images, drawings and other graphical assets.&lt;br /&gt;
&lt;br /&gt;
=== Tools &amp;amp;amp; Tricks ===&lt;br /&gt;
;Aspect Ratio Calculator: http://andrew.hedges.name/experiments/aspect_ratio/&lt;br /&gt;
;Bulk Resize Photos: http://bulkresizephotos.com/&lt;br /&gt;
;Image Size Calculator: http://auctionrepair.com/pixels.html&lt;br /&gt;
:Converts inches to pixels &amp;amp;amp; pixels to inches.&lt;br /&gt;
;Perfect Full Page Background Image: http://css-tricks.com/perfect-full-page-background-image/&lt;br /&gt;
;Absolute Center (Vertical &amp;amp; Horizontal) an Image: http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/&lt;br /&gt;
;Favicons: http://iconhandbook.co.uk/reference/examples/favicons/&lt;br /&gt;
&lt;br /&gt;
=== Free Images ===&lt;br /&gt;
;Pixabay: http://pixabay.com/&lt;br /&gt;
: Free high quality images you can use anywhere.&lt;br /&gt;
;OPENICONIC: https://useiconic.com/open/&lt;br /&gt;
: An open source icon set with 223 marks in SVG, webfont and raster formats. Lots of great little icons.&lt;br /&gt;
&lt;br /&gt;
=== Online Image Editors ===&lt;br /&gt;
;Photo editor online - Pixlr.com edit image: http://pixlr.com/&lt;br /&gt;
;Autotracer.org: http://www.autotracer.org/&lt;br /&gt;
: Converts your raster images to vector graphics. Free online raster images vectorizer. No registration, no email necessary.&lt;br /&gt;
&lt;br /&gt;
=== GIMP ===&lt;br /&gt;
;GIMP Extensions Pack for Windows: http://registry.gimp.org/node/27656&lt;br /&gt;
:: [http://code.google.com/p/gimp-extensions/#Extensions_Sources Extensions Sources]&lt;br /&gt;
;Handy Tweaks To Make GIMP Replace Photoshop: http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/&lt;br /&gt;
;Gimp Tutorial – How to make an image background transparent: http://mbrsolution.com/tutorial/gimp-tutorial-how-to-make-an-image-background-transparent.php&lt;br /&gt;
:: This tutorial is a bit easier to follow than the one shown below.&lt;br /&gt;
;How to make a transparent background/selection on an image using GIMP: http://geekswithblogs.net/timh/archive/2006/03/20/72797.aspx&lt;br /&gt;
;Replacing a Foreground with The GIMP: http://gimpguru.org/tutorials/replaceforeground/&lt;br /&gt;
;Convert a simple image to a vector graphic using GIMP and Inkscape: http://imgur.com/gallery/xL0Ba&lt;br /&gt;
&lt;br /&gt;
=== Inkscape ===&lt;br /&gt;
;Inkscape tutorial&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Tracing: http://inkscape.org/doc/tracing/tutorial-tracing.html&lt;br /&gt;
;Increase Image Resolution: Convert Raster Images to Vector: http://www.makeuseof.com/tag/convert-images-to-svg-format-with-inkscape/&lt;br /&gt;
;Rich EPS file editing with Inkscape: https://lindsaybradford.wordpress.com/2012/04/05/rich-eps-file-editing-with-inkscape/&lt;br /&gt;
&lt;br /&gt;
== Text Tricks ==&lt;br /&gt;
=== Blinking Text ===&lt;br /&gt;
;How to make blinking/flashing text with css3?: http://stackoverflow.com/questions/16344354/how-to-make-blinking-flashing-text-with-css3&lt;br /&gt;
;How to make text blink on website? [duplicate]: http://stackoverflow.com/questions/20270096/how-to-make-text-blink-on-website&lt;br /&gt;
&lt;br /&gt;
== 3rd Party File Hosting &amp;amp;amp; Document Publishing ==&lt;br /&gt;
;Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Cloud_Storage_.26_File_Sharing_Platforms|Office Productivity Hacks: Cloud Storage &amp;amp; File Sharing Platforms]]&lt;br /&gt;
The basic idea is to host images, PDFs and other large files on a publicly available directory, like [http://www.dropbox.com/ Dropbox], [http://www.flickr.com/ Flickr], [http://picasa.google.com/ Picasa], [https://www.free-hidrive.com/product.html HiDrive], etc. Alternatively, you can set up a Dropbox-like directory using an open source tool like [http://sparkleshare.org/ SparkleShare] (see below).&lt;br /&gt;
;Drop Your Dropbox and SparkleShare Instead!: http://www.linuxjournal.com/content/drop-your-dropbox-and-sparkleshare-instead&lt;br /&gt;
;SparkleShare: http://sparkleshare.org/&lt;br /&gt;
:: &amp;quot;Setting up your own host to work with SparkleShare is relatively easy.&amp;quot; (An open source option for creating your own Dropbox-like service.)&lt;br /&gt;
;BitTorrent’s Secure Dropbox Alternative Goes Public: http://torrentfreak.com/bittorrents-secure-dropbox-alternative-goes-public-130423/&lt;br /&gt;
: [http://labs.bittorrent.com/experiments/sync.html BitTorrent Sync] (available from [http://labs.bittorrent.com/ BitTorrent Labs]) is free of charge and allows people to securely sync folders to multiple devices using the BitTorrent protocol.&lt;br /&gt;
&lt;br /&gt;
=== Quick Document Publishing ===&lt;br /&gt;
* [https://www.publishthis.email/en/ publishthis.email]: Create a web page in seconds.&lt;br /&gt;
: Need to create a publicly accessible web page as quickly as possible? Publishthis.email turns the contents of an email into a publicly accessible site as quickly as you can write it.&amp;quot;&amp;lt;ref&amp;gt;[https://lifehacker.com/publishthis-email-instantly-turns-an-email-into-a-web-p-1793097393 Publishthis.email Instantly Turns An Email Into a Web Page]&amp;lt;/ref&amp;gt;&lt;br /&gt;
# Write an email with the content for your page&lt;br /&gt;
# Send it to page@publishthis.email&lt;br /&gt;
# We&amp;#039;ll reply with a link to your new page&lt;br /&gt;
: Try it! Free. No account or sign-up required.&lt;br /&gt;
&lt;br /&gt;
=== External Image Hosting ===&lt;br /&gt;
&lt;br /&gt;
==== Google Docs, Google Drive, Google Sites ====&lt;br /&gt;
[[File:Open-Mic.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempted to link to an image hosted on Google Docs (image shown above). Sharing set to &amp;quot;public.&amp;quot; Google&amp;#039;s [[wikipedia:Uniform resource identifier|URI]] scheme looks a bit odd (seems to mask the file name and file type). The problematic part (in terms of linking to these images from a web site) is that Google appears to change the [[wikipedia:Uniform resource identifier|URI]] itself at least once a day.&lt;br /&gt;
;Two Days; Two [[wikipedia:Uniform resource identifier|URI]]s&lt;br /&gt;
* Saturday, January 7th, 2012: https://lh6.googleusercontent.com/WdO0VUUc8ub2WXodixyWzkcR8d-jb1PQyV7KAK7MuzGX9CHQd0dSTGAqtEzAqCGUgWIv-b02usw15VJpXzY-m-irnXstDwFgDGo=w1600&lt;br /&gt;
* Sunday, January 8th, 2012: https://lh6.googleusercontent.com/OgqPCdV7Nx5OkhswTNlxyTzOc4rdcjHlGWZerNiyBAzfYy5BIoD_LxmSLRVtauFE1FKixm0KLu6u-uJxDo5b8aJyf_giJ2Gcqlw=w1600&lt;br /&gt;
&lt;br /&gt;
==== Image Placeholder Service ====&lt;br /&gt;
;lorempixel - Placeholder images for every case.: http://lorempixel.com/&lt;br /&gt;
: Placeholder Images for every case. Webdesign or Print. Just put a custom url in your html and you receive a proper placeholder picture.&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:150.jpg|350px|link=http://lorempixel.com/350/150/]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://lorempixel.com/350/150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a random picture of 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
;PLACEHOLD.IT - A quick and simple image placeholder service.: http://placehold.it&lt;br /&gt;
:Example:&lt;br /&gt;
[[File:350x150.gif|350px|link=http://placehold.it/350x150]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://placehold.it/350x150&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;(To get a grey box sized at 350 x 150 pixels.)&lt;br /&gt;
&lt;br /&gt;
== Color ==&lt;br /&gt;
;Color Names Supported by All Browsers: http://www.w3schools.com/html/html_colornames.asp&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Jump Links, Internal Anchors ===&lt;br /&gt;
;Internal Links: http://www.yourhtmlsource.com/text/internallinks.html&lt;br /&gt;
: Instead of having to resort to the arduous task of scrolling down long pages, you can make your readers very happy by offering them page jumps as an alternative mode of transport around your site. As people have become lazier, page jumps have risen in popularity, so to avoid having your site unliked by the youth of today, implement these simple navigational aids.&lt;br /&gt;
&lt;br /&gt;
=== Relative &amp;amp;amp; Absolute Links ===&lt;br /&gt;
;Why relative URLs should be forbidden for web developers: https://yoast.com/relative-urls-issues/&lt;br /&gt;
: Relative URLs stink. They really do. All sorts of SEO problems on the web are caused by the use of relative URLs in links, canonicals and more.&lt;br /&gt;
&lt;br /&gt;
=== Footnotes &amp;amp;amp; Endnotes ===&lt;br /&gt;
;Javascript Endnotes: http://library.uwinnipeg.ca/people/dobson/portfolio/endnotes/index.html&lt;br /&gt;
: “JavaScript Endnotes” allow a web author to create an HTML document containing endnotes which are dynamically renumbered as new notes are added, in a similar manner to the &amp;lt;NOTE&amp;gt; tag supported in many WIKI applications.&lt;br /&gt;
&lt;br /&gt;
;Accessible footnotes with HTML and CSS: http://www.likewowonline.net/web/dev/accessible-footnotes.html&lt;br /&gt;
&lt;br /&gt;
;Footnotes: http://ignorethecode.net/blog/2010/04/20/footnotes/&lt;br /&gt;
&lt;br /&gt;
;Handling footnotes and references in HTML: http://www.2ality.com/2011/12/footnotes.html&lt;br /&gt;
: This post examines what options one has for handling footnotes and references in HTML. It then presents a library that helps you with handling them.&lt;br /&gt;
&lt;br /&gt;
;JavaScript-enhanced footnotes and references: http://rauschma.github.com/html_demos/footnotes.html&lt;br /&gt;
&lt;br /&gt;
== Links To Google &amp;amp;amp; Gmail Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Link To Specific Gmail Message ===&lt;br /&gt;
;All Email Messages in Gmail Have a Permanent Web Address: http://www.labnol.org/internet/gmail-emails-have-permanent-web-address/6811/&lt;br /&gt;
: Do you know that it is possible to bookmark individual email messages of Gmail just like you would bookmark any regular web page. (Links to your Gmail messages will only resolve if you&amp;#039;re logged into your Google account when you click on the link.)&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Specific Google Books Page ===&lt;br /&gt;
;Example&lt;br /&gt;
Find the base URL to the Google Book you want to link to. Add the page number just after the book ID like in the example highlighted below.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=zLrKGGxBKjAC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=PA135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;UPDATE&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; The link shown above no longer links directly to the specific page it once did (135), but resolves to a &amp;lt;code&amp;gt;onepage&amp;lt;/code&amp;gt; format instead.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;span style=&amp;quot;color:#E41B17&amp;quot;&amp;gt;CAUTION&amp;lt;/span&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Google apparently changes its [[wikipedia:Uniform resource identifier|URI]] structure without warning. For example, the link to the book / page shown above was formerly written like the one shown below (which now only resolves to the book&amp;#039;s main Google Books description page).&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://books.google.com/books?id=8f2y0F2wzLoC&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;&amp;amp;pg=P135&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Also See: [https://support.google.com/books/answer/80658?hl=en Linking to individual titles on Google Books]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== How To Link To Google Calendar Event ===&lt;br /&gt;
;Is it possible to link to specific date on a public Google Calendar?: http://webapps.stackexchange.com/questions/3431/is-it-possible-to-link-to-specific-date-on-a-public-google-calendar&lt;br /&gt;
&amp;#039;&amp;#039;[[wikipedia:Uniform resource identifier|URI]] Formats&amp;#039;&amp;#039; - (Change the &amp;lt;span style=&amp;quot;background:#00FF00&amp;quot;&amp;gt;yyyymmdd&amp;lt;/span&amp;gt; setting shown in the examples to the specific date you want to link to.)&lt;br /&gt;
&lt;br /&gt;
Link to a date on your private calendar:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;?(must update)&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to an event on a your public calendar:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://calendar.google.com/calendar/embed?src={your_calendar_id}&amp;amp;mode=day&amp;amp;dates=20160506/20160506&amp;amp;ctz=America/Los_Angeles&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: (Obviously, update date range and time zone accordingly.)&lt;br /&gt;
&lt;br /&gt;
* [http://drupal.org/node/589310 Location of the Google Calendar ID]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/10763734/how-to-build-html-link-to-a-google-calendar-event How to build html link to a google calendar event?]&lt;br /&gt;
&lt;br /&gt;
=== Other Google Link Resources ===&lt;br /&gt;
;Google Books API Family&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; Static Links: https://developers.google.com/books/docs/static-links&lt;br /&gt;
&lt;br /&gt;
=== Google Account Document Sharing Options ===&lt;br /&gt;
;Sharing a Google Doc with a non-Google user: http://www.lynda.com/articles/sharing-a-google-doc-with-a-non-google-user&lt;br /&gt;
&lt;br /&gt;
= Security =&lt;br /&gt;
== [[wikipedia:Transport Layer Security|TLS]] &amp;amp;amp; SSL ==&lt;br /&gt;
&lt;br /&gt;
=== Let’s Encrypt ===&lt;br /&gt;
;Let’s Encrypt: https://letsencrypt.org&lt;br /&gt;
: Let’s Encrypt is a new Certificate Authority: It’s free, automated, and open. &lt;br /&gt;
* [https://letsencrypt.org/2014/11/18/announcing-lets-encrypt.html Let’s Encrypt: Delivering SSL/TLS Everywhere]&lt;br /&gt;
: Let’s Encrypt is a new free certificate authority, built on a foundation of cooperation and openness, that lets everyone be up and running with basic server certificates for their domains through a simple one-click process.  Major sponsors include the Electronic Frontier Foundation, the Mozilla Foundation, Akamai, and Cisco. On April 9, 2015, the ISRG and the Linux Foundation announced their collaboration.&amp;lt;ref&amp;gt;[[wikipedia:Let&amp;#039;s Encrypt|Let&amp;#039;s Encrypt]] (Wikipedia)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Let’s Encrypt on DreamHost ====&lt;br /&gt;
* [https://www.dreamhost.com/blog/2015/12/03/lets-encrypt-and-dreamhost/ Let’s Encrypt and DreamHost]&lt;br /&gt;
: “HTTPS Everywhere!”&lt;br /&gt;
&lt;br /&gt;
* [https://www.dreamhost.com/blog/2016/01/20/free-ssltls-certificates-at-dreamhost-with-lets-encrypt/ Free SSL/TLS Certificates at DreamHost with Let’s Encrypt]&lt;br /&gt;
: Let’s Encrypt is at the forefront of an Internet sea change. Firefox and Chromium are both proposing the deprecation of unencrypted HTTP, which means that any user of your website will see a warning unless you have a TLS certificate.&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
;CAcert: http://www.cacert.org&lt;br /&gt;
: CAcert.org is a community-driven Certificate Authority that issues certificates to the public at large for free. CAcert&amp;#039;s goal is to promote awareness and education on computer security through the use of encryption, specifically by providing cryptographic certificates. Any application that supports the Secure Socket Layer Protocol (SSL or TLS) can make use of certificates signed by CAcert. If you want to have free certificates issued to you, join the CAcert Community.&lt;br /&gt;
&lt;br /&gt;
;Certbot: https://certbot.eff.org/&lt;br /&gt;
: An automatic client for enabling HTTPS on your website. Automatically enable HTTPS on your website with [https://www.eff.org/ EFF]&amp;#039;s [https://certbot.eff.org/ Certbot], deploying [https://letsencrypt.org Let&amp;#039;s Encrypt] certificates.&lt;br /&gt;
&lt;br /&gt;
;OpenSSL: https://www.openssl.org&lt;br /&gt;
: The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library.&lt;br /&gt;
&lt;br /&gt;
;StartCom (Provider of [https://www.startssl.com StartSSL]™.): https://www.startcom.org&lt;br /&gt;
: StartSSL™ provides free digital identities called OpenID. StartSSL™ Open Identity eliminates the need for multiple usernames across different websites, simplifying your online experience.&lt;br /&gt;
&lt;br /&gt;
=== Further Reading ===&lt;br /&gt;
* [https://konklone.com/post/switch-to-https-now-for-free Switch to HTTPS Now, For Free]&lt;br /&gt;
: Article features a tutorial for [https://www.startcom.org StartCom]&amp;#039;s [https://www.startssl.com StartSSL]™.&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
;Moved content to&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; http://telecafe.org/smw/Office_Productivity_Hacks#Web-Based_Productivity_Apps&lt;br /&gt;
&lt;br /&gt;
== Web Site Builders &amp;amp; Online Designers ==&lt;br /&gt;
=== Online Website Designers &amp;amp;amp; Builders ===&lt;br /&gt;
;The Grid: https://thegrid.io/&lt;br /&gt;
: Founding Member &amp;quot;Advantages&amp;quot; Include:&lt;br /&gt;
::- 1 year pre-paid subscription&lt;br /&gt;
::- Subscription begins v1 release, late Spring 2015&lt;br /&gt;
::- Locked-in rate of $8/month (regularly $25)&lt;br /&gt;
::- 7 Sites, custom domains OK&lt;br /&gt;
::- Pretty much unlimited contributors, storage and bandwidth&lt;br /&gt;
::- Commerce engine, due late 2015, cost-based fees only&lt;br /&gt;
::- Grid NFC Token (limited gold edition)&lt;br /&gt;
::- $96 / yearYearly payment&lt;br /&gt;
&lt;br /&gt;
;Webflow: https://webflow.com/&lt;br /&gt;
: Sign up. Forever free. Join over 200,000 web designers. Create professional, responsive websites. Without any code. Webflow is a professional site builder for designing websites from scratch. You can also start from one of our gorgeous templates.&lt;br /&gt;
&lt;br /&gt;
;Website Builders Comparison Chart: http://www.websitebuilderexpert.com/website-builders-comparison-chart/&lt;br /&gt;
: Compares the following services:&lt;br /&gt;
::- Squarespace: http://www.squarespace.com/&lt;br /&gt;
::- Wix: http://www.wix.com/&lt;br /&gt;
::- Weebly: http://www.weebly.com/&lt;br /&gt;
::- Jimdo: http://www.jimdo.com/&lt;br /&gt;
::- GoDaddy: https://www.godaddy.com/hosting/website-builder.aspx&lt;br /&gt;
::- IM Creator: http://imcreator.com/&lt;br /&gt;
&lt;br /&gt;
== Web Server &amp;amp;amp; Hosting ==&lt;br /&gt;
=== DIY Home Web Server ===&lt;br /&gt;
;Set Up a Home Server: http://www.webmonkey.com/2010/02/set_up_a_home_server/&lt;br /&gt;
: Setting up a home server running an open-source operating system is a popular and useful activity.&lt;br /&gt;
&lt;br /&gt;
;How to set up a safe and secure Web server: http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/&lt;br /&gt;
: Learn a lot by doing it yourself instead of going with a hosting company.&lt;br /&gt;
&lt;br /&gt;
;Build a Linux Home Web Server For Under $250: http://linuxlookup.com/howto/build_linux_home_web_server_under_250&lt;br /&gt;
&lt;br /&gt;
;Amahi Home Server - Making Home Networking Simple: http://www.amahi.org/&lt;br /&gt;
: Amahi is software that runs on a dedicated PC as a central computer for your home.&lt;br /&gt;
:: See Amahi&amp;#039;s Wiki for setting up a home web server: https://wiki.amahi.org/index.php/Hosting_a_website&lt;br /&gt;
&lt;br /&gt;
=== Dynamic DNS (DDNS) ===&lt;br /&gt;
Also see [[dreamhost:|DreamHost]]&amp;#039;s &amp;#039;&amp;#039;&amp;#039;[[dreamhost:Dynamic DNS|Dynamic DNS]]&amp;#039;&amp;#039;&amp;#039; wiki page.&lt;br /&gt;
;How to Enable Dynamic Service for Your domain name.: http://support.easydns.com/tutorials/DynamicDNS/&lt;br /&gt;
: Dynamic DNS service is used to keep a domain name pointing to the same computer or server connected to the internet despite the fact that the address (IP address) of the computer keeps changing. This service is useful to anyone who wants to operate a server (web server, mail server, ftp server, irc server etc) connected to the internet with a dynamic IP or to someone who wants to connect to an office computer or server from a remote location with software such as pcAnywhere.&lt;br /&gt;
&lt;br /&gt;
; Dynamic DNS with your own domain name (for free!): http://g18c.wordpress.com/2009/12/04/dynamic-dns-with-your-own-domain-name-for-free/&lt;br /&gt;
&lt;br /&gt;
=== IP Addresses ===&lt;br /&gt;
;Want to buy an Internet IPv4 address? Cheap?: http://www.zdnet.com/article/want-to-buy-an-internet-ipv4-address-cheap/&lt;br /&gt;
: Companies are beginning to sell IPv4 addresses as the IPv4 address pool finishes drying up.&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts: Free ===&lt;br /&gt;
;The Simplest and Cheapest Free Web Hosting Services: http://lifehacker.com/5530961/the-simplest-and-cheapest-free-web-hosting-services&lt;br /&gt;
&lt;br /&gt;
=== Web Hosts (Cloud &amp;amp;amp; VPS): Paid ===&lt;br /&gt;
==== Atlantic.Net ====&lt;br /&gt;
;Atlantic.Net:https://www.atlantic.net/&lt;br /&gt;
: One-Click Applications help simplify your workload. Pricing similar to DigitalOcean.&lt;br /&gt;
&lt;br /&gt;
==== DigitalOcean ====&lt;br /&gt;
;DigitalOcean: https://www.digitalocean.com/&lt;br /&gt;
: Features 20GB solid-state hard drive (SSD) + 512MB memory for just $5 a month.&lt;br /&gt;
;Technical FAQ: https://www.digitalocean.com/help/technical/setup/&lt;br /&gt;
;How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS: https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns&lt;br /&gt;
;How To Create Your First DigitalOcean Droplet Virtual Server: https://www.digitalocean.com/community/articles/how-to-create-your-first-digitalocean-droplet-virtual-server&lt;br /&gt;
;An Introduction to Securing your Linux VPS: https://www.digitalocean.com/community/articles/an-introduction-to-securing-your-linux-vps&lt;br /&gt;
;Multiple domains on the same droplet: https://www.digitalocean.com/community/questions/multiple-domains-on-the-same-droplet&lt;br /&gt;
;Guidelines to setup a perfect Digital Ocean VPS: http://www.narga.net/why-moved-digitalocean-guidelines-setup-perfect-vps/&lt;br /&gt;
:: Scroll down about a 3rd of the way to get to list of tutorials.&lt;br /&gt;
&lt;br /&gt;
==== DreamHost ====&lt;br /&gt;
;DreamHost VPS Hosting: http://www.dreamhost.com/servers/vps/&lt;br /&gt;
;DreamHost configuration fixes:&lt;br /&gt;
:- http://wiki.dreamhost.com/DreamHost_PS_Troubleshooting&lt;br /&gt;
:- http://wiki.dreamhost.com/PS_Optimization&lt;br /&gt;
:- http://wiki.dreamhost.com/Preventing_hotlinking&lt;br /&gt;
:- http://wiki.dreamhost.com/XCache&lt;br /&gt;
:- http://xcache.lighttpd.net/wiki/Introduction&lt;br /&gt;
:- https://www.mediawiki.org/wiki/Manual:Robots.txt&lt;br /&gt;
&lt;br /&gt;
==== Google Cloud Platform ====&lt;br /&gt;
;Google Cloud Platform: https://cloud.google.com/&lt;br /&gt;
: &amp;quot;Build applications and websites, store data, and analyze data on Google’s infrastructure.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Kyup ====&lt;br /&gt;
* [https://kyup.com Kyup: Scalable Cloud Hosting on Linux containers]&lt;br /&gt;
: High-performance cloud servers deployed instantly. Built on innovative Linux containers technology, loved by developers. Simple pay-as-you-go pricing!&lt;br /&gt;
&lt;br /&gt;
==== Linode ====&lt;br /&gt;
;Linode: https://www.linode.com/&lt;br /&gt;
&lt;br /&gt;
==== VPS.NET ====&lt;br /&gt;
;VPS.NET: http://vps.net/&lt;br /&gt;
&lt;br /&gt;
===== Further Reading =====&lt;br /&gt;
;Best Cloud Hosting: http://best-cheap-hosting.com/best-cloud-hosting/&lt;br /&gt;
&lt;br /&gt;
=== Web Hosting Control Panels ===&lt;br /&gt;
If you set up your own server, it might be helpful to have the assistance of a [[wikipedia:Graphical user interface|GUI]] control panel.&lt;br /&gt;
;Comparison of web hosting control panels: http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels&lt;br /&gt;
;The Definitive Thread on Open Source Control Panels/ cPanel Alternatives: Part I: https://www.digitalocean.com/community/questions/the-definitive-thread-on-open-source-control-panels-cpanel-alternatives-part-i&lt;br /&gt;
;Webmin: http://www.webmin.com/&lt;br /&gt;
;ZPanel: http://www.zpanelcp.com/&lt;br /&gt;
: &amp;quot;ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written in PHP and uses several open-source (or freely available) software packages to provide a secure, web hosting system.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Resources ==&lt;br /&gt;
=== Tool Collections ===&lt;br /&gt;
;10 Free and Useful Tools for Web Designers: http://coolhomepages.com/10-Free-and-Useful-Tools-for-Web-Designers/blog-845.html&lt;br /&gt;
: Some of the tools mentioned include:&lt;br /&gt;
:- Infinite Slider: https://kinsta.com/infinite-slider/ (A WordPress slider plugin.)&lt;br /&gt;
:- ImageOptim: https://imageoptim.com/ (Optimize image size for web. Open source.)&lt;br /&gt;
:- Google Web Designer: http://www.google.com/webdesigner/ (Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.)&lt;br /&gt;
&lt;br /&gt;
=== Analytics ===&lt;br /&gt;
;Piwik - Free (&amp;amp;amp; Open Source) Web Analytics Software: http://piwik.org/&lt;br /&gt;
&lt;br /&gt;
=== Browser &amp;amp;amp; Mobile Device Testers ===&lt;br /&gt;
;Chrome DEVTOOLS Device Mode &amp;amp; Mobile Emulation: https://developer.chrome.com/devtools/docs/device-mode&lt;br /&gt;
: Device mode brings the insights of mobile testing to your browser tab through the power of mobile emulation.&lt;br /&gt;
&lt;br /&gt;
; MobileTest.me: http://mobiletest.me/&lt;br /&gt;
: Test your websites in smartphone &amp;amp; tablet emulators.&lt;br /&gt;
&lt;br /&gt;
=== Structured Data ===&lt;br /&gt;
; schema.org: http://schema.org/&lt;br /&gt;
: Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results, making it easier for people to find the right Web pages. Many sites are generated from structured data, which is often stored in databases. When this data is formatted into HTML, it becomes very difficult to recover the original structured data. Many applications, especially search engines, can benefit greatly from direct access to this structured data. On-page markup enables search engines to understand the information on web pages and provide richer search results in order to make it easier for users to find relevant information on the web. Markup can also enable new tools and applications that make use of the structure. &lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
;After the Deadline: http://www.afterthedeadline.com/&lt;br /&gt;
:: After the Deadline is a language checker for the web with:&lt;br /&gt;
::- Contextual Spell Checking&lt;br /&gt;
::- Advanced Style Checking&lt;br /&gt;
::- Intelligent Grammar Checking&lt;br /&gt;
&lt;br /&gt;
;BuiltWith: http://builtwith.com/&lt;br /&gt;
: Find out what websites are Built With&lt;br /&gt;
&lt;br /&gt;
;Color Hex Color Codes: http://www.color-hex.com/&lt;br /&gt;
&lt;br /&gt;
;DIFF CHECKER: https://www.diffchecker.com/&lt;br /&gt;
: Can&amp;#039;t remember &amp;#039;&amp;#039;exactly&amp;#039;&amp;#039; what changes you made to that &amp;lt;tt&amp;gt;html&amp;lt;/tt&amp;gt; file? Let DIFF CHECKER come to the rescue.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Another online Diff Checker is&amp;#039;&amp;#039;: &amp;#039;&amp;#039;&amp;#039;QuickDiff.com&amp;#039;&amp;#039;&amp;#039;: http://www.quickdiff.com/&lt;br /&gt;
: An Online Tool to do a &amp;#039;quick and dirty&amp;#039; diff of two text or code fragments.&lt;br /&gt;
&lt;br /&gt;
;Hacked Website Cleanup Tools Extension: https://www.whitefirdesign.com/hacked-website-cleanup-tools&lt;br /&gt;
&lt;br /&gt;
;HeadJS -- The Only Script In Your &amp;lt;HEAD&amp;gt; -- A tiny script that speeds up, simplifies and modernizes your site.: Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues.&lt;br /&gt;
: http://headjs.com/&lt;br /&gt;
&lt;br /&gt;
;ID Your Body For Greater CSS Control and Specificity: http://css-tricks.com/id-your-body-for-greater-css-control-and-specificity/&lt;br /&gt;
&lt;br /&gt;
;if this then that: http://ifttt.com/wtf&lt;br /&gt;
: Automated triggers for various web and internet related tasks.&lt;br /&gt;
&lt;br /&gt;
;Online Email Obfuscator: http://andrew.hedges.name/experiments/obfuscator/&lt;br /&gt;
&lt;br /&gt;
;PURL: http://purl.oclc.org/docs/index.html&lt;br /&gt;
: PURLs (Persistent Uniform Resource Locators) are Web addresses that act as permanent identifiers in the face of a dynamic and changing Web infrastructure.&lt;br /&gt;
&lt;br /&gt;
;Text Mechanic™ - Text Manipulation Tools: http://textmechanic.com/&lt;br /&gt;
: A collection of free, online, browser-based, text manipulation tools.&lt;br /&gt;
&lt;br /&gt;
;Use PHP to insert an automatic “last modified” date into web pages: http://code.adonline.id.au/last-modified-date-php/&lt;br /&gt;
&lt;br /&gt;
;What Beautiful HTML Code Looks Like: http://css-tricks.com/what-beautiful-html-code-looks-like/&lt;br /&gt;
&lt;br /&gt;
;What is humans.txt?: http://humanstxt.org/&lt;br /&gt;
&lt;br /&gt;
;When can I use...: http://caniuse.com/&lt;br /&gt;
: Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
;Your Web, documented · WebPlatform.org: http://www.webplatform.org/&lt;br /&gt;
&lt;br /&gt;
;HTML5 Development Center: Resources and Tools: http://www.sitepoint.com/tag/html5-dev-center/&lt;br /&gt;
&lt;br /&gt;
;All The Tools I Used to Rebuild the DMAD Website: http://dmad.com/web-tools&lt;br /&gt;
: Brief mentions of lots of useful tools, including...&lt;br /&gt;
:- [http://bootstrapwp.rachelbaker.me/ BootstrapWP] Bootstrap theme for WordPress.&lt;br /&gt;
:- [http://css-tricks.com/ CSS-Tricks]&lt;br /&gt;
:- [http://yoast.com/wordpress/seo/ Yoast WordPress SEO Plugin]&lt;br /&gt;
:- [http://www.advancedcustomfields.com/ Advanced Custom Fields] - Custom fields. Made easy. Use the Advanced Custom Fields plugin to take full control of your edit screens &amp;amp; custom field data.&lt;br /&gt;
: ... and more.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=965</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=965"/>
		<updated>2017-11-30T00:09:46Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Bibliography | Cite | Citation */ End Notes | Footnotes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Edit Sheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Sheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation | End Notes | Footnotes ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [https://www.library.georgetown.edu/tutorials/research-guides/turabian-footnote-guide Turabian Footnote/Endnote Style]&lt;br /&gt;
: The examples in this guide are meant to introduce you to the basics of citing sources using Kate Turabian&amp;#039;s A Manual for Writers of Term Papers, Theses, and Dissertations (seventh edition).  Kate Turabian created her first &amp;quot;manual&amp;quot; in 1937 as a means of simplifying for students The Chicago Manual of Style; the seventh edition of Turabian is based on the 15th edition of the Chicago Manual.&lt;br /&gt;
: For types of resources not covered in this guide (e.g., government documents, manuscript collections, video recordings) and for further detail and examples, you can consult the websites listed at the end of this guide, the handbook itself (LAU Ref Desk LB 2369 .T8 2007) or a reference librarian.&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia: Note (typography)|Note (typography)]]&lt;br /&gt;
: Typographical devices such as the asterisk (*) or dagger (†) may also be used to point to footnotes; the traditional order of these symbols in English is *, †, ‡, §, ‖, ¶.[1] Historically, ☞ was also at the end of this list.[2] In documents like timetables, many different symbols, as well as letters and numbers, may be used to refer the reader to particular notes. In John Bach McMaster&amp;#039;s multi-volume History of the People of the United States the sequence runs *, †, ‡, # (instead of §), ‖, Δ (instead of ¶), ◊, ↓, ↕, ↑.&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
* [https://www.typewolf.com/cheatsheet Typography Cheatsheet]&lt;br /&gt;
: A comprehensive guide to using proper typographic characters, including correct grammatical usage.&lt;br /&gt;
:: Editor&amp;#039;s note: Includes keyboard shortcuts for Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Spreadsheet_Tricks&amp;diff=964</id>
		<title>Spreadsheet Tricks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Spreadsheet_Tricks&amp;diff=964"/>
		<updated>2017-11-29T22:20:20Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Link To Google Spreadsheets */ Link to a cell in a Google Spreadsheet via URL?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}} &amp;lt;!-- See: Manual:$wgRawHtml --&amp;gt;&lt;br /&gt;
== Dashboards ==&lt;br /&gt;
* [http://www.exceltip.com/excel-dashboards Excel Dashboards]&lt;br /&gt;
: 100+ Excel Dashboards&lt;br /&gt;
&lt;br /&gt;
* [http://excelforum.com/winner/winner.html Winners of excelforum.com dashboard competition 2014]&lt;br /&gt;
: Winners of 2014 dashboard competition.&lt;br /&gt;
&lt;br /&gt;
== Embedding Spreadsheets &amp;amp; Parts of Spreadsheets ==&lt;br /&gt;
=== Embed Google Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;#039;500&amp;#039; height=&amp;#039;350&amp;#039; frameborder=&amp;#039;0&amp;#039; src=&amp;#039;https://docs.google.com/spreadsheet/ccc?key=0Aumujjc9cTZhdE92TExvcjU5NVZBbFk2Ul82dFI1ZUE&amp;amp;single=true&amp;amp;gid=0&amp;amp;range=J2%3AQ12&amp;amp;output=html&amp;amp;widget=true&amp;#039;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
; Sources&lt;br /&gt;
* [https://sites.google.com/a/googleapps.com/sitesbp/site-development/tips-tricks/inserting-portions-of-a-google-spreadsheet-into-a-google-sites-page Inserting Portions of a Google Spreadsheet into a Google Sites Page]&lt;br /&gt;
; See Also&lt;br /&gt;
* [http://productforums.google.com/forum/#!msg/docs/HHDMCcfSvEM/rrh9iv5XdPYJ Share spreadsheet with link to a sheet/cell]&lt;br /&gt;
&lt;br /&gt;
=== Embed &amp;lt;s&amp;gt;SkyDrive&amp;lt;/s&amp;gt; OneDrive Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;650&amp;quot; height=&amp;quot;450&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot; src=&amp;quot;https://skydrive.live.com/embed?cid=0D58D956AB4BC9E0&amp;amp;resid=D58D956AB4BC9E0%21117&amp;amp;authkey=AH7Glp3oB3WJ4Ag&amp;amp;em=2&amp;amp;AllowTyping=True&amp;amp;wdDownloadButton=True&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://support.office.com/en-ca/article/Share-it-Embed-an-Excel-workbook-on-your-web-page-or-blog-from-OneDrive-804e1845-5662-487e-9b38-f96307144081 Share it: Embed an Excel workbook on your web page or blog from OneDrive]&lt;br /&gt;
&lt;br /&gt;
== Google Spreadsheets ==&lt;br /&gt;
* [http://igoogledrive.blogspot.in/2012/08/conditional-format-to-drop-down-list.html Conditional format to a drop down list item in spreadsheet]&lt;br /&gt;
: Step-by-step guide to conditionally formatting a drop-down list in Google Sheets.&lt;br /&gt;
&lt;br /&gt;
* [http://www.labnol.org/internet/alternate-color-rows-in-google-sheets/28701/ How to Color Alternate Rows in Google Sheets]&lt;br /&gt;
: Google Sheets do not support zebra stripes (yet) but you can use conditional formatting combined with a simple Google Formula to create a formatted table.&lt;br /&gt;
&lt;br /&gt;
* [http://www.labnol.org/internet/import-html-in-google-docs/28125/ How to Import Web Data into Google Docs]&lt;br /&gt;
: Directly import tabular data from web pages and edit it inside a Google Spreadsheet.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=ImportHTML(&amp;quot;&amp;lt;nowiki&amp;gt;http://www.labnol.org/internet/tips-for-tech-startups/19483/&amp;lt;/nowiki&amp;gt;&amp;quot;, &amp;quot;list&amp;quot;, 2)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/docs/answer/3093339?hl=en Docs editors Help: IMPORTHTML]&lt;br /&gt;
: Imports data from a table or list within an HTML page.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=IMPORTHTML(&amp;quot;http://en.wikipedia.org/wiki/Demographics_of_India&amp;quot;,&amp;quot;table&amp;quot;,4)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/presentation/d/1HrCFCMh5XxF4JSma_A5-QpAvlyFhpeBzWkZT7CvEsS4/edit#slide=id.p Web Scraping with Google Docs]&lt;br /&gt;
: A powerpoint-like presentation.&lt;br /&gt;
&lt;br /&gt;
=== Link To Google Spreadsheets ===&lt;br /&gt;
* [https://webapps.stackexchange.com/questions/44473/link-to-a-cell-in-a-google-spreadsheet-via-url Link to a cell in a Google Spreadsheet via URL?]&lt;br /&gt;
: 2017-11-29: Editor&amp;#039;s Note -- Try this link: [https://docs.google.com/spreadsheets/d/13PuCx8zKUjXvofFYBGzoOYog7UHpvLzCgxMLF9INnr8/edit#gid=1812582007&amp;amp;range=A3 Go to cell A3 of Sheet2]&lt;br /&gt;
&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/docs/nYOSkroiHbU;context-place=topicsearchin/docs/authorid$3AAPn2wQcyXHY5Y7svWi8kx9AxKGGK1FnHEiBJEEu1ecbr6j6u484uqU3MMwVK3K1KLSRsACDU5uo4%7Csort:date%7Cspell:false How do I link to a specific tab with Google Sheets?]&lt;br /&gt;
: 2017-11-29: Editor&amp;#039;s Note -- Have not tested yet.&lt;br /&gt;
&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/docs/HHDMCcfSvEM Share spreadsheet with link to a sheet/cell]&lt;br /&gt;
: 2017-11-29: Editor&amp;#039;s Note -- Have not tested yet. Solution is at bottom of list.&lt;br /&gt;
&lt;br /&gt;
=== Fusion Tables ===&lt;br /&gt;
* [https://support.google.com/fusiontables/#topic=1652595 Fusion Tables Help]&lt;br /&gt;
: Fusion Tables is an experimental data visualization web application to gather, visualize, and share larger data tables.&lt;br /&gt;
&lt;br /&gt;
=== Array Formula In Google Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;#039;950&amp;#039; height=&amp;#039;300&amp;#039; frameborder=&amp;#039;0&amp;#039; src=&amp;#039;https://docs.google.com/spreadsheet/pub?key=0Ap9dh6jmi4yndEp1Q1M4cXk0QTFOTmpRWW5mb25kNkE&amp;amp;output=html&amp;amp;widget=true&amp;#039;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[wikipedia:LibreOffice Calc|LibreOffice Calc]] ==&lt;br /&gt;
* [http://stackoverflow.com/questions/31036760/how-can-i-update-libreoffice-calc-cells-in-real-time-from-a-mysql-database How can I update LibreOffice Calc cells in real-time from a MySQL database?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/27102600/libreoffice-com-mysql-jdbc-driver-cannot-be-loaded LibreOffice: &amp;#039;com.mysql.jdbc.driver&amp;#039; cannot be loaded]&lt;br /&gt;
: This tutorial shows how to download and install the &amp;lt;tt&amp;gt;mysql-connector-java-x.x.x-bin.jar&amp;lt;/tt&amp;gt; file in order to connect LibreOffice to MySQL.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Excel ==&lt;br /&gt;
=== Excel Add-Ins ===&lt;br /&gt;
* [http://www.dutchcode.com/ Timeslider]&lt;br /&gt;
: The Timeslider is a historical data engine for Microsoft Excel. The add-in allows you to store and retrieve historical data directly from the cells of your spreadsheet.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard Shortcuts ===&lt;br /&gt;
* [http://osxdaily.com/2012/03/27/making-sense-of-mac-keyboard-symbols/ Making Sense of Mac Keyboard Symbols]&lt;br /&gt;
: Ever wondered what those Mac keyboard symbols mean and what they translate to? Find help here.&lt;br /&gt;
&lt;br /&gt;
* [https://exceljet.net/keyboard-shortcuts 222 Excel keyboard shortcuts for PC and Mac]&lt;br /&gt;
: Windows shortcuts in dark gray on the left, Mac shortcuts in white on the right.&lt;br /&gt;
:: See also: [https://exceljet.net/blog/the-54-excel-shortcuts-you-really-should-know The 54 Excel shortcuts you really should know] and [https://exceljet.net/blog/how-to-use-mac-function-keys-with-excel How to use Mac function keys with Excel].&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/250-ms-excel-keyboard-shortcuts.html 250 MS-Excel Keyboard Shortcuts]&lt;br /&gt;
: [http://www.exceltip.com/wp-content/uploads/2015/05/250-Ms-Excel-Keyboard-Shortcuts.pdf Download – List of 250 Ms-Excel Keyboard Shortcuts] (PDF)&lt;br /&gt;
: [http://www.exceltip.com/wp-content/uploads/2015/05/250-MS-Excel-Keyboards-Shortcuts.xlsx Download – List of 250 Ms-Excel-xlsx File] (XLSX)&lt;br /&gt;
&lt;br /&gt;
* [http://akselrod-academy.com/paste-special/ Paste Special Excel Shortcut: Copy Formula, Paste Values, Copy Format, Excel Transpose, and more…]&lt;br /&gt;
: There are many Excel shortcuts, but few are as versatile as the Paste Special command.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;big&amp;gt;MS Excel Keyboard Shortcuts&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
Shown below is a list of the 10 most important Excel keyboard shortcuts you must know for analyzing data, writing quick formulas, formatting data, switching between sheets, etc.&lt;br /&gt;
;1. Shift + F10 – The Right Click pop up open&lt;br /&gt;
: Most of the time users suffer to have the right click shortcut while working on any database. By pressing shift + F10, you can open the right click menu. You can use up / down arrow keys to move to various options. The right arrow key is used to open fly-out menu. Hit enter when you get to the item you want.&lt;br /&gt;
;2. Ctrl + 1 – Open “Format Cells” dialog box&lt;br /&gt;
: It is one of the most influential and time saving shortcuts in Excel. It enables the user to skip all the long procedure to format cells, charts, text boxes, etc. to make life easy.&lt;br /&gt;
;3. Ctrl + 5 – Applies or remove strike-through&lt;br /&gt;
: We all make list on excel and wants to cross it off once it’s done. It gives us feel like we have finished our tasks. Select a cell or range and then press CTRL + 5 to apply strike-through to the cell / range.&lt;br /&gt;
;4. Ctrl + 9 – Hide the complete row&lt;br /&gt;
: In Excel, move anywhere in a row you want to hide and then press CTRL + 9.The entire current row is hidden. You can also use Shift+Up arrow or Shift+Down arrow to select several rows.&lt;br /&gt;
;5. Ctrl + SHIFT + L – Turn on / off filter&lt;br /&gt;
: One of the powerful and useful shortcuts (CTRL + SHIFT + L) while working on large data set especially when you set few filters on, and then want to return back to the full view of data clearing all filters.&lt;br /&gt;
;6. Ctrl + * – Select the current region&lt;br /&gt;
: Select the current range by pressing CTRL + asterisk key, which is the complete data set, in all directions from the current cell until Excel hits the edge of the worksheet.&lt;br /&gt;
;7. F4 – To repeat last action&lt;br /&gt;
: F4 is one of the best shortcuts in Excel and there are various ways to use it. It saves the user from keystrokes and mouse involvement. If you are not editing a cell, it repeats the last command or action. For example, if you have just deleted a row and you want to delete another row, simply select the range where you want to delete the next row and press F4.&lt;br /&gt;
;8. F4 – Set cell references or add dollar sign to a reference&lt;br /&gt;
: F4 cycles through all 4 types of cell references (absolute, mixed reference (2x) and relative). It helps to change the reference style from relative (A1) to absolute ($A$1). It is very useful when you want to take formula from one cell to other cell but want to keep the same reference in the formula.&lt;br /&gt;
;9. Ctrl + T – To Insert a Table&lt;br /&gt;
: In Excel, Tables are very flexible and easy to work. Especially to convert bunch of data into table.To make it in table, select any cell in the spreadsheet (with our without data) and press CTRL+ T. If your spreadsheet contains header cells, you might need to check the My Table Has Headers option.&lt;br /&gt;
;10. Shift + F2 – Insert / edit comment&lt;br /&gt;
: This shortcut will help you to add or edit the comment easily.&lt;br /&gt;
&lt;br /&gt;
=== Learn Excel ===&lt;br /&gt;
* [http://www.skilledup.com/articles/free-excel-tutorials Learn Excel Without Spending a Penny: 40 Free Excel Tutorials &amp;amp; Reference Sites]&lt;br /&gt;
: Includes links to resources, like the following:&lt;br /&gt;
::- [http://excelribbon.tips.net/ ExcelRibbon.Tips.Net] - Microsoft Excel Tips, Tricks, and Ideas!&lt;br /&gt;
::- Duke&amp;#039;s Fuqua School of Business - Ecklund Excel Review - [https://faculty.fuqua.duke.edu/~pecklund/ExcelReview/ExcelReview.htm Excel Review Materials]&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/introduction-to-use-advance-filter.html Introduction to Advance Filter]&lt;br /&gt;
: Filtering is a simple, however, amazing &amp;amp; powerful way to analyze data. Advance filter are quite easy to use. Here’s how you can use Excel’s advanced filtering capabilities.&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/7-ways-to-use-advance-filter.html 7 Ways to Use Advance Filter]&lt;br /&gt;
: Advance Filter is the most powerful feature of Excel. The advanced filtering feature in Excel allows you to quickly copy unique information from one data list to another. It allows the person to quickly remove duplicates, extract records that meet certain criteria. It works great when we use wildcards, within 2 date criteria.&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tricks ===&lt;br /&gt;
* [http://superuser.com/questions/562659/extract-date-from-string-in-excel extract date from string in excel]&lt;br /&gt;
: For instance, to separate date from full path:&amp;lt;br /&amp;gt;(e.g. &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Directory\Sub-Directory\12-27-2016&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt; &amp;#039;&amp;#039;to&amp;#039;&amp;#039; &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Directory\Sub-Directory\&amp;lt;/tt&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;12-27-2016&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;)&lt;br /&gt;
:: Extract Path: &amp;lt;tt&amp;gt;=LEFT(A1,MIN(FIND(0,SUBSTITUTE(A1,{1,2,3,4,5,6,7,8,9},0)&amp;amp;0))-1)&amp;lt;/tt&amp;gt;&lt;br /&gt;
:: Extract Date: &amp;lt;tt&amp;gt;=SUBSTITUTE(A1,B1,&amp;quot;&amp;quot;)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3145980/how-to-insert-double-or-single-quotes How to Insert Double or Single Quotes]&lt;br /&gt;
: Wrap String in Double Quotes: &amp;lt;tt&amp;gt;=&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: Wrap String in Single Quotes: &amp;lt;tt&amp;gt;=&amp;quot;&amp;#039;&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;&amp;#039;&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/3278-excel-reverse-concatenate.html How to reverse the concatenate function in Excel?]&lt;br /&gt;
: As we all known, the Concatenate function in Excel can help us to combine multiple cells into one cell, but, sometimes, you want to do the opposite of Concatenate function, it means not combine cells, but split cell value into multiple separated cells. Have you ever thought of reversing the Concatenate function in Excel?&lt;br /&gt;
:: Example: &amp;lt;tt&amp;gt;=TRIM(MID(SUBSTITUTE($A2,&amp;quot;,&amp;quot;,REPT(&amp;quot; &amp;quot;,999)),COLUMNS($A:A)*999-998,999))&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/9776611/insert-picture-into-excel-cell Insert picture into excel cell]&lt;br /&gt;
: I can get the pictures to &amp;quot;float&amp;quot; around my worksheet, but I need to put them into a cell. How can I do this?&lt;br /&gt;
&lt;br /&gt;
==== Find Common Text Value From Multiple Columns ====&lt;br /&gt;
* [http://superuser.com/questions/811009/excel-how-do-i-find-common-text-values-from-multiple-2-columns Excel- How do I find common text values from multiple (&amp;gt;2) columns?]&lt;br /&gt;
: What it does: Finds the common text value across multiple columns that matches the corresponding value in the selected column. For instance, if you&amp;#039;re trying to find a text value in Column C that has a corresponding match in both Columns A &amp;amp;amp; B, you could use a formula like the one shown below.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=MIN(MAX(($A$2:$A$53=$C2)*1),MAX(($B$2:$B$44=$C2)*1))&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;Array Formula: CTRL + SHIFT + ENTER&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==== Find Value; Return Column Header ====&lt;br /&gt;
* [http://www.excelforum.com/excel-formulas-and-functions/937047-find-average-return-column-header-of-number-closest-to-average.html Find Average, Return Column Header of Number Closest To Average]&lt;br /&gt;
: What it does: Finds the average of each row, then determines which column header comes closest to the average and returns that column&amp;#039;s header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX(B$1:E$1,MATCH(MIN(ABS(B2:E2-AVERAGE(B2:E2))),ABS(B2:E2-AVERAGE(B2:E2)),0))&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;Array Formula: CTRL + SHIFT + ENTER&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://www.mrexcel.com/forum/excel-questions/37642-formula-return-column-header.html Find Minimum &amp;amp; Return Column Header]&lt;br /&gt;
What it does: Finds the minimum in a row and returns the text that appears in that column&amp;#039;s header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX($B$1:$E$1,MATCH(MIN(B2:E2),B2:E2,0))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.excelforum.com/excel-formulas-and-functions/729665-find-value-in-row-and-return-column-heading.html Find Value in Row and Return Column Heading]&lt;br /&gt;
: What it does: Finds a value in a row and returns column header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=LOOKUP(2,1/($B2:$E2=$G2),$B$1:$E$1)&amp;lt;/code&amp;gt; ([[User:Dave|Dave&amp;#039;s]] modification.)&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=LOOKUP(2,1/($D2:$Z2=&amp;quot;x&amp;quot;),$D$1:$Z$1)&amp;lt;/code&amp;gt; (One of the original source formulas.)&lt;br /&gt;
&lt;br /&gt;
* [http://www.mrexcel.com/forum/excel-questions/551308-find-row-find-value-then-return-column-heading.html Find row, find value, then return column heading]&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX($B$1:$E$1,MATCH(H2,INDEX($B$2:$E$26,MATCH(G2,$A$2:$A$26),)))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
* [http://www.extendoffice.com/documents/excel/957-excel-link-textbox-to-cell.html How to link textbox to a specific cell in Excel?]&lt;br /&gt;
: Example: While text box is selected, input a formula like &amp;lt;code&amp;gt;=Contractors!$C$2&amp;lt;/code&amp;gt; to link the text box to the content of cell C2 on the &amp;quot;Contractors&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
* [http://www.extendoffice.com/documents/excel/958-excel-hyperlink-to-sheet.html Create hyperlink in a cell to another sheet in the same workbook]&lt;br /&gt;
&lt;br /&gt;
; Moving worksheets containing formulas without linking back to source document.&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-excel/paste-formulas-without-source-workbooks-filename/679dc626-907a-e011-9b4b-68b599b31bf5 Paste formulas without source workbook&amp;#039;s filename]&lt;br /&gt;
&lt;br /&gt;
==== Notes &amp;amp;amp; Comments ====&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/an-alternative-to-excel-comments/ An alternative to Excel comments]&lt;br /&gt;
: Use Excel&amp;#039;s data validation feature to share meaningful information about specific cells with users.&lt;br /&gt;
&lt;br /&gt;
* [http://lifehacker.com/add-comments-to-a-formula-in-excel-for-your-future-refe-510113024 Add Comments to a Formula in Excel for Your Future Reference]&lt;br /&gt;
: The N() function comes in handy if you want comments embedded within the formula for your own notes, reference, etc.&amp;lt;br /&amp;gt;Example: &amp;lt;code&amp;gt;=SUM(E82:E83)+N(&amp;quot;&amp;lt;nowiki&amp;gt;Tutorial found here: http://lifehacker.com/add-comments-to-a-formula-in-excel-for-your-future-refe-510113024&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Working With Text ===&lt;br /&gt;
* [http://www.techrepublic.com/forums/questions/excel-how-can-you-restrain-text-from-flowing-into-adjacent-blank-cells-1/post-f5f962ab-d1b1-11e2-bc00-02911874f8c8/ Excel: How can you restrain text from flowing into adjacent blank cells? -- Message 11 of 15: If you don&amp;#039;t need to see all the text...]&lt;br /&gt;
&lt;br /&gt;
* [http://office.microsoft.com/en-us/excel-help/text-function-HP010062580.aspx TEXT function]&lt;br /&gt;
: Describes the formula syntax and usage of the TEXT function in Microsoft Office Excel. Excel&amp;#039;s TEXT function returns a value converted to text with a specified format.&lt;br /&gt;
&lt;br /&gt;
* [http://www.youtube.com/watch?v=JUB0E5r_ERw Return Cell Value as Number with Excel N Function] (Video)&lt;br /&gt;
: One of many video lessons from [http://www.youtube.com/user/contextures?feature=watch Contextures Inc.].&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Cells Containing Text &amp;amp;amp; Numbers ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;color: black; background-color: #FFFAFA;&amp;quot;&lt;br /&gt;
|+ Sum Numbers in Cells Containing Text &amp;amp; Numbers - &amp;lt;tt&amp;gt;IFERROR&amp;lt;/tt&amp;gt; Version - Should work in Excel 2007 and above (PC) &amp;amp; Excel 2011 and above (Mac).&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | A&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | B&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | C&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | D&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | E&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 1&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | String&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Result&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | What It Does&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Array?&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 2&lt;br /&gt;
| 5 red 12 yellow 10, green 5 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: orange;&amp;quot; | 77&lt;br /&gt;
| Sums all numbers found in cells A2:A4. Ignores text.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 3&lt;br /&gt;
| red 3, blue 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 12&lt;br /&gt;
| Sums just the numbers in A3.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 4&lt;br /&gt;
| yellow 21, blue 3&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 24&lt;br /&gt;
| Sums just the numbers in A4.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 5&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Explanation:&amp;#039;&amp;#039;&amp;#039; The formulas shown above are [http://www.excel-easy.com/functions/array-formulas.html array formulas]. After typing an array formula into the [http://www.computerhope.com/jargon/f/formulab.htm formula bar], finish by pressing &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac).&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; The formula bar indicates that this is an array formula by enclosing it in curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt;. Do not type these yourself. They disappear whenever you edit the formula, making it necessary to press &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac) whenever you edit the formula. The curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt; in the examples shown above are displayed only to show what the formula looks like as it appears in the formula bar.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source:&amp;#039;&amp;#039;&amp;#039; [http://www.mrexcel.com/forum/excel-questions/505622-text-numbers-same-cell-sum-numbers.html text and,numbers in same cell, sum of numbers ?]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hat Tip:&amp;#039;&amp;#039;&amp;#039; [http://www.tablesgenerator.com/ Tables Generator]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;color: black; background-color: #FFFAFA;&amp;quot;&lt;br /&gt;
|+ Sum Numbers in Cells Containing Text &amp;amp; Numbers - &amp;lt;tt&amp;gt;IF(ISERROR&amp;lt;/tt&amp;gt; Version - Should work in Excel 2003 and above (PC) &amp;amp; Excel 2008 and above (Mac).&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | A&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | B&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | C&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | D&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | E&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 1&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | String&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Result&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | What It Does&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Array?&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 2&lt;br /&gt;
| 5 red 12 yellow 10, green 5 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: orange;&amp;quot; | 77&lt;br /&gt;
| Sums all numbers found in cells A2:A4. Ignores text.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 3&lt;br /&gt;
| red 3, blue 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 12&lt;br /&gt;
| Sums just the numbers in A3.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE(A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE(A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 4&lt;br /&gt;
| yellow 21, blue 3&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 24&lt;br /&gt;
| Sums just the numbers in A4.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE(A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE(A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 5&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Explanation:&amp;#039;&amp;#039;&amp;#039; The formulas shown above are [http://www.excel-easy.com/functions/array-formulas.html array formulas]. After typing an array formula into the [http://www.computerhope.com/jargon/f/formulab.htm formula bar], finish by pressing &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac).&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; The formula bar indicates that this is an array formula by enclosing it in curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt;. Do not type these yourself. They disappear whenever you edit the formula, making it necessary to press &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac) whenever you edit the formula. The curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt; in the examples shown above are displayed only to show what the formula looks like as it appears in the formula bar.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source:&amp;#039;&amp;#039;&amp;#039; [http://www.mrexcel.com/forum/excel-questions/505622-text-numbers-same-cell-sum-numbers.html text and,numbers in same cell, sum of numbers ?]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hat Tip:&amp;#039;&amp;#039;&amp;#039; [http://www.tablesgenerator.com/ Tables Generator]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Pivot Tables ===&lt;br /&gt;
* [http://office.microsoft.com/en-us/excel-help/pivottable-i-get-started-with-pivottable-reports-in-excel-2007-RZ010205886.aspx PivotTable I: Get started with PivotTable reports in Excel 2007]&lt;br /&gt;
: This course includes one self-paced lesson and one practice session for hands-on experience.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; Excel ===&lt;br /&gt;
* [https://www.youtube.com/watch?v=t6U2OF0dj48 Excel Lesson 31 - Retrieve Data From MySQL Database Using MS Query] (YouTube tutorial.)&lt;br /&gt;
: Very good tutorial! Learn how to retrieve data from MySQL Database using Microsoft Query, Join multiple tables &amp;amp; link the exported data to a drop down list to retrieve data dynamically based on the value of drop down list.&lt;br /&gt;
:: Additional Excel video lessons from [https://www.udemy.com/user/deepdave/ this instructor]: [http://www.needforexcel.com/#!videos/c10fk Excel &amp;amp; VBA Video Tutorials]&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=g4sT-X1UrQA Excel Lesson 34 - Import Data Using SQL Queries &amp;amp; Stored Procedures From SQL Server To Excel] (YouTube tutorial.)&lt;br /&gt;
:  Learn How To Import Data Using SQL Queries &amp;amp; Stored Procedures From SQL Server To Excel. Database connectivity can be a very powerful tool, with which you can get real time refresh-able data which you can use for data analysis, creating dashboards etc. This method does not use VBA Coding and hence can be learnt by any excel user who does not know VBA Programming.&lt;br /&gt;
&lt;br /&gt;
* [http://www.temida.si/~bojan/MPS/materials/Data%20Analysis%20Using%20SQL%20and%20Excel.pdf Data Analysis Using SQL and Excel] (Book - Large, slow-to-download PDF.)&lt;br /&gt;
&lt;br /&gt;
* [http://forums.mysql.com/read.php?10,254825 Connecting to MySQL from Excel 2007] (MySQL Forums)&lt;br /&gt;
: Answer: [http://forums.mysql.com/read.php?10,254825,254856#msg-254856 Re: Connecting to MySQL from Excel 2007]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/25039573/how-to-connect-ms-excel-2007-with-mysql How to connect ms excel-2007 with mysql.] (StackExchange)&lt;br /&gt;
: To connect Excel to MySQL, you need ODBC driver. This StackExchange answer combines two of the submitted answers for the solution.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/18798522/run-sql-on-excel-table Run SQL on excel table] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
=== Using SQL Statements in Excel ===&lt;br /&gt;
* [http://stackoverflow.com/questions/315504/tricks-for-generating-sql-statements-in-excel Tricks for generating SQL statements in Excel] (StackExchange)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; Do you have any tricks for generating SQL statements, mainly INSERTs, in Excel for various data import scenarios?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; (Spaces added for visibility - remove before inserting.)&lt;br /&gt;
:: &amp;lt;code&amp;gt;=CONCATENATE(&amp;quot;insert into table (id, name) values (&amp;quot;,C2,&amp;quot;,&amp;#039; &amp;quot;,D2,&amp;quot; &amp;#039;);&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Here is another view:&lt;br /&gt;
:: &amp;lt;code&amp;gt;=CONCATENATE(&amp;quot;insert into table (id, date, price) values (&amp;quot;,C3,&amp;quot;,&amp;#039;&amp;quot;,D3,&amp;quot;&amp;#039;,&amp;quot;,B3,&amp;quot;);&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/16818796/generate-sql-insert-script-from-excel-worksheet Generate sql insert script from excel worksheet] (StackExchange)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; I have a large excel worksheet that I want to add to my database. Can I generate an SQL insert script from this excel worksheet?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; You can use Excel to create insert statements:&lt;br /&gt;
:: &amp;lt;code&amp;gt;=&amp;quot;INSERT INTO table_name VALUES(&amp;#039;&amp;quot;&amp;amp;A1&amp;amp;&amp;quot;&amp;#039;,&amp;#039;&amp;quot;&amp;amp;B1&amp;amp;&amp;quot;&amp;#039;,&amp;#039;&amp;quot;&amp;amp;C1&amp;amp;&amp;quot;&amp;#039;)&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* [http://smallbusiness.chron.com/use-sql-statements-ms-excel-41193.html How to Use SQL Statements in MS Excel] (Chron)&lt;br /&gt;
&lt;br /&gt;
* [http://www.wikihow.com/Embed-a-SQL-Query-in-Microsoft-Excel How to Embed a SQL Query in Microsoft Excel] (wikiHow)&lt;br /&gt;
&lt;br /&gt;
== Quick Edit Sheets ==&lt;br /&gt;
Moved this section to: [[Office Productivity Hacks#Quick_Edit_Sheets|Office Productivity Hacks#Quick Edit Sheets]].&lt;br /&gt;
&lt;br /&gt;
== Open-Source Tools ==&lt;br /&gt;
* [http://jspreadsheets.com/ JSpreadsheets - Best Open-Source Spreadsheets and Data Grids written in JavaScript.]&lt;br /&gt;
: JSpreadsheets compiles the best open-source spreadsheets and data grids written in JavaScript. It helps you choose the most suitable component for your project.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Spreadsheet_Tricks&amp;diff=963</id>
		<title>Spreadsheet Tricks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Spreadsheet_Tricks&amp;diff=963"/>
		<updated>2017-11-29T20:46:44Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Google Spreadsheets */ Link To Google Spreadsheets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}} &amp;lt;!-- See: Manual:$wgRawHtml --&amp;gt;&lt;br /&gt;
== Dashboards ==&lt;br /&gt;
* [http://www.exceltip.com/excel-dashboards Excel Dashboards]&lt;br /&gt;
: 100+ Excel Dashboards&lt;br /&gt;
&lt;br /&gt;
* [http://excelforum.com/winner/winner.html Winners of excelforum.com dashboard competition 2014]&lt;br /&gt;
: Winners of 2014 dashboard competition.&lt;br /&gt;
&lt;br /&gt;
== Embedding Spreadsheets &amp;amp; Parts of Spreadsheets ==&lt;br /&gt;
=== Embed Google Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;#039;500&amp;#039; height=&amp;#039;350&amp;#039; frameborder=&amp;#039;0&amp;#039; src=&amp;#039;https://docs.google.com/spreadsheet/ccc?key=0Aumujjc9cTZhdE92TExvcjU5NVZBbFk2Ul82dFI1ZUE&amp;amp;single=true&amp;amp;gid=0&amp;amp;range=J2%3AQ12&amp;amp;output=html&amp;amp;widget=true&amp;#039;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
; Sources&lt;br /&gt;
* [https://sites.google.com/a/googleapps.com/sitesbp/site-development/tips-tricks/inserting-portions-of-a-google-spreadsheet-into-a-google-sites-page Inserting Portions of a Google Spreadsheet into a Google Sites Page]&lt;br /&gt;
; See Also&lt;br /&gt;
* [http://productforums.google.com/forum/#!msg/docs/HHDMCcfSvEM/rrh9iv5XdPYJ Share spreadsheet with link to a sheet/cell]&lt;br /&gt;
&lt;br /&gt;
=== Embed &amp;lt;s&amp;gt;SkyDrive&amp;lt;/s&amp;gt; OneDrive Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;650&amp;quot; height=&amp;quot;450&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot; src=&amp;quot;https://skydrive.live.com/embed?cid=0D58D956AB4BC9E0&amp;amp;resid=D58D956AB4BC9E0%21117&amp;amp;authkey=AH7Glp3oB3WJ4Ag&amp;amp;em=2&amp;amp;AllowTyping=True&amp;amp;wdDownloadButton=True&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://support.office.com/en-ca/article/Share-it-Embed-an-Excel-workbook-on-your-web-page-or-blog-from-OneDrive-804e1845-5662-487e-9b38-f96307144081 Share it: Embed an Excel workbook on your web page or blog from OneDrive]&lt;br /&gt;
&lt;br /&gt;
== Google Spreadsheets ==&lt;br /&gt;
* [http://igoogledrive.blogspot.in/2012/08/conditional-format-to-drop-down-list.html Conditional format to a drop down list item in spreadsheet]&lt;br /&gt;
: Step-by-step guide to conditionally formatting a drop-down list in Google Sheets.&lt;br /&gt;
&lt;br /&gt;
* [http://www.labnol.org/internet/alternate-color-rows-in-google-sheets/28701/ How to Color Alternate Rows in Google Sheets]&lt;br /&gt;
: Google Sheets do not support zebra stripes (yet) but you can use conditional formatting combined with a simple Google Formula to create a formatted table.&lt;br /&gt;
&lt;br /&gt;
* [http://www.labnol.org/internet/import-html-in-google-docs/28125/ How to Import Web Data into Google Docs]&lt;br /&gt;
: Directly import tabular data from web pages and edit it inside a Google Spreadsheet.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=ImportHTML(&amp;quot;&amp;lt;nowiki&amp;gt;http://www.labnol.org/internet/tips-for-tech-startups/19483/&amp;lt;/nowiki&amp;gt;&amp;quot;, &amp;quot;list&amp;quot;, 2)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/docs/answer/3093339?hl=en Docs editors Help: IMPORTHTML]&lt;br /&gt;
: Imports data from a table or list within an HTML page.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=IMPORTHTML(&amp;quot;http://en.wikipedia.org/wiki/Demographics_of_India&amp;quot;,&amp;quot;table&amp;quot;,4)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/presentation/d/1HrCFCMh5XxF4JSma_A5-QpAvlyFhpeBzWkZT7CvEsS4/edit#slide=id.p Web Scraping with Google Docs]&lt;br /&gt;
: A powerpoint-like presentation.&lt;br /&gt;
&lt;br /&gt;
=== Link To Google Spreadsheets ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/docs/nYOSkroiHbU;context-place=topicsearchin/docs/authorid$3AAPn2wQcyXHY5Y7svWi8kx9AxKGGK1FnHEiBJEEu1ecbr6j6u484uqU3MMwVK3K1KLSRsACDU5uo4%7Csort:date%7Cspell:false How do I link to a specific tab with Google Sheets?]&lt;br /&gt;
: 2017-11-29: Editor&amp;#039;s Note -- Have not tested yet.&lt;br /&gt;
&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/docs/HHDMCcfSvEM Share spreadsheet with link to a sheet/cell]&lt;br /&gt;
: 2017-11-29: Editor&amp;#039;s Note -- Have not tested yet. Solution is at bottom of list.&lt;br /&gt;
&lt;br /&gt;
=== Fusion Tables ===&lt;br /&gt;
* [https://support.google.com/fusiontables/#topic=1652595 Fusion Tables Help]&lt;br /&gt;
: Fusion Tables is an experimental data visualization web application to gather, visualize, and share larger data tables.&lt;br /&gt;
&lt;br /&gt;
=== Array Formula In Google Spreadsheet ===&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;#039;950&amp;#039; height=&amp;#039;300&amp;#039; frameborder=&amp;#039;0&amp;#039; src=&amp;#039;https://docs.google.com/spreadsheet/pub?key=0Ap9dh6jmi4yndEp1Q1M4cXk0QTFOTmpRWW5mb25kNkE&amp;amp;output=html&amp;amp;widget=true&amp;#039;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[wikipedia:LibreOffice Calc|LibreOffice Calc]] ==&lt;br /&gt;
* [http://stackoverflow.com/questions/31036760/how-can-i-update-libreoffice-calc-cells-in-real-time-from-a-mysql-database How can I update LibreOffice Calc cells in real-time from a MySQL database?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/27102600/libreoffice-com-mysql-jdbc-driver-cannot-be-loaded LibreOffice: &amp;#039;com.mysql.jdbc.driver&amp;#039; cannot be loaded]&lt;br /&gt;
: This tutorial shows how to download and install the &amp;lt;tt&amp;gt;mysql-connector-java-x.x.x-bin.jar&amp;lt;/tt&amp;gt; file in order to connect LibreOffice to MySQL.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Excel ==&lt;br /&gt;
=== Excel Add-Ins ===&lt;br /&gt;
* [http://www.dutchcode.com/ Timeslider]&lt;br /&gt;
: The Timeslider is a historical data engine for Microsoft Excel. The add-in allows you to store and retrieve historical data directly from the cells of your spreadsheet.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard Shortcuts ===&lt;br /&gt;
* [http://osxdaily.com/2012/03/27/making-sense-of-mac-keyboard-symbols/ Making Sense of Mac Keyboard Symbols]&lt;br /&gt;
: Ever wondered what those Mac keyboard symbols mean and what they translate to? Find help here.&lt;br /&gt;
&lt;br /&gt;
* [https://exceljet.net/keyboard-shortcuts 222 Excel keyboard shortcuts for PC and Mac]&lt;br /&gt;
: Windows shortcuts in dark gray on the left, Mac shortcuts in white on the right.&lt;br /&gt;
:: See also: [https://exceljet.net/blog/the-54-excel-shortcuts-you-really-should-know The 54 Excel shortcuts you really should know] and [https://exceljet.net/blog/how-to-use-mac-function-keys-with-excel How to use Mac function keys with Excel].&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/250-ms-excel-keyboard-shortcuts.html 250 MS-Excel Keyboard Shortcuts]&lt;br /&gt;
: [http://www.exceltip.com/wp-content/uploads/2015/05/250-Ms-Excel-Keyboard-Shortcuts.pdf Download – List of 250 Ms-Excel Keyboard Shortcuts] (PDF)&lt;br /&gt;
: [http://www.exceltip.com/wp-content/uploads/2015/05/250-MS-Excel-Keyboards-Shortcuts.xlsx Download – List of 250 Ms-Excel-xlsx File] (XLSX)&lt;br /&gt;
&lt;br /&gt;
* [http://akselrod-academy.com/paste-special/ Paste Special Excel Shortcut: Copy Formula, Paste Values, Copy Format, Excel Transpose, and more…]&lt;br /&gt;
: There are many Excel shortcuts, but few are as versatile as the Paste Special command.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;big&amp;gt;MS Excel Keyboard Shortcuts&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
Shown below is a list of the 10 most important Excel keyboard shortcuts you must know for analyzing data, writing quick formulas, formatting data, switching between sheets, etc.&lt;br /&gt;
;1. Shift + F10 – The Right Click pop up open&lt;br /&gt;
: Most of the time users suffer to have the right click shortcut while working on any database. By pressing shift + F10, you can open the right click menu. You can use up / down arrow keys to move to various options. The right arrow key is used to open fly-out menu. Hit enter when you get to the item you want.&lt;br /&gt;
;2. Ctrl + 1 – Open “Format Cells” dialog box&lt;br /&gt;
: It is one of the most influential and time saving shortcuts in Excel. It enables the user to skip all the long procedure to format cells, charts, text boxes, etc. to make life easy.&lt;br /&gt;
;3. Ctrl + 5 – Applies or remove strike-through&lt;br /&gt;
: We all make list on excel and wants to cross it off once it’s done. It gives us feel like we have finished our tasks. Select a cell or range and then press CTRL + 5 to apply strike-through to the cell / range.&lt;br /&gt;
;4. Ctrl + 9 – Hide the complete row&lt;br /&gt;
: In Excel, move anywhere in a row you want to hide and then press CTRL + 9.The entire current row is hidden. You can also use Shift+Up arrow or Shift+Down arrow to select several rows.&lt;br /&gt;
;5. Ctrl + SHIFT + L – Turn on / off filter&lt;br /&gt;
: One of the powerful and useful shortcuts (CTRL + SHIFT + L) while working on large data set especially when you set few filters on, and then want to return back to the full view of data clearing all filters.&lt;br /&gt;
;6. Ctrl + * – Select the current region&lt;br /&gt;
: Select the current range by pressing CTRL + asterisk key, which is the complete data set, in all directions from the current cell until Excel hits the edge of the worksheet.&lt;br /&gt;
;7. F4 – To repeat last action&lt;br /&gt;
: F4 is one of the best shortcuts in Excel and there are various ways to use it. It saves the user from keystrokes and mouse involvement. If you are not editing a cell, it repeats the last command or action. For example, if you have just deleted a row and you want to delete another row, simply select the range where you want to delete the next row and press F4.&lt;br /&gt;
;8. F4 – Set cell references or add dollar sign to a reference&lt;br /&gt;
: F4 cycles through all 4 types of cell references (absolute, mixed reference (2x) and relative). It helps to change the reference style from relative (A1) to absolute ($A$1). It is very useful when you want to take formula from one cell to other cell but want to keep the same reference in the formula.&lt;br /&gt;
;9. Ctrl + T – To Insert a Table&lt;br /&gt;
: In Excel, Tables are very flexible and easy to work. Especially to convert bunch of data into table.To make it in table, select any cell in the spreadsheet (with our without data) and press CTRL+ T. If your spreadsheet contains header cells, you might need to check the My Table Has Headers option.&lt;br /&gt;
;10. Shift + F2 – Insert / edit comment&lt;br /&gt;
: This shortcut will help you to add or edit the comment easily.&lt;br /&gt;
&lt;br /&gt;
=== Learn Excel ===&lt;br /&gt;
* [http://www.skilledup.com/articles/free-excel-tutorials Learn Excel Without Spending a Penny: 40 Free Excel Tutorials &amp;amp; Reference Sites]&lt;br /&gt;
: Includes links to resources, like the following:&lt;br /&gt;
::- [http://excelribbon.tips.net/ ExcelRibbon.Tips.Net] - Microsoft Excel Tips, Tricks, and Ideas!&lt;br /&gt;
::- Duke&amp;#039;s Fuqua School of Business - Ecklund Excel Review - [https://faculty.fuqua.duke.edu/~pecklund/ExcelReview/ExcelReview.htm Excel Review Materials]&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/introduction-to-use-advance-filter.html Introduction to Advance Filter]&lt;br /&gt;
: Filtering is a simple, however, amazing &amp;amp; powerful way to analyze data. Advance filter are quite easy to use. Here’s how you can use Excel’s advanced filtering capabilities.&lt;br /&gt;
&lt;br /&gt;
* [http://www.exceltip.com/tips/7-ways-to-use-advance-filter.html 7 Ways to Use Advance Filter]&lt;br /&gt;
: Advance Filter is the most powerful feature of Excel. The advanced filtering feature in Excel allows you to quickly copy unique information from one data list to another. It allows the person to quickly remove duplicates, extract records that meet certain criteria. It works great when we use wildcards, within 2 date criteria.&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tricks ===&lt;br /&gt;
* [http://superuser.com/questions/562659/extract-date-from-string-in-excel extract date from string in excel]&lt;br /&gt;
: For instance, to separate date from full path:&amp;lt;br /&amp;gt;(e.g. &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Directory\Sub-Directory\12-27-2016&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt; &amp;#039;&amp;#039;to&amp;#039;&amp;#039; &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Directory\Sub-Directory\&amp;lt;/tt&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;12-27-2016&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;)&lt;br /&gt;
:: Extract Path: &amp;lt;tt&amp;gt;=LEFT(A1,MIN(FIND(0,SUBSTITUTE(A1,{1,2,3,4,5,6,7,8,9},0)&amp;amp;0))-1)&amp;lt;/tt&amp;gt;&lt;br /&gt;
:: Extract Date: &amp;lt;tt&amp;gt;=SUBSTITUTE(A1,B1,&amp;quot;&amp;quot;)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3145980/how-to-insert-double-or-single-quotes How to Insert Double or Single Quotes]&lt;br /&gt;
: Wrap String in Double Quotes: &amp;lt;tt&amp;gt;=&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
: Wrap String in Single Quotes: &amp;lt;tt&amp;gt;=&amp;quot;&amp;#039;&amp;quot;&amp;amp;A2&amp;amp;&amp;quot;&amp;#039;&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/3278-excel-reverse-concatenate.html How to reverse the concatenate function in Excel?]&lt;br /&gt;
: As we all known, the Concatenate function in Excel can help us to combine multiple cells into one cell, but, sometimes, you want to do the opposite of Concatenate function, it means not combine cells, but split cell value into multiple separated cells. Have you ever thought of reversing the Concatenate function in Excel?&lt;br /&gt;
:: Example: &amp;lt;tt&amp;gt;=TRIM(MID(SUBSTITUTE($A2,&amp;quot;,&amp;quot;,REPT(&amp;quot; &amp;quot;,999)),COLUMNS($A:A)*999-998,999))&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/9776611/insert-picture-into-excel-cell Insert picture into excel cell]&lt;br /&gt;
: I can get the pictures to &amp;quot;float&amp;quot; around my worksheet, but I need to put them into a cell. How can I do this?&lt;br /&gt;
&lt;br /&gt;
==== Find Common Text Value From Multiple Columns ====&lt;br /&gt;
* [http://superuser.com/questions/811009/excel-how-do-i-find-common-text-values-from-multiple-2-columns Excel- How do I find common text values from multiple (&amp;gt;2) columns?]&lt;br /&gt;
: What it does: Finds the common text value across multiple columns that matches the corresponding value in the selected column. For instance, if you&amp;#039;re trying to find a text value in Column C that has a corresponding match in both Columns A &amp;amp;amp; B, you could use a formula like the one shown below.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=MIN(MAX(($A$2:$A$53=$C2)*1),MAX(($B$2:$B$44=$C2)*1))&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;Array Formula: CTRL + SHIFT + ENTER&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==== Find Value; Return Column Header ====&lt;br /&gt;
* [http://www.excelforum.com/excel-formulas-and-functions/937047-find-average-return-column-header-of-number-closest-to-average.html Find Average, Return Column Header of Number Closest To Average]&lt;br /&gt;
: What it does: Finds the average of each row, then determines which column header comes closest to the average and returns that column&amp;#039;s header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX(B$1:E$1,MATCH(MIN(ABS(B2:E2-AVERAGE(B2:E2))),ABS(B2:E2-AVERAGE(B2:E2)),0))&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;Array Formula: CTRL + SHIFT + ENTER&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://www.mrexcel.com/forum/excel-questions/37642-formula-return-column-header.html Find Minimum &amp;amp; Return Column Header]&lt;br /&gt;
What it does: Finds the minimum in a row and returns the text that appears in that column&amp;#039;s header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX($B$1:$E$1,MATCH(MIN(B2:E2),B2:E2,0))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.excelforum.com/excel-formulas-and-functions/729665-find-value-in-row-and-return-column-heading.html Find Value in Row and Return Column Heading]&lt;br /&gt;
: What it does: Finds a value in a row and returns column header.&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=LOOKUP(2,1/($B2:$E2=$G2),$B$1:$E$1)&amp;lt;/code&amp;gt; ([[User:Dave|Dave&amp;#039;s]] modification.)&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=LOOKUP(2,1/($D2:$Z2=&amp;quot;x&amp;quot;),$D$1:$Z$1)&amp;lt;/code&amp;gt; (One of the original source formulas.)&lt;br /&gt;
&lt;br /&gt;
* [http://www.mrexcel.com/forum/excel-questions/551308-find-row-find-value-then-return-column-heading.html Find row, find value, then return column heading]&lt;br /&gt;
:: Example: &amp;lt;code&amp;gt;=INDEX($B$1:$E$1,MATCH(H2,INDEX($B$2:$E$26,MATCH(G2,$A$2:$A$26),)))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
* [http://www.extendoffice.com/documents/excel/957-excel-link-textbox-to-cell.html How to link textbox to a specific cell in Excel?]&lt;br /&gt;
: Example: While text box is selected, input a formula like &amp;lt;code&amp;gt;=Contractors!$C$2&amp;lt;/code&amp;gt; to link the text box to the content of cell C2 on the &amp;quot;Contractors&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
* [http://www.extendoffice.com/documents/excel/958-excel-hyperlink-to-sheet.html Create hyperlink in a cell to another sheet in the same workbook]&lt;br /&gt;
&lt;br /&gt;
; Moving worksheets containing formulas without linking back to source document.&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-excel/paste-formulas-without-source-workbooks-filename/679dc626-907a-e011-9b4b-68b599b31bf5 Paste formulas without source workbook&amp;#039;s filename]&lt;br /&gt;
&lt;br /&gt;
==== Notes &amp;amp;amp; Comments ====&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/an-alternative-to-excel-comments/ An alternative to Excel comments]&lt;br /&gt;
: Use Excel&amp;#039;s data validation feature to share meaningful information about specific cells with users.&lt;br /&gt;
&lt;br /&gt;
* [http://lifehacker.com/add-comments-to-a-formula-in-excel-for-your-future-refe-510113024 Add Comments to a Formula in Excel for Your Future Reference]&lt;br /&gt;
: The N() function comes in handy if you want comments embedded within the formula for your own notes, reference, etc.&amp;lt;br /&amp;gt;Example: &amp;lt;code&amp;gt;=SUM(E82:E83)+N(&amp;quot;&amp;lt;nowiki&amp;gt;Tutorial found here: http://lifehacker.com/add-comments-to-a-formula-in-excel-for-your-future-refe-510113024&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Working With Text ===&lt;br /&gt;
* [http://www.techrepublic.com/forums/questions/excel-how-can-you-restrain-text-from-flowing-into-adjacent-blank-cells-1/post-f5f962ab-d1b1-11e2-bc00-02911874f8c8/ Excel: How can you restrain text from flowing into adjacent blank cells? -- Message 11 of 15: If you don&amp;#039;t need to see all the text...]&lt;br /&gt;
&lt;br /&gt;
* [http://office.microsoft.com/en-us/excel-help/text-function-HP010062580.aspx TEXT function]&lt;br /&gt;
: Describes the formula syntax and usage of the TEXT function in Microsoft Office Excel. Excel&amp;#039;s TEXT function returns a value converted to text with a specified format.&lt;br /&gt;
&lt;br /&gt;
* [http://www.youtube.com/watch?v=JUB0E5r_ERw Return Cell Value as Number with Excel N Function] (Video)&lt;br /&gt;
: One of many video lessons from [http://www.youtube.com/user/contextures?feature=watch Contextures Inc.].&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Cells Containing Text &amp;amp;amp; Numbers ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;color: black; background-color: #FFFAFA;&amp;quot;&lt;br /&gt;
|+ Sum Numbers in Cells Containing Text &amp;amp; Numbers - &amp;lt;tt&amp;gt;IFERROR&amp;lt;/tt&amp;gt; Version - Should work in Excel 2007 and above (PC) &amp;amp; Excel 2011 and above (Mac).&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | A&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | B&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | C&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | D&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | E&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 1&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | String&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Result&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | What It Does&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Array?&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 2&lt;br /&gt;
| 5 red 12 yellow 10, green 5 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: orange;&amp;quot; | 77&lt;br /&gt;
| Sums all numbers found in cells A2:A4. Ignores text.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 3&lt;br /&gt;
| red 3, blue 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 12&lt;br /&gt;
| Sums just the numbers in A3.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 4&lt;br /&gt;
| yellow 21, blue 3&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 24&lt;br /&gt;
| Sums just the numbers in A4.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUM(IFERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1,0))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 5&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Explanation:&amp;#039;&amp;#039;&amp;#039; The formulas shown above are [http://www.excel-easy.com/functions/array-formulas.html array formulas]. After typing an array formula into the [http://www.computerhope.com/jargon/f/formulab.htm formula bar], finish by pressing &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac).&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; The formula bar indicates that this is an array formula by enclosing it in curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt;. Do not type these yourself. They disappear whenever you edit the formula, making it necessary to press &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac) whenever you edit the formula. The curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt; in the examples shown above are displayed only to show what the formula looks like as it appears in the formula bar.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source:&amp;#039;&amp;#039;&amp;#039; [http://www.mrexcel.com/forum/excel-questions/505622-text-numbers-same-cell-sum-numbers.html text and,numbers in same cell, sum of numbers ?]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hat Tip:&amp;#039;&amp;#039;&amp;#039; [http://www.tablesgenerator.com/ Tables Generator]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;color: black; background-color: #FFFAFA;&amp;quot;&lt;br /&gt;
|+ Sum Numbers in Cells Containing Text &amp;amp; Numbers - &amp;lt;tt&amp;gt;IF(ISERROR&amp;lt;/tt&amp;gt; Version - Should work in Excel 2003 and above (PC) &amp;amp; Excel 2008 and above (Mac).&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | A&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | B&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | C&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | D&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | E&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 1&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | String&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Result&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | What It Does&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;color:white; background-color: blue;&amp;quot; | Array?&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 2&lt;br /&gt;
| 5 red 12 yellow 10, green 5 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: orange;&amp;quot; | 77&lt;br /&gt;
| Sums all numbers found in cells A2:A4. Ignores text.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE($A$2:$A$4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 3&lt;br /&gt;
| red 3, blue 9&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 12&lt;br /&gt;
| Sums just the numbers in A3.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE(A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE(A3,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 4&lt;br /&gt;
| yellow 21, blue 3&lt;br /&gt;
| style=&amp;quot;text-align:center; background-color: yellow;&amp;quot; | 24&lt;br /&gt;
| Sums just the numbers in A4.&lt;br /&gt;
| &amp;lt;code&amp;gt;{=SUMPRODUCT(IF(ISERROR(SUBSTITUTE(TRIM(MID(SUBSTITUTE(A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1),0,SUBSTITUTE(TRIM(MID(SUBSTITUTE(A4,&amp;quot; &amp;quot;,REPT(&amp;quot; &amp;quot;,100)),COLUMN($1:$1)*100-99,100)),&amp;quot;,&amp;quot;,&amp;quot;&amp;quot;)*1))}&amp;lt;/code&amp;gt;&lt;br /&gt;
| Yes&amp;lt;small&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC)&amp;lt;br /&amp;gt;&amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;height:25px; width:25px;&amp;quot; | 5&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Explanation:&amp;#039;&amp;#039;&amp;#039; The formulas shown above are [http://www.excel-easy.com/functions/array-formulas.html array formulas]. After typing an array formula into the [http://www.computerhope.com/jargon/f/formulab.htm formula bar], finish by pressing &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac).&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; The formula bar indicates that this is an array formula by enclosing it in curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt;. Do not type these yourself. They disappear whenever you edit the formula, making it necessary to press &amp;lt;tt&amp;gt;CTRL+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(PC) or &amp;lt;tt&amp;gt;CMND+Shift+Enter&amp;lt;/tt&amp;gt;&amp;amp;nbsp;(Mac) whenever you edit the formula. The curly braces &amp;lt;tt&amp;gt;{&amp;amp;nbsp;}&amp;lt;/tt&amp;gt; in the examples shown above are displayed only to show what the formula looks like as it appears in the formula bar.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source:&amp;#039;&amp;#039;&amp;#039; [http://www.mrexcel.com/forum/excel-questions/505622-text-numbers-same-cell-sum-numbers.html text and,numbers in same cell, sum of numbers ?]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hat Tip:&amp;#039;&amp;#039;&amp;#039; [http://www.tablesgenerator.com/ Tables Generator]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Pivot Tables ===&lt;br /&gt;
* [http://office.microsoft.com/en-us/excel-help/pivottable-i-get-started-with-pivottable-reports-in-excel-2007-RZ010205886.aspx PivotTable I: Get started with PivotTable reports in Excel 2007]&lt;br /&gt;
: This course includes one self-paced lesson and one practice session for hands-on experience.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; Excel ===&lt;br /&gt;
* [https://www.youtube.com/watch?v=t6U2OF0dj48 Excel Lesson 31 - Retrieve Data From MySQL Database Using MS Query] (YouTube tutorial.)&lt;br /&gt;
: Very good tutorial! Learn how to retrieve data from MySQL Database using Microsoft Query, Join multiple tables &amp;amp; link the exported data to a drop down list to retrieve data dynamically based on the value of drop down list.&lt;br /&gt;
:: Additional Excel video lessons from [https://www.udemy.com/user/deepdave/ this instructor]: [http://www.needforexcel.com/#!videos/c10fk Excel &amp;amp; VBA Video Tutorials]&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=g4sT-X1UrQA Excel Lesson 34 - Import Data Using SQL Queries &amp;amp; Stored Procedures From SQL Server To Excel] (YouTube tutorial.)&lt;br /&gt;
:  Learn How To Import Data Using SQL Queries &amp;amp; Stored Procedures From SQL Server To Excel. Database connectivity can be a very powerful tool, with which you can get real time refresh-able data which you can use for data analysis, creating dashboards etc. This method does not use VBA Coding and hence can be learnt by any excel user who does not know VBA Programming.&lt;br /&gt;
&lt;br /&gt;
* [http://www.temida.si/~bojan/MPS/materials/Data%20Analysis%20Using%20SQL%20and%20Excel.pdf Data Analysis Using SQL and Excel] (Book - Large, slow-to-download PDF.)&lt;br /&gt;
&lt;br /&gt;
* [http://forums.mysql.com/read.php?10,254825 Connecting to MySQL from Excel 2007] (MySQL Forums)&lt;br /&gt;
: Answer: [http://forums.mysql.com/read.php?10,254825,254856#msg-254856 Re: Connecting to MySQL from Excel 2007]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/25039573/how-to-connect-ms-excel-2007-with-mysql How to connect ms excel-2007 with mysql.] (StackExchange)&lt;br /&gt;
: To connect Excel to MySQL, you need ODBC driver. This StackExchange answer combines two of the submitted answers for the solution.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/18798522/run-sql-on-excel-table Run SQL on excel table] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
=== Using SQL Statements in Excel ===&lt;br /&gt;
* [http://stackoverflow.com/questions/315504/tricks-for-generating-sql-statements-in-excel Tricks for generating SQL statements in Excel] (StackExchange)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; Do you have any tricks for generating SQL statements, mainly INSERTs, in Excel for various data import scenarios?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; (Spaces added for visibility - remove before inserting.)&lt;br /&gt;
:: &amp;lt;code&amp;gt;=CONCATENATE(&amp;quot;insert into table (id, name) values (&amp;quot;,C2,&amp;quot;,&amp;#039; &amp;quot;,D2,&amp;quot; &amp;#039;);&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Here is another view:&lt;br /&gt;
:: &amp;lt;code&amp;gt;=CONCATENATE(&amp;quot;insert into table (id, date, price) values (&amp;quot;,C3,&amp;quot;,&amp;#039;&amp;quot;,D3,&amp;quot;&amp;#039;,&amp;quot;,B3,&amp;quot;);&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/16818796/generate-sql-insert-script-from-excel-worksheet Generate sql insert script from excel worksheet] (StackExchange)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; I have a large excel worksheet that I want to add to my database. Can I generate an SQL insert script from this excel worksheet?&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;A:&amp;#039;&amp;#039;&amp;#039; You can use Excel to create insert statements:&lt;br /&gt;
:: &amp;lt;code&amp;gt;=&amp;quot;INSERT INTO table_name VALUES(&amp;#039;&amp;quot;&amp;amp;A1&amp;amp;&amp;quot;&amp;#039;,&amp;#039;&amp;quot;&amp;amp;B1&amp;amp;&amp;quot;&amp;#039;,&amp;#039;&amp;quot;&amp;amp;C1&amp;amp;&amp;quot;&amp;#039;)&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* [http://smallbusiness.chron.com/use-sql-statements-ms-excel-41193.html How to Use SQL Statements in MS Excel] (Chron)&lt;br /&gt;
&lt;br /&gt;
* [http://www.wikihow.com/Embed-a-SQL-Query-in-Microsoft-Excel How to Embed a SQL Query in Microsoft Excel] (wikiHow)&lt;br /&gt;
&lt;br /&gt;
== Quick Edit Sheets ==&lt;br /&gt;
Moved this section to: [[Office Productivity Hacks#Quick_Edit_Sheets|Office Productivity Hacks#Quick Edit Sheets]].&lt;br /&gt;
&lt;br /&gt;
== Open-Source Tools ==&lt;br /&gt;
* [http://jspreadsheets.com/ JSpreadsheets - Best Open-Source Spreadsheets and Data Grids written in JavaScript.]&lt;br /&gt;
: JSpreadsheets compiles the best open-source spreadsheets and data grids written in JavaScript. It helps you choose the most suitable component for your project.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=962</id>
		<title>.US Locality Domains</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=962"/>
		<updated>2017-11-21T20:12:38Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Registering A .US Locality Domain Name */ Link to FAQ for registering .US Locality domain.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
[[wikipedia:.us|.US]] [[wikipedia:.us#Locality-based_namespaces|Locality Domains]] are available to register for free by individuals, businesses, non-profit organizations and other entities qualified to register a [[wikipedia:.us|.us]] domain name.&amp;lt;ref&amp;gt;[http://www.real-world-solutions.org/calvin/html/usdom.htm The Us Domain Overview]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[ftp://ftp.stack.nl/pub/documents/usdnr/us-blurb.html THE US DOMAIN OVERVIEW]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.web.archive.org/web/20000520002249/http://www.nic.us/usdom-overview.html#Cost THE US DOMAIN OVERVIEW - Cost] (Cached version from [[wikipedia:Internet Archive|Internet Archive]]&amp;#039;s [[wikipedia:Wayback Machine|Wayback Machine]].)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
The website for the [[wikipedia:Portland, Oregon|City of Portland]] is accessible at &amp;lt;code&amp;gt;http://www.ci.portland.or.us/&amp;lt;/code&amp;gt; (although &amp;#039;&amp;#039;that&amp;#039;&amp;#039; [[wikipedia:Uniform resource locator|URL]] is automatically redirected to &amp;lt;code&amp;gt;http://www.portlandonline.com/&amp;lt;/code&amp;gt;). To take a peek at the registration information for &amp;lt;code&amp;gt;portland.or.us&amp;lt;/code&amp;gt;, type the domain into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] field, or click on [http://whois.domaintools.com/portland.or.us this link] to view the domain registration info provided by [http://whois.domaintools.com/portland.or.us DomainTools].&lt;br /&gt;
&lt;br /&gt;
== Registering A .US Locality Domain Name ==&lt;br /&gt;
{{cquote2|So, would YOU like a free domain name like mine? Can you still get one? Well, that is a very good question.|[http://snarke.livejournal.com/15639.html What the Web Doesn&amp;#039;t Know . . . About Itself.]}}&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s not entirely clear how much support exists for those wanting to register a locality .US domain to successfully complete the process. [[icannwiki:.us#Structure|IcannWiki&amp;#039;s article]] on the .US [[wikipedia:Top-level domain|TLD]] seems to suggest that option is still available.&lt;br /&gt;
&lt;br /&gt;
According to [[wikipedia:Neustar|Neustar]]&amp;#039;s &amp;#039;&amp;#039;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report]&amp;#039;&amp;#039;, &amp;quot;To register a domain in a delegated zone, the registrant completes a copy of the current .US Domain Template.&amp;quot;&amp;lt;ref&amp;gt;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report] (Jump to section 4. &amp;quot;Registration and Delegation under the .US Locality Name Space&amp;quot; on page 21.)&amp;lt;/ref&amp;gt; This document points to a dead link for the &amp;#039;&amp;#039;&amp;#039;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt US Domain Template v2.0]&amp;#039;&amp;#039;&amp;#039; template, which is &amp;#039;&amp;#039;actually&amp;#039;&amp;#039; found [http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt here].&amp;lt;ref&amp;gt;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt INTERIM .US DOMAIN TEMPLATE V2.0]&amp;lt;/ref&amp;gt; Available [[wikipedia:FAQ|FAQ]] pages also don&amp;#039;t seem to provide much help with understanding how to register a .US Locality domain name.&amp;lt;ref&amp;gt;[http://www.neustar.us/support/ Support &amp;amp; FAQs] (Neustar)&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.whois.us/us/faqs.html Whois FAQs]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|a response to an email to Neustar]] refers to [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt an earlier registration template].&amp;lt;ref&amp;gt;[http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/delegated_manager_template.txt DELEGATED MANAGER UPDATE TEMPLATE v1.0]&amp;lt;/ref&amp;gt; [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|Neustar&amp;#039;s email response]] goes on to explain the basics for registering a [[wikipedia:.us#Locality-based_namespaces|.US locality domain]] (shown below, with slight editing for clarity, brevity and to fix typos).&lt;br /&gt;
&lt;br /&gt;
; &amp;gt;&amp;gt; Begin Neustar Instructions &amp;lt;&amp;lt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;First, check to see if the domain you want is available to register by going to [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] and typing in your desired domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Neustar&amp;#039;s [http://www.whois.us/ .US WHOIS] appears to &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; find registration info for at least &amp;#039;&amp;#039;some&amp;#039;&amp;#039; fourth-level [[wikipedia:.us#Locality-based_namespaces|.US locality domains]] (the level that Neustar claims it&amp;#039;s able to register). For example, the 4th-level .US locality domain, &amp;lt;code&amp;gt;owen.sj.ca.us&amp;lt;/code&amp;gt;, fails to yield &amp;#039;&amp;#039;any&amp;#039;&amp;#039; registration information when typed into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS] search field. However, [http://whois.domaintools.com/sj.ca.us registration information for &amp;lt;code&amp;gt;SJ.CA.US&amp;lt;/code&amp;gt;] (to the 3rd-level of the domain) &amp;#039;&amp;#039;does&amp;#039;&amp;#039; appear after the domain is typed into the [http://www.whois.sc/ Domain Tools Whois] search field.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, follow the instructions shown below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this time (Neustar has) not been given permission to register Locality Based Domain Names in the third level, only fourth. The [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth level domain names]] must start with:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ci.&amp;#039;&amp;#039;&amp;#039; for city (example: &amp;lt;code&amp;gt;ci.portland.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;co.&amp;#039;&amp;#039;&amp;#039; for county (example: &amp;lt;code&amp;gt;co.multnomah.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;twp.&amp;#039;&amp;#039;&amp;#039; for townships or town (example: &amp;lt;code&amp;gt;twp.eagle-creek.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;vil.&amp;#039;&amp;#039;&amp;#039; for villages (example: &amp;lt;code&amp;gt;vil.cascadia.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to register a domain name in the fourth level please follow the simple directions below.&lt;br /&gt;
&lt;br /&gt;
There are no charges for .US Locality based domain names. However we need three separate documents from you or the locality you represent:&lt;br /&gt;
&lt;br /&gt;
# Sign the [https://www.neustar.biz/resources/product-literature/registry/us-locality-registration-agreement.pdf .US Domain registration agreement]. Please review, sign and include this agreement with the two documents below.&amp;lt;br /&amp;gt;With all of the .US locality based domains now reflected in our WHOIS, we now require the following for contact/name server changes or new domain names. This is to protect your domain name from being taken by another party.&lt;br /&gt;
# A city/organization letterhead cover letter.&lt;br /&gt;
# A completed [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt Delegated Manager Update template] signed by a notary public.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have completed the above documents, please send them to the postal address below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.US Locality Registry&amp;lt;br /&amp;gt;&lt;br /&gt;
Neustar Customer Service&amp;lt;br /&amp;gt;&lt;br /&gt;
1650 Lyndon Farm Ct.&amp;lt;br /&amp;gt;&lt;br /&gt;
Suite 300&amp;lt;br /&amp;gt;&lt;br /&gt;
Louisville, KY 40223-5005&amp;lt;ref&amp;gt;[http://usparking.neustar.us/ Neustar Registry Customer Support]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://www.neustar.biz/about-us/contact-us Neustar Contact Us]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/registrar-registration-form-2011.pdf Neustar Registrar Registration Form]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.virtualimpressions.com/dot-us/ Registering .US locality names]&amp;lt;/ref&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once we have reviewed and approved the requested documents, you will be issued a password to make future changes without having to send us the above paperwork again, unless it is for a different domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that you must have two (2) authoritative nameservers set up for the domain in order for us to complete the domain set up. You will need to work with a hosting company to do so. Neustar does not provide hosting.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
; &amp;lt;&amp;lt; End Neustar Instructions &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(See actual text of Neustar&amp;#039;s email response / registration instructions [[Talk:.US Locality Domains#Neustar_.US_Support_Email_Exchange_-_Friday.2C_April_26.2C_2013|here]].)&lt;br /&gt;
&lt;br /&gt;
=== .US Locality Domain Registration By Small Businesses &amp;amp;amp; Individuals ===&lt;br /&gt;
Small entities like individuals or small businesses can also register locality based .US domain names.&amp;lt;ref&amp;gt;[http://tools.ietf.org/html/rfc1480#page-17 RFC 1480 - The US Domain#Examples of Names]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Examples shown below are [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth-level domain names]]&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;Zuckys.Santa-Monica.CA.US&amp;lt;/tt&amp;gt; (a restaurant)&amp;lt;ref&amp;gt;[http://articles.latimes.com/1993-02-16/local/me-131_1_santa-monica A Counter Culture Dies : Zucky&amp;#039;s Deli Suddenly Closes After 39 Years in Santa Monica]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;owen.sj.ca.us&amp;lt;/tt&amp;gt; (a family name)&amp;lt;ref&amp;gt;[http://owen.sj.ca.us/ The Owen World]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;cvusd.k12.ca.us&amp;lt;/tt&amp;gt; (a school)&amp;lt;br /&amp;gt; View example of the school&amp;#039;s completed [https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0ahUKEwi-l_XJ7bTMAhVOyWMKHTjxCBcQFggiMAE&amp;amp;url=http%3A%2F%2Fwww.nhsvikings.org%2Fcommon%2Fpages%2FDisplayFile.aspx%3FitemId%3D181273&amp;amp;usg=AFQjCNF12Wbvqhz2gc0Xde210gXwIiV-DQ DELEGATED MANAGER UPDATE TEMPLATE v1.0] form (Word Doc).&lt;br /&gt;
&lt;br /&gt;
=== FAQs ===&lt;br /&gt;
* [http://www.about.us/faqs Frequently Asked Questions about the .US Domain] &amp;#039;&amp;#039;&amp;#039;&amp;gt;&amp;#039;&amp;#039;&amp;#039; .US Locality Management &amp;#039;&amp;#039;&amp;#039;&amp;gt;&amp;#039;&amp;#039;&amp;#039; How do I register a new .US Locality Domain Name?&lt;br /&gt;
: The [http://www.about.us/assets/pdf/us-locality-registration-agreement.pdf .US Locality Domain Name Registration Agreement] sets forth the terms and conditions governing a Registrant’s use of registered .US locality domain name(s) for which Neustar is the Delegated Manager and by which Neustar governs all Delegated Managers. Neustar is currently unable to process new third-level domain name requests. For new fourth- or fifth- level domain requests connected to your current approved .US Locality, pleae contact .US Customer Support at [mailto:support.us@neustar.us support.us@neustar.us].&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://tools.ietf.org/html/rfc1480 Network Working Group: The US Domain (1480); A. Cooper, J. Postel; June 1993]&lt;br /&gt;
* [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search]&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.us/locality-based-name-registrations/ --&amp;gt;https://archive.is/IHGVQ Locality-Based Name Registrations]&lt;br /&gt;
* &amp;lt;!-- Dead Link: http://www.neustar.us/policies/ --&amp;gt;.US Policies - General .US Policies (Jump to &amp;quot;[https://archive.is/20130421173426/www.neustar.us/policies/ Other Documentation for the Locality Delegated Managers].&amp;quot;)&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf --&amp;gt;http://web.neustar.biz/policies/docs/LocalityRegistrantAgreement.pdf .US Locality Domain Name Registration Terms and Conditions] (PDF)&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx .US Locality Domain Name Registration Terms and Conditions] (Word Online)&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.us/delegated-managers/ --&amp;gt;http://www.about.us/policies/delegated-managers Delegated Managers]&lt;br /&gt;
: Individually and as a group, Delegated Managers play a valuable role in the management of the .us locality space.&lt;br /&gt;
* [https://www.neustar.biz/resources/product-literature/registry/us-delegated-manager-agreement.pdf .US DELEGATED MANAGER AGREEMENT]&lt;br /&gt;
* &amp;lt;!-- Dead Link: [http://web.neustar.biz/delegated_managers/usLocCompReport.html .US Locality Compliance Report] --&amp;gt; [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/us-locality-compliance-report.pdf .US Compliance Report]&lt;br /&gt;
* [[wikipedia:.us#Locality-based_namespaces|Locality-based namespaces]] ([[wikipedia:|Wikipedia]])&lt;br /&gt;
* [http://owen.sj.ca.us/~rk/howto/usdomainname.html HOWTO - US Domain Names]&lt;br /&gt;
: Informative resource!&lt;br /&gt;
* [http://www.virtualimpressions.com/dot-us/ Registering .US locality names] by [http://www.virtualimpressions.com/author/dave/ Dave Stahr] | Virtual Impressions | Apr 4, 2017&lt;br /&gt;
: Are you with a city or county office and you’d like a website and/or email to be set up using your city’s .US locality domain? For example, the city of Waco, Nebraska could register &amp;lt;tt&amp;gt;CI.WACO.NE.US&amp;lt;/tt&amp;gt; – Absolutely free of charge. York County, however, where Waco exists, would be &amp;lt;tt&amp;gt;CO.YORK.NE.US&amp;lt;/tt&amp;gt;.  This is the “right” way of registering domain names, rather than using something like &amp;lt;tt&amp;gt;villageofwaco.com &amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;yorkcountyne.net&amp;lt;/tt&amp;gt;.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Article shows helpful example of how to complete the form&amp;#039;s HOSTNAME information.&lt;br /&gt;
* [http://www.ntia.doc.gov/legacy/ntiahome/domainname/usca/USfaq_022207.htm &amp;#039;&amp;#039;Domain Names&amp;#039;&amp;#039;: Frequently Asked Questions About: .us TLD Locality Domains and Delegated Managers]&lt;br /&gt;
* [https://www.nmmlaw.com/articles/how-to-obtain-the-geographic-domain-in-the-united-states/ HOW TO OBTAIN THE GEOGRAPHIC DOMAIN IN THE UNITED STATES] (Somewhat dated material.)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=961</id>
		<title>.US Locality Domains</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=961"/>
		<updated>2017-11-21T03:23:20Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* External Links */ Li&amp;#039;l clean-up.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
[[wikipedia:.us|.US]] [[wikipedia:.us#Locality-based_namespaces|Locality Domains]] are available to register for free by individuals, businesses, non-profit organizations and other entities qualified to register a [[wikipedia:.us|.us]] domain name.&amp;lt;ref&amp;gt;[http://www.real-world-solutions.org/calvin/html/usdom.htm The Us Domain Overview]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[ftp://ftp.stack.nl/pub/documents/usdnr/us-blurb.html THE US DOMAIN OVERVIEW]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.web.archive.org/web/20000520002249/http://www.nic.us/usdom-overview.html#Cost THE US DOMAIN OVERVIEW - Cost] (Cached version from [[wikipedia:Internet Archive|Internet Archive]]&amp;#039;s [[wikipedia:Wayback Machine|Wayback Machine]].)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
The website for the [[wikipedia:Portland, Oregon|City of Portland]] is accessible at &amp;lt;code&amp;gt;http://www.ci.portland.or.us/&amp;lt;/code&amp;gt; (although &amp;#039;&amp;#039;that&amp;#039;&amp;#039; [[wikipedia:Uniform resource locator|URL]] is automatically redirected to &amp;lt;code&amp;gt;http://www.portlandonline.com/&amp;lt;/code&amp;gt;). To take a peek at the registration information for &amp;lt;code&amp;gt;portland.or.us&amp;lt;/code&amp;gt;, type the domain into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] field, or click on [http://whois.domaintools.com/portland.or.us this link] to view the domain registration info provided by [http://whois.domaintools.com/portland.or.us DomainTools].&lt;br /&gt;
&lt;br /&gt;
== Registering A .US Locality Domain Name ==&lt;br /&gt;
{{cquote2|So, would YOU like a free domain name like mine? Can you still get one? Well, that is a very good question.|[http://snarke.livejournal.com/15639.html What the Web Doesn&amp;#039;t Know . . . About Itself.]}}&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s not entirely clear how much support exists for those wanting to register a locality .US domain to successfully complete the process. [[icannwiki:.us#Structure|IcannWiki&amp;#039;s article]] on the .US [[wikipedia:Top-level domain|TLD]] seems to suggest that option is still available.&lt;br /&gt;
&lt;br /&gt;
According to [[wikipedia:Neustar|Neustar]]&amp;#039;s &amp;#039;&amp;#039;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report]&amp;#039;&amp;#039;, &amp;quot;To register a domain in a delegated zone, the registrant completes a copy of the current .US Domain Template.&amp;quot;&amp;lt;ref&amp;gt;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report] (Jump to section 4. &amp;quot;Registration and Delegation under the .US Locality Name Space&amp;quot; on page 21.)&amp;lt;/ref&amp;gt; This document points to a dead link for the &amp;#039;&amp;#039;&amp;#039;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt US Domain Template v2.0]&amp;#039;&amp;#039;&amp;#039; template, which is &amp;#039;&amp;#039;actually&amp;#039;&amp;#039; found [http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt here].&amp;lt;ref&amp;gt;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt INTERIM .US DOMAIN TEMPLATE V2.0]&amp;lt;/ref&amp;gt; Available [[wikipedia:FAQ|FAQ]] pages also don&amp;#039;t seem to provide much help with understanding how to register a .US Locality domain name.&amp;lt;ref&amp;gt;[http://www.neustar.us/support/ Support &amp;amp; FAQs] (Neustar)&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.whois.us/us/faqs.html Whois FAQs]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|a response to an email to Neustar]] refers to [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt an earlier registration template].&amp;lt;ref&amp;gt;[http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/delegated_manager_template.txt DELEGATED MANAGER UPDATE TEMPLATE v1.0]&amp;lt;/ref&amp;gt; [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|Neustar&amp;#039;s email response]] goes on to explain the basics for registering a [[wikipedia:.us#Locality-based_namespaces|.US locality domain]] (shown below, with slight editing for clarity, brevity and to fix typos).&lt;br /&gt;
&lt;br /&gt;
; &amp;gt;&amp;gt; Begin Neustar Instructions &amp;lt;&amp;lt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;First, check to see if the domain you want is available to register by going to [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] and typing in your desired domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Neustar&amp;#039;s [http://www.whois.us/ .US WHOIS] appears to &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; find registration info for at least &amp;#039;&amp;#039;some&amp;#039;&amp;#039; fourth-level [[wikipedia:.us#Locality-based_namespaces|.US locality domains]] (the level that Neustar claims it&amp;#039;s able to register). For example, the 4th-level .US locality domain, &amp;lt;code&amp;gt;owen.sj.ca.us&amp;lt;/code&amp;gt;, fails to yield &amp;#039;&amp;#039;any&amp;#039;&amp;#039; registration information when typed into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS] search field. However, [http://whois.domaintools.com/sj.ca.us registration information for &amp;lt;code&amp;gt;SJ.CA.US&amp;lt;/code&amp;gt;] (to the 3rd-level of the domain) &amp;#039;&amp;#039;does&amp;#039;&amp;#039; appear after the domain is typed into the [http://www.whois.sc/ Domain Tools Whois] search field.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, follow the instructions shown below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this time (Neustar has) not been given permission to register Locality Based Domain Names in the third level, only fourth. The [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth level domain names]] must start with:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ci.&amp;#039;&amp;#039;&amp;#039; for city (example: &amp;lt;code&amp;gt;ci.portland.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;co.&amp;#039;&amp;#039;&amp;#039; for county (example: &amp;lt;code&amp;gt;co.multnomah.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;twp.&amp;#039;&amp;#039;&amp;#039; for townships or town (example: &amp;lt;code&amp;gt;twp.eagle-creek.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;vil.&amp;#039;&amp;#039;&amp;#039; for villages (example: &amp;lt;code&amp;gt;vil.cascadia.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to register a domain name in the fourth level please follow the simple directions below.&lt;br /&gt;
&lt;br /&gt;
There are no charges for .US Locality based domain names. However we need three separate documents from you or the locality you represent:&lt;br /&gt;
&lt;br /&gt;
# Sign the [https://www.neustar.biz/resources/product-literature/registry/us-locality-registration-agreement.pdf .US Domain registration agreement]. Please review, sign and include this agreement with the two documents below.&amp;lt;br /&amp;gt;With all of the .US locality based domains now reflected in our WHOIS, we now require the following for contact/name server changes or new domain names. This is to protect your domain name from being taken by another party.&lt;br /&gt;
# A city/organization letterhead cover letter.&lt;br /&gt;
# A completed [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt Delegated Manager Update template] signed by a notary public.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have completed the above documents, please send them to the postal address below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.US Locality Registry&amp;lt;br /&amp;gt;&lt;br /&gt;
Neustar Customer Service&amp;lt;br /&amp;gt;&lt;br /&gt;
1650 Lyndon Farm Ct.&amp;lt;br /&amp;gt;&lt;br /&gt;
Suite 300&amp;lt;br /&amp;gt;&lt;br /&gt;
Louisville, KY 40223-5005&amp;lt;ref&amp;gt;[http://usparking.neustar.us/ Neustar Registry Customer Support]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://www.neustar.biz/about-us/contact-us Neustar Contact Us]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/registrar-registration-form-2011.pdf Neustar Registrar Registration Form]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.virtualimpressions.com/dot-us/ Registering .US locality names]&amp;lt;/ref&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once we have reviewed and approved the requested documents, you will be issued a password to make future changes without having to send us the above paperwork again, unless it is for a different domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that you must have two (2) authoritative nameservers set up for the domain in order for us to complete the domain set up. You will need to work with a hosting company to do so. Neustar does not provide hosting.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
; &amp;lt;&amp;lt; End Neustar Instructions &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(See actual text of Neustar&amp;#039;s email response / registration instructions [[Talk:.US Locality Domains#Neustar_.US_Support_Email_Exchange_-_Friday.2C_April_26.2C_2013|here]].)&lt;br /&gt;
&lt;br /&gt;
=== .US Locality Domain Registration By Small Businesses &amp;amp;amp; Individuals ===&lt;br /&gt;
Small entities like individuals or small businesses can also register locality based .US domain names.&amp;lt;ref&amp;gt;[http://tools.ietf.org/html/rfc1480#page-17 RFC 1480 - The US Domain#Examples of Names]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Examples shown below are [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth-level domain names]]&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;Zuckys.Santa-Monica.CA.US&amp;lt;/tt&amp;gt; (a restaurant)&amp;lt;ref&amp;gt;[http://articles.latimes.com/1993-02-16/local/me-131_1_santa-monica A Counter Culture Dies : Zucky&amp;#039;s Deli Suddenly Closes After 39 Years in Santa Monica]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;owen.sj.ca.us&amp;lt;/tt&amp;gt; (a family name)&amp;lt;ref&amp;gt;[http://owen.sj.ca.us/ The Owen World]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;cvusd.k12.ca.us&amp;lt;/tt&amp;gt; (a school)&amp;lt;br /&amp;gt; View example of the school&amp;#039;s completed [https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0ahUKEwi-l_XJ7bTMAhVOyWMKHTjxCBcQFggiMAE&amp;amp;url=http%3A%2F%2Fwww.nhsvikings.org%2Fcommon%2Fpages%2FDisplayFile.aspx%3FitemId%3D181273&amp;amp;usg=AFQjCNF12Wbvqhz2gc0Xde210gXwIiV-DQ DELEGATED MANAGER UPDATE TEMPLATE v1.0] form (Word Doc).&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://tools.ietf.org/html/rfc1480 Network Working Group: The US Domain (1480); A. Cooper, J. Postel; June 1993]&lt;br /&gt;
* [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search]&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.us/locality-based-name-registrations/ --&amp;gt;https://archive.is/IHGVQ Locality-Based Name Registrations]&lt;br /&gt;
* &amp;lt;!-- Dead Link: http://www.neustar.us/policies/ --&amp;gt;.US Policies - General .US Policies (Jump to &amp;quot;[https://archive.is/20130421173426/www.neustar.us/policies/ Other Documentation for the Locality Delegated Managers].&amp;quot;)&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf --&amp;gt;http://web.neustar.biz/policies/docs/LocalityRegistrantAgreement.pdf .US Locality Domain Name Registration Terms and Conditions] (PDF)&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx .US Locality Domain Name Registration Terms and Conditions] (Word Online)&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.us/delegated-managers/ --&amp;gt;http://www.about.us/policies/delegated-managers Delegated Managers]&lt;br /&gt;
: Individually and as a group, Delegated Managers play a valuable role in the management of the .us locality space.&lt;br /&gt;
* [https://www.neustar.biz/resources/product-literature/registry/us-delegated-manager-agreement.pdf .US DELEGATED MANAGER AGREEMENT]&lt;br /&gt;
* &amp;lt;!-- Dead Link: [http://web.neustar.biz/delegated_managers/usLocCompReport.html .US Locality Compliance Report] --&amp;gt; [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/us-locality-compliance-report.pdf .US Compliance Report]&lt;br /&gt;
* [[wikipedia:.us#Locality-based_namespaces|Locality-based namespaces]] ([[wikipedia:|Wikipedia]])&lt;br /&gt;
* [http://owen.sj.ca.us/~rk/howto/usdomainname.html HOWTO - US Domain Names]&lt;br /&gt;
: Informative resource!&lt;br /&gt;
* [http://www.virtualimpressions.com/dot-us/ Registering .US locality names] by [http://www.virtualimpressions.com/author/dave/ Dave Stahr] | Virtual Impressions | Apr 4, 2017&lt;br /&gt;
: Are you with a city or county office and you’d like a website and/or email to be set up using your city’s .US locality domain? For example, the city of Waco, Nebraska could register &amp;lt;tt&amp;gt;CI.WACO.NE.US&amp;lt;/tt&amp;gt; – Absolutely free of charge. York County, however, where Waco exists, would be &amp;lt;tt&amp;gt;CO.YORK.NE.US&amp;lt;/tt&amp;gt;.  This is the “right” way of registering domain names, rather than using something like &amp;lt;tt&amp;gt;villageofwaco.com &amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;yorkcountyne.net&amp;lt;/tt&amp;gt;.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Article shows helpful example of how to complete the form&amp;#039;s HOSTNAME information.&lt;br /&gt;
* [http://www.ntia.doc.gov/legacy/ntiahome/domainname/usca/USfaq_022207.htm &amp;#039;&amp;#039;Domain Names&amp;#039;&amp;#039;: Frequently Asked Questions About: .us TLD Locality Domains and Delegated Managers]&lt;br /&gt;
* [https://www.nmmlaw.com/articles/how-to-obtain-the-geographic-domain-in-the-united-states/ HOW TO OBTAIN THE GEOGRAPHIC DOMAIN IN THE UNITED STATES] (Somewhat dated material.)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=960</id>
		<title>.US Locality Domains</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=960"/>
		<updated>2017-11-21T00:04:13Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* External Links */ Dead link fixes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
[[wikipedia:.us|.US]] [[wikipedia:.us#Locality-based_namespaces|Locality Domains]] are available to register for free by individuals, businesses, non-profit organizations and other entities qualified to register a [[wikipedia:.us|.us]] domain name.&amp;lt;ref&amp;gt;[http://www.real-world-solutions.org/calvin/html/usdom.htm The Us Domain Overview]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[ftp://ftp.stack.nl/pub/documents/usdnr/us-blurb.html THE US DOMAIN OVERVIEW]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.web.archive.org/web/20000520002249/http://www.nic.us/usdom-overview.html#Cost THE US DOMAIN OVERVIEW - Cost] (Cached version from [[wikipedia:Internet Archive|Internet Archive]]&amp;#039;s [[wikipedia:Wayback Machine|Wayback Machine]].)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
The website for the [[wikipedia:Portland, Oregon|City of Portland]] is accessible at &amp;lt;code&amp;gt;http://www.ci.portland.or.us/&amp;lt;/code&amp;gt; (although &amp;#039;&amp;#039;that&amp;#039;&amp;#039; [[wikipedia:Uniform resource locator|URL]] is automatically redirected to &amp;lt;code&amp;gt;http://www.portlandonline.com/&amp;lt;/code&amp;gt;). To take a peek at the registration information for &amp;lt;code&amp;gt;portland.or.us&amp;lt;/code&amp;gt;, type the domain into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] field, or click on [http://whois.domaintools.com/portland.or.us this link] to view the domain registration info provided by [http://whois.domaintools.com/portland.or.us DomainTools].&lt;br /&gt;
&lt;br /&gt;
== Registering A .US Locality Domain Name ==&lt;br /&gt;
{{cquote2|So, would YOU like a free domain name like mine? Can you still get one? Well, that is a very good question.|[http://snarke.livejournal.com/15639.html What the Web Doesn&amp;#039;t Know . . . About Itself.]}}&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s not entirely clear how much support exists for those wanting to register a locality .US domain to successfully complete the process. [[icannwiki:.us#Structure|IcannWiki&amp;#039;s article]] on the .US [[wikipedia:Top-level domain|TLD]] seems to suggest that option is still available.&lt;br /&gt;
&lt;br /&gt;
According to [[wikipedia:Neustar|Neustar]]&amp;#039;s &amp;#039;&amp;#039;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report]&amp;#039;&amp;#039;, &amp;quot;To register a domain in a delegated zone, the registrant completes a copy of the current .US Domain Template.&amp;quot;&amp;lt;ref&amp;gt;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report] (Jump to section 4. &amp;quot;Registration and Delegation under the .US Locality Name Space&amp;quot; on page 21.)&amp;lt;/ref&amp;gt; This document points to a dead link for the &amp;#039;&amp;#039;&amp;#039;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt US Domain Template v2.0]&amp;#039;&amp;#039;&amp;#039; template, which is &amp;#039;&amp;#039;actually&amp;#039;&amp;#039; found [http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt here].&amp;lt;ref&amp;gt;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt INTERIM .US DOMAIN TEMPLATE V2.0]&amp;lt;/ref&amp;gt; Available [[wikipedia:FAQ|FAQ]] pages also don&amp;#039;t seem to provide much help with understanding how to register a .US Locality domain name.&amp;lt;ref&amp;gt;[http://www.neustar.us/support/ Support &amp;amp; FAQs] (Neustar)&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.whois.us/us/faqs.html Whois FAQs]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|a response to an email to Neustar]] refers to [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt an earlier registration template].&amp;lt;ref&amp;gt;[http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/delegated_manager_template.txt DELEGATED MANAGER UPDATE TEMPLATE v1.0]&amp;lt;/ref&amp;gt; [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|Neustar&amp;#039;s email response]] goes on to explain the basics for registering a [[wikipedia:.us#Locality-based_namespaces|.US locality domain]] (shown below, with slight editing for clarity, brevity and to fix typos).&lt;br /&gt;
&lt;br /&gt;
; &amp;gt;&amp;gt; Begin Neustar Instructions &amp;lt;&amp;lt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;First, check to see if the domain you want is available to register by going to [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] and typing in your desired domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Neustar&amp;#039;s [http://www.whois.us/ .US WHOIS] appears to &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; find registration info for at least &amp;#039;&amp;#039;some&amp;#039;&amp;#039; fourth-level [[wikipedia:.us#Locality-based_namespaces|.US locality domains]] (the level that Neustar claims it&amp;#039;s able to register). For example, the 4th-level .US locality domain, &amp;lt;code&amp;gt;owen.sj.ca.us&amp;lt;/code&amp;gt;, fails to yield &amp;#039;&amp;#039;any&amp;#039;&amp;#039; registration information when typed into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS] search field. However, [http://whois.domaintools.com/sj.ca.us registration information for &amp;lt;code&amp;gt;SJ.CA.US&amp;lt;/code&amp;gt;] (to the 3rd-level of the domain) &amp;#039;&amp;#039;does&amp;#039;&amp;#039; appear after the domain is typed into the [http://www.whois.sc/ Domain Tools Whois] search field.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, follow the instructions shown below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this time (Neustar has) not been given permission to register Locality Based Domain Names in the third level, only fourth. The [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth level domain names]] must start with:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ci.&amp;#039;&amp;#039;&amp;#039; for city (example: &amp;lt;code&amp;gt;ci.portland.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;co.&amp;#039;&amp;#039;&amp;#039; for county (example: &amp;lt;code&amp;gt;co.multnomah.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;twp.&amp;#039;&amp;#039;&amp;#039; for townships or town (example: &amp;lt;code&amp;gt;twp.eagle-creek.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;vil.&amp;#039;&amp;#039;&amp;#039; for villages (example: &amp;lt;code&amp;gt;vil.cascadia.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to register a domain name in the fourth level please follow the simple directions below.&lt;br /&gt;
&lt;br /&gt;
There are no charges for .US Locality based domain names. However we need three separate documents from you or the locality you represent:&lt;br /&gt;
&lt;br /&gt;
# Sign the [https://www.neustar.biz/resources/product-literature/registry/us-locality-registration-agreement.pdf .US Domain registration agreement]. Please review, sign and include this agreement with the two documents below.&amp;lt;br /&amp;gt;With all of the .US locality based domains now reflected in our WHOIS, we now require the following for contact/name server changes or new domain names. This is to protect your domain name from being taken by another party.&lt;br /&gt;
# A city/organization letterhead cover letter.&lt;br /&gt;
# A completed [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt Delegated Manager Update template] signed by a notary public.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have completed the above documents, please send them to the postal address below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.US Locality Registry&amp;lt;br /&amp;gt;&lt;br /&gt;
Neustar Customer Service&amp;lt;br /&amp;gt;&lt;br /&gt;
1650 Lyndon Farm Ct.&amp;lt;br /&amp;gt;&lt;br /&gt;
Suite 300&amp;lt;br /&amp;gt;&lt;br /&gt;
Louisville, KY 40223-5005&amp;lt;ref&amp;gt;[http://usparking.neustar.us/ Neustar Registry Customer Support]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://www.neustar.biz/about-us/contact-us Neustar Contact Us]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/registrar-registration-form-2011.pdf Neustar Registrar Registration Form]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.virtualimpressions.com/dot-us/ Registering .US locality names]&amp;lt;/ref&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once we have reviewed and approved the requested documents, you will be issued a password to make future changes without having to send us the above paperwork again, unless it is for a different domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that you must have two (2) authoritative nameservers set up for the domain in order for us to complete the domain set up. You will need to work with a hosting company to do so. Neustar does not provide hosting.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
; &amp;lt;&amp;lt; End Neustar Instructions &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(See actual text of Neustar&amp;#039;s email response / registration instructions [[Talk:.US Locality Domains#Neustar_.US_Support_Email_Exchange_-_Friday.2C_April_26.2C_2013|here]].)&lt;br /&gt;
&lt;br /&gt;
=== .US Locality Domain Registration By Small Businesses &amp;amp;amp; Individuals ===&lt;br /&gt;
Small entities like individuals or small businesses can also register locality based .US domain names.&amp;lt;ref&amp;gt;[http://tools.ietf.org/html/rfc1480#page-17 RFC 1480 - The US Domain#Examples of Names]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Examples shown below are [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth-level domain names]]&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;Zuckys.Santa-Monica.CA.US&amp;lt;/tt&amp;gt; (a restaurant)&amp;lt;ref&amp;gt;[http://articles.latimes.com/1993-02-16/local/me-131_1_santa-monica A Counter Culture Dies : Zucky&amp;#039;s Deli Suddenly Closes After 39 Years in Santa Monica]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;owen.sj.ca.us&amp;lt;/tt&amp;gt; (a family name)&amp;lt;ref&amp;gt;[http://owen.sj.ca.us/ The Owen World]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;cvusd.k12.ca.us&amp;lt;/tt&amp;gt; (a school)&amp;lt;br /&amp;gt; View example of the school&amp;#039;s completed [https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0ahUKEwi-l_XJ7bTMAhVOyWMKHTjxCBcQFggiMAE&amp;amp;url=http%3A%2F%2Fwww.nhsvikings.org%2Fcommon%2Fpages%2FDisplayFile.aspx%3FitemId%3D181273&amp;amp;usg=AFQjCNF12Wbvqhz2gc0Xde210gXwIiV-DQ DELEGATED MANAGER UPDATE TEMPLATE v1.0] form (Word Doc).&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://tools.ietf.org/html/rfc1480 Network Working Group: The US Domain (1480); A. Cooper, J. Postel; June 1993]&lt;br /&gt;
* [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search]&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.us/locality-based-name-registrations/ --&amp;gt;http://archive.is/IHGVQ/ Locality-Based Name Registrations]&lt;br /&gt;
* &amp;lt;!-- Dead Link: http://www.neustar.us/policies/ --&amp;gt;.US Policies - General .US Policies (Jump to &amp;quot;[https://archive.is/20130421173426/www.neustar.us/policies/ Other Documentation for the Locality Delegated Managers].&amp;quot;)&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf --&amp;gt;http://web.neustar.biz/policies/docs/LocalityRegistrantAgreement.pdf .US Locality Domain Name Registration Terms and Conditions] (PDF)&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx .US Locality Domain Name Registration Terms and Conditions] (Word Online)&lt;br /&gt;
* [&amp;lt;!-- Dead Link: http://www.neustar.us/delegated-managers/ --&amp;gt;http://www.about.us/policies/delegated-managers Delegated Managers]&lt;br /&gt;
: Individually and as a group, Delegated Managers play a valuable role in the management of the .us locality space.&lt;br /&gt;
* [https://www.neustar.biz/resources/product-literature/registry/us-delegated-manager-agreement.pdf .US DELEGATED MANAGER AGREEMENT]&lt;br /&gt;
* &amp;lt;!-- Dead Link: [http://web.neustar.biz/delegated_managers/usLocCompReport.html .US Locality Compliance Report] --&amp;gt; [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/us-locality-compliance-report.pdf .US Compliance Report]&lt;br /&gt;
* [[wikipedia:.us#Locality-based_namespaces|Locality-based namespaces]] ([[wikipedia:|Wikipedia]])&lt;br /&gt;
* [http://owen.sj.ca.us/~rk/howto/usdomainname.html HOWTO - US Domain Names]&lt;br /&gt;
* [http://www.virtualimpressions.com/dot-us/ Registering .US locality names] by [http://www.virtualimpressions.com/author/dave/ Dave Stahr] | Virtual Impressions | Apr 4, 2017&lt;br /&gt;
: Are you with a city or county office and you’d like a website and/or email to be set up using your city’s .US locality domain? For example, the city of Waco, Nebraska could register &amp;lt;tt&amp;gt;CI.WACO.NE.US&amp;lt;/tt&amp;gt; – Absolutely free of charge. York County, however, where Waco exists, would be &amp;lt;tt&amp;gt;CO.YORK.NE.US&amp;lt;/tt&amp;gt;.  This is the “right” way of registering domain names, rather than using something like &amp;lt;tt&amp;gt;villageofwaco.com &amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;yorkcountyne.net&amp;lt;/tt&amp;gt;.&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Article shows helpful example of how to complete the form&amp;#039;s HOSTNAME information.&lt;br /&gt;
* [http://www.ntia.doc.gov/legacy/ntiahome/domainname/usca/USfaq_022207.htm &amp;#039;&amp;#039;Domain Names&amp;#039;&amp;#039;: Frequently Asked Questions About: .us TLD Locality Domains and Delegated Managers]&lt;br /&gt;
* [https://www.nmmlaw.com/articles/how-to-obtain-the-geographic-domain-in-the-united-states/ HOW TO OBTAIN THE GEOGRAPHIC DOMAIN IN THE UNITED STATES] (Somewhat dated material.)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=959</id>
		<title>.US Locality Domains</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=959"/>
		<updated>2017-11-20T22:51:49Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Registering A .US Locality Domain Name */ More link updates.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
[[wikipedia:.us|.US]] [[wikipedia:.us#Locality-based_namespaces|Locality Domains]] are available to register for free by individuals, businesses, non-profit organizations and other entities qualified to register a [[wikipedia:.us|.us]] domain name.&amp;lt;ref&amp;gt;[http://www.real-world-solutions.org/calvin/html/usdom.htm The Us Domain Overview]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[ftp://ftp.stack.nl/pub/documents/usdnr/us-blurb.html THE US DOMAIN OVERVIEW]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.web.archive.org/web/20000520002249/http://www.nic.us/usdom-overview.html#Cost THE US DOMAIN OVERVIEW - Cost] (Cached version from [[wikipedia:Internet Archive|Internet Archive]]&amp;#039;s [[wikipedia:Wayback Machine|Wayback Machine]].)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
The website for the [[wikipedia:Portland, Oregon|City of Portland]] is accessible at &amp;lt;code&amp;gt;http://www.ci.portland.or.us/&amp;lt;/code&amp;gt; (although &amp;#039;&amp;#039;that&amp;#039;&amp;#039; [[wikipedia:Uniform resource locator|URL]] is automatically redirected to &amp;lt;code&amp;gt;http://www.portlandonline.com/&amp;lt;/code&amp;gt;). To take a peek at the registration information for &amp;lt;code&amp;gt;portland.or.us&amp;lt;/code&amp;gt;, type the domain into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] field, or click on [http://whois.domaintools.com/portland.or.us this link] to view the domain registration info provided by [http://whois.domaintools.com/portland.or.us DomainTools].&lt;br /&gt;
&lt;br /&gt;
== Registering A .US Locality Domain Name ==&lt;br /&gt;
{{cquote2|So, would YOU like a free domain name like mine? Can you still get one? Well, that is a very good question.|[http://snarke.livejournal.com/15639.html What the Web Doesn&amp;#039;t Know . . . About Itself.]}}&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s not entirely clear how much support exists for those wanting to register a locality .US domain to successfully complete the process. [[icannwiki:.us#Structure|IcannWiki&amp;#039;s article]] on the .US [[wikipedia:Top-level domain|TLD]] seems to suggest that option is still available.&lt;br /&gt;
&lt;br /&gt;
According to [[wikipedia:Neustar|Neustar]]&amp;#039;s &amp;#039;&amp;#039;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report]&amp;#039;&amp;#039;, &amp;quot;To register a domain in a delegated zone, the registrant completes a copy of the current .US Domain Template.&amp;quot;&amp;lt;ref&amp;gt;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report] (Jump to section 4. &amp;quot;Registration and Delegation under the .US Locality Name Space&amp;quot; on page 21.)&amp;lt;/ref&amp;gt; This document points to a dead link for the &amp;#039;&amp;#039;&amp;#039;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt US Domain Template v2.0]&amp;#039;&amp;#039;&amp;#039; template, which is &amp;#039;&amp;#039;actually&amp;#039;&amp;#039; found [http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt here].&amp;lt;ref&amp;gt;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt INTERIM .US DOMAIN TEMPLATE V2.0]&amp;lt;/ref&amp;gt; Available [[wikipedia:FAQ|FAQ]] pages also don&amp;#039;t seem to provide much help with understanding how to register a .US Locality domain name.&amp;lt;ref&amp;gt;[http://www.neustar.us/support/ Support &amp;amp; FAQs] (Neustar)&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.whois.us/us/faqs.html Whois FAQs]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|a response to an email to Neustar]] refers to [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt an earlier registration template].&amp;lt;ref&amp;gt;[http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/delegated_manager_template.txt DELEGATED MANAGER UPDATE TEMPLATE v1.0]&amp;lt;/ref&amp;gt; [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|Neustar&amp;#039;s email response]] goes on to explain the basics for registering a [[wikipedia:.us#Locality-based_namespaces|.US locality domain]] (shown below, with slight editing for clarity, brevity and to fix typos).&lt;br /&gt;
&lt;br /&gt;
; &amp;gt;&amp;gt; Begin Neustar Instructions &amp;lt;&amp;lt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;First, check to see if the domain you want is available to register by going to [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] and typing in your desired domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Neustar&amp;#039;s [http://www.whois.us/ .US WHOIS] appears to &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; find registration info for at least &amp;#039;&amp;#039;some&amp;#039;&amp;#039; fourth-level [[wikipedia:.us#Locality-based_namespaces|.US locality domains]] (the level that Neustar claims it&amp;#039;s able to register). For example, the 4th-level .US locality domain, &amp;lt;code&amp;gt;owen.sj.ca.us&amp;lt;/code&amp;gt;, fails to yield &amp;#039;&amp;#039;any&amp;#039;&amp;#039; registration information when typed into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS] search field. However, [http://whois.domaintools.com/sj.ca.us registration information for &amp;lt;code&amp;gt;SJ.CA.US&amp;lt;/code&amp;gt;] (to the 3rd-level of the domain) &amp;#039;&amp;#039;does&amp;#039;&amp;#039; appear after the domain is typed into the [http://www.whois.sc/ Domain Tools Whois] search field.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, follow the instructions shown below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this time (Neustar has) not been given permission to register Locality Based Domain Names in the third level, only fourth. The [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth level domain names]] must start with:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ci.&amp;#039;&amp;#039;&amp;#039; for city (example: &amp;lt;code&amp;gt;ci.portland.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;co.&amp;#039;&amp;#039;&amp;#039; for county (example: &amp;lt;code&amp;gt;co.multnomah.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;twp.&amp;#039;&amp;#039;&amp;#039; for townships or town (example: &amp;lt;code&amp;gt;twp.eagle-creek.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;vil.&amp;#039;&amp;#039;&amp;#039; for villages (example: &amp;lt;code&amp;gt;vil.cascadia.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to register a domain name in the fourth level please follow the simple directions below.&lt;br /&gt;
&lt;br /&gt;
There are no charges for .US Locality based domain names. However we need three separate documents from you or the locality you represent:&lt;br /&gt;
&lt;br /&gt;
# Sign the [https://www.neustar.biz/resources/product-literature/registry/us-locality-registration-agreement.pdf .US Domain registration agreement]. Please review, sign and include this agreement with the two documents below.&amp;lt;br /&amp;gt;With all of the .US locality based domains now reflected in our WHOIS, we now require the following for contact/name server changes or new domain names. This is to protect your domain name from being taken by another party.&lt;br /&gt;
# A city/organization letterhead cover letter.&lt;br /&gt;
# A completed [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt Delegated Manager Update template] signed by a notary public.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have completed the above documents, please send them to the postal address below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.US Locality Registry&amp;lt;br /&amp;gt;&lt;br /&gt;
Neustar Customer Service&amp;lt;br /&amp;gt;&lt;br /&gt;
1650 Lyndon Farm Ct.&amp;lt;br /&amp;gt;&lt;br /&gt;
Suite 300&amp;lt;br /&amp;gt;&lt;br /&gt;
Louisville, KY 40223-5005&amp;lt;ref&amp;gt;[http://usparking.neustar.us/ Neustar Registry Customer Support]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://www.neustar.biz/about-us/contact-us Neustar Contact Us]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/registrar-registration-form-2011.pdf Neustar Registrar Registration Form]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.virtualimpressions.com/dot-us/ Registering .US locality names]&amp;lt;/ref&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once we have reviewed and approved the requested documents, you will be issued a password to make future changes without having to send us the above paperwork again, unless it is for a different domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that you must have two (2) authoritative nameservers set up for the domain in order for us to complete the domain set up. You will need to work with a hosting company to do so. Neustar does not provide hosting.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
; &amp;lt;&amp;lt; End Neustar Instructions &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(See actual text of Neustar&amp;#039;s email response / registration instructions [[Talk:.US Locality Domains#Neustar_.US_Support_Email_Exchange_-_Friday.2C_April_26.2C_2013|here]].)&lt;br /&gt;
&lt;br /&gt;
=== .US Locality Domain Registration By Small Businesses &amp;amp;amp; Individuals ===&lt;br /&gt;
Small entities like individuals or small businesses can also register locality based .US domain names.&amp;lt;ref&amp;gt;[http://tools.ietf.org/html/rfc1480#page-17 RFC 1480 - The US Domain#Examples of Names]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Examples shown below are [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth-level domain names]]&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;Zuckys.Santa-Monica.CA.US&amp;lt;/tt&amp;gt; (a restaurant)&amp;lt;ref&amp;gt;[http://articles.latimes.com/1993-02-16/local/me-131_1_santa-monica A Counter Culture Dies : Zucky&amp;#039;s Deli Suddenly Closes After 39 Years in Santa Monica]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;owen.sj.ca.us&amp;lt;/tt&amp;gt; (a family name)&amp;lt;ref&amp;gt;[http://owen.sj.ca.us/ The Owen World]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;cvusd.k12.ca.us&amp;lt;/tt&amp;gt; (a school)&amp;lt;br /&amp;gt; View example of the school&amp;#039;s completed [https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0ahUKEwi-l_XJ7bTMAhVOyWMKHTjxCBcQFggiMAE&amp;amp;url=http%3A%2F%2Fwww.nhsvikings.org%2Fcommon%2Fpages%2FDisplayFile.aspx%3FitemId%3D181273&amp;amp;usg=AFQjCNF12Wbvqhz2gc0Xde210gXwIiV-DQ DELEGATED MANAGER UPDATE TEMPLATE v1.0] form (Word Doc).&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://tools.ietf.org/html/rfc1480 Network Working Group: The US Domain (1480); A. Cooper, J. Postel; June 1993]&lt;br /&gt;
* [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search]&lt;br /&gt;
* [http://www.neustar.us/locality-based-name-registrations/ Locality-Based Name Registrations]&lt;br /&gt;
* [http://www.neustar.us/policies/ .US Policies - General .US Policies] (Jump to &amp;quot;Other Documentation for the Locality Delegated Managers.&amp;quot;)&lt;br /&gt;
* [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf .US Locality Domain Name Registration Terms and Conditions] (PDF)&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx .US Locality Domain Name Registration Terms and Conditions] (Word Online)&lt;br /&gt;
* [http://www.neustar.us/delegated-managers/ Delegated Managers]&lt;br /&gt;
: Individually and as a group, Delegated Managers play a valuable role in the management of the .us locality space.&lt;br /&gt;
* [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_delegated_manager_agreement_june_2010.pdf .US DELEGATED MANAGER AGREEMENT]&lt;br /&gt;
* [http://web.neustar.biz/delegated_managers/usLocCompReport.html .US Locality Compliance Report]&lt;br /&gt;
* [[wikipedia:.us#Locality-based_namespaces|Locality-based namespaces]] ([[wikipedia:|Wikipedia]])&lt;br /&gt;
* [http://owen.sj.ca.us/~rk/howto/usdomainname.html HOWTO - US Domain Names]&lt;br /&gt;
* [http://www.ntia.doc.gov/legacy/ntiahome/domainname/usca/USfaq_022207.htm &amp;#039;&amp;#039;Domain Names&amp;#039;&amp;#039;: Frequently Asked Questions About: .us TLD Locality Domains and Delegated Managers]&lt;br /&gt;
* [http://www.nmmlaw.com/articles-mainmenu-28/19-e-commerce-and-information-technology/159-how-to-obtain-the-geographic-domain-in-the-united-states HOW TO OBTAIN THE GEOGRAPHIC DOMAIN IN THE UNITED STATES] (Somewhat dated material.)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=958</id>
		<title>.US Locality Domains</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=.US_Locality_Domains&amp;diff=958"/>
		<updated>2017-11-20T22:21:53Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Registering A .US Locality Domain Name */ Updated dead links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
[[wikipedia:.us|.US]] [[wikipedia:.us#Locality-based_namespaces|Locality Domains]] are available to register for free by individuals, businesses, non-profit organizations and other entities qualified to register a [[wikipedia:.us|.us]] domain name.&amp;lt;ref&amp;gt;[http://www.real-world-solutions.org/calvin/html/usdom.htm The Us Domain Overview]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[ftp://ftp.stack.nl/pub/documents/usdnr/us-blurb.html THE US DOMAIN OVERVIEW]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.web.archive.org/web/20000520002249/http://www.nic.us/usdom-overview.html#Cost THE US DOMAIN OVERVIEW - Cost] (Cached version from [[wikipedia:Internet Archive|Internet Archive]]&amp;#039;s [[wikipedia:Wayback Machine|Wayback Machine]].)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
The website for the [[wikipedia:Portland, Oregon|City of Portland]] is accessible at &amp;lt;code&amp;gt;http://www.ci.portland.or.us/&amp;lt;/code&amp;gt; (although &amp;#039;&amp;#039;that&amp;#039;&amp;#039; [[wikipedia:Uniform resource locator|URL]] is automatically redirected to &amp;lt;code&amp;gt;http://www.portlandonline.com/&amp;lt;/code&amp;gt;). To take a peek at the registration information for &amp;lt;code&amp;gt;portland.or.us&amp;lt;/code&amp;gt;, type the domain into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] field, or click on [http://whois.domaintools.com/portland.or.us this link] to view the domain registration info provided by [http://whois.domaintools.com/portland.or.us DomainTools].&lt;br /&gt;
&lt;br /&gt;
== Registering A .US Locality Domain Name ==&lt;br /&gt;
{{cquote2|So, would YOU like a free domain name like mine? Can you still get one? Well, that is a very good question.|[http://snarke.livejournal.com/15639.html What the Web Doesn&amp;#039;t Know . . . About Itself.]}}&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s not entirely clear how much support exists for those wanting to register a locality .US domain to successfully complete the process. [[icannwiki:.us#Structure|IcannWiki&amp;#039;s article]] on the .US [[wikipedia:Top-level domain|TLD]] seems to suggest that option is still available.&lt;br /&gt;
&lt;br /&gt;
According to [[wikipedia:Neustar|Neustar]]&amp;#039;s &amp;#039;&amp;#039;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report]&amp;#039;&amp;#039;, &amp;quot;To register a domain in a delegated zone, the registrant completes a copy of the current .US Domain Template.&amp;quot;&amp;lt;ref&amp;gt;[http://web.neustar.biz/policies/docs/USLocalityComplianceReport.pdf .US Compliance Report] (Jump to section 4. &amp;quot;Registration and Delegation under the .US Locality Name Space&amp;quot; on page 21.)&amp;lt;/ref&amp;gt; This document points to a dead link for the &amp;#039;&amp;#039;&amp;#039;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt US Domain Template v2.0]&amp;#039;&amp;#039;&amp;#039; template, which is &amp;#039;&amp;#039;actually&amp;#039;&amp;#039; found [http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt here].&amp;lt;ref&amp;gt;[http://www.clout.chicago.il.us/US_Domain_Template_v2.0.txt INTERIM .US DOMAIN TEMPLATE V2.0]&amp;lt;/ref&amp;gt; Available [[wikipedia:FAQ|FAQ]] pages also don&amp;#039;t seem to provide much help with understanding how to register a .US Locality domain name.&amp;lt;ref&amp;gt;[http://www.neustar.us/support/ Support &amp;amp; FAQs] (Neustar)&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.whois.us/us/faqs.html Whois FAQs]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|a response to an email to Neustar]] refers to [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/delegated_manager_template.txt an earlier registration template].&amp;lt;ref&amp;gt;[http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/delegated_manager_template.txt DELEGATED MANAGER UPDATE TEMPLATE v1.0]&amp;lt;/ref&amp;gt; [[Talk:.US Locality Domains#RE:_Locality_Domain_Name_Registration|Neustar&amp;#039;s email response]] goes on to explain the basics for registering a [[wikipedia:.us#Locality-based_namespaces|.US locality domain]] (shown below, with slight editing for clarity, brevity and to fix typos).&lt;br /&gt;
&lt;br /&gt;
; &amp;gt;&amp;gt; Begin Neustar Instructions &amp;lt;&amp;lt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;First, check to see if the domain you want is available to register by going to [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search] and typing in your desired domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: [[User:Dave|Editor]]&amp;#039;s Note: Neustar&amp;#039;s [http://www.whois.us/ .US WHOIS] appears to &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; find registration info for at least &amp;#039;&amp;#039;some&amp;#039;&amp;#039; fourth-level [[wikipedia:.us#Locality-based_namespaces|.US locality domains]] (the level that Neustar claims it&amp;#039;s able to register). For example, the 4th-level .US locality domain, &amp;lt;code&amp;gt;owen.sj.ca.us&amp;lt;/code&amp;gt;, fails to yield &amp;#039;&amp;#039;any&amp;#039;&amp;#039; registration information when typed into the [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS] search field. However, [http://whois.domaintools.com/sj.ca.us registration information for &amp;lt;code&amp;gt;SJ.CA.US&amp;lt;/code&amp;gt;] (to the 3rd-level of the domain) &amp;#039;&amp;#039;does&amp;#039;&amp;#039; appear after the domain is typed into the [http://www.whois.sc/ Domain Tools Whois] search field.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, follow the instructions shown below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this time (Neustar has) not been given permission to register Locality Based Domain Names in the third level, only fourth. The [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth level domain names]] must start with:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ci.&amp;#039;&amp;#039;&amp;#039; for city (example: &amp;lt;code&amp;gt;ci.portland.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;co.&amp;#039;&amp;#039;&amp;#039; for county (example: &amp;lt;code&amp;gt;co.multnomah.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;twp.&amp;#039;&amp;#039;&amp;#039; for townships or town (example: &amp;lt;code&amp;gt;twp.eagle-creek.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;vil.&amp;#039;&amp;#039;&amp;#039; for villages (example: &amp;lt;code&amp;gt;vil.cascadia.or.us&amp;lt;/code&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to register a domain name in the fourth level please follow the simple directions below.&lt;br /&gt;
&lt;br /&gt;
There are no charges for .US Locality based domain names. However we need three separate documents from you or the locality you represent:&lt;br /&gt;
&lt;br /&gt;
# Sign the [https://www.neustar.biz/resources/product-literature/registry/us-locality-registration-agreement.pdf .US Domain registration agreement]. Please review, sign and include this agreement with the two documents below.&amp;lt;br /&amp;gt;With all of the .US locality based domains now reflected in our WHOIS, we now require the following for contact/name server changes or new domain names. This is to protect your domain name from being taken by another party.&lt;br /&gt;
# A city/organization letterhead cover letter.&lt;br /&gt;
# A completed [https://ns-cdn.neustar.biz/creative_services/biz/neustar/www/resources/domain-names/delegated_manager_template.txt Delegated Manager Update template] signed by a notary public.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have completed the above documents, please send them to the postal address below.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.US Locality Registry&amp;lt;br /&amp;gt;&lt;br /&gt;
Neustar Customer Service&amp;lt;br /&amp;gt;&lt;br /&gt;
1650 Lyndon Farm Ct.&amp;lt;br /&amp;gt;&lt;br /&gt;
Suite 300&amp;lt;br /&amp;gt;&lt;br /&gt;
Louisville, KY 40223-5005&amp;lt;ref&amp;gt;[Neustar Registry Customer Support http://usparking.neustar.us/]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.virtualimpressions.com/dot-us/ Registering .US locality names]&amp;lt;/ref&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once we have reviewed and approved the requested documents, you will be issued a password to make future changes without having to send us the above paperwork again, unless it is for a different domain name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that you must have two (2) authoritative nameservers set up for the domain in order for us to complete the domain set up. You will need to work with a hosting company to do so. Neustar does not provide hosting.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
; &amp;lt;&amp;lt; End Neustar Instructions &amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(See actual text of Neustar&amp;#039;s email response / registration instructions [[Talk:.US Locality Domains#Neustar_.US_Support_Email_Exchange_-_Friday.2C_April_26.2C_2013|here]].)&lt;br /&gt;
&lt;br /&gt;
=== .US Locality Domain Registration By Small Businesses &amp;amp;amp; Individuals ===&lt;br /&gt;
Small entities like individuals or small businesses can also register locality based .US domain names.&amp;lt;ref&amp;gt;[http://tools.ietf.org/html/rfc1480#page-17 RFC 1480 - The US Domain#Examples of Names]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Examples shown below are [[wikipedia:Domain name#Second-level_and_lower_level_domains|fourth-level domain names]]&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;Zuckys.Santa-Monica.CA.US&amp;lt;/tt&amp;gt; (a restaurant)&amp;lt;ref&amp;gt;[http://articles.latimes.com/1993-02-16/local/me-131_1_santa-monica A Counter Culture Dies : Zucky&amp;#039;s Deli Suddenly Closes After 39 Years in Santa Monica]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;owen.sj.ca.us&amp;lt;/tt&amp;gt; (a family name)&amp;lt;ref&amp;gt;[http://owen.sj.ca.us/ The Owen World]&amp;lt;/ref&amp;gt;&lt;br /&gt;
#&amp;lt;tt&amp;gt;cvusd.k12.ca.us&amp;lt;/tt&amp;gt; (a school)&amp;lt;br /&amp;gt; View example of the school&amp;#039;s completed [https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0ahUKEwi-l_XJ7bTMAhVOyWMKHTjxCBcQFggiMAE&amp;amp;url=http%3A%2F%2Fwww.nhsvikings.org%2Fcommon%2Fpages%2FDisplayFile.aspx%3FitemId%3D181273&amp;amp;usg=AFQjCNF12Wbvqhz2gc0Xde210gXwIiV-DQ DELEGATED MANAGER UPDATE TEMPLATE v1.0] form (Word Doc).&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://tools.ietf.org/html/rfc1480 Network Working Group: The US Domain (1480); A. Cooper, J. Postel; June 1993]&lt;br /&gt;
* [http://www.whois.us/ Neustar&amp;#039;s .US WHOIS Search]&lt;br /&gt;
* [http://www.neustar.us/locality-based-name-registrations/ Locality-Based Name Registrations]&lt;br /&gt;
* [http://www.neustar.us/policies/ .US Policies - General .US Policies] (Jump to &amp;quot;Other Documentation for the Locality Delegated Managers.&amp;quot;)&lt;br /&gt;
* [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf .US Locality Domain Name Registration Terms and Conditions] (PDF)&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx .US Locality Domain Name Registration Terms and Conditions] (Word Online)&lt;br /&gt;
* [http://www.neustar.us/delegated-managers/ Delegated Managers]&lt;br /&gt;
: Individually and as a group, Delegated Managers play a valuable role in the management of the .us locality space.&lt;br /&gt;
* [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_delegated_manager_agreement_june_2010.pdf .US DELEGATED MANAGER AGREEMENT]&lt;br /&gt;
* [http://web.neustar.biz/delegated_managers/usLocCompReport.html .US Locality Compliance Report]&lt;br /&gt;
* [[wikipedia:.us#Locality-based_namespaces|Locality-based namespaces]] ([[wikipedia:|Wikipedia]])&lt;br /&gt;
* [http://owen.sj.ca.us/~rk/howto/usdomainname.html HOWTO - US Domain Names]&lt;br /&gt;
* [http://www.ntia.doc.gov/legacy/ntiahome/domainname/usca/USfaq_022207.htm &amp;#039;&amp;#039;Domain Names&amp;#039;&amp;#039;: Frequently Asked Questions About: .us TLD Locality Domains and Delegated Managers]&lt;br /&gt;
* [http://www.nmmlaw.com/articles-mainmenu-28/19-e-commerce-and-information-technology/159-how-to-obtain-the-geographic-domain-in-the-united-states HOW TO OBTAIN THE GEOGRAPHIC DOMAIN IN THE UNITED STATES] (Somewhat dated material.)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=957</id>
		<title>Office Productivity Hacks</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Office_Productivity_Hacks&amp;diff=957"/>
		<updated>2017-11-16T22:21:36Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Dearly Departed Quick Edit Sheets */ Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;EditGrid&amp;lt;/ref&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Cloud Storage &amp;amp;amp; File Sharing Platforms ==&lt;br /&gt;
* [http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/ 7 Awesome Open Source Cloud Storage Software For Your Privacy and Security]&lt;br /&gt;
: Learn about seven &amp;quot;amazingly awesome open source cloud storage engines that you can use to access and sync your data privately for security and privacy reasons.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://destructible.io/ Destructible.io]: Self-destructing, human-readable file storage.&lt;br /&gt;
: Upload a file, set time to self-destruct. Download as many times as you&amp;#039;d like from a page with a url that&amp;#039;s easy to read and say. That&amp;#039;s it!&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/ ownCloud]&lt;br /&gt;
: Access your data from all your devices, on an open platform you can extend and modify.&lt;br /&gt;
&lt;br /&gt;
* [https://pyd.io/ Pydio] - Master Your Universe of Files&lt;br /&gt;
: Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.&lt;br /&gt;
&lt;br /&gt;
* [https://snapdrop.net/ Snapdrop]&lt;br /&gt;
: Snapdrop is an easy way to transfer files. Instantly share images, video, PDF, and links across devices. Peer2Peer, Private, Secure and Open Source. No Setup, No Signup.&lt;br /&gt;
&lt;br /&gt;
* [http://sparkleshare.org/ SparkleShare]&lt;br /&gt;
: File synchronisation. Version control. Self hosted. Client side encryption. Free and Open Source.&lt;br /&gt;
&lt;br /&gt;
== Google Apps ==&lt;br /&gt;
* [http://www.techrepublic.com/article/six-tips-for-supporting-successful-meetings-with-google-apps/ Six tips for supporting successful meetings with Google Apps]&lt;br /&gt;
# Create a Google Doc for each meeting&lt;br /&gt;
# Move the document to the right folder(s)&lt;br /&gt;
# Share the document with participants&lt;br /&gt;
# Create Calendar event: Invite guests and attach document(s)&lt;br /&gt;
# Edit during the meeting&lt;br /&gt;
# Share the document link after the meeting&lt;br /&gt;
&lt;br /&gt;
;Keyboard Shortcuts&lt;br /&gt;
* [http://webapps.stackexchange.com/questions/4672/a-faster-way-to-access-strikethrough-on-google-docs A faster way to access Strikethrough on Google Docs]&lt;br /&gt;
: Select what you want to strike and click &amp;lt;code&amp;gt;Alt+Shift+5&amp;lt;/code&amp;gt;. (&amp;lt;code&amp;gt;Option+Shift+5&amp;lt;/code&amp;gt; for Mac).&lt;br /&gt;
: &amp;lt;code&amp;gt;Ctrl+?&amp;lt;/code&amp;gt; to see other such keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
* [https://support.google.com/drive/answer/179738?hl=en Keyboard shortcuts for Google documents]&lt;br /&gt;
&lt;br /&gt;
==== Google Apps | 3rd Party Resources ====&lt;br /&gt;
* [http://fastdocs.co/ FastDocs ⚡: Shortcuts to create new Google Docs]&lt;br /&gt;
: Direct links to create new documents for Google Apps.&lt;br /&gt;
&lt;br /&gt;
=== Google App Engine ===&lt;br /&gt;
* [http://24ways.org/2008/using-google-app-engine-as-your-own-cdn/ Using Google App Engine as Your Own Content Delivery Network]&lt;br /&gt;
: A content delivery network, or CDN, is a system of servers spread around the world, serving files from the nearest physical location. Instead of waiting for a file to find its way from a server farm in Silicon Valley 8,000 kilometres away, I can receive it from London, Dublin, or Paris, cutting down the time I wait. The big names — Google, Yahoo, Amazon, et al — use CDNs for their sites, but they’ve always been far too expensive for us mere mortals. Until now.&lt;br /&gt;
&lt;br /&gt;
=== Google Mail Merge ===&lt;br /&gt;
; Yet Another Mail Merge&lt;br /&gt;
* [https://chrome.google.com/webstore/detail/yet-another-mail-merge/mgmgmhkohaenhokbdnlpcljckbhpbmef Yet Another Mail Merge] (Installation script.)&lt;br /&gt;
* [https://sites.google.com/site/scriptsexamples/available-web-apps/mail-merge Yet Another Mail Merge] (App web page.)&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/114E9ovPQZlu3Pcyv_GMuaV9r_KfL6fzIc295eFaWg1U/edit Yet Another Mail Merge (YAMM) - FAQ]&lt;br /&gt;
* [https://www.youtube.com/watch?v=B6Ehz2i6eU4 Create a Mail Merge with Gmail and Google Drive / Docs] (Video tutorial for using Yet Another Mail Merge.)&lt;br /&gt;
&lt;br /&gt;
=== Google Drive ===&lt;br /&gt;
* [http://www.editey.com Editey: Edit Websites on Google Drive]&lt;br /&gt;
&lt;br /&gt;
=== Google Docs ===&lt;br /&gt;
==== Add Page Numbers, Footer Info, Etc. ====&lt;br /&gt;
* [https://support.google.com/docs/answer/86629 Add footnotes, page numbers, headers &amp;amp; footers]&lt;br /&gt;
: Want page number &amp;amp; count (eg: &amp;lt;tt&amp;gt;Page 2 of 4&amp;lt;/tt&amp;gt;)?&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page number&amp;lt;/tt&amp;gt; to insert a page number.&lt;br /&gt;
::- &amp;lt;tt&amp;gt;Insert &amp;gt; Page count&amp;lt;/tt&amp;gt; to get the count of number of pages in document.&lt;br /&gt;
&lt;br /&gt;
==== Link to Section Heading ====&lt;br /&gt;
# Select the text you want to link from.&lt;br /&gt;
# Insert &amp;gt; Link&lt;br /&gt;
# Click on the little pointer (triangle) to the left of &amp;quot;Headings&amp;quot;.&lt;br /&gt;
# Select the Heading you want to link to.&lt;br /&gt;
# Click the &amp;quot;Apply&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
=== Google Sites ===&lt;br /&gt;
* [https://productforums.google.com/forum/#!topic/sites/7xUZQZF9WcE Can I create a password protected area for my site? ie a &amp;quot;members only&amp;quot; section]&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: Yes, you can create a separate member&amp;#039;s only site, make it private, invite your members as viewers and link to it from your main site.&lt;br /&gt;
:- [https://productforums.google.com/forum/#!profile/sites/APn2wQdUxgOXdV0q-4Kp5lEyPwEi3pZocC9rp2-YOAPKyYF9KnjNEWE3DEkLtq_LUl5PNFpHVutn k8oms]: You could (also) invite a Google Group to the site. All of your members would have to join the group. They would have to have Google accounts in order to join.&lt;br /&gt;
&lt;br /&gt;
=== Google Voice ===&lt;br /&gt;
* [https://support.google.com/voice/answer/115137?hl=en Conference calling on the fly]&lt;br /&gt;
: Instead of having to send out a conference number and access code to people calling in, you can now just ask them to call you at a preset time and you can conference them in as they call.&lt;br /&gt;
&lt;br /&gt;
== LibreOffice ==&lt;br /&gt;
=== LibreOffice in the Cloud ===&lt;br /&gt;
* [https://www.collaboraoffice.com/solutions/collabora-cloudsuite/ Collabora CloudSuite]&lt;br /&gt;
: Collabora CloudSuite is a powerful LibreOffice-based office suite that works across platforms and devices. It enables you to access documents from any location, author new content, and share your work.&lt;br /&gt;
:: [https://www.collaboraoffice.com/try-collabora-cloudsuite/ Request a Free Demo].&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/press-releases/collabora-productivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/ Collabora Productivity releases Collabora Online 1.0 “Engine” for Hosters and Clouds.] (Cambridge – 2 June 2016)&lt;br /&gt;
: Collabora Productivity, the driving force behind putting LibreOffice in the Cloud, has released the first production grade version of Collabora Online, its flagship cloud document suite solution.&lt;br /&gt;
&lt;br /&gt;
* [https://owncloud.org/blog/libreoffice-online-has-arrived-in-owncloud/ Collabora brings LibreOffice Online to ownCloud]&lt;br /&gt;
&lt;br /&gt;
* [https://www.collaboraoffice.com/code/ Collabora Online Development Edition (CODE)]&lt;br /&gt;
: CODE is the unsupported, Development version of Collabora CloudSuite‘s commercial on-line component. It makes things easy for you to play with the latest unstable developments – of course at some risk of loosing your data, and with no strong upgrade or continuity guarantees. If it breaks – you get to keep both halves.&lt;br /&gt;
&lt;br /&gt;
* [http://www.zdnet.com/article/libreoffice-finally-to-go-online/ LibreOffice finally to go online]&lt;br /&gt;
: It&amp;#039;s been years since The Document Foundation announced that LibreOffice would be ported to an online version. It looks like it will finally arrive... in 2016.&lt;br /&gt;
&lt;br /&gt;
=== Regular Expressions &amp;amp;amp; LibreOffice ===&lt;br /&gt;
;Important Reminder When Working with Regular Expressions in LibreOffice&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;With the &amp;lt;tt&amp;gt;Find &amp;amp;amp; Replace&amp;lt;/tt&amp;gt; window open, make sure to click on the &amp;quot;&amp;lt;tt&amp;gt;+&amp;lt;/tt&amp;gt;&amp;quot; icon next to &amp;quot;&amp;lt;tt&amp;gt;Other Options&amp;lt;/tt&amp;gt;&amp;quot; and check the &amp;quot;&amp;lt;tt&amp;gt;Regular expressions&amp;lt;/tt&amp;gt;&amp;quot; tic box.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/3122/find-replace-doesnt-find-paragraph-marks/ Find &amp;amp; Replace doesn&amp;#039;t find paragraph marks]&lt;br /&gt;
: Do you want to add a blank paragraph after of each non-empty paragraph? Find &amp;lt;code&amp;gt;.$&amp;lt;/code&amp;gt; (dot-dollar) Replace with &amp;lt;code&amp;gt;&amp;amp;\n&amp;lt;/code&amp;gt; (ampersand-backslash-n).&lt;br /&gt;
&lt;br /&gt;
* [http://ask.libreoffice.org/en/question/1491/findreplace-not-recognizing-t-for-tabs/ Find/replace not recognizing \t for tabs]&lt;br /&gt;
: You need to click on the More Options button (bottom of Find &amp;amp; Replace dialog) and check the Regular Expressions box since \t is a regex code.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
* [http://www.shortcutworld.com ShortcutWorld.com]&lt;br /&gt;
: ShortcutWorld.com is an open, wiki-style Reference Database for Keyboard Shortcuts. Created and edited by Users like You.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Office ==&lt;br /&gt;
=== Embed Excel Data in Word ===&lt;br /&gt;
* [https://support.office.com/en-in/article/Copy-Excel-data-or-charts-to-Word-35f668e8-671a-4b78-b064-7a4ca61250d4 Copy Excel data or charts to Word]&lt;br /&gt;
* [http://www.excel-easy.com/examples/embed.html Embed]&lt;br /&gt;
: Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.&lt;br /&gt;
&lt;br /&gt;
=== Linking Data Between Files ===&lt;br /&gt;
* [http://wordprocessing.about.com/od/wordquicktips/qt/linktext.htm Automatically Update Text in Many Documents]&lt;br /&gt;
* [http://www.k2e.com/tech-update/tips/158-linking-excel-data-into-word-documents Linking Excel Data Into Word Documents]&lt;br /&gt;
* [http://answers.microsoft.com/en-us/office/forum/office_2007-office_other/inserting-linked-excel-spreadsheet-into-publisher/40745746-5815-4d96-ad32-bb318c9444d6?auth=1 inserting linked excel spreadsheet into publisher]&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
* [http://www.techrepublic.com/blog/microsoft-office/five-ways-to-add-a-note-to-an-outlook-email-message/ Five ways to add a note to an Outlook email message]&lt;br /&gt;
: Annotating an Outlook message or thread requires a creative approach. Here are a few easy ways to add meaningful notes to your Outlook messages.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Word ===&lt;br /&gt;
* [http://word.tips.net/T001733_Centering_a_Table.html Centering a Table]&lt;br /&gt;
* [http://wiki.smartsimple.com/wiki/Adding_Form_Fields_to_a_MS_Word_Document Adding Form Fields to a MS Word Document]&lt;br /&gt;
: &amp;#039;&amp;#039;For MS Word 2007&amp;#039;&amp;#039;:&lt;br /&gt;
# Click on the Menu button and select Word Options.&lt;br /&gt;
# In the Popular section, select Show Developer Tab in the Ribbon, then click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Click in your Word document wherever you wish to insert a Form Field.&lt;br /&gt;
# On the Developer Menu select the Legacy Tools icon which is in the Controls section.&lt;br /&gt;
# On the Legacy Forms menu click the first icon to insert a Form Field.&lt;br /&gt;
# Right-click on the Form Field and select Properties. Then provide a name for the field in the Bookmark section.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Convert-text-to-a-table-or-vice-versa-b5ce45db-52d5-4fe3-8e9c-e04b62f189e1 Convert text to a table or vice versa]&lt;br /&gt;
* [https://support.office.com/en-us/article/Format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006 Format a table]&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-the-file-name-to-the-header-or-footer-dc62245f-b6af-45b2-a521-17753fc3539e Add the file name to the header or footer]&lt;br /&gt;
* [https://social.technet.microsoft.com/Forums/office/en-US/3270fcd8-9b1d-4570-8582-9734cd3409dc/word-2007-using-numbered-list-number-in-hyperlink?forum=word Word 2007 - Using numbered list number in hyperlink]&lt;br /&gt;
: Do you need to create a dynamic link to a specific list number/letter of a list item in your Word document? The above tutorial will help. In a nutshell, to the following:&lt;br /&gt;
# Select the &amp;quot;References&amp;quot; menu tab.&lt;br /&gt;
# In the &amp;quot;Captions&amp;quot; group, select &amp;quot;Cross-reference&amp;quot;. A new little window pops up.&lt;br /&gt;
# Under &amp;quot;Reference type:&amp;quot; (in the new little window) choose &amp;quot;Numbered item&amp;quot;. Make sure the little &amp;quot;Insert as hyperlink&amp;quot; tic-box is check, just below.&lt;br /&gt;
# Under &amp;quot;Insert reference to:&amp;quot; choose &amp;quot;Paragraph number&amp;quot;.&lt;br /&gt;
# In the &amp;quot;For which numbered item:&amp;quot; section, choose the paragraph you want to reference.&lt;br /&gt;
# Click the &amp;quot;Insert&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* [http://word.tips.net/T003779_ScreenTips_without_Hyperlinks.html ScreenTips without Hyperlinks]&lt;br /&gt;
: Do you want &amp;quot;hover text&amp;quot; when mousing over a word or number? Try the above tip.&lt;br /&gt;
&lt;br /&gt;
==== Password Protect Issues ====&lt;br /&gt;
* [http://www.nextofwindows.com/how-to-remove-password-from-protected-word-file-in-word-2007-and-2010 How To Remove Password From Protected Word File in Word 2007 and 2010]&lt;br /&gt;
# Rename file extension from DOCX to ZIP.&lt;br /&gt;
# Open document in Windows Explorer and navigate to Word folder.&lt;br /&gt;
# Delete the Settings.XML file from the folder, then close the Windows Explorer window.&lt;br /&gt;
# Rename document extension back to DOCX from ZIP.&lt;br /&gt;
&lt;br /&gt;
==== Field Codes ====&lt;br /&gt;
Fields in Microsoft Word are used as placeholders for data that might change in a document and for creating form letters and labels in mail-merge documents.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-in-Word-893e86ef-6623-457b-b551-788ea2ee93c8 Field codes in Word]&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-and-format-field-codes-in-Word-2007-1c27736e-9624-45da-946c-2b3050a9491f Insert and format field codes in Word 2007]&lt;br /&gt;
* [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!527&amp;amp;authkey=!ALFU60BUeN16C28&amp;amp;ithint=file%2cdocx Shortcut Keys For Use With Field Codes] (Word Online)&lt;br /&gt;
* [http://wordribbon.tips.net/T009719_Inserting_the_Date_Your_Document_was_Last_Saved.html Inserting the Date Your Document was Last Saved]&lt;br /&gt;
: Every time you save a document in Word, some of the document properties information is automatically updated. Part of the information is the date on which the document was last saved. You can insert this date into your document using a &amp;lt;tt&amp;gt;field code&amp;lt;/tt&amp;gt; so that it will update automatically.&lt;br /&gt;
* [http://mikefrobbins.com/2010/05/10/how-to-toggle-field-codes-off-or-on-in-word/ How to Toggle Field Codes Off or On in Microsoft Word]&lt;br /&gt;
: Do codes like &amp;lt;code&amp;gt;{ FORMCHECKBOX }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ =SUM(C29,F30) \# &amp;quot;#,##0.00&amp;quot; }&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;{ FILENAME \p }&amp;lt;/code&amp;gt; all of a sudden start showing up when you open a Word document? If so, and you want to fix it, the above tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in Word ====&lt;br /&gt;
* [http://geekgirls.com/2010/02/using-words-hidden-calculator/ Using Microsoft Word’s hidden calculator]&lt;br /&gt;
: Because Microsoft has buried the calculator so thoroughly, you’ll need to resurrect it before putting it to use. That means sticking it on a toolbar. In Word 2007, you’ll have to put it on the Quick Access toolbar:&lt;br /&gt;
# Right-click the Quick Access toolbar and select Customize Quick Access Toolbar from the pop-up menu.&lt;br /&gt;
# Make sure For All Documents is selected in the Customize Quick Access Toolbar drop-down box.&lt;br /&gt;
# In the Choose Commands From drop-down box, select Commands Not In The Ribbon. (Side note: Perusing this list is highly educational for old-time Word users pining for lost commands.)&lt;br /&gt;
# Locate Calculate in the list and double-click it to add it to the list of Quick Access commands, then click OK.&lt;br /&gt;
&lt;br /&gt;
* [http://wordfaqs.mvps.org/ToolsCalculate.htm Using the Calculate Command - Word FAQ site - MVPs.org]&lt;br /&gt;
: Among Word&amp;#039;s many undocumented features are some legacies from previous versions. One of these is the ToolsCalculate command.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height:100px; width:700px; text-align:center;&amp;quot;&lt;br /&gt;
! Use || To || Example || Expression || Result&lt;br /&gt;
|-&lt;br /&gt;
| -&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;( ) || Subtract || Budget for the rest&amp;lt;br /&amp;gt;of the month || 1500-976&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;1500 (976) || 524&lt;br /&gt;
|-&lt;br /&gt;
| / || Divide || Cost per month || $7000/12 || $583.33&lt;br /&gt;
|-&lt;br /&gt;
| * || Multiply || Rent per year || 12*$583 || $6996.00&lt;br /&gt;
|-&lt;br /&gt;
| +&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;space || Add || Joint income || 19,000+16,500&amp;lt;br /&amp;gt;or&amp;lt;br /&amp;gt;19,000 16,500 || 35,500&lt;br /&gt;
|-&lt;br /&gt;
| % || Calculate percentage || Taxes due || $155.79*6% || $9.35&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Six squared || 6^2 || 36&lt;br /&gt;
|-&lt;br /&gt;
| ^ || Calculate power || Cube root of eight || 8^(1/3) || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Calculating Numbers in a Table Using Formulas ====&lt;br /&gt;
You can add, subtract, multiply, and divide numbers in Word table cells. Also you can calculate averages, percentages, and minimum as well as maximum values.&lt;br /&gt;
;Examples&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C28,F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=(F30-F28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(C29,F30)-(C28)&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(ABOVE)&amp;lt;/code&amp;gt; Adds the numbers in the column above the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(LEFT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the left of the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(BELOW)&amp;lt;/code&amp;gt; Adds the numbers in the column below the cell you’re in.&lt;br /&gt;
: &amp;lt;code&amp;gt;=SUM(RIGHT)&amp;lt;/code&amp;gt; Adds the numbers in the row to the right of the cell you’re in.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table]&lt;br /&gt;
: You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Tools, Layout tab, in the Data group.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Sum-a-column-or-row-of-numbers-in-a-table-2e373a5f-2d8a-478a-9b85-275c8668bebb Sum a column or row of numbers in a table]&lt;br /&gt;
: To add up a column or row numbers in a table, use the Formula command. (A stripped-down version of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 above tutorial].)&lt;br /&gt;
&lt;br /&gt;
* [http://www.officetooltips.com/word_2007/tips/calculations_in_the_table.html Calculations in the table]&lt;br /&gt;
&lt;br /&gt;
==== Using Bookmarks ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Bookmarks Example:&amp;#039;&amp;#039;&amp;#039; Use bookmarks to refer to the prices of multiple products in your Word document. Bookmark each price, then display the sum of the bookmarked prices using a formula field to calculate the total.&lt;br /&gt;
* [http://makeofficework.com/bookmarks_the_basics.htm Bookmarks: The Basics]&lt;br /&gt;
* [http://makeofficework.com/bookmarks_their_full_power.htm Bookmarks: Their Full Power]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Repeat Text Within a Document =====&lt;br /&gt;
* [https://cybertext.wordpress.com/2011/01/03/word-repeating-text-within-a-document/ Word: Repeating text within a document]&lt;br /&gt;
: Assign a bookmark to the text you want to re-use, then insert a cross-reference to the bookmark text. Whenever you change the original text, you only need to update the fields in the document for the changes to apply to the second (or third) instance of that text.&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Tables Across Multiple Tables =====&lt;br /&gt;
Do you want to calculate numbers located in one or more tables in your Word document and display the results outside of the table(s)? Here&amp;#039;s how:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; [https://support.office.com/en-us/article/Add-or-delete-bookmarks-f68d781f-0150-4583-a90e-a4009d99c2a0 Bookmark] each of the tables you want to refer to.&lt;br /&gt;
:- Highlight your first table.&lt;br /&gt;
:- Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
:- Enter name of bookmark (eg: &amp;quot;table1&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
:- Do the same for each table you want to bookmark.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Refer to the table name you used in your bookmark (eg: &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;, etc.) like shown in the code examples below.&lt;br /&gt;
&lt;br /&gt;
;Code Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2:B3) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{ =SUM(table1 B2,table2 C2) }&amp;lt;/code&amp;gt;&lt;br /&gt;
: The above example SUMs two numbers – one located in &amp;lt;tt&amp;gt;table1&amp;lt;/tt&amp;gt; and another located in &amp;lt;tt&amp;gt;table2&amp;lt;/tt&amp;gt;.&lt;br /&gt;
;PLEASE NOTE&lt;br /&gt;
: Word&amp;#039;s Formula (&amp;lt;tt&amp;gt;fx&amp;lt;/tt&amp;gt;) function (&amp;lt;tt&amp;gt;Table Tools&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Layout&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Data&amp;lt;/tt&amp;gt; &amp;gt; &amp;lt;tt&amp;gt;Formula&amp;lt;/tt&amp;gt;) is extremely finicky. When inserting a formula using this tool, make sure to insert the entire formula at one go. Subsequent edits seem to generate error messages.&lt;br /&gt;
: &amp;#039;&amp;#039;If you are NOT using Word&amp;#039;s Formula Function&amp;#039;&amp;#039;: Don&amp;#039;t type in the curly braces (&amp;lt;tt&amp;gt;{}&amp;lt;/tt&amp;gt;) yourself. For your code to actually work, you must insert curly braces into your Word document by pressing &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; on your keyboard.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27#__toc281293383 Use bookmarknames or cell references in a formula]&lt;br /&gt;
: This tutorial is a subsection of the [https://support.office.com/en-us/article/Use-a-formula-in-a-Word-or-Outlook-table-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 Use a formula in a Word or Outlook table] tutorial. It describes how to bookmark specific objects on a Word document, then refer to those bookmarks in a formula. You can use this technique to calculate across multiple tables.&lt;br /&gt;
&lt;br /&gt;
* [http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/bookmark-a-word-table-cell-and-all-i-get-is-sentex/48ddf117-8ee2-450c-b9f0-c1621bd6c087 Bookmark a word table cell and all I get is sentex errors this is the mac for word version]&lt;br /&gt;
&lt;br /&gt;
* [http://superuser.com/questions/571051/reference-to-a-cell-in-an-other-table-in-a-word-document-from-a-field Reference to a cell in an other table in a Word document from a field]&lt;br /&gt;
&lt;br /&gt;
===== Use Bookmarks to Calculate Numbers in Specific Cells Across Multiple Tables =====&lt;br /&gt;
# Highlight the number in first table.&lt;br /&gt;
# Word &amp;gt; Insert Tab &amp;gt; click on &amp;quot;Bookmark&amp;quot; (icon in &amp;quot;Links&amp;quot; section).&lt;br /&gt;
# Enter name of bookmark (eg: &amp;quot;first_total&amp;quot;) and click &amp;quot;OK&amp;quot;.&lt;br /&gt;
# Do the same for each value in each table you want to bookmark.&lt;br /&gt;
# Place cursor where you want to sum the totals you just bookmarked.&lt;br /&gt;
# Press &amp;lt;code&amp;gt;CTRL+F9&amp;lt;/code&amp;gt; and type in an &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; character.&lt;br /&gt;
# Go To: Insert Tab &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (icon in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Ref&amp;quot;.&lt;br /&gt;
# Select the first bookmark name you created, then click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
# Type &amp;quot;+&amp;quot; next to the value you just inserted, then select the second bookmark and click &amp;quot;OK.&amp;quot; Do the same for each bookmark you want to add.&lt;br /&gt;
# Right-click on the field set you just created by going through the above steps and choose &amp;quot;Update Field&amp;quot;.&lt;br /&gt;
# To view and/or edit the formula for the number you just updated, right-click on the number and choose &amp;quot;Toggle Field Codes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Sources for above steps&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.projectwoman.com/articles/02tablemath.htm#.Vxft3EwrK70 Math in Word Tables]&lt;br /&gt;
* [http://windowssecrets.com/forums/showthread.php/99905-Sum-multiple-tables-(Word-2003) Thread: Sum multiple tables (Word 2003)]&lt;br /&gt;
&lt;br /&gt;
==== Formatting Section-Specific Header &amp;amp; Footer Info (Section Names, Page Numbers, Etc.) ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goal&amp;#039;&amp;#039;&amp;#039;: Set header/footer labels, file paths, &amp;lt;tt&amp;gt;X of Y&amp;lt;/tt&amp;gt; formatted page numbering and other properties so they apply only to a specific section within a word document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;Applies to Microsoft Word 2007.&amp;#039;&amp;#039;&lt;br /&gt;
* [https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&lt;br /&gt;
;Add section breaks to a document&lt;br /&gt;
:If your document is not divided into sections, you can insert section breaks where you want the header or footer to vary.&lt;br /&gt;
#Starting at the beginning of the document, place the cursor at the beginning of the page where you want to start varying the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Place the cursor at the beginning of the next page where you want to vary the header or footer, such as the first page of a new chapter.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;, and then under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Repeat steps 3 and 4 for every section break that you want in the document.&lt;br /&gt;
;Use a document&amp;#039;s section breaks to vary the header or footer&lt;br /&gt;
:If your document is already divided into sections, you can use the section breaks to configure headers and footers.&lt;br /&gt;
#Starting at the beginning of the document, click in the first section for which you want to vary the header or footer.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Insert&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Header or Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Click &amp;#039;&amp;#039;&amp;#039;Edit Header&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Edit Footer&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#In the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group of the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab (Header &amp;amp; Footer contextual tab), click &amp;#039;&amp;#039;&amp;#039;Next Section&amp;#039;&amp;#039;&amp;#039; to advance the cursor to the header or footer of the next section.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Headers &amp;amp; Footers&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to break the connection between the header or footer in this section and the previous section.&lt;br /&gt;
#Change the existing header or footer, or create a new header or footer for this section.&lt;br /&gt;
#Repeat the previous three steps for all of the sections in the document.&amp;lt;ref&amp;gt;[https://support.office.com/en-us/article/Insert-headers-and-footers-f22334fb-4455-4b18-9354-7c9c70c3b032?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US&amp;amp;fromAR=1#bm5 Make the header or footer different in each section or chapter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Headers-and-footers-for-document-sections-c7962194-f0f7-42af-b808-f99c34700e14 Headers and footers for document sections]&lt;br /&gt;
: Mini Course: Using Word 2007, create headers and footers in a document that has several parts, such as a cover page and table of contents, followed by chapters. Includes a Quick Reference Card at the end of the tutorial.&lt;br /&gt;
* [https://support.office.com/en-us/article/Number-pages-differently-in-different-sections-1ba9047e-4534-460f-8003-12a81bb527f3 Number pages differently in different sections]&lt;br /&gt;
: Good tutorial for adding section-specific &amp;#039;&amp;#039;single&amp;#039;&amp;#039; page numbers (ie. &amp;lt;tt&amp;gt;Page 1&amp;lt;/tt&amp;gt;), but &amp;#039;&amp;#039;not&amp;#039;&amp;#039; &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
#Click at the beginning of the page where you want to start, stop, or change the header, footer, or page numbering.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Page Layout&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Page Setup&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Breaks&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#Under &amp;#039;&amp;#039;&amp;#039;Section Breaks&amp;#039;&amp;#039;&amp;#039;, click &amp;#039;&amp;#039;&amp;#039;Next Page&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#On the page that follows the section break, double-click in the header area or the footer area (near the top of the page or near the bottom of the page). This opens the Design tab under Header &amp;amp; Footer Tools.&lt;br /&gt;
#On the &amp;#039;&amp;#039;&amp;#039;Design&amp;#039;&amp;#039;&amp;#039; tab, in the &amp;#039;&amp;#039;&amp;#039;Navigation&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Link to Previous&amp;#039;&amp;#039;&amp;#039; to turn it off.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039;  If your page number is in the header, be sure that you turn off linking for headers. If your page number is in the footer, be sure that you turn off linking for footers. Headers and footers are linked or unlinked separately.&lt;br /&gt;
#Follow the instructions for adding page numbers or for adding a header and footer with a page number.&amp;lt;br /&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039;  Choose an alert and enter text here. You may also set it&amp;#039;s AlertPosition property.&lt;br /&gt;
#To choose a numbering format or the starting number, click &amp;#039;&amp;#039;&amp;#039;Page Number&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;Header &amp;amp; Footer&amp;#039;&amp;#039;&amp;#039; group, click &amp;#039;&amp;#039;&amp;#039;Format Page Numbers&amp;#039;&amp;#039;&amp;#039;, click the format that you want and the Start at number that you want to use, and then click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
#To return to the body of your document, click &amp;#039;&amp;#039;&amp;#039;Close Header and Footer&amp;#039;&amp;#039;&amp;#039; on the Design tab (under Header &amp;amp; Footer Tools).&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-us/article/Add-page-number-X-of-Y-to-a-document-1f273c7c-661c-4444-97b5-c7ec07270f16 Add page number X of Y to a document]&lt;br /&gt;
: Good tutorial for simply adding &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering.&lt;br /&gt;
* [https://support.office.com/en-us/article/Field-codes-NumPages-field-536fa716-025b-4dd6-8a04-8a190b5b1490 Field codes: NumPages field] &amp;amp;amp; [https://support.office.com/en-us/article/Field-codes-SectionPages-field-66f025dd-bc6c-4391-b223-886da61b8ade Field codes: SectionPages field]&lt;br /&gt;
: Use these tutorials to configure &amp;lt;tt&amp;gt;Page X of Y&amp;lt;/tt&amp;gt; formatted page numbering that is specific to each document section.&lt;br /&gt;
&lt;br /&gt;
===== SectionPages =====&lt;br /&gt;
:The &amp;lt;tt&amp;gt;SectionPages&amp;lt;/tt&amp;gt; field inserts the total number of pages in a section. When using this field, you should restart page numbering from 1 in each section after the first section.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; A field code tells the field what to show. Field results are what’s shown in the document after having evaluated the field code. To toggle between viewing the field code and the field code results, press &amp;lt;code&amp;gt;Alt+F9&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; To print text such as &amp;quot;Page 4 of 29.&amp;quot; on each page of a document you&amp;#039;ve divided into sections, insert the following fields and text in the header or footer:&lt;br /&gt;
::Page &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; of &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Place your cursor where you want the &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt; field code.&lt;br /&gt;
# Go To: Insert (tab) &amp;gt; select &amp;quot;Quick Parts&amp;quot; &amp;gt; (located in Text section) &amp;gt; Pull down to &amp;quot;Field&amp;quot;.&lt;br /&gt;
# Scroll down the list of &amp;quot;Field names&amp;quot; and choose &amp;quot;Page&amp;quot;.&lt;br /&gt;
# In the &amp;quot;Format&amp;quot; window, choose the numbering format you want to use (eg: &amp;lt;tt&amp;gt;1, 2, 3, ...&amp;lt;/tt&amp;gt;).&lt;br /&gt;
# Repeat the steps above to place your &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code (but choose the &amp;lt;code&amp;gt;{ SECTIONPAGES }&amp;lt;/code&amp;gt; field code instead of &amp;lt;code&amp;gt;{ PAGE }&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== Word Keyboard Shortcuts ====&lt;br /&gt;
* [[wikipedia:Table of keyboard shortcuts|Table of keyboard shortcuts]] (Wikipedia)&lt;br /&gt;
* Key command for inserting non-updating date in MS Word:&lt;br /&gt;
: &amp;lt;tt&amp;gt;Alt-Shift-D&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Backspace&amp;lt;/tt&amp;gt; + &amp;lt;tt&amp;gt;Ctrl-Shift-F9&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ONLYOFFICE™ - Cloud Office Applications ==&lt;br /&gt;
* [https://github.com/ONLYOFFICE/CommunityServer ONLYOFFICE/CommunityServer]&lt;br /&gt;
: Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE/DocumentServer ONLYOFFICE/DocumentServer]&lt;br /&gt;
: ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ONLYOFFICE ONLYOFFICE · GitHub] (GitHub)&lt;br /&gt;
&lt;br /&gt;
* [https://personal.onlyoffice.com OnlyOffice Personal - Get Free Office In The Cloud]&lt;br /&gt;
: Free Alternative to Microsoft® Office | Edit word docs, spreadsheets and presentations online.&lt;br /&gt;
&lt;br /&gt;
* [http://onlyoffice.org/ ONLYOFFICE™ - Cloud Office Applications](.ORG)&lt;br /&gt;
: Your Free and Open Source Web-Office | ONLYOFFICE™ is a multifunctional office suite that enables you to store and co-edit documents, manage projects, email correspondence and customer relations in one place.&lt;br /&gt;
&lt;br /&gt;
* [http://www.onlyoffice.com ONLYOFFICE™ - Cloud Office Applications](.COM)&lt;br /&gt;
: Edit Documents with #1 Online Office Apps | Built using HTML5′s Canvas element, it claims to combine the best of Google’s online collaboration features with Microsoft Word’s high quality formatting.&lt;br /&gt;
&lt;br /&gt;
== Portable Document Format (PDF) ==&lt;br /&gt;
* [http://www.cnet.com/how-to/how-to-fill-out-a-pdf-form-without-software/ How to fill out a PDF form without software]&lt;br /&gt;
: Need to add text to a PDF that doesn&amp;#039;t support editing? No problem -- and no extra software required.&lt;br /&gt;
&lt;br /&gt;
;Comprehensive PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.sejda.com/ Sejda.com] - Helps with your PDF tasks&lt;br /&gt;
: Quick and simple online service, no installation required! Split, merge or convert PDF to images, alternate mix or split scans and many other features.&lt;br /&gt;
::- Combine and Reorder PDF Pages: Merge pages from different documents, reorder pages if needed&lt;br /&gt;
::- Split PDF by pages: Split specific page ranges or extract every page into a separate document&lt;br /&gt;
::- Process PDF from free, no-login online account or from downloadable software. Premium accounts available.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sejda.org/ Sejda.org]&lt;br /&gt;
: Open source!&lt;br /&gt;
::- Shell interface for performing pdf manipulations such as merge or split from the command line.&lt;br /&gt;
::- The shell interface requires Java runtime 1.8 or higher to be installed. It works on Linux, Windows and Mac.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Creators&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.jotform.com/fillable-pdf-form-creator/ JotForm&amp;#039;s Fillable PDF Form Creator]&lt;br /&gt;
: JotForm makes it simple to create PDF forms. Using JotForm’s easy drag-and-drop form builder, you can quickly generate a submittable PDF form that lets people send responses directly to your email and JotForm account. Create a form in minutes that can be used anywhere, regardless of device or internet access.&lt;br /&gt;
&lt;br /&gt;
;Free Online PDF Editors&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://dochub.com/ DocHub]&lt;br /&gt;
: Edit, send &amp;amp; sign PDFs online for free.&lt;br /&gt;
: Free Plan:&lt;br /&gt;
::- View and edit unlimited documents&lt;br /&gt;
::- Sign 5 documents / month&lt;br /&gt;
::- Up to 3 signers / document&lt;br /&gt;
::- Send 3 / month&lt;br /&gt;
::- Email up to 3 documents / day&lt;br /&gt;
::- Up to 3 recipients / email&lt;br /&gt;
::- Faxes: $1.99 / fax&lt;br /&gt;
* [https://www.pdfbuddy.com/ PDF Buddy | Online PDF Editor]&lt;br /&gt;
: Pricing: Start Using PDF Buddy for Free. No credit card required.&lt;br /&gt;
: FREE PLAN: 3 PDFs/month | 1 GB storage&lt;br /&gt;
* [https://www.pdfescape.com/ PDFescape - Free PDF Editor &amp;amp; Free PDF Form Filler]&lt;br /&gt;
* [https://www.pdfpro.co/ PDF Pro: The Best Online PDF Editor]&lt;br /&gt;
: Create, Edit &amp;amp; Convert up to 3 PDF Files a month for FREE! No sign up required.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Data Analysis#PDF_Conversion|Data Analysis#PDF Conversion]]&lt;br /&gt;
&lt;br /&gt;
== Quick Edit Sheets ==&lt;br /&gt;
* [https://ethercalc.org EtherCalc.org] -or- [https://ethercalc.net/ EtherCalc.net]&lt;br /&gt;
: EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody&amp;#039;s changes are instantly reflected on all screens. No sign-up required; start writing instantly. Drag and drop a .csv, .ods, or a .xlsx file to import it.&lt;br /&gt;
* [https://ethersheet.org/ Ethersheet]&lt;br /&gt;
: Ethersheet is an open source tool to make collaborating on spreadsheets fast, easy and secure. You can also [https://github.com/ethersheet-collective/EtherSheet download the code on GitHub].&lt;br /&gt;
* [http://www.gelsheet.org/ Gelsheet: The Opensource Web spreadsheet]&lt;br /&gt;
: GelSheet is a free and open source web spreadsheet that allow users to create, edit and export in many formats your everyday work. It&amp;#039;s intended to run either standalone or integrated within another web tool. It was born as a part of Opengoo web office.&lt;br /&gt;
&lt;br /&gt;
=== Dearly Departed Quick Edit Sheets ===&lt;br /&gt;
* [http://www.editgrid.com/ EditGrid]&lt;br /&gt;
: Unfortunately, EditGrid&amp;#039;s service was shut down on May 1, 2014.&amp;lt;ref&amp;gt;[[wikipedia:EditGrid|EditGrid was a Web 2.0 spreadsheet service, operated via Internet access.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Edit Pads (Non-Spreadsheet) ===&lt;br /&gt;
* [http://etherpad.org/ Etherpad.org]&lt;br /&gt;
* [http://www.firepad.io/ Firepad]&lt;br /&gt;
: Firepad is an open source collaborative text editor you can add to your own website.&lt;br /&gt;
* [https://hushpad.org/ HushPad]&lt;br /&gt;
: What is HushPad?&amp;lt;ref&amp;gt;[https://hushpad.org/about What is HushPad?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
::- Pastebin, but secured&lt;br /&gt;
::- Latest browser built-in Web Crypto API is used for strong password-based key generation&lt;br /&gt;
::- Password protection is always on, even if you don&amp;#039;t specify password&lt;br /&gt;
::- Removable notes with unrecoverable deletion&lt;br /&gt;
::- No logs and fancy tracking: no Google analytics, Disqus, IP logging, etc.&lt;br /&gt;
* [https://itextpad.com/ iTextpad] Online Notepad&lt;br /&gt;
: Free online notepad | No Registration Required | Password protect options. Take notes anywhere, anytime &amp;amp; any device.&lt;br /&gt;
* [https://www.piratepad.ca/ PiratePad.ca]&lt;br /&gt;
* [http://piratepad.net/front-page/ Piratepad.net]&lt;br /&gt;
* [http://piratepad.nl/ PiratePad.nl]&lt;br /&gt;
* [https://www.protectedtext.com ProtectedText]&lt;br /&gt;
: Your notes. Protected. Enter any URL, e.g. protectedText.com/anything - you find it - its yours! Encrypt all your notes, access anywhere. Simple. Fast. Free. No ads. Secure - don&amp;#039;t trust us, check the code yourself.&lt;br /&gt;
* [https://code.stypi.com/ Stypi]&lt;br /&gt;
* [http://sync.in Sync.in]&lt;br /&gt;
: Sync.in is a web based word processor for people to collaborate in real-time. When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone&amp;#039;s screen. The result is a new and productive way to collaborate with text documents, useful for meeting notes, brainstorming, project planning, training, and more.&lt;br /&gt;
* [https://titanpad.com TitanPad]&lt;br /&gt;
: TitanPad lets people work on one document simultaneously. &amp;quot;We are rescuing EtherPad for your use.&amp;quot; No sign-up required; start writing instantly.&lt;br /&gt;
&lt;br /&gt;
== Screen Grabs ==&lt;br /&gt;
* [http://www.mytechmell.com/buzz/download-screenshot-softwares-windows-8-7-xp-mac/ 7 Free Alternatives To Snagit Screenshot Tool]&lt;br /&gt;
&lt;br /&gt;
== SharePoint ==&lt;br /&gt;
* [https://portal.slac.stanford.edu/sites/inc_public/pages/how-to-shorten-url.aspx How-To Shorten SharePoint URLs]&lt;br /&gt;
: Have you noticed that--when working in SharePoint--the URL in your browser&amp;#039;s [[wikipedia:Address bar|address bar]] pointing to any SharePoint file or folder is a super-long, ugly mess? Good news! You &amp;#039;&amp;#039;can&amp;#039;&amp;#039; get a shorter, prettier URL for that file or folder, as the above tutorial explains.&lt;br /&gt;
&lt;br /&gt;
* [https://truapps.portalfront.com/how-to-copy-and-move-files-between-sharepoint-document-libraries-and-folders.html How to copy, move, and clone files and folders in SharePoint - Exploring All Options]&lt;br /&gt;
: Despite all the typos in the text of this tutorial, it is a pretty good step-by-step guide for moving files and folders around in SharePoint.&lt;br /&gt;
&lt;br /&gt;
=== SharePoint Workspace ===&lt;br /&gt;
* [[wikipedia:Microsoft SharePoint Workspace|Microsoft SharePoint Workspace]]&lt;br /&gt;
: Microsoft SharePoint Workspace, previously known as Microsoft Office Groove, is a discontinued desktop application designed for [[wikipedia:document collaboration|document collaboration]] in teams with members who are regularly [[wikipedia:off-line|off-line]] or who do not share the same network security clearance. It is no longer included with [[wikipedia:Microsoft Office 2013|Microsoft Office 2013]] or [[wikipedia:Office 365|Office 365]], the latter of which includes Microsoft&amp;#039;s [[wikipedia:OneDrive for Business|OneDrive for Business]] instead. The latter does not fully replace the former.&lt;br /&gt;
&lt;br /&gt;
* [https://support.office.com/en-sg/article/Basic-tasks-in-SharePoint-Workspace-2010-77d8016f-f508-440f-bba6-a590f2527d38 Basic tasks in SharePoint Workspace 2010]&lt;br /&gt;
&lt;br /&gt;
== Slide Decks ==&lt;br /&gt;
;Web-Based Slide Decks Done Right: http://luigimontanez.com/2011/web-based-slide-decks-done-right/&lt;br /&gt;
;SlideGo - Interactive Slides: http://www.slidego.com/home/&lt;br /&gt;
;Speaker Deck: http://speakerdeck.com/&lt;br /&gt;
:&amp;quot;Speaker Deck is the best way to share presentations online. Simply upload your slides as a PDF, and we’ll turn them into a beautiful online experience. View them on SpeakerDeck.com, or share them on any website with an embed code.&amp;quot;&lt;br /&gt;
;Prezi - The Zooming Presentation Editor: http://prezi.com/&lt;br /&gt;
&lt;br /&gt;
== Text Editors ==&lt;br /&gt;
* [http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors]&lt;br /&gt;
: Whether you’re a developer or a writer, a good text editor is a must-have on any computer, in any operating system. The humble text editor is great for managing code, writing down quick notes, or just as a distraction-free writing tool.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sublimetext.com/ Sublime Text]&lt;br /&gt;
: Sublime Text is available for OS X, Windows and Linux. It is heavily favored among coders. It’s distributed as evaluation software (meaning it’s free to try, but there’s no time limit on how long you can use it for free) and a full license will cost you $70. A full license is per user, so you can use it on as many computers as you like once you have one.&amp;lt;ref&amp;gt;[http://lifehacker.com/five-best-text-editors-1564907215 Five Best Text Editors: #1 Sublime Text]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:List of text editors|List of Text Editors]] (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
=== Text Editor Tricks ===&lt;br /&gt;
* [http://cybernetnews.com/find-replace-multiple-files/ Bulk Edit Text Files in Notepad++ (Without Opening Them)]&lt;br /&gt;
: To get to the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; function, open up the &amp;lt;tt&amp;gt;Find / Replace&amp;lt;/tt&amp;gt; dialog &amp;lt;tt&amp;gt;CTRL-H&amp;lt;/tt&amp;gt; and click on the &amp;lt;tt&amp;gt;Find in Files&amp;lt;/tt&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
== Text Readers ==&lt;br /&gt;
;Screen Readers | Text To Speech&lt;br /&gt;
* [http://responsivevoice.org/ ResponsiveVoice.JS: Instant Text-To-Speech with Voice Consistency Across Devices]&lt;br /&gt;
: ResponsiveVoice is a HTML5-based Text-To-Speech library designed to add voice features to web sites and apps across all smartphone, tablet and desktop devices. It supports 51 languages through 168 voices, no dependencies and weighs just 14kb.&lt;br /&gt;
&lt;br /&gt;
* [https://www.yakitome.com/ YAKiToMe!]&lt;br /&gt;
: Copy text and past it into YAKiToMe!&amp;#039;s web site text box, then press the &amp;quot;play&amp;quot; button. A computerized female voice will read the text back to you.&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp;amp; Resources ==&lt;br /&gt;
=== Source Citation ===&lt;br /&gt;
* [http://www.easybib.com/ EasyBib: The Free Automatic Bibliography Composer]&lt;br /&gt;
: Generate citations in MLA, APA &amp;amp; Chicago formats for your bibliography. Save time by making a Works Cited page automatically!&lt;br /&gt;
&lt;br /&gt;
* [http://www.citationmachine.net/ Citation Machine: Format &amp;amp;amp; Generate Citations – APA, MLA, &amp;amp;amp; Chicago]&lt;br /&gt;
: Citation Machine automatically generates citations in MLA, APA, Chicago, and Turabian.&lt;br /&gt;
&lt;br /&gt;
=== Email Validation Services ===&lt;br /&gt;
* [http://cobisi.com/email-validation/validate-address Cobisi - Free email validation service]&lt;br /&gt;
: With this free email validation service, you can easily verify an email address and confirm if it is valid, properly formatted and really exists.&lt;br /&gt;
&lt;br /&gt;
* [http://verifalia.com/ Verifalia] (Online service that will check emails at about a penny a pop.)&lt;br /&gt;
: Email address validation, email list cleaning, email list hygiene, email list scrubbing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.email-validator.net/index.html Byteplant Email Address Validator]&lt;br /&gt;
: Validate single email addresses for free, or up to 100 email addresses with a trial account. &lt;br /&gt;
&lt;br /&gt;
=== Reporting Tools ===&lt;br /&gt;
;10 Tools for Creating Infographics and Visualizations: http://moz.com/blog/10-tools-for-creating-infographics-visualizations&lt;br /&gt;
&lt;br /&gt;
=== Web Fax Services ===&lt;br /&gt;
* [http://faxzero.com/ FaxZero]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Inserts ad on fax cover page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gotfreefax.com/ GotFreeFax.com]&lt;br /&gt;
: Looks like it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; require account set-up for free fax service. Claims that it &amp;#039;&amp;#039;does not&amp;#039;&amp;#039; place ad(s) on fax. &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: The maintainer of this wiki has used [http://www.gotfreefax.com/ GotFreeFax.com] on multiple occasions. Service is free, and includes email verification after fax transmission completes successfully.&lt;br /&gt;
&lt;br /&gt;
* [http://www.freepopfax.com/ Popfax.com]&lt;br /&gt;
: &amp;lt;s&amp;gt;Claim&amp;#039;s it&amp;#039;s &amp;quot;Truly Free Internet Faxing.&amp;quot; Also appears to not require account set-up to use.&amp;lt;/s&amp;gt; &amp;#039;&amp;#039;&amp;#039;2015-10-15 Update&amp;#039;&amp;#039;&amp;#039;: It appears this service now requires an account; charges also now apply.&lt;br /&gt;
&lt;br /&gt;
;Further Reading&lt;br /&gt;
* [http://webseasoning.com/technology/10-best-free-online-fax-services/1106/ 10 Best Free Online Fax Services]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* [http://www.zamzar.com/ Zamzar - free online converter]&lt;br /&gt;
: File convert service between document, image, music, video, e-book, compressed and CAD formats. No account or signup required.&lt;br /&gt;
:: [http://www.zamzar.com/conversionTypes.php Zamzar Conversion Types]&lt;br /&gt;
&lt;br /&gt;
== URL Shorteners ==&lt;br /&gt;
* [http://xn--dk8h6i.ws/ Mosho (🎉🐙.ws)]&lt;br /&gt;
: You know bitly? Mosho is like that but with emojis.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: [[wikipedia:URL shortening#URL_shortening_services|URL Shortening Services (List on Wikipedia.)]]&lt;br /&gt;
&lt;br /&gt;
== Web-Based Productivity Apps ==&lt;br /&gt;
* [http://lifehacker.com/5967154/what-should-i-do-now-that-google-apps-accounts-are-no-longer-free What Should I Do Now that Google Apps Accounts Are No Longer Free?]&lt;br /&gt;
* [http://lifehacker.com/5876794/going-google+free-the-best-alternatives-to-google-services-on-the-web Going Google-Free: The Best Alternatives to Google Services on the Web]&lt;br /&gt;
: (Scroll down the article a little ways to get to the discussion on productivity apps.)&lt;br /&gt;
&lt;br /&gt;
== Writing Resources ==&lt;br /&gt;
=== Bibliography | Cite | Citation ===&lt;br /&gt;
* [https://owl.english.purdue.edu/owl/resource/949/01/ Purdue University Online Writing Lab - Citation Style Chart]&lt;br /&gt;
: This media file contains a PDF with a side-by-side comparison of APA, MLA, and CMS styles.&lt;br /&gt;
:: [https://owl.english.purdue.edu/media/pdf/20110928111055_949.pdf The Purdue OWL: Citation Chart]&lt;br /&gt;
&lt;br /&gt;
* [http://content.easybib.com/citation-guides/mla-format/how-to-cite-a-parenthetical-citations-mla/ MLA Basics: Parenthetical Citations]&lt;br /&gt;
: How to format in-text citations.&lt;br /&gt;
&lt;br /&gt;
; Also See&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; [[Office Productivity Hacks#Source_Citation|Source Citation Tools]] on this wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Book Publishing ===&lt;br /&gt;
* [https://www.sourcefabric.org/en/booktype/ Booktype]&lt;br /&gt;
: Booktype allows authors to create beautiful books for print and digital distribution. Publishers use Booktype to manage their entire catalogue in one place, providing authors, translators and proofreaders with all the tools they need. &amp;#039;&amp;#039;&amp;#039;Open source&amp;#039;&amp;#039;&amp;#039; Sourcefabric Booktype software gives you seamless publishing in EPUB format to all major sellers of e-books with one click.&lt;br /&gt;
&lt;br /&gt;
== Zip Codes ==&lt;br /&gt;
* [http://www.freemaptools.com/find-zip-codes-inside-radius.htm Find ZIP Codes Inside a Radius] - (A service of [http://www.freemaptools.com/ Free Map Tools].)&lt;br /&gt;
: Map of the USA where you can specify a point and a radius to search within and return all the ZIP codes found inside that radius.&lt;br /&gt;
&lt;br /&gt;
=== Quick Zip Code Lookups ===&lt;br /&gt;
Is the [https://tools.usps.com/go/ZipLookupAction_input USPS Zip Code Lookup Tool] a little too tedious for your tastes? Good news! There are less tedious alternatives.&lt;br /&gt;
* [https://smartystreets.com/ SmartyStreets]&lt;br /&gt;
: Address verification, validation, and autocomplete. One of the nice features about this tool is you can toss an entire street address into the &amp;quot;street address&amp;quot; field (while ignoring the city, state and zip code fields) and still get a USPS-compliant address.&lt;br /&gt;
&lt;br /&gt;
=== Zip+4 &amp;amp; Address Lookups ===&lt;br /&gt;
* [http://www.melissadata.com/lookups/AddressCheck.asp Melissa Data Address Check]&lt;br /&gt;
: Input entire address (minus zip) into text field and Melissa Data will quickly generate a zip+4 code.&lt;br /&gt;
: Limited to 25 lookups a day to non-registered users, and 100 per day to registered users.&lt;br /&gt;
&lt;br /&gt;
* [http://www.melissadata.com/lookups/batchaddresscheck.asp Melissa Data Batch Address Check]&lt;br /&gt;
: Must register to use this tool. Delivers zip+4 and cleaned up addresses in multiple address batches.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[Telecom Tips]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=956</id>
		<title>Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=956"/>
		<updated>2017-10-29T01:40:34Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Data Analysis &amp;amp; Data Science Tools */ Excel: Text Analysis using Excel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Big Data ==&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/19/how-big-is-big-data How big is big data?] (StackExchange)&lt;br /&gt;
: Good question; good answer.&lt;br /&gt;
&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/05/complete-tutorial-work-big-data-amazon-web-services-aws/ A Complete Tutorial to work on Big Data with Amazon Web Services (AWS)]&lt;br /&gt;
: A step by step process the author used to connect to a 24GB AWS instance via a laptop. Examples for Python and R users.&lt;br /&gt;
&lt;br /&gt;
== Business Intelligence ==&lt;br /&gt;
* [https://github.com/Quartz/bad-data-guide &amp;#039;&amp;#039;&amp;#039;Quartz/bad-data-guide&amp;#039;&amp;#039;&amp;#039; - The Quartz guide to bad data]&lt;br /&gt;
: An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.&lt;br /&gt;
&lt;br /&gt;
=== [[wikipedia:Business intelligence|BI]] Tools ===&lt;br /&gt;
* [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/s15-06-the-business-intelligence-tool.html The Business Intelligence Toolkit]&lt;br /&gt;
: A section from the Creative Commons book [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/index.html Getting the Most Out of Information Systems: A Manager&amp;#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
* [http://www.butleranalytics.com/10-mysql-reporting-tools/ 10+ MySQL Reporting Tools]&lt;br /&gt;
: These MySQL reporting tools fall into two broad camps – business intelligence suites where reporting is a major component, and tools that are specifically aimed at reporting. Also many of them are free.&lt;br /&gt;
&lt;br /&gt;
* [http://www.predictiveanalyticstoday.com/open-source-free-business-intelligence-solutions/ 33 Open Source and Free Business Intelligence Solutions]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Open Source Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho Community Edition, OpenText Actuate Information Hub, Free Edition, ReportServer, JasperReports Business Intelligence, Jedox Base, SpagoBI, ART, Pentaho Reporting, JMagallanes, OpenReports, Seal Report, Openi, NextReports, RapidMiner, Mondrian, KNIME.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Cloud Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Watson Analytics, SAP Lumira Cloud, Power BI, Microstrategy Analytics Express and Birst Express for NetSuite.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Proprietary Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: EspressReport Lite, SAP Lumira, QlikView Personal Edition, InetSoft, Qlik Sense Desktop, icCube, Tableau Public.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Open Source Commercial Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho, Jaspersoft, Palo, Actuate Corporation, TACTIC.&lt;br /&gt;
&lt;br /&gt;
== Data Analysis &amp;amp; Data Science Tools ==&lt;br /&gt;
* [https://datamaps.co/ Datamaps.co] - Create and download data maps.&lt;br /&gt;
: Datamaps.co is a free and simple platform for creating visualizations with data maps. It allows you to upload CSV file with region data, and fully customize your map&amp;#039;s appearance. Your map chart can be saved as PNG or SVG. With datamaps.co, you can create a custom map of World, USA, China, Canada and more are coming.&lt;br /&gt;
&lt;br /&gt;
* [http://vis.stanford.edu/wrangler/ Data Wrangler] (Stanford Visualization Group)&lt;br /&gt;
: Wrangler allows interactive transformation of messy, real-world data into the data tables analysis tools expect. Export data for use in Excel, R, Tableau, Protovis, ...&lt;br /&gt;
&lt;br /&gt;
* [http://htsql.org/ HTSQL&amp;amp;mdash;A Database Query Language]&lt;br /&gt;
: HTSQL is designed for data analysts and other &amp;#039;&amp;#039;accidental programmers&amp;#039;&amp;#039; who have complex business inquiries to solve and need a productive tool to write and share database queries. HTSQL is &amp;#039;&amp;#039;free and open source&amp;#039;&amp;#039; software.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cc.gatech.edu/gvu/ii/jigsaw/ Jigsaw: Visual Analytics for Exploring and Understanding Document Collections]&lt;br /&gt;
: Jigsaw is a visual analytics system to help analysts and researchers better explore, analyze, and make sense of such document collections.&lt;br /&gt;
&lt;br /&gt;
* [http://openrefine.org/ OpenRefine] (Formerly [http://code.google.com/p/google-refine/Google Refine].)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;[[wikipedia:OpenRefine|Open Refine]]&amp;#039;&amp;#039;&amp;#039; is a standalone open source desktop application for data cleanup and transformation to other formats, the activity known as [[wikipedia:Data wrangling|data wrangling]]. It is similar to [[wikipedia:Spreadsheet|spreadsheet]] applications (and can work with spreadsheet file formats), however, it behaves more like a database.&lt;br /&gt;
&lt;br /&gt;
=== Command Line ===&lt;br /&gt;
* [http://datascienceatthecommandline.com/ Data Science at the Command Line]&lt;br /&gt;
: This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You&amp;#039;ll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.&lt;br /&gt;
&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/08/tutorial-data-science-command-line-scikit-learn/ Tutorial – Data Science at Command Line with R &amp;amp; Python (Scikit Learn)]&lt;br /&gt;
: Tutorial inspired by [http://jeroenjanssens.com/ Jeroen Janssens]&amp;#039; book &amp;#039;&amp;#039;[http://datascienceatthecommandline.com/ Data Science at the Command Line]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==== IDEs in the Browser | Cloud IDEs ====&lt;br /&gt;
&amp;#039;&amp;#039;Also See [[Data Analysis#Python_in_Your_Browser:_Tools|Python in Your Browser: Tools]] (below).&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [https://c9.io/ Cloud9] - Your development environment, in the cloud.&lt;br /&gt;
: Cloud9 IDE is an online integrated development environment, published as open source from version 3.0. It supports hundreds of programming languages, including PHP, Ruby, Perl, Python, JavaScript with Node.js, and Go. &amp;lt;!-- Recommended by Hassan in Python Throttle class. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.nitrous.io Nitrous.io]&lt;br /&gt;
: Code and Collaborate in the Cloud, for Free! No installation required. Create a new environment with our cloud IDE in seconds. &amp;lt;!-- Recommended by Hassan in Python Throttle class, then he realized (after conferring with Riley) that he actually meant to recommend Cloud 9. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Further Reading&lt;br /&gt;
* [http://www.hongkiat.com/blog/cloud-ide-developers/ Cloud IDEs For Web Developers – Best Of]&lt;br /&gt;
: Compares &amp;quot;13 of the best Cloud IDEs,&amp;quot; including the following (to name just a few): Akshell, Cloud9, Python Fiddle&lt;br /&gt;
&lt;br /&gt;
=== D3 ===&lt;br /&gt;
* [http://d3js.org/ D3.js - Data-Driven Documents]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;D3.js&amp;#039;&amp;#039;&amp;#039; is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.&lt;br /&gt;
&lt;br /&gt;
=== Excel ===&lt;br /&gt;
; Text Analysis using Excel&lt;br /&gt;
&lt;br /&gt;
* [http://jacobjwalker.effectiveeducation.org/blog/2012/11/18/excel-vba-macro-code-to-find-word-level-n-grams-in-a-text-entry/ Excel VBA Macro Code to Find Word-Level N-Grams in a Text Entry]&lt;br /&gt;
: FEATURES EXAMPLE WORKBOOK: Analysis of Literature and Medicine Courses.xlsm&lt;br /&gt;
:: The featured workbook looks interesting and appears quite comprehensive.&lt;br /&gt;
&lt;br /&gt;
* [https://www.keithyap.com.au/text-analysis-using-excel/ Text Analysis using Excel]&lt;br /&gt;
: A quick guide to the types of analysis you can run, ranging from easy to hard.&lt;br /&gt;
:: EXAMPLE: Use this formula to count the number of words in a text string. =LEN(A1)-LEN(SUBSTITUTE(A1,&amp;quot; &amp;quot;,&amp;quot;&amp;quot;))+1&lt;br /&gt;
&lt;br /&gt;
* [http://www.clearlyandsimply.com/clearly_and_simply/2015/03/the-implementation-of-word-clouds-with-excel.html The Implementation of Word Clouds with Excel]&lt;br /&gt;
: Approach, algorithm, VBA code and performance optimization of the Word Cloud with Excel implementation.&lt;br /&gt;
:: FEATURES: Split Text Tool (Microsoft Excel 2007-2013, 115K)&lt;br /&gt;
:: NOTE: If the Split Text Tool downloads as a Zip file, change the file extension from .zip to .xlsm.&lt;br /&gt;
&lt;br /&gt;
* [http://www.clearlyandsimply.com/clearly_and_simply/2015/02/word-clouds-with-microsoft-excel.html Create dynamic Word Clouds / Tag Clouds in Microsoft Excel]&lt;br /&gt;
: FEATURES FOLLOWING DOWNLOADS:&lt;br /&gt;
::- Word Clouds Bruce Springsteen (Microsoft Excel 2007-2013, 518.4K)&lt;br /&gt;
::- Word Cloud Generic Template (Microsoft Excel 2007-2013, 78.7K)&lt;br /&gt;
::- Word Cloud UDF (Microsoft Excel 2007-2013, 72.4K)&lt;br /&gt;
: NOTE: If any of the tools downloads as a Zip file, change the file extension from .zip to .xlsm.&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
Python is a very powerful programming language used for many different applications. Over time, the huge community around this open source language has created quite a few tools to efficiently work with Python. In recent years, a number of tools have been built specifically for data science. As a result, analyzing data with Python has never been easier.&amp;lt;ref&amp;gt;[https://www.edx.org/course/introduction-python-data-science-microsoft-dat208x-2 Introduction to Python for Data Science] ([https://www.edx.org/ edX])&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Propaganda =====&lt;br /&gt;
* [https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/ Python FAQ: Why should I use Python 3?] ([https://eev.ee/ fuzzy notepad])&lt;br /&gt;
: Python 3 is great and you should use it. Here’s why...&lt;br /&gt;
&lt;br /&gt;
* [http://www.wired.com/2015/05/running-python-browser-awesome-think/ Running Python in a Browser Is More Awesome Than You Think]&lt;br /&gt;
: Shows simple code examples running on [https://trinket.io/python Trinket].&lt;br /&gt;
&lt;br /&gt;
* [http://physicslogos.blogspot.com/2015/05/python-graphing-tutorials-in-trinket.html Python Graphing Tutorials in Trinket]&lt;br /&gt;
: Trinket can be used to post interactive Python code which your students can run in the browser or copy and paste for the purpose of running locally on their computer.&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Tools =====&lt;br /&gt;
* [https://www.pythonanywhere.com/ PythonAnywhere]&lt;br /&gt;
: Host, run, and code Python in the cloud!&lt;br /&gt;
&lt;br /&gt;
* [http://pythonfiddle.com/ Python Fiddle: Python Cloud IDE]&lt;br /&gt;
: The Python IDE for the web. Play around with and modify live example code. Share or demonstrate solutions to problems.&lt;br /&gt;
&lt;br /&gt;
* [https://repl.it/ repl.it: online REPL, Compiler &amp;amp; IDE]&lt;br /&gt;
: Powerful and simple online compiler, IDE, interpreter, and REPL. Write, run, save, and share code from your browser!&lt;br /&gt;
&lt;br /&gt;
* [http://www.skulpt.org Skulpt]: Python. Client side.&lt;br /&gt;
: Skulpt is an entirely in-browser implementation of Python. No preprocessing, plugins, or server-side support required, just write Python and reload.&lt;br /&gt;
&lt;br /&gt;
* [https://trinket.io/python Your Python Trinket]&lt;br /&gt;
: Python in the browser. No installation required.&lt;br /&gt;
&lt;br /&gt;
==== Python &amp;amp;amp; Spreadsheets ====&lt;br /&gt;
* [http://sheetsync.readthedocs.io/en/latest/ SheetSync]: Welcome to SheetSync!&lt;br /&gt;
: A python library to create, update and delete rows of data in a google spreadsheet.&lt;br /&gt;
&lt;br /&gt;
* [http://xlsxwriter.readthedocs.io  XlsxWriter]: Creating Excel files with Python and XlsxWriter&lt;br /&gt;
: XlsxWriter is a Python module for creating Excel XLSX files.&lt;br /&gt;
&lt;br /&gt;
==== Python Tips, Tutorials &amp;amp;amp; Tricks ====&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A Complete Tutorial to Learn Data Science with Python from Scratch]&lt;br /&gt;
: Python was originally a general purpose language. Over the years, with strong community support, dedicated libraries for data analysis and predictive modeling emerged.&lt;br /&gt;
* [http://www.automatingosint.com/blog/2016/07/dark-web-osint-with-python-and-onionscan-part-one/ Dark Web OSINT With Python and OnionScan: Part One]&lt;br /&gt;
: Step-by-step instructions for setting up an environment to scan hidden services in the dark web!&lt;br /&gt;
&lt;br /&gt;
==== Web Scraping With Python ====&lt;br /&gt;
* [https://scrapy.org/ Scrapy]&lt;br /&gt;
: Scrapy is an open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/2269/any-online-r-console Any Online R console?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
==== R Studio ====&lt;br /&gt;
* RStudio: [https://www.rstudio.com/ide/download/ Download RStudio]&lt;br /&gt;
: Take control of your R code. RStudio is the premier integrated development environment for R. It is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or over the web with RStudio Server. Download RStudio (for Windows, Mac, or Linux).&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Excel ====&lt;br /&gt;
* [http://www.r-bloggers.com/a-million-ways-to-connect-r-and-excel/ A million ways to connect R and Excel]&lt;br /&gt;
: In quantitative finance both R and Excel are the basis tools for any type of analysis. Whenever one has to use Excel in conjunction with R, there are many ways to approach the problem and many solutions. It depends on what you really want to do and the size of the dataset you’re dealing with.&lt;br /&gt;
&lt;br /&gt;
* [https://cran.r-project.org/web/packages/openxlsx/index.html openxlsx: Read, Write and Edit XLSX Files]&lt;br /&gt;
: Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of Rcpp, read/write times are comparable to the xlsx and XLConnect packages with the added benefit of removing the dependency on Java.&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Google Sheets ====&lt;br /&gt;
* [https://cran.r-project.org/web/packages/googlesheets/index.html googlesheets: Manage Google Spreadsheets from R]&lt;br /&gt;
: Interact with Google Sheets from R.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jennybc/googlesheets Google Sheets R API]&lt;br /&gt;
: Access and manage Google spreadsheets from R with googlesheets.&lt;br /&gt;
&lt;br /&gt;
==== Shiny ====&lt;br /&gt;
* [http://shiny.rstudio.com/ Shiny] - by [https://www.rstudio.com/ RStudio]&lt;br /&gt;
: A web application framework for R.&lt;br /&gt;
::- Turn your analyses into interactive web applications.&lt;br /&gt;
::- No HTML, CSS, or JavaScript knowledge required.&lt;br /&gt;
&lt;br /&gt;
== Learn Data Science ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[Computer Productivity Hacks#Educate_Yourself]]&amp;#039;&amp;#039;&lt;br /&gt;
{{cquote2|Academic credentials are important but not necessary for high-quality data science. The core aptitudes – curiosity, intellectual agility, statistical fluency, research stamina, scientific rigor, skeptical nature – that distinguish the best data scientists are widely distributed throughout the population.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;We’re likely to see more uncredentialed, inexperienced individuals try their hands at data science, bootstrapping their skills on the open-source ecosystem and using the diversity of modeling tools available. Just as data-science platforms and tools are proliferating through the magic of open source, big data’s data-scientist pool will as well.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;And there’s yet another trend that will alleviate any talent gap: the democratization of data science. [[wikipedia:Autodidacticism|Autodidacts]] – the self-taught, uncredentialed, data-passionate people – will come to play a significant role in many organizations’ data science initiatives.|James Kobielus|[http://www.ibmbigdatahub.com/blog/data-scientist-closing-talent-gap Data Scientist: Closing the Talent Gap]|##px|##px}}&lt;br /&gt;
&lt;br /&gt;
* [https://www.dataquest.io/ Dataquest: Learn data science online.]&lt;br /&gt;
: Learn applied skills for a career in data science. Work with data, build projects, and gain experience. (No longer free.)&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/dataquestio/data-science-blogs Dataquest.io&amp;#039;s Curated List Of Data Science Blogs]&lt;br /&gt;
: [http://www.analyticsvidhya.com/blog/ Analytics Vidhya] | [http://dataaspirant.com/ Dataaspirant] | [http://www.randalolson.com/blog/ Dr. Randal S. Olson] | [http://blog.dominodatalab.com/ Domino Data Lab&amp;#039;s blog] | [http://ianozsvald.com/ Entrepreneurial Geekiness] | [http://blog.kaggle.com/ no free hunch] | [https://jakevdp.github.io/ Pythonic Perambulations] | [http://rayli.net/blog/ Rayli.Net] | [http://blog.yhathq.com/ yhat] | [http://mdbecker.github.io/ Beckerfuffle] | [http://carlshan.com/ Carl Shan] | [http://datamining.typepad.com/data_mining/ Data Mining: Text Mining, Visualization and Social Media] | [http://fastml.com/ FastML] | [http://www.chioka.in/ Garbled Notes] | [http://www.joyofdata.de/blog/ Joy Of Data] | [http://mlwave.com/ MLWave] | [http://trevorstephens.com/ Trevor Stephens] | [http://twiecki.github.io/ While My MCMC Gently Samples] | [http://zacstewart.com/ Zac Stewart] | [http://www.machinedlearnings.com/ Machined Learnings] | [http://deeplearning.net/feed/ Deep Learning] | [http://nuit-blanche.blogspot.com/ Nuit Blanche] | [http://hunch.net/ Machine Learning (Theory)] | [http://bickson.blogspot.com/ Large Scale Machine Learning] | [http://blog.revolutionanalytics.com/ Revolutions] | [http://www.kdnuggets.com/ KDnuggets] | [http://wellecks.wordpress.com/ Wellecks] | [http://www.pyimagesearch.com/ PyImageSearch] | [http://www.dataminingblog.com/ Data Mining Research] | [http://treycausey.com/ Trey Causey] | [https://timdettmers.wordpress.com/ Deep Learning] | [http://alexhwoods.com/ Machine Learning and Data Science] | [http://iamtrask.github.io/ i am trask] | [http://317070.github.io/ Jonas Degrave] | [http://yanirseroussi.com/ Yanir Seroussi] | [http://daoudclarke.github.io/ Life, Language, Learning] | [http://medriscoll.com/ M.E.Driscoll] | [https://peadarcoyle.wordpress.com/ Models are illuminating and wrong] | [https://medium.com/@chris_bour Christophe Bourguignat] | [https://medium.com/@samim samim] | [http://karpathy.github.io/ Andrej Karpathy blog] | [http://colah.github.io/archive.html colah&amp;#039;s blog] | [http://sebastianraschka.com/articles.html Sebastian Raschka] | [http://blog.echen.me Edwin Chen] | [http://simplystatistics.org Simply Statistics] | [http://rinzewind.org/blog-en Will do stuff for stuff] | [http://www.computervisionblog.com/ Tombone&amp;#039;s Computer Vision Blog] | [https://blogs.princeton.edu/imabandit/ I’m a bandit] | [http://101.datascience.community/ Data Science 101] | [http://www.r-bloggers.com/ R-bloggers] | [http://multithreaded.stitchfix.com/blog/ Stitch Fix Tech Blog] | [http://datagenetics.com/blog.html DataGenetics] | [https://www.dataquest.io/blog/ Dataquest Blog]&lt;br /&gt;
&lt;br /&gt;
* [http://datasciencemasters.org/ The Open-Source Data Science Masters]&lt;br /&gt;
: The open-source curriculum for learning Data Science. Foundational in both theory and technologies, the OSDSM breaks down the core competencies necessary to make data useful.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;The Internet is Your Oyster&amp;#039;&amp;#039;&amp;#039;: With Coursera, ebooks, Stack Overflow, and GitHub -- all free and open -- how can you afford not to take advantage of an open source education?&lt;br /&gt;
&lt;br /&gt;
* [https://quizlet.com/ Quizlet]—&amp;#039;&amp;#039;Study Everywhere&amp;#039;&amp;#039;! | Subject: [https://quizlet.com/subject/data-science/ Data Science]&lt;br /&gt;
: Numerous &amp;quot;flash card&amp;quot;-style data science lessons.&lt;br /&gt;
&lt;br /&gt;
== Random Text, Number &amp;amp;amp; String Generators ==&lt;br /&gt;
;Tools&lt;br /&gt;
* [https://www.generatedata.com/ GenerateData.com]&lt;br /&gt;
: Free, GNU-licensed, random custom data generator for testing software.&lt;br /&gt;
&lt;br /&gt;
* [https://www.random.org/ RANDOM.ORG] - True Random Number Service&lt;br /&gt;
: Generate random lists, numbers, text strings, sequences and more.&lt;br /&gt;
&lt;br /&gt;
;Tutorials&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/642-excel-generate-random-string.html How to generate random character strings in a range in Excel?]&lt;br /&gt;
: Sometimes you may need to generate random strings, such as different passwords. This article tries to show you some tricks to generate different random strings in Excel.&lt;br /&gt;
&lt;br /&gt;
== Regular Expressions ==&lt;br /&gt;
* [[wikipedia:Regular expression|Regular expression]] (Wikipedia)&lt;br /&gt;
: In theoretical computer science and formal language theory, a regular expression (abbreviated &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;regexp&amp;lt;/tt&amp;gt; and sometimes called a &amp;#039;&amp;#039;rational expression&amp;#039;&amp;#039;) is a sequence of characters that forms a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. &amp;quot;find and replace&amp;quot;-like operations.&lt;br /&gt;
&lt;br /&gt;
=== Quick Tips ===&lt;br /&gt;
* [http://stackoverflow.com/questions/1331815/regular-expression-to-match-cross-platform-newline-characters Regular Expression to match cross platform newline characters]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3219014/what-is-a-cross-platform-regex-for-removal-of-line-breaks What is a cross platform regex for removal of line breaks?]&lt;br /&gt;
: &amp;quot;The regex I use when I want to be precise is &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;\r\n?|\n&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tutorials ===&lt;br /&gt;
* [http://regexone.com RegexOne - Learn regular expressions with simple, interactive examples.]&lt;br /&gt;
: Includes:&lt;br /&gt;
::- [http://regexone.com/lesson/0 Interactive Tutorial] › Learn to use Regular Expressions&lt;br /&gt;
::- [http://regexone.com/example/0 Practical Examples] › Practice your Regular Expressions&lt;br /&gt;
::- [http://regexone.com/cheatsheet RegEx Cheatsheet] › Regular Expressions in PHP &amp;amp; More&lt;br /&gt;
&lt;br /&gt;
* [http://www.regular-expressions.info/tutorial.html Regular Expressions Tutorial: Learn How to Use and Get The Most out of Regular Expressions]&lt;br /&gt;
: Any non-trivial &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; looks daunting to anybody not familiar with them. But with just a bit of experience, you will soon be able to craft your own regular expressions like you have never done anything else.&lt;br /&gt;
&lt;br /&gt;
* [http://www.rexegg.com/regex-uses.html The Many Uses of Regex]&lt;br /&gt;
: Regex is the gift that keeps giving. Once you learn it, you discover it comes in handy in many places where you hadn&amp;#039;t planned to use it.&lt;br /&gt;
&lt;br /&gt;
* [http://regex.learncodethehardway.org/book/ Learn Regex The Hard Way]&lt;br /&gt;
: This is an in-progress book that quickly teaches you regular expressions.&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tools ===&lt;br /&gt;
* [https://regex101.com Regex101: Online regex tester and debugger: JavaScript, Python, PHP, and PCRE]&lt;br /&gt;
: Regex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, JavaScript and Python. The website also features a community where you can share useful expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://www.regexr.com/ RegExr: Learn, Build, &amp;amp; Test RegEx]&lt;br /&gt;
: Regular expression tester with syntax highlighting, contextual help, video tutorial, reference, and searchable community patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://pythex.org/ Pythex: a Python regular expression editor]&lt;br /&gt;
: Pythex is a real-time regular expression editor for Python, a quick way to test your regular expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://regexpal.com/ Regex Tester]&lt;br /&gt;
: JavaScript regex tester. Highlights matches on the fly.&lt;br /&gt;
&lt;br /&gt;
== Small Data ==&lt;br /&gt;
[[wikipedia:Small data|Small Data]] is everything [[wikipedia:Big data|Big Data]] is not.&lt;br /&gt;
;You Might Not Be Big Data If:&lt;br /&gt;
- You were generated through human data entry. (Big Data came about in order to handle the exponential growth of machine-generated data, because we humans aren’t fast enough to outpace a good old relational database).&amp;lt;br /&amp;gt;&lt;br /&gt;
- You are an operational database. For instance, CRM is never Big Data, and ERP is never Big Data.&amp;lt;br /&amp;gt;&lt;br /&gt;
- You fit just fine in a MySQL database. Even if you have to put a lot of RAM in it, it’s still not Big Data.&amp;lt;ref&amp;gt;[http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&lt;br /&gt;
: For the majority of small and medium businesses, Big Data is the technology of the future, not the reality they experience today. To be blunt, most SMBs don’t even have a handle on the Small Data they’re already creating and collecting themselves. (And if many enterprise organizations are being honest, neither do they.) According to Forrester Research, most companies are analyzing a mere 12% of their existing data. That leaves a whopping 88% of data that businesses are flat out ignoring. Can you imagine the potential of actually leveraging that existing data to derive data-driven business insights? Instead of chasing the Big Data dream, SMBs should consider picking up the dollars that are effectively lying on the floor, and invest first in leveraging their Small Data.&lt;br /&gt;
&lt;br /&gt;
* [http://www.theguardian.com/news/datablog/2013/apr/25/forget-big-data-small-data-revolution Forget big data, small data is the real revolution]&lt;br /&gt;
: Just as we now find it ludicrous to talk of &amp;quot;big software&amp;quot; – as if size in itself were a measure of value – we should, and will one day, find it equally odd to talk of &amp;quot;big data&amp;quot;. Size in itself doesn&amp;#039;t matter – what matters is having the data, of whatever size, that helps us solve a problem or address the question we have.&lt;br /&gt;
&lt;br /&gt;
* [http://www.forbes.com/sites/mikekavis/2015/02/25/forget-big-data-small-data-is-driving-the-internet-of-things/ Forget Big Data -- Small Data Is Driving The Internet Of Things]&lt;br /&gt;
: What is small data, you ask? Small data is a dataset that contains very specific attributes. Small data is used to determine current states and conditions  or may be generated by analyzing larger data sets.&lt;br /&gt;
&lt;br /&gt;
== SQL ==&lt;br /&gt;
=== Cheat Sheets ===&lt;br /&gt;
* [https://www.simple-talk.com/sql/sql-training/ssms-the-query-window-keyboard-shortcuts/ SQL Server Management Studio Query Window Keyboard Shortcuts]&lt;br /&gt;
: Simple-Talk&amp;#039;s free wallchart of the most important SSMS keyboard shortcuts aims to help find all those curiously forgettable key combinations within SQL Server Management Studio that unlock the hidden magic that is available for editing and executing queries.&lt;br /&gt;
&lt;br /&gt;
=== Fiddle with SQL in the Browser ===&lt;br /&gt;
* [http://www.compileonline.com/execute_sql_online.php codingground: EXECUTE SQL ONLINE]&lt;br /&gt;
: I got this one to work. | [[User:Dave|Dave]] ([[User talk:Dave|talk]]) 18:01, 7 December 2016 (PST)&lt;br /&gt;
&lt;br /&gt;
* [http://rextester.com/l/postgresql_online_compiler Rextester | compile postgresql online]&lt;br /&gt;
: At Rextester you can not only compile PostgreSQL, but also several several other SQL flavors, too (SQL Server, MySQL, Oracle). Rextester also offers options for several other programming languages.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; PowerShell ===&lt;br /&gt;
* [https://cmatskas.com/execute-sql-query-with-powershell/ Execute SQL Query with PowerShell]&lt;br /&gt;
: Scripting is very powerful. And for me, one of the best scripting languages is PowerShell (PoSH). Yes, PoSH takes a bit of getting used to, but once you pass the initial learning curve, you end up with a powerful tool in your hands.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/8423541/how-do-you-run-a-sql-server-query-from-powershell How do you run a SQL Server query from PowerShell?]&lt;br /&gt;
: Multiple examples; approaches.&lt;br /&gt;
&lt;br /&gt;
* [https://www.simple-talk.com/content/file.ashx?file=7305 Practical PowerShell For SQL Server Developers and DBAs]&lt;br /&gt;
: Download the latest version of this PowerShell™ wallchart and read the accompanying in-depth article from Simple-Talk.&lt;br /&gt;
&lt;br /&gt;
;Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Spreadsheet Tricks#SQL_.26_Excel|SQL &amp;amp; Excel]]&lt;br /&gt;
&lt;br /&gt;
== Text Extraction ==&lt;br /&gt;
=== PDF Conversion ===&lt;br /&gt;
[[File:capture2text_ocr_conceptual_illustration.png|thumb|alt=Capture2Text conceptual illustration.|[http://capture2text.sourceforge.net/ Capture2Text] conceptual illustration.|710px]]&lt;br /&gt;
* [http://capture2text.sourceforge.net/ Capture2Text]&lt;br /&gt;
: Capture2Text enables users to quickly OCR a portion of the screen using a keyboard shortcut. The resulting text will be saved to the clipboard by default.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/detexter/ Detexter]&lt;br /&gt;
: Detexter is an app designed to extract text from PDF files.&lt;br /&gt;
&lt;br /&gt;
* [http://www.pdfonline.com/pdf-to-word-converter/ PDF Online - Convert PDF to Word (Free!)] (A unit of [http://www.bcltechnologies.com/ BCL Technologies].)&lt;br /&gt;
: [[User:Dave|I]] [http://www.pdfonline.com/pdf-to-word-converter/?fb_comment_id=10150571095090174_1789396217960207#f3c561ba7c434c8 used this service] to successfully convert the [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf .US Locality Domain Name Registration Terms and Conditions] form from PDF to [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx Word format].&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/6187250/pdf-text-extraction PDF TEXT Extraction]&lt;br /&gt;
: Lists several options.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX] &lt;br /&gt;
: Convert PDF to HTML without losing text or format.&lt;br /&gt;
&lt;br /&gt;
* [http://pdftotext.github.io/ pdftotext.org] (Now at [http://pdftotext.github.io/ pdftotext.github.io].)&lt;br /&gt;
:: Note: (Domain squatter has apparently hijacked the original &amp;lt;tt&amp;gt;pdftotext.org&amp;lt;/tt&amp;gt; domain. But the service is still here: http://pdftotext.github.io/)&lt;br /&gt;
: pdftotext.org is the best online service for easily extracting text from your PDF files. Conversion from PDF to TXT is really fast thanks to our in-browser conversion architecture. Your PDF files are never uploaded to the Internet, so even private PDF files are safe to convert with this service. The conversion is done locally in your browser – you can even convert when you are offline! There is no need for any registration or sign-up, and the service will always be free to use.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/doctotext/ SILVERCODERS DocToText] &lt;br /&gt;
: Extracts plain text from documents in all popular formats.&lt;br /&gt;
&lt;br /&gt;
* [http://tabula.technology Tabula]&lt;br /&gt;
: Tabula is a tool for liberating data tables locked inside PDF files. Tabula allows you to extract that data into a CSV or Microsoft Excel spreadsheet using a simple, easy-to-use interface. Tabula works on Mac, Windows and Linux.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Office Productivity Hacks#Portable_Document_Format_.28PDF.29|Office Productivity Hacks#Portable Document Format (PDF)]]&lt;br /&gt;
&lt;br /&gt;
=== Data Scrape ; Web Scrape ===&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/18Q2THQvYCG2_n6nKVsZRHlaPG9iJ9NvLezOOQbEuAJs/edit?hl=en Almost Scraping: Web Scraping for Non-Programmers]&lt;br /&gt;
: Tools and tips compiled by journalists from PBS and Omaha World-Herald.&lt;br /&gt;
&lt;br /&gt;
* [http://blog.scrapinghub.com/2014/01/18/open-source-at-scrapinghub/ Open Source at Scrapinghub]&lt;br /&gt;
: Scrapinghub&amp;#039;s list of open source scraping projects.&lt;br /&gt;
&lt;br /&gt;
* [http://sitestalker.net/ Sitestalker]&lt;br /&gt;
: Monitor website links with ease. Sitestalker supervises websites and notifies you when your desired content hits the web.Stop wasting your time constantly refreshing websites.&lt;br /&gt;
: Sitestalker is great for:&lt;br /&gt;
:: Finding jobs&lt;br /&gt;
:: Searching for an apartment&lt;br /&gt;
:: Getting the best bargains&lt;br /&gt;
:: Clipping &lt;br /&gt;
&lt;br /&gt;
* [http://www.notprovided.eu/six-tools-web-scraping-use-data-journalism-creating-insightful-content/ Six tools for web scraping – To use for data journalism &amp;amp; creating insightful content]&lt;br /&gt;
: Tools for gathering data from public sources.&lt;br /&gt;
&lt;br /&gt;
* [http://www.hongkiat.com/blog/web-scraping-tools/ 10 Web Scraping Tools to Extract Online Data]&lt;br /&gt;
: Web Scraping tools are specifically developed for extracting information from websites. They are also known as web harvesting tools or web data extraction tools. These tools are useful for anyone trying to collect some form of data from the Internet. Web Scraping is the new data entry technique that don’t require repetitive typing or copy-pasting.&lt;br /&gt;
&lt;br /&gt;
;R Scraper&lt;br /&gt;
* [http://www.computerworld.com/article/2909560/business-intelligence/web-scraping-with-r-and-rvest-includes-video-code.html Web scraping with R and rvest (includes video &amp;amp; code)]&lt;br /&gt;
: Watch (video) how easy it is to import data from a Web page into R.&lt;br /&gt;
&lt;br /&gt;
=== Text Search ===&lt;br /&gt;
* [http://geekdadaji.com/ geekDadaji - A SEARCH INITIATIVE]&lt;br /&gt;
: Makes tools to search text content, including:&lt;br /&gt;
# [https://sourceforge.net/projects/falcontextsearch/ FALCON - Text Search Java Project]: JSON based text search Java Project&lt;br /&gt;
# [https://sourceforge.net/projects/hawksearch/ HAWK - PDF Text Search Java Project]: Taking initiative for Document Text Search&lt;br /&gt;
&lt;br /&gt;
* [http://www.foolabs.com/xpdf/home.html Xpdf: A PDF Viewer for X]&lt;br /&gt;
: Xpdf is an open source viewer for Portable Document Format (PDF) files.&lt;br /&gt;
: Windows installer: [http://www.compgeom.com/~piyush/scripts/scripts.html Short Programs/Scripts] (Look for the xpdf3.exe / poppler.exe links in left sidebar.)&lt;br /&gt;
&lt;br /&gt;
== Text Transformation ==&lt;br /&gt;
* [https://www.transformy.io/#/ Transformy] - Change your data with one example.&lt;br /&gt;
: Do you have a list of text strings that you want to modify the format on? Copy and paste the list into the a box, then provide an example of how you want each text string formatted. The hope is that Transformy will do the rest.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
=== [[wikipedia:Git (software)|Git]], [[wikipedia:GitHub|GitHub]] ===&lt;br /&gt;
* [http://stackoverflow.com/questions/14679614/whats-the-best-practice-for-putting-multiple-projects-in-a-git-repository What&amp;#039;s the best practice for putting multiple projects in a git repository?] (Stack Overflow)&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 1&amp;#039;&amp;#039;: A single repository can contain multiple independent branches, called orphan branches. Orphan branches are completely separate from each other; they do not share histories.&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 2&amp;#039;&amp;#039;: Avoid all the hassle of orphan branches. Create two independent repositories, and push them to the same remote. Just use different branch names for each repo.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=955</id>
		<title>Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=955"/>
		<updated>2017-09-26T20:37:58Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Random Text, Number &amp;amp;amp; String Generators */ GenerateData.com&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Big Data ==&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/19/how-big-is-big-data How big is big data?] (StackExchange)&lt;br /&gt;
: Good question; good answer.&lt;br /&gt;
&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/05/complete-tutorial-work-big-data-amazon-web-services-aws/ A Complete Tutorial to work on Big Data with Amazon Web Services (AWS)]&lt;br /&gt;
: A step by step process the author used to connect to a 24GB AWS instance via a laptop. Examples for Python and R users.&lt;br /&gt;
&lt;br /&gt;
== Business Intelligence ==&lt;br /&gt;
* [https://github.com/Quartz/bad-data-guide &amp;#039;&amp;#039;&amp;#039;Quartz/bad-data-guide&amp;#039;&amp;#039;&amp;#039; - The Quartz guide to bad data]&lt;br /&gt;
: An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.&lt;br /&gt;
&lt;br /&gt;
=== [[wikipedia:Business intelligence|BI]] Tools ===&lt;br /&gt;
* [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/s15-06-the-business-intelligence-tool.html The Business Intelligence Toolkit]&lt;br /&gt;
: A section from the Creative Commons book [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/index.html Getting the Most Out of Information Systems: A Manager&amp;#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
* [http://www.butleranalytics.com/10-mysql-reporting-tools/ 10+ MySQL Reporting Tools]&lt;br /&gt;
: These MySQL reporting tools fall into two broad camps – business intelligence suites where reporting is a major component, and tools that are specifically aimed at reporting. Also many of them are free.&lt;br /&gt;
&lt;br /&gt;
* [http://www.predictiveanalyticstoday.com/open-source-free-business-intelligence-solutions/ 33 Open Source and Free Business Intelligence Solutions]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Open Source Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho Community Edition, OpenText Actuate Information Hub, Free Edition, ReportServer, JasperReports Business Intelligence, Jedox Base, SpagoBI, ART, Pentaho Reporting, JMagallanes, OpenReports, Seal Report, Openi, NextReports, RapidMiner, Mondrian, KNIME.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Cloud Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Watson Analytics, SAP Lumira Cloud, Power BI, Microstrategy Analytics Express and Birst Express for NetSuite.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Proprietary Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: EspressReport Lite, SAP Lumira, QlikView Personal Edition, InetSoft, Qlik Sense Desktop, icCube, Tableau Public.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Open Source Commercial Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho, Jaspersoft, Palo, Actuate Corporation, TACTIC.&lt;br /&gt;
&lt;br /&gt;
== Data Analysis &amp;amp; Data Science Tools ==&lt;br /&gt;
* [https://datamaps.co/ Datamaps.co] - Create and download data maps.&lt;br /&gt;
: Datamaps.co is a free and simple platform for creating visualizations with data maps. It allows you to upload CSV file with region data, and fully customize your map&amp;#039;s appearance. Your map chart can be saved as PNG or SVG. With datamaps.co, you can create a custom map of World, USA, China, Canada and more are coming.&lt;br /&gt;
&lt;br /&gt;
* [http://vis.stanford.edu/wrangler/ Data Wrangler] (Stanford Visualization Group)&lt;br /&gt;
: Wrangler allows interactive transformation of messy, real-world data into the data tables analysis tools expect. Export data for use in Excel, R, Tableau, Protovis, ...&lt;br /&gt;
&lt;br /&gt;
* [http://htsql.org/ HTSQL&amp;amp;mdash;A Database Query Language]&lt;br /&gt;
: HTSQL is designed for data analysts and other &amp;#039;&amp;#039;accidental programmers&amp;#039;&amp;#039; who have complex business inquiries to solve and need a productive tool to write and share database queries. HTSQL is &amp;#039;&amp;#039;free and open source&amp;#039;&amp;#039; software.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cc.gatech.edu/gvu/ii/jigsaw/ Jigsaw: Visual Analytics for Exploring and Understanding Document Collections]&lt;br /&gt;
: Jigsaw is a visual analytics system to help analysts and researchers better explore, analyze, and make sense of such document collections.&lt;br /&gt;
&lt;br /&gt;
* [http://openrefine.org/ OpenRefine] (Formerly [http://code.google.com/p/google-refine/Google Refine].)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;[[wikipedia:OpenRefine|Open Refine]]&amp;#039;&amp;#039;&amp;#039; is a standalone open source desktop application for data cleanup and transformation to other formats, the activity known as [[wikipedia:Data wrangling|data wrangling]]. It is similar to [[wikipedia:Spreadsheet|spreadsheet]] applications (and can work with spreadsheet file formats), however, it behaves more like a database.&lt;br /&gt;
&lt;br /&gt;
=== Command Line ===&lt;br /&gt;
* [http://datascienceatthecommandline.com/ Data Science at the Command Line]&lt;br /&gt;
: This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You&amp;#039;ll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.&lt;br /&gt;
&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/08/tutorial-data-science-command-line-scikit-learn/ Tutorial – Data Science at Command Line with R &amp;amp; Python (Scikit Learn)]&lt;br /&gt;
: Tutorial inspired by [http://jeroenjanssens.com/ Jeroen Janssens]&amp;#039; book &amp;#039;&amp;#039;[http://datascienceatthecommandline.com/ Data Science at the Command Line]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==== IDEs in the Browser | Cloud IDEs ====&lt;br /&gt;
&amp;#039;&amp;#039;Also See [[Data Analysis#Python_in_Your_Browser:_Tools|Python in Your Browser: Tools]] (below).&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [https://c9.io/ Cloud9] - Your development environment, in the cloud.&lt;br /&gt;
: Cloud9 IDE is an online integrated development environment, published as open source from version 3.0. It supports hundreds of programming languages, including PHP, Ruby, Perl, Python, JavaScript with Node.js, and Go. &amp;lt;!-- Recommended by Hassan in Python Throttle class. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.nitrous.io Nitrous.io]&lt;br /&gt;
: Code and Collaborate in the Cloud, for Free! No installation required. Create a new environment with our cloud IDE in seconds. &amp;lt;!-- Recommended by Hassan in Python Throttle class, then he realized (after conferring with Riley) that he actually meant to recommend Cloud 9. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Further Reading&lt;br /&gt;
* [http://www.hongkiat.com/blog/cloud-ide-developers/ Cloud IDEs For Web Developers – Best Of]&lt;br /&gt;
: Compares &amp;quot;13 of the best Cloud IDEs,&amp;quot; including the following (to name just a few): Akshell, Cloud9, Python Fiddle&lt;br /&gt;
&lt;br /&gt;
=== D3 ===&lt;br /&gt;
* [http://d3js.org/ D3.js - Data-Driven Documents]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;D3.js&amp;#039;&amp;#039;&amp;#039; is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
Python is a very powerful programming language used for many different applications. Over time, the huge community around this open source language has created quite a few tools to efficiently work with Python. In recent years, a number of tools have been built specifically for data science. As a result, analyzing data with Python has never been easier.&amp;lt;ref&amp;gt;[https://www.edx.org/course/introduction-python-data-science-microsoft-dat208x-2 Introduction to Python for Data Science] ([https://www.edx.org/ edX])&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Propaganda =====&lt;br /&gt;
* [https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/ Python FAQ: Why should I use Python 3?] ([https://eev.ee/ fuzzy notepad])&lt;br /&gt;
: Python 3 is great and you should use it. Here’s why...&lt;br /&gt;
&lt;br /&gt;
* [http://www.wired.com/2015/05/running-python-browser-awesome-think/ Running Python in a Browser Is More Awesome Than You Think]&lt;br /&gt;
: Shows simple code examples running on [https://trinket.io/python Trinket].&lt;br /&gt;
&lt;br /&gt;
* [http://physicslogos.blogspot.com/2015/05/python-graphing-tutorials-in-trinket.html Python Graphing Tutorials in Trinket]&lt;br /&gt;
: Trinket can be used to post interactive Python code which your students can run in the browser or copy and paste for the purpose of running locally on their computer.&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Tools =====&lt;br /&gt;
* [https://www.pythonanywhere.com/ PythonAnywhere]&lt;br /&gt;
: Host, run, and code Python in the cloud!&lt;br /&gt;
&lt;br /&gt;
* [http://pythonfiddle.com/ Python Fiddle: Python Cloud IDE]&lt;br /&gt;
: The Python IDE for the web. Play around with and modify live example code. Share or demonstrate solutions to problems.&lt;br /&gt;
&lt;br /&gt;
* [https://repl.it/ repl.it: online REPL, Compiler &amp;amp; IDE]&lt;br /&gt;
: Powerful and simple online compiler, IDE, interpreter, and REPL. Write, run, save, and share code from your browser!&lt;br /&gt;
&lt;br /&gt;
* [http://www.skulpt.org Skulpt]: Python. Client side.&lt;br /&gt;
: Skulpt is an entirely in-browser implementation of Python. No preprocessing, plugins, or server-side support required, just write Python and reload.&lt;br /&gt;
&lt;br /&gt;
* [https://trinket.io/python Your Python Trinket]&lt;br /&gt;
: Python in the browser. No installation required.&lt;br /&gt;
&lt;br /&gt;
==== Python &amp;amp;amp; Spreadsheets ====&lt;br /&gt;
* [http://sheetsync.readthedocs.io/en/latest/ SheetSync]: Welcome to SheetSync!&lt;br /&gt;
: A python library to create, update and delete rows of data in a google spreadsheet.&lt;br /&gt;
&lt;br /&gt;
* [http://xlsxwriter.readthedocs.io  XlsxWriter]: Creating Excel files with Python and XlsxWriter&lt;br /&gt;
: XlsxWriter is a Python module for creating Excel XLSX files.&lt;br /&gt;
&lt;br /&gt;
==== Python Tips, Tutorials &amp;amp;amp; Tricks ====&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A Complete Tutorial to Learn Data Science with Python from Scratch]&lt;br /&gt;
: Python was originally a general purpose language. Over the years, with strong community support, dedicated libraries for data analysis and predictive modeling emerged.&lt;br /&gt;
* [http://www.automatingosint.com/blog/2016/07/dark-web-osint-with-python-and-onionscan-part-one/ Dark Web OSINT With Python and OnionScan: Part One]&lt;br /&gt;
: Step-by-step instructions for setting up an environment to scan hidden services in the dark web!&lt;br /&gt;
&lt;br /&gt;
==== Web Scraping With Python ====&lt;br /&gt;
* [https://scrapy.org/ Scrapy]&lt;br /&gt;
: Scrapy is an open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/2269/any-online-r-console Any Online R console?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
==== R Studio ====&lt;br /&gt;
* RStudio: [https://www.rstudio.com/ide/download/ Download RStudio]&lt;br /&gt;
: Take control of your R code. RStudio is the premier integrated development environment for R. It is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or over the web with RStudio Server. Download RStudio (for Windows, Mac, or Linux).&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Excel ====&lt;br /&gt;
* [http://www.r-bloggers.com/a-million-ways-to-connect-r-and-excel/ A million ways to connect R and Excel]&lt;br /&gt;
: In quantitative finance both R and Excel are the basis tools for any type of analysis. Whenever one has to use Excel in conjunction with R, there are many ways to approach the problem and many solutions. It depends on what you really want to do and the size of the dataset you’re dealing with.&lt;br /&gt;
&lt;br /&gt;
* [https://cran.r-project.org/web/packages/openxlsx/index.html openxlsx: Read, Write and Edit XLSX Files]&lt;br /&gt;
: Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of Rcpp, read/write times are comparable to the xlsx and XLConnect packages with the added benefit of removing the dependency on Java.&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Google Sheets ====&lt;br /&gt;
* [https://cran.r-project.org/web/packages/googlesheets/index.html googlesheets: Manage Google Spreadsheets from R]&lt;br /&gt;
: Interact with Google Sheets from R.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jennybc/googlesheets Google Sheets R API]&lt;br /&gt;
: Access and manage Google spreadsheets from R with googlesheets.&lt;br /&gt;
&lt;br /&gt;
==== Shiny ====&lt;br /&gt;
* [http://shiny.rstudio.com/ Shiny] - by [https://www.rstudio.com/ RStudio]&lt;br /&gt;
: A web application framework for R.&lt;br /&gt;
::- Turn your analyses into interactive web applications.&lt;br /&gt;
::- No HTML, CSS, or JavaScript knowledge required.&lt;br /&gt;
&lt;br /&gt;
== Learn Data Science ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[Computer Productivity Hacks#Educate_Yourself]]&amp;#039;&amp;#039;&lt;br /&gt;
{{cquote2|Academic credentials are important but not necessary for high-quality data science. The core aptitudes – curiosity, intellectual agility, statistical fluency, research stamina, scientific rigor, skeptical nature – that distinguish the best data scientists are widely distributed throughout the population.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;We’re likely to see more uncredentialed, inexperienced individuals try their hands at data science, bootstrapping their skills on the open-source ecosystem and using the diversity of modeling tools available. Just as data-science platforms and tools are proliferating through the magic of open source, big data’s data-scientist pool will as well.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;And there’s yet another trend that will alleviate any talent gap: the democratization of data science. [[wikipedia:Autodidacticism|Autodidacts]] – the self-taught, uncredentialed, data-passionate people – will come to play a significant role in many organizations’ data science initiatives.|James Kobielus|[http://www.ibmbigdatahub.com/blog/data-scientist-closing-talent-gap Data Scientist: Closing the Talent Gap]|##px|##px}}&lt;br /&gt;
&lt;br /&gt;
* [https://www.dataquest.io/ Dataquest: Learn data science online.]&lt;br /&gt;
: Learn applied skills for a career in data science. Work with data, build projects, and gain experience. (No longer free.)&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/dataquestio/data-science-blogs Dataquest.io&amp;#039;s Curated List Of Data Science Blogs]&lt;br /&gt;
: [http://www.analyticsvidhya.com/blog/ Analytics Vidhya] | [http://dataaspirant.com/ Dataaspirant] | [http://www.randalolson.com/blog/ Dr. Randal S. Olson] | [http://blog.dominodatalab.com/ Domino Data Lab&amp;#039;s blog] | [http://ianozsvald.com/ Entrepreneurial Geekiness] | [http://blog.kaggle.com/ no free hunch] | [https://jakevdp.github.io/ Pythonic Perambulations] | [http://rayli.net/blog/ Rayli.Net] | [http://blog.yhathq.com/ yhat] | [http://mdbecker.github.io/ Beckerfuffle] | [http://carlshan.com/ Carl Shan] | [http://datamining.typepad.com/data_mining/ Data Mining: Text Mining, Visualization and Social Media] | [http://fastml.com/ FastML] | [http://www.chioka.in/ Garbled Notes] | [http://www.joyofdata.de/blog/ Joy Of Data] | [http://mlwave.com/ MLWave] | [http://trevorstephens.com/ Trevor Stephens] | [http://twiecki.github.io/ While My MCMC Gently Samples] | [http://zacstewart.com/ Zac Stewart] | [http://www.machinedlearnings.com/ Machined Learnings] | [http://deeplearning.net/feed/ Deep Learning] | [http://nuit-blanche.blogspot.com/ Nuit Blanche] | [http://hunch.net/ Machine Learning (Theory)] | [http://bickson.blogspot.com/ Large Scale Machine Learning] | [http://blog.revolutionanalytics.com/ Revolutions] | [http://www.kdnuggets.com/ KDnuggets] | [http://wellecks.wordpress.com/ Wellecks] | [http://www.pyimagesearch.com/ PyImageSearch] | [http://www.dataminingblog.com/ Data Mining Research] | [http://treycausey.com/ Trey Causey] | [https://timdettmers.wordpress.com/ Deep Learning] | [http://alexhwoods.com/ Machine Learning and Data Science] | [http://iamtrask.github.io/ i am trask] | [http://317070.github.io/ Jonas Degrave] | [http://yanirseroussi.com/ Yanir Seroussi] | [http://daoudclarke.github.io/ Life, Language, Learning] | [http://medriscoll.com/ M.E.Driscoll] | [https://peadarcoyle.wordpress.com/ Models are illuminating and wrong] | [https://medium.com/@chris_bour Christophe Bourguignat] | [https://medium.com/@samim samim] | [http://karpathy.github.io/ Andrej Karpathy blog] | [http://colah.github.io/archive.html colah&amp;#039;s blog] | [http://sebastianraschka.com/articles.html Sebastian Raschka] | [http://blog.echen.me Edwin Chen] | [http://simplystatistics.org Simply Statistics] | [http://rinzewind.org/blog-en Will do stuff for stuff] | [http://www.computervisionblog.com/ Tombone&amp;#039;s Computer Vision Blog] | [https://blogs.princeton.edu/imabandit/ I’m a bandit] | [http://101.datascience.community/ Data Science 101] | [http://www.r-bloggers.com/ R-bloggers] | [http://multithreaded.stitchfix.com/blog/ Stitch Fix Tech Blog] | [http://datagenetics.com/blog.html DataGenetics] | [https://www.dataquest.io/blog/ Dataquest Blog]&lt;br /&gt;
&lt;br /&gt;
* [http://datasciencemasters.org/ The Open-Source Data Science Masters]&lt;br /&gt;
: The open-source curriculum for learning Data Science. Foundational in both theory and technologies, the OSDSM breaks down the core competencies necessary to make data useful.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;The Internet is Your Oyster&amp;#039;&amp;#039;&amp;#039;: With Coursera, ebooks, Stack Overflow, and GitHub -- all free and open -- how can you afford not to take advantage of an open source education?&lt;br /&gt;
&lt;br /&gt;
* [https://quizlet.com/ Quizlet]—&amp;#039;&amp;#039;Study Everywhere&amp;#039;&amp;#039;! | Subject: [https://quizlet.com/subject/data-science/ Data Science]&lt;br /&gt;
: Numerous &amp;quot;flash card&amp;quot;-style data science lessons.&lt;br /&gt;
&lt;br /&gt;
== Random Text, Number &amp;amp;amp; String Generators ==&lt;br /&gt;
;Tools&lt;br /&gt;
* [https://www.generatedata.com/ GenerateData.com]&lt;br /&gt;
: Free, GNU-licensed, random custom data generator for testing software.&lt;br /&gt;
&lt;br /&gt;
* [https://www.random.org/ RANDOM.ORG] - True Random Number Service&lt;br /&gt;
: Generate random lists, numbers, text strings, sequences and more.&lt;br /&gt;
&lt;br /&gt;
;Tutorials&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/642-excel-generate-random-string.html How to generate random character strings in a range in Excel?]&lt;br /&gt;
: Sometimes you may need to generate random strings, such as different passwords. This article tries to show you some tricks to generate different random strings in Excel.&lt;br /&gt;
&lt;br /&gt;
== Regular Expressions ==&lt;br /&gt;
* [[wikipedia:Regular expression|Regular expression]] (Wikipedia)&lt;br /&gt;
: In theoretical computer science and formal language theory, a regular expression (abbreviated &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;regexp&amp;lt;/tt&amp;gt; and sometimes called a &amp;#039;&amp;#039;rational expression&amp;#039;&amp;#039;) is a sequence of characters that forms a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. &amp;quot;find and replace&amp;quot;-like operations.&lt;br /&gt;
&lt;br /&gt;
=== Quick Tips ===&lt;br /&gt;
* [http://stackoverflow.com/questions/1331815/regular-expression-to-match-cross-platform-newline-characters Regular Expression to match cross platform newline characters]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3219014/what-is-a-cross-platform-regex-for-removal-of-line-breaks What is a cross platform regex for removal of line breaks?]&lt;br /&gt;
: &amp;quot;The regex I use when I want to be precise is &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;\r\n?|\n&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tutorials ===&lt;br /&gt;
* [http://regexone.com RegexOne - Learn regular expressions with simple, interactive examples.]&lt;br /&gt;
: Includes:&lt;br /&gt;
::- [http://regexone.com/lesson/0 Interactive Tutorial] › Learn to use Regular Expressions&lt;br /&gt;
::- [http://regexone.com/example/0 Practical Examples] › Practice your Regular Expressions&lt;br /&gt;
::- [http://regexone.com/cheatsheet RegEx Cheatsheet] › Regular Expressions in PHP &amp;amp; More&lt;br /&gt;
&lt;br /&gt;
* [http://www.regular-expressions.info/tutorial.html Regular Expressions Tutorial: Learn How to Use and Get The Most out of Regular Expressions]&lt;br /&gt;
: Any non-trivial &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; looks daunting to anybody not familiar with them. But with just a bit of experience, you will soon be able to craft your own regular expressions like you have never done anything else.&lt;br /&gt;
&lt;br /&gt;
* [http://www.rexegg.com/regex-uses.html The Many Uses of Regex]&lt;br /&gt;
: Regex is the gift that keeps giving. Once you learn it, you discover it comes in handy in many places where you hadn&amp;#039;t planned to use it.&lt;br /&gt;
&lt;br /&gt;
* [http://regex.learncodethehardway.org/book/ Learn Regex The Hard Way]&lt;br /&gt;
: This is an in-progress book that quickly teaches you regular expressions.&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tools ===&lt;br /&gt;
* [https://regex101.com Regex101: Online regex tester and debugger: JavaScript, Python, PHP, and PCRE]&lt;br /&gt;
: Regex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, JavaScript and Python. The website also features a community where you can share useful expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://www.regexr.com/ RegExr: Learn, Build, &amp;amp; Test RegEx]&lt;br /&gt;
: Regular expression tester with syntax highlighting, contextual help, video tutorial, reference, and searchable community patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://pythex.org/ Pythex: a Python regular expression editor]&lt;br /&gt;
: Pythex is a real-time regular expression editor for Python, a quick way to test your regular expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://regexpal.com/ Regex Tester]&lt;br /&gt;
: JavaScript regex tester. Highlights matches on the fly.&lt;br /&gt;
&lt;br /&gt;
== Small Data ==&lt;br /&gt;
[[wikipedia:Small data|Small Data]] is everything [[wikipedia:Big data|Big Data]] is not.&lt;br /&gt;
;You Might Not Be Big Data If:&lt;br /&gt;
- You were generated through human data entry. (Big Data came about in order to handle the exponential growth of machine-generated data, because we humans aren’t fast enough to outpace a good old relational database).&amp;lt;br /&amp;gt;&lt;br /&gt;
- You are an operational database. For instance, CRM is never Big Data, and ERP is never Big Data.&amp;lt;br /&amp;gt;&lt;br /&gt;
- You fit just fine in a MySQL database. Even if you have to put a lot of RAM in it, it’s still not Big Data.&amp;lt;ref&amp;gt;[http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&lt;br /&gt;
: For the majority of small and medium businesses, Big Data is the technology of the future, not the reality they experience today. To be blunt, most SMBs don’t even have a handle on the Small Data they’re already creating and collecting themselves. (And if many enterprise organizations are being honest, neither do they.) According to Forrester Research, most companies are analyzing a mere 12% of their existing data. That leaves a whopping 88% of data that businesses are flat out ignoring. Can you imagine the potential of actually leveraging that existing data to derive data-driven business insights? Instead of chasing the Big Data dream, SMBs should consider picking up the dollars that are effectively lying on the floor, and invest first in leveraging their Small Data.&lt;br /&gt;
&lt;br /&gt;
* [http://www.theguardian.com/news/datablog/2013/apr/25/forget-big-data-small-data-revolution Forget big data, small data is the real revolution]&lt;br /&gt;
: Just as we now find it ludicrous to talk of &amp;quot;big software&amp;quot; – as if size in itself were a measure of value – we should, and will one day, find it equally odd to talk of &amp;quot;big data&amp;quot;. Size in itself doesn&amp;#039;t matter – what matters is having the data, of whatever size, that helps us solve a problem or address the question we have.&lt;br /&gt;
&lt;br /&gt;
* [http://www.forbes.com/sites/mikekavis/2015/02/25/forget-big-data-small-data-is-driving-the-internet-of-things/ Forget Big Data -- Small Data Is Driving The Internet Of Things]&lt;br /&gt;
: What is small data, you ask? Small data is a dataset that contains very specific attributes. Small data is used to determine current states and conditions  or may be generated by analyzing larger data sets.&lt;br /&gt;
&lt;br /&gt;
== SQL ==&lt;br /&gt;
=== Cheat Sheets ===&lt;br /&gt;
* [https://www.simple-talk.com/sql/sql-training/ssms-the-query-window-keyboard-shortcuts/ SQL Server Management Studio Query Window Keyboard Shortcuts]&lt;br /&gt;
: Simple-Talk&amp;#039;s free wallchart of the most important SSMS keyboard shortcuts aims to help find all those curiously forgettable key combinations within SQL Server Management Studio that unlock the hidden magic that is available for editing and executing queries.&lt;br /&gt;
&lt;br /&gt;
=== Fiddle with SQL in the Browser ===&lt;br /&gt;
* [http://www.compileonline.com/execute_sql_online.php codingground: EXECUTE SQL ONLINE]&lt;br /&gt;
: I got this one to work. | [[User:Dave|Dave]] ([[User talk:Dave|talk]]) 18:01, 7 December 2016 (PST)&lt;br /&gt;
&lt;br /&gt;
* [http://rextester.com/l/postgresql_online_compiler Rextester | compile postgresql online]&lt;br /&gt;
: At Rextester you can not only compile PostgreSQL, but also several several other SQL flavors, too (SQL Server, MySQL, Oracle). Rextester also offers options for several other programming languages.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; PowerShell ===&lt;br /&gt;
* [https://cmatskas.com/execute-sql-query-with-powershell/ Execute SQL Query with PowerShell]&lt;br /&gt;
: Scripting is very powerful. And for me, one of the best scripting languages is PowerShell (PoSH). Yes, PoSH takes a bit of getting used to, but once you pass the initial learning curve, you end up with a powerful tool in your hands.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/8423541/how-do-you-run-a-sql-server-query-from-powershell How do you run a SQL Server query from PowerShell?]&lt;br /&gt;
: Multiple examples; approaches.&lt;br /&gt;
&lt;br /&gt;
* [https://www.simple-talk.com/content/file.ashx?file=7305 Practical PowerShell For SQL Server Developers and DBAs]&lt;br /&gt;
: Download the latest version of this PowerShell™ wallchart and read the accompanying in-depth article from Simple-Talk.&lt;br /&gt;
&lt;br /&gt;
;Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Spreadsheet Tricks#SQL_.26_Excel|SQL &amp;amp; Excel]]&lt;br /&gt;
&lt;br /&gt;
== Text Extraction ==&lt;br /&gt;
=== PDF Conversion ===&lt;br /&gt;
[[File:capture2text_ocr_conceptual_illustration.png|thumb|alt=Capture2Text conceptual illustration.|[http://capture2text.sourceforge.net/ Capture2Text] conceptual illustration.|710px]]&lt;br /&gt;
* [http://capture2text.sourceforge.net/ Capture2Text]&lt;br /&gt;
: Capture2Text enables users to quickly OCR a portion of the screen using a keyboard shortcut. The resulting text will be saved to the clipboard by default.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/detexter/ Detexter]&lt;br /&gt;
: Detexter is an app designed to extract text from PDF files.&lt;br /&gt;
&lt;br /&gt;
* [http://www.pdfonline.com/pdf-to-word-converter/ PDF Online - Convert PDF to Word (Free!)] (A unit of [http://www.bcltechnologies.com/ BCL Technologies].)&lt;br /&gt;
: [[User:Dave|I]] [http://www.pdfonline.com/pdf-to-word-converter/?fb_comment_id=10150571095090174_1789396217960207#f3c561ba7c434c8 used this service] to successfully convert the [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf .US Locality Domain Name Registration Terms and Conditions] form from PDF to [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx Word format].&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/6187250/pdf-text-extraction PDF TEXT Extraction]&lt;br /&gt;
: Lists several options.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX] &lt;br /&gt;
: Convert PDF to HTML without losing text or format.&lt;br /&gt;
&lt;br /&gt;
* [http://pdftotext.github.io/ pdftotext.org] (Now at [http://pdftotext.github.io/ pdftotext.github.io].)&lt;br /&gt;
:: Note: (Domain squatter has apparently hijacked the original &amp;lt;tt&amp;gt;pdftotext.org&amp;lt;/tt&amp;gt; domain. But the service is still here: http://pdftotext.github.io/)&lt;br /&gt;
: pdftotext.org is the best online service for easily extracting text from your PDF files. Conversion from PDF to TXT is really fast thanks to our in-browser conversion architecture. Your PDF files are never uploaded to the Internet, so even private PDF files are safe to convert with this service. The conversion is done locally in your browser – you can even convert when you are offline! There is no need for any registration or sign-up, and the service will always be free to use.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/doctotext/ SILVERCODERS DocToText] &lt;br /&gt;
: Extracts plain text from documents in all popular formats.&lt;br /&gt;
&lt;br /&gt;
* [http://tabula.technology Tabula]&lt;br /&gt;
: Tabula is a tool for liberating data tables locked inside PDF files. Tabula allows you to extract that data into a CSV or Microsoft Excel spreadsheet using a simple, easy-to-use interface. Tabula works on Mac, Windows and Linux.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Office Productivity Hacks#Portable_Document_Format_.28PDF.29|Office Productivity Hacks#Portable Document Format (PDF)]]&lt;br /&gt;
&lt;br /&gt;
=== Data Scrape ; Web Scrape ===&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/18Q2THQvYCG2_n6nKVsZRHlaPG9iJ9NvLezOOQbEuAJs/edit?hl=en Almost Scraping: Web Scraping for Non-Programmers]&lt;br /&gt;
: Tools and tips compiled by journalists from PBS and Omaha World-Herald.&lt;br /&gt;
&lt;br /&gt;
* [http://blog.scrapinghub.com/2014/01/18/open-source-at-scrapinghub/ Open Source at Scrapinghub]&lt;br /&gt;
: Scrapinghub&amp;#039;s list of open source scraping projects.&lt;br /&gt;
&lt;br /&gt;
* [http://sitestalker.net/ Sitestalker]&lt;br /&gt;
: Monitor website links with ease. Sitestalker supervises websites and notifies you when your desired content hits the web.Stop wasting your time constantly refreshing websites.&lt;br /&gt;
: Sitestalker is great for:&lt;br /&gt;
:: Finding jobs&lt;br /&gt;
:: Searching for an apartment&lt;br /&gt;
:: Getting the best bargains&lt;br /&gt;
:: Clipping &lt;br /&gt;
&lt;br /&gt;
* [http://www.notprovided.eu/six-tools-web-scraping-use-data-journalism-creating-insightful-content/ Six tools for web scraping – To use for data journalism &amp;amp; creating insightful content]&lt;br /&gt;
: Tools for gathering data from public sources.&lt;br /&gt;
&lt;br /&gt;
* [http://www.hongkiat.com/blog/web-scraping-tools/ 10 Web Scraping Tools to Extract Online Data]&lt;br /&gt;
: Web Scraping tools are specifically developed for extracting information from websites. They are also known as web harvesting tools or web data extraction tools. These tools are useful for anyone trying to collect some form of data from the Internet. Web Scraping is the new data entry technique that don’t require repetitive typing or copy-pasting.&lt;br /&gt;
&lt;br /&gt;
;R Scraper&lt;br /&gt;
* [http://www.computerworld.com/article/2909560/business-intelligence/web-scraping-with-r-and-rvest-includes-video-code.html Web scraping with R and rvest (includes video &amp;amp; code)]&lt;br /&gt;
: Watch (video) how easy it is to import data from a Web page into R.&lt;br /&gt;
&lt;br /&gt;
=== Text Search ===&lt;br /&gt;
* [http://geekdadaji.com/ geekDadaji - A SEARCH INITIATIVE]&lt;br /&gt;
: Makes tools to search text content, including:&lt;br /&gt;
# [https://sourceforge.net/projects/falcontextsearch/ FALCON - Text Search Java Project]: JSON based text search Java Project&lt;br /&gt;
# [https://sourceforge.net/projects/hawksearch/ HAWK - PDF Text Search Java Project]: Taking initiative for Document Text Search&lt;br /&gt;
&lt;br /&gt;
* [http://www.foolabs.com/xpdf/home.html Xpdf: A PDF Viewer for X]&lt;br /&gt;
: Xpdf is an open source viewer for Portable Document Format (PDF) files.&lt;br /&gt;
: Windows installer: [http://www.compgeom.com/~piyush/scripts/scripts.html Short Programs/Scripts] (Look for the xpdf3.exe / poppler.exe links in left sidebar.)&lt;br /&gt;
&lt;br /&gt;
== Text Transformation ==&lt;br /&gt;
* [https://www.transformy.io/#/ Transformy] - Change your data with one example.&lt;br /&gt;
: Do you have a list of text strings that you want to modify the format on? Copy and paste the list into the a box, then provide an example of how you want each text string formatted. The hope is that Transformy will do the rest.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
=== [[wikipedia:Git (software)|Git]], [[wikipedia:GitHub|GitHub]] ===&lt;br /&gt;
* [http://stackoverflow.com/questions/14679614/whats-the-best-practice-for-putting-multiple-projects-in-a-git-repository What&amp;#039;s the best practice for putting multiple projects in a git repository?] (Stack Overflow)&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 1&amp;#039;&amp;#039;: A single repository can contain multiple independent branches, called orphan branches. Orphan branches are completely separate from each other; they do not share histories.&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 2&amp;#039;&amp;#039;: Avoid all the hassle of orphan branches. Create two independent repositories, and push them to the same remote. Just use different branch names for each repo.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=954</id>
		<title>Data Analysis</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Data_Analysis&amp;diff=954"/>
		<updated>2017-09-26T02:51:58Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Regular Expressions */ Random Text, Number &amp;amp; String Generators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Big Data ==&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/19/how-big-is-big-data How big is big data?] (StackExchange)&lt;br /&gt;
: Good question; good answer.&lt;br /&gt;
&lt;br /&gt;
* [http://www.analyticsvidhya.com/blog/2016/05/complete-tutorial-work-big-data-amazon-web-services-aws/ A Complete Tutorial to work on Big Data with Amazon Web Services (AWS)]&lt;br /&gt;
: A step by step process the author used to connect to a 24GB AWS instance via a laptop. Examples for Python and R users.&lt;br /&gt;
&lt;br /&gt;
== Business Intelligence ==&lt;br /&gt;
* [https://github.com/Quartz/bad-data-guide &amp;#039;&amp;#039;&amp;#039;Quartz/bad-data-guide&amp;#039;&amp;#039;&amp;#039; - The Quartz guide to bad data]&lt;br /&gt;
: An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.&lt;br /&gt;
&lt;br /&gt;
=== [[wikipedia:Business intelligence|BI]] Tools ===&lt;br /&gt;
* [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/s15-06-the-business-intelligence-tool.html The Business Intelligence Toolkit]&lt;br /&gt;
: A section from the Creative Commons book [http://2012books.lardbucket.org/books/getting-the-most-out-of-information-systems-a-managers-guide-v1.1/index.html Getting the Most Out of Information Systems: A Manager&amp;#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
* [http://www.butleranalytics.com/10-mysql-reporting-tools/ 10+ MySQL Reporting Tools]&lt;br /&gt;
: These MySQL reporting tools fall into two broad camps – business intelligence suites where reporting is a major component, and tools that are specifically aimed at reporting. Also many of them are free.&lt;br /&gt;
&lt;br /&gt;
* [http://www.predictiveanalyticstoday.com/open-source-free-business-intelligence-solutions/ 33 Open Source and Free Business Intelligence Solutions]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Open Source Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho Community Edition, OpenText Actuate Information Hub, Free Edition, ReportServer, JasperReports Business Intelligence, Jedox Base, SpagoBI, ART, Pentaho Reporting, JMagallanes, OpenReports, Seal Report, Openi, NextReports, RapidMiner, Mondrian, KNIME.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Cloud Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Watson Analytics, SAP Lumira Cloud, Power BI, Microstrategy Analytics Express and Birst Express for NetSuite.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Free Proprietary Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: EspressReport Lite, SAP Lumira, QlikView Personal Edition, InetSoft, Qlik Sense Desktop, icCube, Tableau Public.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Open Source Commercial Business Intelligence Solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:: Pentaho, Jaspersoft, Palo, Actuate Corporation, TACTIC.&lt;br /&gt;
&lt;br /&gt;
== Data Analysis &amp;amp; Data Science Tools ==&lt;br /&gt;
* [https://datamaps.co/ Datamaps.co] - Create and download data maps.&lt;br /&gt;
: Datamaps.co is a free and simple platform for creating visualizations with data maps. It allows you to upload CSV file with region data, and fully customize your map&amp;#039;s appearance. Your map chart can be saved as PNG or SVG. With datamaps.co, you can create a custom map of World, USA, China, Canada and more are coming.&lt;br /&gt;
&lt;br /&gt;
* [http://vis.stanford.edu/wrangler/ Data Wrangler] (Stanford Visualization Group)&lt;br /&gt;
: Wrangler allows interactive transformation of messy, real-world data into the data tables analysis tools expect. Export data for use in Excel, R, Tableau, Protovis, ...&lt;br /&gt;
&lt;br /&gt;
* [http://htsql.org/ HTSQL&amp;amp;mdash;A Database Query Language]&lt;br /&gt;
: HTSQL is designed for data analysts and other &amp;#039;&amp;#039;accidental programmers&amp;#039;&amp;#039; who have complex business inquiries to solve and need a productive tool to write and share database queries. HTSQL is &amp;#039;&amp;#039;free and open source&amp;#039;&amp;#039; software.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cc.gatech.edu/gvu/ii/jigsaw/ Jigsaw: Visual Analytics for Exploring and Understanding Document Collections]&lt;br /&gt;
: Jigsaw is a visual analytics system to help analysts and researchers better explore, analyze, and make sense of such document collections.&lt;br /&gt;
&lt;br /&gt;
* [http://openrefine.org/ OpenRefine] (Formerly [http://code.google.com/p/google-refine/Google Refine].)&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;[[wikipedia:OpenRefine|Open Refine]]&amp;#039;&amp;#039;&amp;#039; is a standalone open source desktop application for data cleanup and transformation to other formats, the activity known as [[wikipedia:Data wrangling|data wrangling]]. It is similar to [[wikipedia:Spreadsheet|spreadsheet]] applications (and can work with spreadsheet file formats), however, it behaves more like a database.&lt;br /&gt;
&lt;br /&gt;
=== Command Line ===&lt;br /&gt;
* [http://datascienceatthecommandline.com/ Data Science at the Command Line]&lt;br /&gt;
: This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You&amp;#039;ll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.&lt;br /&gt;
&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/08/tutorial-data-science-command-line-scikit-learn/ Tutorial – Data Science at Command Line with R &amp;amp; Python (Scikit Learn)]&lt;br /&gt;
: Tutorial inspired by [http://jeroenjanssens.com/ Jeroen Janssens]&amp;#039; book &amp;#039;&amp;#039;[http://datascienceatthecommandline.com/ Data Science at the Command Line]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==== IDEs in the Browser | Cloud IDEs ====&lt;br /&gt;
&amp;#039;&amp;#039;Also See [[Data Analysis#Python_in_Your_Browser:_Tools|Python in Your Browser: Tools]] (below).&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [https://c9.io/ Cloud9] - Your development environment, in the cloud.&lt;br /&gt;
: Cloud9 IDE is an online integrated development environment, published as open source from version 3.0. It supports hundreds of programming languages, including PHP, Ruby, Perl, Python, JavaScript with Node.js, and Go. &amp;lt;!-- Recommended by Hassan in Python Throttle class. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.nitrous.io Nitrous.io]&lt;br /&gt;
: Code and Collaborate in the Cloud, for Free! No installation required. Create a new environment with our cloud IDE in seconds. &amp;lt;!-- Recommended by Hassan in Python Throttle class, then he realized (after conferring with Riley) that he actually meant to recommend Cloud 9. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Further Reading&lt;br /&gt;
* [http://www.hongkiat.com/blog/cloud-ide-developers/ Cloud IDEs For Web Developers – Best Of]&lt;br /&gt;
: Compares &amp;quot;13 of the best Cloud IDEs,&amp;quot; including the following (to name just a few): Akshell, Cloud9, Python Fiddle&lt;br /&gt;
&lt;br /&gt;
=== D3 ===&lt;br /&gt;
* [http://d3js.org/ D3.js - Data-Driven Documents]&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;D3.js&amp;#039;&amp;#039;&amp;#039; is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.&lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
Python is a very powerful programming language used for many different applications. Over time, the huge community around this open source language has created quite a few tools to efficiently work with Python. In recent years, a number of tools have been built specifically for data science. As a result, analyzing data with Python has never been easier.&amp;lt;ref&amp;gt;[https://www.edx.org/course/introduction-python-data-science-microsoft-dat208x-2 Introduction to Python for Data Science] ([https://www.edx.org/ edX])&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Propaganda =====&lt;br /&gt;
* [https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/ Python FAQ: Why should I use Python 3?] ([https://eev.ee/ fuzzy notepad])&lt;br /&gt;
: Python 3 is great and you should use it. Here’s why...&lt;br /&gt;
&lt;br /&gt;
* [http://www.wired.com/2015/05/running-python-browser-awesome-think/ Running Python in a Browser Is More Awesome Than You Think]&lt;br /&gt;
: Shows simple code examples running on [https://trinket.io/python Trinket].&lt;br /&gt;
&lt;br /&gt;
* [http://physicslogos.blogspot.com/2015/05/python-graphing-tutorials-in-trinket.html Python Graphing Tutorials in Trinket]&lt;br /&gt;
: Trinket can be used to post interactive Python code which your students can run in the browser or copy and paste for the purpose of running locally on their computer.&lt;br /&gt;
&lt;br /&gt;
===== Python in Your Browser: Tools =====&lt;br /&gt;
* [https://www.pythonanywhere.com/ PythonAnywhere]&lt;br /&gt;
: Host, run, and code Python in the cloud!&lt;br /&gt;
&lt;br /&gt;
* [http://pythonfiddle.com/ Python Fiddle: Python Cloud IDE]&lt;br /&gt;
: The Python IDE for the web. Play around with and modify live example code. Share or demonstrate solutions to problems.&lt;br /&gt;
&lt;br /&gt;
* [https://repl.it/ repl.it: online REPL, Compiler &amp;amp; IDE]&lt;br /&gt;
: Powerful and simple online compiler, IDE, interpreter, and REPL. Write, run, save, and share code from your browser!&lt;br /&gt;
&lt;br /&gt;
* [http://www.skulpt.org Skulpt]: Python. Client side.&lt;br /&gt;
: Skulpt is an entirely in-browser implementation of Python. No preprocessing, plugins, or server-side support required, just write Python and reload.&lt;br /&gt;
&lt;br /&gt;
* [https://trinket.io/python Your Python Trinket]&lt;br /&gt;
: Python in the browser. No installation required.&lt;br /&gt;
&lt;br /&gt;
==== Python &amp;amp;amp; Spreadsheets ====&lt;br /&gt;
* [http://sheetsync.readthedocs.io/en/latest/ SheetSync]: Welcome to SheetSync!&lt;br /&gt;
: A python library to create, update and delete rows of data in a google spreadsheet.&lt;br /&gt;
&lt;br /&gt;
* [http://xlsxwriter.readthedocs.io  XlsxWriter]: Creating Excel files with Python and XlsxWriter&lt;br /&gt;
: XlsxWriter is a Python module for creating Excel XLSX files.&lt;br /&gt;
&lt;br /&gt;
==== Python Tips, Tutorials &amp;amp;amp; Tricks ====&lt;br /&gt;
* [https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/ A Complete Tutorial to Learn Data Science with Python from Scratch]&lt;br /&gt;
: Python was originally a general purpose language. Over the years, with strong community support, dedicated libraries for data analysis and predictive modeling emerged.&lt;br /&gt;
* [http://www.automatingosint.com/blog/2016/07/dark-web-osint-with-python-and-onionscan-part-one/ Dark Web OSINT With Python and OnionScan: Part One]&lt;br /&gt;
: Step-by-step instructions for setting up an environment to scan hidden services in the dark web!&lt;br /&gt;
&lt;br /&gt;
==== Web Scraping With Python ====&lt;br /&gt;
* [https://scrapy.org/ Scrapy]&lt;br /&gt;
: Scrapy is an open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
* [http://datascience.stackexchange.com/questions/2269/any-online-r-console Any Online R console?] (StackExchange)&lt;br /&gt;
&lt;br /&gt;
==== R Studio ====&lt;br /&gt;
* RStudio: [https://www.rstudio.com/ide/download/ Download RStudio]&lt;br /&gt;
: Take control of your R code. RStudio is the premier integrated development environment for R. It is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or over the web with RStudio Server. Download RStudio (for Windows, Mac, or Linux).&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Excel ====&lt;br /&gt;
* [http://www.r-bloggers.com/a-million-ways-to-connect-r-and-excel/ A million ways to connect R and Excel]&lt;br /&gt;
: In quantitative finance both R and Excel are the basis tools for any type of analysis. Whenever one has to use Excel in conjunction with R, there are many ways to approach the problem and many solutions. It depends on what you really want to do and the size of the dataset you’re dealing with.&lt;br /&gt;
&lt;br /&gt;
* [https://cran.r-project.org/web/packages/openxlsx/index.html openxlsx: Read, Write and Edit XLSX Files]&lt;br /&gt;
: Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of Rcpp, read/write times are comparable to the xlsx and XLConnect packages with the added benefit of removing the dependency on Java.&lt;br /&gt;
&lt;br /&gt;
==== R &amp;amp;amp; Google Sheets ====&lt;br /&gt;
* [https://cran.r-project.org/web/packages/googlesheets/index.html googlesheets: Manage Google Spreadsheets from R]&lt;br /&gt;
: Interact with Google Sheets from R.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jennybc/googlesheets Google Sheets R API]&lt;br /&gt;
: Access and manage Google spreadsheets from R with googlesheets.&lt;br /&gt;
&lt;br /&gt;
==== Shiny ====&lt;br /&gt;
* [http://shiny.rstudio.com/ Shiny] - by [https://www.rstudio.com/ RStudio]&lt;br /&gt;
: A web application framework for R.&lt;br /&gt;
::- Turn your analyses into interactive web applications.&lt;br /&gt;
::- No HTML, CSS, or JavaScript knowledge required.&lt;br /&gt;
&lt;br /&gt;
== Learn Data Science ==&lt;br /&gt;
&amp;#039;&amp;#039;Also See: [[Computer Productivity Hacks#Educate_Yourself]]&amp;#039;&amp;#039;&lt;br /&gt;
{{cquote2|Academic credentials are important but not necessary for high-quality data science. The core aptitudes – curiosity, intellectual agility, statistical fluency, research stamina, scientific rigor, skeptical nature – that distinguish the best data scientists are widely distributed throughout the population.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;We’re likely to see more uncredentialed, inexperienced individuals try their hands at data science, bootstrapping their skills on the open-source ecosystem and using the diversity of modeling tools available. Just as data-science platforms and tools are proliferating through the magic of open source, big data’s data-scientist pool will as well.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;And there’s yet another trend that will alleviate any talent gap: the democratization of data science. [[wikipedia:Autodidacticism|Autodidacts]] – the self-taught, uncredentialed, data-passionate people – will come to play a significant role in many organizations’ data science initiatives.|James Kobielus|[http://www.ibmbigdatahub.com/blog/data-scientist-closing-talent-gap Data Scientist: Closing the Talent Gap]|##px|##px}}&lt;br /&gt;
&lt;br /&gt;
* [https://www.dataquest.io/ Dataquest: Learn data science online.]&lt;br /&gt;
: Learn applied skills for a career in data science. Work with data, build projects, and gain experience. (No longer free.)&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/dataquestio/data-science-blogs Dataquest.io&amp;#039;s Curated List Of Data Science Blogs]&lt;br /&gt;
: [http://www.analyticsvidhya.com/blog/ Analytics Vidhya] | [http://dataaspirant.com/ Dataaspirant] | [http://www.randalolson.com/blog/ Dr. Randal S. Olson] | [http://blog.dominodatalab.com/ Domino Data Lab&amp;#039;s blog] | [http://ianozsvald.com/ Entrepreneurial Geekiness] | [http://blog.kaggle.com/ no free hunch] | [https://jakevdp.github.io/ Pythonic Perambulations] | [http://rayli.net/blog/ Rayli.Net] | [http://blog.yhathq.com/ yhat] | [http://mdbecker.github.io/ Beckerfuffle] | [http://carlshan.com/ Carl Shan] | [http://datamining.typepad.com/data_mining/ Data Mining: Text Mining, Visualization and Social Media] | [http://fastml.com/ FastML] | [http://www.chioka.in/ Garbled Notes] | [http://www.joyofdata.de/blog/ Joy Of Data] | [http://mlwave.com/ MLWave] | [http://trevorstephens.com/ Trevor Stephens] | [http://twiecki.github.io/ While My MCMC Gently Samples] | [http://zacstewart.com/ Zac Stewart] | [http://www.machinedlearnings.com/ Machined Learnings] | [http://deeplearning.net/feed/ Deep Learning] | [http://nuit-blanche.blogspot.com/ Nuit Blanche] | [http://hunch.net/ Machine Learning (Theory)] | [http://bickson.blogspot.com/ Large Scale Machine Learning] | [http://blog.revolutionanalytics.com/ Revolutions] | [http://www.kdnuggets.com/ KDnuggets] | [http://wellecks.wordpress.com/ Wellecks] | [http://www.pyimagesearch.com/ PyImageSearch] | [http://www.dataminingblog.com/ Data Mining Research] | [http://treycausey.com/ Trey Causey] | [https://timdettmers.wordpress.com/ Deep Learning] | [http://alexhwoods.com/ Machine Learning and Data Science] | [http://iamtrask.github.io/ i am trask] | [http://317070.github.io/ Jonas Degrave] | [http://yanirseroussi.com/ Yanir Seroussi] | [http://daoudclarke.github.io/ Life, Language, Learning] | [http://medriscoll.com/ M.E.Driscoll] | [https://peadarcoyle.wordpress.com/ Models are illuminating and wrong] | [https://medium.com/@chris_bour Christophe Bourguignat] | [https://medium.com/@samim samim] | [http://karpathy.github.io/ Andrej Karpathy blog] | [http://colah.github.io/archive.html colah&amp;#039;s blog] | [http://sebastianraschka.com/articles.html Sebastian Raschka] | [http://blog.echen.me Edwin Chen] | [http://simplystatistics.org Simply Statistics] | [http://rinzewind.org/blog-en Will do stuff for stuff] | [http://www.computervisionblog.com/ Tombone&amp;#039;s Computer Vision Blog] | [https://blogs.princeton.edu/imabandit/ I’m a bandit] | [http://101.datascience.community/ Data Science 101] | [http://www.r-bloggers.com/ R-bloggers] | [http://multithreaded.stitchfix.com/blog/ Stitch Fix Tech Blog] | [http://datagenetics.com/blog.html DataGenetics] | [https://www.dataquest.io/blog/ Dataquest Blog]&lt;br /&gt;
&lt;br /&gt;
* [http://datasciencemasters.org/ The Open-Source Data Science Masters]&lt;br /&gt;
: The open-source curriculum for learning Data Science. Foundational in both theory and technologies, the OSDSM breaks down the core competencies necessary to make data useful.&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;The Internet is Your Oyster&amp;#039;&amp;#039;&amp;#039;: With Coursera, ebooks, Stack Overflow, and GitHub -- all free and open -- how can you afford not to take advantage of an open source education?&lt;br /&gt;
&lt;br /&gt;
* [https://quizlet.com/ Quizlet]—&amp;#039;&amp;#039;Study Everywhere&amp;#039;&amp;#039;! | Subject: [https://quizlet.com/subject/data-science/ Data Science]&lt;br /&gt;
: Numerous &amp;quot;flash card&amp;quot;-style data science lessons.&lt;br /&gt;
&lt;br /&gt;
== Random Text, Number &amp;amp;amp; String Generators ==&lt;br /&gt;
* [https://www.random.org/ RANDOM.ORG] - True Random Number Service&lt;br /&gt;
: Generate random lists, numbers, text strings, sequences and more.&lt;br /&gt;
&lt;br /&gt;
* [https://www.extendoffice.com/documents/excel/642-excel-generate-random-string.html How to generate random character strings in a range in Excel?]&lt;br /&gt;
: Sometimes you may need to generate random strings, such as different passwords. This article tries to show you some tricks to generate different random strings in Excel.&lt;br /&gt;
&lt;br /&gt;
== Regular Expressions ==&lt;br /&gt;
* [[wikipedia:Regular expression|Regular expression]] (Wikipedia)&lt;br /&gt;
: In theoretical computer science and formal language theory, a regular expression (abbreviated &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;regexp&amp;lt;/tt&amp;gt; and sometimes called a &amp;#039;&amp;#039;rational expression&amp;#039;&amp;#039;) is a sequence of characters that forms a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. &amp;quot;find and replace&amp;quot;-like operations.&lt;br /&gt;
&lt;br /&gt;
=== Quick Tips ===&lt;br /&gt;
* [http://stackoverflow.com/questions/1331815/regular-expression-to-match-cross-platform-newline-characters Regular Expression to match cross platform newline characters]&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/3219014/what-is-a-cross-platform-regex-for-removal-of-line-breaks What is a cross platform regex for removal of line breaks?]&lt;br /&gt;
: &amp;quot;The regex I use when I want to be precise is &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;\r\n?|\n&amp;lt;/tt&amp;gt;&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tutorials ===&lt;br /&gt;
* [http://regexone.com RegexOne - Learn regular expressions with simple, interactive examples.]&lt;br /&gt;
: Includes:&lt;br /&gt;
::- [http://regexone.com/lesson/0 Interactive Tutorial] › Learn to use Regular Expressions&lt;br /&gt;
::- [http://regexone.com/example/0 Practical Examples] › Practice your Regular Expressions&lt;br /&gt;
::- [http://regexone.com/cheatsheet RegEx Cheatsheet] › Regular Expressions in PHP &amp;amp; More&lt;br /&gt;
&lt;br /&gt;
* [http://www.regular-expressions.info/tutorial.html Regular Expressions Tutorial: Learn How to Use and Get The Most out of Regular Expressions]&lt;br /&gt;
: Any non-trivial &amp;lt;tt&amp;gt;regex&amp;lt;/tt&amp;gt; looks daunting to anybody not familiar with them. But with just a bit of experience, you will soon be able to craft your own regular expressions like you have never done anything else.&lt;br /&gt;
&lt;br /&gt;
* [http://www.rexegg.com/regex-uses.html The Many Uses of Regex]&lt;br /&gt;
: Regex is the gift that keeps giving. Once you learn it, you discover it comes in handy in many places where you hadn&amp;#039;t planned to use it.&lt;br /&gt;
&lt;br /&gt;
* [http://regex.learncodethehardway.org/book/ Learn Regex The Hard Way]&lt;br /&gt;
: This is an in-progress book that quickly teaches you regular expressions.&lt;br /&gt;
&lt;br /&gt;
=== RegEx Tools ===&lt;br /&gt;
* [https://regex101.com Regex101: Online regex tester and debugger: JavaScript, Python, PHP, and PCRE]&lt;br /&gt;
: Regex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, JavaScript and Python. The website also features a community where you can share useful expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://www.regexr.com/ RegExr: Learn, Build, &amp;amp; Test RegEx]&lt;br /&gt;
: Regular expression tester with syntax highlighting, contextual help, video tutorial, reference, and searchable community patterns.&lt;br /&gt;
&lt;br /&gt;
* [http://pythex.org/ Pythex: a Python regular expression editor]&lt;br /&gt;
: Pythex is a real-time regular expression editor for Python, a quick way to test your regular expressions.&lt;br /&gt;
&lt;br /&gt;
* [http://regexpal.com/ Regex Tester]&lt;br /&gt;
: JavaScript regex tester. Highlights matches on the fly.&lt;br /&gt;
&lt;br /&gt;
== Small Data ==&lt;br /&gt;
[[wikipedia:Small data|Small Data]] is everything [[wikipedia:Big data|Big Data]] is not.&lt;br /&gt;
;You Might Not Be Big Data If:&lt;br /&gt;
- You were generated through human data entry. (Big Data came about in order to handle the exponential growth of machine-generated data, because we humans aren’t fast enough to outpace a good old relational database).&amp;lt;br /&amp;gt;&lt;br /&gt;
- You are an operational database. For instance, CRM is never Big Data, and ERP is never Big Data.&amp;lt;br /&amp;gt;&lt;br /&gt;
- You fit just fine in a MySQL database. Even if you have to put a lot of RAM in it, it’s still not Big Data.&amp;lt;ref&amp;gt;[http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.datanami.com/2015/05/20/forget-big-data-small-data-is-where-the-money-lies/ Forget Big Data–Small Data Is Where the Money Lies]&lt;br /&gt;
: For the majority of small and medium businesses, Big Data is the technology of the future, not the reality they experience today. To be blunt, most SMBs don’t even have a handle on the Small Data they’re already creating and collecting themselves. (And if many enterprise organizations are being honest, neither do they.) According to Forrester Research, most companies are analyzing a mere 12% of their existing data. That leaves a whopping 88% of data that businesses are flat out ignoring. Can you imagine the potential of actually leveraging that existing data to derive data-driven business insights? Instead of chasing the Big Data dream, SMBs should consider picking up the dollars that are effectively lying on the floor, and invest first in leveraging their Small Data.&lt;br /&gt;
&lt;br /&gt;
* [http://www.theguardian.com/news/datablog/2013/apr/25/forget-big-data-small-data-revolution Forget big data, small data is the real revolution]&lt;br /&gt;
: Just as we now find it ludicrous to talk of &amp;quot;big software&amp;quot; – as if size in itself were a measure of value – we should, and will one day, find it equally odd to talk of &amp;quot;big data&amp;quot;. Size in itself doesn&amp;#039;t matter – what matters is having the data, of whatever size, that helps us solve a problem or address the question we have.&lt;br /&gt;
&lt;br /&gt;
* [http://www.forbes.com/sites/mikekavis/2015/02/25/forget-big-data-small-data-is-driving-the-internet-of-things/ Forget Big Data -- Small Data Is Driving The Internet Of Things]&lt;br /&gt;
: What is small data, you ask? Small data is a dataset that contains very specific attributes. Small data is used to determine current states and conditions  or may be generated by analyzing larger data sets.&lt;br /&gt;
&lt;br /&gt;
== SQL ==&lt;br /&gt;
=== Cheat Sheets ===&lt;br /&gt;
* [https://www.simple-talk.com/sql/sql-training/ssms-the-query-window-keyboard-shortcuts/ SQL Server Management Studio Query Window Keyboard Shortcuts]&lt;br /&gt;
: Simple-Talk&amp;#039;s free wallchart of the most important SSMS keyboard shortcuts aims to help find all those curiously forgettable key combinations within SQL Server Management Studio that unlock the hidden magic that is available for editing and executing queries.&lt;br /&gt;
&lt;br /&gt;
=== Fiddle with SQL in the Browser ===&lt;br /&gt;
* [http://www.compileonline.com/execute_sql_online.php codingground: EXECUTE SQL ONLINE]&lt;br /&gt;
: I got this one to work. | [[User:Dave|Dave]] ([[User talk:Dave|talk]]) 18:01, 7 December 2016 (PST)&lt;br /&gt;
&lt;br /&gt;
* [http://rextester.com/l/postgresql_online_compiler Rextester | compile postgresql online]&lt;br /&gt;
: At Rextester you can not only compile PostgreSQL, but also several several other SQL flavors, too (SQL Server, MySQL, Oracle). Rextester also offers options for several other programming languages.&lt;br /&gt;
&lt;br /&gt;
=== SQL &amp;amp;amp; PowerShell ===&lt;br /&gt;
* [https://cmatskas.com/execute-sql-query-with-powershell/ Execute SQL Query with PowerShell]&lt;br /&gt;
: Scripting is very powerful. And for me, one of the best scripting languages is PowerShell (PoSH). Yes, PoSH takes a bit of getting used to, but once you pass the initial learning curve, you end up with a powerful tool in your hands.&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/8423541/how-do-you-run-a-sql-server-query-from-powershell How do you run a SQL Server query from PowerShell?]&lt;br /&gt;
: Multiple examples; approaches.&lt;br /&gt;
&lt;br /&gt;
* [https://www.simple-talk.com/content/file.ashx?file=7305 Practical PowerShell For SQL Server Developers and DBAs]&lt;br /&gt;
: Download the latest version of this PowerShell™ wallchart and read the accompanying in-depth article from Simple-Talk.&lt;br /&gt;
&lt;br /&gt;
;Also See&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Spreadsheet Tricks#SQL_.26_Excel|SQL &amp;amp; Excel]]&lt;br /&gt;
&lt;br /&gt;
== Text Extraction ==&lt;br /&gt;
=== PDF Conversion ===&lt;br /&gt;
[[File:capture2text_ocr_conceptual_illustration.png|thumb|alt=Capture2Text conceptual illustration.|[http://capture2text.sourceforge.net/ Capture2Text] conceptual illustration.|710px]]&lt;br /&gt;
* [http://capture2text.sourceforge.net/ Capture2Text]&lt;br /&gt;
: Capture2Text enables users to quickly OCR a portion of the screen using a keyboard shortcut. The resulting text will be saved to the clipboard by default.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/detexter/ Detexter]&lt;br /&gt;
: Detexter is an app designed to extract text from PDF files.&lt;br /&gt;
&lt;br /&gt;
* [http://www.pdfonline.com/pdf-to-word-converter/ PDF Online - Convert PDF to Word (Free!)] (A unit of [http://www.bcltechnologies.com/ BCL Technologies].)&lt;br /&gt;
: [[User:Dave|I]] [http://www.pdfonline.com/pdf-to-word-converter/?fb_comment_id=10150571095090174_1789396217960207#f3c561ba7c434c8 used this service] to successfully convert the [http://www.neustar.biz/enterprise/docs/misc/domain-name-registry/us_localityregistrationagreementv1-0-2-2_march_rev.pdf .US Locality Domain Name Registration Terms and Conditions] form from PDF to [https://onedrive.live.com/redir?resid=18D3C89A0E2B3BB4!523&amp;amp;authkey=!AFiywWEHxCSWHbo&amp;amp;ithint=file%2cdocx Word format].&lt;br /&gt;
&lt;br /&gt;
* [http://stackoverflow.com/questions/6187250/pdf-text-extraction PDF TEXT Extraction]&lt;br /&gt;
: Lists several options.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX] &lt;br /&gt;
: Convert PDF to HTML without losing text or format.&lt;br /&gt;
&lt;br /&gt;
* [http://pdftotext.github.io/ pdftotext.org] (Now at [http://pdftotext.github.io/ pdftotext.github.io].)&lt;br /&gt;
:: Note: (Domain squatter has apparently hijacked the original &amp;lt;tt&amp;gt;pdftotext.org&amp;lt;/tt&amp;gt; domain. But the service is still here: http://pdftotext.github.io/)&lt;br /&gt;
: pdftotext.org is the best online service for easily extracting text from your PDF files. Conversion from PDF to TXT is really fast thanks to our in-browser conversion architecture. Your PDF files are never uploaded to the Internet, so even private PDF files are safe to convert with this service. The conversion is done locally in your browser – you can even convert when you are offline! There is no need for any registration or sign-up, and the service will always be free to use.&lt;br /&gt;
&lt;br /&gt;
* [https://sourceforge.net/projects/doctotext/ SILVERCODERS DocToText] &lt;br /&gt;
: Extracts plain text from documents in all popular formats.&lt;br /&gt;
&lt;br /&gt;
* [http://tabula.technology Tabula]&lt;br /&gt;
: Tabula is a tool for liberating data tables locked inside PDF files. Tabula allows you to extract that data into a CSV or Microsoft Excel spreadsheet using a simple, easy-to-use interface. Tabula works on Mac, Windows and Linux.&lt;br /&gt;
&lt;br /&gt;
;Also See: [[Office Productivity Hacks#Portable_Document_Format_.28PDF.29|Office Productivity Hacks#Portable Document Format (PDF)]]&lt;br /&gt;
&lt;br /&gt;
=== Data Scrape ; Web Scrape ===&lt;br /&gt;
* [https://docs.google.com/a/evolvnet.com/document/d/18Q2THQvYCG2_n6nKVsZRHlaPG9iJ9NvLezOOQbEuAJs/edit?hl=en Almost Scraping: Web Scraping for Non-Programmers]&lt;br /&gt;
: Tools and tips compiled by journalists from PBS and Omaha World-Herald.&lt;br /&gt;
&lt;br /&gt;
* [http://blog.scrapinghub.com/2014/01/18/open-source-at-scrapinghub/ Open Source at Scrapinghub]&lt;br /&gt;
: Scrapinghub&amp;#039;s list of open source scraping projects.&lt;br /&gt;
&lt;br /&gt;
* [http://sitestalker.net/ Sitestalker]&lt;br /&gt;
: Monitor website links with ease. Sitestalker supervises websites and notifies you when your desired content hits the web.Stop wasting your time constantly refreshing websites.&lt;br /&gt;
: Sitestalker is great for:&lt;br /&gt;
:: Finding jobs&lt;br /&gt;
:: Searching for an apartment&lt;br /&gt;
:: Getting the best bargains&lt;br /&gt;
:: Clipping &lt;br /&gt;
&lt;br /&gt;
* [http://www.notprovided.eu/six-tools-web-scraping-use-data-journalism-creating-insightful-content/ Six tools for web scraping – To use for data journalism &amp;amp; creating insightful content]&lt;br /&gt;
: Tools for gathering data from public sources.&lt;br /&gt;
&lt;br /&gt;
* [http://www.hongkiat.com/blog/web-scraping-tools/ 10 Web Scraping Tools to Extract Online Data]&lt;br /&gt;
: Web Scraping tools are specifically developed for extracting information from websites. They are also known as web harvesting tools or web data extraction tools. These tools are useful for anyone trying to collect some form of data from the Internet. Web Scraping is the new data entry technique that don’t require repetitive typing or copy-pasting.&lt;br /&gt;
&lt;br /&gt;
;R Scraper&lt;br /&gt;
* [http://www.computerworld.com/article/2909560/business-intelligence/web-scraping-with-r-and-rvest-includes-video-code.html Web scraping with R and rvest (includes video &amp;amp; code)]&lt;br /&gt;
: Watch (video) how easy it is to import data from a Web page into R.&lt;br /&gt;
&lt;br /&gt;
=== Text Search ===&lt;br /&gt;
* [http://geekdadaji.com/ geekDadaji - A SEARCH INITIATIVE]&lt;br /&gt;
: Makes tools to search text content, including:&lt;br /&gt;
# [https://sourceforge.net/projects/falcontextsearch/ FALCON - Text Search Java Project]: JSON based text search Java Project&lt;br /&gt;
# [https://sourceforge.net/projects/hawksearch/ HAWK - PDF Text Search Java Project]: Taking initiative for Document Text Search&lt;br /&gt;
&lt;br /&gt;
* [http://www.foolabs.com/xpdf/home.html Xpdf: A PDF Viewer for X]&lt;br /&gt;
: Xpdf is an open source viewer for Portable Document Format (PDF) files.&lt;br /&gt;
: Windows installer: [http://www.compgeom.com/~piyush/scripts/scripts.html Short Programs/Scripts] (Look for the xpdf3.exe / poppler.exe links in left sidebar.)&lt;br /&gt;
&lt;br /&gt;
== Text Transformation ==&lt;br /&gt;
* [https://www.transformy.io/#/ Transformy] - Change your data with one example.&lt;br /&gt;
: Do you have a list of text strings that you want to modify the format on? Copy and paste the list into the a box, then provide an example of how you want each text string formatted. The hope is that Transformy will do the rest.&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
=== [[wikipedia:Git (software)|Git]], [[wikipedia:GitHub|GitHub]] ===&lt;br /&gt;
* [http://stackoverflow.com/questions/14679614/whats-the-best-practice-for-putting-multiple-projects-in-a-git-repository What&amp;#039;s the best practice for putting multiple projects in a git repository?] (Stack Overflow)&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 1&amp;#039;&amp;#039;: A single repository can contain multiple independent branches, called orphan branches. Orphan branches are completely separate from each other; they do not share histories.&lt;br /&gt;
: &amp;#039;&amp;#039;Solution 2&amp;#039;&amp;#039;: Avoid all the hassle of orphan branches. Create two independent repositories, and push them to the same remote. Just use different branch names for each repo.&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Git (software)|#git]], [[wikipedia:GitHub|#github]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Career Portfolio Tips]]&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=953</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=953"/>
		<updated>2017-09-16T02:00:37Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* TWILIO COMPETITORS */ Top 4 Twilio Alternatives to Consider&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
; Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://getvoip.com/blog/2016/06/01/twilio-alternatives/ Top 4 Twilio Alternatives to Consider] Matt Grech, &amp;#039;&amp;#039;GetVoip&amp;#039;&amp;#039;, June 01, 2016&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
;BANDWIDTH.COM&lt;br /&gt;
* [https://www.bandwidth.com/ The power to communicate]&lt;br /&gt;
: Develop products with intelligent voice, messaging, 9-1-1 access, and phone number services—backed by Bandwidth&amp;#039;s own nationwide, dedicated VoIP network.&lt;br /&gt;
&lt;br /&gt;
;NEXMO&lt;br /&gt;
* [https://www.nexmo.com/ Nexmo - APIs for SMS, Voice and Phone Verifications]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Commercial)&lt;br /&gt;
* [https://www.plivo.com/ Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Open Source)&lt;br /&gt;
* [https://www.plivo.com/open-source/ Plivo Open Source]: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
;SINCH&lt;br /&gt;
* [https://www.sinch.com/ Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple]&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
Hint: Forget about number parking and look into one of the Twilio options.&lt;br /&gt;
; Park Your Landline Number - numberbarn.com&lt;br /&gt;
* [https://www.numberbarn.com NumberBarn]&lt;br /&gt;
: Port number to NumberBarn and park it. Starts at $2/mo. You can customize outgoing message.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: Parking service ($4/mo.) is more expensive than Number Barn ($2/mo.).&lt;br /&gt;
* [http://www.parkmyphone.com ParkMyPhone]&lt;br /&gt;
: Crappy looking website. $3/mo. parking with no apparent option to customize the &amp;quot;parked&amp;quot; message.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=952</id>
		<title>Telecom Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Telecom_Tips&amp;diff=952"/>
		<updated>2017-09-16T01:56:01Z</updated>

		<summary type="html">&lt;p&gt;Dave: /* Phone Number Forwarding */ Platform as a Service for Cloud based APIs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
== Equipment Providers ==&lt;br /&gt;
; If getting the appropriate forwarding service from CenturyLink is too much of a pain in the ass, just port it to a service like OOMA or OBi.&lt;br /&gt;
* http://www.ooma.com/phone-number/&lt;br /&gt;
: Also See:&lt;br /&gt;
* http://support.ooma.com/home/common-porting-errors/&lt;br /&gt;
&lt;br /&gt;
;More number porting tips.&lt;br /&gt;
* http://www.obihai.com/porttutorial&lt;br /&gt;
&lt;br /&gt;
== Phone Number Forwarding ==&lt;br /&gt;
* 5.4.19 NUMBER FORWARDING&amp;lt;ref&amp;gt;[http://edocs.puc.state.or.us/efdocs/UAC/15153uac104342.pdf Qwest Corporation d/b/a CenturyLink QC PRICE LIST EXCHANGE AND OREGON SECTION 5 NETWORK SERVICES 2nd Revised Sheet 113]&amp;lt;/ref&amp;gt; (Qwest Corporation d/b/a CenturyLink QC)&lt;br /&gt;
: Description: Number Forwarding allows a residence customer to have a telephone number identity without having an exchange access line. Calls placed to the telephone number can be forwarded to any other telephone number within the same local calling area. $10.00 Set-Up Fee | $8.00 Monthly Rate&amp;lt;ref&amp;gt;[http://www.puc.idaho.gov/fileroom/tariff/title62/Qwest%20Corp%20N%20ID%20Catalog%20No%203%20Exch%20&amp;amp;%20Network%20Secs%201-8.pdf Qwest Corporation d/b/a CenturyLink QC Exchange and Network Services Catalog No. 3 SECTION 5 Page 93 NORTHERN IDAHO Release 2 Issued: 6-5-13 Effective: 6-15-13]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Phone Number Forwarding in the Cloud ===&lt;br /&gt;
* [http://cloudphone.com/ Cloud Phone]&lt;br /&gt;
: Virtual Phone Numbers: Cloud Phone enables small businesses to quickly, easily, and affordably set up virtual phone numbers with advanced call forwarding features. Business phone systems are complex, Cloud Phone is simple.&lt;br /&gt;
&lt;br /&gt;
* [http://sonetel.com/en/ Sonetel]&lt;br /&gt;
: Buy a phone number anywhere: Have your own local phone number in any city or country worldwide. Showing a local number to visitors at your web site increases trust and sales. Incoming calls are forwarded anywhere worldwide at the cost of a local call. From $0.89/month.&lt;br /&gt;
&lt;br /&gt;
* [https://www.voipo.com/cloudnumbers.php VOIPO Cloud Numbers, Toll-Free Numbers, Forwarding Numbers]&lt;br /&gt;
: With our Cloud VoIP service, you can get VoIP service completely in the cloud with no equipment required on your end. We offer toll-free numbers and US local numbers that can be forwarded to any US number (like a cell phone) or used with a SIP device. Once you have a number, you&amp;#039;ll also be able to use SIP devices to make outgoing calls to US numbers with your cloud account.&lt;br /&gt;
&lt;br /&gt;
=== Platform as a Service &amp;amp;amp; Cloud based APIs ===&lt;br /&gt;
&lt;br /&gt;
; Text Messaging, VoIP &amp;amp; Voice in the Cloud API Services&lt;br /&gt;
* [https://www.twilio.com/blog/2010/08/how-to-port-your-212-landline-to-twilio-forward-to-your-mobile-phone.html How To: Port Your Landline to Twilio, Forward to Your Mobile Phone]&lt;br /&gt;
* [https://www.twilio.com/voice/pricing Voice Pricing for Phone Numbers &amp;amp; Calls - Twilio]&lt;br /&gt;
: I may be able to port my landline numbers here for $1/mo. Maybe even my 800 numbers too for $2/mo.&lt;br /&gt;
* [https://www.twilio.com/help/faq/voice/how-much-am-i-charged-for-call-forwarding Twilio: How much am I charged for call forwarding?]&lt;br /&gt;
&lt;br /&gt;
; TWILIO: NUMBER PORTING TIPS&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/what-are-the-phases-of-porting-a-landline-number What are the phases of porting a landline number?]&lt;br /&gt;
* [https://www.twilio.com/help/faq/porting/how-can-i-obtain-a-csr How can I obtain a CSR?]&lt;br /&gt;
: To obtain a Customer Service Record (CSR), you’ll need to contact your current carrier, and you may need to ask for your carrier’s Porting Team. Please specify that you want the customer service record on file with the carrier, not merely your billing records. In many cases, the billing record and the customer service record will have the same information, but this is not necessarily going to be the case. Therefore, it’s best to ask specifically for the CSR.&lt;br /&gt;
&lt;br /&gt;
=== TWILIO COMPETITORS ===&lt;br /&gt;
* [https://www.quora.com/Who-are-Twilios-competitors Who are Twilio&amp;#039;s competitors?]&lt;br /&gt;
* [http://clintberry.com/2012/why-plivo-cloud-is-better-than-twilio/ Why Plivo Cloud Is Better Than Twilio]&lt;br /&gt;
* [http://bits.blogs.nytimes.com/2014/02/01/when-your-app-is-in-the-cloud/ When Your App Is in the Cloud] (&amp;#039;&amp;#039;New York Times&amp;#039;&amp;#039;. Identifies [https://www.tropo.com/ Tropo] and [https://www.plivo.com/ Plivo].)&lt;br /&gt;
* [http://nextjuggernaut.com/blog/sms-voice-api-twilio-vs-nexmo-plivo-sinch-mobile-app-guide/ Twilio Alternatives- A Guide to Choose SMS &amp;amp; Voice APIs for Your on-demand Mobile App]&lt;br /&gt;
&lt;br /&gt;
;BANDWIDTH.COM&lt;br /&gt;
* [https://www.bandwidth.com/ The power to communicate]&lt;br /&gt;
: Develop products with intelligent voice, messaging, 9-1-1 access, and phone number services—backed by Bandwidth&amp;#039;s own nationwide, dedicated VoIP network.&lt;br /&gt;
&lt;br /&gt;
;NEXMO&lt;br /&gt;
* [https://www.nexmo.com/ Nexmo - APIs for SMS, Voice and Phone Verifications]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Commercial)&lt;br /&gt;
* [https://www.plivo.com/ Plivo: SMS API, Voice API, &amp;amp; Global Carrier Provider]&lt;br /&gt;
&lt;br /&gt;
;PLIVO (Open Source)&lt;br /&gt;
* [https://www.plivo.com/open-source/ Plivo Open Source]: An open source framework for developers to prototype voice call applications.&lt;br /&gt;
&lt;br /&gt;
;SINCH&lt;br /&gt;
* [https://www.sinch.com/ Sinch | Voice API, SMS API &amp;amp; Cloud VoIP made Simple]&lt;br /&gt;
&lt;br /&gt;
== Phone Number Parking ==&lt;br /&gt;
;NUMBER PARKING SERVICES&lt;br /&gt;
Hint: Forget about number parking and look into one of the Twilio options.&lt;br /&gt;
; Park Your Landline Number - numberbarn.com&lt;br /&gt;
* [https://www.numberbarn.com NumberBarn]&lt;br /&gt;
: Port number to NumberBarn and park it. Starts at $2/mo. You can customize outgoing message.&lt;br /&gt;
* [https://www.numbergarage.com NumberGarage]&lt;br /&gt;
: Parking service ($4/mo.) is more expensive than Number Barn ($2/mo.).&lt;br /&gt;
* [http://www.parkmyphone.com ParkMyPhone]&lt;br /&gt;
: Crappy looking website. $3/mo. parking with no apparent option to customize the &amp;quot;parked&amp;quot; message.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Additional Resource Wiki Pages}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
	<entry>
		<id>https://www.telecafe.org/smw/index.php?title=Career_Portfolio_Tips&amp;diff=951</id>
		<title>Career Portfolio Tips</title>
		<link rel="alternate" type="text/html" href="https://www.telecafe.org/smw/index.php?title=Career_Portfolio_Tips&amp;diff=951"/>
		<updated>2017-05-19T15:11:21Z</updated>

		<summary type="html">&lt;p&gt;Dave: Posted two articles focused on strategies for tapping into the job market.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
A [[Career Portfolio Tips|career portfolio]] is a visual representation of your abilities, skills, capabilities, knowledge, qualities - and it represents your potential. Physically, it&amp;#039;s a collection of things - tangible materials - that represent work-related events in your life.&amp;lt;ref&amp;gt;[https://www.uwfox.uwc.edu/admreg/downloaddoc/CAREER%20PORTFOLIO%20for%20Web.pdf THE CAREER PORTFOLIO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== What Can Be Included ===&lt;br /&gt;
Include some or all of the following elements in your career portfolio.&amp;lt;ref&amp;gt;[https://www.gtcc.edu/media/38323/gtcccareerportfolioguide.pdf How to Make a Career Portfolio]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* GitHub Account&lt;br /&gt;
* Table of Contents&lt;br /&gt;
* Career Summary and Goals&lt;br /&gt;
* Traditional Resume&lt;br /&gt;
* Samples of Work&lt;br /&gt;
* Awards and Honors&lt;br /&gt;
* Transcripts and/or Degrees&lt;br /&gt;
* Letters of Reference&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
=== Data Science Careers ===&lt;br /&gt;
* [https://www.dataquest.io/blog/build-a-data-science-portfolio/ The key to building a data science portfolio that will get you a job]&lt;br /&gt;
: As a data scientist, you add value to a business in one of 4 main ways:&lt;br /&gt;
:- Extracting insights from raw data, and presenting those insights to others.&lt;br /&gt;
:- Building systems that offer direct value to the customer.&lt;br /&gt;
:- Building systems that offer direct value to others in the organization.&lt;br /&gt;
:- Sharing your expertise with others in the organization.&lt;br /&gt;
&lt;br /&gt;
=== News &amp;amp;amp; Info ===&lt;br /&gt;
==== Job Search Tips ====&lt;br /&gt;
* [http://www.resumehacking.com/hidden-job-market-vanishing The Vanishing Hidden Job Market]&lt;br /&gt;
: Putting to rest the old myth that &amp;quot;eighty percent of job openings are never advertised.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [http://careersherpa.net/employers-fill-jobs-top-sources-hire-2016/ How Employers Fill Jobs: Top Sources of Hire 2016]&lt;br /&gt;
: You may not really care how employers fill jobs in 2016. You just want a simple, fast, efficient way to submit your qualifications for an open job. But what if you could beat the odds by searching for a job differently? You can.&lt;br /&gt;
&lt;br /&gt;
==== Career Portfolio Tips ====&lt;br /&gt;
* Randall S. Hansen, Ph.D. “[http://www.quintcareers.com/job_search_portfolio.html Your Job Skills Portfolio: Giving You an Edge in the Marketplace].” &amp;#039;&amp;#039;Quintessential Careers&amp;#039;&amp;#039;.&lt;br /&gt;
* “[http://www.quintcareers.com/job-search_portfolios/ Career Portfolio Tools and Resources for Job-Seekers].” &amp;#039;&amp;#039;Quintessential Careers&amp;#039;&amp;#039;.&lt;br /&gt;
* Randall S. Hansen, Ph.D., and Katharine Hansen, Ph.D. “[http://www.quintcareers.com/career_portfolios/ Proof of Performance: Career Portfolios an Emerging Trend for Both Active and Passive Job-Seekers].” &amp;#039;&amp;#039;Quintessential Careers&amp;#039;&amp;#039;.&lt;br /&gt;
* “[http://careercenter.depaul.edu/resumes/portfolios.aspx Showcase Your Work in an Online Career Portfolio].” &amp;#039;&amp;#039;DePaul University Career Center&amp;#039;&amp;#039;.&lt;br /&gt;
* “[[wikihow:Create-a-Career-Portfolio|How to Create a Career Portfolio]].” &amp;#039;&amp;#039;[[wikihow:|wikiHow]]&amp;#039;&amp;#039;.&lt;br /&gt;
* “[https://www.uwfox.uwc.edu/admreg/downloaddoc/CAREER%20PORTFOLIO%20for%20Web.pdf THE CAREER PORTFOLIO What is the Career Portfolio?].” &amp;#039;&amp;#039;University of Wisconsin-Fox Valley&amp;#039;&amp;#039;.&lt;br /&gt;
* “[http://www.udel.edu/CSC/pdf/careerportfolio.pdf CAREER PORTFOLIO BASICS. Why are professionals using portfolios now?]” &amp;#039;&amp;#039;University of Delaware&amp;#039;&amp;#039;.&lt;br /&gt;
* “[https://www.gtcc.edu/media/38323/gtcccareerportfolioguide.pdf How to Make a Career Portfolio].” &amp;#039;&amp;#039;Guilford Technical Community College&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Career Portfolio Platforms ==&lt;br /&gt;
* [https://elgg.org/ Elgg] (Open Source): Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.&lt;br /&gt;
: [https://elgg.org/ Elgg] [https://community.elgg.org/plugins Plugins] &amp;gt; [https://community.elgg.org/plugins/2181019 Professional Profile]: A professional profile that captures career related information. Similar to LinkedIn.&lt;br /&gt;
&lt;br /&gt;
* [http://espressowork.com/ Espresso Work]: Work Portfolio Hosting and Organizer (Non-Free)&lt;br /&gt;
&lt;br /&gt;
== Résumés ==&lt;br /&gt;
* [http://creddle.io/ creddle]: craft your better résumé&lt;br /&gt;
: Build a résumé for free.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[wikipedia:Career portfolio|Career portfolio]] (Wikipedia)&lt;br /&gt;
* [[Computer Productivity Hacks]]&lt;br /&gt;
* [[Data Analysis]]&lt;br /&gt;
* [[Mobile Apps]]&lt;br /&gt;
* [[Office Productivity Hacks]]&lt;br /&gt;
* [[Social Networking Tips]]&lt;br /&gt;
* [[Spreadsheet Tricks]]&lt;br /&gt;
* [[.US Locality Domains]]&lt;br /&gt;
* [[User:Dave/Admin Notes]]&lt;br /&gt;
* [[User:Dave/CV Sandbox]]&lt;br /&gt;
* [[User:Dave/Web Hack Notes (Non-Wiki)]]&lt;br /&gt;
* [[User:Dave/Wikis In The Enterprise]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Dave</name></author>
	</entry>
</feed>