SlideShare une entreprise Scribd logo
1  sur  85
Site Manager rocks! This presentation goes up to 11 Gareth J M Saunders Assistant Information Architect/Web Manager Chris Gordon Web Software Developer T44U, Dublin - November 2009 Beta
Site Manager rocks! This presentation goes up to 11 Gareth J M Saunders Assistant Information Architect/Web Manager Chris Gordon Web Software Developer T44U, Dublin - November 2009
St Andrews
St Andrews Founded 1413
Site Manager at St Andrews December 2006 Installed Site Manager 5.1 (or 5.2) May 2007 Launched first site October 2008 Upgraded to Site Manager 6.0.0018 Summer 2009 Dev server installed with 6.2 Soon? Upgrade live to 6.2 Currently 35 channels, inc. 11 RSS channels
“ Could you ...?" A typical request
"We can do  anything !" The University of St Andrews Web Team
"How would we do this ...?" Gareth
"We could use PHP ..." Steve
"Aye ... but is there any way we could get Site Manager to do it?" Gareth
The answer is usually: YES
But occasionally the answer is no
Site Manager rocks! This presentation goes up to 11 Gareth J M Saunders Assistant Information Architect/Web Manager Chris Gordon Web Software Developer T44U, Dublin - November 2009
Top tips when rolling out sites using Site Manager Caveat We’re not experts, but these are the things we’ve found useful
1. Policies and procedures The exciting stuff first ...
Who is responsible for what?
Sign a partnership agreement Thanks to Bill Mackintosh at the University of York for this advice
Naming conventions
Naming conventions UPPERCASE, Mixed case or lowercase URLs? Per channel Content e.g. webteam_about_garethjmsaunders Styles and templates e.g. Divinity 1 Home Media library categories Publish out as separate folders? TOOLS > CONFIGURATION Media library items e.g. hr-policy-sickleave.pdf
Training and support
Development server
Going live policy ... test first
2. Hacks If it ain’t broke ... tweak it!
Hack #1:  Firebug for Firefox http://getfirebug.com
CSS Selector navigation object Problem How do I delete these?
CSS Selector navigation object Hack! Use Firebug Locate the values in the code Delete them UPDATE
Hack #2:  Stylish for Firefox https://addons.mozilla.org/en-US/firefox/addon/2108 " Restyle the web with Stylish , a user styles manager."
Use Firebug to locate page elements   Isolating the login input boxes
Stylish examples   Log in screen Before Small login boxes After Web 2.0 treatment  for the short-sighted
Stylish examples   Site Hierarchy Before Very subtle background colour  on mouse-over hover After Hover more prominent
Stylish examples   Media Library Before There is no media  in which category? After Ah! that one!
Stylish examples   Configuration Before Centre-aligned headings After Left-aligned headings with background-colour  and hover-effect on rows
Hack #3:  Greasemonkey for Firefox JavaScript libraries Can be used with jQuery, MooTools, Prototype, Scriptaculous, etc. Wishlist Highlight any selected rows in User Management, Group Management, etc., or even move them to the top of the table to remove the need to scroll. https://addons.mozilla.org/en-US/firefox/addon/748 "Allows you to  customize  the way a webpage displays    using  small bits of  JavaScript ..."
3. From design to T4 Transferring your  designs into Site Manager
Print out design onto A3 and mark-up by hand Style elements Find divide between header and footer Related content required? Hard-coded elements Navigation objects Share existing Create new Write IDs onto diagram  Media elements Images CSS JavaScript Templates Share existing Create new
Use mind maps Our uses include Project  management Information architecture Migration (4,000+ pages) Re-architect 50+ sites Page-level design Design management User permissions in T4 www.slideshare.com/garethjmsaunders/
4. Efficient code Improving the Web one byte at a time
Duplicate standalone HTML code for quick mock-ups TERMINALFOUR Site Manager Standalone HTML
Use version control Efficient  Work on different branches concurrently Fail-safe Roll back quickly to an older version
Use frameworks CSS Blueprint CSS 960 Grid System YUI Grids JavaScript jQuery Prototype and Scriptaculous MooTools PHP CakePHP Symphony Zend
Framework advantages v disadvantages Advantages Cross-browser support Faster development time Well-structured, modular code Code consistency Visual design cohesion Disadvantages Often non-semantic Bloated code (may not need whole framework) Limited Inherit other people's bugs Can take time to learn
Optimize your code Books High Performance Web Sites Steve Souders (O'Reilly, 2007) ISBN 0-596-52930-9 Even Faster Web Sites Steve Souders (O'Reilly, 2009) ISBN 0-596-52230-4 Firebug add-ons Yahoo! YSlow http://developer.yahoo.com/yslow/ Google Page Speed http://code.google.com/speed/page-speed/
5. Navigation objects Where do you want to go today?
Navigation objects Site Manager 6.0 Related Content Related Content Branch BreadCrumbs CSS Selector Link Menu Return To Index Section Details Top Content BreadCrumb Advanced Language Switcher Section Iterator Site Map Top Stories
An average page BreadCrumbs CSS Selector Section Details Content Related Content Branch Related Content Link Menu
Where related content comes from
Advantages v disadvantages Advantages Separate content from design Restrict access Easy to mirror information Disadvantages Users often struggle to remember where to go to update information
Related Content navigation object Use Child Unique keyword
Related Content Branch navigation object Use Child Unique keyword
Predefined order in styles rel_global_image rel_image rel_residence rel_global_contacts rel_contact rel_content rel_global_content rel_children rel_global_children rel_twitter rel_global_twitter rel_php rel_meebo rel_global_openingtimes rel_openingtimes rel_rssfeed rel_global_applications rel_forms rel_global_forms ... rel_global_internal_links
Main content ... everything else is related
Image carousel
Campaign buttons
Categories
Highlights
6. Alternate formatters Really useful ... if you can get your head around them
RSS feed link and autodiscovery News rel_rssfeed Content uses the rssfeed template Template has 2 formatters related/rss head/rss Two navigation objects in styles using each of the formatters
7. Statistics Who, what, where, when ...
8. 404 Page not found These are not the droids you're looking for
www.st-andrews.ac.uk/error404/ How did I get here? Site organsation Search box Popular pages Help
www.abertay.ac.uk/error404/ How did I get here? Site map Search box Feedback form Recent changes Help
www.strath.ac.uk/error404/ How did I get here? Contact us Search box Most popular pages Top search terms
9. Publishing How not to be damned
Stagger the publish times of your channels Otherwise ...
When do you schedule RSS publishing?
Hourly publishing schedule Site Manager WWW Transfer Manager
Approve by half past, live 50 minutes later Transfer Manager Site Manager WWW
The problem If we schedule the RSS publish anywhere during those 50 minutes and a new News item has been approved after half-past then the RSS feed may publish out a link to a 404 depending on whether the HTML publish included it or not.
Example 09:30  HTML publish begins 09:45 News item approved 10:20 RSS feed published with 404 link to latest news item 11:20 News item finally published to HTML +
Our solution 09:29 RSS publish to staging 09:30  HTML publish to staging 10:09 Transfer all to live +
10. htaccess Apache experience
.htaccess  - directory-level server configuration Password protect require valid-user abc Redirects redirect 301 /from /to Error documents ErrorDocument 404 /errors/404 AddType AddType application/x-httpd .php .htaccess
Password protect a directory /restricted .htaccess LDAP require user abc1 require user def2 require user ghi3
Publish as a channel? Advantages Create template Tight control on what information is entered Restrict access to template Disadvantages Channels publish a file to every directory even if there is no content being published to that channel.
Channels also publish to 'empty' sections Staff Restricted Students Parents Channel has only one piece of content Every section is published to with blank .htaccess files .htaccess .htaccess .htaccess .htaccess
11. Deleted For those users who don't understand what inactive means
Create a local  deleted  section within each site
Publish Draft Do not publish (hide) Deleted Content status: 4 values, 3 lights
Publish Draft Do not publish (hide) Deleted What's the  difference  between Expired and Inactive?
How many of our users think of it Expired Inactive
How TERMINALFOUR thinks of it Expired Inactive
Move content/sections you really want to delete
Purge only those items within a Deleted section
We salute you! For those about to use Site Manager
Thank you Gareth J M Saunders [email_address] Chris Gordon [email_address] Questions, comments, suggestions, thoughts, ideas ...

Contenu connexe

Tendances

Web Development for UX Designers
Web Development for UX DesignersWeb Development for UX Designers
Web Development for UX DesignersAshlimarie
 
Web Design Primer Sample - HTML CSS JS
Web Design Primer Sample - HTML CSS JSWeb Design Primer Sample - HTML CSS JS
Web Design Primer Sample - HTML CSS JSBootstrap Creative
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesVitaly Friedman
 
Style Guides Are The New Photoshop (Fronteers 2012)
Style Guides Are The New Photoshop (Fronteers 2012)Style Guides Are The New Photoshop (Fronteers 2012)
Style Guides Are The New Photoshop (Fronteers 2012)Stephen Hay
 
Intro To Twitter Bootstrap
Intro To Twitter BootstrapIntro To Twitter Bootstrap
Intro To Twitter BootstrapAhmed Haque
 
Bootstrap Framework and Drupal
Bootstrap Framework and DrupalBootstrap Framework and Drupal
Bootstrap Framework and DrupalJim Birch
 
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Cedric Spillebeen
 
React Storybook, Atomic Design, and ITCSS
React Storybook, Atomic Design, and ITCSSReact Storybook, Atomic Design, and ITCSS
React Storybook, Atomic Design, and ITCSSTrevor Pierce
 
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine DevelopmentEECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine DevelopmentFortySeven Media
 
Bootstrap Introduction
Bootstrap IntroductionBootstrap Introduction
Bootstrap IntroductionAndrea Tarr
 
The Server Side of Responsive Web Design
The Server Side of Responsive Web DesignThe Server Side of Responsive Web Design
The Server Side of Responsive Web DesignDave Olsen
 
Jared Whitlock Open Source In The Enterprise Plone @ Novell
Jared Whitlock   Open Source In The Enterprise    Plone @ NovellJared Whitlock   Open Source In The Enterprise    Plone @ Novell
Jared Whitlock Open Source In The Enterprise Plone @ NovellVincenzo Barone
 
Introduction to Bootstrap: Design for Developers
Introduction to Bootstrap: Design for DevelopersIntroduction to Bootstrap: Design for Developers
Introduction to Bootstrap: Design for DevelopersMelvin John
 
Learn How to Use Atomic Design to Make Your Site Manageable and Adaptable
Learn How to Use Atomic Design to Make Your Site Manageable and AdaptableLearn How to Use Atomic Design to Make Your Site Manageable and Adaptable
Learn How to Use Atomic Design to Make Your Site Manageable and AdaptableAcquia
 

Tendances (20)

Web Development for UX Designers
Web Development for UX DesignersWeb Development for UX Designers
Web Development for UX Designers
 
Web Design Primer Sample - HTML CSS JS
Web Design Primer Sample - HTML CSS JSWeb Design Primer Sample - HTML CSS JS
Web Design Primer Sample - HTML CSS JS
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and Techniques
 
Style Guides Are The New Photoshop (Fronteers 2012)
Style Guides Are The New Photoshop (Fronteers 2012)Style Guides Are The New Photoshop (Fronteers 2012)
Style Guides Are The New Photoshop (Fronteers 2012)
 
Intro To Twitter Bootstrap
Intro To Twitter BootstrapIntro To Twitter Bootstrap
Intro To Twitter Bootstrap
 
Bootstrap Framework and Drupal
Bootstrap Framework and DrupalBootstrap Framework and Drupal
Bootstrap Framework and Drupal
 
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
 
React Storybook, Atomic Design, and ITCSS
React Storybook, Atomic Design, and ITCSSReact Storybook, Atomic Design, and ITCSS
React Storybook, Atomic Design, and ITCSS
 
Bootstrap ppt
Bootstrap pptBootstrap ppt
Bootstrap ppt
 
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine DevelopmentEECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
 
Bootstrap 5 ppt
Bootstrap 5 pptBootstrap 5 ppt
Bootstrap 5 ppt
 
Bootstrap Introduction
Bootstrap IntroductionBootstrap Introduction
Bootstrap Introduction
 
The Server Side of Responsive Web Design
The Server Side of Responsive Web DesignThe Server Side of Responsive Web Design
The Server Side of Responsive Web Design
 
Twitter bootstrap 101
Twitter bootstrap 101Twitter bootstrap 101
Twitter bootstrap 101
 
Bootstrap 4 n00bz
Bootstrap 4 n00bzBootstrap 4 n00bz
Bootstrap 4 n00bz
 
Jared Whitlock Open Source In The Enterprise Plone @ Novell
Jared Whitlock   Open Source In The Enterprise    Plone @ NovellJared Whitlock   Open Source In The Enterprise    Plone @ Novell
Jared Whitlock Open Source In The Enterprise Plone @ Novell
 
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to Bootstrap
 
Introduction to Bootstrap: Design for Developers
Introduction to Bootstrap: Design for DevelopersIntroduction to Bootstrap: Design for Developers
Introduction to Bootstrap: Design for Developers
 
Web Standards
Web StandardsWeb Standards
Web Standards
 
Learn How to Use Atomic Design to Make Your Site Manageable and Adaptable
Learn How to Use Atomic Design to Make Your Site Manageable and AdaptableLearn How to Use Atomic Design to Make Your Site Manageable and Adaptable
Learn How to Use Atomic Design to Make Your Site Manageable and Adaptable
 

Similaire à Site Manager rocks!

WordPress 3.x for the sake of your sanity
WordPress 3.x for the sake of your sanityWordPress 3.x for the sake of your sanity
WordPress 3.x for the sake of your sanityShelley Keith, MSIQ
 
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentEvan Mullins
 
TERMINALFOUR t44u 2009 - University of St Andrews Case Study
TERMINALFOUR t44u 2009 - University of St Andrews Case StudyTERMINALFOUR t44u 2009 - University of St Andrews Case Study
TERMINALFOUR t44u 2009 - University of St Andrews Case StudyTerminalfour
 
Drupal Distributions
Drupal DistributionsDrupal Distributions
Drupal DistributionsAnne Stefanyk
 
Moving from Web 1.0 to Web 2.0
Moving from Web 1.0 to Web 2.0Moving from Web 1.0 to Web 2.0
Moving from Web 1.0 to Web 2.0Estelle Weyl
 
In-Fisherman.com - Building an Enterprise Level Drupal Site
In-Fisherman.com - Building an Enterprise Level Drupal SiteIn-Fisherman.com - Building an Enterprise Level Drupal Site
In-Fisherman.com - Building an Enterprise Level Drupal SiteMediacurrent
 
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!Evan Mullins
 
HTML5 introduction for beginners
HTML5 introduction for beginnersHTML5 introduction for beginners
HTML5 introduction for beginnersVineeth N Krishnan
 
CSS Frameworks: Categories, Criteria and Recommendations
CSS Frameworks: Categories, Criteria and RecommendationsCSS Frameworks: Categories, Criteria and Recommendations
CSS Frameworks: Categories, Criteria and Recommendationssirajrkhan
 
Seth Duffy Accessibility97035
Seth Duffy   Accessibility97035Seth Duffy   Accessibility97035
Seth Duffy Accessibility97035FNian
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalRod Martin
 
Bootstrap for Beginners
Bootstrap for BeginnersBootstrap for Beginners
Bootstrap for BeginnersD'arce Hess
 
How to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured ContentHow to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured ContentAcquia
 
Just dev it presenation modified word press 101
Just dev it presenation   modified word press 101Just dev it presenation   modified word press 101
Just dev it presenation modified word press 101roguevoice
 
Introduction to web page
Introduction to web pageIntroduction to web page
Introduction to web pageMahmoud Shaqria
 
Raybiztech Content Management Approach
Raybiztech Content Management ApproachRaybiztech Content Management Approach
Raybiztech Content Management Approachray biztech
 

Similaire à Site Manager rocks! (20)

WordPress 3.x for the sake of your sanity
WordPress 3.x for the sake of your sanityWordPress 3.x for the sake of your sanity
WordPress 3.x for the sake of your sanity
 
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
 
TERMINALFOUR t44u 2009 - University of St Andrews Case Study
TERMINALFOUR t44u 2009 - University of St Andrews Case StudyTERMINALFOUR t44u 2009 - University of St Andrews Case Study
TERMINALFOUR t44u 2009 - University of St Andrews Case Study
 
Drupal Distributions
Drupal DistributionsDrupal Distributions
Drupal Distributions
 
Swf search final
Swf search finalSwf search final
Swf search final
 
Moving from Web 1.0 to Web 2.0
Moving from Web 1.0 to Web 2.0Moving from Web 1.0 to Web 2.0
Moving from Web 1.0 to Web 2.0
 
In-Fisherman.com - Building an Enterprise Level Drupal Site
In-Fisherman.com - Building an Enterprise Level Drupal SiteIn-Fisherman.com - Building an Enterprise Level Drupal Site
In-Fisherman.com - Building an Enterprise Level Drupal Site
 
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
 
HTML5 introduction for beginners
HTML5 introduction for beginnersHTML5 introduction for beginners
HTML5 introduction for beginners
 
CSS Frameworks: Categories, Criteria and Recommendations
CSS Frameworks: Categories, Criteria and RecommendationsCSS Frameworks: Categories, Criteria and Recommendations
CSS Frameworks: Categories, Criteria and Recommendations
 
Seth Duffy Accessibility97035
Seth Duffy   Accessibility97035Seth Duffy   Accessibility97035
Seth Duffy Accessibility97035
 
Boost and SEO
Boost and SEOBoost and SEO
Boost and SEO
 
WebMatrix2
WebMatrix2WebMatrix2
WebMatrix2
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to Drupal
 
Bootstrap for Beginners
Bootstrap for BeginnersBootstrap for Beginners
Bootstrap for Beginners
 
How to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured ContentHow to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured Content
 
Just dev it presenation modified word press 101
Just dev it presenation   modified word press 101Just dev it presenation   modified word press 101
Just dev it presenation modified word press 101
 
DIWD 2011
DIWD 2011DIWD 2011
DIWD 2011
 
Introduction to web page
Introduction to web pageIntroduction to web page
Introduction to web page
 
Raybiztech Content Management Approach
Raybiztech Content Management ApproachRaybiztech Content Management Approach
Raybiztech Content Management Approach
 

Dernier

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 

Dernier (20)

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 

Site Manager rocks!

  • 1. Site Manager rocks! This presentation goes up to 11 Gareth J M Saunders Assistant Information Architect/Web Manager Chris Gordon Web Software Developer T44U, Dublin - November 2009 Beta
  • 2. Site Manager rocks! This presentation goes up to 11 Gareth J M Saunders Assistant Information Architect/Web Manager Chris Gordon Web Software Developer T44U, Dublin - November 2009
  • 5. Site Manager at St Andrews December 2006 Installed Site Manager 5.1 (or 5.2) May 2007 Launched first site October 2008 Upgraded to Site Manager 6.0.0018 Summer 2009 Dev server installed with 6.2 Soon? Upgrade live to 6.2 Currently 35 channels, inc. 11 RSS channels
  • 6. “ Could you ...?" A typical request
  • 7. "We can do anything !" The University of St Andrews Web Team
  • 8. "How would we do this ...?" Gareth
  • 9. "We could use PHP ..." Steve
  • 10. "Aye ... but is there any way we could get Site Manager to do it?" Gareth
  • 11. The answer is usually: YES
  • 12. But occasionally the answer is no
  • 13. Site Manager rocks! This presentation goes up to 11 Gareth J M Saunders Assistant Information Architect/Web Manager Chris Gordon Web Software Developer T44U, Dublin - November 2009
  • 14. Top tips when rolling out sites using Site Manager Caveat We’re not experts, but these are the things we’ve found useful
  • 15. 1. Policies and procedures The exciting stuff first ...
  • 16. Who is responsible for what?
  • 17. Sign a partnership agreement Thanks to Bill Mackintosh at the University of York for this advice
  • 19. Naming conventions UPPERCASE, Mixed case or lowercase URLs? Per channel Content e.g. webteam_about_garethjmsaunders Styles and templates e.g. Divinity 1 Home Media library categories Publish out as separate folders? TOOLS > CONFIGURATION Media library items e.g. hr-policy-sickleave.pdf
  • 22. Going live policy ... test first
  • 23. 2. Hacks If it ain’t broke ... tweak it!
  • 24. Hack #1: Firebug for Firefox http://getfirebug.com
  • 25. CSS Selector navigation object Problem How do I delete these?
  • 26. CSS Selector navigation object Hack! Use Firebug Locate the values in the code Delete them UPDATE
  • 27. Hack #2: Stylish for Firefox https://addons.mozilla.org/en-US/firefox/addon/2108 " Restyle the web with Stylish , a user styles manager."
  • 28. Use Firebug to locate page elements Isolating the login input boxes
  • 29. Stylish examples Log in screen Before Small login boxes After Web 2.0 treatment for the short-sighted
  • 30. Stylish examples Site Hierarchy Before Very subtle background colour on mouse-over hover After Hover more prominent
  • 31. Stylish examples Media Library Before There is no media in which category? After Ah! that one!
  • 32. Stylish examples Configuration Before Centre-aligned headings After Left-aligned headings with background-colour and hover-effect on rows
  • 33. Hack #3: Greasemonkey for Firefox JavaScript libraries Can be used with jQuery, MooTools, Prototype, Scriptaculous, etc. Wishlist Highlight any selected rows in User Management, Group Management, etc., or even move them to the top of the table to remove the need to scroll. https://addons.mozilla.org/en-US/firefox/addon/748 "Allows you to customize the way a webpage displays using small bits of JavaScript ..."
  • 34. 3. From design to T4 Transferring your designs into Site Manager
  • 35. Print out design onto A3 and mark-up by hand Style elements Find divide between header and footer Related content required? Hard-coded elements Navigation objects Share existing Create new Write IDs onto diagram Media elements Images CSS JavaScript Templates Share existing Create new
  • 36. Use mind maps Our uses include Project management Information architecture Migration (4,000+ pages) Re-architect 50+ sites Page-level design Design management User permissions in T4 www.slideshare.com/garethjmsaunders/
  • 37. 4. Efficient code Improving the Web one byte at a time
  • 38. Duplicate standalone HTML code for quick mock-ups TERMINALFOUR Site Manager Standalone HTML
  • 39. Use version control Efficient Work on different branches concurrently Fail-safe Roll back quickly to an older version
  • 40. Use frameworks CSS Blueprint CSS 960 Grid System YUI Grids JavaScript jQuery Prototype and Scriptaculous MooTools PHP CakePHP Symphony Zend
  • 41. Framework advantages v disadvantages Advantages Cross-browser support Faster development time Well-structured, modular code Code consistency Visual design cohesion Disadvantages Often non-semantic Bloated code (may not need whole framework) Limited Inherit other people's bugs Can take time to learn
  • 42. Optimize your code Books High Performance Web Sites Steve Souders (O'Reilly, 2007) ISBN 0-596-52930-9 Even Faster Web Sites Steve Souders (O'Reilly, 2009) ISBN 0-596-52230-4 Firebug add-ons Yahoo! YSlow http://developer.yahoo.com/yslow/ Google Page Speed http://code.google.com/speed/page-speed/
  • 43. 5. Navigation objects Where do you want to go today?
  • 44. Navigation objects Site Manager 6.0 Related Content Related Content Branch BreadCrumbs CSS Selector Link Menu Return To Index Section Details Top Content BreadCrumb Advanced Language Switcher Section Iterator Site Map Top Stories
  • 45. An average page BreadCrumbs CSS Selector Section Details Content Related Content Branch Related Content Link Menu
  • 46. Where related content comes from
  • 47. Advantages v disadvantages Advantages Separate content from design Restrict access Easy to mirror information Disadvantages Users often struggle to remember where to go to update information
  • 48. Related Content navigation object Use Child Unique keyword
  • 49. Related Content Branch navigation object Use Child Unique keyword
  • 50. Predefined order in styles rel_global_image rel_image rel_residence rel_global_contacts rel_contact rel_content rel_global_content rel_children rel_global_children rel_twitter rel_global_twitter rel_php rel_meebo rel_global_openingtimes rel_openingtimes rel_rssfeed rel_global_applications rel_forms rel_global_forms ... rel_global_internal_links
  • 51. Main content ... everything else is related
  • 56. 6. Alternate formatters Really useful ... if you can get your head around them
  • 57. RSS feed link and autodiscovery News rel_rssfeed Content uses the rssfeed template Template has 2 formatters related/rss head/rss Two navigation objects in styles using each of the formatters
  • 58. 7. Statistics Who, what, where, when ...
  • 59. 8. 404 Page not found These are not the droids you're looking for
  • 60. www.st-andrews.ac.uk/error404/ How did I get here? Site organsation Search box Popular pages Help
  • 61. www.abertay.ac.uk/error404/ How did I get here? Site map Search box Feedback form Recent changes Help
  • 62. www.strath.ac.uk/error404/ How did I get here? Contact us Search box Most popular pages Top search terms
  • 63. 9. Publishing How not to be damned
  • 64. Stagger the publish times of your channels Otherwise ...
  • 65. When do you schedule RSS publishing?
  • 66. Hourly publishing schedule Site Manager WWW Transfer Manager
  • 67. Approve by half past, live 50 minutes later Transfer Manager Site Manager WWW
  • 68. The problem If we schedule the RSS publish anywhere during those 50 minutes and a new News item has been approved after half-past then the RSS feed may publish out a link to a 404 depending on whether the HTML publish included it or not.
  • 69. Example 09:30 HTML publish begins 09:45 News item approved 10:20 RSS feed published with 404 link to latest news item 11:20 News item finally published to HTML +
  • 70. Our solution 09:29 RSS publish to staging 09:30 HTML publish to staging 10:09 Transfer all to live +
  • 71. 10. htaccess Apache experience
  • 72. .htaccess - directory-level server configuration Password protect require valid-user abc Redirects redirect 301 /from /to Error documents ErrorDocument 404 /errors/404 AddType AddType application/x-httpd .php .htaccess
  • 73. Password protect a directory /restricted .htaccess LDAP require user abc1 require user def2 require user ghi3
  • 74. Publish as a channel? Advantages Create template Tight control on what information is entered Restrict access to template Disadvantages Channels publish a file to every directory even if there is no content being published to that channel.
  • 75. Channels also publish to 'empty' sections Staff Restricted Students Parents Channel has only one piece of content Every section is published to with blank .htaccess files .htaccess .htaccess .htaccess .htaccess
  • 76. 11. Deleted For those users who don't understand what inactive means
  • 77. Create a local deleted section within each site
  • 78. Publish Draft Do not publish (hide) Deleted Content status: 4 values, 3 lights
  • 79. Publish Draft Do not publish (hide) Deleted What's the difference between Expired and Inactive?
  • 80. How many of our users think of it Expired Inactive
  • 81. How TERMINALFOUR thinks of it Expired Inactive
  • 82. Move content/sections you really want to delete
  • 83. Purge only those items within a Deleted section
  • 84. We salute you! For those about to use Site Manager
  • 85. Thank you Gareth J M Saunders [email_address] Chris Gordon [email_address] Questions, comments, suggestions, thoughts, ideas ...

Notes de l'éditeur

  1. Office accessorize: http://www.sxc.hu/photo/1228819
  2. Team Leader: http://www.istockphoto.com/stock-photo-5866244-team-leader.php
  3. Hand signing contract: http://www.istockphoto.com/stock-photo-2982441-hand-signing-contract.php
  4. Name tag: http://www.istockphoto.com/stock-photo-3445841-name-tag.php
  5. Name tag: http://www.istockphoto.com/stock-photo-3445841-name-tag.php
  6. Computer studies: http://www.istockphoto.com/stock-photo-4758492-computer-studies.php
  7. Firewall system: http://www.istockphoto.com/stock-photo-8517528-firewall-system.php
  8. Push the button: http://www.sxc.hu/photo/1064362 Feedback form: excellent http://www.sxc.hu/photo/866529
  9. Thieves: http://www.istockphoto.com/stock-photo-4906934-thieves.php
  10. Blueprints: http://www.istockphoto.com/stock-photo-3879027-blueprints.php
  11. Build your website: http://www.istockphoto.com/stock-photo-2393284-build-your-website.php
  12. Stones 1: http://www.sxc.hu/photo/998467
  13. Balance 3: http://www.sxc.hu/photo/1093389
  14. Unreal cube: http://www.sxc.hu/photo/1237492
  15. Unreal cube: http://www.sxc.hu/photo/1237492
  16. Balance 3: http://www.sxc.hu/photo/1093389
  17. Blank signpost: http://www.istockphoto.com/stock-photo-1717253-blank-signpost.php
  18. Directions silhouette: http://www.sxc.hu/photo/1146427
  19. Change: http://www.istockphoto.com/stock-photo-5884311-change.php
  20. Diagram: http://www.istockphoto.com/stock-photo-7857366-diagram.php
  21. Lost: http://www.istockphoto.com/stock-photo-3582142-lost.php
  22. Online advertisement: http://www.istockphoto.com/stock-photo-8926205-online-advertisement.php
  23. Snail: http://www.sxc.hu/photo/1181452
  24. Clock: http://www.sxc.hu/photo/1181581
  25. Clock: http://www.sxc.hu/photo/1181581
  26. Clock: http://www.sxc.hu/photo/1181581
  27. Clock: http://www.sxc.hu/photo/1181581
  28. Clock: http://www.sxc.hu/photo/1181581
  29. Clock: http://www.sxc.hu/photo/1181581
  30. LCD display with log in screen: http://www.istockphoto.com/stock-photo-2808740-lcd-display-with-log-in-screen.php
  31. LCD display with log in screen: http://www.istockphoto.com/stock-photo-2808740-lcd-display-with-log-in-screen.php
  32. LCD display with log in screen: http://www.istockphoto.com/stock-photo-2808740-lcd-display-with-log-in-screen.php
  33. LCD display with log in screen: http://www.istockphoto.com/stock-photo-2808740-lcd-display-with-log-in-screen.php
  34. LCD display with log in screen: http://www.istockphoto.com/stock-photo-2808740-lcd-display-with-log-in-screen.php
  35. Green wheelie bins in a row: http://www.istockphoto.com/stock-photo-2044765-green-wheelie-bins-in-a-row.php