<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Core Content Only &#187; OracleWCM</title>
	<atom:link href="http://corecontentonly.com/category/oraclewcm/feed/" rel="self" type="application/rss+xml" />
	<link>http://corecontentonly.com</link>
	<description>ECM, SOA and WebCenter</description>
	<lastBuildDate>Fri, 18 May 2012 17:11:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='corecontentonly.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Core Content Only &#187; OracleWCM</title>
		<link>http://corecontentonly.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://corecontentonly.com/osd.xml" title="Core Content Only" />
	<atom:link rel='hub' href='http://corecontentonly.com/?pushpress=hub'/>
		<item>
		<title>Site Studio project file changes</title>
		<link>http://corecontentonly.com/2012/04/19/site-studio-project-file-changes/</link>
		<comments>http://corecontentonly.com/2012/04/19/site-studio-project-file-changes/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 11:57:33 +0000</pubDate>
		<dc:creator>Jonathan Hult</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://corecontentonly.com/?p=737</guid>
		<description><![CDATA[How often does the Site Studio project file change? The first determination that needs to be made is what all affects the project file. Some examples are as follows: Adding a new website section (service SS_ADD_NODE) Switching content on a region marker in Site Studio contribution mode (service SS_SWITCH_REGION_ASSOCIATION) Changing the property of a website [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=737&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How often does the Site Studio project file change? The first determination that needs to be made is what all affects the project file. Some examples are as follows:</p>
<ul>
<li>Adding a new website section (<a href="http://docs.oracle.com/cd/E23943_01/doc.1111/e10615/c11_ss_services.htm#i1082079" target="_blank">service SS_ADD_NODE</a>)</li>
<li>Switching content on a region marker in Site Studio contribution mode (<a href="http://docs.oracle.com/cd/E23943_01/doc.1111/e10615/c11_ss_services.htm#i1082427" target="_blank">service SS_SWITCH_REGION_ASSOCIATION</a>)</li>
<li>Changing the property of a website section (<a href="http://docs.oracle.com/cd/E23943_01/doc.1111/e10615/c11_ss_services.htm#i1082068" target="_blank">service SS_SET_NODE_PROPERTY</a>)</li>
</ul>
<div>Out of the box, these changes are committed to the WebCenter Content repository (as a new revision of the project file content item) every 10 minutes. This 10 minute interval is set by the WebCenter Content <a href="http://docs.oracle.com/cd/E21764_01/doc.1111/e10615/c12_flags.htm#BABECFGF" target="_blank">configuration flag SSProjectAutoCheckinInterval</a> (integer value in seconds which defaults to 600).</div>
<div></div>
<div>While waiting for the the time interval set with SSProjectAutoCheckinInterval, the project file changes are stored in a temp file located here: vault/~ssprojects/</div>
<p>The <a href="http://docs.oracle.com/cd/E23943_01/doc.1111/e10615/c11_ss_services.htm#CHDGFJHA" target="_blank">service SS_COMMIT_SITE_CHANGES</a> can, &#8220;Be run at any time to commit changes on demand&#8221;. The only required parameter is siteId. &#8220;The user executing this service must have write access to the project file to execute the service.&#8221;</p>
<p>There is another <a href="http://docs.oracle.com/cd/E21764_01/doc.1111/e10615/c12_flags.htm#BABIFEEF" target="_blank">configuration flag SSAutoCheckinBusyTimeout</a> (integer value in seconds which defaults to 30) that is, &#8220;Used to set the minimum time duration (in seconds) before the auto check-in mechanism attempts a check-in of a project file. This configuration flag prevents two nodes from trying to check the project file in at the same time&#8221;. The auto check-in behavior appears to use <a href="http://docs.oracle.com/cd/E23943_01/doc.1111/e11011/c06_archive.htm#i3116760" target="_blank">service CHECKIN_ARCHIVE</a> and with the default time of 10 minutes, this should handle any issues that might come up with the <a href="http://bluestudios.co.uk/blog/2009/11/ucm-how-to-fix-create-date-release-date-bug-on-archive-import-bug-8900173/" target="_blank">release date debacle</a>.</p>
<p>The undocumented configuration flag SSOverwriteProjectsUponCheckin (boolean value which defaults to false) controls whether the latest project file revision is overwritten. So, out of the box, project file auto check-ins stack revisions one on top of the other, instead of simply overwriting the latest revision. This is, is in my opinion, a good thing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/737/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=737&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2012/04/19/site-studio-project-file-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b679f118d2377e5143720500ed1eafa9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jonathanhult</media:title>
		</media:content>
	</item>
		<item>
		<title>WebCenter Patch Set 5 (11.1.1.6)</title>
		<link>http://corecontentonly.com/2012/02/24/webcenter-patch-set-5-11-1-1-6/</link>
		<comments>http://corecontentonly.com/2012/02/24/webcenter-patch-set-5-11-1-1-6/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 07:21:39 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleUCM]]></category>
		<category><![CDATA[OracleWCM]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://corecontentonly.com/?p=708</guid>
		<description><![CDATA[Patch Set 5 Released! Oracle recently released Patch Set 5 for Fusion Middleware.  This includes my primary area of interest WebCenter Content.  This technically started rolling out to Oracle eDelivery and then OTN sometime on February 22nd, 2012.  I was a little late to the blogging game so instead of &#8220;announcing&#8221; the release let&#8217;s do a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=708&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><span style="color:#ff0000;">Patch Set 5 Released!</span></h1>
<p>Oracle recently released Patch Set 5 for Fusion Middleware.  This includes my primary area of interest <a href="http://www.oracle.com/technetwork/middleware/webcenter/content/downloads/index.html" target="_blank">WebCenter Content</a>.  This technically started rolling out to Oracle eDelivery and then OTN sometime on February 22nd, 2012.  I was a little late to the blogging game so instead of &#8220;announcing&#8221; the release let&#8217;s do a quick link roundup about this release from some of my favorite community members!  While this list isn&#8217;t comprehensive, it does come from a lot of people that have taught me a lot down the years so add them to your blog roll if you haven&#8217;t already.</p>
<h2>Link Round-Up</h2>
<ol>
<li>One of my friends, John Sim might have been the first to <a href="http://cfour.fishbowlsolutions.com/2012/02/22/oracle-webcenter-ps5-released/" target="_blank">point out</a> the release availability.  He also has a great rundown of the products included in the release</li>
<li>Ryan has some <a href="http://www.ecmconsultant.net/2012/02/oracle-webcenter-content-ps5-released.html" target="_blank">handy links</a> and also points out that the documentation has been updated</li>
<li>Bex <a href="http://bexhuff.com/2012/02/downloads-for-oracle-webcenter-content-ucm-11g-patch-set-5" target="_blank">runs down</a> the patch sets you may need to navigate if you plan to upgrade your now out-of-date UCM instance using his recently setup shortcuts for Oracle Patches</li>
<li>The Official <a href="https://blogs.oracle.com/webcentercontent/entry/oracle_webcenter_content_ps5_released" target="_blank">WebCenter Content Blog</a> lists a host of new features around User Engagement, Content Enabling Applications and Infrastructure</li>
<li><a href="http://webmonkeymagic.blogspot.com/2012/02/webcenter-ps5-framework-folders.html" target="_blank">Webmonkey</a> really elaborates on the new Folders Component (This one is sometimes referred to as Framework Folders while the older one was called Folders_g)</li>
<li>And finally, on a separate note, but still related to PS5 note, <a href="https://blogs.oracle.com/shay/entry/adf_faces_now_with_better" target="_blank">Shay</a> has a really nifty video showing some of the iPad related ADF stuff that&#8217;s new in JDeveloper/ADF for PS5</li>
<li><a href="http://yonaweb.be/webcenter_11g_ps5_has_been_released" target="_blank">Yannick Ongena</a> has a good review with information on the new RIDC connection in JDeveloper</li>
<li>The folks at <a href="http://technology.amis.nl/blog/15518/fusion-middleware-11gr1-patch-set-5-is-available-at-last-first-impressions" target="_blank">AMIS</a> also have a good link roundup</li>
</ol>
<p>Ok, so these guys are a hard act to follow.  What can I say/do that they didn&#8217;t cover?  Only thing I can think about are some screenshots!  Once we got all the final bits downloaded (caution: that part takes a while if you want it all) we got a VM put together pronto and here&#8217;s some of the things we thought were interesting.</p>
<h2>JDeveloper</h2>
<p>First up, JDeveloper PS5 with Site Studio for External Applications (SSXA).  Notice in the shot below there is a dedicated RIDC connection you can now add to projects.  This could be handy for all kinds of things!<br />
<a href="http://corecontentonly.files.wordpress.com/2012/02/ridcconnection.png"><img class="alignnone size-full wp-image-715" title="RIDCConnection" src="http://corecontentonly.files.wordpress.com/2012/02/ridcconnection.png?w=600&h=429" alt="" width="600" height="429" /></a></p>
<p>Also in JDevleoper PS5 (and I think it acts this way in the 11gR2 releases as well) you can now set the default built-in WebLogic Domain password to something you know and will remember when you first start the integrated server.  It used to be that the default password for the integrated server was <strong><em>weblogic1</em></strong> and this was a major issue for those first setting out to use the product.  New users would be very frustrated trying to find out why they couldn&#8217;t login as weblogic user to test that first site they tried to build.  Love this!<br />
<img class="alignnone size-full wp-image-713" title="ConfigureDefaultDomain" src="http://corecontentonly.files.wordpress.com/2012/02/configuredefaultdomain.png?w=600" alt=""   /></p>
<h2>Branding</h2>
<p>Having booted up the integrated WebLogic server we see our contribution mode banner is now updated with the new product branding (WebCenter Content).  This is also updated in the content server user interface as well.<br />
<a href="http://corecontentonly.files.wordpress.com/2012/02/rebranding.png"><img class="alignnone size-full wp-image-711" style="border-color:initial;border-style:initial;" title="Rebranding" src="http://corecontentonly.files.wordpress.com/2012/02/rebranding.png?w=600" alt=""   /></a></p>
<h2>Out-of-the-box Assets</h2>
<p>During the setup of our sandbox we obviously enabled Site Studio and SSXA.  It appears as though those components now ship with all the sample Custom Element Forms right from the start.  No more loading up the Site Studio Samples site from OTN just to grab these Custom Element Forms!  This made my day.<br />
<img class="alignnone size-full wp-image-712" title="OOTBCustomElementForms" src="http://corecontentonly.files.wordpress.com/2012/02/ootbcustomelementforms.png?w=600" alt=""   /></p>
<h2>Folders and Desktop Integration</h2>
<p>Of all the updates the <a href="http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c08_folders.htm#BCFEJHGD" target="_blank">Framework Folders</a> and <a href="http://docs.oracle.com/cd/E23943_01/doc.1111/e10624/toc.htm" target="_blank">Desktop Integration Suite</a> (DIS) changes are my favorite so far.  As mentioned before, <a href="http://webmonkeymagic.blogspot.com/2012/02/webcenter-ps5-framework-folders.html" target="_blank">Webmonkey </a>runs down a lot of the features for us, but let&#8217;s see what it looks like.  One thing I want to point out though is that DIS works with Framework Folders and that Framework Folders overcomes a lot of the performance problems people used to experience with &#8220;Folders&#8221; in the past (previously called Contribution Folders).  This bears repeating because it opens a lot of doors and numerous customers have been waiting on these two features to converge.</p>
<p>Once you have DIS installed you&#8217;ll see an icon on the desktop (similar to how DIS has always worked) and you&#8217;ll double click that to open Windows Explorer which now has a &#8220;WebCenter Content Servers&#8221; node.  Clicking that node will show you the list of servers you have configured for your desktop (initially it will be blank, right click the blank white area and select Add Server).<br />
<a href="http://corecontentonly.files.wordpress.com/2012/02/dis.png"><img class="alignnone size-full wp-image-714" title="DIS" src="http://corecontentonly.files.wordpress.com/2012/02/dis.png?w=600" alt=""   /></a></p>
<p>If you have Rules and Profiles (custom check-in screens, etc.) enabled you&#8217;ll be able to use them in a drag and drop fashion right from your desktop by opening the &#8220;New Check-In&#8221; node.</p>
<p><a href="http://corecontentonly.files.wordpress.com/2012/02/dis2.png"><img class="alignnone size-full wp-image-710" title="DIS2" src="http://corecontentonly.files.wordpress.com/2012/02/dis2.png?w=600&h=198" alt="" width="600" height="198" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/708/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=708&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2012/02/24/webcenter-patch-set-5-11-1-1-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e45f21e7847d928151e69a4908648599?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jasonstortz</media:title>
		</media:content>

		<media:content url="http://corecontentonly.files.wordpress.com/2012/02/ridcconnection.png" medium="image">
			<media:title type="html">RIDCConnection</media:title>
		</media:content>

		<media:content url="http://corecontentonly.files.wordpress.com/2012/02/configuredefaultdomain.png" medium="image">
			<media:title type="html">ConfigureDefaultDomain</media:title>
		</media:content>

		<media:content url="http://corecontentonly.files.wordpress.com/2012/02/rebranding.png" medium="image">
			<media:title type="html">Rebranding</media:title>
		</media:content>

		<media:content url="http://corecontentonly.files.wordpress.com/2012/02/ootbcustomelementforms.png" medium="image">
			<media:title type="html">OOTBCustomElementForms</media:title>
		</media:content>

		<media:content url="http://corecontentonly.files.wordpress.com/2012/02/dis.png" medium="image">
			<media:title type="html">DIS</media:title>
		</media:content>

		<media:content url="http://corecontentonly.files.wordpress.com/2012/02/dis2.png" medium="image">
			<media:title type="html">DIS2</media:title>
		</media:content>
	</item>
		<item>
		<title>Parse Date using RIDC</title>
		<link>http://corecontentonly.com/2011/10/24/parse-date-using-ridc/</link>
		<comments>http://corecontentonly.com/2011/10/24/parse-date-using-ridc/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 13:56:58 +0000</pubDate>
		<dc:creator>Jonathan Hult</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://corecontentonly.com/?p=666</guid>
		<description><![CDATA[Recently, I had a need to parse a String which contained a date returned from running a UCM search. The field in question was stored as an Oracle Database TIMESTAMP datatype (in the format 2010-02-04 06:00:00Z). I spent a while trying to parse it using the usual Java approaches (java.text.SimpleDateFormat,  java.sql.Time, javax.xml.bind.DatatypeConverter). After getting nowhere but receiving several [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=666&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, I had a need to parse a String which contained a date returned from running a UCM search. The field in question was stored as an <a href="http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/sql_elements001.htm#autoId14" target="_blank">Oracle Database TIMESTAMP datatype</a> (in the format 2010-02-04 06:00:00Z). I spent a while trying to parse it using the usual Java approaches (<a href="http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html" target="_blank">java.text.SimpleDateFormat</a>,  <a href="http://download.oracle.com/javase/6/docs/api/java/sql/Time.html" target="_blank">java.sql.Time</a>, <a href="http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/docs/1.6/api/javax/xml/bind/DatatypeConverter.html" target="_blank">javax.xml.bind.DatatypeConverter</a>). After getting nowhere but receiving several parsing exceptions, a co-worker (thanks Wes Keppy) suggested I try using <a href="http://download.oracle.com/docs/cd/E10316_01/ContentIntegration/ridc/Javadoc/oracle/stellent/ridc/model/impl/DataObjectEncodingUtils.html#decodeDate(java.lang.String)" target="_blank">oracle.stellent.ridc.model.impl.DataObjectEncodingUtils.decodeDate</a> to transform the String (in format 2010-02-04 06:00:00Z) to a <a href="http://download.oracle.com/javase/6/docs/api/java/util/Calendar.html" target="_blank">Java Calendar</a> object and it worked perfectly.</p>
<div>Since I was working in <a href="http://download.oracle.com/docs/cd/E14571_01/doc.1111/e13650/toc.htm">SSXA</a>, the objects were using <a href="http://download.oracle.com/docs/cd/E14571_01/doc.1111/e16819/toc.htm" target="_blank">RIDC</a> (Remote Intradoc Client). If I was within UCM and needed to parse a date, the <a href="http://redstonecontentsolutions.com/intradoc/intradoc/common/LocaleResources.html" target="_blank">intradoc.common.LocaleResources</a> has methods that should be of some help. Sometimes it is best not to <a href="http://en.wikipedia.org/wiki/Reinventing_the_wheel" target="_blank">reinvent the wheel</a>.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/666/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=666&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2011/10/24/parse-date-using-ridc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b679f118d2377e5143720500ed1eafa9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jonathanhult</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove paragraph tag from WYSIWYG</title>
		<link>http://corecontentonly.com/2011/09/14/remove-paragraph-tag-from-wysiwyg/</link>
		<comments>http://corecontentonly.com/2011/09/14/remove-paragraph-tag-from-wysiwyg/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 11:23:12 +0000</pubDate>
		<dc:creator>Jonathan Hult</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://corecontentonly.com/?p=617</guid>
		<description><![CDATA[A question was once asked in the forums about how to stop WYSIWYG content from being wrapped in HTML p tags. Below are the steps to solve this problem. 1. Using JDeveloper (for 11g SSXA) or Site Studio Designer, open the element definition for the WYSIWYG in question. 2. Check the box for &#8220;Do Not Enclose [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=617&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A question was once asked in the <a href="https://forums.oracle.com/forums/thread.jspa?threadID=2275719&amp;tstart=0">forums</a> about how to stop WYSIWYG content from being wrapped in HTML p tags. Below are the steps to solve this problem.</p>
<p>1. Using JDeveloper (for 11g <a href="http://download.oracle.com/docs/cd/E17904_01/doc.1111/e13650/ssxa_understanding.htm" target="_blank">SSXA</a>) or <a href="http://download.oracle.com/docs/cd/E10316_01/SiteStudio/10gr4/WebHelp-Designer/toc.htm" target="_blank">Site Studio Designer</a>, open the <a href="http://download.oracle.com/docs/cd/E10316_01/SiteStudio/10gr4/WebHelp-Designer/c02_websites012.htm" target="_blank">element definition</a> for the WYSIWYG in question.</p>
<p>2. Check the box for &#8220;Do Not Enclose Text in Editor&#8221;.</p>
<p><a href="http://corecontentonly.files.wordpress.com/2011/09/wysiwyg_do_not_enclose_text2.png"><img class="alignnone size-full wp-image-632" title="wysiwyg_do_not_enclose_text" src="http://corecontentonly.files.wordpress.com/2011/09/wysiwyg_do_not_enclose_text2.png?w=600" alt=""   /></a></p>
<p>The <a href="http://download.oracle.com/docs/cd/E10316_01/SiteStudio/10gr4/WebHelp-Designer/x_el_wysiwyg.htm" target="_blank">10gR4 Site Studio Designer Guide</a> has this to say about the topic:</p>
<blockquote><p>Do Not Enclose Text in Editor: Used to define how carriage returns are handled in HTML. If text is enclosed, each time the contributor enters a return, a paragraph is created. If not enclosed, a line break is inserted for each return.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/617/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=617&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2011/09/14/remove-paragraph-tag-from-wysiwyg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b679f118d2377e5143720500ed1eafa9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jonathanhult</media:title>
		</media:content>

		<media:content url="http://corecontentonly.files.wordpress.com/2011/09/wysiwyg_do_not_enclose_text2.png" medium="image">
			<media:title type="html">wysiwyg_do_not_enclose_text</media:title>
		</media:content>
	</item>
		<item>
		<title>Assign Info Button at the Top</title>
		<link>http://corecontentonly.com/2009/11/23/assign-info-button-at-the-top/</link>
		<comments>http://corecontentonly.com/2009/11/23/assign-info-button-at-the-top/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 17:10:32 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://blog.corecontentonly.com/index.php/2009/11/23/assign-info-button-at-the-top/</guid>
		<description><![CDATA[When contributing various assets in Site Studio Designer the Assign Info form will be presented. By default, the buttons to commit are at the bottom of the screen. This is not such an issue the first time I save/commit the content. However, as I continue editing/saving the content I get annoyed by the fact that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=11&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When contributing various assets in Site Studio Designer the Assign Info form will be presented. By default, the buttons to commit are at the bottom of the screen. This is not such an issue the first time I save/commit the content. However, as I continue editing/saving the content I get annoyed by the fact that I have to scroll to the bottom of the page and click Assign Info each time.</p>
<p>I have finally broke down and created a new component that adds the Assign Info button to the top of the page as well.</p>
<p>Download the sample component from the <a href="http://corecontentonly.com/downloads">Downloads</a> page.</p>
<p><img src="http://corecontentonly.files.wordpress.com/2009/11/assigninfobutton.png?w=600" border="0" alt="Assign Info buttons at the top" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=11&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2009/11/23/assign-info-button-at-the-top/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e45f21e7847d928151e69a4908648599?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jasonstortz</media:title>
		</media:content>

		<media:content url="http://corecontentonly.files.wordpress.com/2009/11/assigninfobutton.png" medium="image">
			<media:title type="html">Assign Info buttons at the top</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Sites Menu Filtering</title>
		<link>http://corecontentonly.com/2009/10/13/web-sites-menu-filtering/</link>
		<comments>http://corecontentonly.com/2009/10/13/web-sites-menu-filtering/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:47:00 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://blog.corecontentonly.com/index.php/2009/10/13/web-sites-menu-filtering/</guid>
		<description><![CDATA[I am starting to release some of the example components demonstrated at my session this year at Oracle OpenWorld 2009. In the demo I briefly showed the Web Sites menu and talked about filtering the sites in this menu based on UCM Roles. This component demonstrates how one might accomplish such a task. As other [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=15&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am starting to release some of the example components demonstrated at my session this year at Oracle OpenWorld 2009. In the demo I briefly showed the Web Sites menu and talked about filtering the sites in this menu based on UCM Roles. This component demonstrates how one might accomplish such a task. As other articles related to my session come on line I will inter-link them together.</p>
<p>You know that Web Sites menu Site Studio adds to Content Server? Can I limit the links in that list somehow? This question is asked fairly regularly. I wanted to get a sample of how one might accomplish just that out for general consumption. Once you see an example accomplishing the filtering of that list you&#8217;ll be able to apply your own specific business logic as well.</p>
<p>In this example we&#8217;re going to use Roles to control what web sites are listed in the menu for any given user. I&#8217;ve seen this list controlled by Roles, Accounts, Custom User Metadata and every combination of those aspects and more. This is a LOT less about securing sites away from the users (as it doesn&#8217;t do that AT ALL) and more about thinning the sites list to something more context appropriate for individuals attempting to do their everyday job.</p>
<p>How to do this? Override the custom_finish_layout_init dynamic html include. Here&#8217;s the important snippet (don&#8217;t worry, there is an example component!):</p>
<pre><span style="font-family:Courier;font-size:12px;"><span style="font-family:Courier;font-size:11px;"><span style="font-family:Courier;font-size:10px;">&lt;$c=" STARTING EDIT HERE, JS"$&gt;
   &lt;$if UserIsAdmin OR userHasRole("SSMENU" &amp; siteId)$&gt;
  navBuilder.addChildNodeTo('SS_DISPLAY_WEBSITES'
, 'item'
, 'id==SS_WEBSITE_&lt;$n$&gt;'
, 'label==&lt;$js(label)$&gt;'
, 'url==&lt;$js(siteRef)$&gt;'
, 'icon==WebItem.gif');
   &lt;$endif$&gt;
&lt;$c=" ENDING EDIT HERE, JS"$&gt;</span></span></span></pre>
<p>So, sysadmin has the admin role, so s/he can see our three site samples in the web sites list:</p>
<p><img src="http://www.corecontentonly.com/wp-content/uploads/2010/01/WebSitesMenu_sysadmin.jpg" alt="Sysadmin Sample Image" /></p>
<p>Now, pretend we&#8217;ve created a new user named SingleSiteGuy (stay on task here, this is not a dating site side story&#8230;). We&#8217;ll give SingleSiteGuy our new SSMENUPayPalDemo Role.</p>
<p><img src="http://www.corecontentonly.com/wp-content/uploads/2010/01/WebSitesMenu_newrole.jpg" alt="Role" /></p>
<p>And TA DA! Now SingleSiteGuy can only see the menu we gave him a role to access.</p>
<p><img src="http://www.corecontentonly.com/wp-content/uploads/2010/01/WebSitesMenu_singlesiteguy.jpg" alt="Single Site Guy" /></p>
<p>Grab the <a href="http://jasonstortz.typepad.com/Components/13OCT09_v1_WebSitesMenuFilter.zip">Websites Menu Filter Sample Component</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=15&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2009/10/13/web-sites-menu-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e45f21e7847d928151e69a4908648599?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jasonstortz</media:title>
		</media:content>

		<media:content url="http://www.corecontentonly.com/wp-content/uploads/2010/01/WebSitesMenu_sysadmin.jpg" medium="image">
			<media:title type="html">Sysadmin Sample Image</media:title>
		</media:content>

		<media:content url="http://www.corecontentonly.com/wp-content/uploads/2010/01/WebSitesMenu_newrole.jpg" medium="image">
			<media:title type="html">Role</media:title>
		</media:content>

		<media:content url="http://www.corecontentonly.com/wp-content/uploads/2010/01/WebSitesMenu_singlesiteguy.jpg" medium="image">
			<media:title type="html">Single Site Guy</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery Hosted by Google AND Microsoft</title>
		<link>http://corecontentonly.com/2009/09/21/jquery-hosted-by-google-and-microsoft/</link>
		<comments>http://corecontentonly.com/2009/09/21/jquery-hosted-by-google-and-microsoft/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 19:54:09 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://blog.corecontentonly.com/index.php/2009/09/21/jquery-hosted-by-google-and-microsoft/</guid>
		<description><![CDATA[Last Tuesday, 9/15/2009, Scott Gutherie of Microsoft broke the news about jQuery on the Microsoft CDN. Now, whichever side of the fence you sit on in the Google vs. Microsoft religious fervor you will still enjoy being able to use jQuery on their dime! Happy, happy, joy joy! The official ASP.NET Page about the CDN:http://www.asp.net/ajax/cdn/ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=17&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last Tuesday, 9/15/2009, <a href="http://weblogs.asp.net/scottgu/archive/2009/09/15/announcing-the-microsoft-ajax-cdn.aspx" target="_blank">Scott Gutherie</a> of Microsoft broke the news about jQuery on the Microsoft CDN. Now, whichever side of the fence you sit on in the Google vs. Microsoft religious fervor you will still enjoy being able to use jQuery on their dime! Happy, happy, joy joy!</p>
<p>The official ASP.NET Page about the CDN:<br /><a href="http://www.asp.net/ajax/cdn/" target="_blank">http://www.asp.net/ajax/cdn/</a></p>
<p>An in action sample:<br /><a href="http://stephenwalther.com/blog/archive/2009/09/16/microsoft-ajax-cdn-and-the-jquery-validation-library.aspx" target="_blank">http://stephenwalther.com/blog/archive/2009/09/16/microsoft-ajax-cdn-and-the-jquery-validation-library.aspx</a></p>
<p>Which should you use?<br /><a href="http://stackoverflow.com/questions/1447184/microsoft-cdn-for-jquery-or-google-cdn" target="_blank">http://stackoverflow.com/questions/1447184/microsoft-cdn-for-jquery-or-google-cdn</a></p>
<p>Those of us using jQuery in our Oracle Web Content Management initiatives need to be aware of this and the Google AJAX APIs. I always like to have options. This is just one more option for us.</p>
<p>You can also check out the Google jQuery hosting options <a href="http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery" target="_blank">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=17&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2009/09/21/jquery-hosted-by-google-and-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e45f21e7847d928151e69a4908648599?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jasonstortz</media:title>
		</media:content>
	</item>
		<item>
		<title>Hide Primary File In Site Studio Contributor</title>
		<link>http://corecontentonly.com/2009/06/10/hide-primary-file-in-site-studio-contributor/</link>
		<comments>http://corecontentonly.com/2009/06/10/hide-primary-file-in-site-studio-contributor/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 11:10:00 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://blog.corecontentonly.com/index.php/2009/06/10/hide-primary-file-in-site-studio-contributor/</guid>
		<description><![CDATA[When users create new datafiles through Site Studio Contributor the Primary File (primaryFile) field can be the source of some questions or confusion. This field is usually pre-populated with ?default.xml?. Sometimes users will ask what this field is and/or why they see it. One of the easiest ways to deal with this issue or answer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=28&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When users create new datafiles through Site Studio Contributor the Primary File (primaryFile) field can be the source of some questions or confusion. This field is usually pre-populated with ?default.xml?. Sometimes users will ask what this field is and/or why they see it. One of the easiest ways to deal with this issue or answer this problem is to hide that field! Add the following field to the server&#039;s config.cfg and restart. It looks like this setting may have been added in the may releases, so this may or may not work for you depending on your version and when this new feature was added.</p>
<p><span style="font-family:Courier;font-size:12px;"><span style="font-family:Courier;font-size:11px;"><span style="font-family:Courier;font-size:10px;">SSHidePrimaryFileInContributor=true</span></span></span></p>
<p><img src="http://www.corecontentonly.com/wp-content/uploads/2010/01/HidePrimaryFileForContributor.jpg" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=28&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2009/06/10/hide-primary-file-in-site-studio-contributor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e45f21e7847d928151e69a4908648599?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jasonstortz</media:title>
		</media:content>

		<media:content url="http://www.corecontentonly.com/wp-content/uploads/2010/01/HidePrimaryFileForContributor.jpg" medium="image" />
	</item>
		<item>
		<title>Disabling Site Studio Contributor</title>
		<link>http://corecontentonly.com/2009/03/10/disabling-site-studio-contributor/</link>
		<comments>http://corecontentonly.com/2009/03/10/disabling-site-studio-contributor/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 19:52:34 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://blog.corecontentonly.com/index.php/2009/03/10/disabling-site-studio-contributor/</guid>
		<description><![CDATA[Use can use the following configuration setting to disable contribution on a content server: DisableSiteStudioContribution=true Over on John&#039;s Blog you can find even more information about disabling and/or &#34;enhancing&#34; the contributor key-stroke Component: Site Studio &#8211; Consumption to Contribution Ctrl Shift F5 redirect Guide: Disable ctrl + shift + f5 Site Studio contributor option Updated: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=42&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Use can use the following configuration setting to disable contribution on a content server:</p>
<p>DisableSiteStudioContribution=true</p>
<p>Over on John&#039;s Blog you can find even more information about disabling and/or &quot;enhancing&quot; the contributor key-stroke</p>
<p><a href="http://www.bluestudios.co.uk/blog/?p=215">Component: Site Studio &#8211; Consumption to Contribution Ctrl Shift F5 redirect </a></p>
<p><a href="http://www.bluestudios.co.uk/blog/?p=219">Guide: Disable ctrl + shift + f5 Site Studio contributor option</a> </p>
<p><a href="http://www.bluestudios.co.uk/blog/?p=260">Updated: Consumption to Contribution Ctrl Shift F5 redirect.</a> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=42&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2009/03/10/disabling-site-studio-contributor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e45f21e7847d928151e69a4908648599?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jasonstortz</media:title>
		</media:content>
	</item>
		<item>
		<title>Site Studio 10gR4 Update and Samples</title>
		<link>http://corecontentonly.com/2009/03/09/site-studio-10gr4-update-and-samples/</link>
		<comments>http://corecontentonly.com/2009/03/09/site-studio-10gr4-update-and-samples/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 02:18:00 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://blog.corecontentonly.com/index.php/2009/03/09/site-studio-10gr4-update-and-samples/</guid>
		<description><![CDATA[The Oracle Technology Network has a page with samples, viewlets and material on using Site Studio 10gR4.&#160; Specfically, there is a nice PDF About Using 10gR4 From External Applications.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=43&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Oracle Technology Network has a page with <a href="http://www.oracle.com/technology/products/content-management/ucm/SiteStudio10gR4Tutorials/index.html" target="_blank">samples, viewlets and material on using Site Studio 10gR4</a>.&#160; Specfically, there is a nice <a href="http://www.oracle.com/technology/products/content-management/ucm/sitestudio10gr4tutorials/UsingSiteStudioInExternalApplications.pdf" target="_blank">PDF About Using 10gR4 From External Applications</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&#038;blog=11043685&#038;post=43&#038;subd=corecontentonly&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2009/03/09/site-studio-10gr4-update-and-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e45f21e7847d928151e69a4908648599?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jasonstortz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
