<?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: A Colorful Clock With CSS &amp; jQuery</title>
	<atom:link href="http://tutorialzine.com/2009/12/colorful-clock-jquery-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:23:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sandip Singh</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-21452</link>
		<dc:creator>Sandip Singh</dc:creator>
		<pubDate>Sat, 07 Jan 2012 16:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-21452</guid>
		<description>Hello, we have developed this further and made a wordpress plugin for this which can be dragged into a sidebar widget.

Those who need it please email on sandip@avigma.com (Plugin is free, we are planning to upload on wordpress, but need to check with author first)</description>
		<content:encoded><![CDATA[<p>Hello, we have developed this further and made a wordpress plugin for this which can be dragged into a sidebar widget.</p>
<p>Those who need it please email on sandip@avigma.com (Plugin is free, we are planning to upload on wordpress, but need to check with author first)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagar Raj</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-21400</link>
		<dc:creator>Sagar Raj</dc:creator>
		<pubDate>Thu, 05 Jan 2012 06:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-21400</guid>
		<description>brilliant!!</description>
		<content:encoded><![CDATA[<p>brilliant!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-21380</link>
		<dc:creator>Giorgio</dc:creator>
		<pubDate>Wed, 04 Jan 2012 01:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-21380</guid>
		<description>Awesome Clock!I&#039;m trying to use it on a theme for my iPhone,but i have a problem and I need help :)
My problem is this:i have to put this clock on an image,so in jquery.tzine.css in class .clock .bg, .clock .front i&#039;ve set no background.The problem now is that the part of the image that sould be hidden it is no longer hidden.
Thanks for your help and great work!</description>
		<content:encoded><![CDATA[<p>Awesome Clock!I&#8217;m trying to use it on a theme for my iPhone,but i have a problem and I need help :)<br />
My problem is this:i have to put this clock on an image,so in jquery.tzine.css in class .clock .bg, .clock .front i&#8217;ve set no background.The problem now is that the part of the image that sould be hidden it is no longer hidden.<br />
Thanks for your help and great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.N. Migos</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-21330</link>
		<dc:creator>S.N. Migos</dc:creator>
		<pubDate>Mon, 02 Jan 2012 05:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-21330</guid>
		<description>Indeed it is. It&#039;s &lt;a href=&quot;http://alexgorbatchev.com/SyntaxHighlighter/&quot; rel=&quot;nofollow&quot;&gt; SyntaxHighlighter &lt;/a&gt; by Alex Gorbatchev.

And this coding is plain fantastic. I haven&#039;t read much here, yet, but the few articles I&#039;ve seen are top notch. 

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Indeed it is. It&#8217;s <a href="http://alexgorbatchev.com/SyntaxHighlighter/" rel="nofollow"> SyntaxHighlighter </a> by Alex Gorbatchev.</p>
<p>And this coding is plain fantastic. I haven&#8217;t read much here, yet, but the few articles I&#8217;ve seen are top notch. </p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-21293</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 30 Dec 2011 16:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-21293</guid>
		<description>For those who want a 12 hour clock, instead of 24 hour:

Add this line to jquery.tzoneClock.js at line 100:

if( h &gt;= 12 ){ h = h-12; } else if( h ==0 ){ h = 12; }

Then adjust the line at 103 to read:

animation(gVars.orange, h, 12);

That&#039;s what I did and it works great.</description>
		<content:encoded><![CDATA[<p>For those who want a 12 hour clock, instead of 24 hour:</p>
<p>Add this line to jquery.tzoneClock.js at line 100:</p>
<p>if( h &gt;= 12 ){ h = h-12; } else if( h ==0 ){ h = 12; }</p>
<p>Then adjust the line at 103 to read:</p>
<p>animation(gVars.orange, h, 12);</p>
<p>That&#8217;s what I did and it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swastik Solutions</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-12122</link>
		<dc:creator>Swastik Solutions</dc:creator>
		<pubDate>Sun, 17 Oct 2010 16:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-12122</guid>
		<description>It is awesome man</description>
		<content:encoded><![CDATA[<p>It is awesome man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katharine</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-10894</link>
		<dc:creator>Katharine</dc:creator>
		<pubDate>Mon, 06 Sep 2010 01:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-10894</guid>
		<description>is it possible to make it smaller?</description>
		<content:encoded><![CDATA[<p>is it possible to make it smaller?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg J Preece</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-8053</link>
		<dc:creator>Greg J Preece</dc:creator>
		<pubDate>Thu, 22 Jul 2010 11:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-8053</guid>
		<description>IE6 does not like the CSS class selectors used within the plugin, such as leading to z-index not being applied correctly, mangled animations, pain, misery, suffering - the usual when dealing with IE6.  

Replacing them with ID selectors, while a complete pain, does fix the problem with the animation.

Also, I have been unable to get the TwinHelix IE PNG Fix to work correctly with this plugin and IE6, so grey backgrounds made everything rather ugly, but working around that was much easier - I just replaced the PNG files with transparent GIFs.  Job done!

Thank you very much for the code, as well as its excellent documentation.  I am currently in the process of mangling it into a countdown timer for use within our system.</description>
		<content:encoded><![CDATA[<p>IE6 does not like the CSS class selectors used within the plugin, such as leading to z-index not being applied correctly, mangled animations, pain, misery, suffering &#8211; the usual when dealing with IE6.  </p>
<p>Replacing them with ID selectors, while a complete pain, does fix the problem with the animation.</p>
<p>Also, I have been unable to get the TwinHelix IE PNG Fix to work correctly with this plugin and IE6, so grey backgrounds made everything rather ugly, but working around that was much easier &#8211; I just replaced the PNG files with transparent GIFs.  Job done!</p>
<p>Thank you very much for the code, as well as its excellent documentation.  I am currently in the process of mangling it into a countdown timer for use within our system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLam</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-7483</link>
		<dc:creator>JLam</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-7483</guid>
		<description>change this in  tzineclock.js 

element.css(&quot;left&quot;,-Math.floor((element.width()-50)/2));
element.css(&quot;top&quot;,-Math.floor((element.height()-50)/2));</description>
		<content:encoded><![CDATA[<p>change this in  tzineclock.js </p>
<p>element.css(&#8220;left&#8221;,-Math.floor((element.width()-50)/2));<br />
element.css(&#8220;top&#8221;,-Math.floor((element.height()-50)/2));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kittu</title>
		<link>http://tutorialzine.com/2009/12/colorful-clock-jquery-css/#comment-7299</link>
		<dc:creator>Kittu</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=580#comment-7299</guid>
		<description>So nice..... First thanks to Martin for this nice article .. I have a small problem. Ii changed the images into 50 X 50 size and modifies some of the css of the timer ( jquery.tzineClock.css file) like below..... for getting a small timer...

#fancyClock{
	height:50px;
	border:0px;
	width:150px;
}
.clock{
	/* The .clock div. Created dynamically by jQuery */
	background-color:white;
	height:50px;
	width:50px;
	position:relative;
	overflow:hidden;
	float:left;
}

.clock .rotate{
	/* There are two .rotate divs - one for each half of the background */
	position:absolute;
	width:50px;
	height:50px;
		top:0;
	left:0;
}

.rotate.right{
	display:none;
	z-index:9;
}

.clock .bg, .clock .front{
	width:25px;
	height:50px;
	background-color:white;
	position:absolute;
	top:0;
}

.clock .display{
	/* Holds the number of seconds, minutes or hours respectfully */
	position:absolute;
	width:50px;
	font-family:&quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif;
	z-index:20;
	color:black;/*#F5F5F5;*/
	font-size:15px;
	text-align:center;
	top:15px;
	left:0;
	
	/* CSS3 text shadow: */
	text-shadow:4px 4px 5px #333333;
}

/* The left part of the background: */

.clock .bg.left{ left:0; }

/* Individual styles for each color: */
.orange .bg.left{ background:url(img/bg_orange.png) no-repeat left top; }
.green .bg.left{ background:url(img/bg_green.png) no-repeat left top; }
.blue .bg.left{	background:url(img/bg_blue.png) no-repeat left top; }

/* The right part of the background: */
.clock .bg.right{ left:25px; }

.orange .bg.right{ background:url(img/bg_orange.png) no-repeat right top; }
.green .bg.right{ background:url(img/bg_green.png) no-repeat right top; }
.blue .bg.right{ background:url(img/bg_blue.png) no-repeat right top; }


.clock .front.left{
	left:0;
	z-index:8;
}


Then it is working fine for Moziall firefox and Google chrome. but it is not working correctly in IE.It just displays the digits... not the circle images..... I have spent lot of time.... but no use... what is the  problem with my code.</description>
		<content:encoded><![CDATA[<p>So nice&#8230;.. First thanks to Martin for this nice article .. I have a small problem. Ii changed the images into 50 X 50 size and modifies some of the css of the timer ( jquery.tzineClock.css file) like below&#8230;.. for getting a small timer&#8230;</p>
<p>#fancyClock{<br />
	height:50px;<br />
	border:0px;<br />
	width:150px;<br />
}<br />
.clock{<br />
	/* The .clock div. Created dynamically by jQuery */<br />
	background-color:white;<br />
	height:50px;<br />
	width:50px;<br />
	position:relative;<br />
	overflow:hidden;<br />
	float:left;<br />
}</p>
<p>.clock .rotate{<br />
	/* There are two .rotate divs &#8211; one for each half of the background */<br />
	position:absolute;<br />
	width:50px;<br />
	height:50px;<br />
		top:0;<br />
	left:0;<br />
}</p>
<p>.rotate.right{<br />
	display:none;<br />
	z-index:9;<br />
}</p>
<p>.clock .bg, .clock .front{<br />
	width:25px;<br />
	height:50px;<br />
	background-color:white;<br />
	position:absolute;<br />
	top:0;<br />
}</p>
<p>.clock .display{<br />
	/* Holds the number of seconds, minutes or hours respectfully */<br />
	position:absolute;<br />
	width:50px;<br />
	font-family:&#8221;Lucida Sans Unicode&#8221;, &#8220;Lucida Grande&#8221;, sans-serif;<br />
	z-index:20;<br />
	color:black;/*#F5F5F5;*/<br />
	font-size:15px;<br />
	text-align:center;<br />
	top:15px;<br />
	left:0;</p>
<p>	/* CSS3 text shadow: */<br />
	text-shadow:4px 4px 5px #333333;<br />
}</p>
<p>/* The left part of the background: */</p>
<p>.clock .bg.left{ left:0; }</p>
<p>/* Individual styles for each color: */<br />
.orange .bg.left{ background:url(img/bg_orange.png) no-repeat left top; }<br />
.green .bg.left{ background:url(img/bg_green.png) no-repeat left top; }<br />
.blue .bg.left{	background:url(img/bg_blue.png) no-repeat left top; }</p>
<p>/* The right part of the background: */<br />
.clock .bg.right{ left:25px; }</p>
<p>.orange .bg.right{ background:url(img/bg_orange.png) no-repeat right top; }<br />
.green .bg.right{ background:url(img/bg_green.png) no-repeat right top; }<br />
.blue .bg.right{ background:url(img/bg_blue.png) no-repeat right top; }</p>
<p>.clock .front.left{<br />
	left:0;<br />
	z-index:8;<br />
}</p>
<p>Then it is working fine for Moziall firefox and Google chrome. but it is not working correctly in IE.It just displays the digits&#8230; not the circle images&#8230;.. I have spent lot of time&#8230;. but no use&#8230; what is the  problem with my code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 355/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-02-08 14:06:54 -->
