<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>OraNA :: Applications</title><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/orana_applications" /><language>en</language><managingEditor>noemail@noemail.org (OraNA.info)</managingEditor><lastBuildDate>Thu, 11 Mar 2010 15:07:14 PST</lastBuildDate><generator>Google Reader http://www.google.com/reader</generator><gr:continuation xmlns:gr="http://www.google.com/schemas/reader/atom/">CIzJsMztoaAC</gr:continuation><feedburner:info uri="orana_applications" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><description>Read and monitor Oracle Applications related blogs and news sources, all in one place.</description><item><title>The Origin Of Bex: Now Available On Netflix</title><link>http://feedproxy.google.com/~r/orana_applications/~3/LIb_obeKLc4/the-origin-of-bex-now-available-on-netflix</link><category>Art and Culture</category><category>Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bex</dc:creator><pubDate>Thu, 11 Mar 2010 14:52:13 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/91e8cbc0424f484a</guid><description>&lt;p&gt;&lt;img style="float:right" src="http://upload.wikimedia.org/wikipedia/en/e/ed/Red_Dwarf_logo.png"&gt;&lt;/p&gt;
&lt;p&gt;I'm frequently asked where I got the nickname "Bex." Back in 2008 I finally put the matter to rest by explaining &lt;a href="http://bexhuff.com/2008/08/the-origin-of-bex"&gt;the origin of "Bex"&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;The quick story is this: a while back I saw a British TV show with a character named "Bexley," thought it was a cool name, and started using "Bex" as one of my (many) internet aliases. When I went to college, there were too many "Brians" in my dorm, so they decided I needed a nickname... one of my geekier dorm-mates asked me what I used for internet aliases, I mentioned them, and they liked "Bex" the best.&lt;/p&gt;
&lt;p&gt;The rest, as they say, is history...&lt;/p&gt;
&lt;p&gt;The TV show in question is &lt;a href="http://en.wikipedia.org/wiki/Red_Dwarf"&gt;Red Dwarf&lt;/a&gt;, which is a something of a sci-fi cult comedy... I was recently surprised to see that &lt;b&gt;Red Dwarf is available via NetFlix-On-Demand!&lt;/b&gt; If you have NetFlix, and about 20 minutes to spare, you might want to  &lt;b&gt;&lt;a href="http://www.netflix.com/WiPlayer?movieid=70062008&amp;amp;trkid=438381"&gt;watch the television episode that spawned my nickname&lt;/a&gt;&lt;/b&gt;. And maybe a few more episodes, if you care to...&lt;/p&gt;
&lt;p&gt;The show is well written, if not a bit quirky... but, if you're a frequent reader of my blog, you probably have the sense of humor necessary to find it charming &lt;b&gt;;-)&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bexhuff.com/2010/03/the-origin-of-bex-now-available-on-netflix"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/LIb_obeKLc4" height="1" width="1"/&gt;</description><feedburner:origLink>http://bexhuff.com/2010/03/the-origin-of-bex-now-available-on-netflix</feedburner:origLink></item><item><title>Configuring Lost Password management in Oracle Access Manager</title><link>http://feedproxy.google.com/~r/orana_applications/~3/BYyj_Wd8rCY/</link><category>idm</category><category>oam</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mahendra</dc:creator><pubDate>Wed, 10 Mar 2010 22:40:08 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/b8b87019d3ac3677</guid><description>&lt;p&gt;If you want to configure Lost password policy management using Oracle Access Manager for your application, then here it is how you can do. In real time scenario, once the user clicks on Lost Password link, the user will be challenged with questions registered during first login, followed by a change password.&lt;/p&gt;
&lt;p&gt;How can we do this?&lt;/p&gt;
&lt;p&gt;1. Create an LDIF schema file with a new auxiliary object class and two new attributes as shown below.  Here only 1 challenge attribute is used, if your requirement demands, you can add many more.&lt;/p&gt;
&lt;p&gt;dn: cn=schema&lt;br&gt;
changetype: modify&lt;br&gt;
add: attributetypes&lt;br&gt;
attributetypes: ( 1.3.6.1.4.1.9999.1.1094.204 NAME ‘Challenge2′ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15  )&lt;br&gt;
 &lt;br&gt;
dn: cn=schema&lt;br&gt;
changetype: modify&lt;br&gt;
add: attributetypes&lt;br&gt;
attributetypes: ( 1.3.6.1.4.1.9999.1.1094.205 NAME ‘Response2′ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15  )&lt;/p&gt;
&lt;p&gt;dn: cn=schema&lt;br&gt;
changetype: modify&lt;br&gt;
add: objectclasses&lt;br&gt;
objectclasses: ( 1.3.6.1.4.1.9999.1.1094.206 NAME ‘oblixAuxPerson4LPM’ DESC ‘User defined objectclass’ SUP top AUXILIARY MAY ( Challenge2 $ Response2 ) )&lt;/p&gt;
&lt;p&gt;2. Import the LDIF file into the LDAP where OAM stores user data.&lt;/p&gt;
&lt;p&gt;3. Now we have to configure this new object class in the OAM. Goto the Identity System Console and click on Common Configuration tab. Click on object classes in left pane and Add the new class by selecting the type as Person object class.&lt;/p&gt;
&lt;p&gt;4. Goto Identity System Console -&amp;gt; System Configuration. Click password policy.&lt;/p&gt;
&lt;p&gt;5. Enter the URL for &lt;strong&gt;Lost Password Redirect URL&lt;/strong&gt;. Please remember to enable both checkboxes of &lt;strong&gt;Successful Attempts Attribute &lt;/strong&gt;and &lt;strong&gt;Failed Attempts Attribute &lt;/strong&gt;with attributes oblastSuccessFulLogin and oblastFailedLogin respectively.&lt;/p&gt;
&lt;p&gt;6. Click on Lost Password Policy.&lt;/p&gt;
&lt;p&gt;7. Enter the name. You can specify the challenge phrases to be user defined or pre-defined or both. If you wish to have pre-defined, then Enter the challenge phrase in the text box and click Add.&lt;/p&gt;
&lt;p&gt;8. Enter the values for &lt;strong&gt;Minimum Challenges to be configured&lt;/strong&gt; which specifies the no. of challenge phrases that will appear.&lt;/p&gt;
&lt;p&gt;9. Enter values for &lt;strong&gt;Challenge Response Minimum Length &lt;/strong&gt;and &lt;strong&gt;Allow Duplicate Responses &lt;/strong&gt;appropriately.&lt;/p&gt;
&lt;p&gt;10. Enter value for &lt;strong&gt;Minimum Challenges to be Answered &lt;/strong&gt;which specifies the no. of challenges that user has to answer.&lt;/p&gt;
&lt;p&gt;11. Select value for &lt;strong&gt;Challenge Pose Type. All at Once &lt;/strong&gt;allows all the challenge phrases to appear at the same time. &lt;strong&gt;One after the other &lt;/strong&gt;allows the challenges to appear after the user answers the first question.&lt;/p&gt;
&lt;p&gt;12. Enable &lt;strong&gt;Send Email after password change &lt;/strong&gt;if you want to configure SMTP stuff.&lt;/p&gt;
&lt;p&gt;13. In the end, enable check box of password policy.&lt;/p&gt;
&lt;p&gt; In your custom application, you can insert the Lost Password link as shown below.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:void(0);"&gt;http://machinename:portnumber/identity/oblix/apps/lost_pwd_mgmt/bin/lost_pwd_mgmt.cgi?program=passwordChallengeResponse&amp;amp;login=%scheme1_uid_parameter_value%%scheme2_uid_parameter_value%%schemeN_uid_parameter_value%&amp;amp;target=top&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;14. To enable the password policies to the resources protected by the OAM, then modify the authentication scheme that protects those resources. In the validate_password plugin of your Authentication Scheme, add this &lt;strong&gt;obReadPasswdMode=”LDAP”,obWritePasswdMode=”LDAP” &lt;/strong&gt;and the new validate_password plugin appears like this&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;obCredentialPassword=”password”,obReadPasswdMode=”LDAP”, obWritePasswdMode=”LDAP”&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For more information, &lt;a href="http://onlineappsdba.com/index.php/2010/02/19/oam-password-policies/"&gt;check this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/b32419/idconfig.htm#BABDFCGI"&gt;Oracle Documentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://onlineappsdba.com/?p=1559&amp;amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." rel="nofollow"&gt;Share This&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/BYyj_Wd8rCY" height="1" width="1"/&gt;</description><feedburner:origLink>http://onlineappsdba.com/index.php/2010/03/11/configuring-lost-password-management-in-oracle-access-manager/</feedburner:origLink></item><item><title>Let’s get together at Collaborate</title><link>http://feedproxy.google.com/~r/orana_applications/~3/OC9uJdmn8tU/</link><category>News</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Andrews</dc:creator><pubDate>Wed, 10 Mar 2010 12:03:43 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/3070fd5af786693b</guid><description>Before Oracle OpenWorld last September I invited readers of this post to meet me in person there.  That led to a number of meetings and new friendships.  For me, Collaborate is the best chance I have each year to find out what is really happening within organizations that use JDE as well as to learn [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewscg.wordpress.com&amp;amp;blog=628682&amp;amp;post=739&amp;amp;subd=andrewscg&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/OC9uJdmn8tU" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/99fb60b6434b04361b2c8cf90103274c?s=96&amp;d=identicon" /><media:content url="http://andrewscg.files.wordpress.com/2010/03/coll10_web.jpg?w=300" /><media:content url="http://andrewscg.files.wordpress.com/2010/03/hi17117189.jpg?w=300" /></media:group><feedburner:origLink>http://andrewscg.wordpress.com/2010/03/10/let%e2%80%99s-get-together-at-collaborate/</feedburner:origLink></item><item><title>Cloud Computing</title><link>http://feedproxy.google.com/~r/orana_applications/~3/_zHbEFmC0zw/</link><category>Oracle Functional</category><category>cloud computing</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shivmohan purohit</dc:creator><pubDate>Tue, 09 Mar 2010 22:36:00 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/6d2eca1bca30bcb5</guid><description>&lt;p&gt;&lt;span style="text-align:center;display:block"&gt;   &lt;embed src="http://www.youtube.com/v/gRWlw_EgzUI&amp;amp;rel=1&amp;amp;fs=1&amp;amp;showsearch=0" allowFullScreen="true" width="425" height="350" allowScriptAccess="never" wmode="transparent" type="application/x-shockwave-flash"&gt;&lt;/embed&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cloud computing&lt;/strong&gt; is an emerging computing technology that uses the internet and central remote servers to maintain data and applications. Cloud computing allows consumers and businesses to use applications without installation and access their personal files at any computer with internet access. This technology allows for much more efficient computing by centralizing storage, memory, processing and bandwidth. Cloud computing is broken down into three segments: “applications,” “platforms,” and “infrastructure.” Each segment serves a different purpose and offers different products for businesses and individuals around the world.&lt;/p&gt;
&lt;br&gt;Filed under: &lt;a href="http://knoworacle.wordpress.com/category/oracle-functional/"&gt;Oracle Functional&lt;/a&gt; Tagged: &lt;a href="http://knoworacle.wordpress.com/tag/cloud-computing/"&gt;cloud computing&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/knoworacle.wordpress.com/1745/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/knoworacle.wordpress.com/1745/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/knoworacle.wordpress.com/1745/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/knoworacle.wordpress.com/1745/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/knoworacle.wordpress.com/1745/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/knoworacle.wordpress.com/1745/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/knoworacle.wordpress.com/1745/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/knoworacle.wordpress.com/1745/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/knoworacle.wordpress.com/1745/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/knoworacle.wordpress.com/1745/"&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=knoworacle.wordpress.com&amp;amp;blog=3918798&amp;amp;post=1745&amp;amp;subd=knoworacle&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/_zHbEFmC0zw" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/791581a0e3d66332d6b0d9d22ab4c1b7?s=96&amp;d=identicon" /></media:group><feedburner:origLink>http://knoworacle.wordpress.com/2010/03/10/cloud-computing/</feedburner:origLink></item><item><title>Blog:: JDev 11g Extension:: Red Samurai Tool:: Validate ADF Code Quality</title><link>http://feedproxy.google.com/~r/orana_applications/~3/dHPFbiSrcoU/</link><category>Blog</category><category>ECM</category><category>Spaces</category><category>WebCenter 11g</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Tue, 09 Mar 2010 11:11:11 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/577bfb940082ec11</guid><description>&lt;p&gt;Ok - so this evening whilst surfing blog waves I came across&lt;a href="http://andrejusb.blogspot.com/"&gt; Andrejus Baranovskis’s Blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;First I have to say the logo for Red Samurai is awesome!!&lt;br&gt;
And from what I can see Andrejus Baranovskis’s is definatley a ninja / samurai developer - dedicated to improving Oracle and producing some great detailed guides in his blog - even spending the time to screenshot and note whats going on!&lt;/p&gt;
&lt;p&gt;Anyways; I`m still pretty new to the world of JDeveloper - but I did come across his extension ‘&lt;a href="http://andrejusb.blogspot.com/2010/03/red-samurai-tool-jdeveloper-11g.html"&gt;Validate ADF Code Quality&lt;/a&gt;‘ that looks pretty good.. A validation tool!&lt;br&gt;
This is exactly what is needed within any organisation developing adf code - I`m going to put this as a recommendation for anyone working with JDev to get this installed now!&lt;/p&gt;
&lt;p&gt;I don`t want to see any sloppy code - if I ever have to work with you &lt;img src="http://www.bluestudios.co.uk/blog/wp-includes/images/smilies/icon_wink.gif" alt=";)"&gt; &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/dHPFbiSrcoU" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.bluestudios.co.uk/blog/?p=995</feedburner:origLink></item><item><title>Blog:: Fishbowl:: Integrating ECM and Portals</title><link>http://feedproxy.google.com/~r/orana_applications/~3/ST5QHsuWFnw/</link><category>Blog</category><category>ECM</category><category>Spaces</category><category>Stellent - Oracle UCM</category><category>WebCenter 11g</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Tue, 09 Mar 2010 09:46:17 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/7bf7b6a224e6f145</guid><description>&lt;p&gt;There’s a nice technical white paper released today over at &lt;a href="http://cfour.fishbowlsolutions.com/2010/03/09/integrating-ecm-and-portals-new-technical-whitepaper-available/"&gt;Fishbowl Solutions&lt;/a&gt; you should check out - on one way to integrate ECM with Portals!&lt;/p&gt;
&lt;p&gt;But if you are feeling more adventurous and have 10gr4 setup for your websites - check out &lt;a href="http://www.oracle.com/technology/products/content-management/ucm/sitestudio10gr4tutorials/UsingSiteStudioInExternalApplications.pdf"&gt;this oracle snippet document&lt;/a&gt; on how to bring back content to your portlets.&lt;/p&gt;
&lt;p&gt;Instead of using CIS just use the UCM services to bring back and display your require content into a portlet.&lt;br&gt;
You can even setup the ability to edit content directly from your portlet if required just as you do with UCM ‘ctrl + shift  + f5′.&lt;/p&gt;
&lt;p&gt;However if your not feeling adventurous - I would recommend Fishbowl in the US they have a proven tested system in place and use ckeditor - up to date version of fckeditor &lt;img src="http://www.bluestudios.co.uk/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)"&gt;&lt;br&gt;
If you are UK based however you could contact Ether Solution who have already done the former integration with Webcenter - maybe you`ll even see me working on it.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/ST5QHsuWFnw" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.bluestudios.co.uk/blog/?p=992</feedburner:origLink></item><item><title>PeopleSoft Viewlets - Quick Training on Popular PTools Topics</title><link>http://feedproxy.google.com/~r/orana_applications/~3/3CHCT6stmqM/peoplesoft-viewlets-quick-training-on-popular-ptools-topics.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brent Martin</dc:creator><pubDate>Tue, 09 Mar 2010 12:52:42 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/0d10044ab1bb7c20</guid><description>&lt;p&gt;Oracle just launched &amp;quot;PeopleTools Viewlets&amp;quot; at http://download.oracle.com/peopletools/viewlets.html.  The viewlets are short training videos on PeopleTools topics like Web services &amp;amp; Integration Broker, reporting, security, enterprise 2.0 etc.   They&amp;#39;re great if you need a quick refresher or want to see a live example of something you need to do.  Check it out.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PeopleSoftCorner/~4/3CHCT6stmqM" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/3CHCT6stmqM" height="1" width="1"/&gt;</description><gr:likingUser xmlns:gr="http://www.google.com/schemas/reader/atom/">06487157946360965911</gr:likingUser><gr:likingUser xmlns:gr="http://www.google.com/schemas/reader/atom/">16315576297060840461</gr:likingUser><feedburner:origLink>http://www.erpassociates.com/peoplesoft-corner-weblog/news/peoplesoft-viewlets-quick-training-on-popular-ptools-topics.html</feedburner:origLink></item><item><title>OAM integration with WebLogic for different versions</title><link>http://feedproxy.google.com/~r/orana_applications/~3/hW_9wgMj8k0/</link><category>idm</category><category>installation</category><category>integration</category><category>oam</category><category>sso</category><category>weblogic</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mahendra</dc:creator><pubDate>Tue, 09 Mar 2010 01:55:15 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/567de75718e7108b</guid><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;As you might have observed that the integration between Oracle Access Manager and WebLogic server varies with different versions of WebLogic Server and hence it’s architecture varies.&lt;/p&gt;
&lt;p&gt;So I would like to give a brief on how the architecture looks like and what are the components needed for this integration.&lt;/p&gt;
&lt;p&gt;Until WebLogic Server 10.3.0, the connector used between OAM and WebLogic is the SSPI and is available for download seperately. It is evident that SSPI Connector configuration is not very easy to get it working as customers will end up with running into lot of issues with access privileges or weblogic startup etc., . However there is no difference in components used for this integration in both WebLogic versions except the separate SSPI Connector. You would need a proxy infront of WebLogic if you want to achieve Single Sign-On and just an access gate if you want to authenticate to the WebLogic as an OAM user. If you are just looking for authentication only, then you can’t achieve SSO which demands a proxy server. From architecture perspective, you will need a Connector (installed explicitly) sitting inside the WebLogic server.  The working authentication schemes are Basic and Form.&lt;/p&gt;
&lt;p&gt;Moving to the new version, from WebLogic Server 10.3.1 onwards, the connector has been removed. Therefore the integration becomes very easy and so the architecture is.  Here, a jar file called oamAuthnProvider.jar (for OAM 10.1.4.3) has been introduced which acts as an alternative to SSPI connector. Internally, it contains classes to talk to WebLogic Server and OAM access server. This jar file has to be copied to lib directory of weblogic server for which we are attempting to do the integration. An Identity Asserter has to be created in the WebLogic server which listens to the ObSSOCookie. The recommended authentication scheme for WLS 10.3.1 is Form Login.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;References:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://fusionsecurity.blogspot.com/2010/01/integrating-oracle-access-manager-oam.html"&gt;Blog &lt;/a&gt;by Josh Bregman&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/osso.htm#CHDFBJBD"&gt;OAM Documentation &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please reply your comments/suggestion and it is highly appreciated.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://onlineappsdba.com/?p=1558&amp;amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." rel="nofollow"&gt;Share This&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/hW_9wgMj8k0" height="1" width="1"/&gt;</description><feedburner:origLink>http://onlineappsdba.com/index.php/2010/03/09/oam-integration-with-weblogic-for-different-versions/</feedburner:origLink></item><item><title>Life is Short – Enjoy your coffee</title><link>http://feedproxy.google.com/~r/orana_applications/~3/yetehlVXqNI/</link><category>Oracle Functional</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shivmohan purohit</dc:creator><pubDate>Mon, 08 Mar 2010 20:02:19 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/cdcbe17065e0a82f</guid><description>&lt;p&gt;&lt;img src="http://30.media.tumblr.com/tumblr_kyxl514Ptk1qzr04eo1_400.jpg" alt="(by im-perfectionist)"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://27.media.tumblr.com/tumblr_kxzah8zMBA1qzr04eo1_400.jpg" alt="(by twinkled)"&gt;&lt;/p&gt;
&lt;br&gt;Filed under: &lt;a href="http://knoworacle.wordpress.com/category/oracle-functional/"&gt;Oracle Functional&lt;/a&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/knoworacle.wordpress.com/1740/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/knoworacle.wordpress.com/1740/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/knoworacle.wordpress.com/1740/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/knoworacle.wordpress.com/1740/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/knoworacle.wordpress.com/1740/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/knoworacle.wordpress.com/1740/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/knoworacle.wordpress.com/1740/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/knoworacle.wordpress.com/1740/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/knoworacle.wordpress.com/1740/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/knoworacle.wordpress.com/1740/"&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=knoworacle.wordpress.com&amp;amp;blog=3918798&amp;amp;post=1740&amp;amp;subd=knoworacle&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/yetehlVXqNI" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/791581a0e3d66332d6b0d9d22ab4c1b7?s=96&amp;d=identicon" /><media:content url="http://30.media.tumblr.com/tumblr_kyxl514Ptk1qzr04eo1_400.jpg" /><media:content url="http://27.media.tumblr.com/tumblr_kxzah8zMBA1qzr04eo1_400.jpg" /></media:group><gr:likingUser xmlns:gr="http://www.google.com/schemas/reader/atom/">01447444284328456985</gr:likingUser><feedburner:origLink>http://knoworacle.wordpress.com/2010/03/08/life-is-short-enjoy-your-coffee/</feedburner:origLink></item><item><title>Bringing order to a chaotic work day</title><link>http://feedproxy.google.com/~r/orana_applications/~3/oN0A6k54-gA/</link><category>Uncategorized</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi Banda</dc:creator><pubDate>Mon, 08 Mar 2010 17:33:40 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/fa80ddc3944ccddb</guid><description>&lt;p&gt;&lt;img title="TaskBased" src="http://www.interactiveinsightsgroup.com/blog1/wp-content/uploads/2009/02/productive.jpg" alt="" width="300" height="400"&gt;My usual day started with early morning meetings, catching up on email, looking up my memory for the to-do tasks and following up with my team by writing more emails, participating in meetings, and resulting in more emails.&lt;/p&gt;
&lt;p&gt;As you can imagine, it was pretty hectic, a reactive work style and of &lt;strong&gt;my own doing&lt;/strong&gt;. However much I tried to come out of it, I sunk in further so decided to take help from the &lt;strong&gt;“Productivity”&lt;/strong&gt; class – one of the cool benefits of working @ Oracle is the access to a wide-variety of development tools (ok – I had to put in my compliments for Oracle somewhere &lt;img src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)"&gt;  )&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;My style is now &lt;strong&gt;“task based”&lt;/strong&gt; and its simple –&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I am writing down all tasks – work and personal (using Outlook) with the goal of not relying on memory.&lt;/li&gt;
&lt;li&gt;I have set myself a frequency on checking mail (every 1 hour)&lt;/li&gt;
&lt;li&gt;I am now quickly processing the mail and dividing into 3 buckets&lt;br&gt;
- If it can be replied quickly in 1 min or less, do it immediately.&lt;br&gt;
- If it needs an action or following up with someone, create a Task for it and set a Start Date and Due Date. The tendency is to focus more on Due Date but at the same time &lt;strong&gt;“Start Date” is critical, &lt;/strong&gt;as setting it correctly based on the work load for today / tomorrow and the current week, will determine how successfully I will get to it and complete it.&lt;br&gt;
- If it’s a FYI mail, move it into an archive folder and rely on “search” tools to find it later&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;All I am now focused is to get the Tasks done and yes – &lt;strong&gt;writing this blog post was a task for Today&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I now have a &lt;strong&gt;“0”&lt;/strong&gt; mail Inbox and a healthy list of &lt;strong&gt;30 tasks&lt;/strong&gt; that I need to do this week.&lt;/p&gt;
&lt;p&gt;The added benefit of having Tasks is that I can now lookup my Tasks for the last week and send my Goals mail (which is the work I did last week + work to do this week) to my team. For some of the larger tasks – I can also pull them easily into my &lt;a href="http://talentedapps.wordpress.com/2009/08/27/confessions-of-a-performance-review-convert-no-pain-no-gain-no-longer/"&gt;performance review document&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My team is also following this approach, and as a result, we are all now competing with each other to show who is more productive. And, just the fact that, I have come out of a 2 year blog hibernation shows how happy I am with the new &lt;strong&gt;“me”.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What about you ? Do you have any productivity tips to share ?&lt;/strong&gt;&lt;/p&gt;
&lt;br&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talentedapps.wordpress.com/5096/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talentedapps.wordpress.com/5096/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talentedapps.wordpress.com/5096/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talentedapps.wordpress.com/5096/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talentedapps.wordpress.com/5096/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talentedapps.wordpress.com/5096/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talentedapps.wordpress.com/5096/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talentedapps.wordpress.com/5096/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talentedapps.wordpress.com/5096/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talentedapps.wordpress.com/5096/"&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talentedapps.wordpress.com&amp;amp;blog=2083132&amp;amp;post=5096&amp;amp;subd=talentedapps&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/oN0A6k54-gA" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://0.gravatar.com/avatar/038d9f02456fba2344e07731c9836395?s=96&amp;d=identicon&amp;r=G" /><media:content url="http://www.interactiveinsightsgroup.com/blog1/wp-content/uploads/2009/02/productive.jpg" /></media:group><feedburner:origLink>http://talentedapps.wordpress.com/2010/03/09/bringing-order-to-a-chaotic-work-day/</feedburner:origLink></item><item><title>Blog:: WCI.. Webcenter Interaction video</title><link>http://feedproxy.google.com/~r/orana_applications/~3/6VrwYev-c84/</link><category>Blog</category><category>ECM</category><category>Spaces</category><category>Stellent - Oracle UCM</category><category>WebCenter 11g</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Mon, 08 Mar 2010 11:45:23 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/a09d9c5adc64dea5</guid><description>&lt;p style="text-align:center"&gt;&lt;/p&gt;
&lt;p&gt;So I was a bit bored over the weekend and decided to do the Oracle geek thing and watch a few presentation..&lt;/p&gt;
&lt;p&gt;To my surprise; I actually stumbled across quite a good video on Vimeo to do with WCI by &lt;a href="http://vimeo.com/bucchere"&gt;Chris Bucchere.&lt;br&gt;
&lt;/a&gt;He walks you through quite a few real-world mashups of open source applications written in their own chosen language - PHP, RoR, Python etc.&lt;a href="http://vimeo.com/bucchere"&gt;&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If your bored and there’s just nothing on TV check out this presentation!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/6VrwYev-c84" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.bluestudios.co.uk/blog/?p=988</feedburner:origLink></item><item><title>Disater Recovery documentation for Oracle WebLogic Server 11g (Fusion Middleware)</title><link>http://feedproxy.google.com/~r/orana_applications/~3/HMAKhvnjDrg/</link><category>fusion</category><category>weblogic</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Atul Kumar</dc:creator><pubDate>Mon, 08 Mar 2010 08:40:10 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/505ad48b57a5547f</guid><description>&lt;p&gt;If you are looking for documentation on Oracle WebLogic Server 11g (component in Oracle Fusion Middleware) then here are few good links&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; Recommendation for Oracle WebLogic Server 11g Disaster Recovery &lt;a href="http://download.oracle.com/docs/cd/E15523_01/doc.1111/e15250/recommendations.htm#CHDJHCIB"&gt;here&lt;/a&gt;  which covers &lt;strong&gt;File System&lt;/strong&gt; and &lt;strong&gt;Network&lt;/strong&gt; artifacts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; If you are using &lt;strong&gt;JMS &lt;/strong&gt;(Java Messaging services)  and &lt;strong&gt;T-Logs&lt;/strong&gt; in WebLogic server then check recommendations for DR &lt;a href="http://download.oracle.com/docs/cd/E15523_01/doc.1111/e15250/recommendations.htm#CHDCDDDF"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3.&lt;/strong&gt; &lt;strong&gt;Whole Server Migration&lt;/strong&gt; : Read about Server migration in WebLogic server (&lt;strong&gt;Automatic&lt;/strong&gt; and &lt;strong&gt;Manual&lt;/strong&gt; server migration) &lt;a href="http://download.oracle.com/docs/cd/E15523_01/web.1111/e13709/migration.htm"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4.&lt;/strong&gt; Service Migration for &lt;strong&gt;pinned services&lt;/strong&gt; (JMS, JTA and user defined singleton service) &lt;a href="http://download.oracle.com/docs/cd/E15523_01/web.1111/e13709/service_migration.htm"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5.&lt;/strong&gt; If you are planning to use &lt;strong&gt;Virtualization&lt;/strong&gt; and &lt;strong&gt;Partitioning&lt;/strong&gt; technologies (Non Oracle) with WebLogic server then &lt;a href="http://www.oracle.com/technology/products/ias/hi_av/oracleas_supported_virtualization.html#supportforsunsolaris10inm"&gt;check this&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6.&lt;/strong&gt; Check &lt;strong&gt;High Availability&lt;/strong&gt; configuration for Oracle WebLogic &lt;a href="http://download.oracle.com/docs/cd/E15523_01/core.1111/e10106/aa.htm"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#ff0000"&gt;More information on High Availability and Disaster Recovery documentation for Fusion Middleware component - SOA, WebCenter, Identity Management (OID, SSO, Access Manager) coming soon …..&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#000000"&gt;If you know any document regarding WebLogic Disaster Recovery (Failover) configuration then  update it under comments section.&lt;/font&gt;&lt;/p&gt;
 &lt;div&gt;&lt;a href="http://onlineappsdba.com/index.php/2010/02/23/opatch-adpatch-and-now-smart-update-bsu-to-apply-weblogic-patches/" title="opatch, adpatch and now “smart update” (BSU) to apply weblogic patches"&gt;Previous in series&lt;/a&gt; &lt;/div&gt;&lt;div&gt;&lt;h2&gt;Related Posts for Learn WebLogic with Us&lt;/h2&gt; &lt;br&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/07/22/oracle-weblogic-installation-steps/" title="Oracle WebLogic Installation Steps"&gt;Oracle WebLogic Installation Steps&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/07/24/domain-administration-managed-server-cluster-in-oracle-weblogic/" title="Domain , Administration &amp;amp; Managed Server, Cluster in Oracle WebLogic"&gt;Domain , Administration &amp;amp; Managed Server, Cluster in Oracle WebLogic&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/07/28/create-domain-in-oracle-weblogic/" title="Create Domain in Oracle WebLogic"&gt;Create Domain in Oracle WebLogic&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/08/03/oracle-weblogic-server-startupshutdown/" title="Oracle WebLogic Server - Startup/Shutdown"&gt;Oracle WebLogic Server - Startup/Shutdown&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/08/07/oracle-weblogic-server-10g-r3-103-released/" title="Oracle WebLogic Server 10g R3 10.3 is out now"&gt;Oracle WebLogic Server 10g R3 10.3 is out now&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/08/12/deploy-application-on-oracle-weblogic-server/" title="Deploy Application on Oracle WebLogic Server"&gt;Deploy Application on Oracle WebLogic Server&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/08/14/cluster-architecture-oracle-weblogic-server/" title="Cluster Architecture : Oracle WebLogic Server"&gt;Cluster Architecture : Oracle WebLogic Server&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/09/21/start-weblogic-server-on-linux-on-port-80-443/" title="Start WebLogic Server on Linux on port 80, 443 "&gt;Start WebLogic Server on Linux on port 80, 443 &amp;lt;= 1024&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/11/04/jdbc-java-database-connectivity-in-oracle-weblogic-overview/" title="JDBC (Java DataBase Connectivity ) in Oracle WebLogic - Overview"&gt;JDBC (Java DataBase Connectivity ) in Oracle WebLogic - Overview&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/11/06/weblogic-server-jdbc-for-database-connection-step-by-step/" title="WebLogic Server JDBC for Database connection : Step by Step"&gt;WebLogic Server JDBC for Database connection : Step by Step&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2008/11/22/security-in-oracle-weblogic-realm-security-provider-authentication-authorization-users/" title="Security in Oracle WebLogic : Realm, Security Provider, Authentication, Authorization, Users"&gt;Security in Oracle WebLogic : Realm, Security Provider, Authentication, Authorization, Users&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2009/02/01/deploy-adf-application-to-oracle-weblogic-server/" title="Deploy ADF application to Oracle WebLogic Server"&gt;Deploy ADF application to Oracle WebLogic Server&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2009/06/10/node-manager-in-oracle-weblogic-server/" title="Node Manager in Oracle WebLogic Server"&gt;Node Manager in Oracle WebLogic Server&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2009/09/23/configure-oracle-http-server-infront-of-oracle-weblogic-server-mod_wl_ohs/" title="Configure Oracle HTTP Server infront of Oracle WebLogic Server mod_wl_ohs"&gt;Configure Oracle HTTP Server infront of Oracle WebLogic Server mod_wl_ohs&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2009/11/23/how-to-install-weblogic-server-on-64-bit-os-linux-solaris/" title="How to install weblogic server on 64 bit O.S. (Linux /Solaris) ?"&gt;How to install weblogic server on 64 bit O.S. (Linux /Solaris) ?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2009/12/29/oracle-weblogic-login-issue-password-is-not-correct-password-lock-policy/" title="Oracle WebLogic Login Issue : Password is not correct (Password Lock Policy)"&gt;Oracle WebLogic Login Issue : Password is not correct (Password Lock Policy)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2010/01/07/oracle-weblogic-server-node-manager-in-nutshell/" title="Oracle WebLogic Server : Node Manager in nutshell"&gt;Oracle WebLogic Server : Node Manager in nutshell&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2010/01/11/certification-1z0-108-oracle-weblogic-server-10g-system-administrator-certified-expert/" title="Certification : 1Z0-108  Oracle WebLogic Server 10g System Administrator Certified Expert"&gt;Certification : 1Z0-108  Oracle WebLogic Server 10g System Administrator Certified Expert&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2010/02/04/how-to-integrate-weblogic-with-oracle-internet-directory-for-login-authentication/" title="How to integrate WebLogic with Oracle Internet Directory for Login : Authentication"&gt;How to integrate WebLogic with Oracle Internet Directory for Login : Authentication&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://onlineappsdba.com/index.php/2010/02/23/opatch-adpatch-and-now-smart-update-bsu-to-apply-weblogic-patches/" title="opatch, adpatch and now “smart update” (BSU) to apply weblogic patches"&gt;opatch, adpatch and now “smart update” (BSU) to apply weblogic patches&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Disater Recovery documentation for Oracle WebLogic Server 11g (Fusion Middleware)&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://onlineappsdba.com/?p=1557&amp;amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." rel="nofollow"&gt;Share This&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/HMAKhvnjDrg" height="1" width="1"/&gt;</description><feedburner:origLink>http://onlineappsdba.com/index.php/2010/03/08/disater-recovery-documentation-for-oracle-weblogic-server-11g-fusion-middleware/</feedburner:origLink></item><item><title>KnowOracle – Starting with Video Tutorials</title><link>http://feedproxy.google.com/~r/orana_applications/~3/rgocrexOmjE/</link><category>Oracle Functional</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shivmohan purohit</dc:creator><pubDate>Mon, 08 Mar 2010 03:47:40 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/120a525d3ceef912</guid><description>&lt;p&gt;KnowOracle – Starting with Video Tutorials&lt;/p&gt;
&lt;p&gt;&lt;span style="text-align:center;display:block"&gt;   &lt;embed src="http://www.youtube.com/v/jrP1vajRSCg&amp;amp;rel=1&amp;amp;fs=1&amp;amp;showsearch=0" allowFullScreen="true" width="425" height="350" allowScriptAccess="never" wmode="transparent" type="application/x-shockwave-flash"&gt;&lt;/embed&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Starting – How to Use this blog&lt;/p&gt;
&lt;p&gt;&lt;span style="text-align:center;display:block"&gt;   &lt;embed src="http://www.youtube.com/v/INB-EwWp_pg&amp;amp;rel=1&amp;amp;fs=1&amp;amp;showsearch=0" allowFullScreen="true" width="425" height="350" allowScriptAccess="never" wmode="transparent" type="application/x-shockwave-flash"&gt;&lt;/embed&gt; &lt;/span&gt;&lt;/p&gt;
&lt;br&gt;Filed under: &lt;a href="http://knoworacle.wordpress.com/category/oracle-functional/"&gt;Oracle Functional&lt;/a&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/knoworacle.wordpress.com/1738/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/knoworacle.wordpress.com/1738/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/knoworacle.wordpress.com/1738/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/knoworacle.wordpress.com/1738/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/knoworacle.wordpress.com/1738/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/knoworacle.wordpress.com/1738/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/knoworacle.wordpress.com/1738/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/knoworacle.wordpress.com/1738/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/knoworacle.wordpress.com/1738/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/knoworacle.wordpress.com/1738/"&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=knoworacle.wordpress.com&amp;amp;blog=3918798&amp;amp;post=1738&amp;amp;subd=knoworacle&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/rgocrexOmjE" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/791581a0e3d66332d6b0d9d22ab4c1b7?s=96&amp;d=identicon" /></media:group><feedburner:origLink>http://knoworacle.wordpress.com/2010/03/08/knoworacle-starting-with-video-tutorials/</feedburner:origLink></item><item><title>The March 7th Leadership Development Carnival is up!</title><link>http://feedproxy.google.com/~r/orana_applications/~3/lqe1AIWvMew/</link><category>carnival</category><category>development</category><category>leadership</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Bennett</dc:creator><pubDate>Sun, 07 Mar 2010 22:50:30 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/19a1cecce1a18d7c</guid><description>&lt;p&gt;&lt;a href="http://talentedapps.files.wordpress.com/2010/02/shcrv.jpg"&gt;&lt;img title="shcrv" src="http://talentedapps.files.wordpress.com/2010/02/shcrv.jpg?w=300&amp;amp;h=134" alt="" width="300" height="134"&gt;&lt;/a&gt;Go check out the new &lt;strong&gt;&lt;a href="http://www.greatleadershipbydan.com/2010/03/march-7-leadership-development-carnival.html"&gt;March 7th Leadership Development Carnival&lt;/a&gt;&lt;/strong&gt;. Dan McCarthy has gathered together over 40 top  posts, putting them in an Academy Award categories format. Dan introduces each submission with a brief description to help  you decide if you want to read it.&lt;/p&gt;
&lt;p&gt;Some notable posts include: &lt;strong&gt;Art Petty&lt;/strong&gt;’s &lt;a href="http://artpetty.com/2010/02/28/leadership-caffeine-learning-to-lead-in-the-project-focused-world/"&gt;Leadership  Caffeine-Learning to Lead in the Project-Focused World&lt;/a&gt;, &lt;strong&gt;Jason Seiden&lt;/strong&gt;’s &lt;a href="http://jasonseiden.com/your-job-sucks-really-im-shocked-oh-wait-no-im-not/"&gt;Your  Job Sucks? Really? I’m Shocked. Oh, Wait: No I’m Not&lt;/a&gt;, &lt;strong&gt;Anne Perschel&lt;/strong&gt;’s &lt;a href="http://germaneconsulting.com/fixing-the-hole-in-the-corporate-soul/"&gt;Fixing  the Hole in the Corporate Soul&lt;/a&gt;, &lt;strong&gt;Jason Reid&lt;/strong&gt;’s &lt;a href="http://sickwithsuccess.com/multitasking-bad-synergy-good/"&gt;Multi-tasking  – doing things badly in twice as much time&lt;/a&gt;, and our own &lt;strong&gt;Amy Wilson&lt;/strong&gt;’s &lt;a href="http://talentedapps.wordpress.com/2010/03/02/pay-for-performance-is-dead-almost/"&gt;Pay  for Performance is Dead…almost&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is a terrific opportunity for you to get a great sample of a  variety of perspectives, thinking, and just plain good writing. Who  knows? Maybe you’ll discover a great blog you never heard of before.&lt;/p&gt;
&lt;br&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talentedapps.wordpress.com/5092/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talentedapps.wordpress.com/5092/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talentedapps.wordpress.com/5092/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talentedapps.wordpress.com/5092/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talentedapps.wordpress.com/5092/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talentedapps.wordpress.com/5092/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talentedapps.wordpress.com/5092/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talentedapps.wordpress.com/5092/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talentedapps.wordpress.com/5092/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talentedapps.wordpress.com/5092/"&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talentedapps.wordpress.com&amp;amp;blog=2083132&amp;amp;post=5092&amp;amp;subd=talentedapps&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/lqe1AIWvMew" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/fc9d2740a4b87b68a28d6b07a8de8885?s=96&amp;d=identicon&amp;r=G" /><media:content url="http://talentedapps.files.wordpress.com/2010/02/shcrv.jpg?w=300" /></media:group><feedburner:origLink>http://talentedapps.wordpress.com/2010/03/08/the-march-7th-leadership-development-carnival-is-up/</feedburner:origLink></item><item><title>Don’t forget to be awesome</title><link>http://feedproxy.google.com/~r/orana_applications/~3/6evAXjSNtn0/</link><category>Oracle Functional</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shivmohan purohit</dc:creator><pubDate>Sun, 07 Mar 2010 21:16:04 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/a3d7e87b382756a5</guid><description>&lt;p&gt;&lt;img src="http://30.media.tumblr.com/tumblr_kybdzqX8oG1qzr04eo1_400.jpg" alt=""&gt;&lt;/p&gt;
&lt;br&gt;Filed under: &lt;a href="http://knoworacle.wordpress.com/category/oracle-functional/"&gt;Oracle Functional&lt;/a&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/knoworacle.wordpress.com/1737/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/knoworacle.wordpress.com/1737/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/knoworacle.wordpress.com/1737/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/knoworacle.wordpress.com/1737/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/knoworacle.wordpress.com/1737/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/knoworacle.wordpress.com/1737/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/knoworacle.wordpress.com/1737/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/knoworacle.wordpress.com/1737/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/knoworacle.wordpress.com/1737/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/knoworacle.wordpress.com/1737/"&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=knoworacle.wordpress.com&amp;amp;blog=3918798&amp;amp;post=1737&amp;amp;subd=knoworacle&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/6evAXjSNtn0" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/791581a0e3d66332d6b0d9d22ab4c1b7?s=96&amp;d=identicon" /><media:content url="http://30.media.tumblr.com/tumblr_kybdzqX8oG1qzr04eo1_400.jpg" /></media:group><feedburner:origLink>http://knoworacle.wordpress.com/2010/03/08/dont-forget-to-be-awesome/</feedburner:origLink></item><item><title>Thoughts for today : 8 March 2009</title><link>http://feedproxy.google.com/~r/orana_applications/~3/r8yWKpyD8Jk/</link><category>Oracle Functional</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shivmohan purohit</dc:creator><pubDate>Sun, 07 Mar 2010 21:14:32 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/0285353b183e52e1</guid><description>&lt;p&gt;&lt;img src="http://25.media.tumblr.com/tumblr_kywuw9v6bF1qzr04eo1_400.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://27.media.tumblr.com/tumblr_kynuzq7i0Y1qzr04eo1_400.jpg" alt="(by beneaththesheetsandcovers)"&gt;&lt;/p&gt;
&lt;br&gt;Filed under: &lt;a href="http://knoworacle.wordpress.com/category/oracle-functional/"&gt;Oracle Functional&lt;/a&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/knoworacle.wordpress.com/1735/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/knoworacle.wordpress.com/1735/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/knoworacle.wordpress.com/1735/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/knoworacle.wordpress.com/1735/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/knoworacle.wordpress.com/1735/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/knoworacle.wordpress.com/1735/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/knoworacle.wordpress.com/1735/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/knoworacle.wordpress.com/1735/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/knoworacle.wordpress.com/1735/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/knoworacle.wordpress.com/1735/"&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=knoworacle.wordpress.com&amp;amp;blog=3918798&amp;amp;post=1735&amp;amp;subd=knoworacle&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/r8yWKpyD8Jk" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/791581a0e3d66332d6b0d9d22ab4c1b7?s=96&amp;d=identicon" /><media:content url="http://25.media.tumblr.com/tumblr_kywuw9v6bF1qzr04eo1_400.jpg" /><media:content url="http://27.media.tumblr.com/tumblr_kynuzq7i0Y1qzr04eo1_400.jpg" /></media:group><feedburner:origLink>http://knoworacle.wordpress.com/2010/03/08/thoughts-for-today-8-march-2009/</feedburner:origLink></item><item><title>Software Testing and Development Newsletter - March 2010</title><link>http://feedproxy.google.com/~r/orana_applications/~3/Ik2W_TXrwt8/software-testing-and-development-newsletter-march-2010.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Jones</dc:creator><pubDate>Sat, 06 Mar 2010 14:12:33 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/32e0b1144aaefe17</guid><description>&lt;p&gt;Up to Newsletter Index&lt;/p&gt;&lt;br&gt;Quotable Quotes&lt;br&gt;&lt;p&gt;The chief lesson I have learned in a long life is that the only way to make a man trustworthy is to trust him; and the surest way to make him untrustworthy is to distrust him and show your distrust.  –Henry L. Stimson&lt;/p&gt;&lt;br&gt;&lt;p&gt;If you want to go quickly, go alone. If you want to go far, go together.  –African Proverb&lt;/p&gt;&lt;br&gt;&lt;p&gt;The world is wide, and I will not waste my life in friction when it could be turned into momentum.  –Frances Willard&lt;/p&gt;&lt;br&gt;&lt;p&gt;Every now and then go away—for when you come back to your work your judgment will be surer.  –Leonardo DaVinci&lt;/p&gt;&lt;br&gt;&lt;p&gt;I'm not a genius. I'm just a tremendous bundle of experience.  –R. Buckminster Fuller&lt;/p&gt;&lt;br&gt;&lt;p&gt;Coming together is a beginning, staying together is progress, and working together is success.  –Henry Ford&lt;/p&gt;&lt;br&gt;&lt;p&gt;There is a wisdom of the head, and a wisdom of the heart.  –Charles Dickens&lt;/p&gt;&lt;br&gt;&lt;p&gt;People do not decide to become extraordinary. They decide to accomplish extraordinary things.  –Edmund Hillary&lt;/p&gt;&lt;br&gt;&lt;p&gt;On two occasions I have been asked [by members of British Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.  –Charles Babbage&lt;/p&gt;&lt;br&gt;&lt;p&gt;&lt;br&gt;Read More...&lt;img src="http://feeds.feedburner.com/~r/PeopleSoftCorner/~4/Ik2W_TXrwt8" height="1" width="1"&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/Ik2W_TXrwt8" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.erpassociates.com/peoplesoft-corner-weblog/contributing-blogger/software-testing-and-development-newsletter-march-2010.html</feedburner:origLink></item><item><title>Lofty goals</title><link>http://feedproxy.google.com/~r/orana_applications/~3/4xK9GzkUSKQ/</link><category>Uncategorized</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Meg Bear</dc:creator><pubDate>Fri, 05 Mar 2010 13:43:58 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/2b5d8940eee1b983</guid><description>&lt;p&gt;&lt;a href="http://talentedapps.files.wordpress.com/2010/03/images.jpeg"&gt;&lt;img title="images" src="http://talentedapps.files.wordpress.com/2010/03/images.jpeg?w=105&amp;amp;h=118" alt="" width="105" height="118"&gt;&lt;/a&gt; I love my Tivo.&lt;/p&gt;
&lt;p&gt;I think it’s the best invention of it’s decade and a close second to the remote control, as being &lt;strong&gt;the most useful invention of my lifetime&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I love it not so much for it’s technology, but for it’s simplicity.  The idea was so simple, all the technical pieces we readily available, and yet it &lt;strong&gt;changed the way we watch television&lt;/strong&gt; forever.&lt;/p&gt;
&lt;p&gt;Tivo changed my relationship with television, and in doing that,  it changed my expectations of television.  If it’s true that&lt;a href="http://talentedapps.wordpress.com/2008/06/02/identity-crisis-genx-or-baby-boomer/"&gt; television has more to do with our generational divide than date of birt&lt;/a&gt;h, we should expect that we &lt;strong&gt;haven’t seen the real result of the impact of Tivo yet&lt;/strong&gt;.  That’s pretty cool for such a small company.&lt;/p&gt;
&lt;p&gt;When I think about what I want for our own industry, I really want the same thing.  I want to &lt;strong&gt;change the way we think about systems and business&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I want to&lt;strong&gt; change how we look at people in business&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I want to&lt;strong&gt; bring the human back to human resources&lt;/strong&gt; while also &lt;strong&gt;making business work better. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I want to realize the statement&lt;a href="http://punkrockhr.com/"&gt; Laurie&lt;/a&gt; said about me.  &lt;strong&gt;I want to &lt;a href="http://talentedapps.wordpress.com/2009/10/29/need-your-help-achieving-my-dream/"&gt;make work better&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The landscape of business is becoming more complex every day.  Social norms, expectations and markets are all changing.  Rapidly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Global&lt;/strong&gt; isn’t an idea, it’s a business imperative for big companies.  Companies are having to make bigger decisions with less insight since &lt;a href="http://www.businessdictionary.com/definition/management-by-walking-around-MBWA.html"&gt;management by walking around&lt;/a&gt; is a lot harder when you have to &lt;a href="https://worldhistoryatyhs.wikispaces.com/file/view/JesusWalkingOnWater%28c%29ArtDotCom.jpg/32314307/JesusWalkingOnWater%28c%29ArtDotCom.jpg"&gt;walk across an ocean&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We need a &lt;strong&gt;new relationship between systems and business&lt;/strong&gt; and I for one, think that it’s about time.  It all starts with lofty goals in my world.&lt;/p&gt;
&lt;br&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talentedapps.wordpress.com/5085/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talentedapps.wordpress.com/5085/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talentedapps.wordpress.com/5085/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talentedapps.wordpress.com/5085/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talentedapps.wordpress.com/5085/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talentedapps.wordpress.com/5085/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talentedapps.wordpress.com/5085/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talentedapps.wordpress.com/5085/"&gt;&lt;/a&gt; &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talentedapps.wordpress.com/5085/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talentedapps.wordpress.com/5085/"&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talentedapps.wordpress.com&amp;amp;blog=2083132&amp;amp;post=5085&amp;amp;subd=talentedapps&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/4xK9GzkUSKQ" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/35abcd8dd53cbee1fde847152c2156f5?s=96&amp;d=identicon&amp;r=G" /><media:content url="http://talentedapps.files.wordpress.com/2010/03/images.jpeg" /></media:group><gr:likingUser xmlns:gr="http://www.google.com/schemas/reader/atom/">14512729556425229714</gr:likingUser><feedburner:origLink>http://talentedapps.wordpress.com/2010/03/05/lofty-goals/</feedburner:origLink></item><item><title>Blog:: Webcenter:: Spaces:: The latest new skin is underway..</title><link>http://feedproxy.google.com/~r/orana_applications/~3/AQ2vUOzSOz0/</link><category>Blog</category><category>Design</category><category>ECM</category><category>Portfolio</category><category>Spaces</category><category>User Interface</category><category>WebCenter 11g</category><category>Website</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Mon, 08 Mar 2010 06:38:28 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/609ce600eade58ca</guid><description>&lt;p style="text-align:center"&gt;&lt;a href="http://www.bluestudios.co.uk/blog/wp-content/uploads/2010/03/dark_skin1.jpg"&gt;&lt;img title="dark_skin_tn" src="http://www.bluestudios.co.uk/blog/wp-content/uploads/2010/03/dark_skin_tn1.jpg" alt="dark_skin_tn" width="500" height="423"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope you guys enjoy this latest skin - as you can see its based on the &lt;a href="http://www.bluestudios.co.uk/blog/?p=914"&gt;original white design&lt;/a&gt; - I did back in December with a few slight alterations.&lt;/p&gt;
&lt;p&gt;No I didn’t reskin firefox aswell, before anyone comments &lt;img src="http://www.bluestudios.co.uk/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)"&gt;&lt;br&gt;
Search for NASA Night Launch to download the firefox skin if you really like it..&lt;/p&gt;
&lt;p&gt;Yes I know you are all asking for the extended trinidad css skin files for the design - in a couple of weeks fingers crossed I`ll have them complete and you`ll all be able to get them install them and alter them as you wish.&lt;/p&gt;
&lt;p&gt;I’ll also be working on a complete new interface for Spaces approaching it from a Social networking view rather than a portal widget styled design that Spaces currently implements!!&lt;br&gt;
So think facebook, linkedIn, MySpace’d version of Spaces for connecting and collaborating… I have my work cut out for me - but its going to be great fun….&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;##Update ##&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have thrown together a few widgets.. This is just a quick mockup and not a final representation..&lt;br&gt;
And yes for all you designers obsessed with following the box model guidelines - I`m sorry.. But I prefer randomness than conforming to the rule..&lt;br&gt;
And with this design it seems to actually work &lt;img src="http://www.bluestudios.co.uk/blog/wp-includes/images/smilies/icon_wink.gif" alt=";)"&gt; &lt;/p&gt;
&lt;p style="text-align:center"&gt;&lt;a href="http://www.bluestudios.co.uk/blog/wp-content/uploads/2010/03/dark_skin_update.jpg"&gt;&lt;img title="dark_skin_update_tn" src="http://www.bluestudios.co.uk/blog/wp-content/uploads/2010/03/dark_skin_update_tn.jpg" alt="dark_skin_update_tn" width="500" height="424"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/AQ2vUOzSOz0" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.bluestudios.co.uk/blog/?p=975</feedburner:origLink></item><item><title>BI 11g is coming soon, perhaps at Collaborate</title><link>http://feedproxy.google.com/~r/orana_applications/~3/COQKdTqWjFE/</link><category>News</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Andrews</dc:creator><pubDate>Fri, 05 Mar 2010 06:15:30 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/58a57ea39ef18453</guid><description>Oracle has been working on a major upgrade to its Business Intelligence product line for almost four years.  We were told at Open World that the result would be called BI 11g and would arrive in 2010.  Oracle does not like to introduce anything near the end of its fiscal year that finishes at the [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewscg.wordpress.com&amp;amp;blog=628682&amp;amp;post=737&amp;amp;subd=andrewscg&amp;amp;ref=&amp;amp;feed=1"&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_applications/~4/COQKdTqWjFE" height="1" width="1"/&gt;</description><media:group xmlns:media="http://search.yahoo.com/mrss/"><media:content url="http://1.gravatar.com/avatar/99fb60b6434b04361b2c8cf90103274c?s=96&amp;d=identicon" /></media:group><feedburner:origLink>http://andrewscg.wordpress.com/2010/03/05/bi-11g-is-coming-soon-perhaps-at-collaborate/</feedburner:origLink></item></channel></rss>
