<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Desicritics Category: BizTech: Internet</title>
<link>http://desicritics.org/category.php?cid=36</link>
<description>Superior South Asian bloggers on Culture, Media, Politics, Sport, Business, and Technology.</description>
<language>en</language>
<copyright>Copyright 2006 by the authors</copyright>
<lastBuildDate>Fri, 7 Nov 2008 06:28:37 EST</lastBuildDate>
<docs>http://backend.userland.com/rss</docs>
<generator>BC custom software</generator>

<item>
<title>Book Review: &lt;i&gt;Javascript: The Good Parts&lt;/i&gt; by Douglas Crockford</title>
<link>http://desicritics.org/2008/11/07/062837.php</link>
<author>AJ</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The phrase &amp;quot;JavaScript master&amp;quot; and Douglas Crockford are considered synonymous in the web development world. When I heard that Crockford was writing a book on JavaScript, especially a guide to the better features of one of the most maligned but popular languages in the current web development industry, I was sure I wanted to read that book. I opened the book with very high expectations and unsurprisingly, I was not disappointed one bit.&lt;/p&gt;
&lt;p&gt;With the recent explosion in the usage of JavaScript, the interest in JavaScript is at an all time high. When Netscape, which created JavaScript, released the specification of the language in the mid-nineties, it was unable to define a robust and complete specification for the language due to pressures of rushing out a production release. As a result, fair chunk of the language is not well thought out which contributes to bad programming style and promotes some bad programming practices. It is not the programmers but the language which causes this. Programming models based on Global variables, JavaScript eval, inconsistencies in variable scope, and confusion regarding how objects are created and handled in JavaScript can all be the sources of programming errors and give rise to bad programming practices.&lt;/p&gt;
&lt;p&gt;This book, as its name suggests, focuses on the &amp;quot;Good Parts&amp;quot; of the JavaScript while cautioning the readers against the &amp;quot;Bad Parts&amp;quot; of the language. All the&amp;nbsp; above mentioned &amp;quot;bad parts&amp;quot; and many other programming constructs are cautioned against in a two-part appendix.&lt;/p&gt;
&lt;p&gt;Two other appendices also touch&amp;nbsp; on &lt;a href=&quot;http://jslint.com&quot; title=&quot;JSLint - The official site&quot;&gt;JSLint&lt;/a&gt;, the powerful JavaScript syntax and program correctness verifier and &lt;a href=&quot;http://json.org&quot;&gt;JSON&lt;/a&gt;, the preferred and increasingly popular text data exchange format. These two chapters give a taste and a starter for two very important support tools for JavaScript.&lt;/p&gt;
&lt;p&gt;However, the meat of the of the book focuses on the better parts of the JS language. In ten chapters, Crockford explains why features like - JS inheritance model, prototypes, objects, arrays and how the language handles regular expressions - are very useful and make JavaScript a fairly powerful language in its own right. Object Oriented programming in JS, how methods and the prototype chain is handled and can be used to write clean and powerful code are all a must read for advanced JS programmers.&lt;/p&gt;
&lt;p&gt;The language of the book is very simple and sprinkled with illustrative source code which makes understanding the concept in discussion easy to understand. That said, this is not a beginners book. This book is aimed at those who have programmed in JS and have a working knowledge of the language. Nevertheless, it is a highly recommended book for anyone looking to get into better and more powerful JavaScript programming.&lt;/p&gt;</description>
<category>Culture</category><guid isPermaLink="false">8421@desicritics.org</guid>
<pubDate>Fri, 7 Nov 2008 06:28:37 EST</pubDate>
</item>
<item>
<title>Racist Web Game &lt;i&gt;Muslim Massacre&lt;/i&gt; Taken Down By Developer</title>
<link>http://desicritics.org/2008/09/14/053807.php</link>
<author>Aaman Lamba</author><description>&lt;p&gt;The limits of free speech are tested more sorely on the Internet. While protecting the space where wrongs can be criticized freely, and truth can be spoken to power is essential, there are obvious limits to what is appropriate and what needs to be held to account. &lt;/p&gt;
&lt;p&gt;Freelance developer Sigvatr found this out the hard way when he released an online game &lt;i&gt;Muslim Massacre&lt;/i&gt; in which the protagonist is an &quot;American hero&quot; who lands in the Middle East with the mission of &#039;wiping out the entire Muslim race&#039;, training his guns on Muslim civilians and terrorists, &quot;the Muslim leader Osama bin Laden, their radical cult leader Muhammad and finally Allah&quot; . He went on to defend his actions, saying, &lt;blockquote&gt;&quot;Ultimately it&#039;s just a game where you blow the gently caress out of Arabs...I don&#039;t even know how to interpret it myself any more. The bottom line is that I enjoyed making it and it&#039;s fun to play.&lt;/p&gt;
&lt;p&gt;The Muslims represented in the game aren&#039;t meant to be based on actual Muslims. If I was to try and come up with a meaning for the game at this moment, it would probably be something along the lines of metaphorically destroying the stereotypical depiction of a Muslim.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;The initial reaction of gamers ranged from &quot;love the audio&quot; and &quot;can you fix the spawn points&quot; to &quot;why would you do this?&quot;. Other quarters were less forgiving, calling for the game to be taken down. The developer finally took the game down and cleared &lt;a href=&quot;http://www.muslimmassacre.com&quot;&gt;the website&lt;/a&gt;, posting an apology.&lt;blockquote&gt;I would like to make a public apology for any offense that I might have caused through releasing this game, and to Muslims in particular. My intentions when releasing this project were to mock the foreign policy of the United States and the commonly held belief in the United States that Muslims are a hostile people to be held with suspicion. I would like to make it clear that I have never shared such a belief and my intention was to mock those who actually do believe these things.&lt;/p&gt;
&lt;p&gt;It quickly became obvious to me that releasing this game did not achieve its intended effect and instead only caused hurt to hospitable, innocent people. I believe removing this game and website will do much more to attain my desired effect than leaving it on the internet, so I am doing just that.&lt;/p&gt;
&lt;p&gt;I would like to ask for the forgiveness of Muslims around the world and to make it clear that I did not release this game with ill intent. So without further ado, I would like to say that I am truly apologetic for what I have done and will take full responsibility for all offense that has been caused. I can only hope that any further misgivings can be laid to rest.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;While there can be no doubt as to the offensive nature of the game, and self-censorship was the right step in this case, it is likely there will be renewed calls for blanket censorship on games and the like, a policy which is difficult to enforce, and which prefers to err on the side of caution, and thereby limiting potentially important creative efforts. &lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">8224@desicritics.org</guid>
<pubDate>Sun, 14 Sep 2008 05:38:07 EDT</pubDate>
</item>
<item>
<title>Book Review: &lt;i&gt;Website Optimization&lt;/i&gt;</title>
<link>http://desicritics.org/2008/09/14/005212.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;Undoubtedly the focus of &lt;a href=&quot;http://oreilly.com/catalog/9780596515089/&quot; title=&quot;Website Optimization&quot;&gt;Website Optimization&lt;/a&gt; is on converting website viewer into customer by having a set of best practices. In the age where legendary search engine like Google has grown into a verb in English, the book is a must read for the web technologist.&lt;br /&gt;&lt;br /&gt;	The book covers lot of ground in useful topics such as search engine optimization, pay per click optimization, conversion rate optimization, etc. across two main divisions of search engine marketing optimization and web performance optimization. &lt;br /&gt;&lt;br /&gt;	The book is packed with useful real-life experiences .More importantly even concepts where the author has learned through hard way have not been left out. The example for this appears in the topic &amp;#39;Hurl harmful outlinks&amp;#39;, part of the discussion on natural search engine optimization. The author learnt this tip when his client had low rankings on Google in spite of intensive promotion over six months. &lt;br /&gt;		&lt;br /&gt;	There is list of tips given for optimizing CSS, Ajax and javascript. There is also discussion on client side and server side techniques for increasing the performance. Among the server side methods discussed, include optimizing parallel downloads using multiple domains, caching frequently used objects, using HTTP compression,etc. On client side techniques include loading javascript on demand, caching off-site resources locally,etc. &lt;br /&gt; &lt;br /&gt;	One of the important concluding discussions is on website optimization metrics and measuring them. Some of the website success metrics include unique visitors, Average time on site(ATOS) and length of visit, pages per visit, bounce rate,etc. The second part is the search engine marketing metrics to improve website PR campaigns and conversion rate optimization efforts. The web performance metrics give the important numbers about load times.&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">8221@desicritics.org</guid>
<pubDate>Sun, 14 Sep 2008 00:52:12 EDT</pubDate>
</item>
<item>
<title>Product Review: Google Chrome - The New New Thing</title>
<link>http://desicritics.org/2008/09/02/154707.php</link>
<author>Aaman Lamba</author><description>&lt;p&gt;Google seems to bringing order to its cornucopia of services, slowly yet strategically. Like all grand designs, the emergence of something big wasn&amp;#39;t evident in the beginning, perhaps even to the creators. The basic structure remains the same - to provide convenient access to information through an unobtrusive intelligence layer. The services have been layered in, providing essential plumbing to what is evidently an operating system for the always-connected noosphere.&lt;br /&gt;&lt;br /&gt;Another critical component was introduced today - the much-awaited &lt;a href=&quot;http://www.google.com/chrome&quot;&gt;Google Chrome web browser&lt;/a&gt;. While one might wonder what incremental value yet another browser might provide as an interface, it is the primary means of human-Internet interaction, and played right, could mean a consistent memory layer that brings the Google Mind ever closer to sentience. From a user perspective, there&amp;#39;s little to write home about just yet, if one overlooks the relatively new process-independent tab architecture (IE 8 does the same thing, and IE 7+ separates the browser UI and tabs in terms of permissions) and the minimalistic interface. The pain of giving up essential add-ons and workflow steps might mean more than using the next new new thing, but Google is looking beyond the desktop client, even if the first release of Google Chrome is Windows-only.&lt;br /&gt;&lt;br /&gt;In a few months or perhaps sooner, it is highly likely Google Chrome will be the front end of Android-based phones. The non-standard Windows UI used in Google Chrome makes sense when one visualizes a small scale equivalent on a mobile phone. The near-instantaneous startup is going to be handy for an always-on interface. Google might go further in terms of bundling services if it didn&amp;#39;t have the ghost of Microsoft Anti-Trust in its rear view mirror. As it is, it allows you the option of changing default search engines from Google and Google applications don&amp;#39;t seem to be running any differently within Chrome or other browsers, expect perhaps Google Reader. The most-visited sites are a nice touch when opening a new tab, and the ability to slide a tab over others is a neat touch. There does not seem to be torrent download capabilities and I strangely didn&amp;#39;t see any auto-discovery of RSS feeds on a website. The setup told me it was importing my Firefox bookmarks, but I don&amp;#39;t see them anywhere, and why leave out IE?&lt;br /&gt;&lt;a href=&quot;http://www.flickr.com/photos/aacool/2821792961/&quot; title=&quot;chrome_ui by aacool, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3037/2821792961_473a483029.jpg&quot; alt=&quot;chrome_ui&quot; hspace=&quot;5&quot; vspace=&quot;5&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;JavaScript and CSS rendering appear to be smooth, and performance is good. I noticed five chrome.exe processes in my task manager when I had only three tabs opened, ranging between 20 MB and 42 MB each in terms of memory usage, but a large number of page faults, and minimal bloat over an hour of running. The memory utilization was almost three times that in Mozilla Firefox for a similar load. One simple script in MovableType gave unexpected results, triggering a search when I hit the save button. Pages can fail to be rendered, with an &amp;#39;Aw Snap!&amp;#39; error that blanks out the tab. Not a nice experience, to be frank.&lt;br /&gt;&lt;a href=&quot;http://www.flickr.com/photos/aacool/2822641126/&quot; title=&quot;google_chrome_ui_error by aacool, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3162/2822641126_dccf2899d7.jpg&quot; alt=&quot;google_chrome_ui_error&quot; hspace=&quot;5&quot; vspace=&quot;5&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Incognito Mode, or as it came to be known when Microsoft announced the feature in Internet Explorer 8 - porn mode - is invoked by Ctrl+Shift+N and removes pages browsed from the browser cache and history, and avoids cookies.&lt;br /&gt;&lt;br /&gt;For the moment, I&amp;#39;m not going to be giving up any of my current browsers, and it remains to be seen if this new kid on the block lives up to its promises. &lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">8181@desicritics.org</guid>
<pubDate>Tue, 2 Sep 2008 15:47:07 EDT</pubDate>
</item>
<item>
<title>The CFO-CIO Crossover, Part III</title>
<link>http://desicritics.org/2008/08/31/123059.php</link>
<author>Dr Bhaskar Dasgupta</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We spoke about the interesting roles of CFO and CIO and about the development  of both roles in the past and the present. In this essay we will look at the  future and make some predictions about the cooperation between them. &lt;/p&gt;
&lt;p&gt;1. What developments will occur in IT in the next three to five years? &lt;i&gt;If  one looks at a standard finance function, then these are the broadly the main  chunks: Product Control, Financial Control, Finance Administration, Operations,  Mandatory Reporting, Management Reporting, Taxation, ALM, Risk etc. All these  areas are going to get impacted by improvements to workflow systems,  communication applications, business intelligence systems, reconciliation  systems, fraud detection and exception management systems, product control  systems, spreadsheet management applications, better reporting cube / data  warehouses / data marts, ERM systems, better cost analysis applications, and so  on and so forth. One can write a full book on just this question, but those are  the application facing bits. There will be huge numbers of finance related  changes coming from the internet, the client aspects, the hardware bits, the  database bits, the networking parts, the communication channels, the IT people,  the service delivery model, and so on and so forth, which is too much to go into  now. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;2. What issues will arise for finance and accounting in the next three to  five years? &lt;i&gt;The main issues which will arise can be divided into the  following categories: &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;(a) future regulatory driven change such as liquidity risk management  proposals, contingency funding modelling etc. &amp;ndash; this will cause a significant  impact, best case scenario &amp;ndash; a new regulatory report, worst case scenario &amp;ndash; a  full-blown Basel II type implementation; &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;(b) feeding old regulatory changes into BAU such as Basel II &amp;ndash; Basel II  has been rolled out but it will need more time to bed down and impact BAU  aspects such as risk weighted capital allocation and performance evaluation;  &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;(c) hitting barriers to service delivery such as human capacity or process  architecture / issues; &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;(d) sharply increased demands for aggressive capital control and  management; &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;(e) increasing demand for better quality financial intelligence and MIS by  the business; &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;(f) little appetite for errors or operational risk or high emphasis on  reputational risk management emanating from financial misstatements or  mispricing,&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;(g) continuing and increasing M&amp;amp;A activity etc.&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;3. How will these issues and developments impact the CFO/CIO relationship?  &lt;i&gt;From a generic basis, as can be seen from the above, the level of technical  and technology impact on the CFO is just going to grow and grow and grow. So  CFO&amp;rsquo;s will become much more demanding. Not only that, they will expect CIO&amp;rsquo;s to  take responsibility of BAU activities, something that is not commonly understood  and accepted. SOXA approvals by CIO&amp;rsquo;s have caused a severe issue in terms of how  CIO&amp;rsquo;s see their roles, but if this is going to be extended to other parts of the  Finance business, then the CIO will become much more embedded in the BAU Finance  Change function. So the impact will be from both sides, pushing each other into  each other&amp;rsquo;s arms. Whether it is a hug or a squish depends upon how open-minded  the two executives are. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;4. How will the issues change the way IT aligns with business strategy? &lt;i&gt;IT  will move up the decision making value chain. Before any changes come down the  pipeline, IT will start getting involved, because financial institutions have  started to understand the benefit of including IT earlier in the decision making  process. The business has started to realise that while they define the  strategy, delivery is most often dependent upon IT. So the more they involve IT,  the more delivery is improved in lock step. IT has to become proactive as well,  in terms of analysing its service delivery model to become far more agile and  mobile; in terms of analysing its technology M&amp;amp;A methodology; in terms of  its reporting data warehouses; etc. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;5. Will IT drive changes in business strategy? Will business strategy changes  and external factors (e.g. globalisation) drive changes within IT? Will both  occur simultaneously? Will IT drive changes in business strategy?&lt;i&gt; On a  corporate level we will see very little of that, but on a line of business level  yes we will. I can see and have seen business strategy change because new  technology has come forth, such as in trading. For example, expansion of product  coverage within the FIX protocol can trigger changes in business strategy by  suddenly opening new markets or changing existing markets. Changes in technical  market infrastructure, such as addition of a new stock trading platform can  trigger and driver changes in strategy. Better risk management and fraud  detection technologies can give confidence to managers that they can extend  personal loans or credit cards to new customer bases. Will business strategy and  external factors drive changes in IT? Of course, completely. And yes, both can  and do occur simultaneously.&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;6. &lt;/i&gt;How will these changes play out? &lt;i&gt;Let me bring my tarot card  deck, crystal ball and tea leaves cup out. That is to say that anything might be  possible. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;7. Will these changes have an impact on IT&amp;rsquo;s influence on the integrity of  the financials? &lt;i&gt;Anything that changes IT has a 30-50% chance to impact the  integrity of the financials (based very roughly on the proportion of systems  impacted by SOXA compared to the non-impacted systems). So that will indicate  where we have an issue if any external factor impacts technology.&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;8. What does the future look like for finance and accounting technology?  &lt;i&gt;Very bright. And that is primarily because the finance and accounting arena  is and will be hit by a tidal wave of changes from its business clients,  regulators, professional bodies (IASB..), and so on and so forth. And massive,  rapid and huge change like this is perfect breeding grounds for that perfect  storm for technology, it will provide mandatory driven investments, fear,  ambition, vagueness, and dreams for results/order where technology loves to  breed and innovate&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;We have spoken about the interesting roles of CFO and about the development  of both roles in the past and the present. We have also made some predictions  about the developments in the future. One aspect is certain, technology is here  to stay. While before a CFO would worry about the professional standards, rules  and processes versus the humans who would operationalise them, the CFO has to  worry about the technology as well. In many structural ways, technology itself  is changing the finance profession and vice versa. The future not only promises  to be bright, it promises to be entwined like the proverbial double helix.  &lt;div id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:38943d4b-b7c1-4542-ae17-7a658d7cc91d&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati  Tags: &lt;a href=&quot;http://technorati.com/tags/technology&quot; rel=&quot;tag&quot;&gt;technology&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tags/management&quot; rel=&quot;tag&quot;&gt;management&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tags/financial%20institutions&quot; rel=&quot;tag&quot;&gt;financial  institutions&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">8173@desicritics.org</guid>
<pubDate>Sun, 31 Aug 2008 12:30:59 EDT</pubDate>
</item>
<item>
<title>Degrees in the Virtual World?</title>
<link>http://desicritics.org/2008/08/25/044619.php</link>
<author>Dr Bhaskar Dasgupta</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;One of the advantages of having friends who are now big, grand pooh-bahs in the academic world, is that one gets a fascinating insight into what the future of our society will be. After all, these professors are putting in place, policies and procedures that will impact learning, teaching, research and the development of universities now and deep into the future. &lt;/p&gt;
&lt;p&gt;This summer, I was having a conversation with two of my friends who are both senior professors in the United Kingdom, and both in responsible management positions with huge publication records. The conversation drifted to how universities would be reacting to structural changes such as the internet, the virtual reality world, globalisation of education, reduction in public education subsidy, globalisation per se, the business cycle, change of the student persona from &amp;#39;dumb thankful student&amp;#39; to &amp;#39;demanding educational service recipient customer&amp;#39;, and so on and so forth. &lt;/p&gt;
&lt;p&gt;It was a fascinating conversation and I learnt a heck of a lot about how universities operate. Given the financial pressures, universities are now moving to get as many students as they can from outside of the EU. Why? That is because they are the students who pay the full whack, sometimes an eye watering 10-20 times the amount paid by local or European students. But then when somebody is forced to mortgage their house, or take a very expensive student loan, then when they come to these Universities, they naturally demand a quality education. &lt;/p&gt;
&lt;p&gt;Faced with a university and staff which never had to justify their quality (well, not that much anyway), it is a shocking change in philosophy and operating environments. And from what I am hearing, it is not something that is being accepted easily. Both my friends were talking about how they are finding it difficult to recruit staff, or to motivate them or to keep their students interested with a good pipeline going. &lt;/p&gt;
&lt;p&gt;I was obviously coming at this from a different perspective (see &lt;a href=&quot;http://dailysalty.blogspot.com/search/label/universities&quot;&gt;here&lt;/a&gt; for my previous twittering on universities). I think that the universities of today will be very different from the universities in say, a decade from now. For example, the firm where I work, is planning to set up its own business school. The firm where I worked previously had a full fledged campus and its own business schools. Large firms are starting - or already have - their own educational institutions. &lt;/p&gt;
&lt;p&gt;But more importantly, in the dim and distant past, I was qualified as a Prince 2 practitioner. It involved my sitting in a class room and giving examinations, two of them, over an entire week. Now I am rolling this same qualification out to my function and we will end up with more than 100 people working on this by end of the next year. Guess what the major difference is? 70% of the previous time would now be done electronically. In other words, e-learning will replace 70% of the prior classroom teaching. And then somebody will come in and run an examination which will also be electronically administered. So what happened to the teacher? &lt;/p&gt;
&lt;p&gt;Oh!, did I tell you that my function is worldwide, which will be deployed out to anybody who wishes to be qualified as such? Something akin to a global university? Why not? See &lt;a href=&quot;http://www.mixedrealities.com/?p=346&quot;&gt;this&lt;/a&gt; story as an example. For the first time, an educational certificate will be granted to people who will be trained primarily via &lt;a href=&quot;http://secondlife.com/&quot;&gt;Second Life&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Did you spot the other issue, namely that replication of knowledge delivery is now near cost-less (at least to the provider, I still have to pay a few quid for every additional licence). A teacher&amp;#39;s main rationale for existing was that knowledge transmission was a &amp;#39;one to one&amp;#39; or at the most &amp;#39;one to many&amp;#39;, which was not replicable easily. You couldn&amp;#39;t just read a book and be done with it, but required additional explanations and practice sessions. But now, it can be replicated and if you do want to see a face, well, you can go on Second Life to get a virtual one. &lt;/p&gt;
&lt;p&gt;And the education on Second Life or e-learning is and can be asynchronous. You do not have to be online or active at the same time as that of the teachers, because it can be taped or replicated or delivered irrespective of whether it is night or day. &lt;/p&gt;
&lt;p&gt;You might then say that one would still need a degree to get a job. Well, here&amp;#39;s another issue, because that is not necessarily the case. If all that I am checking is your ability to do a job, I dont need to see your university degree. For example, if you want to trade in the financial markets and offer investment advice, all you have to prove is that you know the laws, language and know the professional standards (which is what Prince 2 type of courses do). Yes, I know I am talking about a unique type of role, but consider most of the knowledge based industries which require professional non-technical training. This is not relating to stuff like engineering, medicine or architecture. &lt;/p&gt;
&lt;p&gt;But what if you wanted to hire a salesman for napkins? How about wanting to hire a software coder? No? How about a graphic artist? What about a weather forecaster on TV? What about a customer service representative? What is the link between&amp;nbsp; his job, a degree for it, a way of learning, or even a particular university? How will an electronic degree change this job or its earning potential? Points to ponder, eh? &lt;/p&gt;
&lt;p&gt;Technorati Tags: &lt;a href=&quot;http://technorati.com/tags/Education&quot;&gt;Education&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Universities&quot;&gt;Universities&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Internet&quot;&gt;Internet&lt;/a&gt;&lt;/p&gt;</description>
<category>Culture</category><guid isPermaLink="false">8149@desicritics.org</guid>
<pubDate>Mon, 25 Aug 2008 04:46:19 EDT</pubDate>
</item>
<item>
<title>The CFO-CIO Cross-over, Part II</title>
<link>http://desicritics.org/2008/08/23/011413.php</link>
<author>Dr Bhaskar Dasgupta</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We &lt;a href=&quot;/2008/08/17/123347.php&quot;&gt;earlier&lt;/a&gt;  spoke about the interesting roles of the CFO and the CIO and what it means to &amp;ldquo;manage  the business&amp;rdquo; and to &amp;ldquo;work very closely&amp;rdquo;? Before we can answer these questions  though we have to take a look at the development of both roles. These questions  were taken from a workshop arrangement from New Zealand, the answers are mine.  &lt;/p&gt;
&lt;p&gt;Part A: The past and the present &lt;/p&gt;
&lt;p&gt;1. What influence has IT had in getting business to where it is now? &lt;/p&gt;
&lt;p&gt; &lt;i&gt;Hugely important, technology has changed the character of financial services,  but then, financial services was always at the forefront of adopting technical  innovation, whether it was the idea of using wax and clay tablets in Sumerian  times to pigeon post in Europe during the middle ages to telegraph during the  Victorian and European wars or fax machines or now in terms of global private  banking websites, international stock trading electronic gateways, automated  insurance quoting engines, offshore call centres linked by CRM systems,  intelligent credit risk scoring engines, and so on and so forth. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;Technology has allowed firms to gain scale without needing human  investment, it has allowed firms to concentrate on their core competitive  advantage factor while disposing of all non-core functions and assets. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. What is the relationship between CFO/CIO at present?  &lt;/p&gt;
&lt;p&gt;a. What are the positive and negative consequences of the CFO having  responsibility for IT? &lt;/p&gt;
&lt;p&gt;&lt;i&gt;The&lt;/i&gt; &lt;i&gt;main negative consequence is that the CFO,  if he is not smart, sees IT as a cost line rather than something that is as  important to the bank as the human resources function. Frankly, you wouldn&amp;rsquo;t put  the HR function under the control of the CFO, would you? Then why IT? So the  entire IT function starts and stays defensive if treated as a barely tolerated  and often thumped cost line. On the positive side, if the CFO is smart and can  see technology as a business enabler, then the synergy that the combination of  CFO + IT is world beating. IT can benefit from the discipline that a CFO can  bring to the table such as demanding business cases for technology investments,  driving strategic change, improving technology and delivery sourcing, etc. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;b. What are the consequences of having two specific reporting lines into the  CEO? Are there any advantages to two distinct reporting lines? &lt;/p&gt;
&lt;p&gt;&lt;i&gt;At that level  at a big bank, it far too heavily depends upon the three individuals concerned  and not on the functions themselves. Because, at that level, the nitty-gritty  details of actually running the technology or financial function rarely appears  on the radar screen. What does matter at that level is the autonomy given to the  two functions, the level to which the finance function is challenging and  managing the business to the level to which the technology function has provided  value addition to the business. So whether it is good or bad depends upon the  three people concerned. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;c. &lt;/i&gt;How can the relationship between the two be bridged? &lt;/p&gt;
&lt;p&gt;&lt;i&gt;Usually it  can be bridged with difficulty, because for a good relationship, it requires the  CFO to have a forward-looking, change oriented and risk taking frame of mind,  while it requires the CIO to be disciplined, talking business, structured,  stabilising and think long-term. But some ways that can be useful is for both to  write their own visions of where the business will be in five years, then  translate that into what it will require their functions to be (people,  technology, process, places, etc.) and then get together to dovetail these two  plans. Then operationalise by dumping a dollop of agreed governance and  investment. Some questions are below which can help you determine if a bridge is  needed or some improvements need to be put in:&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;i. &lt;/i&gt;&lt;i&gt;Do the CFO and CIO meet regularly with a set agenda?&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;ii. &lt;/i&gt;&lt;i&gt;Does the CFO challenge the technology plan? And on what basis?  Is that besides a cost basis?&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;iii. &lt;/i&gt;&lt;i&gt;Does portfolio management of IT discretionary spend happen?  And is that overseen or controlled by the CFO? &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;iv. &lt;/i&gt;&lt;i&gt;Does the IT function provide rigorous business cases which are  tracked and followed up?&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;v. &lt;/i&gt;&lt;i&gt;Are there productivity improvement measures which the CFO and  CIO agree on the business as usual side of technology?&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;i&gt;vi. &lt;/i&gt;&lt;i&gt;How involved is the CFO function in the technology sourcing  side? &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;vii. &lt;i&gt;Do you look at purchasing as a stationary and paper purchasing  function or is there a strategic sourcing function which has both technology and  finance participation? &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;3. How successful is IT in aligning with business strategy both on an  organisational level and specific to the finance department? Is it always  complementary or can it end up being at cross purposes? &lt;/p&gt;
&lt;p&gt;&lt;i&gt;Generally in  financial institutions, IT is well clued-up and successful in aligning with the  tactical business strategy, but not the very high-level business strategy levels  for obvious reasons. Technology is an enabler of business, not a primary driver  of business. You rarely go into a country because your technology allows you to  do so, however, you go because of revenue, cost or other strategic drivers and  technology makes it happen. On the finance department side, I am afraid IT and  Finance are rarely aligned. Reasons are many, because many technology folks are  scared spit-less of the finance folks. So the bare minimum is provided and  initiative/innovation is frowned upon. Consequently, at best the finance and  accounting technology function is outsourced in many industries or ignored at  worst. The bright side is there is rarely at cross purposes but that is a  poisoned chalice, an ignored function is more dangerous to a firm than a  contested function because at least there is more chance of somebody actually  noticing that contestation and doing something about it. &lt;/i&gt; &lt;/p&gt;
&lt;p&gt;4. What influence does IT have on the integrity of financials?&lt;i&gt; &lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;A huge,  literally earth-shattering influence. It is a direct relationship, because good  IT means good financial integrity. This is the reason SOXA has a deep IT element  as well. When I had to sign off SOXA compliance previously, it was clear that  the impact was huge and any changes made to the relevant technology systems and  processes would have a significant impact on the financials of the firm. Let us  put it in another way, 90% of all changes that will hit our finance functions  will have some kind of an IT component, and a crucial part of the success of the  project will be dependent upon the IT performance and delivery.&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;We spoke about the interesting roles of CFO and CIO and about the development  of both roles in the past and the present. In the last essay we will look at the  future and make some predictions about the cooperation between the CFO and  CIO. &lt;div id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:77794a0b-ae58-494e-b78a-e7a6e42e14db&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati  Tags: &lt;a href=&quot;http://technorati.com/tags/technology&quot; rel=&quot;tag&quot;&gt;technology&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tags/finance&quot; rel=&quot;tag&quot;&gt;finance&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tags/financial%20institutions&quot; rel=&quot;tag&quot;&gt;financial  institutions&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tags/management&quot; rel=&quot;tag&quot;&gt;management&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">8147@desicritics.org</guid>
<pubDate>Sat, 23 Aug 2008 01:14:13 EDT</pubDate>
</item>
<item>
<title>Broadband on Batteries</title>
<link>http://desicritics.org/2008/08/19/013547.php</link>
<author>Shantanu Dutta</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;While booking an air ticket online the other day, there was a power cut just at the point when the gateway was processing the payment from the credit card and the modem shut down. The resulting confusion led to stress as I tried to contact the travel portal, the bank and the airline to get a clear picture regarding ticketing, charging of payment and so on. Online travel portals are not your typical travel agent of old whom you knew by name and had done business with for years. The anonymity of the voice on the other side of the line, the peculiarity of the problem and their obvious inability to understand, let alone help only added to the confusion. This practically undid any advantages that doing transactions online might have provided.  &lt;/p&gt;
&lt;p&gt;In India, there is a lot of political backing from both the major political formations to increase internet penetration which is among the lowest in the Asia&amp;ndash;Pacific region.  &lt;/p&gt;
&lt;p&gt;&amp;ldquo;&lt;i&gt;India has the lowest Internet penetration rate at &lt;a href=&quot;http://www.contentsutra.com/entry/419-indias-internet-penetration-lowest-in-asia-pacific-region&quot;&gt;3 percent&lt;/a&gt; in the region, according to a survey by U.S.-based digital research firm comScore Inc.&amp;nbsp; According to the survey&lt;/i&gt;    &lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;South Korea boasts of the greatest rate of Internet usage, with 65 percent of its population using the Internet in May. &lt;/i&gt;      &lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;China&lt;/i&gt;&lt;i&gt; clearly has the largest online population with 91.5 million people. The number of monthly unique Internet users in India is just a quarter of that figure at 22.8 million.&amp;rdquo; &lt;br /&gt;&lt;/i&gt;  &lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;South Korea has the most active online population, using the Internet an average of 17.4 days per person in May, and dedicating 31.2 hours to viewing 4,546 pages during the month. Indians on the other hand got onto Cyberspace an average of only 11.4 days per person in May and viewed 1,400 pages over 14.7 hours.&lt;/i&gt;  &lt;/p&gt;
&lt;p&gt;Clearly though, the government is not pushing for internet penetration so that citizens can watch videos on Youtube. Rather the intent is to promote e-commerce and e-governance through the internet platform and thereby increase productivity and efficiency. While all that is a good thing, the commensurate development of an infrastructure backbone is missing.  &lt;/p&gt;
&lt;p&gt;For instance, look at energy and power generation. After all, my story started with the recounting of a power failure in the middle of a commercial transaction. Even as I write this, electricity in India&amp;rsquo;s national capital goes on and off several times a day.  &lt;/p&gt;
&lt;p&gt;Anybody who has ever experienced a power cut in India would know empirically that India simply does not produce enough electricity for its needs and will not do so in the foreseeable future although the &lt;a href=&quot;http://www.earthtimes.org/articles/show/95917.html&quot;&gt;national electricity policy&lt;/a&gt; envisages power for all by 2012 and per capita availability of power to be increased to more than 1,000 units by 2011-12. With the deadline barely four years away it is impossible that this goal would be ever met.  &lt;/p&gt;
&lt;p&gt;While industrialization is progressing at a rapid pace, the fact that power generation has not kept up has meant that even relatively less industrialized states like West Bengal which once were power surplus, have power cuts now. In fact, the more industrialized you are, the more is the demand. Maharashtra, for example, &lt;a href=&quot;http://news.bbc.co.uk/2/hi/south_asia/7524925.stm&quot;&gt;faces a deficit&lt;/a&gt; of more than 30 per cent In fact, the colloquial term for power cuts &amp;ldquo;load shedding&amp;rdquo; has now become part of the country&amp;rsquo;s rural folk lore.  &lt;/p&gt;
&lt;p&gt;As I complete typing this piece on a laptop and upload it from a speedy GPRS modem, I remind myself that having a increasingly high tale density of phones and laying strategies to wire up the country to the customer&amp;rsquo;s doorstep and using Wi Max to connect up the whole country won&amp;rsquo;t work if we don&amp;rsquo;t have a proper infra structural backbone. You can&amp;rsquo;t run a broadband service operating on batteries ! It just does not work !  &lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">8134@desicritics.org</guid>
<pubDate>Tue, 19 Aug 2008 01:35:47 EDT</pubDate>
</item>
<item>
<title>The CFO-CIO Cross-over, Part I</title>
<link>http://desicritics.org/2008/08/17/123347.php</link>
<author>Dr Bhaskar Dasgupta</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The CFO and CIO roles are interesting roles when compared from various dimensions. As it so happens, I just moved from supporting a CIO to supporting a CFO in a bank, so I thought of shedding light on some aspects of these two roles. The two roles are simple, one looks after the financial matters and the other looks after the information technology of a firm. One would expect the twain would not meet other than the CIO is supporting the CFO&amp;#39;s technology and the CFO seeing the CIO as a supplier and a cost line, but life is much more complicated. In a small way, a good CFO-CIO relationship especially in financial institutions, can lead to massive competitive advantage.     &lt;/p&gt;
&lt;p&gt;Where does one start? One way would be to talk about the past and present of the technology/financial relationship and then my thoughts about the future. As there is a lot of information and facts about these two roles, this will be a series rather than an essay. But before delving into the prosaic matters of organizational structures and strategic alignment, there is the small matter of philosophy to be handled. And that is the philosophy of technology to the CFO herself. And this is where I see the crucial issue.     &lt;/p&gt;
&lt;p&gt;Accounting and finance, by their nature, are backward-looking and are oriented towards making sense of disorder according to strict rules. There is nothing wrong with that, because that is how you come up with a normative view of the world, something that you can compare and contrast with a fair degree of accuracy and consistency across the world. The field and thus the people working in it are also fairly predictive and reactive in nature. Their remuneration patterns are high and consistent in nature, job descriptions are standardised. This world handles change rather slowly, systematically and gradually, with due consideration and with controls - Salt of the (business) earth so to say. But that sits uneasily with the broader technology world.     &lt;/p&gt;
&lt;p&gt;The technology area, whether on the web 2.0, the applications, the networks, the technology people, their remuneration, the IC chips, the massively online multiplayer worlds, virtual worlds, ERM systems, virtual reality, Offshoring and outsourcing, SOA, you name it, are almost like the anti-thesis of what I described above. Change is something that is constant; it is creative destruction all the time. The basic foundations of what you believe in change so rapidly, skills become obsolete quickly, and so on and so forth.     &lt;/p&gt;
&lt;p&gt;You might want to ask, how does that matter to me as a CFO? Here is precisely where it hits the CFO, because technology is redefining our customers, our employees, our ways of doing business, our ways of valuing assets, the question of governance, the communication channels, the people interaction, the coverage of events, and so on and so forth. In other words, just when the CFO is desperately trying to make things simple, explain everything and keep things under control, technology is making things agile, mobile and hostile. You do not believe me? Well, here&amp;rsquo;s something that you can see for yourself. In a finance department, more and more people are non-financial or accounting people. More and more, the regulators are finding it difficult to just rely on accounting data and demand further information to control the business. And internally, the business also demands much more than just accounting data, it demands commentary which allows the business to be agile, mobile and hostile. Customers walk in and demand information which we cannot provide. Can you imagine trying to provide bank account level information as rich as what you can get from a web page counter software application?       &lt;/p&gt;
&lt;p&gt;How does the idea of a going concern relate to a website originated business which can be fully automated, dealing in virtual assets such as songs or coding applets with payment in Linden dollars and the possibility of doing a gift exchange within the World of Warcraft? How do you handle a customer who has no conception of paying for assets because he has spent his lifetime getting his songs, films, phone calls, entertainment, software, assets etc. for free or through swapping them online? &lt;br /&gt;  &lt;/p&gt;
&lt;p&gt;What is the role of an intermediary - like a financial institution - when the concept of assets themselves is changing and everybody is running like mad after Intellectual Property and Virtual Assets? How do you account for depreciation of assets which have no discernible way of judging decay or usage? I can put aside 33% every year for a machine because I guess it has a three-year life, but how much should I put aside for an online constantly regenerating random number generator which theoretically has an infinite life? Actually, most software online technology assets have infinite lives. And if the value addition is happening by a group of enthusiasts based on a free open source model, then what do you say to the tax man?     &lt;/p&gt;
&lt;p&gt;Lest you assume I am just talking about software, how about virtualization of servers? If the asset based was dependent upon a number of servers, then it has just been virtualized, and if you want to go for the virtualized servers, then they have just gone into the Google or Amazon cloud. It is not like everything is moving 100% into the technology world, but every bit of interest to the CFO is being impacted by technology and is making structural changes. Take the example of resource planning. Previously, if your business grew, you would simply increase the number of analysts and accountants you had and kept on supporting the business, but now you cannot do that. You have to have technology to preserve history, run the rules, generate the reports, do the regulatory stuff.       &lt;/p&gt;
&lt;p&gt;Basel II taught a deep lesson to the world of finance, namely that if a CFO ignores what&amp;rsquo;s happening in the business, then satisfying requirements such as Basel II will not be possible. This is so, because the front office business and their systems are simply unable to provide the information in the right fashion which the CFO wants, and mostly, it is because the CFO did not specify or demand the front office business and systems to be transparent and fungible as far as accounting and financial information are concerned. This very same point also applies to the CRO by the way. While there is a surprisingly large number of CFOs who are forward-looking and technology literate, CFOs should recognise that there is a philosophical tension between their profession and technology. &lt;br /&gt;  &lt;/p&gt;
&lt;p&gt;While you might differ, my gut feel is that a CFO has to have a very firm control over the technology that she/he has, what&amp;rsquo;s coming down the pipeline and what&amp;rsquo;s generally happening around the technical world. In other words, she/he has to be clued-up and work closely with the CIO to manage the business going forward. Now what does this &amp;ldquo;manage the business&amp;rdquo; mean? And what does &amp;ldquo;work very closely&amp;rdquo; mean? All these questions are strictly with reference to banking because the relationship between IT and Finance is industry and to a lesser extent size, specific. This is what we will find out in the next part.    &lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">8125@desicritics.org</guid>
<pubDate>Sun, 17 Aug 2008 12:33:47 EDT</pubDate>
</item>
<item>
<title>Differences Between Free Hosting and Paid Web Hosting</title>
<link>http://desicritics.org/2008/07/30/060552.php</link>
<author>Ashish</author><description>&lt;p&gt;If you are an expert or have experience in hosting your presence on the web, then I dare say that this article will not be relevant to you (of course, you are welcome to criticize or add constructive comments). This is based on my experience over the years, with both free and paid hosting (I still have both, using Blogger for my free blog postings, and having paid hosting for some other blogs).&lt;/p&gt;
&lt;p&gt;Consider this; you are just starting to create your own website, a place to host your own content, the place of your dreams. You have thought through all that you want to create, and are ready to go. However, now you are stuck with the logistics of where to create your own website. You would really not want to spend a large amount of money, while at the same having a good hosting experience and a set of tools that will help you easily host your content.&lt;br/&gt;
You have a choice now; you could either use a free web hosting experience, or you could go in for a paid site. There are advantages and disadvantages to both. &lt;/p&gt;
&lt;p&gt;Advantages of free hosting:&lt;br/&gt;
1. It&#039;s free; this literally needs no explanation&lt;/p&gt;
&lt;p&gt;2. Helps when you are new to the web and would like to experiment with the medium&lt;/p&gt;
&lt;p&gt;3. The hosting companies provide easy tools to upload content onto the site&lt;/p&gt;
&lt;p&gt;4. If using some host such as Blogger, Tripod or Geocities, you are working with companies that have a huge amount of experience in this field&lt;/p&gt;
&lt;p&gt;Disadvantages of free hosting:&lt;/p&gt;
&lt;p&gt;1. Many of these free hosting companies make money through ad banners - so when somebody comes to your site, they will see ads and popups&lt;/p&gt;
&lt;p&gt;2. The revenue from these ads goes to the hosting company, and not to you&lt;/p&gt;
&lt;p&gt;3. For many of these free hosting companies, you may get a domain name that is actually a sub-domain, that has the name of the hosting company as part of the name&lt;/p&gt;
&lt;p&gt;4. The space provided may seem large initially, but this is actually limited space.&lt;/p&gt;
&lt;p&gt;5. If you are looking to appear professional, then it is better to host your own domain.&lt;/p&gt;
&lt;p&gt;6. Paid hosting gives you access to many different softwares such as blogging software, Content Management Software, Forums, Emails, Database Access, Shopping Carts, and so on.&lt;/p&gt;
&lt;p&gt;7. You get much better support if you are using paid hosting.&lt;/p&gt;
&lt;p&gt;8. Search engine rankings can be sometimes poorer if you are using free hosting&lt;/p&gt;
&lt;p&gt;9. You may get limitations in terms of restriction on bandwidth - so if your site becomes very popular, visitors may find themselves unable to access the site.&lt;/p&gt;
&lt;p&gt;A) For a list of free hosting, refer to this list:&lt;br/&gt;
&lt;a href=&quot;http://www.absolutely-free-hosting.com/free_hosts_01.php&quot; target=&quot;_blank&quot;&gt;A listing of many free hosts&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.netfirms.com/web-hosting/web-hosting-basic/&quot; target=&quot;_blank&quot;&gt;Netfirms&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.bravenet.com/webhosting/&quot; target=&quot;_blank&quot;&gt;Bravenet&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.mister.net/&quot; target=&quot;_blank&quot;&gt;Mister.net&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.tripod.lycos.com/&quot; target=&quot;_blank&quot;&gt;Tripod&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.freewebhostingarea.com/&quot; target=&quot;_blank&quot;&gt;Free Web Hosting Area&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://geocities.yahoo.com/&quot; target=&quot;_blank&quot;&gt;Geocities&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;B) A list of top paid hosts (am using one of them, and almost all of them will appear in a top 10 list:&lt;br/&gt;
Global&lt;br/&gt;
&lt;a href=&quot;http://www.vistapages.com/l&quot; target=&quot;_blank&quot;&gt;vistaPages&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.midphase.com/&quot; target=&quot;_blank&quot;&gt;MidPhase&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.bluehost.com/&quot;&gt;BlueHost&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://www.hostexcellence.com/&quot; target=&quot;_blank&quot;&gt;HostExcellence&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.ixwebhosting.com/&quot; target=&quot;_blank&quot;&gt;IX Web Hosting&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.hostmonster.com/&quot; target=&quot;_blank&quot;&gt;HostMonster&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://hostpapa.com/&quot; target=&quot;_blank&quot;&gt;HostPapa&lt;/a&gt;&lt;br/&gt;
&lt;b&gt;Affiliate-free links&lt;/b&gt;&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">8037@desicritics.org</guid>
<pubDate>Wed, 30 Jul 2008 06:05:52 EDT</pubDate>
</item>

</channel>
</rss>