SlideShare a Scribd company logo
1 of 31
WordPress: More Than Just Blogs



Paul Mueller (UserAid)
www.useraid.com
@Paul_UserAid
Why WordPress?

 Free content management system
 Many free sources of plugins (added features)
 Easy to customize and maintain
 Good SEO support
 Automated content listing, sorting, categorizing
 Allow users to comment/augment content




2   © 2011-2013 UserAid, all rights reserved.
What Will We Talk About?

 Sample WordPress Sites
 Setting up WordPress
 Understanding user access
 Common elements: themes, plugins, widgets
 Adding features (custom code)
 Resources to see and use




3   © 2011-2013 UserAid, all rights reserved.
WordPress Samples - Blog

 Part of Epiphany (www.epiphanyinc.net/newsandnotes)

                                                 Main site uses
                                                 custom php




4   © 2011-2013 UserAid, all rights reserved.
WordPress Samples - Blog

 Part of Epiphany (www.epiphanyinc.net/newsandnotes)

                                                 Blog is in
                                                 WordPress and
                                                 matches the
                                                 design of the
                                                 main site




5   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Whole Site

 STC Houston (www.stc-houston.org)

                                                Whole site is in
                                                WordPress
                                                and can use
                                                blog elements
                                                throughout the
                                                design




6   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Whole Site

 Data Dynamics (www.datadynamicsinc.com)

                                                Whole site can
                                                use purchased
                                                themes to
                                                implement
                                                design




7   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Whole Site

 Cutting Room Salon (www.cuttingroomsalon.com)

                                                Whole site can
                                                have custom
                                                design to
                                                match your
                                                brand




8   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Whole Site

 Paul for STC Vice President (www.stc-paulmueller.com)

                                                You can
                                                quickly create
                                                personal web
                                                sites




9   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Support & More

 SmartVault Support (smartvault.com/support)

                                                 Integrated
                                                 main site,
                                                 support center,
                                                 learning center,
                                                 knowledge
                                                 base, help, &
                                                 more




10   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Social Network

 metroPUP (www.metropup.us)

                                                 Facebook for
                                                 dogs & owners




11   © 2011-2013 UserAid, all rights reserved.
WordPress Is Flexible



You can do anything you want…


              once you know the basics




12   © 2011-2013 UserAid, all rights reserved.
Setting Up WordPress

 Use WP provider, such as wpengine.com

 --- OR ---
 Use your ISP automated install

     --- OR ---
 Create database (MySQL)
 Copy WordPress files into place
 Edit wp-config.php file for database connection info
 Open /wp-admin (displays login page)



13     © 2011-2013 UserAid, all rights reserved.
Working with WordPress

 Open           /wp-admin (log in)




14   © 2011-2013 UserAid, all rights reserved.
Understanding User Access

 Administrator
 Editor
 Author
 Contributor
 Subscriber




 Can customize the permissions model



15   © 2011-2013 UserAid, all rights reserved.
Common Elements




 “But I don’t see <?php ?> in the periodic table.”
Common Elements
Pages & Posts
 Pages – Fixed (fairly static) content
 Posts – Fluid, periodic content
 Other types of content? (can create custom types)




17   © 2011-2013 UserAid, all rights reserved.
Common Elements
Themes
 Define the overall appearance (look & feel)
 Get a free theme
 Buy a theme you like
 Use a framework theme, such as Thesis or Genesys
 Use child themes (some call them skins)




18   © 2011-2013 UserAid, all rights reserved.
Common Elements
Plugins
 Many Sites
     − Akismet (spam comment protection)
     − Google XML Sitemaps (SEO support)
     − WP-DB-Backup (database backup)
     − Simple Mail Address Encoder (protect email addr from spiders)
     − Easy Fancybox (DIV for links - images/iframes/swf)
     − AddThis Social Bookmarking (help people share your content)
 Extras
     −   Gravity Forms (manage forms and related response data)
     −   Blog in Blog (custom pages listing some posts per categories)
     −   Mingle (social networking)
     −   oQey Gallery OR PhotoSmash (photos & slideshows)
     −   PHP Execution (custom content on pages – be careful!)
     −   WP125 (advertising management)
     −   …the list is endless…
19    © 2011-2013 UserAid, all rights reserved.
Common Elements
Widgets
 Modules in sidebars are called widgets
 Plug-ins can provide widgets
 Standard modules
   − Archives: Months, Authors, Categories
   − Popular Posts (Popular Posts plugin)
   − Recent Posts
   − Recent Comments
   − Twitter Feed
 Text – anything you want
   − Links
   − Sponsors (STC Houston – uses JavaScript)
   − Events (Google calendar)

20   © 2011-2013 UserAid, all rights reserved.
Common Elements
Widgets
 Widget areas can be included anywhere on a page




21   © 2011-2013 UserAid, all rights reserved.
Common Elements
Widgets
 Widgets define the sidebar for this page




22   © 2011-2013 UserAid, all rights reserved.
Common Elements
Menus
 Easy UI to create lists of links
 Can be navigation menus
 Can be lists in other parts of page




23   © 2011-2013 UserAid, all rights reserved.
Adding Features (Custom Code)
Adding Features
Lightbox, Fancybox
 Lightbox to display full-sized graphics
 Fancybox to display graphics, iframe, video, swf




25   © 2011-2013 UserAid, all rights reserved.
Adding Features
Fancybox Example
<html><head><script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.
4/jquery.min.js"></script>
<script type="text/javascript"
src="fancybox/jquery.fancybox-
1.3.4.pack.js"></script>
<link rel="stylesheet"
href="fancybox/jquery.fancybox-1.3.4.css"
type="text/css" media="screen" /></head>
<body>
<a class="iframe" href="http://www.google.com">Open
iframe</a>
</body></html>

26   © 2011-2013 UserAid, all rights reserved.
Resources
Resources

w3schools.com provides tutorials & reference info




28   © 2011-2013 UserAid, all rights reserved.
Resources

dynamicdrive.com provides samples and code




29   © 2011-2013 UserAid, all rights reserved.
Resources

msdn.microsoft.com provides reference & samples




30   © 2011-2013 UserAid, all rights reserved.
Thank You

More Related Content

Similar to WordPress: More Than Blogs

Part1 learn thelingo
Part1 learn thelingoPart1 learn thelingo
Part1 learn thelingo
Taneya Koonce
 
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Angela Meeker
 
Mlb drupal bizday_presentation
Mlb drupal bizday_presentationMlb drupal bizday_presentation
Mlb drupal bizday_presentation
erlee72
 
Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal
Ebizon
 

Similar to WordPress: More Than Blogs (20)

Drupal8 corporate training in Hyderabad
Drupal8 corporate training in HyderabadDrupal8 corporate training in Hyderabad
Drupal8 corporate training in Hyderabad
 
Part1 learn thelingo
Part1 learn thelingoPart1 learn thelingo
Part1 learn thelingo
 
WordPress vs Joomla vs Drupal
WordPress vs Joomla vs DrupalWordPress vs Joomla vs Drupal
WordPress vs Joomla vs Drupal
 
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
 
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
 
Basic word press
Basic word pressBasic word press
Basic word press
 
Rwd wp-8-14-2012
Rwd wp-8-14-2012Rwd wp-8-14-2012
Rwd wp-8-14-2012
 
Wordpress podcamp2011
Wordpress podcamp2011Wordpress podcamp2011
Wordpress podcamp2011
 
Mlb drupal bizday_presentation
Mlb drupal bizday_presentationMlb drupal bizday_presentation
Mlb drupal bizday_presentation
 
Finalwordpress
FinalwordpressFinalwordpress
Finalwordpress
 
Content Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPressContent Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPress
 
Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal
 
Drupal vs. the Others
Drupal vs. the OthersDrupal vs. the Others
Drupal vs. the Others
 
Drupal vs. the Others
Drupal vs. the OthersDrupal vs. the Others
Drupal vs. the Others
 
WordPress Multisite - A Whole New Web World
WordPress Multisite - A Whole New Web WorldWordPress Multisite - A Whole New Web World
WordPress Multisite - A Whole New Web World
 
UNSW Blogs - Under the Dashboard
UNSW Blogs - Under the DashboardUNSW Blogs - Under the Dashboard
UNSW Blogs - Under the Dashboard
 

More from Paul Mueller (6)

60th Anniversary Party
60th Anniversary Party60th Anniversary Party
60th Anniversary Party
 
STC Summit 2013 Speaker Orientation
STC Summit 2013 Speaker OrientationSTC Summit 2013 Speaker Orientation
STC Summit 2013 Speaker Orientation
 
Interviewing and Hiring: Both Sides of the Process
Interviewing and Hiring: Both Sides of the ProcessInterviewing and Hiring: Both Sides of the Process
Interviewing and Hiring: Both Sides of the Process
 
STC Summit Program Selection
STC Summit Program SelectionSTC Summit Program Selection
STC Summit Program Selection
 
Building and Managing a Successful Team
Building and Managing a Successful TeamBuilding and Managing a Successful Team
Building and Managing a Successful Team
 
Speaker Orientation 2012
Speaker Orientation 2012Speaker Orientation 2012
Speaker Orientation 2012
 

Recently uploaded

Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
UXDXConf
 

Recently uploaded (20)

WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 
THE BEST IPTV in GERMANY for 2024: IPTVreel
THE BEST IPTV in  GERMANY for 2024: IPTVreelTHE BEST IPTV in  GERMANY for 2024: IPTVreel
THE BEST IPTV in GERMANY for 2024: IPTVreel
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAK
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John Staveley
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at Comcast
 
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 

WordPress: More Than Blogs

  • 1. WordPress: More Than Just Blogs Paul Mueller (UserAid) www.useraid.com @Paul_UserAid
  • 2. Why WordPress?  Free content management system  Many free sources of plugins (added features)  Easy to customize and maintain  Good SEO support  Automated content listing, sorting, categorizing  Allow users to comment/augment content 2 © 2011-2013 UserAid, all rights reserved.
  • 3. What Will We Talk About?  Sample WordPress Sites  Setting up WordPress  Understanding user access  Common elements: themes, plugins, widgets  Adding features (custom code)  Resources to see and use 3 © 2011-2013 UserAid, all rights reserved.
  • 4. WordPress Samples - Blog  Part of Epiphany (www.epiphanyinc.net/newsandnotes) Main site uses custom php 4 © 2011-2013 UserAid, all rights reserved.
  • 5. WordPress Samples - Blog  Part of Epiphany (www.epiphanyinc.net/newsandnotes) Blog is in WordPress and matches the design of the main site 5 © 2011-2013 UserAid, all rights reserved.
  • 6. WordPress Samples – Whole Site  STC Houston (www.stc-houston.org) Whole site is in WordPress and can use blog elements throughout the design 6 © 2011-2013 UserAid, all rights reserved.
  • 7. WordPress Samples – Whole Site  Data Dynamics (www.datadynamicsinc.com) Whole site can use purchased themes to implement design 7 © 2011-2013 UserAid, all rights reserved.
  • 8. WordPress Samples – Whole Site  Cutting Room Salon (www.cuttingroomsalon.com) Whole site can have custom design to match your brand 8 © 2011-2013 UserAid, all rights reserved.
  • 9. WordPress Samples – Whole Site  Paul for STC Vice President (www.stc-paulmueller.com) You can quickly create personal web sites 9 © 2011-2013 UserAid, all rights reserved.
  • 10. WordPress Samples – Support & More  SmartVault Support (smartvault.com/support) Integrated main site, support center, learning center, knowledge base, help, & more 10 © 2011-2013 UserAid, all rights reserved.
  • 11. WordPress Samples – Social Network  metroPUP (www.metropup.us) Facebook for dogs & owners 11 © 2011-2013 UserAid, all rights reserved.
  • 12. WordPress Is Flexible You can do anything you want… once you know the basics 12 © 2011-2013 UserAid, all rights reserved.
  • 13. Setting Up WordPress  Use WP provider, such as wpengine.com --- OR ---  Use your ISP automated install --- OR ---  Create database (MySQL)  Copy WordPress files into place  Edit wp-config.php file for database connection info  Open /wp-admin (displays login page) 13 © 2011-2013 UserAid, all rights reserved.
  • 14. Working with WordPress  Open /wp-admin (log in) 14 © 2011-2013 UserAid, all rights reserved.
  • 15. Understanding User Access  Administrator  Editor  Author  Contributor  Subscriber  Can customize the permissions model 15 © 2011-2013 UserAid, all rights reserved.
  • 16. Common Elements “But I don’t see <?php ?> in the periodic table.”
  • 17. Common Elements Pages & Posts  Pages – Fixed (fairly static) content  Posts – Fluid, periodic content  Other types of content? (can create custom types) 17 © 2011-2013 UserAid, all rights reserved.
  • 18. Common Elements Themes  Define the overall appearance (look & feel)  Get a free theme  Buy a theme you like  Use a framework theme, such as Thesis or Genesys  Use child themes (some call them skins) 18 © 2011-2013 UserAid, all rights reserved.
  • 19. Common Elements Plugins  Many Sites − Akismet (spam comment protection) − Google XML Sitemaps (SEO support) − WP-DB-Backup (database backup) − Simple Mail Address Encoder (protect email addr from spiders) − Easy Fancybox (DIV for links - images/iframes/swf) − AddThis Social Bookmarking (help people share your content)  Extras − Gravity Forms (manage forms and related response data) − Blog in Blog (custom pages listing some posts per categories) − Mingle (social networking) − oQey Gallery OR PhotoSmash (photos & slideshows) − PHP Execution (custom content on pages – be careful!) − WP125 (advertising management) − …the list is endless… 19 © 2011-2013 UserAid, all rights reserved.
  • 20. Common Elements Widgets  Modules in sidebars are called widgets  Plug-ins can provide widgets  Standard modules − Archives: Months, Authors, Categories − Popular Posts (Popular Posts plugin) − Recent Posts − Recent Comments − Twitter Feed  Text – anything you want − Links − Sponsors (STC Houston – uses JavaScript) − Events (Google calendar) 20 © 2011-2013 UserAid, all rights reserved.
  • 21. Common Elements Widgets  Widget areas can be included anywhere on a page 21 © 2011-2013 UserAid, all rights reserved.
  • 22. Common Elements Widgets  Widgets define the sidebar for this page 22 © 2011-2013 UserAid, all rights reserved.
  • 23. Common Elements Menus  Easy UI to create lists of links  Can be navigation menus  Can be lists in other parts of page 23 © 2011-2013 UserAid, all rights reserved.
  • 25. Adding Features Lightbox, Fancybox  Lightbox to display full-sized graphics  Fancybox to display graphics, iframe, video, swf 25 © 2011-2013 UserAid, all rights reserved.
  • 26. Adding Features Fancybox Example <html><head><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1. 4/jquery.min.js"></script> <script type="text/javascript" src="fancybox/jquery.fancybox- 1.3.4.pack.js"></script> <link rel="stylesheet" href="fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" /></head> <body> <a class="iframe" href="http://www.google.com">Open iframe</a> </body></html> 26 © 2011-2013 UserAid, all rights reserved.
  • 28. Resources w3schools.com provides tutorials & reference info 28 © 2011-2013 UserAid, all rights reserved.
  • 29. Resources dynamicdrive.com provides samples and code 29 © 2011-2013 UserAid, all rights reserved.
  • 30. Resources msdn.microsoft.com provides reference & samples 30 © 2011-2013 UserAid, all rights reserved.

Editor's Notes

  1. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  2. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  3. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  4. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  5. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  6. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  7. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  8. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  9. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  10. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  11. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  12. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  13. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  14. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  15. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  16. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  17. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  18. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  19. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  20. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  21. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  22. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  23. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  24. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  25. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  26. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  27. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  28. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  29. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  30. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  31. Getting Started with Scripting © 2011 UserAid, all rights reserved.