<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sierra Atlantic - Official Blog</title>
	
	<link>http://blogs.sierraatlantic.com</link>
	<description>The Official Blog of Sierra Atlantic</description>
	<lastBuildDate>Mon, 20 Dec 2010 19:03:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SierraAtlanticBlogs" /><feedburner:info uri="sierraatlanticblogs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>SierraAtlanticBlogs</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>BankON™ Featured in Bank Technology News</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/16Zbfw5nzyk/</link>
		<comments>http://blogs.sierraatlantic.com/2010/12/bankon%e2%84%a2-featured-in-bank-technology-news/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 19:03:15 +0000</pubDate>
		<dc:creator>Phil Hodsdon</dc:creator>
				<category><![CDATA[BFS and Insurance]]></category>
		<category><![CDATA[BankOn]]></category>
		<category><![CDATA[Bank Technology News]]></category>
		<category><![CDATA[banking]]></category>
		<category><![CDATA[payables]]></category>
		<category><![CDATA[receivables]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=513</guid>
		<description><![CDATA[As a result of this year’s launch of BankON, Sierra Atlantic was recently named one of the Top 10 Technology Companies to watch by Bank Technology News.   Sierra Atlantic is among the top 10 companies featured on the cover page of the December 2010 issue of the magazine. John Adams of Bank Technology News refers [...]]]></description>
			<content:encoded><![CDATA[<p>As a result of this year’s launch of BankON, Sierra Atlantic was recently named one of the Top 10 Technology Companies to watch by Bank Technology News.   Sierra Atlantic is among the top 10 companies featured on the cover page of the December 2010 issue of the magazine.</p>
<p>John Adams of Bank Technology News refers to Sierra Atlantic’s approach as “right on” when it comes to improving the linkage between corporate Enterprise Resourcing Planning (ERP) systems and bank treasury management operations.  In a recent interview with Sierra Atlantic CEO Raju Reddy, John and Raju discussed the complexities of payments processing and the need for a turnkey solution that benefits both the banks and their corporate customers. </p>
<p>BankON offers a standardized integration that enables corporates to automate payables, receivables and account reconciliation activities in order to streamline operations and reduce costs.  Banks are able to reduce the time-to-connect with their corporate customers and reduce costs related to the development and ongoing support of one-off integrations.  Both banks and their corporate customers realize a very quick return on their investment. </p>
<p>You can access the Bank Technology News article directly at: <a href="http://www.americanbanker.com/btn_issues/">http://www.americanbanker.com/btn_issues/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/12/bankon%e2%84%a2-featured-in-bank-technology-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/12/bankon%e2%84%a2-featured-in-bank-technology-news/</feedburner:origLink></item>
		<item>
		<title>Erlang experiments: The results are in</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/YqHtsEmJ9Rs/</link>
		<comments>http://blogs.sierraatlantic.com/2010/12/erlang-experiments-the-results-are-in/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 14:45:04 +0000</pubDate>
		<dc:creator>Chaitanya Munjuluri</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Outsourced Product Development]]></category>
		<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=506</guid>
		<description><![CDATA[As part of an initiative to start looking at various technologies and methodologies that will make revolutionise video game development, we were looking at various programming languages that would help scalability in servers. Multi threaded C/C++ code, design patterns, libraries, frameworks, and finally programming languages themselves fall under this division. Subsequent to my earlier blog [...]]]></description>
			<content:encoded><![CDATA[<p>As part of an initiative to start looking at various technologies and methodologies that will make revolutionise video game development, we were looking at various programming languages that would help scalability in servers. Multi threaded C/C++ code, design patterns, libraries, frameworks, and finally programming languages themselves fall under this division.</p>
<p>Subsequent to my earlier blog post on Erlang (refer: <a href="../2010/10/erlang-and-experiments-with-scalable-servers/">http://blogs.sierraatlantic.com/2010/10/erlang-and-experiments-with-scalable-servers/</a>) we whipped up a quick server to test its scalability. Srini (a fresh graduate from University of Hyd) and Vijayender worked on the server side of the game while Chaitanya (not me) worked on writing a client using the Blender API.</p>
<p>It was in many ways an experiment on the productivity of the programmers. Vijayender, with his vast experience, was mostly involved in design while Srini and Chaitanya were responsible for actual implementation.  Keep in mind that Chaitanya and Srini have each just about 2 months of experience and I was already demanding them to write multi threaded code. However the results definitely surprised me.</p>
<p>We planned on making a very simple server that would cater to multiple incoming connections. The overall idea is that we would use one thread to run the networking related code, one thread to do the event management and one thread to perform collisions and the like. The reason for this was straightforward since this is a very simple form of threading (using the producer consumer pattern).</p>
<p>So how long did it take for us the finish this application? 2 months. Yes, that&#8217;s right. Just two months with a brand new pair of hands who have no experience writing multi threaded code.  The number of bugs that were reported? Less than 5 and all of them were deviations from the specification. None were technology related bugs.</p>
<p>The following graph depicts the throughput. X-Axis shows the number of clients while the Y-Axis shows the average time it took for a single update (in milliseconds)</p>
<p><a href="http://blogs.sierraatlantic.com/wp-content/uploads/2010/12/erlang.png"><img class="aligncenter size-medium wp-image-507" title="erlang" src="http://blogs.sierraatlantic.com/wp-content/uploads/2010/12/erlang-300x176.png" alt="" width="300" height="176" /></a></p>
<p>The point to notice here is not how long each update took to perform. It is how the server scales automatically when we throw more cores at it. The performance is bound to improve if we switch all of the collision and mathematical calculations to a C/C++ interop (maybe even CUDA/OpenCL&#8230; hmmm).</p>
<p>Notice how the 800 clients an 8 core processor gives more than 30 fps consistent. Every time we figured an increased load on the server, all we had to do was toss more cores at it and the performance pretty much improved linearly.</p>
<p>Having worked extensively on multi-threaded code I have come to believe that the future lies in languages that are designed with threading in mind. Multi-core architectures are not going anytime soon and this is exactly why writing code that scales well is of extreme importance. I believe that it is better to toss more hardware at a problem than tossing programmers and Erlang seems to be a good choice.</p>
<h4>Notes:</h4>
<p>Here is a list of things that are left:</p>
<ul>
<li>Mathematics interop in C/C++</li>
<li>Checking the numbers with Hipe VM</li>
<li>Checking the numbers on multiple operating systems</li>
<li>Hopefully try it out on the cloud <img src='http://blogs.sierraatlantic.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>Persistent store (database integration)</li>
</ul>
<p>Here is the current setup:</p>
<ul>
<li>Windows 7</li>
<li>Intel i7 CPU (8 hardware threads)</li>
<li> 6 GB RAM (although we were never limited by the RAM)</li>
<li> Erlang R14B 5.8.11</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/12/erlang-experiments-the-results-are-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/12/erlang-experiments-the-results-are-in/</feedburner:origLink></item>
		<item>
		<title>IFRS – Insights – ‘Segment’ Your Mind Before Reporting</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/H05L1QNs3YI/</link>
		<comments>http://blogs.sierraatlantic.com/2010/11/ifrs-%e2%80%93-insights-%e2%80%93-%e2%80%98segment%e2%80%99-your-mind-before-reporting/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 12:06:46 +0000</pubDate>
		<dc:creator>Anantha Krishnan</dc:creator>
				<category><![CDATA[BFS and Insurance]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[Enterprise Applications & Services]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Oracle Economy of Products]]></category>
		<category><![CDATA[Oracle e-Business Suite]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Accounting / Information Systems]]></category>
		<category><![CDATA[AS17]]></category>
		<category><![CDATA[Business Segments]]></category>
		<category><![CDATA[Enterprise Applications]]></category>
		<category><![CDATA[Geographical Segments]]></category>
		<category><![CDATA[IAS14]]></category>
		<category><![CDATA[IFRS transition]]></category>
		<category><![CDATA[Indian Accounting Standard]]></category>
		<category><![CDATA[r12]]></category>
		<category><![CDATA[R12 Upgrade]]></category>
		<category><![CDATA[Release 12]]></category>
		<category><![CDATA[Segmental Reporting]]></category>
		<category><![CDATA[Sub Ledger Accounting]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=471</guid>
		<description><![CDATA[Yes, I am back again this time keeping up my promise for a deep dive (shall I say neck deep!) into specific areas for IFRS transition. Just thought it would perhaps interest the readers (if any!) if some ‘hot’ topics laced with factors behind formulating  policies falling in ‘Accounting’ / ‘Information Systems’ (our narrow interest [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Yes, I am back again this time keeping up my promise for a deep dive (shall I say neck deep!) into specific areas for IFRS transition. Just thought it would perhaps interest the readers (if any!) if some ‘hot’ topics laced with factors behind formulating  policies falling in ‘Accounting’ / ‘Information Systems’ (our narrow interest is Enterprise Applications!) are provided.</p>
<p style="text-align: justify;">With the above background, let me get into ‘Segmental Reporting’ – a very common area (even without IFRS!). At the outset, it is good to note that IAS 14 deals with this subject and  AS17 – is the corresponding Indian Accounting Standard already  in force for certain companies.  Also, much to the relief of  ‘Accountants’ broadly there are no major variances between IAS14 and AS17 –  On the lighter side, feel – if one reads through the accounting standards – hardly 10% will be understood in the first few readings! (10 times taxing to first understand and xx<em>??[God knows how many?]</em> Times for implementation!!). However at the end, there is a larger intent to analyze financials to proactively assess if the health or intended moves of an enterprise are in the right direction adding investor value.</p>
<p style="text-align: justify;">Now here is what IAS14 mandates – Looks pretty simple, till one has to implement!</p>
<ul style="text-align: justify;">
<li>An entity reports information for <strong>‘Business Segments’</strong> and for <strong>‘Geographical Segments’</strong>, indicating <strong>the types of products and services included in each reported business segment and the composition of each reported geographical segment. <em>(One of these segments will be ‘Primary’ and the other ‘Secondary’) </em></strong></li>
</ul>
<p style="text-align: justify;"><strong> </strong></p>
<ul style="text-align: justify;">
<li>A set of reporting requirements – listed below for <strong><em>‘Primary’ / ‘Secondary’ Segments so identified. </em></strong></li>
</ul>
<table style="text-align: justify;" border="1" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td width="301" valign="top"><strong><span style="text-decoration: underline;">Primary Segment</span></strong></td>
<td width="337" valign="top"><strong><span style="text-decoration: underline;">Secondary Segment</span></strong></td>
</tr>
<tr>
<td width="301" valign="top"><strong><span style="text-decoration: underline;">Revenue</span> </strong>- separately disclosing sales to External Customers    and Inter-Segment Revenue. The  basis    of inter-segment pricing is also disclosed</td>
<td width="337" valign="top">Revenue &#8211; separately    disclosing sales to External Customers and Inter-Segment Revenue.</td>
</tr>
<tr>
<td width="301" valign="top"><strong><span style="text-decoration: underline;">Profit or Loss </span></strong>– (Before Interest and Taxes) from continuing    operations and discontinued operations separately.</td>
<td width="337" valign="top"><strong>&#8212;    Not Applicable &#8211;</strong></td>
</tr>
<tr>
<td width="301" valign="top">Carrying amount of segment <strong>Assets</strong></td>
<td width="337" valign="top">Carrying amount of segment Assets</td>
</tr>
<tr>
<td width="301" valign="top">Segment <strong>Liabilities</strong>.</td>
<td width="337" valign="top"><strong>&#8212; Not Applicable &#8211;</strong></td>
</tr>
<tr>
<td width="301" valign="top">Cost incurred in the period    <strong>to acquire property, plant and    equipment, and intangibles</strong>.</td>
<td width="337" valign="top">Cost incurred in the period    to acquire property, plant and equipment, and intangibles.</td>
</tr>
<tr>
<td width="301" valign="top"><strong>Depreciation and amortization charges</strong>, and other significant    non-cash expenses</td>
<td width="337" valign="top"><strong>&#8212; Not Applicable &#8211;</strong></td>
</tr>
<tr>
<td width="301" valign="top">Aggregate share of the    profit or loss of associates, joint ventures, or other investments</td>
<td width="337" valign="top"><strong>&#8212; Not Applicable &#8211;</strong></td>
</tr>
</thead>
</table>
<p style="text-align: justify;">Already panting? Ok! Understand – here are a few breathers:</p>
<ul style="text-align: justify;">
<li>Standard (mercifully!) applies only to entities whose shares are listed in Stock Exchange(s) or which are in the process of issuing the same for eventual listing:</li>
</ul>
<ul style="text-align: justify;">
<li>Don’t be overjoyed!! &#8211; Indian Accounting Standard is much more extensive in its coverage as it prescribes some additional class of companies or criteria for coverage (<em>Ex. Banks and Insurance Companies, Entities having a Turnover of more than Rs. 50 Crores &#8211; (Approx. $10 Million). Borrowings in excess of Rs. 10 Crores (Approx. $2 Million), Holding / Subsidiary of any of the companies covered by AS17. </em></li>
</ul>
<ul style="text-align: justify;">
<li>Disclosure requirements arise only when the segment revenues earned from external customers are in excess of the prescribed threshold limit of 10% of the Total Revenue (Both internal and external).  – A minimum of 75% of the total revenue should be covered by segment reporting failing which additional segmental classification needs to be included until this limit is met!</li>
</ul>
<p style="text-align: justify;">I can already hear a few loud voices – how to identify ‘Business Segments’ or ‘Geographical Segment’ –</p>
<ul style="text-align: justify;">
<li>IAS14 in my view lacks clarity <em>[“The source and nature of the entity’s risks and rates of return determine whether the primary reporting format is business segments or geographical segments. This is usually identified by the entity’s internal organizational and management structure and its system of internal financial reporting to senior management.]</em></li>
</ul>
<ul style="text-align: justify;">
<li>AS17  provides some more guidelines for ‘Business’ classification based on <em>Nature of Products and Services, Production Process, Type of Customers, Distribution Channels, Regulatory Environment  and for</em> ‘Geography’<em> </em>based on<em> Similarity of Economic and Political Conditions, Relationship between Geographies, Proximity, Specific risks associated with a Region, Exchange control regulations etc., </em></li>
</ul>
<p style="text-align: justify;">I am aware that this article has probably crossed reasonable limits. However, all the erudite readers will be quick to realize:</p>
<ol style="text-align: justify;">
<li>Aspects related to classification of ‘Business’ / ‘Geography’ segments (and possibly additional segments!), how to deal with financial elements that can’t be directly ascribed to specific segments (what kind of allocation rules etc., can be logically followed)   are all matters which are internal to any organization in which Professional Audit and Accounting Firms   are best positioned to assist in formulation of proper accounting framework for transition and then to ongoing compliance.</li>
<li>IT Service providers like Sierra Atlantic Inc., &#8211; on the other hand can consider the inputs for ongoing compliance arrived in Step 1 , evaluate gaps in the existing ‘Enterprise Applications’  configurations and come up with a sequence of steps for best possible fulfillment – i.e.:</li>
</ol>
<ul style="text-align: justify;">
<li>Upgrade to Release 12 Vs Re implement &#8211; Examine the flexible ‘Sub Ledger Accounting’ [SLA’ framework provided], other options [Ex. Multiple transaction types, Capturing mandatory additional information during transactions, organization structuring etc.]</li>
</ul>
<p style="text-align: justify;">Hopefully, readers now see the difference that I briefly dwelt upon in my first dialogue on the subject!  Before I conclude, here is another  compliance rider of IAS14  &#8211; Once a segment is reportable, in the next year even if it goes below the threshold limit it continues to be reported  and likewise if you have new reportable segment information that emerges in one year then you better provide previous year comparison as well !! – <em>Accountants always on the receiving side! Icing on the cake, I suppose??</em></p>
<p style="text-align: justify;">By for now, and hope to be back soon with insights into yet another topic.</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/11/ifrs-%e2%80%93-insights-%e2%80%93-%e2%80%98segment%e2%80%99-your-mind-before-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/11/ifrs-%e2%80%93-insights-%e2%80%93-%e2%80%98segment%e2%80%99-your-mind-before-reporting/</feedburner:origLink></item>
		<item>
		<title>Cloud Web Application Development and Deployment on Windows Azure Platform</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/Viui3pn7LUc/</link>
		<comments>http://blogs.sierraatlantic.com/2010/11/cloud-web-application-development-and-deployment-on-windows-azure-platform-2/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 18:42:36 +0000</pubDate>
		<dc:creator>Rajeswar Turlapati</dc:creator>
				<category><![CDATA[Enterprise Services]]></category>
		<category><![CDATA[Web Applicatons Development & Maintenance]]></category>
		<category><![CDATA[Advanced Operating Systems]]></category>
		<category><![CDATA[Application Maintenance]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Enterprise Application Development and Deployment]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=454</guid>
		<description><![CDATA[Introduction Nowadays, several hosting companies are assuring to provide high-end infrastructure and application services over the cloud computing environment.  This environment contains number of virtual machines running on one or more physical systems.  With the introduction of cloud computing, revolutionary changes have been taken place in hardware and in data center models with exceptional online [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>Nowadays, several hosting companies are assuring to provide high-end infrastructure and application services over the cloud computing environment.  This environment contains number of virtual machines running on one or more physical systems.  With the introduction of cloud computing, revolutionary changes have been taken place in hardware and in data center models with exceptional online storage and backup systems.   Security, reliability and availability are major challenges for cloud hosting providers and they are effectively monitored in accordance to the SLAs defined with the users.  Cloud environment is denoted as public or private based on the availability and accessibility of the environment at specific premises with necessary privileges.</p>
<p><a href="http://blogs.sierraatlantic.com/wp-content/uploads/2010/11/Cloud1.png"><img class="aligncenter size-medium wp-image-453" title="Cloud1" src="http://blogs.sierraatlantic.com/wp-content/uploads/2010/11/Cloud1-300x253.png" alt="" width="300" height="253" /></a></p>
<p><strong>Fig: 1   Imaginary picture of private and public cloud environments</strong></p>
<h3>Public cloud</h3>
<p>In general, everyone can access public cloud environment with appropriate subscription from service providers.  In public cloud computing environment, users never know hardware details of the server on which their application is hosted; because server scales up to tens of thousands of computers automatically on need basis.  Infrastructure as a service (IaaS) is industry vernacular for the public cloud computing services as it offers access to virtual servers, desktop computers or remote storage locations on usage basis.</p>
<h3>Private Cloud</h3>
<p>Private cloud is similar to public cloud environment, but access is restricted to limited number of users within the company firewalls.   Private cloud computing can be tightly integrated with public cloud computing environments which are running on high bandwidth of 24 X 7 availability.   There are several wrong perceptions about private cloud computing with apprehensive calculations of hardware and software costs.  In reality, it can be set-up in much cheaper way and wouldn’t consume much time to install the software.   At minimum, private cloud environment can be set-off with $4000 approximately.</p>
<h3>Cloud Service Providers</h3>
<p>Microsoft, Amazon, Google, Sales force…etc are the leading public cloud service providers in today’s market. In general, all of them would provide more or less same type of services with their innovative business ideas.</p>
<h3>Cloud Users</h3>
<p>Cloud services are mainly beneficial for the technical people or hosting companies who wish to use cloud as future platform for their business.  It’s less significant for the end users who browse the application from the cloud environment.</p>
<p>If you’ve a question like, who are the users for the cloud environment?</p>
<p>It depends on the type of service subscribed from the cloud service provider.  For example, a development team can create a web application that will be hosted in cloud environment.  Similarly tester can validate same web application on cloud staging environment.  A hosting company might want to host their web sites on public cloud environment to reduce costs on hardware.  A gaming company could deploy online games in cloud environment to make use of hardware acceleration and performance.  All these users must subscribe appropriate services from the public cloud environment before start using it.</p>
<h3>Web Application Development and Deployment on Windows Azure</h3>
<p>You can look at the media files which demonstrate the subscription, development and deployment process of the public cloud computing environment on Windows Azure.  I’ve built these movies based on the sample scenario that was explained as objective in 1<sup>st</sup> video.   Essentially these movies would provide answers to the following 3 questions…</p>
<p><script src="http://apps.visiblegains.com/get/8bnY4M5ZAVk" type="text/javascript"></script><br />
<br/></p>
<p>In Microsoft’s perspective, cloud computing affects 3 important areas / models&#8230;</p>
<ul>
<li>Data Center / Hardware model;</li>
<li>Application model;</li>
<li>Operation model.</li>
</ul>
<p><strong>Data Center / Hardware Models</strong>: Unlike traditional monolithic data centers, pre-assembled/modular data centers are emerging in today’s market; especially in the cloud computing environment and hardware has enormous capacity to produce extremely high performance and backup at nominal cost.  IaaS (Infrastructure as a Service) provides a platform for virtualization where you can subscribe virtual servers, desktops and other infrastructure related services on usage basis.</p>
<p><strong>Application Model</strong>:  In cloud environment, we can easily and quickly deliver applications that are targeted for international audience from any device with rich end-user experience.   A simple browser with internet connectivity would be sufficient to deal with business critical applications.  SaaS (Software as a Service) offers solutions to the wide variety of applications on consumption wise.</p>
<p><strong>Operation Model</strong>:  Services from the cloud environment would be available on 24X7 basis.  You’ll be covered under pre-defined or customized SLAs when you subscribe services from the public cloud environment; it provides incredible online storage with strong back-up and recovery mechanism.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/11/cloud-web-application-development-and-deployment-on-windows-azure-platform-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/11/cloud-web-application-development-and-deployment-on-windows-azure-platform-2/</feedburner:origLink></item>
		<item>
		<title>Web Pages In Localised Languages</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/yD309pmfQwE/</link>
		<comments>http://blogs.sierraatlantic.com/2010/11/web-pages-in-localised-languages/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 18:00:16 +0000</pubDate>
		<dc:creator>Chaitanya Munjuluri</dc:creator>
				<category><![CDATA[Web Applicatons Development & Maintenance]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=449</guid>
		<description><![CDATA[The problem: They say music is the language of the universe. That sounds (pun intended) good but what about written languages? Since I can read/write English I have been lucky enough to be able to visit most of the websites. There are many others who do not and when they visit websites, the default language [...]]]></description>
			<content:encoded><![CDATA[<p>The problem:</p>
<p>They say music is the language of the universe. That sounds (pun intended) good but what about written languages? Since I can read/write English I have been lucky enough to be able to visit most of the websites. There are many others who do not and when they visit websites, the default language is English and that is when things go awry. Some websites have a localised version of the webpage but how does the user know how he can view the page in the language of his choice, without actually knowing that he has to spot the text &#8220;Language&#8221;? This assumes that the user can read/write English. Here are a few fixes that I propose. Mind you that some of them are already in use.</p>
<p>Possible solutions:</p>
<p>IP based:</p>
<p>We can map geo-ip to a language since the ips allocated to countries are well known. However this threw a problem for me when I was in South Korea. Initially I could not read/write Korean and I had no idea how I could change the language to English on MSN.com . I finally used a proxy based out of UK to get the pixel location of the term &#8220;language&#8221; and mapped it to the Korean version of the page. This hack does not work all the time since the webpage layout might be different for different territories (not to mention the browsers).</p>
<p>Login based:</p>
<p>When a user logs into the website we can set the language of the pages based on his preference at the time of the account creation. This is by far the best solution. It requires pain for the user only at the initial account creation. However the problem moves to the default webpage that displays the login screen.</p>
<p>Scrolling/cycling text:</p>
<p>A ticker that scrolls on the top right portion of the screen that says &#8220;language&#8221; in multiple languages is the solution that I love the most. Since humans (being predators) are attracted to movement this solution relies on grabbing a user&#8217;s focus to the most important piece of information for the page. Obviously the user will ignore all the text that is incomprehensive and latches onto the text that is in familiar language. A drop down just below it should hold a list of all languages.</p>
<p>Flags based:</p>
<p>A slight variation on the above is to use flags instead of text, especially where the locales might not be properly supported. The only problem with this is when a single country has multiple languages (ex: India).</p>
<p>Conclusion:</p>
<p>In my humble opinion, I&#8217;d go for the scrolling/cycling text solution since it is easy to manage and ensures that all the possible languages are covered. I&#8217;d love to hear any interesting solutions that people have come across.</p>
<p>Unless one of these (or any new) solutions will be incorporated, the problem will only grow manifold as the internet age reaches out to every nook and corner of the world. The information revolution cannot be fully realized unless web content in localized languages become a reality.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/11/web-pages-in-localised-languages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/11/web-pages-in-localised-languages/</feedburner:origLink></item>
		<item>
		<title>Social Gaming – A Casual Gaming Revolution</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/om3IA7ay69s/</link>
		<comments>http://blogs.sierraatlantic.com/2010/11/social-gaming-%e2%80%93-a-casual-gaming-revolution/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 18:00:58 +0000</pubDate>
		<dc:creator>Ravi Polimera</dc:creator>
				<category><![CDATA[Communicatons, Media & Entertainment]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=445</guid>
		<description><![CDATA[Future generations will probably remember year 2009 for the social gaming revolution it brought about. The fact that “casual gaming on social platforms” entered the mainstream is more evident today than ever with more than 300 million people coming online everyday to play a casual game or a social gaming application. The virtual identity in [...]]]></description>
			<content:encoded><![CDATA[<p>Future generations will probably remember year 2009 for the social gaming revolution it brought about. The fact that <strong>“casual gaming on social platforms” </strong>entered the mainstream is more evident today than ever with more than 300 million people coming online everyday to play a casual game or a social gaming application. The virtual identity in “Facebook” or similar portals is some times predominant than the real “socially” life of this internet generation.</p>
<p>Every where around the world Facebook and its clones cater to niche audience and we see “gaming” as a mainstream medium of entertainment. In many developed nations gaming industry is already bigger than movies; for example in US the gaming industry is roughly twice the size of Hollywood. Social gaming now reduced the entry bar for the “new gamer” and every day thousands of people are joining the gaming network.</p>
<p>There were many significant milestones in the evolution of gaming as an entertainment medium, but “Farmville” by Zynga would probably be the defining game for its universal acceptance. With more than 55 million registered uses, out of which around 20 million users come online daily to grow their farms, this internet savvy generation which is too impatient to show off their achievements to their friends. Social games of today are an efficient mechanism to show off one’s abilities by broadcasting their wins/achievements on their social networks.</p>
<p>Social gaming empowered every online user to be a part of a single gaming network, and the gamer identity is now becoming an important extra curricular achievement. Hope this social gaming network would then flourish into the ideal</p>
<p>2010 is quickly becoming the year that this industry started to mature. Facebook is getting more involved in the monetization ecosystem, last year&#8217;s hit games are fighting for their lives, and new developers and games are climbing the leader boards. Large players are consolidating smaller studios and teams, and large media companies and traditional game developers continue to plot their social gaming strategies.</p>
<p>Keep watching this space for more…</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/11/social-gaming-%e2%80%93-a-casual-gaming-revolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/11/social-gaming-%e2%80%93-a-casual-gaming-revolution/</feedburner:origLink></item>
		<item>
		<title>Process Manufacturing: Embarking On a R12 Journey – 3</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/of0hC38TJl8/</link>
		<comments>http://blogs.sierraatlantic.com/2010/11/process-manufacturing-embarking-on-a-r12-journey-3/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 18:00:45 +0000</pubDate>
		<dc:creator>pankaj.muley</dc:creator>
				<category><![CDATA[Enterprise Applications & Services]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Manufacturing]]></category>
		<category><![CDATA[Oracle Economy of Products]]></category>
		<category><![CDATA[Oracle e-Business Suite]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=438</guid>
		<description><![CDATA[After a long gap, I am once again continuing my earlier OPM upgrade blog series. Carrying on from where I left, OPM upgrade is definitely different unlike the other module upgrades in Release 12+. This is due to fact that Oracle has introduced much awaited inventory convergence in this version. Before we jump on to [...]]]></description>
			<content:encoded><![CDATA[<p>After a long gap, I am once again continuing my earlier OPM upgrade blog series. Carrying on from where I left, OPM upgrade is definitely different unlike the other module upgrades in Release 12+. This is due to fact that Oracle has introduced much awaited <strong><em>inventory convergence</em></strong> in this version. Before we jump on to the inventory convergence, associated impact and some of the challenges which customer might face, I would like to share some details on the upgrade steps for an OPM customer. For OPM customers, there are some additional steps to be performed during the upgrades. Please refer oracle support website for details on OPM migration. Usually upgrades are performed through various iterations and each upgrade would have a few sub-phases, ‘<strong><em>pre-migration</em></strong>’, ‘<strong><em>inline migration</em></strong>’ and <strong><em>post migration</em></strong>’. To complete iteration these sub-phases are followed by additional functional configurations, unit and integration testing. While these iterations are in process, another team in parallel would work on re-certifying CEMLI’s to work in the new environment so that when the final system integration testing is being performed, all the pieces of an upgrade puzzle can be tied together.</p>
<p>Going little deeper into upgrade migration steps, there are a set of pre-determined activities which are performed, but the key lies in pre-migration steps which involve convergence migration setup and post migration steps where the transformation to new model happens. Convergence migration setup form facilitates customers to review their current setup related to companies, organizations, warehouses, items, batches and quality data. Especially in the first upgrade iteration, this phase is the most critical phase where a  high degree of collaboration happens from the customer and vendor team. Hence, we usually recommend a higher time allocation from the customer team during this phase of the project. The setups thus finalized, will determine the new model. Some of the validations which happen are inventory validations, process execution batch validations, quality validations, MAC to SLA model validations etc. Brief details on each of these validations are available in OPM migration guide.</p>
<p>Our experience in some of OPM upgrade cases indicates details provided in migration guide are not sufficient, for example, how the status control of OPM is handled in discrete with new on-hand material status control or how is ISO handled with upgrade, there are some challenges in handling non-inventory items with new model, dual UOM control and deviation issues affects transactions in new model, negative inventory issues in new model, why all the attributes are not migrated during upgrade. While these are some of the issues, there are many more that affect the overall upgrade activity and indirectly impact solution acceptance and user experience with new solution. In addition to this, especially in the case of OPM upgrades, the volume of data in specific functional areas affects the overall upgrade blackout time and needs detailed evaluation before any plan is finalized. This is where our deep-domain expertise in the process manufacturing vertical can help our customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/11/process-manufacturing-embarking-on-a-r12-journey-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/11/process-manufacturing-embarking-on-a-r12-journey-3/</feedburner:origLink></item>
		<item>
		<title>CRM Maturity Levels, Ensuring CRM Quality</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/Sh0Mo4f_BPw/</link>
		<comments>http://blogs.sierraatlantic.com/2010/11/crm-maturity-levels-ensuring-crm-quality/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 19:00:15 +0000</pubDate>
		<dc:creator>Dinesh.Chandrasekar</dc:creator>
				<category><![CDATA[BI]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[CRM]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=434</guid>
		<description><![CDATA[One third of CRM projects generate great results, one third create minor improvements, and the final third produce no improvements at all. You’re probably wondering: “How can I tell where I’ll end up? To get a good feel for how ambitious your CRM plans should be, first take a serious look at your existing CRM [...]]]></description>
			<content:encoded><![CDATA[<p><strong>One third of CRM projects generate great results, one third create minor improvements, and the final third produce no improvements at all. You’re probably wondering: “How can I tell where I’ll end up? </strong></p>
<p>To get a good feel for how ambitious your CRM plans should be, first take a serious look at your existing CRM processes—the way in which you market to, sell to, and service customers. The better defined your processes are, the greater your chances of success in leveraging CRM technology.<br />
Over the past ten years, I have seen a trend emerge regarding the relationship between the maturity level of a company’s CRM processes and the types of CRM systems that company is able to implement. I now classify companies into one of five levels of CRM process development. <strong>A company’s maturity level often dictates the level of CRM technology it can successfully absorb.<br />
</strong><br />
<strong>CRM Maturity Level 1: Adhoc CRM Processes<br />
</strong><br />
Anarchy prevails in an organization at the level one stage of CRM process development. Account managers tend to view themselves as CEOs of their own territory, unbound by a structured methodology for working with customers. There may be a suggested sell cycle, but it is used haphazardly at best, based on the whims of the individual salesperson.<br />
Being a level one organization does not mean you are a failure, it simply means that results are unpredictable. In this type of company, leads get generated, sales get made and accounts are serviced. However, sometimes lead conversion rates are 20 percent, sometimes they are 1 percent. Sometimes deals close in three days, sometimes in one year. Sometimes customer satisfaction ratings are near 100 percent, sometimes they are in the pits. The problem is nobody can explain why these things happen.<br />
The success of a level one firm is not dependent on CRM processes—because there aren’t any! Instead, it is based solely on the skill levels of individual marketing, sales, and support personnel. If there are no CRM processes in place it is impossible to implement a sophisticated CRM system, as there is nothing to automate. A firm at this level of maturity would be best served by providing its people with CRM tools that focus on increasing individual efficiency (contact managers, word processors, presentation systems and e-mail) versus organizational effectiveness. Such companies need to do a lot of work on process definition before they try to expand their CRM technology plans.</p>
<p><strong>CRM Maturity Level 2 : Replicable CRM Processes<br />
</strong><br />
A level two organization has things pretty much under control. Salespeople hit their numbers regularly, future business is forecasted with a fair degree of confidence, customer satisfaction is within an acceptable range. The key attribute of a level two organization is that it achieves its success not through sophisticated CRM process methodologies, but rather through solid management. Level two companies are driven by “tribal folklore”—the belief that, “If we keep doing the best practices of the past, we will keep hitting our numbers in the future.” These types of companies tend to be successful, but only as long as there are no major changes in the way business is done in their marketplace. This type of company can successfully implement a more advanced CRM system than a level one firm. Since there is a recognized way of doing business, such tools as opportunity managers, forecasting systems, configurators and help desk systems can be implemented to help improve operations.</p>
<p><strong>CRM Maturity Level 3: Focused<br />
</strong><br />
A level three organization is one where CRM processes have become a way of life for the company. Every employee in marketing, sales and support has the “bible” for how things need to be done—not just the accepted way of doing things, but the only way to do them. Because these processes are so ingrained into daily operations, they can be analyzed and improved. This type of company is rarely caught off guard by changes in its marketplace. It can detect very early when product requirements begin to shift, when competitive strategies are becoming more effective, or when customer satisfaction is just starting to decline.</p>
<p>This type of company is an optimal candidate for a more sophisticated CRM system. Processes are so well disseminated throughout the enterprise that these companies can successfully absorb technological innovations such as marketing automation systems, sales coaching systems, interactive selling systems and systems for marketing, sales and support performance analysis. These companies will probably also have no trouble implementing e-business extensions to their CRM systems to allow channel partners access to the tools.</p>
<p><strong>CRM Maturity Level 4: Dominant<br />
</strong><br />
Level four is where we all want to be. A firm at this level has solid CRM processes that are optimized by the most sophisticated CRM systems. These companies also are strong believers in gathering and continually analyzing metrics about their performance. They have a solid understanding of how they sell, how their customers buy and how they need to service clients to create long-term loyalty.<br />
Level four firms are constantly questioning the status quo. They ask themselves such things as: Why do 30 percent of the people who visit our Web site abandon their shopping carts? Why do 15 percent of our “A” leads never get followed up? Why do 23 percent of the orders we process have errors? For these types of companies, CRM systems are not an option—they are a necessity. Implementing CRM is the only way level four companies can get the information they need to analyze and improve their performance. A level four company is in a position to implement, not just great CRM systems, but great Analytics/BI System as well. These companies’ knowledge of how they, their channel partners and their customers do business gives them the insights they need to determine how to best leverage technology to optimize their operations going forward.</p>
<p><strong>CRM Maturity Level 5: Visionary<br />
</strong><br />
Level 5 is a state of predicting the future for your business and a state CRM completely stays in Nirvana and often this is pulled to Level 4 and companies put forth stupendous efforts to get back to Level 5. We hardly find very few companies in this state and this requires customer experience optimization as a daily affair.</p>
<p><strong>WHAT’S YOUR LEVEL?<br />
</strong><br />
To get a feeling for how successful your CRM systems will be, first do a realistic “gut-check” on what type of organization you have. If you find yours is a level one firm, and you are currently planning to implement a very sophisticated eCRM system, chances are you will fall flat on your face. You are talking about running a four-minute mile when you can barely walk around the block. Pick the level of CRM technology your organization can successfully absorb today. If you don’t like the level of maturity of your CRM processes, then work to improve it. Once the changes have occurred, then upgrade your CRM systems to match your new level of process performance.</p>
<p><strong>Thanks for your patience reading and appreciate if you could experience and share with me your views.<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/11/crm-maturity-levels-ensuring-crm-quality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/11/crm-maturity-levels-ensuring-crm-quality/</feedburner:origLink></item>
		<item>
		<title>BankON™ Buzz: The Global Edition!</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/LfLFm4B1hzk/</link>
		<comments>http://blogs.sierraatlantic.com/2010/11/bankon%e2%84%a2-buzz-the-global-edition/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 20:59:18 +0000</pubDate>
		<dc:creator>Phil Hodsdon</dc:creator>
				<category><![CDATA[BFS and Insurance]]></category>
		<category><![CDATA[BankOn]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[bank]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[Sibos]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=424</guid>
		<description><![CDATA[I’ve just returned from Amsterdam, home of the Sibos 2010 conference. It was truly an exciting week: we debuted BankON™ in conjunction with a new partnership between Sierra Atlantic, Oracle, and Fundtech surrounding Seamless STP™ . This one-of-a-kind solution drew international interest from 40 banks; from South Africa to Australia – and nations in between [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve just returned from Amsterdam, home of the <a href="http://www.swift.com/sibos2010/home_page/index.page">Sibos 2010</a> conference. It was truly an exciting week: we debuted BankON™ in conjunction with a new partnership between Sierra Atlantic, Oracle, and Fundtech surrounding <a href="http://www.sierraatlantic.com/seamless-stp/">Seamless STP™</a> . This one-of-a-kind solution drew international interest from 40 banks; from South Africa to Australia – and nations in between – and emerged as one of the most successful products ever introduced at Sibos!</p>
<p><script src="http://apps.visiblegains.com/get/NyzwxGkWR5E" type="text/javascript"></script></p>
<p>Stateside, we’re headed to San Antonio, Texas next for the <a href="http://www.afponline.org/pub/conf/annual_conference.html">AFP Annual Conference</a>. Billed as ‘The Most Important Event for Treasury and Finance’, we are looking forward to exhibiting amongst the 200+ cutting-edge service providers in attendance.</p>
<p>Don’t forget that you can always check in on the latest BankON™ news at the <a href="http://www.sierraatlantic.com/products/bankon.php">Sierra Atlantic</a> website!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/11/bankon%e2%84%a2-buzz-the-global-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/11/bankon%e2%84%a2-buzz-the-global-edition/</feedburner:origLink></item>
		<item>
		<title>TiE Takeaways</title>
		<link>http://feedproxy.google.com/~r/SierraAtlanticBlogs/~3/IpINVnPOiUM/</link>
		<comments>http://blogs.sierraatlantic.com/2010/10/tie-takeaways/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 19:58:31 +0000</pubDate>
		<dc:creator>Raju Reddy</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Entrepreneurs]]></category>
		<category><![CDATA[TiE]]></category>

		<guid isPermaLink="false">http://blogs.sierraatlantic.com/?p=407</guid>
		<description><![CDATA[Over this weekend, I was at TiE Southern California’s annual event focused on promoting entrepreneurship. The event attracted well over 700 people on a Saturday, all readily paying the conference fee to learn from other entrepreneurs&#8217; experience and to network with fellow attendees. The panel I participated in, “Selling and Marketing in the next decade”, [...]]]></description>
			<content:encoded><![CDATA[<p>Over this weekend, I was at TiE Southern California’s annual <a href="http://blogs.sierraatlantic.com/2010/10/raju-reddy-to-speak-at-tiecon-socal/">event</a> focused on promoting entrepreneurship. The event attracted well over 700 people on a Saturday, all readily paying the conference fee to learn from other entrepreneurs&#8217; experience and to network with fellow attendees. The panel I participated in, “Selling and Marketing in the next decade”, was itself attended by over 200 people. It is indeed very encouraging to see the interest people have in entrepreneurship especially at a time when our country needs such aspiring entrepreneurs to help bring the economy back. Unlike similar events in Silicon Valley that I attend, the participants also came from diverse industries such as Hospitality and Entertainment besides just Information Technology. While the United States has several challenges on both economic and political fronts overseas, my optimism about its future and its place in the world is reaffirmed when I interact with such bright and ambitious people on a weekend afternoon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sierraatlantic.com/2010/10/tie-takeaways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.sierraatlantic.com/2010/10/tie-takeaways/</feedburner:origLink></item>
	</channel>
</rss>
