SlideShare a Scribd company logo
1 of 52
Download to read offline
ordPress
              W
           with
W ebs ites
         Tea ms
for FRC
Website 101 for FRC Teams
2




            Who am I?
            —  Mentor teams 1510, 2898
            —  Seven year veteran of FIRST
            —  Robot Inspector
            —  Board member for Oregon FIRST Robotics
            —  20+ year IT guy
            —  Webmaster for several websites, including
                 —  www.oregonfirst.org
                 —  www.dinnerandamoviepdx.com
Website 101 for FRC Teams
3




                 What We will Cover
            "  Options to create a Website

            "  Getting Started

            "  Resources
Website 101 for FRC Teams
4




            Our Options




                             HTML, PHP       CMS
                               & CSS     Content Management Systems
Website 101 for FRC Teams
5




            Our Options

            HTML, PHP & CSS                                         CMS
                                                       Content Management Systems
                             Extremely customizable            Easier to install & use

                             No built-in rights mgmt     Multiple users with variable rights
                                                                   Customizable
                    Must code for different browsers
                                                                     WYSWYG
                              Content tied to code
                                                           No need to know HTML/CSS
                    Must code database/file support        Content separate from code
                     Need to roll your own PHP code          Built in database support
Website 101 for FRC Teams
6
Website 101 for FRC Teams
7




                 What you need to start
            "   Domain Name Registration
                  o  http://www.icann.org/en/registrars/
                     accredited-list.html

            "   Hosting account. You generally have three
                options:
                  o  Managed Hosting
                  o  Un-managed hosting
                  o  Self Hosted
Website 101 for FRC Teams
8
Website 101 for FRC Teams
9




            WordPress.com
            "   Hosted
                  "  You use the WordPress.com system
                  "  Your URL is foo.WordPress.com
                  "  Enhanced services allow you to use your
                     domain name
                  "  Can only use approved themes and plug-ins
Website 101 for FRC Teams
10




            WordPress.org
            "   Self-Hosted
                  "   Open Source, free to download
                  "   5-Minute Install
                       "   http://codex.WordPress.org/Installing_WordPress#Famous_5-Minute_Install
                  "   Requirements:
                       "   Web Host – YourDomain.com
                       "   Web Database provided by your host
                       "   FTP access
                       "   HTML or Text Editor
                       "   Some general knowledge of computer file structures
Website 101 for FRC Teams
11




            Installing WordPress
            "   After you have a domain name

            "   After you have a host

            "   Now you can install WordPress
Website 101 for FRC Teams
12




                 Tools
            "   FTP Client (e.g. Filezilla, Transmit)


            "   Text Editor (e.g Coda)
Website 101 for FRC Teams
13




                 WordPress Installation
            "     Download WordPress
            "     Copy files via FTP
            "     Create database
            "     Create user
            "     Connect database to user
            "     Run setup
            "     Apply Theme
Website 101 for FRC Teams
14




            Step-by-Step Instructions
Website 101 for FRC Teams
15




            Step 1 - Domain Name




           "   Set up a domain name on your web host account.
Website 101 for FRC Teams
16




            Step 2 - Database




                  "   One click Database setup – MySql Administration
Website 101 for FRC Teams
17




             Step 2 - MySql	
  DB	
  
  "   Create your database.
         "       Description (Name your Database)
         "       Choose MySql Version (choose latest – 5.0)
         "       Enter a Password, re-enter (write it down!)
         "       Set-up
Website 101 for FRC Teams
18




            Step 2 - MySQL DB info




           "   Save	
  your	
  DB	
  info,	
  you’ll	
  need	
  it	
  later	
  
Website 101 for FRC Teams
19




            Step 3 – Get WordPress
            "   Download the software:


                             http://WordPress.org/download/



            "   Unzip the software
Website 101 for FRC Teams
20




          Step 3 - Download WordPress

      " WordPress.org	
  
          "   .zip (PC)
          " tar.gz (Mac)
Website 101 for FRC Teams
21




            Step 3 - Extract Files




  "   Double click on file to extract
Website 101 for FRC Teams
22




            Step 3 - WordPress Files
"   Review contents of
    WordPress folder


"   Look for wp-config-
    sample.php
Website 101 for FRC Teams
23




            Step 3 - wp-config.php
 "   Open wp-config-
     sample.php
 "   Add DB information
 "   Save to /WordPress
     directory as wp-
     config.php
     (removed the word
     “sample”)
Website 101 for FRC Teams
24




            Step 3 - wp-config.php
"   Security feature

"   Authentication Key
      " https://
        api.WordPress.org/
        secret-key/1.1/
      "   Visit link, copy paste
          results
Website 101 for FRC Teams
25




            Step 4 - Upload to your Host

  "   Log-in to host
      account via FTP

         "   Upload
             “WordPress”
             folder to main
             directory.
         "   You can rename
             “blog” or “site”
             now. Not later.
Website 101 for FRC Teams
26




      Step 5 – The Five Minute Install
            "   Open a broswer (FireFox, Chrome, IE, Safari,
                etc.)
            "   Open browser to:

                  http://yourdomain.com/wordpress/wp-admin/
                  install.php)
                  Or yourdomain.com/blog/…

                  Or yourdomain.com/site/…
Website 101 for FRC Teams
27




            Step 5
      "   Enter your
          Blog Title

      "   Username

      "   Password

      " eMail

      "   Click Install
          WordPress
Website 101 for FRC Teams
28




            Step 5




              "   Enter your credentials & Log in!!!
Website 101 for FRC Teams
29




            Step 6 - Login




           "   Installation done, almost there…
Website 101 for FRC Teams
30




            Step 6 – The Dashboard
Website 101 for FRC Teams
31




                 Diving into WordPress
Website 101 for FRC Teams
32




            Some WordPress Basics
            "   Content

            "   Structure

            "   Database
Website 101 for FRC Teams
33




                                           Structure
     Presentation


                             Markup 
                             Language ➜


                                                 Dynamic Functions
                             Scripting 
                             Language ➜

                                                        Data

                             Database ➜
Website 101 for FRC Teams
34




            WordPress Layout
Website 101 for FRC Teams
35




            Personalize WordPress
            "   Three simple ways to customize and personalize
                your website:
                  "   Themes
                  "   Widgets
                  "   Plugins
Website 101 for FRC Teams
36




       "   Themes
             "   Controls the overall color palette, images, size,
                 placement of content
             "   Site has one theme
       "   Widgets
             "   Allows specialized content and features, placed in
                 special “containers” based on the theme
       "   Plugins
             "   Changes the functions and workings of WordPress
Website 101 for FRC Teams
37




            Introduction to Themes
            "   A WP Theme is a collection of Template files -
                (X)HTML + PHP + CSS
            "   The CSS (aka stylesheet) usually controls the
                layout and design
            "   http://WordPress.org/extend/themes contains
                over 1,400 free themes
            "   Most have options to customize the theme
Website 101 for FRC Teams
38




            Free Themes
Website 101 for FRC Teams
39




            Introduc:on	
  to	
  Widgets	
  
      "   Widgets can be
          used in sidebars

      "   Widgets perform
          various functions
          outside scope of
          main system

      "   Widgets are
          flexible and can
          be moved up or
          down in a
          sidebar
Website 101 for FRC Teams
40




                 Introduction to Plugins
"   A plugin
    extends the
    functionality of
    WordPress
"   Find thousands
    of free plugins
    here:
    http://
    WordPress.org/
    extend/plugins
Website 101 for FRC Teams
41




            Shameless plug goes here.
Website 101 for FRC Teams
42
Website 101 for FRC Teams
43




            WordPress Content
                             Post                                Page

            "   Individual entries within a          "   Pages are just what they
                blog, they can include                   sound like - whole pages
                things like:
                            on a site

                  "   The title of the entry, the    "   Meant to be used for static
                      date, tags, categories,            content - content that
                      comments
                          rarely changes
                  "   Typical blog entries, but
                                                     "   Example : the about page
                      can also be any dynamic
                      content (events list, etc.)
Website 101 for FRC Teams
44




Post                         
Page
Website 101 for FRC Teams
45




                 Resources
Website 101 for FRC Teams
46




            Tuning Websites

            "   Essential FireFox Extensions:

                     "   Yahoo! Yslow: http://developer.yahoo.com/yslow
                     "   Firebug: http://getfirebug.com
                     "   Page Speed: http://code.google.com/speed/page-speed
                     " SenSeo: http://www.sensational-seo.com
            "        Other tools:

                 "     http://browserlab.adobe.com
Website 101 for FRC Teams
47




                 Useful Websites
            " WordPress.org

            "   The Codex: http://codex.WordPress.org

            " WordPress.tv http://WordPress.tv/
Website 101 for FRC Teams
48




                 Cheat Sheets
            "   WP Candy Cheat Sheet - Basic and Advanced
                http://wpcandy.com/articles/tutorials/the-WordPress-help-sheet.html
                http://wpcandy.com/articles/tutorials/the-advanced-WordPress-help-sheet.html

            "     WordPress Functions Cheat Sheet
                  http://net.tutsplus.com/freebies/cheat-sheets/WordPress-cheat-sheat/

            "     WordPress SEO Cheat Sheet
                  http://www.tekka.de/seo-for-WordPress/cheat-sheet-seo-for-WordPress.pdf

            "     WordPress Template Tags Reference Guide
                  http://www.dbswebsite.com/design/WordPress-reference/

            "   Optimization Cheat Sheet for WordPress
                http://codex.WordPress.org/WordPress_Optimization/Cheat_Sheet

            "     WordPress Visual Cheat Sheet
                  http://woorkup.com/2009/11/01/WordPress-visual-cheat-sheet/
Website 101 for FRC Teams
49




                 Must-Have Plugins
              Plugin                 Description
              Akismet                Akismet checks your comments against the Akismet web service to
                                     see if they look like spam or not. You need an API key to use it.
                                     You can review the spam it catches under "Comments." To show off
                                     your Akismet stats just put <?php akismet_counter(); ?> in your
                                     template. See also: WP Stats plugin.
              AmR iCal Events List   Display simple or highly customisable and styleable list of events.
                                     Handles all types of recurring events, notes, journals, freebusy
                                     etc. Offers links to add events to viewers calendar or subscribe to
                                     whole calendar. Write Calendar Page and put [iCal http://
                                     yoururl.ics ] where you want the list of events.
              Contact Form 7         Just another contact form plugin. Simple but flexible.
              Countdown Timer        Add template tags and widget to count down or up to the years,
                                     months, weeks, days, hours, minutes, and/or seconds to a
                                     particular event.
Website 101 for FRC Teams
50




               Plugin                    Description
               Embedded Video         Easy embedding of videos from various portals or local video files
                                      with corresponding link. 
               Google Analyticator    Adds the necessary JavaScript code to enable Google's Analytics.
                                      After enabling this plugin visit the settings page and enter your
                                      Google Analytics' UID and enable logging.
               Google XML Sitemaps    This plugin will generate a special XML sitemap which will help
                                      search engines like Google, Yahoo, Bing and Ask.com to better
                                      index your blog.
               ICS Calendar           A plugin for importing multiple (or one) ICS files from Google,
                                      Outlook or iCal into a blog page as an event list or an ajax
                                      calendar.
               Inline Google Maps     This plugin shows google maps anywhere on blogpage. Just add a
                                      permalink of google map to any text (with images) in a page, set
                                      title="googlemap" and you're done. Also works with complex
                                      multimarker maps and KML-based maps.
               Koumpounophobia        A plugin for adding custom buttons to the WordPress HTML Editor.
               Mail From              Change the default address that WordPress sends it's email from.
               NextGEN Gallery        A NextGENeration Photo gallery for the Web 2.0.
               NextGEN Smooth Gallery The amazing galery viewer from JonDesign's SmoothGallery for
                                      NextGEN Gallery.
Website 101 for FRC Teams
51




            Plugin                     Description
            Page Links To            Allows you to point WordPress pages or posts to a URL of your
                                     choosing. Good for setting up navigational links to non-WP sections
                                     of your site or to off-site resources.
            Post-to-Post Links II    Using a shortcode, easily link to another post, page, or category in
                                     your WordPress blog.
            Post Notification        Sends an email to all subscribers. See Readme2.txt or instructions
                                     for details.
            QuickTime Posting        Create QuickTime Object and Embed Tags in posts
            Redirection              Manage all your 301 redirects and monitor 404 errors
            Shadowbox JS             A javascript media viewer similar to Lightbox and Thickbox.
                                     Supports all types of media, not just images.
            Shadowbox JS - Use Title Push the title attribute from the img tag to the anchor tag
            from Image
            TinyMCE Advanced         Enables advanced features and plugins in TinyMCE, the visual
                                     editor in WordPress.
            Twitter Tools            A complete integration between your WordPress blog and Twitter.
                                     Bring your tweets into your blog and pass your blog posts to
                                     Twitter. Show your tweets in your sidebar, and post tweets from
                                     your WordPress admin.
Website 101 for FRC Teams
52




             Plugin              Description
             W3 Total Cache      The fastest and most complete WordPress performance plugin.
                                 Dramatically improve the speed and user experience of your site.
                                 Add browser, page, object and database caching as well as minify
                                 and content delivery network (CDN) to WordPress.
             Woopra              This plugin adds Woopra's real-time analytics to any WordPress
                                 installation. Simply sign up at Woopra.com, then activate the
                                 plugin!
             WP-DBManager        Manages your WordPress database. Allows you to optimize
                                 database, repair database, backup database, restore database,
                                 delete backup database , drop/empty tables and run selected
                                 queries. Supports automatic scheduling of backing up and
                                 optimizing of database.
             WP-Table Reloaded   This plugin allows you to create and easily manage tables in the
                                 admin-area of WordPress. A comfortable backend allows an easy
                                 manipulation of table data. You can then include the tables into
                                 your posts, on your pages or in text widgets by using a shortcode
                                 or a template tag function. Tables can be imported and exported
                                 from/to CSV, XML and HTML.
             WP Security Scan    Perform security scan of WordPress installation.
             WP System Health    Comprehensive Overview for your WordPress Parameter and Server
                                 Performance.

More Related Content

What's hot

Apache Server Tutorial
Apache Server TutorialApache Server Tutorial
Apache Server TutorialJagat Kothari
 
Apache web server
Apache web serverApache web server
Apache web serverzrstoppe
 
DSpace Manual for BALID Trainee
DSpace Manual for BALID Trainee DSpace Manual for BALID Trainee
DSpace Manual for BALID Trainee Nur Ahammad
 
Krzysztof Kotowicz - Hacking HTML5
Krzysztof Kotowicz - Hacking HTML5Krzysztof Kotowicz - Hacking HTML5
Krzysztof Kotowicz - Hacking HTML5DefconRussia
 
Linux questions
Linux questionsLinux questions
Linux questions1gman68
 
Debugging IBM Connections for the Impatient Admin - Social Connections VII
Debugging IBM Connections for the Impatient Admin - Social Connections VIIDebugging IBM Connections for the Impatient Admin - Social Connections VII
Debugging IBM Connections for the Impatient Admin - Social Connections VIIMartin Leyrer
 
IBM Connect 2016 - Break out of the Box
IBM Connect 2016 - Break out of the BoxIBM Connect 2016 - Break out of the Box
IBM Connect 2016 - Break out of the BoxKarl-Henry Martinsson
 
Apache Manager Table of Contents
Apache Manager Table of ContentsApache Manager Table of Contents
Apache Manager Table of Contentswebhostingguy
 
Sanjip Shah: Internationalizing and Localizing WordPress Themes
Sanjip Shah: Internationalizing and Localizing  WordPress ThemesSanjip Shah: Internationalizing and Localizing  WordPress Themes
Sanjip Shah: Internationalizing and Localizing WordPress Themeswpnepal
 
ironing out Docker
ironing out Dockerironing out Docker
ironing out Dockernindustries
 
Content server installation guide
Content server installation guideContent server installation guide
Content server installation guideNaveed Bashir
 
Linux apache installation
Linux apache installationLinux apache installation
Linux apache installationDima Gomaa
 
Cliw - extension development
Cliw -  extension developmentCliw -  extension development
Cliw - extension developmentvicccuu
 
Rits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdminRits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdminRight IT Services
 
Integrate Hue with your Hadoop cluster - Yahoo! Hadoop Meetup
Integrate Hue with your Hadoop cluster - Yahoo! Hadoop MeetupIntegrate Hue with your Hadoop cluster - Yahoo! Hadoop Meetup
Integrate Hue with your Hadoop cluster - Yahoo! Hadoop Meetupgethue
 

What's hot (17)

Apache Server Tutorial
Apache Server TutorialApache Server Tutorial
Apache Server Tutorial
 
Apache web server
Apache web serverApache web server
Apache web server
 
DSpace Manual for BALID Trainee
DSpace Manual for BALID Trainee DSpace Manual for BALID Trainee
DSpace Manual for BALID Trainee
 
Krzysztof Kotowicz - Hacking HTML5
Krzysztof Kotowicz - Hacking HTML5Krzysztof Kotowicz - Hacking HTML5
Krzysztof Kotowicz - Hacking HTML5
 
Linux questions
Linux questionsLinux questions
Linux questions
 
Debugging IBM Connections for the Impatient Admin - Social Connections VII
Debugging IBM Connections for the Impatient Admin - Social Connections VIIDebugging IBM Connections for the Impatient Admin - Social Connections VII
Debugging IBM Connections for the Impatient Admin - Social Connections VII
 
Php intro
Php introPhp intro
Php intro
 
Break out of The Box - Part 2
Break out of The Box - Part 2Break out of The Box - Part 2
Break out of The Box - Part 2
 
IBM Connect 2016 - Break out of the Box
IBM Connect 2016 - Break out of the BoxIBM Connect 2016 - Break out of the Box
IBM Connect 2016 - Break out of the Box
 
Apache Manager Table of Contents
Apache Manager Table of ContentsApache Manager Table of Contents
Apache Manager Table of Contents
 
Sanjip Shah: Internationalizing and Localizing WordPress Themes
Sanjip Shah: Internationalizing and Localizing  WordPress ThemesSanjip Shah: Internationalizing and Localizing  WordPress Themes
Sanjip Shah: Internationalizing and Localizing WordPress Themes
 
ironing out Docker
ironing out Dockerironing out Docker
ironing out Docker
 
Content server installation guide
Content server installation guideContent server installation guide
Content server installation guide
 
Linux apache installation
Linux apache installationLinux apache installation
Linux apache installation
 
Cliw - extension development
Cliw -  extension developmentCliw -  extension development
Cliw - extension development
 
Rits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdminRits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdmin
 
Integrate Hue with your Hadoop cluster - Yahoo! Hadoop Meetup
Integrate Hue with your Hadoop cluster - Yahoo! Hadoop MeetupIntegrate Hue with your Hadoop cluster - Yahoo! Hadoop Meetup
Integrate Hue with your Hadoop cluster - Yahoo! Hadoop Meetup
 

Viewers also liked

First fare 2010 first team grant strategies
First fare 2010 first team grant strategiesFirst fare 2010 first team grant strategies
First fare 2010 first team grant strategiesOregon FIRST Robotics
 
Does The Euro Have a Future? FryDay Poll
Does The Euro Have a Future? FryDay PollDoes The Euro Have a Future? FryDay Poll
Does The Euro Have a Future? FryDay PollMaps of World
 
Prêt étudiant privé
Prêt étudiant privéPrêt étudiant privé
Prêt étudiant privécarolineamelia
 
TEDxAthens at University of Bath Greek Alumni Club
TEDxAthens at University of Bath Greek Alumni ClubTEDxAthens at University of Bath Greek Alumni Club
TEDxAthens at University of Bath Greek Alumni ClubDimitris Kalavros-Gousiou
 
Martin - Social Super Forum
Martin  - Social Super ForumMartin  - Social Super Forum
Martin - Social Super ForumBOLO Conference
 
Matt geri (mobile as publishing platform)
Matt geri (mobile as publishing platform)Matt geri (mobile as publishing platform)
Matt geri (mobile as publishing platform)WordCamp Cape Town
 

Viewers also liked (7)

First fare 2010 first team grant strategies
First fare 2010 first team grant strategiesFirst fare 2010 first team grant strategies
First fare 2010 first team grant strategies
 
Does The Euro Have a Future? FryDay Poll
Does The Euro Have a Future? FryDay PollDoes The Euro Have a Future? FryDay Poll
Does The Euro Have a Future? FryDay Poll
 
Prêt étudiant privé
Prêt étudiant privéPrêt étudiant privé
Prêt étudiant privé
 
TEDxAthens at University of Bath Greek Alumni Club
TEDxAthens at University of Bath Greek Alumni ClubTEDxAthens at University of Bath Greek Alumni Club
TEDxAthens at University of Bath Greek Alumni Club
 
Martin - Social Super Forum
Martin  - Social Super ForumMartin  - Social Super Forum
Martin - Social Super Forum
 
Matt geri (mobile as publishing platform)
Matt geri (mobile as publishing platform)Matt geri (mobile as publishing platform)
Matt geri (mobile as publishing platform)
 
Datos Agrupados
Datos AgrupadosDatos Agrupados
Datos Agrupados
 

Similar to First fare 2011 website 101 for frc teams

Windows Hosting Documentation
Windows Hosting DocumentationWindows Hosting Documentation
Windows Hosting Documentationwebhostingguy
 
06.m3 cms set-upwebserver
06.m3 cms set-upwebserver06.m3 cms set-upwebserver
06.m3 cms set-upwebservertarensi
 
Mambo (2006) Presentation on CMS
Mambo (2006) Presentation on CMSMambo (2006) Presentation on CMS
Mambo (2006) Presentation on CMSJohn Patten
 
DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdf
DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdfDACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdf
DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdfDNUG e.V.
 
Publishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharmaPublishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharmaVishnu Sharma
 
Battling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support TaleBattling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support TaleKayleigh Thorpe
 
Hostgator cPanel - An Overview
Hostgator cPanel - An OverviewHostgator cPanel - An Overview
Hostgator cPanel - An Overviewwhatishostgator
 
Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on WindowsJosh Holmes
 
How to Install and Configure Drupal CMS
How to Install and Configure Drupal CMSHow to Install and Configure Drupal CMS
How to Install and Configure Drupal CMSdarandon
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments Ohad Raz
 
How to Install and Configure Drupal CMS
How to Install and Configure Drupal CMSHow to Install and Configure Drupal CMS
How to Install and Configure Drupal CMSffats1
 
Speeding up your WordPress site - WordCamp Hamilton 2015
Speeding up your WordPress site - WordCamp Hamilton 2015Speeding up your WordPress site - WordCamp Hamilton 2015
Speeding up your WordPress site - WordCamp Hamilton 2015Alan Lok
 
Die ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web AdministratorenDie ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web Administratorenpanagenda
 
Intro to advanced web development
Intro to advanced web developmentIntro to advanced web development
Intro to advanced web developmentStevie T
 
Launching a WordPress Site 101 (Cincinnati WordPress, August 2015)
Launching a WordPress Site 101 (Cincinnati WordPress, August 2015)Launching a WordPress Site 101 (Cincinnati WordPress, August 2015)
Launching a WordPress Site 101 (Cincinnati WordPress, August 2015)Andrew Duthie
 
Wordpress For Begineer
Wordpress For BegineerWordpress For Begineer
Wordpress For BegineerBinita Neupane
 
Improve WordPress performance with caching and deferred execution of code
Improve WordPress performance with caching and deferred execution of codeImprove WordPress performance with caching and deferred execution of code
Improve WordPress performance with caching and deferred execution of codeDanilo Ercoli
 

Similar to First fare 2011 website 101 for frc teams (20)

Windows Hosting Documentation
Windows Hosting DocumentationWindows Hosting Documentation
Windows Hosting Documentation
 
06.m3 cms set-upwebserver
06.m3 cms set-upwebserver06.m3 cms set-upwebserver
06.m3 cms set-upwebserver
 
Mambo (2006) Presentation on CMS
Mambo (2006) Presentation on CMSMambo (2006) Presentation on CMS
Mambo (2006) Presentation on CMS
 
DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdf
DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdfDACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdf
DACHNUG50 EVERYTHING-you-need-to-know-about-HCL-Nomad-Web.pdf
 
Publishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharmaPublishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharma
 
Battling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support TaleBattling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support Tale
 
Hostgator cPanel - An Overview
Hostgator cPanel - An OverviewHostgator cPanel - An Overview
Hostgator cPanel - An Overview
 
Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on Windows
 
Wordpress 101
Wordpress 101Wordpress 101
Wordpress 101
 
How to Install and Configure Drupal CMS
How to Install and Configure Drupal CMSHow to Install and Configure Drupal CMS
How to Install and Configure Drupal CMS
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments
 
How to Install and Configure Drupal CMS
How to Install and Configure Drupal CMSHow to Install and Configure Drupal CMS
How to Install and Configure Drupal CMS
 
Speeding up your WordPress site - WordCamp Hamilton 2015
Speeding up your WordPress site - WordCamp Hamilton 2015Speeding up your WordPress site - WordCamp Hamilton 2015
Speeding up your WordPress site - WordCamp Hamilton 2015
 
Die ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web AdministratorenDie ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web Administratoren
 
Intro to advanced web development
Intro to advanced web developmentIntro to advanced web development
Intro to advanced web development
 
Optimize wordpress
Optimize wordpressOptimize wordpress
Optimize wordpress
 
Jomc463 beginner wordpress(zeoli)
Jomc463 beginner wordpress(zeoli)Jomc463 beginner wordpress(zeoli)
Jomc463 beginner wordpress(zeoli)
 
Launching a WordPress Site 101 (Cincinnati WordPress, August 2015)
Launching a WordPress Site 101 (Cincinnati WordPress, August 2015)Launching a WordPress Site 101 (Cincinnati WordPress, August 2015)
Launching a WordPress Site 101 (Cincinnati WordPress, August 2015)
 
Wordpress For Begineer
Wordpress For BegineerWordpress For Begineer
Wordpress For Begineer
 
Improve WordPress performance with caching and deferred execution of code
Improve WordPress performance with caching and deferred execution of codeImprove WordPress performance with caching and deferred execution of code
Improve WordPress performance with caching and deferred execution of code
 

More from Oregon FIRST Robotics

Oregon FIRST PNW Championship Poster 2014 3
Oregon FIRST PNW Championship Poster 2014 3Oregon FIRST PNW Championship Poster 2014 3
Oregon FIRST PNW Championship Poster 2014 3Oregon FIRST Robotics
 
Oregon FIRST PNW Championship Poster 2014 2
Oregon FIRST PNW Championship Poster 2014 2Oregon FIRST PNW Championship Poster 2014 2
Oregon FIRST PNW Championship Poster 2014 2Oregon FIRST Robotics
 
Oregon FIRST PNW Championship Poster 2014 1
Oregon FIRST PNW Championship Poster 2014 1Oregon FIRST PNW Championship Poster 2014 1
Oregon FIRST PNW Championship Poster 2014 1Oregon FIRST Robotics
 
Oregon FIRST PNW Championship Poster 2014 4
Oregon FIRST PNW Championship Poster 2014 4Oregon FIRST PNW Championship Poster 2014 4
Oregon FIRST PNW Championship Poster 2014 4Oregon FIRST Robotics
 
First fare 2013 business plan presentation
First fare 2013   business plan presentationFirst fare 2013   business plan presentation
First fare 2013 business plan presentationOregon FIRST Robotics
 
First fare 2013 competitive analysis presentation
First fare 2013   competitive analysis presentationFirst fare 2013   competitive analysis presentation
First fare 2013 competitive analysis presentationOregon FIRST Robotics
 
First fare 2013 website design for frc teams
First fare 2013   website design for frc teamsFirst fare 2013   website design for frc teams
First fare 2013 website design for frc teamsOregon FIRST Robotics
 
FIRSTFare 2013 overview of electronics-2014
FIRSTFare 2013   overview of electronics-2014FIRSTFare 2013   overview of electronics-2014
FIRSTFare 2013 overview of electronics-2014Oregon FIRST Robotics
 
First fare 2013 manipulators firstfare 2013
First fare 2013   manipulators firstfare 2013First fare 2013   manipulators firstfare 2013
First fare 2013 manipulators firstfare 2013Oregon FIRST Robotics
 
First fare 2013 district model overview 2014
First fare 2013   district model overview 2014First fare 2013   district model overview 2014
First fare 2013 district model overview 2014Oregon FIRST Robotics
 
First fare 2013 crowdfunding 101 (beginner) with notes
First fare 2013   crowdfunding 101 (beginner) with notesFirst fare 2013   crowdfunding 101 (beginner) with notes
First fare 2013 crowdfunding 101 (beginner) with notesOregon FIRST Robotics
 
2013 Oregon Dept. of Education Grant Overview for FIRST Teams
2013 Oregon Dept. of Education Grant Overview for FIRST Teams2013 Oregon Dept. of Education Grant Overview for FIRST Teams
2013 Oregon Dept. of Education Grant Overview for FIRST TeamsOregon FIRST Robotics
 
2013 Oregon Dept. of Education FIRST Grant Overview
2013 Oregon Dept. of Education FIRST Grant Overview 2013 Oregon Dept. of Education FIRST Grant Overview
2013 Oregon Dept. of Education FIRST Grant Overview Oregon FIRST Robotics
 
FIRST Robotics Oregon Dept Of Education Grants - 2013
FIRST Robotics Oregon Dept Of Education Grants - 2013FIRST Robotics Oregon Dept Of Education Grants - 2013
FIRST Robotics Oregon Dept Of Education Grants - 2013Oregon FIRST Robotics
 
2013 FRC Autodesk Oregon Regional -- All you need to know webinar
2013 FRC Autodesk Oregon Regional -- All you need to know webinar2013 FRC Autodesk Oregon Regional -- All you need to know webinar
2013 FRC Autodesk Oregon Regional -- All you need to know webinarOregon FIRST Robotics
 
2013 Autodesk Oregon Regional Poster.11x17
2013 Autodesk Oregon Regional Poster.11x172013 Autodesk Oregon Regional Poster.11x17
2013 Autodesk Oregon Regional Poster.11x17Oregon FIRST Robotics
 
2013 Autodesk Oregon Regional Poster - 4
2013 Autodesk Oregon Regional Poster - 42013 Autodesk Oregon Regional Poster - 4
2013 Autodesk Oregon Regional Poster - 4Oregon FIRST Robotics
 
2013 Autodesk Oregon Regional Poster - 3
2013 Autodesk Oregon Regional Poster - 32013 Autodesk Oregon Regional Poster - 3
2013 Autodesk Oregon Regional Poster - 3Oregon FIRST Robotics
 

More from Oregon FIRST Robotics (20)

Oregon FIRST PNW Championship Poster 2014 3
Oregon FIRST PNW Championship Poster 2014 3Oregon FIRST PNW Championship Poster 2014 3
Oregon FIRST PNW Championship Poster 2014 3
 
Oregon FIRST PNW Championship Poster 2014 2
Oregon FIRST PNW Championship Poster 2014 2Oregon FIRST PNW Championship Poster 2014 2
Oregon FIRST PNW Championship Poster 2014 2
 
Oregon FIRST PNW Championship Poster 2014 1
Oregon FIRST PNW Championship Poster 2014 1Oregon FIRST PNW Championship Poster 2014 1
Oregon FIRST PNW Championship Poster 2014 1
 
Oregon FIRST PNW Championship Poster 2014 4
Oregon FIRST PNW Championship Poster 2014 4Oregon FIRST PNW Championship Poster 2014 4
Oregon FIRST PNW Championship Poster 2014 4
 
First fare 2013 business plan presentation
First fare 2013   business plan presentationFirst fare 2013   business plan presentation
First fare 2013 business plan presentation
 
First fare 2013 competitive analysis presentation
First fare 2013   competitive analysis presentationFirst fare 2013   competitive analysis presentation
First fare 2013 competitive analysis presentation
 
First fare 2013 website design for frc teams
First fare 2013   website design for frc teamsFirst fare 2013   website design for frc teams
First fare 2013 website design for frc teams
 
First fare 2013 pneumatics 2013
First fare 2013   pneumatics 2013First fare 2013   pneumatics 2013
First fare 2013 pneumatics 2013
 
FIRSTFare 2013 overview of electronics-2014
FIRSTFare 2013   overview of electronics-2014FIRSTFare 2013   overview of electronics-2014
FIRSTFare 2013 overview of electronics-2014
 
First fare 2013 manipulators firstfare 2013
First fare 2013   manipulators firstfare 2013First fare 2013   manipulators firstfare 2013
First fare 2013 manipulators firstfare 2013
 
First fare 2013 district model overview 2014
First fare 2013   district model overview 2014First fare 2013   district model overview 2014
First fare 2013 district model overview 2014
 
First fare 2013 crowdfunding 101 (beginner) with notes
First fare 2013   crowdfunding 101 (beginner) with notesFirst fare 2013   crowdfunding 101 (beginner) with notes
First fare 2013 crowdfunding 101 (beginner) with notes
 
First fare 2013 basic-labview
First fare 2013   basic-labviewFirst fare 2013   basic-labview
First fare 2013 basic-labview
 
2013 Oregon Dept. of Education Grant Overview for FIRST Teams
2013 Oregon Dept. of Education Grant Overview for FIRST Teams2013 Oregon Dept. of Education Grant Overview for FIRST Teams
2013 Oregon Dept. of Education Grant Overview for FIRST Teams
 
2013 Oregon Dept. of Education FIRST Grant Overview
2013 Oregon Dept. of Education FIRST Grant Overview 2013 Oregon Dept. of Education FIRST Grant Overview
2013 Oregon Dept. of Education FIRST Grant Overview
 
FIRST Robotics Oregon Dept Of Education Grants - 2013
FIRST Robotics Oregon Dept Of Education Grants - 2013FIRST Robotics Oregon Dept Of Education Grants - 2013
FIRST Robotics Oregon Dept Of Education Grants - 2013
 
2013 FRC Autodesk Oregon Regional -- All you need to know webinar
2013 FRC Autodesk Oregon Regional -- All you need to know webinar2013 FRC Autodesk Oregon Regional -- All you need to know webinar
2013 FRC Autodesk Oregon Regional -- All you need to know webinar
 
2013 Autodesk Oregon Regional Poster.11x17
2013 Autodesk Oregon Regional Poster.11x172013 Autodesk Oregon Regional Poster.11x17
2013 Autodesk Oregon Regional Poster.11x17
 
2013 Autodesk Oregon Regional Poster - 4
2013 Autodesk Oregon Regional Poster - 42013 Autodesk Oregon Regional Poster - 4
2013 Autodesk Oregon Regional Poster - 4
 
2013 Autodesk Oregon Regional Poster - 3
2013 Autodesk Oregon Regional Poster - 32013 Autodesk Oregon Regional Poster - 3
2013 Autodesk Oregon Regional Poster - 3
 

Recently uploaded

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
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 Processorsdebabhi2
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
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 WorkerThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
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.pdfsudhanshuwaghmare1
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
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 educationjfdjdjcjdnsjd
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
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
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

First fare 2011 website 101 for frc teams

  • 1. ordPress W with W ebs ites Tea ms for FRC
  • 2. Website 101 for FRC Teams 2 Who am I? —  Mentor teams 1510, 2898 —  Seven year veteran of FIRST —  Robot Inspector —  Board member for Oregon FIRST Robotics —  20+ year IT guy —  Webmaster for several websites, including —  www.oregonfirst.org —  www.dinnerandamoviepdx.com
  • 3. Website 101 for FRC Teams 3 What We will Cover "  Options to create a Website "  Getting Started "  Resources
  • 4. Website 101 for FRC Teams 4 Our Options HTML, PHP CMS & CSS Content Management Systems
  • 5. Website 101 for FRC Teams 5 Our Options HTML, PHP & CSS CMS Content Management Systems Extremely customizable Easier to install & use No built-in rights mgmt Multiple users with variable rights Customizable Must code for different browsers WYSWYG Content tied to code No need to know HTML/CSS Must code database/file support Content separate from code Need to roll your own PHP code Built in database support
  • 6. Website 101 for FRC Teams 6
  • 7. Website 101 for FRC Teams 7 What you need to start "   Domain Name Registration o  http://www.icann.org/en/registrars/ accredited-list.html "   Hosting account. You generally have three options: o  Managed Hosting o  Un-managed hosting o  Self Hosted
  • 8. Website 101 for FRC Teams 8
  • 9. Website 101 for FRC Teams 9 WordPress.com "   Hosted "  You use the WordPress.com system "  Your URL is foo.WordPress.com "  Enhanced services allow you to use your domain name "  Can only use approved themes and plug-ins
  • 10. Website 101 for FRC Teams 10 WordPress.org "   Self-Hosted "   Open Source, free to download "   5-Minute Install "   http://codex.WordPress.org/Installing_WordPress#Famous_5-Minute_Install "   Requirements: "   Web Host – YourDomain.com "   Web Database provided by your host "   FTP access "   HTML or Text Editor "   Some general knowledge of computer file structures
  • 11. Website 101 for FRC Teams 11 Installing WordPress "   After you have a domain name "   After you have a host "   Now you can install WordPress
  • 12. Website 101 for FRC Teams 12 Tools "   FTP Client (e.g. Filezilla, Transmit) "   Text Editor (e.g Coda)
  • 13. Website 101 for FRC Teams 13 WordPress Installation "   Download WordPress "   Copy files via FTP "   Create database "   Create user "   Connect database to user "   Run setup "   Apply Theme
  • 14. Website 101 for FRC Teams 14 Step-by-Step Instructions
  • 15. Website 101 for FRC Teams 15 Step 1 - Domain Name "   Set up a domain name on your web host account.
  • 16. Website 101 for FRC Teams 16 Step 2 - Database "   One click Database setup – MySql Administration
  • 17. Website 101 for FRC Teams 17 Step 2 - MySql  DB   "   Create your database. "   Description (Name your Database) "   Choose MySql Version (choose latest – 5.0) "   Enter a Password, re-enter (write it down!) "   Set-up
  • 18. Website 101 for FRC Teams 18 Step 2 - MySQL DB info "   Save  your  DB  info,  you’ll  need  it  later  
  • 19. Website 101 for FRC Teams 19 Step 3 – Get WordPress "   Download the software: http://WordPress.org/download/ "   Unzip the software
  • 20. Website 101 for FRC Teams 20 Step 3 - Download WordPress " WordPress.org   "   .zip (PC) " tar.gz (Mac)
  • 21. Website 101 for FRC Teams 21 Step 3 - Extract Files "   Double click on file to extract
  • 22. Website 101 for FRC Teams 22 Step 3 - WordPress Files "   Review contents of WordPress folder "   Look for wp-config- sample.php
  • 23. Website 101 for FRC Teams 23 Step 3 - wp-config.php "   Open wp-config- sample.php "   Add DB information "   Save to /WordPress directory as wp- config.php (removed the word “sample”)
  • 24. Website 101 for FRC Teams 24 Step 3 - wp-config.php "   Security feature "   Authentication Key " https:// api.WordPress.org/ secret-key/1.1/ "   Visit link, copy paste results
  • 25. Website 101 for FRC Teams 25 Step 4 - Upload to your Host "   Log-in to host account via FTP "   Upload “WordPress” folder to main directory. "   You can rename “blog” or “site” now. Not later.
  • 26. Website 101 for FRC Teams 26 Step 5 – The Five Minute Install "   Open a broswer (FireFox, Chrome, IE, Safari, etc.) "   Open browser to: http://yourdomain.com/wordpress/wp-admin/ install.php) Or yourdomain.com/blog/… Or yourdomain.com/site/…
  • 27. Website 101 for FRC Teams 27 Step 5 "   Enter your Blog Title "   Username "   Password " eMail "   Click Install WordPress
  • 28. Website 101 for FRC Teams 28 Step 5 "   Enter your credentials & Log in!!!
  • 29. Website 101 for FRC Teams 29 Step 6 - Login "   Installation done, almost there…
  • 30. Website 101 for FRC Teams 30 Step 6 – The Dashboard
  • 31. Website 101 for FRC Teams 31 Diving into WordPress
  • 32. Website 101 for FRC Teams 32 Some WordPress Basics "   Content "   Structure "   Database
  • 33. Website 101 for FRC Teams 33 Structure Presentation Markup Language ➜ Dynamic Functions Scripting Language ➜ Data Database ➜
  • 34. Website 101 for FRC Teams 34 WordPress Layout
  • 35. Website 101 for FRC Teams 35 Personalize WordPress "   Three simple ways to customize and personalize your website: "   Themes "   Widgets "   Plugins
  • 36. Website 101 for FRC Teams 36 "   Themes "   Controls the overall color palette, images, size, placement of content "   Site has one theme "   Widgets "   Allows specialized content and features, placed in special “containers” based on the theme "   Plugins "   Changes the functions and workings of WordPress
  • 37. Website 101 for FRC Teams 37 Introduction to Themes "   A WP Theme is a collection of Template files - (X)HTML + PHP + CSS "   The CSS (aka stylesheet) usually controls the layout and design "   http://WordPress.org/extend/themes contains over 1,400 free themes "   Most have options to customize the theme
  • 38. Website 101 for FRC Teams 38 Free Themes
  • 39. Website 101 for FRC Teams 39 Introduc:on  to  Widgets   "   Widgets can be used in sidebars "   Widgets perform various functions outside scope of main system "   Widgets are flexible and can be moved up or down in a sidebar
  • 40. Website 101 for FRC Teams 40 Introduction to Plugins "   A plugin extends the functionality of WordPress "   Find thousands of free plugins here: http:// WordPress.org/ extend/plugins
  • 41. Website 101 for FRC Teams 41 Shameless plug goes here.
  • 42. Website 101 for FRC Teams 42
  • 43. Website 101 for FRC Teams 43 WordPress Content Post Page "   Individual entries within a "   Pages are just what they blog, they can include sound like - whole pages things like: on a site "   The title of the entry, the "   Meant to be used for static date, tags, categories, content - content that comments rarely changes "   Typical blog entries, but "   Example : the about page can also be any dynamic content (events list, etc.)
  • 44. Website 101 for FRC Teams 44 Post Page
  • 45. Website 101 for FRC Teams 45 Resources
  • 46. Website 101 for FRC Teams 46 Tuning Websites "   Essential FireFox Extensions: "   Yahoo! Yslow: http://developer.yahoo.com/yslow "   Firebug: http://getfirebug.com "   Page Speed: http://code.google.com/speed/page-speed " SenSeo: http://www.sensational-seo.com " Other tools: " http://browserlab.adobe.com
  • 47. Website 101 for FRC Teams 47 Useful Websites " WordPress.org "   The Codex: http://codex.WordPress.org " WordPress.tv http://WordPress.tv/
  • 48. Website 101 for FRC Teams 48 Cheat Sheets "   WP Candy Cheat Sheet - Basic and Advanced http://wpcandy.com/articles/tutorials/the-WordPress-help-sheet.html http://wpcandy.com/articles/tutorials/the-advanced-WordPress-help-sheet.html " WordPress Functions Cheat Sheet http://net.tutsplus.com/freebies/cheat-sheets/WordPress-cheat-sheat/ " WordPress SEO Cheat Sheet http://www.tekka.de/seo-for-WordPress/cheat-sheet-seo-for-WordPress.pdf " WordPress Template Tags Reference Guide http://www.dbswebsite.com/design/WordPress-reference/ "   Optimization Cheat Sheet for WordPress http://codex.WordPress.org/WordPress_Optimization/Cheat_Sheet " WordPress Visual Cheat Sheet http://woorkup.com/2009/11/01/WordPress-visual-cheat-sheet/
  • 49. Website 101 for FRC Teams 49 Must-Have Plugins Plugin Description Akismet Akismet checks your comments against the Akismet web service to see if they look like spam or not. You need an API key to use it. You can review the spam it catches under "Comments." To show off your Akismet stats just put <?php akismet_counter(); ?> in your template. See also: WP Stats plugin. AmR iCal Events List Display simple or highly customisable and styleable list of events. Handles all types of recurring events, notes, journals, freebusy etc. Offers links to add events to viewers calendar or subscribe to whole calendar. Write Calendar Page and put [iCal http:// yoururl.ics ] where you want the list of events. Contact Form 7 Just another contact form plugin. Simple but flexible. Countdown Timer Add template tags and widget to count down or up to the years, months, weeks, days, hours, minutes, and/or seconds to a particular event.
  • 50. Website 101 for FRC Teams 50 Plugin Description Embedded Video Easy embedding of videos from various portals or local video files with corresponding link.  Google Analyticator Adds the necessary JavaScript code to enable Google's Analytics. After enabling this plugin visit the settings page and enter your Google Analytics' UID and enable logging. Google XML Sitemaps This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog. ICS Calendar A plugin for importing multiple (or one) ICS files from Google, Outlook or iCal into a blog page as an event list or an ajax calendar. Inline Google Maps This plugin shows google maps anywhere on blogpage. Just add a permalink of google map to any text (with images) in a page, set title="googlemap" and you're done. Also works with complex multimarker maps and KML-based maps. Koumpounophobia A plugin for adding custom buttons to the WordPress HTML Editor. Mail From Change the default address that WordPress sends it's email from. NextGEN Gallery A NextGENeration Photo gallery for the Web 2.0. NextGEN Smooth Gallery The amazing galery viewer from JonDesign's SmoothGallery for NextGEN Gallery.
  • 51. Website 101 for FRC Teams 51 Plugin Description Page Links To Allows you to point WordPress pages or posts to a URL of your choosing. Good for setting up navigational links to non-WP sections of your site or to off-site resources. Post-to-Post Links II Using a shortcode, easily link to another post, page, or category in your WordPress blog. Post Notification Sends an email to all subscribers. See Readme2.txt or instructions for details. QuickTime Posting Create QuickTime Object and Embed Tags in posts Redirection Manage all your 301 redirects and monitor 404 errors Shadowbox JS A javascript media viewer similar to Lightbox and Thickbox. Supports all types of media, not just images. Shadowbox JS - Use Title Push the title attribute from the img tag to the anchor tag from Image TinyMCE Advanced Enables advanced features and plugins in TinyMCE, the visual editor in WordPress. Twitter Tools A complete integration between your WordPress blog and Twitter. Bring your tweets into your blog and pass your blog posts to Twitter. Show your tweets in your sidebar, and post tweets from your WordPress admin.
  • 52. Website 101 for FRC Teams 52 Plugin Description W3 Total Cache The fastest and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress. Woopra This plugin adds Woopra's real-time analytics to any WordPress installation. Simply sign up at Woopra.com, then activate the plugin! WP-DBManager Manages your WordPress database. Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database. WP-Table Reloaded This plugin allows you to create and easily manage tables in the admin-area of WordPress. A comfortable backend allows an easy manipulation of table data. You can then include the tables into your posts, on your pages or in text widgets by using a shortcode or a template tag function. Tables can be imported and exported from/to CSV, XML and HTML. WP Security Scan Perform security scan of WordPress installation. WP System Health Comprehensive Overview for your WordPress Parameter and Server Performance.