Expression Engine Designer

61
WELCOME TO THE FRONT-END DESIGN CONFERENCE Why ExpressionEngine is great for designers

description

Para los que desarrollan en Expression Engine una buena guia.

Transcript of Expression Engine Designer

Page 1: Expression Engine   Designer

WELCOMETO THE FRONT-END DESIGN CONFERENCE

Why ExpressionEngine is great for designers

Page 2: Expression Engine   Designer

HELLOMY NAME IS JONATHAN LONGNECKER

Page 3: Expression Engine   Designer
Page 4: Expression Engine   Designer

HELLOHIS NAME IS NATE CROFT

Page 5: Expression Engine   Designer

CHANNELS/WEBLOGS Customized updatable content.

GRAPHIC DESIGN HTML/CSS EXPRESSIONENGINE

Page 6: Expression Engine   Designer

WHAT IS IT?

Page 7: Expression Engine   Designer

IS BUILT FOR DESIGNERS

Page 8: Expression Engine   Designer

WEB PUBLISHING

TEMPLATE ENGINE

ADD-ONS

COMMENTING

COMMUNICATION

SEARCH

MEMBER MANAGEMENT

TYPOGRAPHY

SPAM DETERRENTS

DATA CACHING

SECURITY

UTILITIES

Page 9: Expression Engine   Designer

TOP DESIGNERS & AGENCIES USE IT

FLEXIBLE, POWERFUL TEMPLATING

CUSTOM PUBLISHING

CONTROL OVER CODE

EASY SYNTAX

STRONG SUPPORT & COMMUNITY

Page 10: Expression Engine   Designer

WHO’S USING IT?Don’t take my word for it.

Page 11: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Jason Santa Maria

Page 12: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? 31Three

Page 13: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Airbag Industries

Page 14: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Blue Flavor

Page 15: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Veerle Pieters

Page 16: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Duoh

Page 17: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Happy Cog

Page 18: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Viget Labs

Page 19: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? A List Apart

Page 20: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Change.gov

Page 21: Expression Engine   Designer

WHO’S USING EXPRESSIONENGINE? Campaign Monitor

Page 22: Expression Engine   Designer

TEMPLATESWelcome to complete freedom.

Page 23: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

TEMPLATE GROUPS

Page 24: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

TEMPLATE GROUPS

TEMPLATES

Page 25: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

http://fortysevenmedia.com/

TEMPLATE GROUP

blog/

URL TITLE

be_thankful

TEMPLATE

archives/

Page 26: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

GLOBAL VARIABLES TEMPLATE EMBEDS{stylsheets} {embed="global/footer"}

Page 27: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<link rel="Shortcut Icon" href="http://fortysevenmedia.com/favicon.ico"/>

<meta name="keywords" content="web design, graphic design" />

<title>FortySeven Media ~ Kick Awesome Web Design, Graphic Design &amp; Media Creation ~ Knoxville, TN</title>

Page 28: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

<meta name="keywords" content="web design, graphic design" />

<meta name="author" content="FortySeven Media" />

<meta name="copyright" content="&copy; 2008 FortySeven Media" />

<title>FortySeven Media ~ Kick Awesome Web Design, Graphic Design &amp; Media Creation ~ Knoxville, TN</title>

{html_head}

Page 29: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

<div id="nav"><ul>

<li><a class="current" href="/">Home</a></li><li><a href="/dont_hire/">Don't Hire Us</a></li><li><a href="/portfolio/">Portfolio</a></li><li><a href="/services/">Services</a></li><li><a href="/blog/">Blog</a></li><li><a href="/about/">About Us</a></li><li><a href="/contact/">Contact</a></li>

</ul></div>

Page 30: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

<div id="nav"><ul>

<li><a {if '{embed:loc}' == 'home'}class="current"{/if} href="/">Home</a></li><li><a href="/dont_hire/">Don't Hire Us</a></li><li><a href="/portfolio/">Portfolio</a></li><li><a href="/services/">Services</a></li><li><a href="/blog/">Blog</a></li><li><a href="/about/">About Us</a></li><li><a href="/contact/">Contact</a></li>

</ul></div>

Page 31: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

{embed="global/nav" loc="home"}

Page 32: Expression Engine   Designer

TEMPLATES Welcome to complete freedom.

GLOBAL VARIABLES TEMPLATE EMBEDS{stylsheets} {embed="global/footer"}

Page 33: Expression Engine   Designer

CHANNELS/WEBLOGSCustomized updatable content.

Page 34: Expression Engine   Designer

CHANNELS/WEBLOGS Customized updatable content.

CUSTOM STATUSES

CUSTOM FIELDS & FIELD TYPES

CUSTOM CATEGORIES

Page 35: Expression Engine   Designer

CHANNELS/WEBLOGS Customized updatable content.

Page 36: Expression Engine   Designer

CHANNELS/WEBLOGS Customized updatable content.

Page 37: Expression Engine   Designer

CHANNELS/WEBLOGS Customized updatable content.

<h3>Recent Blog Entries</h3>

<ul><li><a href="/blog/article/console_for_la_live/">Console for LA Live <br /><span class="date">07-09-09</span></a></li>

<li><a href="/blog/article/console_for_majestic_star_casino/">Console for Majestic Star Casino <br /><span class="date">07-02-09</span></a></li>

<li><a href="/blog/article/launch_party_at_the_hard_rock/">Launch Party at the Hard Rock <br /><span class="date">05-13-09</span></a></li>

<li><a href="/blog/article/welcome_to_the_new_site/">Welcome to the New Site! <br /><span class="date">05-13-09</span></a></li></ul>

Page 38: Expression Engine   Designer

CHANNELS/WEBLOGS Customized updatable content.

<h3>Recent Blog Entries</h3>

<ul>{exp:weblog:entries weblog="blog" orderby="date" sort="desc" limit="5"}

<li><a href="{url_title_path="blog/article"}">{title} <br /><span class="date">{entry_date format="%m-%d-%y"}</span></a></li>

{/exp:weblog:entries}</ul>

Page 39: Expression Engine   Designer

CODE CONTROLPutting it all together.

Page 40: Expression Engine   Designer

CODE CONTROL Putting it all together.

Page 41: Expression Engine   Designer

CODE CONTROL Putting it all together.

Page 42: Expression Engine   Designer

CODE CONTROL Putting it all together.

<a class="lightwindow" params="lightwindow_width=504, lightwindow_height=379" title="Title Goes Here" href="http://vimeo.com/moogaloop.swf?clip_id=3287538&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=8cd1c2&amp;fullscreen=0&amp;autoplay=1">Click to Play</a>

Page 43: Expression Engine   Designer

CODE CONTROL Putting it all together.

Page 44: Expression Engine   Designer

CODE CONTROL Putting it all together.

{exp:weblog:entries weblog="work" orderby="date" sort="desc" limit="5"}

<a class="lightwindow" params="lightwindow_width={video_width}, lightwindow_height={video_height}" title="{title}" href="http://vimeo.com/moogaloop.swf?clip_id={video}&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=8cd1c2&amp;fullscreen=0&amp;autoplay=1">Click to Play</a>

{/exp:weblog:entries}

Page 45: Expression Engine   Designer

CODE CONTROL Putting it all together.

{exp:weblog:entries weblog="work" orderby="date" sort="desc" limit="5"}

{embed="global/global_videolink" title="{title}" video="{video}" video_width="{video_width}" video_height="{video_height}"}

{/exp:weblog:entries}

Page 46: Expression Engine   Designer

CODE CONTROL Putting it all together.

<a class="lightwindow" params="lightwindow_width={embed:video_width}, lightwindow_height={embed:video_height}" title="{embed:title}" href="http://vimeo.com/moogaloop.swf?clip_id={embed:video}&amp; server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=8cd1c2&amp;fullscreen=0&amp;autoplay=1">Click to Play</a>

Page 47: Expression Engine   Designer

CODE CONTROL Putting it all together.

Page 48: Expression Engine   Designer

SYNTAXEven I can understand it.

Page 49: Expression Engine   Designer

SYNTAX Even I can understand it.

<h3>Recent Blog Entries</h3>

<ul>{exp:weblog:entries weblog="blog" orderby="date" sort="desc" limit="5"}

<li><a href="{url_title_path="blog/article"}">{title} <br /><span class="date">{entry_date format="%m-%d-%y"}</span></a></li>

{/exp:weblog:entries}</ul>

Page 50: Expression Engine   Designer

SYNTAX Even I can understand it.

<h3>Recent Blog Entries</h3>

<ul>{exp:weblog:entries weblog="blog" orderby="date" sort="asc" limit="5"}

<li><a href="{url_title_path="blog/article"}">{title} <br /><span class="date">{entry_date format="%m-%d-%y"}</span></a></li>

{/exp:weblog:entries}</ul>

Page 51: Expression Engine   Designer

SYNTAX Even I can understand it.

<h3>Recent Blog Entries</h3>

<ul>{exp:weblog:entries weblog="blog" orderby="date" sort="asc" limit="2"}

<li><a href="{url_title_path="blog/article"}">{title} <br /><span class="date">{entry_date format="%m-%d-%y"}</span></a></li>

{/exp:weblog:entries}</ul>

Page 52: Expression Engine   Designer

SYNTAX Even I can understand it.

<h3>Recent Blog Entries</h3>

<ul>{exp:weblog:entries weblog="blog" orderby="random" limit="5"}

<li><a href="{url_title_path="blog/article"}">{title} <br /><span class="date">{entry_date format="%m-%d-%y"}</span></a></li>

{/exp:weblog:entries}</ul>

Page 53: Expression Engine   Designer

COMMUNITYThey get behind a fellow.

Page 54: Expression Engine   Designer

COMMUNITY EE Documentation

Page 55: Expression Engine   Designer

COMMUNITY EE Kowledge Base

Page 56: Expression Engine   Designer

COMMUNITY EE Forums

Page 57: Expression Engine   Designer

COMMUNITY Train-ee

Page 58: Expression Engine   Designer

COMMUNITY EE Insider Tips

Page 59: Expression Engine   Designer

TOP DESIGNERS & AGENCIES USE IT

FLEXIBLE, POWERFUL TEMPLATING

CUSTOM PUBLISHING

CONTROL OVER CODE

EASY SYNTAX

STRONG SUPPORT & COMMUNITY

Page 60: Expression Engine   Designer

DISCUSSIONLet’s talk about it.

Page 61: Expression Engine   Designer

THANK YOUEnjoy the rest of the conference!