<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SAP Integration Experts - DataXstream &#187; SAP PI Blog</title>
	<atom:link href="http://www.dataxstream.com/category/sap-consultants-blog/sap-technical/pi-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dataxstream.com</link>
	<description>SAP Certified Consultants</description>
	<lastBuildDate>Sat, 24 Jul 2010 11:29:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>What’s in a Naming Convention? Part II</title>
		<link>http://www.dataxstream.com/2010/05/what%e2%80%99s-in-a-naming-convention-part-ii/</link>
		<comments>http://www.dataxstream.com/2010/05/what%e2%80%99s-in-a-naming-convention-part-ii/#comments</comments>
		<pubDate>Tue, 25 May 2010 13:30:29 +0000</pubDate>
		<dc:creator>Dave Morin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[David Morin]]></category>
		<category><![CDATA[namespace]]></category>
		<category><![CDATA[SAP PI]]></category>
		<category><![CDATA[XI]]></category>
		<category><![CDATA[XI/PI]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=5056</guid>
		<description><![CDATA[ I would like to say that I had a great DataXstream ESR-specific naming convention, however the SAP naming convention guide for PI 7.1 does the job perfectly.  In this post I would like to point out some things that I feel most people miss, as well as some things that I think are particularly interesting.]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://www.dataxstream.com/2010/05/what’s-in-a-naming-convention/">last post</a>, I discussed naming the naming convention that DataXstream recommends for SAP PI Integration Directory (ID) objects.  I would like to say that I had a great DataXstream ESR-specific naming convention, however the SAP naming convention guide for PI 7.1 does the job perfectly. Here is the link to the  PI 7.1 naming convention guide <a href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40a66d0e-fe5e-2c10-8a85-e418b59ab36a?QuickLink=index&amp;overridelayout=true">http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40a66d0e-fe5e-2c10-8a85-e418b59ab36a?QuickLink=index&amp;overridelayout=true</a> . I would like to point out some things that I feel most people miss, as well as some things that I think are particularly interesting.</p>
<h3><strong>Object Name Prefixes</strong></h3>
<p>I have seen a lot of places use prefixes or suffixes before objects such as or dt_ or _mt. I have never really been a fan of these prefixes and suffixes, and apparently neither is the above linked naming convention guide. The reason being is that they are unnecessary. It would be difficult to confuse a message type with a data type in a real interface scenario, even if troubleshooting an unknown broken object. Plus it makes message mapping unnecessarily confusing and long since it’s not clear whether to add the prefix, i.e. MT_one_to_MT_two. Good descriptive names are usually all that you need e.g. DEBMAS_to_Customer. The only possible exception to a no-suffix-or-prefix-policy is the service interface, as sometimes it is useful to know which direction and type a service interface is. An argument for a prefix or a suffix to describe a service interface would be to assist in understanding the flow from an SAP perspective in the event that someone who didn’t develop the interface had to come behind and troubleshoot. A argument against would be the fact that it looks silly if you use it for a web service, because you have a name that doesn’t mean anything to a third party user (note operation mappings are told to omit the prefix of direction and mode in the SAP guide).</p>
<p>One interesting thing that I noticed in my investigation of PI 7.1 EHP1 is that it appears that naming conventions on PI can be validated. If the object names do not conform to a naming convention a message will appear. Ter perform this check in the ESR go to menu <em>Tools&gt;Component Check</em>.</p>
<p><a href="http://www.dataxstream.com/wp-content/uploads/2010/05/ESB-Component-Check1.jpg" rel="shadowbox[post-5056];player=img;"><img class="alignnone size-full wp-image-5115" title="ESB-Component-Check" src="http://www.dataxstream.com/wp-content/uploads/2010/05/ESB-Component-Check1.jpg" alt="" width="551" height="434" /></a></p>
<p>Select &#8220;Governance&#8221; and &#8220;Interface Name Checks&#8221;:</p>
<p><a href="http://www.dataxstream.com/wp-content/uploads/2010/05/Interface-Name-Checks1.jpg" rel="shadowbox[post-5056];player=img;"><img class="alignnone size-full wp-image-5116" title="Interface Name Checks" src="http://www.dataxstream.com/wp-content/uploads/2010/05/Interface-Name-Checks1.jpg" alt="" width="598" height="494" /></a></p>
<p>If the service interface does not end with (In/Out)(SYNC/ASY) the interface check will show as an error (does not impact interface processing). I created 2 interfaces: one good and one bad to show this error.</p>
<p><a href="http://www.dataxstream.com/wp-content/uploads/2010/05/Results.jpg" rel="shadowbox[post-5056];player=img;"><img class="alignnone size-full wp-image-5117" title="Results" src="http://www.dataxstream.com/wp-content/uploads/2010/05/Results.jpg" alt="" width="599" height="494" /></a></p>
<p>My suspicion is that SAP will put more in place to force consistent naming standards depending on the service interface pattern in future releases.</p>
<h3><strong>Using a software component and Namespace for each “side” of an interface</strong></h3>
<p>All objects of an interface should not be grouped in a single namespace. They should to be split among the Software Component Versions of the systems being interfaced. Otherwise when you go to configure, you will not be able to see your operational mapping (OM) in the dropdown box without having to select all in the dropdown menu. A general rule of thumb is: if it’s not easy to configure, odds are you have probably done something wrong. Another reason why an object might not appear in the dropdown menu (for example for an operations mapping on an interface mapping) would be if the installed checkbox is not clicked on the SLD. When done correctly, most interfaces should be able to be configured quickly and intuitively in the integration directory (ID) without the need to select from all SWCV from dropdown menus on the integration builder.</p>
<p>Whatever naming convention you choose to use for the ESR, the important thing to remember is that adhering to the standard makes production support and troubleshooting faster and easier.
<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2010/05/what%e2%80%99s-in-a-naming-convention-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Native SQL in an ABAP Proxy</title>
		<link>http://www.dataxstream.com/2010/05/using-native-sql-in-an-abap-proxy/</link>
		<comments>http://www.dataxstream.com/2010/05/using-native-sql-in-an-abap-proxy/#comments</comments>
		<pubDate>Thu, 13 May 2010 13:30:22 +0000</pubDate>
		<dc:creator>Mike Salvo</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP ABAP Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[ABAP development]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[Mike Salvo]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SAP ABAP]]></category>
		<category><![CDATA[SAP programming]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=4929</guid>
		<description><![CDATA[To implement a case-insensitive WHERE clause in ABAP, you simply needed to use the native SQL UPPER() construct. The database system that is being used is Microsoft SQL Server, but the UPPER() function and its syntax is similar across different database platforms. This seemed like an easy nut to crack. But, as I soon found out, I actually had a lot to learn.]]></description>
			<content:encoded><![CDATA[<p>Recently, I was looking at a requirements document to build an interface to an external system that wants to query customer master data by the customer first name and last name.  As I read this, there were a cacophony of thoughts, all demanding equal attention, racing through my head:</p>
<blockquote>
<ul>
<li><span style="color: #0000ff;">How will I ever match the inbound interface parameter &#8220;Tom&#8221; with &#8220;TOM&#8221;, or &#8220;tom&#8221;?</span></li>
<li><span style="color: #0000ff;">How will I ever match the inbound interface parameter &#8220;Smith&#8221; with &#8220;SMITH&#8221; or &#8220;smith&#8221;?</span></li>
<li><span style="color: #0000ff;">The ABAP WHERE clause is <strong>not</strong> case-INsensitive.</span></li>
<li><span style="color: #0000ff;">There could be hundreds of customers named Tom Smith.</span></li>
<li><span style="color: #0000ff;">KNA1-NAME1 and KNA1-NAME2 are not indexed fields.</span></li>
<li><span style="color: #0000ff;">And no, we are not storing any portion of either first or last name in an existing indexed field like SORTL.</span></li>
<li><span style="color: #0000ff;">There are well over one million customers in the database.</span></li>
<li><span style="color: #0000ff;">We have already decided to use PI for all interfaces.</span></li>
<li><span style="color: #0000ff;">I will have to buy the BASIS team a case of beer to get them to agree to create indices on the fields KNA1-NAME1 and KNA1-NAME2 in a table with over one million records</span>.</li>
</ul>
</blockquote>
<p>I arrived at the conclusion that I need a case-insensitive database query, along with database indices created for the fields KNA1-NAME1 and KNA1-NAME2.</p>
<p>But, what is a case-insensitive WHERE clause?  A little research and help from colleagues revealed that many had gone before me, and this was nothing new.  To implement a case-insensitive WHERE clause in ABAP, you simply needed to use the native SQL UPPER() construct.  The database system that is being used is Microsoft SQL Server, but the UPPER() function and its syntax is similar across different database platforms.  This seemed like an easy nut to crack.  But, as I soon found out, I actually had a lot to learn.
<span id="more-4929"></span></p>
<h3>Take 1</h3>
<p>The examples I found were very explicit, showing actual code snippets.  Using my research examples as a template, I built what was to be my first attempt at using native SQL in a ZTEST ABAP program:</p>
<pre style="background-color: #eaeaea; color: #222;">exec sql.
  select kunnr name1 name2
    from kna1
    into table i_cust
    where upper(name1) like :l_name1
      and upper(name2) like :l_name2
endexec.</pre>
<p>Well, as a native SQL rookie, I was stopped dead in my tracks.  Native SQL does not allow a select into a table – you can only select into a work area.</p>
<h3>Take 2</h3>
<p>In my ZTEST ABAP program, I changed the code to SELECT into a work area and append the work area to an internal table in a subroutine:</p>
<pre style="background-color: #eaeaea; color: #222;">exec sql performing append_cust.
  select kunnr, name1, name2
    from kna1
    into :wa_cust
    where upper(name1) like :l_name1
      and upper(name2) like :l_name2
endexec.

form append_cust.
  append wa_cust to i_cust.
endform.</pre>
<p>I really thought that this would work.  But, I was getting a syntax error from native SQL – the table name was not being recognized.  A little more research revealed that, in <em>some</em> cases, only UPPER CASE is valid for table names and field names.  OK.  I can handle that.</p>
<h3>Take 3</h3>
<p>I changed the native SQL statement to all UPPER CASE in my ZTEST ABAP program:</p>
<pre style="background-color: #eaeaea; color: #222;">EXEC SQL PERFORMING APPEND_CUST.
  SELECT KUNNR, NAME1, NAME2
    FROM KNA1
    INTO :WA_CUST
    WHERE UPPER(NAME1) LIKE :L_NAME1
      AND UPPER(NAME2) LIKE :L_NAME2
ENDEXEC.

form append_cust.
  append wa_cust to i_cust.
endform.</pre>
<p>This <em>appeared</em>to work just fine&#8230;  Except, I noticed that too many records were being returned.  A little more analysis showed that I was getting records from ALL clients, not just my logon client.</p>
<h3>Take 4</h3>
<p>Again, in my ZTEST ABAP program, specify the client:</p>
<pre style="background-color: #eaeaea; color: #222;">EXEC SQL PERFORMING APPEND_CUST.
  SELECT KUNNR, NAME1, NAME2
    FROM KNA1
    INTO :WA_CUST
    WHERE UPPER(NAME1) LIKE :L_NAME1
      AND UPPER(NAME2) LIKE :L_NAME2
      <span style="color: #ff0000;">AND MANDT = :L_MANDT</span>
ENDEXEC.

form append_cust.
  append wa_cust to i_cust.
endform.</pre>
<p>Now I was getting the results that I wanted!!!!  So, I pasted this ZTEST ABAP code into the ABAP proxy.</p>
<p>A syntax check of the code immediately rejected the use of subroutines &#8211; they are not allowed in OO ABAP.  I suppose I should have known that.  The error message indicated that I needed to use a cursor instead of the subroutine.  So, I started cursing – a lot!!!</p>
<h3>Take 5 (The Final Version)</h3>
<p>Here is the final version of the code which works for OO ABAP, and, hence, the ABAP proxy:</p>
<pre style="background-color: #eaeaea; color: #222;">EXEC SQL.
  OPEN CUSTCURSOR FOR
    SELECT KUNNR, NAME1, NAME2
      FROM KNA1
      WHERE UPPER(NAME1) LIKE :L_NAME1
        AND UPPER(NAME2) LIKE :L_NAME2
        AND MANDT = :L_MANDT
ENDEXEC.

DO.
  EXEC SQL.
    FETCH NEXT CUSTCURSOR INTO :WA_CUST
  ENDEXEC.

  IF SY-SUBRC NE 0.
    EXIT.
  ELSE.
    APPEND WA_CUST TO I_CUST.
  ENDIF.
ENDDO.

EXEC SQL.
  CLOSE CUSTCURSOR
ENDEXEC.</pre>
<p>Well, I finally got it right after five tries.  As mentioned before, I found many explicit code examples, but none were for OO ABAP with a database  requiring UPPER CASE be used, so that the table and field names would be recognized in the native SQL SELECT statement.</p>
<p>I learned something new about SAP.  I hope that I never stop learning.  I also hope that this blog might save someone a bit of distress in trying to work through a similar situation.  Now, I just need to figure out what kind of beer to buy the BASIS team to get those indexes created&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2010/05/using-native-sql-in-an-abap-proxy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What’s in a Naming Convention?</title>
		<link>http://www.dataxstream.com/2010/05/what%e2%80%99s-in-a-naming-convention/</link>
		<comments>http://www.dataxstream.com/2010/05/what%e2%80%99s-in-a-naming-convention/#comments</comments>
		<pubDate>Wed, 05 May 2010 13:30:25 +0000</pubDate>
		<dc:creator>Dave Morin</dc:creator>
				<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[David Morin]]></category>
		<category><![CDATA[namespace]]></category>
		<category><![CDATA[PI]]></category>
		<category><![CDATA[SAP PI]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=4762</guid>
		<description><![CDATA[It doesn’t take long for a PI implementation to become a complete mess if standards are not put in place before development occurs.  Even among seasoned developers, opinions vary as to the best way to name and organize the IR (ESR) or ID (IB), depending on different backgrounds and previous project experience.  In the next [...]]]></description>
			<content:encoded><![CDATA[<p>It doesn’t take long for a PI implementation to become a complete mess if standards are not put in place before development occurs.  Even among seasoned developers, opinions vary as to the best way to name and organize the IR (ESR) or ID (IB), depending on different backgrounds and previous project experience.  In the next few blogs I would like to touch upon some of the best practices that we utilize in our implementations at DataXstream, which we have arrived at though our project experiences and  discussion, both internally and with other middleware experts.
<span id="more-4762"></span></p>
<h2>Part One &#8211; The Integration Directory (for PI 7.1 or greater)</h2>
<p>I decided to start with the Integration Builder because it’s the easier component with which to bring everything into alignment (versus the ESR). Most of the time there are only two things to name: the scenario and the communication channel.  Unfortunately, it is still incredibly easy for objects to become disorganized.</p>
<h3>Configuration Scenarios</h3>
<p>The whole purpose of a configuration scenario is for organization. An interface will run whether it is in a scenario or not, however troubleshooting is much more difficult when objects are not properly organized. It is important to use a naming convention that addresses the business purpose of the interface and is specific to the flow of the interface (to help with troubleshooting issues and make flows easily traceable).  To accomplish all of these requirements, DataXstream recommends a naming convention that includes the specification number which originated the development request and a route number. The route number is used in interface diagrams and documentation and assists production support with identifying objects in the event that a business scenario involves multiple destinations.  We also recommend including a statement to describe the flow for the route, as well as the description of what the interface does. Some examples of a naming convention we might use would be:</p>
<p>0001.001_ECC_to_Partner1_TransactionalDataDistribution
0001.002_ECC_to_Partner2_TransacationalDataDistribution
0002.001_Partner3_to_ECC_SomeInboundInterface
0003.001_Partner4_to_Partner5_SomeNonSAPInterface</p>
<p>The other thing of note is that all objects should exist in a scenario, even if in a test_DONOTTRANSPORTTOPRODUCTION_prototype_interfacedescription scenario. Proper organization makes it a lot easier to identify, modify, turn on and off, and troubleshoot interfaces. Fully configured interfaces running in objects view take more time to understand and are more time consuming to fix.</p>
<h3>Communication Channels</h3>
<p>Communication channels should describe the purpose, type, and direction of communication. However a lot of people include unnecessary components in the communication channel. For example, since there are usually only two objects with names in the IB, it is not necessary to prefix a communication channel with cc_ as it is unlikely to ever be confused for a scenario. A lot of people also include the communication component in the name of the communication channel, but that also seems redundant, since only communication channels exist under communication components. Some things that are valuable in looking at communication channel naming convention are knowing a brief description of the process it involves, a direction of the communication channel, and the type of adapter being used. Some examples of naming conventions we might use are:</p>
<p><strong>Logistics Company</strong></p>
<ul>
<li>PO_file_sender</li>
</ul>
<p><strong>Database System</strong></p>
<ul>
<li>materialSqlXml_jdbc_receiver</li>
</ul>
<p><strong>ECC system</strong></p>
<ul>
<li>IDoc_receiver</li>
</ul>
<p>As you can see, it is possible to keep the name descriptive and helpful without making the name overly verbose when it comes to communication channels.</p>
<p>The order in which the naming components are ordered depend as much on personal preference as anything else.  For example, let&#8217;s examine a sender file channel that pertains to purchase order data.  Some of the naming convention options are:</p>
<ul>
<li>Sender_File_PO: groups all sender and receiver channels together, then groups by adapter type</li>
<li>File_Sender_PO: groups communication channels by adapter type, then by sender and receiver</li>
<li>PO_File_Sender: groups by logical interface payload, then adapter type</li>
</ul>
<h3>Other Things To Watch Out For</h3>
<ul>
<li><strong>Configure the unnecessary</strong>- We all know that no sender agreement or channel is needed for certain communication methods like iDoc or SOAP to the IE, but if you can, add them to the scenario anyways. It makes it easier for a new developer (think of someone new to production support) to understand what’s happening with an interface, when they can see a consistent flow of the interface sender agreement to receiver agreement on all interfaces in a landscape. I know from working with working with soap, it’s kind of nice being able to grab the wsdl from the sender agreement, even though that component is technically optional.</li>
</ul>
<ul>
<li><strong>Don’t force an interface to work</strong>- If you are configuring a determination or agreement and are not seeing what you expect from the drop down menu, it may be because you haven’t properly defined the SLD or IR. Don’t be lazy and select the interface from all namespaces or SWCVs just to make the interface work; go back and figure out why its not dropping down on the drop down box and correct it.</li>
</ul>
<p>Establishing and adhering to a well thought-out and consistent naming convention can save you a lot of time during the support of your SAP PI interfaces.  In Part II of this blog, I will discuss naming conventions in SAP PI&#8217;s Enterprise Service Repository (ESR).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2010/05/what%e2%80%99s-in-a-naming-convention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting the Services Registry</title>
		<link>http://www.dataxstream.com/2010/02/troubleshooting-the-services-registry/</link>
		<comments>http://www.dataxstream.com/2010/02/troubleshooting-the-services-registry/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 02:07:45 +0000</pubDate>
		<dc:creator>Dave Morin</dc:creator>
				<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[David Morin]]></category>
		<category><![CDATA[PI]]></category>
		<category><![CDATA[SAP PI]]></category>
		<category><![CDATA[UDDI]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[XI]]></category>
		<category><![CDATA[XI/PI]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=4441</guid>
		<description><![CDATA[Recently I set up the services registry for PI 7.1 EHP1 for a client of ours. Although it seemed like it would be a simple process, I ran into a 401 authorization issue and another issue where  web services were not publishing to the services registry. Looking online there are a lot of people who ran [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I set up the services registry for PI 7.1 EHP1 for a client of ours. Although it seemed like it would be a simple process, I ran into a 401 authorization issue and another issue where  web services were not publishing to the services registry. Looking online there are a lot of people who ran into the same issues as I did, so I am providing, here, the steps to perform if your services registry isn’t working.</p>
<p><span id="more-4441"></span></p>
<p>Please note that I was unable to find the wizard for setting it the Services registry in PI 7.1 EPH1, which means I did it manually.</p>
<h3><strong>Make sure everything is correct in the Services Registry Management </strong></h3>
<p>Go to the NWA (http://host:port/nwa).</p>
<p>Go to <em>SOA Management&gt; Technical Configuration&gt;Services Registry Management</em>.
In theory, there is nothing to do here, however I did specify the discovery URL api parameter as the hostname of the server (no port). If you have changed some settings, on the maintenance tab you can click reinitialize, which should reset any changes you have made back to the initial state.</p>
<h3><strong>Configure the ServicesRegistrySiPort</strong></h3>
<p>Go to <em>SOA Management&gt; Application and Scenario Communication&gt; Single Service Administration</em></p>
<p>Click the Consumer Proxies tab.</p>
<p>Search for &#8220;ServicesRegistrySi&#8221;.</p>
<p>Click on the result and click the Configuration Tab and click on ServicesRegistrySiPort.</p>
<p>The service endpoint name should be ServicesRegistrySiPort.  Don’t change it.</p>
<p>Click security.</p>
<p>You have to give it an http authentication. If you don&#8217;t give the authentication, you will eventually have problems like not being able to publish to the SR, even though you may be able to access the registry.</p>
<p>Click on the user ID/ password, click details, and input your http authentication parameters.</p>
<p style="text-align: center;"><a href="http://www.dataxstream.com/wp-content/uploads/2010/02/ServiceRegistrySI1.png" rel="shadowbox[post-4441];player=img;"><img class="aligncenter size-full wp-image-4455" src="http://www.dataxstream.com/wp-content/uploads/2010/02/ServiceRegistrySI1.png" alt="" width="567" height="596" /></a></p>
<h3><strong>Configure the third party UDDI (Only if not using SAP’s UDDI)</strong></h3>
<p>If you are using a non-sap UDDI, you will need to go to <em>NWA&gt;Destination Template Management</em> and create a UDDI_DESTINATION and a CLASSIFICATION_DESTINATION to point to the respective urls of your uddi. Don’t forget to click security and select User ID/Password Authentication for both destinations. Otherwise, you will get a 401 not authorized error when you try to access the services registry&#8211;similar to if you mistyped your password at ServicesRegistrySiPort.</p>
<p style="text-align: center;"><a href="http://www.dataxstream.com/wp-content/uploads/2010/02/3rd-party-uddi.png" rel="shadowbox[post-4441];player=img;">
</a><a href="http://www.dataxstream.com/wp-content/uploads/2010/02/3rd-party-uddi.png" rel="shadowbox[post-4441];player=img;"></a><a href="http://www.dataxstream.com/wp-content/uploads/2010/02/3rd-party-uddi1.png" rel="shadowbox[post-4441];player=img;"><img class="aligncenter size-full wp-image-4453" src="http://www.dataxstream.com/wp-content/uploads/2010/02/3rd-party-uddi1.png" alt="" width="493" height="503" /></a></p>
<h3><strong>Security</strong></h3>
<p style="text-align: center;">Make sure that your user has  UDDI_TierN and SERVICES_REGISTRY_READ_WRITE authorizations or you will get a 401 not authorized error.  Of course. in your system you should use a technical user instead of your userid as which I did for the purposes of this blog.<a href="http://www.dataxstream.com/wp-content/uploads/2010/02/Security-Authorizations1.png" rel="shadowbox[post-4441];player=img;"><img class="aligncenter size-full  wp-image-4454" src="http://www.dataxstream.com/wp-content/uploads/2010/02/Security-Authorizations1.png" alt="" width="557" height="441" /></a></p>
<p>Please note, I did run into an issue where it suddenly stopped working a day everything was configured. All I can say is Gremlins. I switched the user to a technical user with the authorization listed above on the ServicesRegistrySiPort as well as on the destination templates and I haven’t had a problem since.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2010/02/troubleshooting-the-services-registry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changed RFC Structure Not Propagating to XI/PI Runtime</title>
		<link>http://www.dataxstream.com/2009/11/changed-rfc-structure-not-propagating-to-xipi-runtime/</link>
		<comments>http://www.dataxstream.com/2009/11/changed-rfc-structure-not-propagating-to-xipi-runtime/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:04:14 +0000</pubDate>
		<dc:creator>Craig Stasila</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[Craig Stasila]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[PI]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[XI]]></category>
		<category><![CDATA[XI/PI]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=3257</guid>
		<description><![CDATA[In support of an synchronous XI interface (SOAP-&#62;XI-&#62;RFC), I changed the underlying structure of one of the RFC parameters.  I appended some fields to the end of a return structure in ECC.  I re-imported the RFC meta data to the Integration Repository as always and mapped the fields accordingly.  When I executed the interface, the fields that [...]]]></description>
			<content:encoded><![CDATA[<p>In support of an synchronous XI interface (SOAP-&gt;XI-&gt;RFC), I changed the underlying structure of one of the RFC parameters.  I appended some fields to the end of a return structure in ECC.  I re-imported the RFC meta data to the Integration Repository as always and mapped the fields accordingly.  When I executed the interface, the fields that I added did NOT appear in the XML.  This is because the XI runtime cache did not have the updated metadata for the RFC.</p>
<p>To update the runtime cache (called CPA Cache), enter the following URL in your web browser <em>http://&lt;host&gt;:5&lt;sys#&gt;00/CPACache/refresh?mode=full</em>.  XI will do the rest of the work for you.  After the CPA cache is refreshed, the new RFC meta data reflects the newly added fields.</p>
<p>These other CPA Cache URLs may also be helpful:</p>
<blockquote><p><strong>CPA Cache Monitoring: </strong> http://&lt;host&gt;:5&lt;sys#&gt;00/CPACache<br/>
<strong>Delta CPA Cache Refresh: </strong> http://&lt;host&gt;:5&lt;sys#&gt;00/CPACache/refresh?mode=delta<br/>
<strong>Full CPA Cache Refresh: </strong> http://&lt;host&gt;:5&lt;sys#&gt;00/CPACache/refresh?mode=full</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2009/11/changed-rfc-structure-not-propagating-to-xipi-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Standard Sale Area Cross Reference For Inbound IDOC Processing</title>
		<link>http://www.dataxstream.com/2009/10/sap-idoc-sales-area-cross-reference/</link>
		<comments>http://www.dataxstream.com/2009/10/sap-idoc-sales-area-cross-reference/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 04:00:15 +0000</pubDate>
		<dc:creator>dkoch</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP EDI Blog]]></category>
		<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[Cross Reference]]></category>
		<category><![CDATA[DELFOR02]]></category>
		<category><![CDATA[Dick Koch]]></category>
		<category><![CDATA[EDI]]></category>
		<category><![CDATA[EDSDC]]></category>
		<category><![CDATA[IDOC]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[ORDERS05]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=2425</guid>
		<description><![CDATA[Cross Reference To SAP Sales Area From External Customer Number &#8211; SAP EDSDC Table If you have ever converted an external file into a SAP Sales Document IDOC (ex: ORDERS05) you may have hard coded the E1EDK14 segments of the IDOC which specify Sales Area and order type for the SAP Sales Document.  However, these segments are [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000"> </span></p>
<h2>Cross Reference To SAP Sales Area From External Customer Number &#8211; SAP EDSDC Table</h2>
<p>If you have ever converted an external file into a SAP Sales Document IDOC (ex: ORDERS05) you may have hard coded the E1EDK14 segments of the IDOC which specify Sales Area and order type for the SAP Sales Document.  However, these segments are not required if you populate the E1EDKA1-LIFNR segment of the IDOC with the External Customer Number and populate the EDSDC table with the Sales Area and Order Type for the customer.  Your SAP system contains a standard utility that converts the External Customer Number to the Sales Area values and Order Type value contained in this table.</p>
<h2>Sales Area Cross Reference From IDOCs ORDERS05 and DELFOR02</h2>
<p>This utility is available in the standard SAP package to convert External Customer Number to SAP Sales Area when processing inbound IDOCs (ex: ORDERS05, DELFOR02) from non-SAP systems.  It eliminates the need to add E1EDK14 segments to the IDOC as it populates the Sales Organization, Distribution Channel, Division, and Sales Document Type using the entries in the EDSDC table which is populated using transaction VOE2.  In order for this process to work, you must have the Customers External number populated in the E1EDKA1-LIFNR field of the IDOC where E1EDKA1-PARVW is &#8216;AG&#8217; and the EDPAR Customer Conversion table set up to convert the Customer External number to the SAP Customer number.  <strong>See my blog &#8216;SAP EDPAR Table &#8211; External Customer Number cross reference to SAP Customer Number&#8217; for instructions on the External Customer Conversion</strong>.  By properly doing this, the standard SAP function module will use the EDSDC table to convert the External Customer Number to the SAP Sales Area and Document Type.  The following instructions will explain how to populate the inbound IDOC and the EDSDC table.</p>
<p><span id="more-2425"></span>
On the Inbound IDOC do not create any E1EDK14 segments.  The use of the EDSDC table will populate the Sales Area and Document Type of the Sales document and therefore no E1EDK14 segments are required.  Populate the E1EDKA1 segment for the Sold-To party where the PARVW field is &#8216;AG&#8217; and the LIFNR field is the External Customer Number (<em><strong>Note: the EDPAR table must be populated to convert this External Customer Number to the SAP Sold-To number</strong></em>).</p>
<p><img class="alignnone size-full wp-image-2626" src="http://www.dataxstream.com/wp-content/uploads/2021/12/IDOC_LIFNR1.jpg" alt="IDOC_LIFNR" width="643" height="505" /></p>
<p>Use transaction VOE2 to populate the EDSDC table.  Enter the SAP Sold-To Customer number in the Customer field and your Customer&#8217;s External Sold-To number in the Vendor number field.  You will then populate the SOrg, DChl, and Dv fields on VOE2 with the Sales Area information(Sales Organization, Distribution Channel, and Division) related to your SAP Customer number.  Finally, you will enter the Sales Document Type(ex: OR = Standard Order) in the SaTy field.  These values will be used as the Sales Area and Document Type on the SAP Sales Document once the IDOC is processed.</p>
<p><img class="alignnone size-full wp-image-2629" src="http://www.dataxstream.com/wp-content/uploads/2021/12/EDSDC3.jpg" alt="EDSDC" width="779" height="265" /></p>
<p>So eliminate hard coding multiple E1EDK14 segments in the inbound IDOC, just use the Standard SAP Utility designed to populated the Sales Area and Order Type of your Sales Documents.  Populate the EDSDC table using the VOE2 transaction and send the External Customer Number in the E1EDKA1-LIFNR field of the IDOC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2009/10/sap-idoc-sales-area-cross-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Standard Customer Cross Reference For Inbound IDOC Processing</title>
		<link>http://www.dataxstream.com/2009/10/sap-idoc-customer-cross-reference/</link>
		<comments>http://www.dataxstream.com/2009/10/sap-idoc-customer-cross-reference/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 16:00:42 +0000</pubDate>
		<dc:creator>dkoch</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP EDI Blog]]></category>
		<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[Cross Reference]]></category>
		<category><![CDATA[DELFOR02]]></category>
		<category><![CDATA[Dick Koch]]></category>
		<category><![CDATA[EDPAR]]></category>
		<category><![CDATA[IDOC]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[ORDERS05]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=2426</guid>
		<description><![CDATA[Converting External Customer Number To Internal Customer Number &#8211; SAP EDPAR Table Have you ever had a project where you are converting a customer file into an SAP Sales Document IDOC (ex: ORDERS05) and the customer file contains their Internal Customer Number?  So you need to determine what the SAP Customer Number will be on [...]]]></description>
			<content:encoded><![CDATA[<h2>Converting External Customer Number To Internal Customer Number &#8211; SAP EDPAR Table</h2>
<p>Have you ever had a project where you are converting a customer file into an SAP Sales Document IDOC (ex: ORDERS05) and the customer file contains their Internal Customer Number?  So you need to determine what the SAP Customer Number will be on the IDOC.  If you are not familiar with the SAP interface process you may hardcode the SAP Customer Number or create external tables in your third party mapping software to accomplish this conversion process.  However, this involves customer specific logic or updating the tables with your SAP Customer Numbers and having a process to maintain this table as new SAP Customer Numbers are created.  There is a much easier way to perform this conversion with no additional coding as it is a standard SAP utility.</p>
<h2>Customer Conversion For IDOCS ORDERS05 and DELFOR02</h2>
<p>This utility is available in the standard SAP package to convert External Customer Numbers to SAP Customer numbers (Sold-To, Ship-To, etc.) when processing inbound IDOCs (ex: ORDERS05, DELFOR02) from non-SAP systems.  When working with data that will be imported into SAP via IDOC format the data usually  contain your customers external sold-to and ship-to numbers and not the associated SAP customer numbers.    Therefore, you would need to convert this External Customer Number to  your internal SAP Customer Number.  Instead of creating cross-reference tables or conversion routines in your third-party translation software you can populate the E1EDKA1-LIFNR field of the inbound IDOC with the External Customer Number and use transaction VOE4 to populate the EDPAR table.  By properly doing this, the standard SAP function module will use the EDPAR table values to convert the External Customer Number to the SAP Customer number.  The following instructions will explain how to populate the inbound IDOC and the EDPAR table.</p>
<p><span id="more-2426"></span></p>
<h2>Configuration Of IDOC Segment E1EDKA1</h2>
<p>On the inbound IDOC, the only fields you will need to populate on the E1EDKA1 segment is the PARVW(Partner Function) field and the LIFNR(Vendor Number at Customer Location) field.  In most cases you will have an E1EDKA1 segment for the Sold-To party and another E1EDKA1 segment for the Ship-To party.  For the Sold-To party you would enter &#8216;AG&#8217; in the PARVW field and the External Sold-To Number in the LIFNR field.</p>
<p><img class="alignnone size-full wp-image-2631" src="http://www.dataxstream.com/wp-content/uploads/2021/12/IDOC_LIFNR2.jpg" alt="IDOC_LIFNR" width="643" height="505" /></p>
<p>For the Ship-To party you would enter &#8216;WE&#8217; in the PARVW field and the External Ship-To Number in the LIFNR field.</p>
<p><img class="alignnone size-full wp-image-2632" src="http://www.dataxstream.com/wp-content/uploads/2021/12/IDOC_LIFNR_WE2.jpg" alt="IDOC_LIFNR_WE" width="648" height="499" /></p>
<h2>Populating SAP EDPAR Table Via Transaction VOE4</h2>
<p>Prior to processing an inbound IDOC you would use transaction VOE4 to populate the EDPAR table.  The SAP Sold-To number will always be entered in the Customer number field.  The Ext Function field will be populated depending on the External number.  If you are converting the Sold-To number you would enter &#8216;SP&#8217; in the Ext Function field.  If you are converting the Ship-To number you would enter &#8216;SH&#8217; in the Ext Function field.  The External Sold-To/Ship-To number would be entered in the External partner field.    Finally, you would enter the SAP Sold-To number or Ship-To number in the Int no. field.  This value will be used as the Sold-To/Ship-To on the SAP Sales Document once the IDOC is processed.</p>
<p><img class="alignnone size-full wp-image-2633" src="http://www.dataxstream.com/wp-content/uploads/2021/12/EDPAR.jpg" alt="EDPAR" width="691" height="444" /></p>
<p>So if you ever need to convert External Customer Number to SAP Customer Numbers take advantage of the utilities that SAP supplies.  You can even incorporate the EDPAR table entry updates  into the SD Business Configuration processes so when a new customer number is created and it is designated as an EDI Customer, the personnel creating the new customer can also update the EDPAR table entries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2009/10/sap-idoc-customer-cross-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP TechEd 09 Demo Jam Liveblog Recap</title>
		<link>http://www.dataxstream.com/2009/10/sap-teched-09-demo-jam-liveblog-recap/</link>
		<comments>http://www.dataxstream.com/2009/10/sap-teched-09-demo-jam-liveblog-recap/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:33:01 +0000</pubDate>
		<dc:creator>Craig Stasila</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP ABAP Blog]]></category>
		<category><![CDATA[SAP ABAP Performance]]></category>
		<category><![CDATA[SAP Basis Blog]]></category>
		<category><![CDATA[SAP Basis Performance]]></category>
		<category><![CDATA[SAP EDI Blog]]></category>
		<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP Java Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP SolMan Blog]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[Craig Stasila]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[Liveblog]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[TechEd]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/2009/10/sap-teched-09-demo-jam-liveblog-recap/</guid>
		<description><![CDATA[This blog is a recap of the liveblog of the  SAP TechEd 09 conference Demo Jam. To read in chronological order, start from the bottom and work your way up. Craig Stasila: 8:23 pm on October 13, 2009 Thanks for checking in to the SAP TechEd 09 Demo Jam. I hope you had as much [...]]]></description>
			<content:encoded><![CDATA[<p>This blog is a recap of the liveblog of the  SAP TechEd 09 conference Demo Jam.  To read in chronological order, start from the bottom and work your way up.</p>
<p><span id="more-2773"></span></p>
<div id="postlist" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<div id="prologue-325" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:23 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-325" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Thanks for checking in to the SAP TechEd 09 Demo Jam. I hope you had as much fun as we did.</p>
</div>
</div>
<div id="prologue-324" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:22 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-324" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">And, in a surprise to noone, SAP – No Hands (the beer guys) win in a frothy, delicious, ice-cold, refreshing landslide.</p>
</div>
</div>
<div id="prologue-323" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:22 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-323" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Now Chip is discussing how the video of TechEd is available online. That is all fine and good, but you can’t get the witty commentary from yours truly that way…</p>
</div>
</div>
<div id="prologue-321" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:21 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-321" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">SAP TechEd 09 has 3,500 attendees. A smaller group than in past, but a pretty good crowd, indeed.</p>
</div>
</div>
<div id="prologue-320" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:20 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-320" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-319" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2486" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2486-1024x768.jpg" alt="IMG_2486" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The 2nd round of voting completes</p>
</div>
</div>
<div id="prologue-318" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:18 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-318" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">With a tired, alcohol fueled crowd, one would guess that the beer guys have the inside track. The final three will be judged by head-to-head-to-head cheering.</p>
</div>
</div>
<div id="prologue-317" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:17 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-317" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">And the final three are:
+ Sensor Monitoring for Smart Energy Saving
+ Project Yowie
+ SAP – No Hands (the beer guys)</p>
</div>
</div>
<div id="prologue-315" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:17 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-315" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Chip &amp; Craig must now vamp as the results are tabulated….</p>
</div>
</div>
<div id="prologue-313" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:16 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-313" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-312" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2483" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2483-1024x768.jpg" alt="IMG_2483" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">And the winner of the iPod is: Samir Ghandi.  Congratulations on getting an iPod Touch 32GB.</p>
</div>
</div>
<div id="prologue-311" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:14 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-311" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">That does it for the demo. Now Chip &amp; Craig are on stage to give away an iPod. For all of those reading at home, sorry to burst your bubble, but you did NOT win.</p>
</div>
</div>
<div id="prologue-310" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:14 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-310" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-309" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2481" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2481-1024x768.jpg" alt="IMG_2481" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-308" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:13 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-308" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Now one click of the cost center in SAP will confirm all the POs. Very slick demo AND 1:10 under time!</p>
</div>
</div>
<div id="prologue-307" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:12 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-307" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-306" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2480" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2480-1024x768.jpg" alt="IMG_2480" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-305" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:12 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-305" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The app uses the iPhone camera for goods receipt confirmation verification documentation.</p>
</div>
</div>
<div id="prologue-304" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:11 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-304" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Another iPhone application is demoed. This one is for processing Goods Receipts for purchase orders. MIGO via iPhone!</p>
</div>
</div>
<div id="prologue-303" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:10 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-303" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-302" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2477" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2477-1024x768.jpg" alt="IMG_2477" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-301" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:09 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-301" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The last demo will show a simplified purchasing process that will allow 3-click purchasing.</p>
</div>
</div>
<div id="prologue-300" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:09 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-300" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Demo #7: Simplified Purchasing by John Astill &amp; Gaurav Salkar from SAP Labs</p>
</div>
</div>
<div id="prologue-299" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:09 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-299" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-298" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2476" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2476-1024x768.jpg" alt="IMG_2476" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-297" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:08 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-297" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The beer is a little foamy, but looks delicious. MMMMMM Beeeeeer! Great demo. Best crowd reaction yet. The masses love beer!</p>
</div>
</div>
</div>
<div id="postlist1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<div id="prologue-296" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:07 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-296" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">As he pours the beer, it updates SAP. Very cool, indeed.</p>
</div>
</div>
<div id="prologue-295" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:07 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-295" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Showing a GUI demo of how to set up the consumption of the events. Looks very easy and powerful. Without the smart agent, the beer won’t pour.</p>
</div>
</div>
<div id="prologue-294" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:06 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-294" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">I haven’t seen such intense focus on an object since I was giving my dogs a treat… These people are in a trance because of the beer keg on the stage.</p>
</div>
</div>
<div id="prologue-293" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:05 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-293" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">This demo utilizes Live Enterprise to take the data from the smart agent to SAP. Since this demo involves beer, a quite, uneasy hush has befallen the crowd.</p>
</div>
</div>
<div id="prologue-292" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:04 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-292" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">As integration experts, DataXstream is very familiar with ALE, but this takes SAP + beer to a whole new level.</p>
</div>
</div>
<div id="prologue-291" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:03 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-291" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">They add the smart agent to a 1/4 barrel of beer. Do you think they will notice if I steal it?</p>
</div>
</div>
<div id="prologue-289" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:02 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-289" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">This demo is using a “precise smart agent” to track Sebastian’s position on the stage. I think I need one.</p>
</div>
</div>
<div id="prologue-288" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:02 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-288" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Demo 6: SAP – No Hands by Sebastian Steinhauer &amp; Tobias Queck from SAP Labs</p>
</div>
</div>
<div id="prologue-287" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:02 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-287" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-286" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2470" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2470-1024x768.jpg" alt="IMG_2470" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-285" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:01 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-285" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Lastly, Shahid shows the order in SAP. Every good demo includes the SAP GUI!!!<span> </span><img class="wp-smiley" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; vertical-align: top; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; margin-right: 8px; border-width: initial; border-color: initial; " src="http://live.dataxstream.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
</div>
</div>
<div id="prologue-284" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:00 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-284" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">After ALL that, now Dave is dickering on the price. So the price was dropped 200 euro… Still not enough. Dave drives a hard bargain. Now an additional reduction of 1 euro for each blue shirt. Dave is finally happy with the price and places an order.</p>
</div>
</div>
<div id="prologue-283" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:58 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-283" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">And I want a picture of me pandering to the Demo Jam audience on the back!</p>
</div>
</div>
<div id="prologue-282" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:58 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-282" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">So, Dave says “I don’t want the pocket”. But I do want 5 of them and I want it in blue…</p>
</div>
</div>
<div id="prologue-281" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:57 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-281" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Dave can’t get the shirt he wants because he wants a pocket and logo, but the system will not allow it. Boo Hoo.</p>
</div>
</div>
<div id="prologue-280" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:56 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-280" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Oops. I missed most of the setup. But I was told that this demo will be “cool”</p>
</div>
</div>
<div id="prologue-279" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:55 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-279" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Demo #5: Cool Offline Quote for SAP ERP by Jesper Moller &amp; Shahid Ayub from Configit A/S</p>
</div>
</div>
<div id="prologue-278" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:55 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-278" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-277" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2462" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_24621-1024x768.jpg" alt="IMG_2462" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-276" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:54 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-276" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">It will be available on<span> </span><a style="text-decoration: none; color: #3478e3; " onclick="javascript:pageTracker._trackPageview('/outgoing/enterprisegeeks.com');" rel="nofollow" href="http://enterprisegeeks.com">http://enterprisegeeks.com</a></p>
</div>
</div>
<div id="prologue-275" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:54 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-275" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Now he is saying that his code will be available as a SAPLink Nugget for download (for free) after TechEd.</p>
</div>
</div>
<div id="prologue-274" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:53 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-274" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Brian is looking doing a live demo with data. Very compelling and very powerful given the short nature of the demo.</p>
<div id="postlist2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<div id="prologue-273" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:51 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-273" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Brian has created an ABAP class to communicate with BusinessObjects explorer via the REST protocol. The demo is intended to make the use standard data available to BusinessObjects explorer.</p>
</div>
</div>
<div id="prologue-271" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:50 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-271" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-270" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2462" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2462-1024x768.jpg" alt="IMG_2462" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-269" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:49 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-269" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">This demo is linking ABAP, BusinessObjects Explorer, and the “Cloud”</p>
</div>
</div>
<div id="prologue-268" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:49 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-268" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Demo #4: SAP BusinessObjects Explorer On Demand Made Easy by Brian Dennett from Colgate-Palmolive Comapny</p>
</div>
</div>
<div id="prologue-265" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:48 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-265" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">They’re using Google Wave to look for night clubs in the waning moments of their presentation.</p>
</div>
</div>
<div id="prologue-263" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:47 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-263" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Google Wave makes another appearance.</p>
</div>
</div>
<div id="prologue-261" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:46 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-261" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-266" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2460" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2460-1024x768.jpg" alt="IMG_2460" width="691" height="518" />I’m waiting for these guys to “Pump…. you up!”</p>
</div>
</div>
<div id="prologue-259" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:45 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-259" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-258" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2458" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2458-1024x768.jpg" alt="IMG_2458" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The data can come from ERP, and public data sources.</p>
</div>
</div>
<div id="prologue-257" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:44 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-257" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">This tool exists in a sidebar on your computer. It is based on SAP Business Objects. It automatically looks for data in your active items on the computer and automatically finds and links to them in SAP</p>
</div>
</div>
<div id="prologue-255" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:42 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-255" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">This demo is about email management.</p>
</div>
</div>
<div id="prologue-254" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:41 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-254" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Demo #3: Project Yowie by Mark Kowalkiewicz &amp; Hans Peukert from SAP Research</p>
</div>
</div>
<div id="prologue-253" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:41 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-253" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-252" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2454" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2454-1024x768.jpg" alt="IMG_2454" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-251" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:40 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-251" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Just got it in under the wire. Good presentation Jagdish.</p>
</div>
</div>
<div id="prologue-250" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:40 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-250" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Time. Is. Running. Out.</p>
</div>
</div>
<div id="prologue-249" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:39 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-249" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-248" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2453" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2453-1024x768.jpg" alt="IMG_2453" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">A shot of the iPhone app.</p>
</div>
</div>
<div id="prologue-247" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:38 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-247" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The demo starts with a good ploy. The workflow process starts with a request for an iPhone from a Windows Mobile device. Everybody loves iPhone. Everybody has iPhone lust.</p>
</div>
</div>
<div id="prologue-245" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:36 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-245" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-244" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2450" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2450-1024x768.jpg" alt="IMG_2450" width="691" height="518" /></p>
</div>
</div>
<div id="prologue-243" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:35 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-243" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Jagdish just made a dig at sales representative saying that they always play golf. If I didn’t have a 7am tee time tomorrow, I would stay late and have a word with him…</p>
</div>
</div>
<div id="prologue-242" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:34 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-242" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">This demo is built for the iPhone and is already available. If I get the full URL, I’ll pass it along.</p>
</div>
</div>
<div id="prologue-240" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:33 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-240" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Demo #2: Mobilizing SAP CRM &amp; Workflow on iPhone by Jagdish Bansiya from Sybase Inc.</p>
</div>
</div>
</div>
<div id="postlist3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<div id="prologue-239" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:33 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-239" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">All-in all a great presentation that showed how-to and the results. Good job Dan &amp; Laurent!</p>
</div>
</div>
<div id="prologue-238" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:32 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-238" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The demo just got a little creepy when the demonstrators started blowing on their remote thermometers to warm them up!</p>
</div>
</div>
<div id="prologue-237" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:31 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-237" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Oh snap! They just showed the temperature in Centigrade!!! I only understand fahrenheit. I’m confused!</p>
</div>
</div>
<div id="prologue-235" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:29 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-235" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-234" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2446" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2446-1024x768.jpg" alt="IMG_2446" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The event-driven designer.</p>
</div>
</div>
<div id="prologue-233" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:28 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-233" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">They are using the Event Driven Designer tool to get temperature entity data and exposing them as business objects.</p>
</div>
</div>
<div id="prologue-232" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:27 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-232" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The first demo is for facility managers by leveraging event-driven BI to save natural resources.</p>
</div>
</div>
<div id="prologue-231" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:26 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-231" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">First Demo: Sensor Monitoring for Smart Energy Saving by Dan Marinescu and Laurent Bride of SAP BusinessObjects</p>
</div>
</div>
<div id="prologue-230" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:25 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-230" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Craig just randomly listed areas of the world. I think he got lost around Asia. That’s OK, Craig, it’s been a long, beer-filled day!</p>
</div>
</div>
<div id="prologue-229" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:25 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-229" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Craig Cmehil and his beer and his beard are on the stage introducing the submissions. He wants all of us to make noise. Go ahead, you people at home. Cheer, shout, jump up and down for your favorite demo. I’m sure the internet will register your vote in some way or another.</p>
</div>
</div>
<div id="prologue-227" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:22 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-227" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Def Leppard is starting off the Demo Jam. Welcome to 1992!</p>
</div>
</div>
<div id="prologue-226" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:21 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-226" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-225" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2443" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2443-1024x768.jpg" alt="IMG_2443" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">A ragtag bunch, indeed.  Congratulations, guys.  You earned it.</p>
</div>
</div>
<div id="prologue-224" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:19 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-224" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Now we’re going over the to SAP community top contributors. There will be too many to cover, but all the top contributers should be proud of their nerdiness!</p>
</div>
</div>
<div id="prologue-223" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:17 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-223" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The Demo Jam was just called “The American Idol for Geeks”</p>
</div>
</div>
<div id="prologue-222" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:17 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-222" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The group to our left is getting a little out of hand. Very little.</p>
</div>
</div>
<div id="prologue-220" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:16 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-220" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">So, the proceedings are finally starting–15 minutes late. I guess they had to wait for everybody to get one more beer in them.</p>
</div>
</div>
<div id="prologue-218" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:15 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-218" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-217" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2440" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2440-1024x768.jpg" alt="IMG_2440" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The vaunted Demo Jam trophy–this is what everybody is fighting for tonight.  The scent of blood is in the air…</p>
</div>
</div>
<div id="prologue-214" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:10 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-214" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-213" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2438" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2438-1024x768.jpg" alt="IMG_2438" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Can you feel the excitement?</p>
<blockquote style="margin-top: 0px; margin-right: 25px; margin-bottom: 15px; margin-left: 25px; padding-top: 0px; padding-right: 25px; padding-bottom: 0px; padding-left: 10px; font-style: italic; color: #888888; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f7f7f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #e6e6e6; border-right-color: #e6e6e6; border-bottom-color: #e6e6e6; border-left-color: #e6e6e6; background-position: initial initial; background-repeat: initial initial; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Thanks to Ariel Thor for being a good sport about being nabbed napping and allowing us to add him to our liveblog!</p>
</blockquote>
</div>
</div>
<div id="prologue-212" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:05 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-212" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">So, I guess Train is the “big musical guest” playing a concert on Thursday. So, umm, yeah. I’ll probably find something else to do at that time.</p>
</div>
</div>
<div id="prologue-211" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:56 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-211" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The conference has provided biodegradable potato-starch based forks. How green!</p>
</div>
</div>
<div id="prologue-210" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:51 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-210" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">So far, the music for the Demo Jam is 100% better than the music for the keynote address earlier today.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="postlist4" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<div id="prologue-209" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:49 pm<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-209" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Welcome to the SAP TechEd 09 Demo Jam. Craig Stasila and Tim Cooper will be bringing you all the hot action from the Demo Jam. We’re getting settled in. Ice cream has been provided (as well as alcoholic beverages). This should be a great time. Glad you could join us!</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2009/10/sap-teched-09-demo-jam-liveblog-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP TechEd 09 Keynote Address Liveblog</title>
		<link>http://www.dataxstream.com/2009/10/sap-teched-09-keynote-address-liveblog/</link>
		<comments>http://www.dataxstream.com/2009/10/sap-teched-09-keynote-address-liveblog/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:29:30 +0000</pubDate>
		<dc:creator>Craig Stasila</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP ABAP Blog]]></category>
		<category><![CDATA[SAP ABAP Performance]]></category>
		<category><![CDATA[SAP Basis Blog]]></category>
		<category><![CDATA[SAP Basis Performance]]></category>
		<category><![CDATA[SAP EDI Blog]]></category>
		<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP Java Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP SolMan Blog]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[Craig Stasila]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[Liveblog]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[TechEd]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/2009/10/sap-teched-09-keynote-address-liveblog/</guid>
		<description><![CDATA[This blog is a recap of the liveblog of the keynote address of the SAP TechEd 09 conference.  To read in chronological order, start from the bottom and work your way up. Craig Stasila: 8:57 am on October 13, 2009 If you missed anything, check back for the full blog posting at http://www.dataxstream.com/category/sap-consultants-blog/ Craig Stasila: [...]]]></description>
			<content:encoded><![CDATA[<div class="navigation" style="margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: block; text-align: center; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; text-align: left; padding: 0px;">This blog is a recap of the liveblog of the keynote address of the SAP TechEd 09 conference.  To read in chronological order, start from the bottom and work your way up.</p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; text-align: left; padding: 0px;"><span id="more-2769"></span></p>
</div>
<ul id="postlist" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<li id="prologue-204" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:57 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-204" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">If you missed anything, check back for the full blog posting at<span> </span><a style="text-decoration: none; color: #3478e3; " onclick="javascript:pageTracker._trackPageview('/outgoing/www.dataxstream.com/category/sap-consultants-blog/');" rel="nofollow" href="http://www.dataxstream.com/category/sap-consultants-blog/">http://www.dataxstream.com/category/sap-consultants-blog/</a></p>
</div>
</li>
<li id="prologue-203" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:55 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-203" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Well, that’s it. The keynote speeches are over. I hope you enjoyed following along with the DataXstream’s first foray into liveblogging. Make sure you check back tonight at 11pm EDT (8pm PDT) for our liveblog of the Demo Jam.</p>
</div>
</li>
<li id="prologue-202" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:53 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-202" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Ray’s parting shot: Even life expectancy is growing exponentially.</p>
</div>
</li>
<li id="prologue-200" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:52 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-200" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">2029: An intimate merger
$1,000 of computation = 1,000 times the human brain
Reverse engineering of the brain complete
Computers pass the Turing test!!
Skynet goes online (OK, I made this one up)</p>
</div>
</li>
<li id="prologue-199" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:48 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-199" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">There are only about 800 million bytes in the entire genome and it can be compressed into about 50 million bytes. The brain is made up of about 25 million bytes of data.</p>
</div>
</li>
<li id="prologue-197" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:45 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-197" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-195" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2431" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2431-1024x768.jpg" alt="IMG_2431" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The brain is getting reverse-engineered.  Individual brain components (e.g. visual cortex, cerebellum, etc.) are getting reverse engineered by researchers.</p>
</div>
</li>
<li id="prologue-196" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:44 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-196" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Ray is now on Artificial Intelligence (AI). AI is all around us, but we’re too accustomed to it to notice it.</p>
</div>
</li>
<li id="prologue-194" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:42 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-194" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">They already had this technology in the 80s. I saw Innerspace (<a style="text-decoration: none; color: #3478e3; " onclick="javascript:pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0093260/usercomments');" rel="nofollow" href="http://www.imdb.com/title/tt0093260/usercomments">http://www.imdb.com/title/tt0093260/usercomments</a>)</p>
</div>
</li>
<li id="prologue-193" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:41 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-193" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Someday you will have millions or billions of nano-engineered devices coursing through your body keeping you healthy.</p>
</div>
</li>
<li id="prologue-192" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:40 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-192" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Miniaturization is another exponential trend. “What used to fit in a building now fits in my pocket. What fits in my pocket now will fit inside a cell in a few years”</p>
</div>
</li>
<li id="prologue-191" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:39 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-191" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Ray is now going over how the exponential growth in technology power is also mirrored by exponential decrease in price. RAM, processing power, human genome decoding, wireless devices. All adhere to the exponential growth curve.</p>
</div>
</li>
<li id="prologue-188" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:38 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-188" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-187" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2423" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2423-1024x768.jpg" alt="IMG_2423" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Ray thinks we’re due for a new paradigm shift away from flat integrated circuits.  He’s been talking to Intel about their development of 3D processors.  I’ve not heard of this before, but it sounds very cool.</p>
</div>
</li>
<li id="prologue-185" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:34 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-185" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-184" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2422" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2422-1024x768.jpg" alt="IMG_2422" width="691" height="518" /></p>
</div>
</li>
<li id="prologue-183" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:32 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-183" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Some critics say that exponential growth can’t go on forever. Ray counters that by saying that there can be periods of relatively slow advancements, but over time, progress will catch up.</p>
</div>
</li>
<li id="prologue-181" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:29 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-181" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">You may think that he only picked events that matched his theory. But, now he’s showing another graph comparing his viewpoints with 15 others. There is a very high correlation.</p>
</div>
</li>
<li id="prologue-179" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:27 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-179" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-178" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2419" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2419-1024x768.jpg" alt="IMG_2419" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">From life to now, this chart shows how life and technological advancements have followed a constant, exponential growth.  Both axes are logarithmic.  Very cool, indeed.</p>
</div>
</li>
<li id="prologue-176" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:24 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-176" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-175" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2417" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2417-1024x768.jpg" alt="IMG_2417" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">As big as a washing machine.  Stevie Wonder bought one.  In 2002, it was still a desktop device.  Now, it is a cell-phone based app.</p>
</div>
</li>
<li id="prologue-174" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:21 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-174" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">It took 10 years to bet the first billion phones in the market. Now 2/3 of the world’s population has them!</p>
</div>
</li>
<li id="prologue-173" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:20 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-173" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">“The tools of disruptive change are in everybody’s hands”</p>
</div>
</li>
<li id="prologue-172" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:20 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-172" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Technology is a democratizing force. Back in the day, you had to be a recording studio or movie studio to create content. Now a couple of hundred dollars can be used to create great content.</p>
<ul id="postlist1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<li id="prologue-171" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:18 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-171" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Back in the 70s, Ray projected that the two-thousand user ARPAnet would grow into a million user internet in the 90s. Umm. Yeah. I saw that coming, too!</p>
</div>
</li>
<li id="prologue-170" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:17 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-170" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Exponential growth even applies to solar energy. Solar energy may be a fringe player now, but Ray sees it growing.</p>
</div>
</li>
<li id="prologue-169" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:16 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-169" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">This exponential growth is unaffected by any financial or other external pressures.</p>
</div>
</li>
<li id="prologue-168" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:15 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-168" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">There are many underlaying properties of technology (MIPS, # of bits, # of genomes typed). Regardless of the property, technology follows a smooth exponential growth.</p>
</div>
</li>
<li id="prologue-167" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:13 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-167" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Not many pictures right now. Ray is just standing in one place and talking.</p>
</div>
</li>
<li id="prologue-166" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:12 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-166" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Only 10 years ago, people barely used search engines.  Now we can’t live without them.</p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">I’m always amazed how true genius can point out the obvious and make it sound profound.</p>
</div>
</li>
<li id="prologue-165" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:10 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-165" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Using the human genome project as an example of exponential growth in technology.</p>
</div>
</li>
<li id="prologue-164" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:09 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-164" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">And progress is getting faster…</p>
</div>
</li>
<li id="prologue-163" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:09 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-163" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Your phone in your pocket is a thousand times more powerful and million times cheaper than a computer from 40 years ago. “What fit in a building 40 years ago, fits in your pocket today”</p>
</div>
</li>
<li id="prologue-162" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:08 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-162" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Ray thinks genes are software written in COBOL.<span> </span><img class="wp-smiley" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; vertical-align: top; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; margin-right: 8px; border-width: initial; border-color: initial; " src="http://live.dataxstream.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
</div>
</li>
<li id="prologue-161" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:08 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-161" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Oh Ray! Retalling the story of how Viagra was developed and discovered. Got a few chuckles from the crowd.</p>
</div>
</li>
<li id="prologue-159" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:06 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-159" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Ladies &amp; Gentlemen, Ray Kurzweil</p>
</div>
</li>
<li id="prologue-158" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:06 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-158" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Vishal is done. Last parting shot: “Timeless Software”</p>
</div>
</li>
<li id="prologue-156" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:05 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-156" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-155" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2414" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2414-1024x768.jpg" alt="IMG_2414" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Vishal’s only slide.  All the rest were just pretty pictures.  Notice the public clouds in the lower right.  SAP is looking to be able to be run on public clouds in the future.  Currently there are development and test systems on public clouds.  Getting production systems on public clouds is coming.</p>
</div>
</li>
<li id="prologue-154" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:03 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-154" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-152" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2411" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2411-1024x768.jpg" alt="IMG_2411" width="691" height="518" /></p>
</div>
</li>
<li id="prologue-153" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:03 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-153" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">“Change is the fundamental dimension in which we all live”</p>
</div>
</li>
<li id="prologue-151" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:02 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-151" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Cestbon “listens” for business content on your computer and links to it. You can hop straight from Cestbon to the data in SAP.</p>
</div>
</li>
<li id="prologue-150" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">8:01 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-150" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The presenter is British and doesn’t like the frenchies. Demoing Cestbon–An Outlook integration example.</p>
</div>
</li>
<li id="prologue-149" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:59 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-149" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Example #4: Ambient, Real-Time Systems</p>
</div>
</li>
<li id="prologue-148" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:59 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-148" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Six blade servers = 1 Nehalem processor.</p>
</div>
</li>
</ul>
<ul id="postlist2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<li id="prologue-147" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:58 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-147" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Vishal is talking about optimization across all layers. This relates to hardware manufacturers (memory, processors, blade servers). Modularity is making optimization happen.</p>
</div>
</li>
<li id="prologue-146" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:57 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-146" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">All the demos were very cool. As a geek, I would love to check out the technology involved in each one.</p>
</div>
</li>
<li id="prologue-145" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:57 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-145" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Excel integration now being demoed. The 166 million records can’t be loaded to Excel (for memory reasons). The solution allows the end-user to drill down and get the data from SAP as needed.</p>
</div>
</li>
<li id="prologue-143" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:55 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-143" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Business Objects Explorer being demoed. Crunching through 166 million records. The example is trying to be green by reducing paper and electricity.</p>
</div>
</li>
<li id="prologue-142" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:55 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-142" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-141" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2401" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2401-1024x768.jpg" alt="IMG_2401" width="691" height="518" /></p>
</div>
</li>
<li id="prologue-140" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:53 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-140" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">A Dilbert Example! Wow, the pop-culture touchpoints never end!</p>
</div>
</li>
<li id="prologue-139" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:52 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-139" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Example #3: Coherent Visualization of Massive Information. Looking at Coherent Modularization.</p>
</div>
</li>
<li id="prologue-138" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:50 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-138" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Containers need not only modularity, but also locality of design.</p>
</div>
</li>
<li id="prologue-136" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:49 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-136" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Now talking about SOA and its growth. Using it as a basis of modularity and coherence.</p>
</div>
</li>
<li id="prologue-134" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:49 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-134" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-133" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2394" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2394-1024x768.jpg" alt="IMG_2394" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Too many tools on the stage… (ahem)</p>
</div>
</li>
<li id="prologue-132" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:47 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-132" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-131" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2392" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2392-1024x768.jpg" alt="IMG_2392" width="691" height="518" /></p>
</div>
</li>
<li id="prologue-130" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:46 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-130" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Live tracking of tools being checked in and out of the tool crib.</p>
</div>
</li>
<li id="prologue-129" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:45 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-129" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Aircraft mechanics were using SAP, but equipment check-in check-out took too long via SAP GUI.</p>
</div>
</li>
<li id="prologue-128" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:43 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-128" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Example #2: Extending Information into Physical Systems. SAP runs on aircraft carriers. I hope they bring one in…</p>
</div>
</li>
<li id="prologue-125" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:42 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-125" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-124" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2389" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2389-1024x768.jpg" alt="IMG_2389" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Google Wave and SAP!  So happy together.</p>
</div>
</li>
<li id="prologue-126" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:42 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-126" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Cutting edge technology BCE edition: Rosetta stone. Using the analogy to show that we need to be able to work with others</p>
</div>
</li>
<li id="prologue-123" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:38 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-123" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">They’re pulling out all the stops!!! Google Wave! Google Wave isn’t complying with the demo. “Thank god that’s Google software and not SAP!” Big crowd laughs.</p>
</div>
</li>
<li id="prologue-122" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:37 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-122" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The example is now showing our good-ole familiar SAP GUI showing the timesheet approval process for the contractor timesheet application</p>
</div>
</li>
<li id="prologue-121" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:36 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-121" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Containers need to be extended. Either to SAP applications or to other Web 2.0 applications.</p>
</div>
</li>
<li id="prologue-119" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:35 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-119" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Another ooh-ahh moment! iPhone timesheet app.</p>
</div>
</li>
</ul>
</div>
</li>
</ul>
<ul id="postlist3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<li id="prologue-117" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:34 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-117" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-115" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2385" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2385-1024x768.jpg" alt="IMG_2385" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Content separated from applicatons</p>
</div>
</li>
<li id="prologue-116" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:34 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-116" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Oh Snap!!! Cloud computing!! The example is running through a container. The backend is on Amazon S3</p>
</div>
</li>
<li id="prologue-114" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:32 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-114" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Example uses managers, contractors, and purchasing department.</p>
</div>
</li>
<li id="prologue-113" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:32 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-113" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Examples of design thinking, and separation of intent and optimization.</p>
</div>
</li>
<li id="prologue-112" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:31 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-112" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">An example of intent being separated from optimization: A painter does not need a scaffolding to paint a building, the scaffolding optimizes the process.</p>
</div>
</li>
<li id="prologue-110" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:29 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-110" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-108" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2382" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2382-1024x768.jpg" alt="IMG_2382" width="691" height="518" /></p>
</div>
</li>
<li id="prologue-109" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:29 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-109" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Next, the intent needs to be separated from the optimization.</p>
</div>
</li>
<li id="prologue-107" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:28 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-107" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Techies need to start with “design thinking”. Start with end-user in mind. “Start from the screen and work backwords”</p>
</div>
</li>
<li id="prologue-106" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:27 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-106" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-104" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2381" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2381-1024x768.jpg" alt="IMG_2381" width="691" height="518" /></p>
</div>
</li>
<li id="prologue-105" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:25 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-105" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Content is independent of containers in long-lived systems</p>
</div>
</li>
<li id="prologue-103" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:24 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-103" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Looking back at the IT industry, a new, major language emerges about every ten years. While Java will be around for a long time, we’re due for a new major language. SAP thinks that Ruby is the future. Ruby reached 1 million developers faster than any other programming language in history.</p>
</div>
</li>
<li id="prologue-102" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:22 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-102" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Vishal is teasing Ray Kurzweil’s speach on how the rate of change is increasing. Moore’s law gets a shout out.</p>
</div>
</li>
<li id="prologue-101" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:22 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-101" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">There are hundreds of SAP customers that have been using the software for over 30 years. None have left SAP. Vishal is highlighting the change that the companies underwent and how SAP changed with their customers.</p>
</div>
</li>
<li id="prologue-100" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:20 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-100" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">SAP has been around for 37 years. Have worked with over 85,000 customers, tens of thousands of partners, and tens of millions of users.</p>
</div>
</li>
<li id="prologue-98" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:19 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-98" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Vishal isn’t going to be focusing on the technology. He’ll be focusing on… “change”. Do you sense a theme?</p>
</div>
</li>
<li id="prologue-97" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:18 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-97" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Dr. Vishal Sikka, CTO SAP is now on the stage. He is the first of two keynote speakers.</p>
</div>
</li>
<li id="prologue-96" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:18 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-96" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-95" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2378" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2378-1024x768.jpg" alt="IMG_2378" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">“Welcome to TechEd 2009. You are the star of the show”</p>
</div>
</li>
<li id="prologue-94" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:16 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-94" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Zia is really pumping up “the community”. The SAP user community is almost 2 million strong now.</p>
</div>
</li>
<li id="prologue-92" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:16 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-92" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">“After the PowerPoints, it’s time for action” SAP wants the BPEs to make it happen! I already feel pumped. Let’s go out there an do this!!!! Oh wait, the Keynote hasn’t even started yet.</p>
</div>
</li>
<li id="prologue-91" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:14 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-91" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-89" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2376" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2376-1024x768.jpg" alt="IMG_2376" width="691" height="518" /></p>
<ul id="postlist4" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; list-style-type: none; list-style-position: initial; list-style-image: initial; ">
<li id="prologue-90" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<div id="content-90" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">To enter a new market, business process have to change. SAP’s emphasis on Business Process Expert community will pay dividends.</p>
</div>
</li>
<li id="prologue-88" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:12 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-88" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Zia is giving an example using Dunder Mifflin as a “well-run company”. Perhaps he hasn’t seen The Office…</p>
</div>
</li>
<li id="prologue-86" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:11 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-86" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Zia is telling the conference attendees that we are the agents of change–A very person-centric focus.</p>
</div>
</li>
<li id="prologue-84" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:11 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-84" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-82" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2374" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2374-1024x768.jpg" alt="IMG_2374" width="691" height="518" /></p>
</div>
</li>
<li id="prologue-83" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:10 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-83" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The world is changing. SAP is changing.</p>
</div>
</li>
<li id="prologue-81" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:09 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-81" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Change is constant. Michael Jackson gets a shout-out!</p>
</div>
</li>
<li id="prologue-80" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:09 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-80" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">On the stage now: Zia Yusuf, Executive Vice President, Global Ecosystem &amp; Partner Group, SAP</p>
</div>
</li>
<li id="prologue-79" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:08 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-79" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Inspirational Video: “Clarity is a necessity”.</p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">and</p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">SAP: “It’s time for a clear new world”</p>
</div>
</li>
<li id="prologue-77" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:06 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-77" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">And away we go. Lights down. Check. Ominous Music. Check. Inspiring Opening Video. Check. Can you feel the excitement?</p>
</div>
</li>
<li id="prologue-75" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:05 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-75" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-74" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2372" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_23721-1024x768.jpg" alt="IMG_2372" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The crowd is filling in nicely.  Sorry guy-behind-me for accidentally flashing the camera in your face TWICE before I snapped one without the flash.</p>
</div>
</li>
<li id="prologue-71" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:03 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-71" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="pie-img" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; vertical-align: top; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; margin-right: 8px; " src="http://lh3.ggpht.com/_mURzoG9oT2w/StSWfnIYziI/AAAAAAAAAH4/Ys8G6A5WHDc/IMG_0051.JPG?imgmax=640" alt="IMG_0051.JPG" width="480" height="640" /><img style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; vertical-align: top; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; " alt="" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Uploaded from backup backup plan.  This is from my iPhone.  Doug, Adam, Tim say “hi”</p>
</div>
</li>
<li id="prologue-69" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">7:00 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-69" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Cell phones off, y’all!</p>
</div>
</li>
<li id="prologue-68" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:59 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-68" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-large wp-image-67" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2369" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2369-1024x768.jpg" alt="IMG_2369" width="691" height="518" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Pictures will be slow, but here is a teaser</p>
</div>
</li>
<li id="prologue-66" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:57 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-66" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Five minutes to go. With me are Tim Cooper, Doug Foss, and our good friend Adam Blum from Grom &amp; Associates</p>
</div>
</li>
<li id="prologue-65" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:55 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-65" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; "><img class="alignnone size-medium wp-image-64" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 0px; margin-right: 8px; margin-bottom: 10px; margin-left: 0px; display: inline; vertical-align: top; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; " title="IMG_2367" src="http://live.dataxstream.com/wp-content/uploads/2009/10/IMG_2367-300x225.jpg" alt="IMG_2367" width="300" height="225" /></p>
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Here we go!</p>
</div>
</li>
<li id="prologue-63" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:49 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-63" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">We had an awesome setup to capture pictures from the event, but it relied on the conference WiFi. We’re working on a backup solution now.</p>
</div>
</li>
<li id="prologue-62" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:48 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-62" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">The conference public WiFi isn’t working. I have to be working on backup off of my Verizon Aircard, so posts may be a little slower.</p>
</div>
</li>
<li id="prologue-61" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:47 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-61" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">First take from the keynote address. The welcoming music is horrible, but we’ll survive</p>
</div>
</li>
<li id="prologue-60" class="post user_id_2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; overflow-x: visible; overflow-y: visible; border-top-width: 1px; border-top-style: solid; border-top-color: #bbbbbb; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; ">
<h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-style: normal; font-weight: 500; position: relative; font-size: 1em; line-height: 1.1em; ">Craig Stasila:<span> </span><span class="meta" style="font-size: 0.85em; margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; color: #666666; "><span class="actions" style="position: absolute; right: 2px; top: 0px; color: #cccccc;">6:45 am<span> </span><em>on</em><span> </span>October 13, 2009</span>
</span></h4>
<div id="content-60" class="postcontent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; overflow-x: auto; overflow-y: auto; color: #555555; min-height: 32px; ">
<p style="margin-top: 0.7em; margin-right: 0px; margin-bottom: 0.7em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; color: #555555; ">Welcome to the DataXstream Liveblog of the SAP TechEd 09 Conference Keynote address</p>
</div>
</li>
</ul>
</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2009/10/sap-teched-09-keynote-address-liveblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liveblogging SAP TechEd 09</title>
		<link>http://www.dataxstream.com/2009/10/liveblogging-sap-teched-09/</link>
		<comments>http://www.dataxstream.com/2009/10/liveblogging-sap-teched-09/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:29:58 +0000</pubDate>
		<dc:creator>Craig Stasila</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP ABAP Blog]]></category>
		<category><![CDATA[SAP Basis Blog]]></category>
		<category><![CDATA[SAP EDI Blog]]></category>
		<category><![CDATA[SAP Functional]]></category>
		<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP Java Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Project Management]]></category>
		<category><![CDATA[SAP SolMan Blog]]></category>
		<category><![CDATA[SAP Strategy]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[SAP Testing]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[Craig Stasila]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[Liveblog]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[TechEd]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=2664</guid>
		<description><![CDATA[Are you stuck in your cube while Bob from BASIS is heading to SAP TechEd 09 in sunny Phoenix?  Are you afraid that you&#8217;ll miss out on all the sun and fun?  While we can&#8217;t send the sun, we&#8217;ll try to bring you the fun.  DataXstream will be liveblogging at SAP TechEd 09. Head over [...]]]></description>
			<content:encoded><![CDATA[<p>Are you stuck in your cube while Bob from BASIS is heading to SAP TechEd 09 in sunny Phoenix?  Are you afraid that you&#8217;ll miss out on all the sun and fun?  While we can&#8217;t send the sun, we&#8217;ll try to bring you the fun.  DataXstream will be liveblogging at SAP TechEd 09.</p>
<p>Head over to <a href="http://live.dataxstream.com">live.dataxstream.com</a> on Tuesday, October 13, 2009 to get up to second updates from the show.  We will be getting our liveblog on starting at 8am PDT (that&#8217;s 11am for you right-coasters) for the general keynote session.  We&#8217;ll also be liveblogging from SAP TechEd 09 Demo Jam at 8pm PDT on Tuesday.  The Demo Jam promises to be a great time, so plan to join us online after you put the kiddies to bed!</p>
<p>This is our first foray into liveblogging.  Hopefully it will go off without too many technical glitches.  We hope you&#8217;ll enjoy following the events with us!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2009/10/liveblogging-sap-teched-09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
