<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[XorBin Forum]]></title>
		<link>http://www.xorbin.com/forum/</link>
		<description><![CDATA[The most recent topics at XorBin Forum.]]></description>
		<lastBuildDate>Mon, 16 May 2011 14:19:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Another "read time from server" plea for help]]></title>
			<link>http://www.xorbin.com/forum/topic33-another-read-time-from-server-plea-for-help-new-posts.html</link>
			<description><![CDATA[Many users have asked for help on reading the time from the server but it seems that this can not be answered easily and satisfactorily.

- I have tried to set UTCTime and offset as suggested in another post by the site administrator. If I set the time at say 12:00:00 and the offset to +3600, the clock starts at 13:00 (correct) and shows the correct time until the page is refreshed. It then starts again from 13:00 because it reads the set UTCTime as 12:00 and adds the one hour offset.

- Trying the php parameter to read the server time, just doesn't display the clock at all.

Any ideas please? I would desperately like to use this clock but want it to show my local time, not the visitor's time. Thanks if somebody is listening.]]></description>
			<author><![CDATA[dummy@example.com (peroulg)]]></author>
			<pubDate>Mon, 16 May 2011 14:19:13 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic33-another-read-time-from-server-plea-for-help-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[BUG ( Google Chrome vs IE )]]></title>
			<link>http://www.xorbin.com/forum/topic34-bug-google-chrome-vs-ie-new-posts.html</link>
			<description><![CDATA[Hello, 
I'm using the clock in my website but there's an issue there.
Webpage: [url=http://www.eurotempo.pt]www.eurotempo.pt[/url]

In IE it works fine, because it shows the skin.
In Google Chrome the skin disapears and I can't even see the body.

The real code is in this page: [url]http://www.eurotempo.pt/Banner/Banner.html[/url]

Any help?]]></description>
			<author><![CDATA[dummy@example.com (Administrator)]]></author>
			<pubDate>Thu, 12 May 2011 21:39:39 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic34-bug-google-chrome-vs-ie-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Is the widget working with https pages?]]></title>
			<link>http://www.xorbin.com/forum/topic32-is-the-widget-working-with-https-pages-new-posts.html</link>
			<description><![CDATA[Hello and many thanks for this widget which seems to be the best I have found so far.

It seems that its installation is not too easy but this is not the reason for this post; I will manage to do it.

Before attempting to install the widget, can I ask if it will work with https pages please? This is very important as I want to install it on an on-line store where the login and checkout pages run under https. Unfortunately, another clock I now have on my site causes warnings about non-secure items on the page and this is of course not acceptable.

I visited all the web sites listed as using the widget and tried to login but none of them used encrypted (https) connection.

Thank you in advance for your assistance and kind regards from Athens, Greece.

George]]></description>
			<author><![CDATA[dummy@example.com (peroulg)]]></author>
			<pubDate>Tue, 10 May 2011 15:05:54 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic32-is-the-widget-working-with-https-pages-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Setting the time]]></title>
			<link>http://www.xorbin.com/forum/topic28-setting-the-time-new-posts.html</link>
			<description><![CDATA[Hi there,

I was wondering if you could quickly show me how to set the time differently on my clock. 

I have got it up and running fine but want to have a second one next to it displaying the time 5 hours later. 

I know i'm meant to add timeOffset somewhere to ....... 

var flashvars = {
        clockSkin: "skins/skin002.png",
        arrowSkin: "2",
        arrowColor: "666666"
		};

........ but everything I try seems to flag an error in dreamweaver and make my clock disappear! 

Could someone please edit my code with the correct information to display the time 5 hours on from normal? 

Any help would be greatly appreciated!]]></description>
			<author><![CDATA[dummy@example.com (Donatas)]]></author>
			<pubDate>Fri, 05 Nov 2010 10:17:04 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic28-setting-the-time-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Using analog clock in Asp.net Application]]></title>
			<link>http://www.xorbin.com/forum/topic24-using-analog-clock-in-aspnet-application-new-posts.html</link>
			<description><![CDATA[Hi ,

Thanks a lot for the script.

while using this in .aspx(dot net) page.
it is not working.

please try to solve this.]]></description>
			<author><![CDATA[dummy@example.com (Administrator)]]></author>
			<pubDate>Mon, 22 Mar 2010 09:15:23 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic24-using-analog-clock-in-aspnet-application-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Analog clock problem]]></title>
			<link>http://www.xorbin.com/forum/topic15-analog-clock-problem-new-posts.html</link>
			<description><![CDATA[Hi, I have tried to use your example above, but the widget stops working (the clock is no longer shown).
Below is a copy of my code:

<script type="text/javascript"><!--
    var flashvars = {
        clockSkin: "media/skins/skin008.png",
        arrowSkin: "1",
        arrowColor: "666666"
        UTCTime: "<?php echo gmdate('H:i:s'); ?>", 
        timeOFFset: "32400"
            };
    swfobject.embedSWF(
        "media/devAnalogClock.swf",
        "devAnalogClock",
        "200",
        "200",
        "8",
        "media/expressInstall.swf",
        flashvars,
        {scale: "noscale", wmode: "transparent"}
          );
// --></script>


Any idea what might be wrong?]]></description>
			<author><![CDATA[dummy@example.com (ak666)]]></author>
			<pubDate>Wed, 30 Dec 2009 17:28:56 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic15-analog-clock-problem-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Change TimeZone of Analog clock??]]></title>
			<link>http://www.xorbin.com/forum/topic21-change-timezone-of-analog-clock-new-posts.html</link>
			<description><![CDATA[Hi

I must say this is a cool analog clock.

I trying to add to to my web page, but im having problems changing the time zone, i think the PHP script is causing the problem. My web server supports php, i have checked that with technical support.

It just shows a dead clock :(

Here is my code...

<p id="devAnalogClock"><a href="http://www.xorbin.com/">Analog flash clock widget</a></p>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
    var flashvars = {
        clockSkin: "skin002.png",
        arrowSkin: "1",
        arrowColor: "666666",
		UTCTime: "<?php echo gmdate('H:i:s'); ?>",
		timeOffset: '7200'
    };
    swfobject.embedSWF(
        "devAnalogClock.swf",
        "devAnalogClock",
        "220",
        "220",
        "8",
        "expressInstall.swf",
        flashvars,
        {scale: "noscale", wmode: "transparent"}
    );
</script>

Any advice please??

Thanks]]></description>
			<author><![CDATA[dummy@example.com (cpdavidd)]]></author>
			<pubDate>Sat, 14 Nov 2009 12:45:42 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic21-change-timezone-of-analog-clock-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Step by step plss]]></title>
			<link>http://www.xorbin.com/forum/topic17-step-by-step-plss-new-posts.html</link>
			<description><![CDATA[I need some advice where and how to install ur analog clock.
I can understand to unzip and download content to my server.
And what next.....
1. Which folder I should download to?
2. Copy and past HTML? ....again where???
Most of the job I do in Css-stylesheet but I believe this is not a right place to past html code....

Please find if it possible to my website:
[url=http://www.alluregifts.co.uk]www.alluregifts.co.uk[/url]


Thx
Greg]]></description>
			<author><![CDATA[dummy@example.com (Donatas)]]></author>
			<pubDate>Thu, 12 Nov 2009 09:14:00 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic17-step-by-step-plss-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[embed]]></title>
			<link>http://www.xorbin.com/forum/topic5-embed-new-posts.html</link>
			<description><![CDATA[Hi,

first of all I have to say that you delivered great work.

No I do have the following question.

I don`t want to use the javascript-code to show the clock but I wanted to use a embed-code.

How should the code like like with all possible options in it ?


Regards,

Mhstee]]></description>
			<author><![CDATA[dummy@example.com (msyahrizan)]]></author>
			<pubDate>Tue, 27 Oct 2009 09:12:32 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic5-embed-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Colors of hours arrow and minutes arrow switched]]></title>
			<link>http://www.xorbin.com/forum/topic20-colors-of-hours-arrow-and-minutes-arrow-switched-new-posts.html</link>
			<description><![CDATA[I noticed when I use the arrowHColor and arrowMColor parameters, the colors are switched.

For example, when I use &arrowHColor=00FF00 (green) and &arrowMColor=FF0000 (red), the hours arrow becomes red and the minutes arrow becomes green.

(I embed the code using the <object></object> tags)

No big deal of course, but I thought I should mention it here.]]></description>
			<author><![CDATA[dummy@example.com (WeBe)]]></author>
			<pubDate>Wed, 23 Sep 2009 15:16:34 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic20-colors-of-hours-arrow-and-minutes-arrow-switched-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Multiple Clocks on One Page]]></title>
			<link>http://www.xorbin.com/forum/topic18-multiple-clocks-on-one-page-new-posts.html</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>Sun, 20 Sep 2009 01:02:38 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic18-multiple-clocks-on-one-page-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[WidgetURL Problem]]></title>
			<link>http://www.xorbin.com/forum/topic8-widgeturl-problem-new-posts.html</link>
			<description><![CDATA[A great widget guys.  You've done a fantastic job with it.  I Installed it on a forum (with a modified skin) and it works great, except for one little problem, I'm unable to get the WidgetURL to link up.  When I mouseover it senses the URL, but doesn't launch it.  I've downloaded:

devAnalogClock-v1[1].1.zip

and used the included files but, no cigar....  Any ideas.

Ted]]></description>
			<author><![CDATA[dummy@example.com (kevinhome)]]></author>
			<pubDate>Mon, 06 Jul 2009 22:21:07 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic8-widgeturl-problem-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Clock Widget Fails to Open With Internet Explorer 6,  but FireFox2 OK]]></title>
			<link>http://www.xorbin.com/forum/topic9-clock-widget-fails-to-open-with-internet-explorer-6-but-firefox2-ok-new-posts.html</link>
			<description><![CDATA[I uploaded your widget to a site and it opens fine using FireFox 2, however it fails to open when viewing the site with Internet Explorer 6.  I've temporarily removed the link back to this site until I get the issue resolved.

Any ideas guys???

Edit:  Forgot to mention it works fine in both browsers locally (off line), but when I download it to the site it fails to display when using IE only.]]></description>
			<author><![CDATA[dummy@example.com (Ted)]]></author>
			<pubDate>Sat, 28 Mar 2009 05:37:17 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/topic9-clock-widget-fails-to-open-with-internet-explorer-6-but-firefox2-ok-new-posts.html</guid>
		</item>
	</channel>
</rss>

