8.13 RELEASE NOTES. Previous release  Release 28 th July 2008 Latest release  12 betas  68 tickets.

Slides:



Advertisements
Similar presentations
JavaScript FaaDoOEngineers.com FaaDoOEngineers.com.
Advertisements

XML: Styling and Transformation Dr Andy Evans. Multiple views Nice thing is that this data can be styled in lots of different ways using stylesheets.
XML: Managing Data Exchange Stylesheets. Lesson Contents CSS The basic XSL file XSL transforms Templates Sort Numbering Parameters and Variables Datatypes.
1 Chapter 12 Working With Access 2000 on the Internet.
Guide To UNIX Using Linux Third Edition
Tutorial 8 Sharing, Integrating and Analyzing Data
PART III – MAKING YOUR BLOG DYNAMIC Adding Polls, Video Bars, Feeds, News Reels, and Cluster Maps. Also, learn how to embed video, audio, and documents.
CGI programming Using Apache. Concepts Browser prepares parameter list List is attached to name of program to run on server "submit" button sends string.
Introduction to soapUI Presented by Kushan Athukorala.
DAT602 Database Application Development Lecture 15 Java Server Pages Part 1.
Chapter 12 Creating and Using XML Documents HTML5 AND CSS Seventh Edition.
Basics of HTML.
UFCEKG-20-2 Data, Schemas & Applications Lecture 4 Server Side Scripting & PHP.
Introduction to PHP and Server Side Technology. Slide 2 PHP History Created in 1995 PHP 5.0 is the current version It’s been around since 2004.
CGI programming Using Apache. Concepts Browser prepares parameter list List is attached to name of program to run on server "submit" button sends string.
Website Development with Dreamweaver
Web Services Week 7 Aims: A detailed look at the underlying mechanisms for communication between web services Objectives: SOAP, WSDL, UDDI.
Session 1 SESSION 1 Working with Dreamweaver 8.0.
Web Programming : Building Internet Applications Chris Bates CSE :
Point & Edit CMS An Introduction to Point & Edit.
Date : 3/3/2010 Web Technology Solutions Class: Application Syndication: Parse and Publish RSS & XML Data.
Advanced PHP & RSS Utilizing XML, RSS, and PHP. XML (eXtensible Markup Language) XML is the language of all RSS feeds and subscriptions XML is basically.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
1 Introduction  Extensible Markup Language (XML) –Uses tags to describe the structure of a document –Simplifies the process of sharing information –Extensible.
Introduction to JavaScript CS101 Introduction to Computing.
How to Convert to a Managed Package Winter `07 Ralph Eddy January 4, 2007.
Content Management System Copyright © 2005 Liferay, LLC All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Chapter 7: Creating and Consuming XML Web Services Understanding XML Web Services Creating XML Web Services Deploying and Discovering XML Web Services.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
Unit 13 –JQuery Basics Instructor: Brent Presley.
Craig Pelkie Copyright © 2015, Craig Pelkie ALL RIGHTS RESERVED Use RPG to Mobilize your IBM i.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Weebly is Your Friend. * To Enhance And Promote Your Curriculum * To Provide A Student Resource * Add Efficiency to Your Planning * Informational * Promote.
Chapter 5 Using a Template to Create a Resume and Sharing a Finished Document Microsoft Word 2013.
1 New Perspectives on Access 2016 Module 8: Sharing, Integrating, and Analyzing Data.
Product Training Program
4.01 How Web Pages Work.
4.01 How Web Pages Work.
CGI programming Using Apache.
Project 1 Introduction to HTML.
Weebly Elements, Continued
8.12 release Notes.
Creating an XSLT Style Sheet for Formatting Data
Using DHTML to Enhance Web Pages
Weebly Elements, Continued
z/Ware 2.0 Technical Overview
Uppingham Community College
LMEvents SharePoint Portal How-to Guide
Project 1 Introduction to HTML.
Part III – Making Your Blog Dynamic
Microsoft Office Illustrated
Boeing Supply Chain Platform (BSCP) Detailed Training
How to customize your Microsoft SharePoint Online website
Web Systems Development (CSC-215)
jQuery The Easy JavaScript Nikolay Chochev Technical Trainer
HTML HYPERTEXT MARKUP LANGUAGE.
Embedding Graphics in Web Pages
CGI programming Using Apache.
Microsoft PowerPoint 2007 – Unit 2
HYPERTEXT PREPROCESSOR BY : UMA KAKKAR
Introduction to Web Application Design
Introduction to World Wide Web
An Introduction to JavaScript
PHP Forms and Databases.
4.01 How Web Pages Work.
Web Programming and Design
EDITING EXISTING TEMPLATES
Web Programming and Design
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

8.13 RELEASE NOTES

Previous release  Release 28 th July 2008 Latest release  12 betas  68 tickets

Edit text file in the file library  Available for all text files. CSV, CSS, TXT, JS, XSL, HTML and XML  Editing file pop up in text editor  Saved files go in as a new version and become the ‘live’ version

RSS changes 1.Support for filtering by multiple categorisation in the address bar e.g. can be used in data islands and XML consumer pageshttp://test.sitekit.net/RSS.aspx?ID=582&category=dull&category=stupid 2.Support for limiting RSS feeds by quantity  e.g. returns 8 most recent articleshttp://test.sitekit.net/RSS.aspx?ID=582&qty=8  Examples on

SOAP support in data islands  There are 3 protocols by which data can be accessed from a web service. GET, POST and SOAP. The Sitekit data-islands have always supported the retrieval of XML data from web services by the first 2 and support SOAP  The SOAP supports complex object encapsulation being passed in as argument however our version only support simpler ‘single tier’ objects. strings, integers, Booleans  More complex SOAP interaction is possible only via intermediary web service  SOAP calls from a data island require a further arguments representing the namespace (normally found at the top of the relevant asmx file) <xmlsource url=" [method="POST"] [cacheInMin="1000"] [skparamsreqd=”sitekit_siteid,sitekit_editorialid”] [namespace=" > Documented in the website API

Embedded ‘if’ statements (1)  Basic logic can now be embedded in templates and pages. Examples would be comparisons with Sitekit Variables as shown below....any HTML markup or sitekit placeholders can go here... ...any HTML markup or sitekit placeholders can go here...  operand-values can be : any of the Sitekit magic words, any text string or a http request (see next slide). operator-values can be : = or == (equals); <>, !=, !== (not equal); in (op2 contains op1); not in (op2 does not contain op1)

Embedded ‘if’ statements (2)  An extension to Sitekit 'IF' statements is the ability to make a HTTP Request within the operand of an IF statement. This allows custom web-services to be used to control display of elements within a page.  operand-value syntax : "get(url)". This text will be shown only if the aspx page does not return 'Access Denied' in its output. This text will be shown only if the aspx page does not return 'Access Denied' in its output.  Overall the intention is to reduce the number of required templates.  Example page:  KB article

Publisher edition changes Publisher can now publish without coming back to the publisher tab (just like non publisher edition) Work flow before 1.Editor edits 2.Editor applies for publish 3.Publisher views published list 4.Publisher navigates to page 5.Publisher changes page 6.Publisher goes back to publisher page 7.Publisher approves changes Work flow new 1.Editor edits 2.Editor applies for publish 3.Publisher views published list 4.Publisher clicks on page link 5.Publisher changes page 6.Publisher publishes page

Items removed or changed  News ticker - removed as it wasn’t cross browser compliant  Form styling – global find and replace run on all sitekit themes replacing ‘.formGeneral’ with ‘.formGeneral.formCheckboxGroup,.formCountryDropdown,.formAttach,.formBreakButton’