<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Ye Meri Life Hai - Chirag Mehta</title>
	<link>http://www.chiragmehta.info/chirag</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 15:27:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Visualforce &#8211; Align Columns To Right</title>
		<description><![CDATA[Sometimes there is a need to align(float) few of the columns of datatable to right for eg., List Price in Opportunity Products page functionality is shown in right aligned style.
In those cases, use following piece of snippet to render the column header and column values in right aligned manner
&#60;apex:column width="23%"&#62;
&#60;apex:facet name="header" &#62;
&#60;apex:outputPanel id="datePanel" style="float:right;"&#62;Role&#60;/apex:outputPanel&#62;
&#60;/apex:facet&#62;
&#60;apex:OutputLink style="float:right;" [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/03/10/visualforce-align-columns-to-right/</link>
			</item>
	<item>
		<title>Salesforce new user Interface warning</title>
		<description><![CDATA[Today, I enabled new user Interface on one of my developer org and noticed that it&#8217;s not supported on all browsers. There&#8217;s a small warning box that appears the moment you select the New User Interface.
You need to contact salesforce support in order to enable New User Interface feature. Once enabled, to set up your [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/03/09/salesforce-new-user-interface-warning/</link>
			</item>
	<item>
		<title>Salesforce Apex Commons Lang Project</title>
		<description><![CDATA[apex-lang is an open-source library of helper classes written purely in apex whose goal is to address shortcomings in the core apex classes. (If you&#8217;re not familiar with apex, apex is the programming language provided by salesforce.com&#8217;s development platform and is essentially a trimmed down version of java with added syntax for exploiting the force.com [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/03/06/salesforce-apex-commons-lang-project/</link>
			</item>
	<item>
		<title>How to remove focus from Date Calendar input field &#8230;</title>
		<description><![CDATA[Scenario
I had a Visualforce page where the second field is a date field. Everytime the page loads,  salesforce automatically brings the date field in focus and the calendar widget  pops up. This can be very confusing to the users as the date field is required  to be populated only in certain cases. [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/03/05/how-to-remove-focus-from-date-calendar-input-field/</link>
			</item>
	<item>
		<title>Google&#8217;s Cloud Computing Phone application &#8211; translate text in real time</title>
		<description><![CDATA[Stumped by foreign languages when you&#8217;re traveling? Google Inc. is working on software that translates text captured by a phone camera.
At a demonstration Tuesday at Mobile World Congress, a cell phone trade show in Barcelona, an engineer shot a picture of a German dinner menu with a phone running Google Inc.&#8217;s Android software. An application [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/03/05/google-incs-real-time-phone-conversation-translation/</link>
			</item>
	<item>
		<title>Union Budget 2010-2011 (Govt. of India)</title>
		<description><![CDATA[
More services to be brought under service tax net
Service tax to result in net revenue gain of Rs 3000cr
Customs duty on gold to be reduced; silver at Rs 1500/kg
Uniform concessional duty of 5% on all medical appliances
Rationalising of customs on gaming software
Custom duty of one of the key component of microwave oven reduced

Read Complete highlights [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/02/28/union-budget-2010-2011-govt-of-india/</link>
			</item>
	<item>
		<title>Highlights of Union Budget 2010 (Govt. of India)</title>
		<description><![CDATA[
Finance Mister, Mr. Pranab Mukherjee presented the Budget for 2010 &#8211; 2011 today with an eye towards growth, yet targeted to enforce fiscal discipline. With the reduction in income tax rates (providing much relief to the already stretched wallet of the Indian tax payer!) as well as the hike in rates of petro products, the [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/02/27/highlights-of-indian-union-budget-2010/</link>
			</item>
	<item>
		<title>Salesforce &#8211; Render PDF as landscape</title>
		<description><![CDATA[&#60;style&#62;
@page {
size:landscape;
}
&#60;/style&#62;



Share and Enjoy:


	
	
	
	
	
	
	


]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/02/24/salesforce-render-pdf-as-landscape/</link>
			</item>
	<item>
		<title>Salesforce &#8211; Full Copy vs Config vs Developer Sandbox</title>
		<description><![CDATA[Full Copy Sandbox

 Full sandboxes copy your entire production organization and all of its data, including standard and custom object records, documents, and attachments

Configuration Only Sandbox

 Copy all of your production organization&#8217;s reports, dashboards, price books, products, apps, and customizations under Setup, but exclude all of your organization&#8217;s standard and custom object records, documents, and [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/02/22/salesforce-full-copy-vs-config-vs-developer-sandbox/</link>
			</item>
	<item>
		<title>Salesforce Sandbox Considerations</title>
		<description><![CDATA[
Customizations and data changes in your production organization do not automatically appear in your sandboxes. You must create a new sandbox or refresh an existing one to see the customizations made to your organization since the last time you created or refreshed a sandbox
Sandbox copy is a long-running operation that occurs in the background. You [...]]]></description>
		<link>http://www.chiragmehta.info/chirag/2010/02/19/salesforce-sandbox-considerations/</link>
			</item>
</channel>
</rss>
