[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [soa-iwg] Another website update
|
Don, the video is finally ready (sound is now included :-) You can still find it at:http://www.vimeo.com/7013808. To embed it into the "Getting Started" site just add the following snippet (I also attached the complete site):
---- start snippet ---- <p> <object width="480" height="360"> <param name="allowfullscreen" value="true"> <param name="allowscriptaccess" value="always"> <embed src=""http://vimeo.com/moogaloop.swf?clip_id=7013808&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=00ADEF&fullscreen=1">http://vimeo.com/moogaloop.swf?clip_id=7013808&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=00ADEF&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="360"> </object> </p> <p> <a href=""http://vimeo.com/7013808">http://vimeo.com/7013808">Eclipse SOA Webcast</a> from <a href=""http://vimeo.com/user991638">http://vimeo.com/user991638">Oliver Wolf</a>. </p>
---- end snippet ----
Regards, Zsolt
|
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); $theme = "Phoenix"; include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# index.php
#
# Author: Ian Skerrett
# Date: 2008-06-18
#
# Description: Pulsar Support Page
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "SOA Initiative Getting Started";
$pageKeywords = "eclipse soa, soa, working group";
$pageAuthor = "Eclipse Foundation, Inc.";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank)
# $Nav->addCustomNav("My Link", "mypage.php", "_self");
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank");
# End: page-specific settings
#
# Place your html content in a file called content/en_pagename.php
ob_start();
?>
<div id="midcolumn">
<h1>Getting Started</h1>
<ul> <li>
<h2>First Steps with the Eclipse SOA Platform for Java and SOA Developers</h2>
<p>This webinar will guide you through the process of using the Eclipse SOA Platform for Java and SOA Developers.
You will learn how to generate service provider and consumer from an existing WSDL using the Swordfish tooling. You will
also learn how to setup a suitable target platform and execute these particpants. </p>
<p>
<object width="480" height="360">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7013808&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=00ADEF&fullscreen=1">
<embed src="http://vimeo.com/moogaloop.swf?clip_id=7013808&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=00ADEF&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="360">
</object>
</p>
<p>
<a href="http://vimeo.com/7013808">Eclipse SOA Webcast</a> from <a href="http://vimeo.com/user991638">Oliver Wolf</a>.
</p>
</li>
</ul>
</div>
<?
$html = ob_get_clean();
# Generate the web page
$App->Promotion = TRUE;
$App->AddExtraHtmlHeader('<link type="text/css" href="style.css" rel="stylesheet"/>');
$App->generatePage("Nova", $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>
Am 12.10.2009 um 20:28 schrieb Zsolt Beothy-Elo: Don,
I have good and bad news concerning the "Getting started" video. The good one is that it is finally available, the bad one is that the sound is missing. Hopefully it is a not a big deal and we will be able to fix it soon. I any case I will keep you updated about the progress we make. If you are nevertheless interested in the video have a look at http://www.vimeo.com/7013808. Also embedding it in our "Getting Started" site looks fine.
Cheers, Zsolt
Am 09.10.2009 um 20:45 schrieb Donald Smith: - Fixed a number of problems related to IE (these were font wrapping issues) - Fixed a number of typos and wording suggestions. - Still missing “Getting Started” video, expecting it by Monday. - Don Donald Smith Director of Ecosystem Development Eclipse Foundation, Inc. P:+1 613 224 9461 x231 C:+1 613 292 5160 F:+1 212 918 1619 <ATT00001.c>
<ATT00001.c>
|