<?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/"
	>

<channel>
	<title>Kalpesh Rathva</title>
	<atom:link href="http://kalpesh.rathva.com/feed" rel="self" type="application/rss+xml" />
	<link>http://kalpesh.rathva.com</link>
	<description>Web Developer</description>
	<lastBuildDate>Wed, 26 Oct 2011 09:55:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is IPN?</title>
		<link>http://kalpesh.rathva.com/what-is-ipn</link>
		<comments>http://kalpesh.rathva.com/what-is-ipn#comments</comments>
		<pubDate>Fri, 08 Oct 2010 01:10:45 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=63</guid>
		<description><![CDATA[
How does it work?

After finishing the payment on PayPal, the customer is auto-redirected to your page (&#8220;return&#8221; variable)
Customer returns to your page. PayPal does NOT send any payment data there.
Separately in the background, you receive a form POST from PayPal at a different URL (notify_url variable).
You post back a form with cmd=_notify-validate and all fields]]></description>
			<content:encoded><![CDATA[<div style='padding-left:20px;'>
<div>How does it work?</div>
<ol>
<li>After finishing the payment on PayPal, the customer is <strong>auto-redirected</strong> to your page (&#8220;return&#8221; variable)</li>
<li>Customer returns to your page. PayPal does <strong>NOT</strong> send any payment data there.</li>
<li><strong>Separately</strong> in the background, you receive a form POST from PayPal at a <strong>different</strong> URL (notify_url variable).</li>
<li>You post back a form with <strong>cmd=_notify-validate</strong> and all fields you received from PayPal. PayPal responds with a single word VERIFIED or INVALID</li>
<li>If you receive VERIFIED, you can be confident that the form you received came from PayPal and wasn&#8217;t tampered with. Do whatever you need to do with the form fields.</li>
</ol>
<div>Settings:</div>
<ul>
<li>Specify an auto return url in your profile or in the <strong>return</strong> variable in your html form. The url must be an absolute url. This is just a generic page with no PayPal processing logic. Display something like &#8220;Thank you and your order will be processed shortly.&#8221; Code:
<pre>&lt;input type="hidden" name="return" value="your_return_url_here"&gt;</pre>
</li>
<li>Specify an IPN url in your profile or in the <strong>notify_url</strong> variable in your html form. This is where you process payment data from PayPal. The IPN url must be an absolute url. It must also allow anonymous access from outside of your network. If you must open your firewall to a specific host, please note the Sandbox sends IPNs from ipn.sandbox.paypal.com. PayPal live site sends IPNs from notify.paypal.com. Code:
<pre>&lt;input type="hidden" name="notify_url" value="your_ipn_url_here"&gt;</pre>
</li>
<li>Auto Return = Enabled in account profile</li>
<li>PDT = Disabled in account profile</li>
<li>IPN = Enabled in account profile</li>
</ul>
<p>﻿</p></div>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/what-is-ipn/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does EGPCS stand for? In PHP</title>
		<link>http://kalpesh.rathva.com/egpcs</link>
		<comments>http://kalpesh.rathva.com/egpcs#comments</comments>
		<pubDate>Thu, 07 Oct 2010 20:07:33 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=60</guid>
		<description><![CDATA[Environment, Get, Post, Cookie, Server (predefined variables in PHP)
This directive describes the order in which PHP registers GET, POST, Cookie, Environment and Built-in variables (G, P, C, E &#38; S respectively, often referred to as EGPCS or GPC).  Registration is done from left to right, newer values override older values.
default order of it is:
variables_order =]]></description>
			<content:encoded><![CDATA[<h2>Environment, Get, Post, Cookie, Server (predefined variables in PHP)</h2>
<p>This directive describes the order in which PHP registers GET, POST, Cookie, Environment and Built-in variables (G, P, C, E &amp; S respectively, often referred to as EGPCS or GPC).  Registration is done from left to right, newer values override older values.<br />
default order of it is:</p>
<p>variables_order = &#8220;EGPCS&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/egpcs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resume &#8211; Kalpesh Rathva</title>
		<link>http://kalpesh.rathva.com/resume-kalpesh-rathva</link>
		<comments>http://kalpesh.rathva.com/resume-kalpesh-rathva#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:48:53 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Resume]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=51</guid>
		<description><![CDATA[
PDF Version 
Microsoft Word Version 

Like what you see? Get in touch

		
		
		
			Your Name(required)
			Email(valid email required)
			Website
			Message
		
		
			&#160;
			
			
			
			
			
		
		
]]></description>
			<content:encoded><![CDATA[<ul class="readable">
<li><a href="#">PDF Version</a> <img src="http://kalpesh.rathva.com/wp-content/uploads/pdf.png" alt="(PDF Document)" /></li>
<li><a href="#">Microsoft Word Version</a> <img src="http://kalpesh.rathva.com/wp-content/uploads/doc.png" alt="(Word Document)" /></li>
</ul>
<h2>Like what you see? Get in touch</h2>

		<div id="usermessagea" class="cf_info "></div>
		<form enctype="multipart/form-data" action="/feed#usermessagea" method="post" class="cform" id="cformsform">
		<ol class="cf-ol">
			<li id="li--1" class=""><label for="cf_field_1"><span>Your Name</span></label><input type="text" name="cf_field_1" id="cf_field_1" class="single fldrequired" value="Your Name" onfocus="clearField(this)" onblur="setField(this)"/><span class="reqtxt">(required)</span></li>
			<li id="li--2" class=""><label for="cf_field_2"><span>Email</span></label><input type="text" name="cf_field_2" id="cf_field_2" class="single fldemail fldrequired" value=""/><span class="emailreqtxt">(valid email required)</span></li>
			<li id="li--3" class=""><label for="cf_field_3"><span>Website</span></label><input type="text" name="cf_field_3" id="cf_field_3" class="single" value="http://"/></li>
			<li id="li--4" class=""><label for="cf_field_4"><span>Message</span></label><textarea cols="30" rows="8" name="cf_field_4" id="cf_field_4" class="area"></textarea></li>
		</ol>
		<fieldset class="cf_hidden">
			<legend>&nbsp;</legend>
			<input type="hidden" name="cf_working" id="cf_working" value="One%20moment%20please..."/>
			<input type="hidden" name="cf_failure" id="cf_failure" value="Please%20fill%20in%20all%20the%20required%20fields."/>
			<input type="hidden" name="cf_codeerr" id="cf_codeerr" value="Please%20double-check%20your%20verification%20code."/>
			<input type="hidden" name="cf_customerr" id="cf_customerr" value="yyy"/>
			<input type="hidden" name="cf_popup" id="cf_popup" value="nn"/>
		</fieldset>
		<p class="cf-sb"><input type="submit" name="sendbutton" id="sendbutton" class="sendbutton" value="Submit" onclick="return cforms_validate('', false)"/></p></form><p class="linklove" id="ll"></p>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/resume-kalpesh-rathva/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get in contact with Kalpesh Rathva</title>
		<link>http://kalpesh.rathva.com/get-in-contact-with-kalpesh-rathva</link>
		<comments>http://kalpesh.rathva.com/get-in-contact-with-kalpesh-rathva#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:21:24 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Contact]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=47</guid>
		<description><![CDATA[
		
		
		
			Your Name(required)
			Email(valid email required)
			Website
			Message
		
		
			&#160;
			
			
			
			
			
		
		
]]></description>
			<content:encoded><![CDATA[
		<div id="usermessagea" class="cf_info "></div>
		<form enctype="multipart/form-data" action="/feed#usermessagea" method="post" class="cform" id="cformsform">
		<ol class="cf-ol">
			<li id="li--1" class=""><label for="cf_field_1"><span>Your Name</span></label><input type="text" name="cf_field_1" id="cf_field_1" class="single fldrequired" value="Your Name" onfocus="clearField(this)" onblur="setField(this)"/><span class="reqtxt">(required)</span></li>
			<li id="li--2" class=""><label for="cf_field_2"><span>Email</span></label><input type="text" name="cf_field_2" id="cf_field_2" class="single fldemail fldrequired" value=""/><span class="emailreqtxt">(valid email required)</span></li>
			<li id="li--3" class=""><label for="cf_field_3"><span>Website</span></label><input type="text" name="cf_field_3" id="cf_field_3" class="single" value="http://"/></li>
			<li id="li--4" class=""><label for="cf_field_4"><span>Message</span></label><textarea cols="30" rows="8" name="cf_field_4" id="cf_field_4" class="area"></textarea></li>
		</ol>
		<fieldset class="cf_hidden">
			<legend>&nbsp;</legend>
			<input type="hidden" name="cf_working" id="cf_working" value="One%20moment%20please..."/>
			<input type="hidden" name="cf_failure" id="cf_failure" value="Please%20fill%20in%20all%20the%20required%20fields."/>
			<input type="hidden" name="cf_codeerr" id="cf_codeerr" value="Please%20double-check%20your%20verification%20code."/>
			<input type="hidden" name="cf_customerr" id="cf_customerr" value="yyy"/>
			<input type="hidden" name="cf_popup" id="cf_popup" value="nn"/>
		</fieldset>
		<p class="cf-sb"><input type="submit" name="sendbutton" id="sendbutton" class="sendbutton" value="Submit" onclick="return cforms_validate('', false)"/></p></form><p class="linklove" id="ll"></p>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/get-in-contact-with-kalpesh-rathva/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Skills &amp; Technology Proficiencies</title>
		<link>http://kalpesh.rathva.com/web-skills-technology-proficiencies</link>
		<comments>http://kalpesh.rathva.com/web-skills-technology-proficiencies#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:42:43 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Skills]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=35</guid>
		<description><![CDATA[


Skill


Details




Open Source CMS



Wordpress (2.x)
Drupal (4.7, 5.x, 6.x)
Joomla (1.0.x)
Zen-cart (1.3.8)
Os-commerce 
Magento
Vtiger-CRM
SunShop
Prestashop





Language



HTML
PHP         (4.x, 5.x)
ASP
C,C++





Databases



MySQL         (4.x, 5.x)
SQL         Server
MS         Access 





Browser    compatibility



Internet Explorer 6]]></description>
			<content:encoded><![CDATA[<table width="523" border="0" align="left" cellpadding="0" cellspacing="0" style='padding-left:30px;padding-top:10px;'>
<tr>
<td width="214">
<p align="justify"><strong>Skill</strong></p>
</td>
<td width="309">
<p align="justify"><strong>Details</strong></p>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Open Source CMS</p>
</td>
<td width="309">
<ul type="disc">
<li>Wordpress (2.x)</li>
<li>Drupal (4.7, 5.x, 6.x)</li>
<li>Joomla (1.0.x)</li>
<li>Zen-cart (1.3.8)</li>
<li>Os-commerce </li>
<li>Magento</li>
<li>Vtiger-CRM</li>
<li>SunShop</li>
<li>Prestashop</li>
</ul>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Language</p>
</td>
<td width="309" valign="top">
<ul type="disc">
<li>HTML</li>
<li>PHP         (4.x, 5.x)</li>
<li>ASP</li>
<li>C,C++</li>
</ul>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Databases</p>
</td>
<td width="309" valign="top">
<ul type="disc">
<li>MySQL         (4.x, 5.x)</li>
<li>SQL         Server</li>
<li>MS         Access </li>
</ul>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Browser    compatibility</p>
</td>
<td width="309">
<ul type="disc">
<li>Internet Explorer 6 &amp; 7</li>
<li>Firefox 2.0 and above</li>
<li>Google Chrome</li>
<li>Safari</li>
</ul>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Web servers</p>
</td>
<td width="309" valign="top">
<ul type="disc">
<li>Apache         (1.3, 2.x)</li>
<li>IIS         (5, 6, 7)</li>
<li>Tomcat         (5.5)</li>
</ul>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Payment modules</p>
</td>
<td width="309">
<ul type="disc">
<li>Paypal</li>
<li>Verizone</li>
</ul>
<ul type="disc">
<li>Google checkout</li>
</ul>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Project    Plan creation</p>
</td>
<td width="309">
<ul type="disc">
<li>Requirement         analysis </li>
<li>Project         architecture</li>
<li>Development         plan</li>
</ul>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Defect    Tracking System</p>
</td>
<td width="309" valign="top">
<ul type="disc">
<li>Mantis</li>
<li>Bug-zilla</li>
</ul>
</td>
</tr>
<tr>
<td width="214">
<p align="justify">Operating Systems</p>
</td>
<td width="309" valign="top">
<ul type="disc">
<li>Windows         (98, 2003, XP, Vista)</li>
</ul>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/web-skills-technology-proficiencies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Services Available for Hire</title>
		<link>http://kalpesh.rathva.com/services-for-hire</link>
		<comments>http://kalpesh.rathva.com/services-for-hire#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:38:22 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=29</guid>
		<description><![CDATA[
Web application development


I have strong experience in delivering highly secured, multi-user, robust, high valued and high performance web applications. I have worked on multiple versions starting from 4.x to 5.x of PHP. Some of our major projects with PHP include building community websites, Content Management System, Document Management Systems and many more. I have also]]></description>
			<content:encoded><![CDATA[<div class="container">
<h2 class="trigger"><a href="#">Web application development</a></h2>
<div style="display: none;" class="toggle_container">
<div>
<p>I have strong experience in delivering highly secured, multi-user, robust, high valued and high performance web applications. I have worked on multiple versions starting from 4.x to 5.x of PHP. Some of our major projects with PHP include building community websites, Content Management System, Document Management Systems and many more. I have also developed many rich internet applications (PHP RIA development) with PHP using AJAX, JQuery, extJS, mootools. </p>
</p></div>
</p></div>
<h2 class="trigger"><a href="#">Integration with Payment gateways</a></h2>
<div style="display: none;" class="toggle_container">
<div>
<p>I have got good experience in integrating payment gateways like Paypal, Authorize.net, Sage, CCAvenue. </p>
</p></div>
</p></div>
<h2 class="trigger"><a href="#">Support and maintenance</a></h2>
<div style="display: none;" class="toggle_container">
<div>
<p> I have gained good experience in maintaining the PHP applications. Currently I am maintaining/supporting many PHP projects developed by myself  and also PHP projects developed by clients. </p>
</p></div>
</p></div>
<h2 class="trigger"><a href="#">Custom CMS and Framework development</a></h2>
<div style="display: none;" class="toggle_container">
<div>
<p>I have strong experience in developing PHP custom CMS and Framework based on the MVC architecture where clients benefit from modular, reusable and maintainable code. I use custom CMS and Frameworks in our projects resulting in faster development. </p>
</p></div>
</p></div>
<h2 class="trigger"><a href="#">Open-source CMS Component development</a></h2>
<div style="display: none;" class="toggle_container">
<p>I have extensively worked with customizing popular open-source CMS systems and Frameworks to meet client needs. The systems I have worked with include, but are not limited to Wordpress, Drupal, Joomla,Magento,  , etc. The work involved includes building components and addons to existing modules for the opensource communities as well as proprietary work for clients. Frameworks I have worked with include CakePHP and Zend framework.</p>
</p></div>
<h2 class="trigger"><a href="#">E-commerce/shopping-cart development</a></h2>
<div style="display: none;" class="toggle_container">
<div>
<p>I have worked on developing shopping cart engines, and on implementing available e-commerce platforms for clients. I have installed, configured, integrated and continue to maintain sites driven by Magento, OSCommerce, Zen-Cart and Presta Shop. In this process, I have gained experience on developing custom Magento modules and custom OSCommerce module development, as well as database-level integration scripts</p>
</p></div>
</p></div>
<h2 class="trigger"><a href="#">Web service development</a></h2>
<div style="display: none;" class="toggle_container">
<div>
<p>Apart from PHP web template development, I have good experience in developing PHP Components and exposing them publicly as webservice for the users of our client, integrating various features to the webservice. Technologies generally include XML, SOAP and REST APIs</p>
</p></div>
</p></div>
</div>
<div style='clear:both;width:500px;margin:0 auto; padding-top:10px;'>
<p>To know more about the advantages of working with us and/or if you have a PHP project you want to get developed, feel free to contact me</p>
<p>To discuss about services, expertise and how I can help you, please contact me on <strong><a href="mailto:rathva@gmail.com">rathva@gmail.com</a> or <a href="mailto:kalpesh@rathva.com">kalpesh@rathva.com</a> </strong> or call +91-9428737545 </p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/services-for-hire/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growmore Insurance Service</title>
		<link>http://kalpesh.rathva.com/growmore-insurance-service</link>
		<comments>http://kalpesh.rathva.com/growmore-insurance-service#comments</comments>
		<pubDate>Sun, 25 Jul 2010 14:28:47 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=27</guid>
		<description><![CDATA[


Growmore Insurance Service is a informative site for a insurance agent company.







 Project Highligts :-

CMS Technology: Wordpress
Programming languages : Php, Ajax, JavaScript, HTML
Designing : CSS, HTML 
Database : MySql  
Efforts : 15 days appx (depends upon the requirements)



]]></description>
			<content:encoded><![CDATA[<table>
<tbody>
<tr>
<td>Growmore Insurance Service is a informative site for a insurance agent company.</td>
<td><span class="thumbshot"><a class="thubmshot-link" href="http://www.growmore.co.in"><img class="thumbshot-img" src="http://open.thumbshots.org/image.aspx?url=http://www.growmore.co.in" border="0" /></a></span></td>
</tr>
</tbody>
</table>
<table>
<tr>
<td>
<span style="color: #7eaee2;"><strong> <span style="color: #004080;">Project Highligts :-<br />
</span></strong></span></p>
<div><strong>CMS Technology:</strong> <span style="color: #373737;">Wordpress</span></div>
<div><strong>Programming languages :</strong> <span style="color: #373737;">Php, Ajax, JavaScript</span>, HTML</div>
<div><strong>Designing :</strong><span style="color: #373737;"> CSS, HTML </span></div>
<div><span style="color: #373737;"><span style="color: #373737;"><strong>Database :</strong></span></span> MySql <span style="color: #373737;"> </span></div>
<div><span style="color: #373737;"><span style="color: #373737;"><strong>Efforts :</strong></span></span> 15 days appx (depends upon the requirements)</div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/growmore-insurance-service/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Careerguru India &#8211; right people to grow with</title>
		<link>http://kalpesh.rathva.com/careerguru-india-right-people-to-growt-with</link>
		<comments>http://kalpesh.rathva.com/careerguru-india-right-people-to-growt-with#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:48:29 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=15</guid>
		<description><![CDATA[


Careerguru India is a informative site for a company which offers soft skill development training 







 Project Highligts :-

CMS Technology : Joomla
Programming languages : Php, Ajax, JavaScript, HTML
Designing : CSS, HTML 
Database : MySql  
Efforts : 15 days appx (depends upon the requirements)



]]></description>
			<content:encoded><![CDATA[<table>
<tbody>
<tr>
<td valign='top' align='justify'>Careerguru India is a informative site for a company which offers soft skill development training </td>
<td><span class="thumbshot"><a class="thubmshot-link" href="http://www.careerguruindia.in"><img class="thumbshot-img" src="http://open.thumbshots.org/image.aspx?url=http://www.careerguruindia.in" border="0" /></a></span></td>
</tr>
</tbody>
</table>
<table>
<tr>
<td>
<span style="color: #7eaee2;"><strong> <span style="color: #004080;">Project Highligts :-<br />
</span></strong></span></p>
<div><strong>CMS Technology :</strong> Joomla</div>
<div><strong>Programming languages :</strong> <span style="color: #373737;">Php, Ajax, JavaScript</span>, HTML</div>
<div><strong>Designing :</strong><span style="color: #373737;"> CSS, HTML </span></div>
<div><span style="color: #373737;"><span style="color: #373737;"><strong>Database :</strong></span></span> MySql <span style="color: #373737;"> </span></div>
<div><span style="color: #373737;"><span style="color: #373737;"><strong>Efforts :</strong></span></span> 15 days appx (depends upon the requirements)</div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/careerguru-india-right-people-to-growt-with/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Googlyfish &#8211; Networking Your Jobs</title>
		<link>http://kalpesh.rathva.com/googlyfish-networking-your-jobs</link>
		<comments>http://kalpesh.rathva.com/googlyfish-networking-your-jobs#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:32:36 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=12</guid>
		<description><![CDATA[



Googlyfish is a multi-national job portal. Synced with www.googlyfish.co.uk  and www.googlyfish.in  and it is a web based solution   designed for companies who provide Recruitment  or HR services to other companies. This help them maintain data online  at a central place. Internet technology has changed the process of  recruitment]]></description>
			<content:encoded><![CDATA[<table>
<tbody>
<tr>
<td><span class="thumbshot"><a class="thubmshot-link" href="http://www.googlyfish.com"><img class="thumbshot-img" src="http://open.thumbshots.org/image.aspx?url=http://www.googlyfish.com" border="0" /></a></span></td>
<td>Googlyfish is a multi-national job portal. Synced with <a href="http://www.googlyfish.co.uk" target="_blank">www.googlyfish.co.uk </a> and <a href="http://www.googlyfish.in" target="_blank">www.googlyfish.in </a> and it is a web based solution   designed for companies who provide Recruitment  or HR services to other companies. This help them maintain data online  at a central place. Internet technology has changed the process of  recruitment these days, people likes to find and apply for jobs online  as its easy and saves lots of time.</td>
</tr>
<tr>
<td colspan="2">Companies collect resumes and job requirements online, sort them and  maintain them for future use. Users (job seekers as well as hiring  companies) are allowed to create their profile online. They apply,  search, respond online according to their choices and preferences.</td>
</tr>
</tbody>
</table>
<table>
<tr>
<td>
<span style="color: #7eaee2;"><strong> <span style="color: #004080;">Project Highligts :-<br />
</span></strong></span></p>
<div><strong>CMS Technology :</strong> Drupal</div>
<div><strong>Programming languages :</strong> <span style="color: #373737;">Php, Ajax, JavaScript</span>, HTML</div>
<div><strong>Designing :</strong><span style="color: #373737;"> CSS, HTML </span></div>
<div><span style="color: #373737;"><span style="color: #373737;"><strong>Database :</strong></span></span> MySql <span style="color: #373737;"> </span></div>
<div><span style="color: #373737;"><span style="color: #373737;"><strong>Efforts :</strong></span></span> 10 months appx (depends upon the requirements)</div>
</td>
</tr>
<tr>
<td>
<p><strong>Some of the Basic features it contains are:- </strong></p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="5%" align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td width="93%">Hiring Company Profile/Jobs Creation.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Job Seeker Profile Creation.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Resume Management.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Job Search.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Candidate Search.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Apply Online.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Auto Responder Mails.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Relative Jobs Mailing to Job Seekers.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Payment Gateway Integration.</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/googlyfish-networking-your-jobs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benchmark Hr Solutions</title>
		<link>http://kalpesh.rathva.com/benchmark-hr-solutions</link>
		<comments>http://kalpesh.rathva.com/benchmark-hr-solutions#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:16:36 +0000</pubDate>
		<dc:creator>Kalpesh Rathva</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://kalpesh.rathva.com/?p=8</guid>
		<description><![CDATA[


Benchmark Hr Solutions is a job portal and it is a web based solution   designed for companies who provide Recruitment  or HR services to other companies. This help them maintain data online  at a central place. Internet technology has changed the process of  recruitment these days, people likes to find]]></description>
			<content:encoded><![CDATA[<table>
<tbody>
<tr>
<td>Benchmark Hr Solutions is a job portal and it is a web based solution   designed for companies who provide Recruitment  or HR services to other companies. This help them maintain data online  at a central place. Internet technology has changed the process of  recruitment these days, people likes to find and apply for jobs online  as its easy and saves lots of time.</td>
<td><span class="thumbshot"><a class="thubmshot-link" href="http://www.benchmarkhrsolutions.com"><img class="thumbshot-img" src="http://open.thumbshots.org/image.aspx?url=http://www.benchmarkhrsolutions.com" border="0" /></a></span></td>
</tr>
<tr>
<td colspan="2">Companies collect resumes and job requirements online, sort them and  maintain them for future use. Users (job seekers as well as hiring  companies) are allowed to create their profile online. They apply,  search, respond online according to their choices and preferences.</td>
</tr>
</tbody>
</table>
<table>
<tr>
<td>
<span style="color: #7eaee2;"><strong> <span style="color: #004080;">Project Highligts :-<br />
</span></strong></span></p>
<div><strong>CMS Technology :</strong> Drupal</div>
<div><strong>Programming languages :</strong> <span style="color: #373737;">Php, Ajax, JavaScript</span>, HTML</div>
<div><strong>Designing :</strong><span style="color: #373737;"> CSS, HTML </span></div>
<div><span style="color: #373737;"><span style="color: #373737;"><strong>Database :</strong></span></span> MySql <span style="color: #373737;"> </span></div>
<div><span style="color: #373737;"><span style="color: #373737;"><strong>Efforts :</strong></span></span> 4 months appx (depends upon the requirements)</div>
</td>
</tr>
<tr>
<td>
<p><strong>Some of the Basic features it contains are:- </strong></p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="5%" align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td width="93%">Hiring Company Profile/Jobs Creation.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Job Seeker Profile Creation.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Resume Management.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Job Search.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Candidate Search.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Apply Online.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Auto Responder Mails.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Relative Jobs Mailing to Job Seekers.</td>
</tr>
<tr>
<td align="center"><img src="http://kalpesh.rathva.com/wp-content/themes/mystique/images/double.jpg" alt="" width="15" height="18" /></td>
<td>Payment Gateway Integration.</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kalpesh.rathva.com/benchmark-hr-solutions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

