SlideShare a Scribd company logo
Behind the sceneAnders HattestadPage 1 , 18.05.2010
Endres i topp-/bunntekstPage 2 , 18.05.2010Anders Hattestad
Vise eksemplerHvordan det er løstGrupperer litt etter ulik teknikkOppsummere etterpåEndres i topp-/bunntekstPage 3 , 18.05.2010Hva skal vi gå igjennom
Property/Page/Control AdaptersEndres i topp-/bunntekstPage 4 , 18.05.2010
Endres i topp-/bunntekstPage 5 , 18.05.2010Change create new page
Endres i topp-/bunntekstPage 6 , 20.05.2010PageAdaptors
Endres i topp-/bunntekstPage 7 , 18.05.2010Change existing propertiesBeforeAfterhttp://labs.episerver.com/en/Blogs/Anders-Hattestad/Dates/2009/4/Change-LinkCollection-with-PropertyDataControlAdapter/
Endres i topp-/bunntekstPage 8 , 20.05.2010PropertyDataControlAdapter
GuiPluging hack with no front codeEndres i topp-/bunntekstPage 9 , 20.05.2010
Endres i topp-/bunntekstPage 10 , 18.05.2010Manipulere edit viewGroup properties together in edit modePlan:Make a new property that display’s other propertiesHide properties from  1) Make CreateEditControls for new propertyhttp://labs.episerver.com/en/Blogs/Anders-Hattestad/Dates/2010/3/Change-the-edit-page-for-the-editors/
Endres i topp-/bunntekstPage 11 , 18.05.2010PropertyNiceEditModeMyMatches:{PageStartPublish:DisplayName}
{PageStopPublish:DisplayName}
{PageStartPublish}
{PageStopPublish}Endres i topp-/bunntekstPage 12 , 20.05.2010Hide Properties used by PropertyNiceEditMode
Endres i topp-/bunntekstPage 13 , 18.05.2010Generic view/edit mode for property
Endres i topp-/bunntekstPage 14 , 20.05.2010Edit mode for PropertyNiceEditMode
Endres i topp-/bunntekstPage 15 , 18.05.2010Change edit mode for Fetch data from
Attach to edit table and add code on PreRenderFind PropertyDataControls in tableFind inherit valueAdd a new column in row and show inherit valueEndres i topp-/bunntekstPage 16 , 18.05.2010Plan
Endres i topp-/bunntekstPage 17 , 20.05.20101)
Endres i topp-/bunntekstPage 18 , 20.05.20102)
Endres i topp-/bunntekstPage 19 , 18.05.20103)
Normal GuiPluginEndres i topp-/bunntekstPage 20 , 20.05.2010
Endres i topp-/bunntekstPage 21 , 18.05.2010GuiPlugIn (Area = PlugInArea.EditPanel
Endres i topp-/bunntekstPage 22 , 18.05.2010Page_Load will always trigger
Endres i topp-/bunntekstPage 23 , 18.05.2010Can use control id’s as configuration
Endres i topp-/bunntekstPage 24 , 20.05.2010
Endres i topp-/bunntekstPage 25 , 18.05.2010Save properties
Endres i topp-/bunntekstPage 26 , 18.05.2010Subscribers
Endres i topp-/bunntekstPage 27 , 20.05.2010Admin plugin with markup fil in dll
Endres i topp-/bunntekstPage 28 , 20.05.2010Auto VPP.../Itera/EPi/Subscription/AdminSubscription.ascx.../Subscription/AdminSubscription.ascx.../AdminSubscription.ascx
Inherit from PlugInAttribute static Start()Endres i topp-/bunntekstPage 29 , 18.05.2010
Endres i topp-/bunntekstPage 30 , 18.05.2010Add save logic
Endres i topp-/bunntekstPage 31 , 18.05.2010code
Endres i topp-/bunntekstPage 32 , 18.05.2010UrlSegment
Endres i topp-/bunntekstPage 33 , 18.05.2010Attach too CreatingUrlSegment
PageBase eventEndres i topp-/bunntekstPage 34 , 20.05.2010
Endres i topp-/bunntekstPage 35 , 18.05.2010Masterpage selector
Endres i topp-/bunntekstPage 36 , 18.05.2010Attach PageBase.PageSetup
Endres i topp-/bunntekstPage 37 , 18.05.2010Using MasterPage selector
UrlRewriterEndres i topp-/bunntekstPage 38 , 18.05.2010
http://world.episerver.com/Blogs/Anders-Hattestad/Dates/2009/12/QueryRewriteProvider-replace-query-strings-with-paths/Endres i topp-/bunntekstPage 39 , 20.05.2010Change the url
Endres i topp-/bunntekstPage 40 , 18.05.2010Changing markup url to nice url/Template/Page.aspx?id=54&quicksearchquery=test=>/en/Examples/Search/quicksearchquery_test/
Endres i topp-/bunntekstPage 41 , 20.05.2010Change incoming url to internal1 gang pr request/en/Examples/Search/quicksearchquery_test//en/Examples/Search/=>/Template/Page.aspx?id=54&quicksearchquery=test&MayBe404=true
Lower case url’sAlt 1) Save the url segment part as lower casehttp://blog.bigfinger.se/2010/4/22/seo-lowercase-urls-in-episerver-cms-6.aspxAlt 2) Just change the rendered part to lower caseEndres i topp-/bunntekstPage 42 , 18.05.2010Use right technic, dont over do it 
VPPEndres i topp-/bunntekstPage 43 , 19.05.2010
Vpp to server scaled imagesServer control to display images/flash/youtube/…Endres i topp-/bunntekstPage 44 , 19.05.2010Itera.Mediahttp://labs.episerver.com/en/Blogs/Anders-Hattestad/Dates/2009/10/IteraMedia-a-easy-solution-for-media-files/../width_410.height_190.mode_FillAreaWithCrop.pos_Default.color_White.jpg../width_200.height_92.mode_FillAreaWithCrop.pos_Default.color_White.jpg
Use attributesEndres i topp-/bunntekstPage 45 , 20.05.2010
Endres i topp-/bunntekstPage 46 , 18.05.2010Use GuiPlugin and properties(Itera.MultiProperty)
Endres i topp-/bunntekstPage 47 , 18.05.2010Use Plugin as method to add
Endres i topp-/bunntekstPage 48 , 18.05.2010Easy build in configuration
OppsummeringEndres i topp-/bunntekstPage 49 , 18.05.2010
Global.asaxEndres i topp-/bunntekstPage 50 , 18.05.2010Koble seg på events
Global.asaxProperty/Page/Control AdaptersEndres i topp-/bunntekstPage 51 , 18.05.2010Koble seg på events
Global.asaxProperty/Page/Control AdaptersArv fra EPiServer PlugInAttribute, og bruke static Start()Endres i topp-/bunntekstPage 52 , 18.05.2010Koble seg på events
Global.asaxProperty/Page/Control AdaptersArv fra EPiServer PlugInAttribute, og bruke static Start()GuiPluging hack with no front codeEndres i topp-/bunntekstPage 53 , 18.05.2010Koble seg på events

More Related Content

PPTX
Elizabeth West
PPTX
Cybersettle Walkthrough
PPTX
Teknisk gjennomgang av tm core
PPTX
PPS
Peisaje din Banat
PPT
Tissue
PPTX
Introduksjon Til EPiServer Composer
PDF
Front End Development for Back End Developers - UberConf 2017
Elizabeth West
Cybersettle Walkthrough
Teknisk gjennomgang av tm core
Peisaje din Banat
Tissue
Introduksjon Til EPiServer Composer
Front End Development for Back End Developers - UberConf 2017

Similar to EPiServer - Behind the scene (20)

PPT
EPiServer Web Parts
PDF
bit3.pdf
PPT
Front End Website Optimization
PPT
Os Johnson
PPT
Introduction To ASP.NET MVC
PPTX
Using GPOs to Configure and Tune Desktops
ODP
Forms With Ajax And Advanced Plugins
PPTX
Hacking the browser with puppeteer sharp .NET conf AR 2018
PDF
Do zero ao deploy
PDF
Web applications configurator_administrator_guide(e)
PDF
HTTP colon slash slash: end of the road? @ CakeFest 2013 in San Francisco
PPT
Csphtp1 20
PPTX
TomatoCMS Workshop at Hue-Aptech IT center, 2010
PPTX
Open social 2.0 sandbox ee and breaking out of the gadget box
PPT
Extending Struts(1)
PDF
Front End Development for Back End Developers - vJUG24 2017
PDF
Future js - A whirlwind tour of web components
PPTX
Python at Facebook
PDF
Give your Foreman a greater toolbox with Plugins - Dirk Goetz - Foreman Birth...
PDF
Little Gems in TYPO3 v12
EPiServer Web Parts
bit3.pdf
Front End Website Optimization
Os Johnson
Introduction To ASP.NET MVC
Using GPOs to Configure and Tune Desktops
Forms With Ajax And Advanced Plugins
Hacking the browser with puppeteer sharp .NET conf AR 2018
Do zero ao deploy
Web applications configurator_administrator_guide(e)
HTTP colon slash slash: end of the road? @ CakeFest 2013 in San Francisco
Csphtp1 20
TomatoCMS Workshop at Hue-Aptech IT center, 2010
Open social 2.0 sandbox ee and breaking out of the gadget box
Extending Struts(1)
Front End Development for Back End Developers - vJUG24 2017
Future js - A whirlwind tour of web components
Python at Facebook
Give your Foreman a greater toolbox with Plugins - Dirk Goetz - Foreman Birth...
Little Gems in TYPO3 v12
Ad

Recently uploaded (20)

PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Approach and Philosophy of On baking technology
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Web App vs Mobile App What Should You Build First.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Getting Started with Data Integration: FME Form 101
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Encapsulation_ Review paper, used for researhc scholars
Univ-Connecticut-ChatGPT-Presentaion.pdf
TLE Review Electricity (Electricity).pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
NewMind AI Weekly Chronicles - August'25-Week II
WOOl fibre morphology and structure.pdf for textiles
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
1 - Historical Antecedents, Social Consideration.pdf
Accuracy of neural networks in brain wave diagnosis of schizophrenia
DP Operators-handbook-extract for the Mautical Institute
Heart disease approach using modified random forest and particle swarm optimi...
Approach and Philosophy of On baking technology
Building Integrated photovoltaic BIPV_UPV.pdf
Web App vs Mobile App What Should You Build First.pdf
Group 1 Presentation -Planning and Decision Making .pptx
Getting Started with Data Integration: FME Form 101
OMC Textile Division Presentation 2021.pptx
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Unlocking AI with Model Context Protocol (MCP)
Programs and apps: productivity, graphics, security and other tools
Encapsulation_ Review paper, used for researhc scholars
Ad

EPiServer - Behind the scene