<?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>Sat, 11 Feb 2012 12:56:48 +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>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&amp;blog=11043685&amp;post=666&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=666&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=617&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=617&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=11&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=11&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=15&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=15&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=17&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=17&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=28&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=28&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=42&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=42&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=43&amp;subd=corecontentonly&amp;ref=&amp;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&amp;blog=11043685&amp;post=43&amp;subd=corecontentonly&amp;ref=&amp;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>
		<item>
		<title>Site Studio 10gR4 Now Available</title>
		<link>http://corecontentonly.com/2009/01/09/site-studio-10gr4-now-available/</link>
		<comments>http://corecontentonly.com/2009/01/09/site-studio-10gr4-now-available/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 22:05:00 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://blog.corecontentonly.com/index.php/2009/01/09/site-studio-10gr4-now-available/</guid>
		<description><![CDATA[http://www.oracle.com/technology/software/products/content-management/index.html Look for the 10.1.4.0.0 release<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&amp;blog=11043685&amp;post=50&amp;subd=corecontentonly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oracle.com/technology/software/products/content-management/index.html" target="_blank">http://www.oracle.com/technology/software/products/content-management/index.html</a></p>
<p>Look for the 10.1.4.0.0 release</p>
<p><img border="0" src="http://www.corecontentonly.com/wp-content/uploads/2010/01/10gR4Released.jpg" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&amp;blog=11043685&amp;post=50&amp;subd=corecontentonly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2009/01/09/site-studio-10gr4-now-available/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/10gR4Released.jpg" medium="image" />
	</item>
		<item>
		<title>Site Studio Default Link Format Per Site</title>
		<link>http://corecontentonly.com/2008/10/20/site-studio-default-link-format-per-site/</link>
		<comments>http://corecontentonly.com/2008/10/20/site-studio-default-link-format-per-site/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 22:01:00 +0000</pubDate>
		<dc:creator>Jason Stortz</dc:creator>
				<category><![CDATA[OracleWCM]]></category>

		<guid isPermaLink="false">http://blog.corecontentonly.com/index.php/2008/10/20/site-studio-default-link-format-per-site/</guid>
		<description><![CDATA[With the newer versions of Site Studio (10gR3, at least 10.1.3.3.3+) there is a handy way to set the default link format for your site.&#160; You can do this through the Site Studio Designer and the setting is persisted in your Project XML file in Content Server.&#160; This is pretty handy if you want to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&amp;blog=11043685&amp;post=58&amp;subd=corecontentonly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With the newer versions of Site Studio (10gR3, at least 10.1.3.3.3+) there is a handy way to set the default link format for your site.&nbsp; You can do this through the Site Studio Designer and the setting is persisted in your Project XML file in Content Server.&nbsp; This is pretty handy if you want to do things like using one manner of linking to data files for 90% of your content creation work.</p>
<p><img border="0" src="http://www.corecontentonly.com/wp-content/uploads/2010/01/DefaultLinkFormatMenu.jpg" /></p>
<p><img border="0" src="http://www.corecontentonly.com/wp-content/uploads/2010/01/DefaultLinkFormatOptions.jpg" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/corecontentonly.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/corecontentonly.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/corecontentonly.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/corecontentonly.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/corecontentonly.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/corecontentonly.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/corecontentonly.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/corecontentonly.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/corecontentonly.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/corecontentonly.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/corecontentonly.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/corecontentonly.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/corecontentonly.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/corecontentonly.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=corecontentonly.com&amp;blog=11043685&amp;post=58&amp;subd=corecontentonly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://corecontentonly.com/2008/10/20/site-studio-default-link-format-per-site/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/DefaultLinkFormatMenu.jpg" medium="image" />

		<media:content url="http://www.corecontentonly.com/wp-content/uploads/2010/01/DefaultLinkFormatOptions.jpg" medium="image" />
	</item>
	</channel>
</rss>
