<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for TehNrd</title>
	<atom:link href="http://www.tehnrd.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tehnrd.com</link>
	<description>Force.com - jQuery - Technology - Life</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:04:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Show and Hide Buttons on Page Layouts by Vinay</title>
		<link>http://www.tehnrd.com/show-and-hide-buttons-on-page-layouts/comment-page-1/#comment-29491</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Sun, 05 Feb 2012 03:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=1200#comment-29491</guid>
		<description>Well its almost a similar approach except that i called a class using the apex execute

var StringResult = sforce.apex.execute(&quot;HideButtonClass&quot;,&quot;hideButton&quot;,{Pageurl:Windowlocation});

Using the result, i hid the button.

Also instead of directly taking the value of a field from UI, i queried for the record using SOQL. One more difference is that i used custom setting instead of separate object.

Will mail you the package link via contact page.</description>
		<content:encoded><![CDATA[<p>Well its almost a similar approach except that i called a class using the apex execute</p>
<p>var StringResult = sforce.apex.execute(&#8220;HideButtonClass&#8221;,&#8221;hideButton&#8221;,{Pageurl:Windowlocation});</p>
<p>Using the result, i hid the button.</p>
<p>Also instead of directly taking the value of a field from UI, i queried for the record using SOQL. One more difference is that i used custom setting instead of separate object.</p>
<p>Will mail you the package link via contact page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show and Hide Buttons on Page Layouts by Jason</title>
		<link>http://www.tehnrd.com/show-and-hide-buttons-on-page-layouts/comment-page-1/#comment-29464</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 04 Feb 2012 20:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=1200#comment-29464</guid>
		<description>@Sandeep, yup you are correct as the sidebar is not loaded on these console pages. I think I heard the sales console is going to be depreciated though, not sure about service console.

@Francis, as mrnoboy said collapsing sidebar has no affect. This is not done with ajax it simply changes the CSS to show and hide the sidebar.

@mrnobody, How did you make the web service call to apex. Did you use my approach or did you find a different way to call make callouts&gt;</description>
		<content:encoded><![CDATA[<p>@Sandeep, yup you are correct as the sidebar is not loaded on these console pages. I think I heard the sales console is going to be depreciated though, not sure about service console.</p>
<p>@Francis, as mrnoboy said collapsing sidebar has no affect. This is not done with ajax it simply changes the CSS to show and hide the sidebar.</p>
<p>@mrnobody, How did you make the web service call to apex. Did you use my approach or did you find a different way to call make callouts></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show and Hide Buttons on Page Layouts by mrnobody</title>
		<link>http://www.tehnrd.com/show-and-hide-buttons-on-page-layouts/comment-page-1/#comment-29239</link>
		<dc:creator>mrnobody</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=1200#comment-29239</guid>
		<description>nice explanation :). I used a similar approach but instead put all my logic in a class and called by a web service call.

What if salesforce does a upgrade which changes the whole logic in left sidebar? Then this may no longer work. I feel this is more of a hack.

@Francis
Yes it will work even if it is collapsed</description>
		<content:encoded><![CDATA[<p>nice explanation <img src='http://www.tehnrd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I used a similar approach but instead put all my logic in a class and called by a web service call.</p>
<p>What if salesforce does a upgrade which changes the whole logic in left sidebar? Then this may no longer work. I feel this is more of a hack.</p>
<p>@Francis<br />
Yes it will work even if it is collapsed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Salesforce.com Workflow to the Second by Andy</title>
		<link>http://www.tehnrd.com/salesforce-com-workflow-to-the-second/comment-page-1/#comment-29200</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 03 Feb 2012 05:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=1189#comment-29200</guid>
		<description>Presumably you have some kind of status field already, tracking whether the exam is in progress, completed, etc. You could have a &quot;Not Started&quot; status which the WF references to determine whether to fire or not.</description>
		<content:encoded><![CDATA[<p>Presumably you have some kind of status field already, tracking whether the exam is in progress, completed, etc. You could have a &#8220;Not Started&#8221; status which the WF references to determine whether to fire or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show and Hide Buttons on Page Layouts by Francis</title>
		<link>http://www.tehnrd.com/show-and-hide-buttons-on-page-layouts/comment-page-1/#comment-29135</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Thu, 02 Feb 2012 23:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=1200#comment-29135</guid>
		<description>I&#039;ve done a number of thinks in the left nav before but I haven&#039;t since you could have a collapsible left nav. If the nav is collapsed does the code still execute? I&#039;m guessing it isn&#039;t an ajax call to load the left nav up? As it seems like you have disabled the left nav from collapsing.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done a number of thinks in the left nav before but I haven&#8217;t since you could have a collapsible left nav. If the nav is collapsed does the code still execute? I&#8217;m guessing it isn&#8217;t an ajax call to load the left nav up? As it seems like you have disabled the left nav from collapsing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Super Cool Advanced Lookup Component by Scott</title>
		<link>http://www.tehnrd.com/super-cool-advanced-lookup-component/comment-page-1/#comment-29109</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 02 Feb 2012 20:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=164#comment-29109</guid>
		<description>Had a hell of a time with some ajax components as of late.  Originally, I thought I was doing something wrong, however I think I&#039;ve figured it out, because of this code.  If you guys might notice, this component is now broken as of Spring &#039;12 release.  It looks like you are *required* to surround ajax components (including apex:actionSupport which is used here), inside a .  It&#039;s weird, cause without it, the &quot;rerendered&quot; components get refreshed, but the actual action you specify is never called.</description>
		<content:encoded><![CDATA[<p>Had a hell of a time with some ajax components as of late.  Originally, I thought I was doing something wrong, however I think I&#8217;ve figured it out, because of this code.  If you guys might notice, this component is now broken as of Spring &#8217;12 release.  It looks like you are *required* to surround ajax components (including apex:actionSupport which is used here), inside a .  It&#8217;s weird, cause without it, the &#8220;rerendered&#8221; components get refreshed, but the actual action you specify is never called.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show and Hide Buttons on Page Layouts by Sandeep</title>
		<link>http://www.tehnrd.com/show-and-hide-buttons-on-page-layouts/comment-page-1/#comment-28979</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 02 Feb 2012 06:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=1200#comment-28979</guid>
		<description>This will not work in Service cloud console</description>
		<content:encoded><![CDATA[<p>This will not work in Service cloud console</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visualforce Pop up by Ajay Hada</title>
		<link>http://www.tehnrd.com/visualforce-pop-up/comment-page-1/#comment-28963</link>
		<dc:creator>Ajay Hada</dc:creator>
		<pubDate>Thu, 02 Feb 2012 05:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=197#comment-28963</guid>
		<description>I created a simple dialog jquery plugin

https://github.com/ajayhada/SimpleDialog

it provides full customization and all basic popup/model dialog box functionality.</description>
		<content:encoded><![CDATA[<p>I created a simple dialog jquery plugin</p>
<p><a href="https://github.com/ajayhada/SimpleDialog" rel="nofollow">https://github.com/ajayhada/SimpleDialog</a></p>
<p>it provides full customization and all basic popup/model dialog box functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show and Hide Buttons on Page Layouts by Abhinav Gupta</title>
		<link>http://www.tehnrd.com/show-and-hide-buttons-on-page-layouts/comment-page-1/#comment-28815</link>
		<dc:creator>Abhinav Gupta</dc:creator>
		<pubDate>Wed, 01 Feb 2012 10:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=1200#comment-28815</guid>
		<description>Good solution, when I saw this challenge on cloud spokes, I thought of including a VF component in layout that can hide the button. But later realized that cross domain script issue will never let this happen. Usage of sidebar for the same is great idea, thanks for sharing !</description>
		<content:encoded><![CDATA[<p>Good solution, when I saw this challenge on cloud spokes, I thought of including a VF component in layout that can hide the button. But later realized that cross domain script issue will never let this happen. Usage of sidebar for the same is great idea, thanks for sharing !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to be Successful with Salesforce by David</title>
		<link>http://www.tehnrd.com/how-to-be-successful-with-salesforce/comment-page-1/#comment-27772</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 23 Jan 2012 09:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=981#comment-27772</guid>
		<description>Yep.. Useful doc. But great as a get out clause... You &#039;aint succesful because you didnt read the manual!

This doc just killed my sandbox, some fool uploaded it into content!

BTW. the Winter 12 version is now 3370 pages!</description>
		<content:encoded><![CDATA[<p>Yep.. Useful doc. But great as a get out clause&#8230; You &#8216;aint succesful because you didnt read the manual!</p>
<p>This doc just killed my sandbox, some fool uploaded it into content!</p>
<p>BTW. the Winter 12 version is now 3370 pages!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

