<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[XorBin Forum - Multiple Clocks on One Page]]></title>
		<link>http://www.xorbin.com/forum/topic18-multiple-clocks-on-one-page.html</link>
		<description><![CDATA[The most recent posts in Multiple Clocks on One Page.]]></description>
		<lastBuildDate>Sun, 20 Sep 2009 01:02:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Multiple Clocks on One Page]]></title>
			<link>http://www.xorbin.com/forum/post83.html#p83</link>
			<description><![CDATA[It was done from a server with PHP support.]]></description>
			<author><![CDATA[dummy@example.com (Doug Kelley)]]></author>
			<pubDate>Sun, 20 Sep 2009 01:02:38 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post83.html#p83</guid>
		</item>
		<item>
			<title><![CDATA[Re: Multiple Clocks on One Page]]></title>
			<link>http://www.xorbin.com/forum/post82.html#p82</link>
			<description><![CDATA[Are you testing it locally or  from server with PHP support?]]></description>
			<author><![CDATA[dummy@example.com (Administrator)]]></author>
			<pubDate>Sun, 20 Sep 2009 00:36:43 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post82.html#p82</guid>
		</item>
		<item>
			<title><![CDATA[Re: Multiple Clocks on One Page]]></title>
			<link>http://www.xorbin.com/forum/post75.html#p75</link>
			<description><![CDATA[I solved the issue with the code below. I am using the code as a php file. It has 4 time zones.

[code]

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="80">
  <tr>
    <td width="25%" align="center" height="70">
    <p style="margin-top: 0; margin-bottom: 0">
    <object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="60" height="60">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skinPN-small.png&arrowSkin=2&arrowScale=40&widgetUrl=http://www.devbox.info/" />
    </object></p>
    <p style="margin-top: 0; margin-bottom: 0"><b>
    <font size="1" color="#990000">Local</font></b></td>
    <td width="25%" align="center" height="70">
    <p style="margin-top: 0; margin-bottom: 0">
    <object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="60" height="60">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skinPN-small.png&arrowSkin=2&arrowScale=40&UTCTime=<?php echo gmdate('H:i:s'); ?>&widgetUrl=http://www.devbox.info/" />
    </object>    </p>
    <p style="margin-top: 0; margin-bottom: 0"><b>
    <font size="1" color="#003366">London</font></b></td>
    <td width="25%" align="center" height="70">
    <p style="margin-top: 0; margin-bottom: 0">
    <object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="60" height="60">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skinPN-small.png&arrowSkin=2&arrowScale=40&UTCTime=<?php echo gmdate('H:i:s'); ?>&timeOffset=-14400&widgetUrl=http://www.devbox.info/" />
    </object></p>
    <p style="margin-top: 0; margin-bottom: 0"><b>
    <font size="1" color="#003366">New York</font></b></td>
    <td width="25%" align="center" height="70">
    <p style="margin-top: 0; margin-bottom: 0">
    <object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="60" height="60">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skinPN-small.png&arrowSkin=2&arrowScale=40&UTCTime=<?php echo gmdate('H:i:s'); ?>&timeOffset=32400&widgetUrl=http://www.devbox.info/" />
    </object></p>
    <p style="margin-top: 0; margin-bottom: 0"><b>
    <font size="1" color="#003366">Sydney</font></b></td>
  </tr>
  </table>

[/code]]]></description>
			<author><![CDATA[dummy@example.com (Doug Kelley)]]></author>
			<pubDate>Tue, 25 Aug 2009 00:43:48 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post75.html#p75</guid>
		</item>
		<item>
			<title><![CDATA[Multiple Clocks on One Page]]></title>
			<link>http://www.xorbin.com/forum/post74.html#p74</link>
			<description><![CDATA[Hello!
Thanks for the great widget! I am trying to place 4 analog clocks on the same page each with a different time zone. My problem is that only one clock will show up even though I've coded 4 clocks.

I've looked everywhere and tried several things but can't get it to work. Any ideas?

Thanks,

Doug Kelley]]></description>
			<author><![CDATA[dummy@example.com (Doug Kelley)]]></author>
			<pubDate>Mon, 24 Aug 2009 17:28:52 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post74.html#p74</guid>
		</item>
	</channel>
</rss>

