SlideShare une entreprise Scribd logo
1  sur  49
FROM                                TO
PRO!
   Updating your district website
Agenda
   Adding content: 2 options
   Working with text
   Adding images
   Embedding video
Two ways to add content
1.    Upload the file and add a link
      Pros: Quick and easy; Document retains
       formatting; Reader can download and edit
      Cons: Not very search friendly; More work for the
       reader; Edits require re-uploading, could affect
       links
2.    Copy and paste the text into a page
      Pros: Search friendly; Reader can quickly scan
       for important information; More “sustainable”
      Cons: Longer set up; Formatting a pain
Bad formatting is… Bad
   May be visually unappealing or out of
    character with the website template.
   Hidden, unclosed code can cause
    malfunctions throughout the entire website.
   Formatting on top of bad formatting only
    makes it uglier. Clearing the pasted format is
    important.
Working with text
   You have been sent a Word doc, or an email
    message with the instruction to “put it on the
    website”
   What happens when you cut and paste?

                   Example Flyer
                   Example Result
Working with text



   Most content management systems will have
    buttons similar to these
   If you have a few already, your web admin can
    enable any of these features
What does this button do?



   Save: Exports contents to a download
   New document: Clears contents of box
What does this button do?



   Bold
   Italic
   Underline
   Strikethrough
What does this button do?



   Left align text
   Center align text
   Right align text
   Full justify
What does this button do?



   Pick from pre-defined website template styles
   HTML structure options
   Font type override
   Font size override
What does this button do?



   Pick from pre-defined website template styles
   HTML structure options
   Font type override
   Font size override
What does this button do?



   Cut
   Copy
   Paste
   Paste as plain text
   Paste from Word
What does this button do?



   Find in text
   Find and Replace
What does this button do?



   Unordered list (optional style selection)
   Ordered list (optional style selection)
What does this button do?



   Outdent
   Indent
   Blockquote
What does this button do?



   Undo
   Redo
What does this button do?



   Link
   Unlink
   Create Anchor/Bookmark for internal menu
   Add image
   Clean up messy code
   Help
   View HTML source
What does this button do?




   Insert current date as text
   Insert current time as text
   Preview
What does this button do?




   Font color
   Highlight color
What does this button do?




   Insert table
What does this button do?




   Table row properties (size, colors, etc)
   Table cell properties
What does this button do?



   Insert row before
   Insert row after
   Delete row
What does this button do?



   Insert column before
   Insert column after
   Delete column
What does this button do?



   Split table cell
   Merge selected cells
What does this button do?



   Insert horizontal line (full width)
   Clear formatting
   Show/Hide invisible formatting lines
What does this button do?



   Subscript
   Superscript
What does this button do?



   Insert special character
   Insert emoticon
   Embed media
   Horizontal bar (specific width)
What does this button do?



   Print
What does this button do?



   Text left to right
   Text right to left
What does this button do?



   Full screen mode
What does this button do?



   New div
   Bring forward
   Move backward
   Absolute positioning
What does this button do?



   New div
   Bring forward
   Move backward
   Absolute positioning
What does this button do?



   Edit stylesheet
What does this button do?



   Edit stylesheet
What does this button do?



   Citation* (HTML tag, makes tooltip)
   Abbreviation*
   Acronym*
   Deletion*
   Insertion*
   Insert/Edit Attributes (Title, ID, Class, Style)
What does this button do?



   Toggle formatting characters
   Insert space
   Use template
   Insert page break when printing
What does this button do?



   Upload and link to file
   Upload and insert image
   These are great if you have access to them
Pasting without formatting


   Copy and Paste, then use the eraser
   Copy and Paste from Word/Paste Plain Text
   Copy and paste into Notepad, re-copy and
    paste into editor
Pasting without formatting



   Use the HTML format drop down to re-format
Working with images
   Your have a word doc with images… but how
    do you get them on the web?
   Download Jing! A free program that let’s you
    select part of your screen and save it as a
    picture file
Store the image online
   If your CMS doesn’t include built in tools for
    uploading, you will need to put the image
    somewhere online where you can get a direct
    URL. Get the URL by right-clicking on an
    image and choose “Copy image URL”
   Press the “insert image” button and paste the
    image URL
   Start a Flickr account if you need to upload
    images.
Linking to files
   If you need to upload a document and your
    web site CMS doesn’t support uploads
    conisder using Dropbox.
   A new account gets 2GB of storage for free.
   Put the documents in the Public folder and get
    the URL to paste into your link
Embedding video
   Finding a place to save and store video is a
    challenge
   YouTube is the easiest answer. Videos can be
    uploaded with some privacy settings.
   Use the “embed” script provided by YouTube.
Basic HTML tags
   <p></p>
   <ul>
     <li></li>
     <li></li>

   </ul>
   <ol>
     <li></li>
     <li></li>

   </ol>
Basic HTML tags
   <p></p> Paragraph
   <ul> Unordered List
     <li></li>   List Item
     <li></li>

   </ul>
   <ol> Ordered List
     <li></li>   List Item
     <li></li>

   </ol>
Basic HTML tags
   <b></b> or <strong></strong>
   <i></i> or <em></em>
   <a href=http://example.com></a>
   <img src=http://example.com/1.jpg />
   <div></div>
   <span></span>
   Style=“something”
Basic HTML tags
   <b></b> or <strong></strong> Bold
   <i></i> or <em></em> Italic
   <a href=http://example.com></a> A Link
   <img src=http://example.com/1.jpg /> An
    Image
   <div></div> A box with formatting
   <span></span> A section with formatting
   Style=“something”
Putting it all together
   From Word to Web…
Follow-up
   Questions?
    Jeremy Harder
    jharder@gomasa.org
   Test Editor:
    http://www.tinymce.com/tryit/full.php

Contenu connexe

Tendances

How to create a blogger account
How to create a blogger accountHow to create a blogger account
How to create a blogger account
cato205
 
Slide Share Aassignment
Slide Share AassignmentSlide Share Aassignment
Slide Share Aassignment
katiecurtis
 
Basic html tutorial
Basic html tutorialBasic html tutorial
Basic html tutorial
Deep Gates
 
HTML Advanced
HTML AdvancedHTML Advanced
HTML Advanced
c525600
 
HTML Intermediate
HTML IntermediateHTML Intermediate
HTML Intermediate
c525600
 

Tendances (18)

Hyperlinking
HyperlinkingHyperlinking
Hyperlinking
 
Tutorial for ISSU
Tutorial for ISSUTutorial for ISSU
Tutorial for ISSU
 
Basic Html for beginners.
Basic Html for beginners.Basic Html for beginners.
Basic Html for beginners.
 
HTML 5 Web Design
HTML 5 Web DesignHTML 5 Web Design
HTML 5 Web Design
 
Drupal Gardens Tutorial 1 of 4
Drupal Gardens Tutorial 1 of 4Drupal Gardens Tutorial 1 of 4
Drupal Gardens Tutorial 1 of 4
 
How To Create Blogs
How To Create BlogsHow To Create Blogs
How To Create Blogs
 
How to use Adobe Spark
How to use Adobe SparkHow to use Adobe Spark
How to use Adobe Spark
 
How to create a blogger account
How to create a blogger accountHow to create a blogger account
How to create a blogger account
 
Session4
Session4Session4
Session4
 
Twitter Bootstrap Comprehensive Overview
Twitter Bootstrap Comprehensive OverviewTwitter Bootstrap Comprehensive Overview
Twitter Bootstrap Comprehensive Overview
 
Slide Share Aassignment
Slide Share AassignmentSlide Share Aassignment
Slide Share Aassignment
 
Hyper text markup Language
Hyper text markup LanguageHyper text markup Language
Hyper text markup Language
 
HTML and blogging lesson 1
HTML and blogging lesson 1HTML and blogging lesson 1
HTML and blogging lesson 1
 
Creating a Blog
Creating a BlogCreating a Blog
Creating a Blog
 
Basic html tutorial
Basic html tutorialBasic html tutorial
Basic html tutorial
 
HTML Advanced
HTML AdvancedHTML Advanced
HTML Advanced
 
HTML Intermediate
HTML IntermediateHTML Intermediate
HTML Intermediate
 
26. 10 important things to do after creating a word press blog
26. 10 important things to do after creating a word press blog26. 10 important things to do after creating a word press blog
26. 10 important things to do after creating a word press blog
 

Similaire à From doh to pro!

Editor buttons
Editor buttonsEditor buttons
Editor buttons
Tang Chi
 
CHILD Site Coordinator Training
CHILD Site Coordinator TrainingCHILD Site Coordinator Training
CHILD Site Coordinator Training
ehealth
 
Cms Train The Trainer Guide
Cms Train The Trainer GuideCms Train The Trainer Guide
Cms Train The Trainer Guide
Frances O'Neill
 
Using Mozilla Sea Monkey
Using Mozilla Sea MonkeyUsing Mozilla Sea Monkey
Using Mozilla Sea Monkey
Desiree Caskey
 
Authoring and Publishing with XMetaL and DITA
Authoring and Publishing with XMetaL and DITAAuthoring and Publishing with XMetaL and DITA
Authoring and Publishing with XMetaL and DITA
Scott Abel
 

Similaire à From doh to pro! (20)

Blogging101b
Blogging101bBlogging101b
Blogging101b
 
Editor buttons
Editor buttonsEditor buttons
Editor buttons
 
Joomla presentation
Joomla presentationJoomla presentation
Joomla presentation
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
Creating responsive landing pages using LeadSquared
Creating responsive landing pages using LeadSquaredCreating responsive landing pages using LeadSquared
Creating responsive landing pages using LeadSquared
 
Boston WordPress Meetup June 2017 Utility Plugins
Boston WordPress Meetup June 2017 Utility PluginsBoston WordPress Meetup June 2017 Utility Plugins
Boston WordPress Meetup June 2017 Utility Plugins
 
Intro to Wordpress - Schipul webinar August 2010
Intro to Wordpress - Schipul webinar August 2010Intro to Wordpress - Schipul webinar August 2010
Intro to Wordpress - Schipul webinar August 2010
 
Schipul Webinar - Intro To Wordpress
Schipul Webinar - Intro To WordpressSchipul Webinar - Intro To Wordpress
Schipul Webinar - Intro To Wordpress
 
CHILD Site Coordinator Training
CHILD Site Coordinator TrainingCHILD Site Coordinator Training
CHILD Site Coordinator Training
 
Cms Train The Trainer Guide
Cms Train The Trainer GuideCms Train The Trainer Guide
Cms Train The Trainer Guide
 
Mspowerpoint 111212103552-phpapp01
Mspowerpoint 111212103552-phpapp01Mspowerpoint 111212103552-phpapp01
Mspowerpoint 111212103552-phpapp01
 
mspowerpoint-111212103552-phpapp01.pptx
mspowerpoint-111212103552-phpapp01.pptxmspowerpoint-111212103552-phpapp01.pptx
mspowerpoint-111212103552-phpapp01.pptx
 
Presentation
PresentationPresentation
Presentation
 
Online presentation
Online presentationOnline presentation
Online presentation
 
Dickmalott.com
Dickmalott.com Dickmalott.com
Dickmalott.com
 
Using Mozilla Sea Monkey
Using Mozilla Sea MonkeyUsing Mozilla Sea Monkey
Using Mozilla Sea Monkey
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Authoring and Publishing with XMetaL and DITA
Authoring and Publishing with XMetaL and DITAAuthoring and Publishing with XMetaL and DITA
Authoring and Publishing with XMetaL and DITA
 
Configuring Joomla JCE editor from usability point of view
Configuring Joomla JCE editor from usability point of viewConfiguring Joomla JCE editor from usability point of view
Configuring Joomla JCE editor from usability point of view
 
Blackboard As Your School Website
Blackboard As Your School WebsiteBlackboard As Your School Website
Blackboard As Your School Website
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

From doh to pro!

  • 1. FROM TO PRO! Updating your district website
  • 2. Agenda  Adding content: 2 options  Working with text  Adding images  Embedding video
  • 3. Two ways to add content 1. Upload the file and add a link  Pros: Quick and easy; Document retains formatting; Reader can download and edit  Cons: Not very search friendly; More work for the reader; Edits require re-uploading, could affect links 2. Copy and paste the text into a page  Pros: Search friendly; Reader can quickly scan for important information; More “sustainable”  Cons: Longer set up; Formatting a pain
  • 4. Bad formatting is… Bad  May be visually unappealing or out of character with the website template.  Hidden, unclosed code can cause malfunctions throughout the entire website.  Formatting on top of bad formatting only makes it uglier. Clearing the pasted format is important.
  • 5. Working with text  You have been sent a Word doc, or an email message with the instruction to “put it on the website”  What happens when you cut and paste? Example Flyer Example Result
  • 6. Working with text  Most content management systems will have buttons similar to these  If you have a few already, your web admin can enable any of these features
  • 7. What does this button do?  Save: Exports contents to a download  New document: Clears contents of box
  • 8. What does this button do?  Bold  Italic  Underline  Strikethrough
  • 9. What does this button do?  Left align text  Center align text  Right align text  Full justify
  • 10. What does this button do?  Pick from pre-defined website template styles  HTML structure options  Font type override  Font size override
  • 11. What does this button do?  Pick from pre-defined website template styles  HTML structure options  Font type override  Font size override
  • 12. What does this button do?  Cut  Copy  Paste  Paste as plain text  Paste from Word
  • 13. What does this button do?  Find in text  Find and Replace
  • 14. What does this button do?  Unordered list (optional style selection)  Ordered list (optional style selection)
  • 15. What does this button do?  Outdent  Indent  Blockquote
  • 16. What does this button do?  Undo  Redo
  • 17. What does this button do?  Link  Unlink  Create Anchor/Bookmark for internal menu  Add image  Clean up messy code  Help  View HTML source
  • 18. What does this button do?  Insert current date as text  Insert current time as text  Preview
  • 19. What does this button do?  Font color  Highlight color
  • 20. What does this button do?  Insert table
  • 21. What does this button do?  Table row properties (size, colors, etc)  Table cell properties
  • 22. What does this button do?  Insert row before  Insert row after  Delete row
  • 23. What does this button do?  Insert column before  Insert column after  Delete column
  • 24. What does this button do?  Split table cell  Merge selected cells
  • 25. What does this button do?  Insert horizontal line (full width)  Clear formatting  Show/Hide invisible formatting lines
  • 26. What does this button do?  Subscript  Superscript
  • 27. What does this button do?  Insert special character  Insert emoticon  Embed media  Horizontal bar (specific width)
  • 28. What does this button do?  Print
  • 29. What does this button do?  Text left to right  Text right to left
  • 30. What does this button do?  Full screen mode
  • 31. What does this button do?  New div  Bring forward  Move backward  Absolute positioning
  • 32. What does this button do?  New div  Bring forward  Move backward  Absolute positioning
  • 33. What does this button do?  Edit stylesheet
  • 34. What does this button do?  Edit stylesheet
  • 35. What does this button do?  Citation* (HTML tag, makes tooltip)  Abbreviation*  Acronym*  Deletion*  Insertion*  Insert/Edit Attributes (Title, ID, Class, Style)
  • 36. What does this button do?  Toggle formatting characters  Insert space  Use template  Insert page break when printing
  • 37. What does this button do?  Upload and link to file  Upload and insert image  These are great if you have access to them
  • 38. Pasting without formatting  Copy and Paste, then use the eraser  Copy and Paste from Word/Paste Plain Text  Copy and paste into Notepad, re-copy and paste into editor
  • 39. Pasting without formatting  Use the HTML format drop down to re-format
  • 40. Working with images  Your have a word doc with images… but how do you get them on the web?  Download Jing! A free program that let’s you select part of your screen and save it as a picture file
  • 41. Store the image online  If your CMS doesn’t include built in tools for uploading, you will need to put the image somewhere online where you can get a direct URL. Get the URL by right-clicking on an image and choose “Copy image URL”  Press the “insert image” button and paste the image URL  Start a Flickr account if you need to upload images.
  • 42. Linking to files  If you need to upload a document and your web site CMS doesn’t support uploads conisder using Dropbox.  A new account gets 2GB of storage for free.  Put the documents in the Public folder and get the URL to paste into your link
  • 43. Embedding video  Finding a place to save and store video is a challenge  YouTube is the easiest answer. Videos can be uploaded with some privacy settings.  Use the “embed” script provided by YouTube.
  • 44. Basic HTML tags  <p></p>  <ul>  <li></li>  <li></li>  </ul>  <ol>  <li></li>  <li></li>  </ol>
  • 45. Basic HTML tags  <p></p> Paragraph  <ul> Unordered List  <li></li> List Item  <li></li>  </ul>  <ol> Ordered List  <li></li> List Item  <li></li>  </ol>
  • 46. Basic HTML tags  <b></b> or <strong></strong>  <i></i> or <em></em>  <a href=http://example.com></a>  <img src=http://example.com/1.jpg />  <div></div>  <span></span>  Style=“something”
  • 47. Basic HTML tags  <b></b> or <strong></strong> Bold  <i></i> or <em></em> Italic  <a href=http://example.com></a> A Link  <img src=http://example.com/1.jpg /> An Image  <div></div> A box with formatting  <span></span> A section with formatting  Style=“something”
  • 48. Putting it all together  From Word to Web…
  • 49. Follow-up  Questions? Jeremy Harder jharder@gomasa.org  Test Editor: http://www.tinymce.com/tryit/full.php