<?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 iCE Breaker&#039;s Matrix</title>
	<atom:link href="http://www.cyberdyne.org/~icebrkr/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberdyne.org/~icebrkr</link>
	<description>...somewhat damaged</description>
	<lastBuildDate>Wed, 13 Jul 2011 14:21:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on iCE Breaker&#8217;s Log Monitor by Timothy</title>
		<link>http://www.cyberdyne.org/~icebrkr/programs/ice-breakers-log-monitor/comment-page-1/#comment-1913</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Wed, 13 Jul 2011 14:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/?page_id=58#comment-1913</guid>
		<description>This application is dead.  I no longer maintain it.  This link/page is here for historical references.</description>
		<content:encoded><![CDATA[<p>This application is dead.  I no longer maintain it.  This link/page is here for historical references.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iCE Breaker&#8217;s CallerID by Timothy</title>
		<link>http://www.cyberdyne.org/~icebrkr/programs/ice-breakers-callerid/comment-page-1/#comment-1912</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Wed, 13 Jul 2011 14:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/?page_id=57#comment-1912</guid>
		<description>Unfortunately, this application is dead.  I no longer care to program in Visual Basic and a lot has changed since I first wrote this application.  This link/page is here for legacy and historical references.</description>
		<content:encoded><![CDATA[<p>Unfortunately, this application is dead.  I no longer care to program in Visual Basic and a lot has changed since I first wrote this application.  This link/page is here for legacy and historical references.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Flash Charts by acp2929</title>
		<link>http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/comment-page-1/#comment-1908</link>
		<dc:creator>acp2929</dc:creator>
		<pubDate>Mon, 20 Jun 2011 18:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/#comment-1908</guid>
		<description>Hello Timothy,


Actually works! thanks for your post and..

..currently I have a question. I am trying to make appear two graphics in the same web page, but I can&#039;t do it. Please  could you me advising  what could be the possible solution? Thanks in advance.  Alex.


	var timerID = 0;
	var timerID_1 = 0;

	function reload()
	{
		if (timerID)
		{
			clearTimeout(timerID);
		}

		tmp = findSWF(\chart\);
		x = tmp.reload(\data.php\);


 		timerID = setTimeout(\reload()\, 3000);
	}


        function reload_1()
	{
		if (timerID_1)
		{
			clearTimeout(timerID_1);
		}

		tmp_1 = findSWF_1(\chart_1\);
		x_1 = tmp.reload_1(\bar.php\);


 		timerID_1 = setTimeout(\reload_1()\, 3000);
	}


	function findSWF(movieName)
	{
		if (navigator.appName.indexOf(\Microsoft\)!= -1)
		{
			return window[movieName];
		}
		else
		{
			return document[movieName];
		}
	}


	function findSWF_1(movieName)
	{
		if (navigator.appName.indexOf(\Microsoft\)!= -1)
		{
			return window[movieName];
		}
		else
		{
			return document[movieName];
		}
	}


	timerID  = setTimeout(\reload()\, 3000);
        timerID_1  = setTimeout(\reload_1()\, 3000);</description>
		<content:encoded><![CDATA[<p>Hello Timothy,</p>
<p>Actually works! thanks for your post and..</p>
<p>..currently I have a question. I am trying to make appear two graphics in the same web page, but I can&#8217;t do it. Please  could you me advising  what could be the possible solution? Thanks in advance.  Alex.</p>
<p>	var timerID = 0;<br />
	var timerID_1 = 0;</p>
<p>	function reload()<br />
	{<br />
		if (timerID)<br />
		{<br />
			clearTimeout(timerID);<br />
		}</p>
<p>		tmp = findSWF(\chart\);<br />
		x = tmp.reload(\data.php\);</p>
<p> 		timerID = setTimeout(\reload()\, 3000);<br />
	}</p>
<p>        function reload_1()<br />
	{<br />
		if (timerID_1)<br />
		{<br />
			clearTimeout(timerID_1);<br />
		}</p>
<p>		tmp_1 = findSWF_1(\chart_1\);<br />
		x_1 = tmp.reload_1(\bar.php\);</p>
<p> 		timerID_1 = setTimeout(\reload_1()\, 3000);<br />
	}</p>
<p>	function findSWF(movieName)<br />
	{<br />
		if (navigator.appName.indexOf(\Microsoft\)!= -1)<br />
		{<br />
			return window[movieName];<br />
		}<br />
		else<br />
		{<br />
			return document[movieName];<br />
		}<br />
	}</p>
<p>	function findSWF_1(movieName)<br />
	{<br />
		if (navigator.appName.indexOf(\Microsoft\)!= -1)<br />
		{<br />
			return window[movieName];<br />
		}<br />
		else<br />
		{<br />
			return document[movieName];<br />
		}<br />
	}</p>
<p>	timerID  = setTimeout(\reload()\, 3000);<br />
        timerID_1  = setTimeout(\reload_1()\, 3000);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Flash Charts by rasel</title>
		<link>http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/comment-page-1/#comment-952</link>
		<dc:creator>rasel</dc:creator>
		<pubDate>Thu, 22 Jul 2010 14:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/#comment-952</guid>
		<description>can anybody help. i had js error in ajax charts.
&quot;tmp.reload is not a function&quot;
anybody had similar error?</description>
		<content:encoded><![CDATA[<p>can anybody help. i had js error in ajax charts.<br />
&#8220;tmp.reload is not a function&#8221;<br />
anybody had similar error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iCE Breaker&#8217;s Asterisk Call Manager by Timothy</title>
		<link>http://www.cyberdyne.org/~icebrkr/programs/asterisk-ibcallman/comment-page-1/#comment-319</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/?page_id=134#comment-319</guid>
		<description>I&#039;m not really familiar with the event system on FreePBX, but I&#039;m pretty sure it&#039;s fairly different from the format that Asterisk spits out.  If I remember correctly, it&#039;s significantly different, thus my Call Manager will not work with FreePBX.  I had considered working on a library that would allow my Call Manager to work with other open source VoIP systems.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not really familiar with the event system on FreePBX, but I&#8217;m pretty sure it&#8217;s fairly different from the format that Asterisk spits out.  If I remember correctly, it&#8217;s significantly different, thus my Call Manager will not work with FreePBX.  I had considered working on a library that would allow my Call Manager to work with other open source VoIP systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iCE Breaker&#8217;s Asterisk Call Manager by cenani</title>
		<link>http://www.cyberdyne.org/~icebrkr/programs/asterisk-ibcallman/comment-page-1/#comment-318</link>
		<dc:creator>cenani</dc:creator>
		<pubDate>Tue, 19 Jan 2010 18:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/?page_id=134#comment-318</guid>
		<description>Hi,
I&#039;m using freepbx. Asterisk Call Manager
I have downloaded the software. But I&#039;ve used I can not run with freepbx. Will you give information about the settings.

Cenani
cmutlu2006@hotmail.com
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m using freepbx. Asterisk Call Manager<br />
I have downloaded the software. But I&#8217;ve used I can not run with freepbx. Will you give information about the settings.</p>
<p>Cenani<br />
<a href="mailto:cmutlu2006@hotmail.com">cmutlu2006@hotmail.com</a><br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Flash Charts by the-di-lab</title>
		<link>http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/comment-page-1/#comment-316</link>
		<dc:creator>the-di-lab</dc:creator>
		<pubDate>Sun, 08 Feb 2009 03:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/2008/01/03/open-flash-charts/#comment-316</guid>
		<description>I found a bug in IE 7 in in your demo. 
My fix is to replace findSWF function with


function findSWF(movieName) {
  if (navigator.appName.indexOf(&quot;Microsoft&quot;)!= -1) {
    //return window[&quot;ie_&quot; + movieName];
    return document.getElementById(&#039;ie_&#039;+movieName);
  } else {
    //return document[movieName];
    return document.getElementById(movieName);
  }
}</description>
		<content:encoded><![CDATA[<p>I found a bug in IE 7 in in your demo.<br />
My fix is to replace findSWF function with</p>
<p>function findSWF(movieName) {<br />
  if (navigator.appName.indexOf(&#8220;Microsoft&#8221;)!= -1) {<br />
    //return window["ie_" + movieName];<br />
    return document.getElementById(&#8216;ie_&#8217;+movieName);<br />
  } else {<br />
    //return document[movieName];<br />
    return document.getElementById(movieName);<br />
  }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Goodbye 98 &#8212; Hello 08 by br0</title>
		<link>http://www.cyberdyne.org/~icebrkr/2008/09/01/goodbye-98-hello-08/comment-page-1/#comment-257</link>
		<dc:creator>br0</dc:creator>
		<pubDate>Fri, 21 Nov 2008 20:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/?p=106#comment-257</guid>
		<description>What part of florida d&#039;ya live in? I&#039;m outside of orlando, Near buena vista. shit sucks, I hate this state with nearly every essence of my being. leaving an equally infinite amount of room for everything else I hate.</description>
		<content:encoded><![CDATA[<p>What part of florida d&#8217;ya live in? I&#8217;m outside of orlando, Near buena vista. shit sucks, I hate this state with nearly every essence of my being. leaving an equally infinite amount of room for everything else I hate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Speaks IRC? by br0</title>
		<link>http://www.cyberdyne.org/~icebrkr/2008/10/30/android-speaks-irc/comment-page-1/#comment-256</link>
		<dc:creator>br0</dc:creator>
		<pubDate>Fri, 21 Nov 2008 20:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/?p=129#comment-256</guid>
		<description>This is awesome, man. I am glad to see that I am not the only one who desires something like this.  Great work. If you can turn it into a full blown app, even better. I hope it utilizes the keyboard/onscreen, or will in time.

again, Great work. Please keep working on it.</description>
		<content:encoded><![CDATA[<p>This is awesome, man. I am glad to see that I am not the only one who desires something like this.  Great work. If you can turn it into a full blown app, even better. I hope it utilizes the keyboard/onscreen, or will in time.</p>
<p>again, Great work. Please keep working on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAJAX PHP Live Datagrid / Gridview by drifter</title>
		<link>http://www.cyberdyne.org/~icebrkr/2007/05/03/xajax-php-live-datagrid-gridview/comment-page-1/#comment-255</link>
		<dc:creator>drifter</dc:creator>
		<pubDate>Thu, 20 Nov 2008 01:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberdyne.org/~icebrkr/?p=82#comment-255</guid>
		<description>This class is great but is a little overkill in some aspects and short in others. Try the Eyesis Data Grid Control: http://www.eyesis.ca/projects/datagrid.html

It&#039;s one or two classes and has way more features.</description>
		<content:encoded><![CDATA[<p>This class is great but is a little overkill in some aspects and short in others. Try the Eyesis Data Grid Control: <a href="http://www.eyesis.ca/projects/datagrid.html" rel="nofollow">http://www.eyesis.ca/projects/datagrid.html</a></p>
<p>It&#8217;s one or two classes and has way more features.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching 5/22 queries in 0.040 seconds using disk: basic

Served from: www.cyberdyne.org @ 2012-05-18 13:22:14 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          ~icebrkr/comments/feed/_index.html
Caching:            disabled
Reject reason:      Page is feed
Status:             not cached
Creation Time:      0.493s
Header info:
X-Pingback:         http://www.cyberdyne.org/~icebrkr/xmlrpc.php
Last-Modified:      Wed, 13 Jul 2011 14:21:57 GMT
ETag:               "202bc1bf3d39fba9545cc615d1d33dfc"
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Type:       text/xml; charset=UTF-8
-->
