 




<?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 on: Have you checked out our new code button?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115392</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 18 Jan 2013 23:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115392</guid>
		<description><![CDATA[It all came back for me sometime before last night. Everything looks the same as it was a week ago. Even the little details that were new during this week are gone. A couple days ago there was a resizing widget at the lower right corner of this &#039;Discussion&#039; entry area when viewed with FF. Today it&#039;s gone. -- Tom]]></description>
		<content:encoded><![CDATA[<p>It all came back for me sometime before last night. Everything looks the same as it was a week ago. Even the little details that were new during this week are gone. A couple days ago there was a resizing widget at the lower right corner of this &#8216;Discussion&#8217; entry area when viewed with FF. Today it&#8217;s gone. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115373</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Fri, 18 Jan 2013 14:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115373</guid>
		<description><![CDATA[Seems to be Ok now.&#160; The toolbar is back.Let&#039;s test the code tool:&lt;pre&gt;params=$#
param=1
U=test
BD=atelsystem
FILE=/home/test/test.txt
rm $FILE 2&gt;/dev/null
while [ &quot;$param&quot; -le &quot;$params&quot; ]
do
        echo &quot;### FILE $param&quot; &gt;&gt; $FILE
        eval echo \$$param &#124; mysql -u $U $BD &gt;&gt; $FILE
((param ++))
done&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Seems to be Ok now.&nbsp; The toolbar is back.Let&#8217;s test the code tool:
<pre>params=$#
param=1
U=test
BD=atelsystem
FILE=/home/test/test.txt
rm $FILE 2&gt;/dev/null
while [ "$param" -le "$params" ]
do
        echo "### FILE $param" &gt;&gt; $FILE
        eval echo \$$param | mysql -u $U $BD &gt;&gt; $FILE
((param ++))
done</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115307</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 17 Jan 2013 08:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115307</guid>
		<description><![CDATA[Like Carlos, I also don’t see anything in FF nor IE. However, I cleared ‘Temporary internet files’, cookies and web forms in IE, refreshed and all edit icons showed up.

But of course I had to login after all was cleared since cookies were gone, and all edit icons disappeared as soon as I did. Multiple refreshes, including Ctrl-F5 after deleting ‘Temporary internet files’, haven’t brought anything back yet. A full clear possibly will, but it seems pointless as long as I have to login and everything disappears again.

Seeing all edit icons after a clear tells me that it shouldn’t be a firewall/router change and perhaps not a change to scripting options or similar options in any browser.

Tom]]></description>
		<content:encoded><![CDATA[<p>Like Carlos, I also don’t see anything in FF nor IE. However, I cleared ‘Temporary internet files’, cookies and web forms in IE, refreshed and all edit icons showed up.</p>
<p>But of course I had to login after all was cleared since cookies were gone, and all edit icons disappeared as soon as I did. Multiple refreshes, including Ctrl-F5 after deleting ‘Temporary internet files’, haven’t brought anything back yet. A full clear possibly will, but it seems pointless as long as I have to login and everything disappears again.</p>
<p>Seeing all edit icons after a clear tells me that it shouldn’t be a firewall/router change and perhaps not a change to scripting options or similar options in any browser.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tidmarsh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115284</link>
		<dc:creator>Michael Tidmarsh</dc:creator>
		<pubDate>Wed, 16 Jan 2013 19:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115284</guid>
		<description><![CDATA[Okay, thanks for letting us know! We&#039;ll get to the bottom of this.&lt;br&gt;]]></description>
		<content:encoded><![CDATA[<p>Okay, thanks for letting us know! We&#8217;ll get to the bottom of this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115279</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 16 Jan 2013 18:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115279</guid>
		<description><![CDATA[I think the real problem is that I don&#039;t see the editor box in the answer wiki (it disappears once I log in), and since I&#039;m not able to type anything, maybe that&#039;s why the button does nothing.]]></description>
		<content:encoded><![CDATA[<p>I think the real problem is that I don&#8217;t see the editor box in the answer wiki (it disappears once I log in), and since I&#8217;m not able to type anything, maybe that&#8217;s why the button does nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tidmarsh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115278</link>
		<dc:creator>Michael Tidmarsh</dc:creator>
		<pubDate>Wed, 16 Jan 2013 18:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115278</guid>
		<description><![CDATA[Does the &#039;Improve this Answer&#039; button still not work? &lt;br&gt;]]></description>
		<content:encoded><![CDATA[<p>Does the &#8216;Improve this Answer&#8217; button still not work? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115277</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 16 Jan 2013 18:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115277</guid>
		<description><![CDATA[I just cleared the cache and restarted the browsers several times, to test.

I did some more testing, and I still get the error once in a while.  It seems to be random. Maybe 1 out of 10 times that I refresh the page, the error appears.]]></description>
		<content:encoded><![CDATA[<p>I just cleared the cache and restarted the browsers several times, to test.</p>
<p>I did some more testing, and I still get the error once in a while.  It seems to be random. Maybe 1 out of 10 times that I refresh the page, the error appears.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Rubenstein</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115274</link>
		<dc:creator>Ben Rubenstein</dc:creator>
		<pubDate>Wed, 16 Jan 2013 17:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115274</guid>
		<description><![CDATA[Great. Did you change something else in the browser, or did it just suddenly start appearing? Want to see if we can prevent other users from having the same issues.]]></description>
		<content:encoded><![CDATA[<p>Great. Did you change something else in the browser, or did it just suddenly start appearing? Want to see if we can prevent other users from having the same issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115273</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 16 Jan 2013 17:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115273</guid>
		<description><![CDATA[I see the highlighting now (in the 3 browsers), and the error message is gone.

I like it ;-)]]></description>
		<content:encoded><![CDATA[<p>I see the highlighting now (in the 3 browsers), and the error message is gone.</p>
<p>I like it <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115272</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 16 Jan 2013 17:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/have-you-checked-out-our-new-code-button/#comment-115272</guid>
		<description><![CDATA[Yes Ben, the entire toolbar.]]></description>
		<content:encoded><![CDATA[<p>Yes Ben, the entire toolbar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.042 seconds using memcached
Object Caching 397/403 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 07:58:42 -->