<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rahul Raikar</title>
	<atom:link href="http://rahulraikar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rahulraikar.wordpress.com</link>
	<description>Rahul Raikar- Independent Bussiness Consultant</description>
	<lastBuildDate>Sat, 06 Mar 2010 12:09:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rahulraikar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7f6cbe03cf515e5945208c6fe3d8b11f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Rahul Raikar</title>
		<link>http://rahulraikar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rahulraikar.wordpress.com/osd.xml" title="Rahul Raikar" />
	<atom:link rel='hub' href='http://rahulraikar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What is EAV? &#8211; Rahul Raikar</title>
		<link>http://rahulraikar.wordpress.com/2010/03/06/what-is-eav-rahul-raikar/</link>
		<comments>http://rahulraikar.wordpress.com/2010/03/06/what-is-eav-rahul-raikar/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 12:09:46 +0000</pubDate>
		<dc:creator>rahulraikar</dc:creator>
				<category><![CDATA[personnal blog]]></category>
		<category><![CDATA[EAV]]></category>
		<category><![CDATA[rahul raikar]]></category>

		<guid isPermaLink="false">http://rahulraikar.wordpress.com/?p=20</guid>
		<description><![CDATA[According to Rahul Raikar an Entity-Attribute-Value design normally involves a solitary table with three columns, these columns most often contain data referring to; the entity, an attribute, and a value for that attribute. The Entity The entity is a foreign key into an “Objects” table that records common information about every “object” (thing) in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=20&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } -->According to <a title="rahul raikar" href="http://www.rahulraikar.com" target="_blank"><strong>Rahul Raikar</strong></a> an Entity-Attribute-Value design normally involves a solitary table with three columns, these columns most often contain data referring to; the entity, an attribute, and a value for that attribute.</p>
<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } -->The Entity</p>
<p>The entity is a foreign key into an “Objects” table that records common information about every “object” (thing) in the database – at the minimum, a preferred name and brief description, as well as the category/class of entity to which it belongs. Every record (object) in this table is assigned a machine-generated Object ID.</p>
<p>The major benefit to a central objects table is that, by having a supporting table of object synonyms and keywords, one can provide a standard Google-like search mechanism across the entire system where the user can find information about any object of interest without having to first specify the category that it belongs to. (This is important in bioscience systems where a keyword like “acetylcholine” could refer either to the molecule itself, which is a neurotransmitter, or the biological receptor to which it binds.)</p>
<p>The Value</p>
<p>Coercing all values into strings, as in the EAV data example above, results in a simple, but non-scalable, structure: constant data type inter-conversions are required if one wants to do anything with the values, and an index on the value column of an EAV table is essentially useless. Also, it is not convenient to store large binary data, such as images, in Base64 encoded form in the same table as small integers or strings. Therefore larger systems use separate EAV tables for each data type (including binary large objects), with the metadata for a given attribute identifying the EAV table in which its data will be stored. This approach is actually quite efficient because the modest amount of attribute metadata for a given class or form that a user chooses to work with can be cached readily in memory. However, it requires moving of data from one table to another if an attribute’s data type is changed. (This does not happen often, but mistakes can be made in metadata definition just as in database schema design.)</p>
<p>The Attribute</p>
<p>In the EAV table itself, this is just an Attribute ID, a foreign key into an Attribute Definitions table, as stated above. However, there are usually multiple meta data tables that contain attribute-related information, and these are discussed shortly.</p>
<p>Entity-Attribute-Value model (EAV), also known as object-attribute-value model that is used in circumstances where the number of attributes (properties, parameters) that can be used to describe a thing (an “entity” or “object”) is potentially very vast.</p>
<p><a title="rahul raikar" href="http://www.rahulraikar.com" target="_blank"><strong>http://www.rahulraikar.com</strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rahulraikar.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rahulraikar.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rahulraikar.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rahulraikar.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rahulraikar.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rahulraikar.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rahulraikar.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rahulraikar.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rahulraikar.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rahulraikar.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rahulraikar.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rahulraikar.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rahulraikar.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rahulraikar.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=20&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rahulraikar.wordpress.com/2010/03/06/what-is-eav-rahul-raikar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a09dd62f5eba28da5c215cff20118be6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rahulraikar</media:title>
		</media:content>
	</item>
		<item>
		<title>Rahul Raikar : Cloud computing – efficient way of handling high traffic websites</title>
		<link>http://rahulraikar.wordpress.com/2010/02/16/rahul-raikar-cloud-computing/</link>
		<comments>http://rahulraikar.wordpress.com/2010/02/16/rahul-raikar-cloud-computing/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 10:30:37 +0000</pubDate>
		<dc:creator>rahulraikar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Application Development Services]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[high traffic]]></category>
		<category><![CDATA[php web development services]]></category>
		<category><![CDATA[rahul raikar]]></category>
		<category><![CDATA[rich internet application]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://rahulraikar.wordpress.com/?p=16</guid>
		<description><![CDATA[Cloud computing – efficient way of handling high traffic websites What is Cloud computing? Cloud computing is getting extremely popular these days. Especially if you have a high traffic website / web based application and you don’t want to spend too much into hosting high end dedicated servers – cloud computing / cloud hosting is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=16&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<h2><a title="Rahul Raikar" rel="bookmark" href="http://www.rahulraikar.com/" target="_blank">Cloud computing – efficient way of handling high traffic websites</a></h2>
</div>
<h3>What is Cloud computing?</h3>
<p>Cloud computing is getting extremely popular these days. Especially if you have a high traffic website / web based application and you don’t want to spend too much into hosting high end dedicated servers – cloud computing / cloud hosting is what you are looking for,.</p>
<p>Cloud computing is a general term for anything that involves delivering hosted services over the internet. Basically a cloud is a virtualization of resources that manages and maintains itself. Broadly classified under the three categories:</p>
<ol>
<li>IaaS: Infrastructure as a service.</li>
<li>PasS: Platform as a service.</li>
<li>SaaS:Software as a service.</li>
</ol>
<p>So how does a cloud hosting differentiate with other hosting? The most important difference  is that cloud computing is sold “on demand”. This also means that there is no binding on you to buy heavy duty hosting servers and be worried about how to manage, maintain and keep on paying for the extra resources where you don’t need any. This on demand service is typically sold by hour or minute and has no load on the customer to worry about the maintenance or paying for extra space or bandwidth. Significant innovations in virtualization and distributed computing, as well as improved access to high-speed Internet and a weak economy, have accelerated interest in cloud computing.</p>
<p>Typically there are two types of clouds – Public and Private. A public cloud as the name says – sells services to anyone on the Internet where as a Private cloud is more like a proprietary network or a data center that caters to a limited number of people for hosting services.</p>
<p>For More Information</p>
<p><a title="Rahul Raikar" href="http://www.rahulraikar.com/" target="_blank"><strong>http://www.rahulraikar.com</strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rahulraikar.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rahulraikar.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rahulraikar.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rahulraikar.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rahulraikar.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rahulraikar.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rahulraikar.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rahulraikar.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rahulraikar.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rahulraikar.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rahulraikar.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rahulraikar.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rahulraikar.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rahulraikar.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=16&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rahulraikar.wordpress.com/2010/02/16/rahul-raikar-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a09dd62f5eba28da5c215cff20118be6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rahulraikar</media:title>
		</media:content>
	</item>
		<item>
		<title>Rahul Raikar providing Social Networking-Solutions</title>
		<link>http://rahulraikar.wordpress.com/2010/01/20/rahulraikar-social-networking-solutions/</link>
		<comments>http://rahulraikar.wordpress.com/2010/01/20/rahulraikar-social-networking-solutions/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 04:10:29 +0000</pubDate>
		<dc:creator>rahulraikar</dc:creator>
				<category><![CDATA[personnal blog]]></category>
		<category><![CDATA[Application Development Services]]></category>
		<category><![CDATA[php web development services]]></category>
		<category><![CDATA[rahul raikar]]></category>
		<category><![CDATA[rich internet application]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://rahulraikar.wordpress.com/?p=14</guid>
		<description><![CDATA[A social network service uses software to build online social networks for communities of people who share interests and activities or who are interested in exploring the interests and activities of others. Most services are primarily web-based and provide a collection of various ways for users to interact, such as chat , messaging, email, video, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=14&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --><strong>A social network service uses software to build online social networks for communities of people who share interests and activities or who are interested in exploring the interests and activities of others.</strong></p>
<p>Most services are primarily web-based and provide a collection of various ways for users to <strong>interact</strong>, such as <strong>chat </strong>, <strong>messaging</strong>, <strong>email</strong>, <strong>video</strong>, <strong>voice chat</strong>, <strong>file sharing</strong>, <strong>blogging</strong>, <strong>discussion groups</strong>, and so on. Social networking has <strong>revolutionized the way we communicate and share informatio</strong>n with one another in today&#8217;s society. Various social networking websites are being used by millions of people everyday on a regular basis and it now seems that social networking is a part of everyday life.</p>
<p><a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> has a very small share of the bigger market however he have a very good level of expertise when it comes to social / business networking concept. Conceptually our programmers are very strong in the understanding of the concept and with about 200 man years of experience in social networking development and components development &#8211; we are a preferred choice partners for many.</p>
<p>Social networking or social community is all about linking with people. In the case of company, social networking can bring company employees together by helping them to keep on linked with each other all the way through online web directories, blogs, chats, forums, calendars and more. Social networking/community website can be valuable to small or big businesses and take apparently simple tools &#8220;for entertaining&#8221; and building them work for company and drive profits.</p>
<p><a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> has come up with an excellent framework for quickly deploying a custom made social / business networking application with ease and full depth of customization. Unlike other ready made products available which are tough to customize &#8211; our framework is entirely flexible &#8211; well documentated and encapsulates the most common features of social / business networking site.</p>
<p>Apart from custom development &#8211; For those who are looking for customizing a ready made script OR to build upon an existing platform &#8211; we offer development and customization solutions based on Joomla, Drupal, Elgg, Social engine, Alstrasoft E-friends, Dolphin, PHPFox and various other PHP based scripts / softwares.</p>
<p>If you are looking for a solution for your existing site for social networking as an add-on OR looking for a full deployment of a new innovative conept with social or business networking &#8211; please do write to us.</p>
<p><strong><a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank">http://www.rahulraikar.wordpress.com</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rahulraikar.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rahulraikar.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rahulraikar.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rahulraikar.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rahulraikar.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rahulraikar.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rahulraikar.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rahulraikar.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rahulraikar.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rahulraikar.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rahulraikar.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rahulraikar.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rahulraikar.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rahulraikar.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=14&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rahulraikar.wordpress.com/2010/01/20/rahulraikar-social-networking-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a09dd62f5eba28da5c215cff20118be6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rahulraikar</media:title>
		</media:content>
	</item>
		<item>
		<title>Rahul Raikar Working On RIA (Rich Internet Applications)</title>
		<link>http://rahulraikar.wordpress.com/2010/01/19/rahulraikar-rich-internet-applications/</link>
		<comments>http://rahulraikar.wordpress.com/2010/01/19/rahulraikar-rich-internet-applications/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 03:41:13 +0000</pubDate>
		<dc:creator>rahulraikar</dc:creator>
				<category><![CDATA[personnal blog]]></category>
		<category><![CDATA[Application Development Services]]></category>
		<category><![CDATA[php web development services]]></category>
		<category><![CDATA[rahul raikar]]></category>
		<category><![CDATA[rich internet application]]></category>

		<guid isPermaLink="false">http://rahulraikar.wordpress.com/?p=12</guid>
		<description><![CDATA[Rich Internet applications (RIA) are web applications that have the features and functionality of traditional desktop applications . RIAs typically transfer the processing necessary for the user interface to the web client but keep the bulk of the data (i.e., maintaining the state of the program, the data, etc.) back on the application server . [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=12&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --><strong>Rich Internet applications </strong>(RIA) are web applications that have the features and functionality of traditional desktop applications . RIAs typically transfer the processing necessary for the user interface to the web client but keep the bulk of the data (i.e., maintaining the state of the program, the data, etc.) back on the application server .</p>
<p>RIAs typically:</p>
<ul>
<li>run in a web browser , or do not 	require software installation</li>
<li>run locally in a secure environment called a <em>sandbox </em></li>
</ul>
<p><a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> have tremendous experience with AJAX, Flex and with effective use of Open source Javascript toolkits available &#8211; We leverage on the existing tried and tested frameworks to effectively get the job done in time effective fashion.</p>
<p>Some of the JavaScript frameworks that we have competencies in are Mootools, JQuery, Prototype, Script.Aculo.Us, MochiKit, Rialto, Dojo Toolkit, Spry framework, Cean Ajax framework. Apart from this &#8211; we prefer the Open Source tool &#8211; Open Laszlo &#8211; which is a terrific tool to deliver RIA content to the web!</p>
<p><a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>http://www.rahulraikar.wordpress.com</strong></a></p>
<p>Below is a list of some of our works in RIA:-</p>
<ul>
<li><strong>Graph based dashboard </strong><br />
A very elite graph based 	dashboard which works on XML &#8211; especially for middle level 	management to view pictorial representation of the sales figures. 	The chart on the left shows total revenue across all regions on a 	monthly places. When you click a data point in this chart, 	application updates the chart in the upper-right panel; that chart 	provides a breakdown of the contributions from each region for the 	given month. If you select a region in the breakdown of 	contributions, the application updates the chart in the lower-right 	panel, which shows that individual region&#8217;s revenue compared to the 	average for the given time period. Fully customizable to your needs!</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rahulraikar.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rahulraikar.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rahulraikar.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rahulraikar.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rahulraikar.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rahulraikar.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rahulraikar.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rahulraikar.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rahulraikar.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rahulraikar.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rahulraikar.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rahulraikar.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rahulraikar.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rahulraikar.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=12&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rahulraikar.wordpress.com/2010/01/19/rahulraikar-rich-internet-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a09dd62f5eba28da5c215cff20118be6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rahulraikar</media:title>
		</media:content>
	</item>
		<item>
		<title>Rahul Raikar: PHP Web Development services</title>
		<link>http://rahulraikar.wordpress.com/2010/01/18/rahulraikar-php-services/</link>
		<comments>http://rahulraikar.wordpress.com/2010/01/18/rahulraikar-php-services/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 04:51:25 +0000</pubDate>
		<dc:creator>rahulraikar</dc:creator>
				<category><![CDATA[personnal blog]]></category>
		<category><![CDATA[Application Development Services]]></category>
		<category><![CDATA[php web development services]]></category>
		<category><![CDATA[rahul raikar]]></category>

		<guid isPermaLink="false">http://rahulraikar.wordpress.com/?p=9</guid>
		<description><![CDATA[&#8220;The intention of PHP Web Development services is to pave the way for vision fulfillment of collaborative commerce by removing constraints to business imposed by IT in its present form &#8230;&#8221; With the expansion of the World Wide Web, and the advent of Social networks, blogs and other Rich Internet Media, marketing and productivity tools [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=9&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --><strong>&#8220;The intention of PHP Web Development services is to pave the way for vision fulfillment of collaborative commerce by removing constraints to business imposed by IT in its present form &#8230;&#8221;</strong></p>
<p>With the expansion of the World Wide Web, and the advent of Social networks, blogs and other Rich Internet Media, marketing and productivity tools over internet have gained a lot of importance.</p>
<p><a title="Rahul raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> re-defines your online business by means of various tools making it more interactive and useful for your clients.</p>
<p>As a turnkey provider for professional web development, design, and content, <a title="Rahul raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> offer a complete package of Web solutions pertaining to your business needs at competitive prices. We provide tailor-made services to a wide clientèle: from small-scale business website design, to high-end website development for large institutions.</p>
<p><a title="Rahul raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> rigorously follow the web development life cycle: Planning, Analysis, Design, Implementation, and Review. While creating dynamic websites, detailed planning is done to ensure proper database integration. Our e-commerce solutions offer your customers simple user-friendly interfaces that help you do business online. We specialize in social networking, business networking concepts and we adhere to web 2.0 concepts. Our unambiguous web development process ensures that the site will be easy to find, fast loading, easy to navigate, uncluttered and at the same time useful to your clients.</p>
<p>Our technical expertise and hands-on experience in the field of web development, lends us with the dexterous skills required to put the multiple languages, databases, and advanced programming to the right use. This ensures that we address business needs of increasing complexity. This enables us to provide customized solutions to meet your requirements.</p>
<p><a title="Rahul raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar&#8217;s</strong></a> Web development team in India provides all efforts to provide best solutions to our globally located clients. We have our best web development team size of 150 at corporate office pune India.</p>
<p><a title="Rahul raikar" href="http://rahulraikar.wordpress.com" target="_blank">http://www.rahulraikar.wordpress.com </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rahulraikar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rahulraikar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rahulraikar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rahulraikar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rahulraikar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rahulraikar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rahulraikar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rahulraikar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rahulraikar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rahulraikar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rahulraikar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rahulraikar.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rahulraikar.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rahulraikar.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=9&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rahulraikar.wordpress.com/2010/01/18/rahulraikar-php-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a09dd62f5eba28da5c215cff20118be6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rahulraikar</media:title>
		</media:content>
	</item>
		<item>
		<title>Rahul Raikar : Application Devevelopment Services</title>
		<link>http://rahulraikar.wordpress.com/2010/01/16/rahulraikar-application-devevelopment-services/</link>
		<comments>http://rahulraikar.wordpress.com/2010/01/16/rahulraikar-application-devevelopment-services/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:15:28 +0000</pubDate>
		<dc:creator>rahulraikar</dc:creator>
				<category><![CDATA[personnal blog]]></category>
		<category><![CDATA[Application Development Services]]></category>
		<category><![CDATA[rahul raikar]]></category>

		<guid isPermaLink="false">http://rahulraikar.wordpress.com/?p=7</guid>
		<description><![CDATA[Custom software application development services provide the IT backbone of our clients&#8217;. As with all of our IT services, application development is delivered within the context of a total plan-build-deploy solution &#8211; an approach that appreciates the dynamics of our clients&#8217; strategies and helps ensure predictable returns on investment (ROI). Understand With our expertise and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=7&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } -->Custom software application development services provide the IT backbone of our clients&#8217;. As with all of our IT services, application development is delivered within the context of a total plan-build-deploy solution &#8211; an approach that appreciates the dynamics of our clients&#8217; strategies and helps ensure predictable returns on investment (ROI).</p>
<p><strong>Understand</strong><br />
With our expertise and experience –<a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong> Rahul Raikar</strong></a> think that understanding the needs is the most important criteria in the process of building any custom product. <a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> understand the client requirements and document the processes to arrive at a logical conclusion of putting it in the codes.</p>
<p><strong>Plan</strong><br />
<a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> provide the expertise in industry dynamics, process management, and application and architecture design to recommend technology solution that will meet our clients business objectives and criteria for success.</p>
<p><strong>Build</strong><br />
<a title="Rahul Raikar" href="http://rahulraikar.wordpress.com" target="_blank"><strong>Rahul Raikar</strong></a> provide the architecture and implementation services to deliver a rapidly developed, scalable and flexible architecture that is aligned with our clients business objectives.</p>
<p><strong>Deploy</strong><br />
All custom applications are developed with post-implementation issues in mind. That is, the new architecture is based on strict quality standards to enable cost-effective operations and support as well as easy adaptations in the future.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rahulraikar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rahulraikar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rahulraikar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rahulraikar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rahulraikar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rahulraikar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rahulraikar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rahulraikar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rahulraikar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rahulraikar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rahulraikar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rahulraikar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rahulraikar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rahulraikar.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=7&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rahulraikar.wordpress.com/2010/01/16/rahulraikar-application-devevelopment-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a09dd62f5eba28da5c215cff20118be6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rahulraikar</media:title>
		</media:content>
	</item>
		<item>
		<title>Rahul Raikar – Independent Business Consultant</title>
		<link>http://rahulraikar.wordpress.com/2010/01/15/rahulraika/</link>
		<comments>http://rahulraikar.wordpress.com/2010/01/15/rahulraika/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 05:16:44 +0000</pubDate>
		<dc:creator>rahulraikar</dc:creator>
				<category><![CDATA[personnal blog]]></category>
		<category><![CDATA[rahul raikar]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Rahul Raikar works in the capacity of Independent Business Consultant. His role is to look after the business development, quality management, and overall strategic planning for the growth of the company. Rahul Raikar possesses strong organizational and analytical skills. PHP, Mysql, Joomla, Magento, Akelos, OsDate, OsCommerce, Code Ignitor, CakePHP, Symphony are a few of his [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=1&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><a title="rahaul raikar" href="http://rahulraikar.wordpress.com" target="_self"><strong>Rahul Raikar</strong></a> works in the capacity of Independent Business Consultant. His role is to look after the business development, quality management, and overall strategic planning for the growth of the company.</p>
<p><a title="rahul raikar" href="http://rahulraikar.wordpress.com" target="_self"><strong>Rahul Raikar</strong></a> possesses strong organizational and analytical skills. PHP, Mysql, Joomla, Magento, Akelos, OsDate, OsCommerce, Code Ignitor, CakePHP, Symphony are a few of his niche domains. He is an expert professional in search marketing (ranking algorithms and web page optimization), XHTML, CSS, PHP, JavaScript, and MySQL database analysis and design.</p>
<p>Along with being technically sound, he is a result-driven IT professional, who understands the needs of the client very well. Excellent communication and interpersonal skills are the qualities that help him retain clients and gain new ones. He is well aware of the importance of deadlines, and hence ensures time-bound delivery of services and products. He has developed strong architecture and integration problem solving skills due to his 10-years of experience in this industry. This has helped him in forming a company of 175 talented individuals and raising it to phenomenal heights in a short time span of merely three years.</p>
<p>His dedication to his work, strong conviction in his values, helpful nature, and Never-Say-Die attitude is what sets him apart from the others.</p>
<p><strong>Services:-</strong></p>
<p>Application development</p>
<p>Web Development</p>
<p>RIA- Rich Internet Application</p>
<p>Application maintenance</p>
<p>Product Development</p>
<p>Enterprise applications</p>
<p>Open Source – Joomla ,Magento , OsDate, OsCommerce</p>
<p>Custom flash Video player</p>
<p><strong>Industries:-</strong></p>
<p>Finance</p>
<p>Travel and transportation</p>
<p>Entertainment</p>
<p>Automotive</p>
<p><strong>Solutions:-</strong></p>
<p>Social networking</p>
<p>Content Distribution</p>
<p>B2B,B2C- Ecommerce</p>
<p>Content management</p>
<p>products</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rahulraikar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rahulraikar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rahulraikar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rahulraikar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rahulraikar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rahulraikar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rahulraikar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rahulraikar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rahulraikar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rahulraikar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rahulraikar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rahulraikar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rahulraikar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rahulraikar.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rahulraikar.wordpress.com&amp;blog=11449790&amp;post=1&amp;subd=rahulraikar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rahulraikar.wordpress.com/2010/01/15/rahulraika/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a09dd62f5eba28da5c215cff20118be6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rahulraikar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
