Orchard CMS Front-End Styling Rebecca Pleshaw Cloud Construct, LLC June 20, 2012 6:00pm – 8:00pm Microsoft N.E.R.D. Building

Slides:



Advertisements
Similar presentations
Wordpress Workshop 101 Presented by Will Hardison.
Advertisements

WordPress Themes.
Drupal Basics Part 1 An Overview Login Information Edit the Homepage Using the theme Agricultural Communications Services Integrated Media Training Sessions.
Content Management Systems Complex websites made easy.
WI.org Site Training Laura Peterson 3/31/2014.
Seattle Drupal Clinic Introduction to Drupal and Web Content Management.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Orchard CMS Deploying to Azure, Orchard CMS 1.5 August 15, 2012 Copyright 2012 Cloud Construct, LLC.
By Alex Loescher Robert Partch and Robert Pimentel 1.
Interface Design 2 Week 10. Interface Design 2 :: Week 10 :: Calendar.
NOAC 2002 E-Scouting1 Design and Layout Sage Lichtenwalner National OA Web Site Youth Coordinator.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Art 128 Interface Programming 1 In-class Presentation Week 11B.
Best Practices for UI with ASP.NET 2.0 Jeff King Program Manager Web Platform and Tools Microsoft Corporation.
Cascading Style Sheets (CSS) & Content Management Systems (CMS)
Jiří Balej, Martin Podborský, Petra Čačková.  Tools, which enables to produce content without source code knowledge  Text document ◦ MS Word/OO Writer.
Plan of action Introduction to Technation Project background About the client About the project What we have done so far Our expectation Any questions.
What is Wordpress?  WordPress has a web template processor. Users can re-arrange widgets without editing PHP of HTML code; they can also install and.
Copyright 2007, Information Builders. Slide 1 WebFOCUS BI Portal Matthew Lerner WebFOCUS Product Line Manager September 30, 2009.
Bones – HTML5 Wordpress Theme Development
Build a CMS Website. The topics this chapter covers are: What is CMS ? What you can do with CMS The benefits and disadvantages of using a content management.
A GUIDE TO SHAREPOINT 2007 CUSTOMIZATION OPTIONS Heather Solomon, WSS MVP.
Drupal Workshop Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology, Drupal technology, directories.
Drupal and the CMS Project. Lesson Learned #1 Keep your modules updated, especially when there are security concerns in the update notes 2010 | The Sky’s.
Launch Your WordPress site in One Hour By Bret Phillips For slides, codes, and notes: Web Devils WordPress.
Getting Started with Dreamweaver
Sitefinity CMS Technical Overview & Developer’s Perspective
Orchard CMS Introduction December 15, 2011 Copyright 2011 Cloud Construct, LLC.
Introduction to WordPress with SiteControl By: Web Services.
Web Sites for amateur radio. So You want to make a Web Site? There are several things you need to know about web sites before you start to think about.
Ch6:creating consistent looking web sites. Master pages Master page defines a combination of fixed content and content place holder to hold the web page(.aspx)
Looking Good Online Design and Presentation of Websites 1.
Lesson 4: Using HTML5 Markup.  The distinguishing characteristics of HTML5 syntax  The new HTML5 sectioning elements  Adding support for HTML5 elements.
Web Design: HTML & CSS Lauren Lewis Mauricio Gomez.
OV Copyright © 2007 Element K Content LLC. All rights reserved. Exploring the Excel Environment  Explore the User Interface  Work with the Ribbon.
INTRODUCTION TO WORDPRESS. About WordPress The free service that we will use from WordPress is often used as blogging software – very little knowledge.
Dreamweaver MX BTA3Open. Dreamweaver MX Application used for creating web sites Homepage must always be saved as index.htm All files names must be in.
Introduction to web development and HTML MGMT 230 LAB.
Cascading Style Sheets Class 2, Lecture 3 Rachel A Ober
Seattle Drupal Clinic Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology.
Planning your site/organization on the Web Please use speaker notes for additional information!
Intro To Web Design with Adobe Dreamweaver CSS Cascading Style Sheets (CSS) is the W3C standard for defining the presentation of documents written in HTML,
MS Power point Tutorial
CMPF124 Basic Skills For Knowledge Workers Module 3 Microsoft Office Suite Pt 3 Microsoft PowerPoint Microsoft Office Suite Pt 3 Microsoft PowerPoint.
Artezio LLC Address: 3G Gubkina Str., suite 504, Moscow, Russia, Phone: +7 (495) Fax: +7 (495)
Kinetic Data Your business. Your process. KEG Kinetic Data Customer Conference & User Group February 24-25, 2014.
Project 6: Kayaking HTML5 Site
WORDPRESS IS IT EASY FOR ME ?. WHY should I use WordPress ?
Adxstudio Portals Training
Web Design Site Structure. Site File Structure What is a wireframe?
+ Publishing Your First Post USING WORDPRESS. + A CMS (content management system) is an application that allows you to publish, edit, modify, organize,
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
Art for New Media 1 - Sketchbook: Look through past examples of the Dreamweaver Practice Gallery on the class website. Pick one that you think.
We build high quality innovative components, plug-in and modules for Joomla. Businesses all around the World use our products and services to create the.
Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Textbook to be published by Pearson Ed in early Bootstrap.
What is CSS? A set of style rules that tell the web browser how to present a web page or document. – In earlier versions of HTML, style characteristics,
Getting Started with Dreamweaver
WWW – Why Work with Widgets
Creating Websites With WordPress
Introduction to HTML.
The Difference Between STATIC & DYNAMIC Websites
WordPress Plugins.
Themes MOAC Lesson 4.
Course: Design & Technology
So you were told to make a website
Lesson 9: GUI HTML Editors and Mobile Web Sites
Getting Started with Dreamweaver
HTML5 Level III Responsive Web Design (RWD) and Front-End Frameworks
Wordpress test.cs.edinboro.edu.
Business Prototype Look and Feel
Presentation transcript:

Orchard CMS Front-End Styling Rebecca Pleshaw Cloud Construct, LLC June 20, :00pm – 8:00pm Microsoft N.E.R.D. Building Copyright 2012 Cloud Construct, LLC Orchard CMS Boston User Group

Styling Orchard CMS Easy! – Learning curve like everything else in development – Requires strong CSS knowledge to employ best practices – Minimalist styling yields a solid website product Very Structured Little HTML – CSS already packaged to target all areas of the layout True CSS – Cascading Styles in zones and widgets – CMS class ability for exceptions Newest Technology – HTML5, CSS3 – html5.js – Header, Nav, Aside, Article, Footer Copyright 2012 Cloud Construct, LLC

Customize Your Theme Begin with the TheThemeMachine theme and then manipulate that to build your own. Site.css is built to be flexible, adjusting depending on active zones. Copyright 2012 Cloud Construct, LLC

Theme Preview Copyright 2012 Cloud Construct, LLC

Theme.txt Defines what zones are in the theme (Widget Screen) Modifications change what is displayed on the widget screen. Define your Parent Theme With Layout.cshtml we put all those zones in there and render content for them – Masterpage Copyright 2012 Cloud Construct, LLC

Layout.cshtml Copyright 2012 Cloud Construct, LLC

Installing a Theme Within CMS interface Download and drop into Themes directory From CMS Dashboard > Themes, select installed option. Duplicated TheThemeMachine and renamed. Modify applicable zones in Themes.txt Copyright 2012 Cloud Construct, LLC

Parent vs. Child Themes BaseTheme – Set in theme.txt – Set the Parent site to inherit from – Child themes would then be modifications to the Parent theme Parent Company with Subsidiaries Copyright 2012 Cloud Construct, LLC

Images Keep your site files organized! Media – Sits above Themes Propagate throughout all theme switches – Images relative to content What users would have control over in the CMS – Bio Photos – Page Banners – Gallery Images – Product Screengrabs Themes/OrchardBos/Content/images – Images relative to styling – Site design Copyright 2012 Cloud Construct, LLC

In Conclusion Each site worked on brings new lessons and new aspects to take advantage of. Each version of Orchard brings great improvements, making it even easier! – Additional classes in the CMS Example: Aside Second unique on one page Helps target special cases – Avoid modifying markup Copyright 2012 Cloud Construct, LLC

Questions? Copyright 2012 Cloud Construct, LLC