<?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: gWidgets plugin for Symfony in the Top 10!</title>
	<atom:link href="http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/</link>
	<description>notes on whatever and more...</description>
	<lastBuildDate>Fri, 29 Jul 2011 13:33:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Denis</title>
		<link>http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/comment-page-1/#comment-5411</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Wed, 23 Jan 2008 14:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/#comment-5411</guid>
		<description>Hi there !

I tried the fix written by ZL. #1 Thanks ZL for the code ;) #2 It works but there seems to be a problem with the css. THe lower part of the tooltip doesn&#039;t appear on top of the text.

Anyway, since this bug seems to be a little old, as anyone found a permanent fix to this bug ?

Regards</description>
		<content:encoded><![CDATA[<p>Hi there !</p>
<p>I tried the fix written by ZL. #1 Thanks ZL for the code <img src='http://www.estadieu.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  #2 It works but there seems to be a problem with the css. THe lower part of the tooltip doesn&#8217;t appear on top of the text.</p>
<p>Anyway, since this bug seems to be a little old, as anyone found a permanent fix to this bug ?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gestadieu</title>
		<link>http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/comment-page-1/#comment-5287</link>
		<dc:creator>gestadieu</dc:creator>
		<pubDate>Thu, 30 Aug 2007 23:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/#comment-5287</guid>
		<description>Hi guys,

I got your comments and I trying to answer it quickly now: 
1. yes I will be back as well on ical4wp,
2. Thanks a lot for the fix for IE, I will integrate it mid-Sept when I&#039;ll be back home and have some time to spend on it.
3. I will try all widgets under IE to make them work</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I got your comments and I trying to answer it quickly now:<br />
1. yes I will be back as well on ical4wp,<br />
2. Thanks a lot for the fix for IE, I will integrate it mid-Sept when I&#8217;ll be back home and have some time to spend on it.<br />
3. I will try all widgets under IE to make them work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narko</title>
		<link>http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/comment-page-1/#comment-5286</link>
		<dc:creator>narko</dc:creator>
		<pubDate>Thu, 30 Aug 2007 20:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/#comment-5286</guid>
		<description>It seems that there is problem with using gTabs with IE. It says &#039;Sorry, it seems there is a communication problem with our server, try later...&#039; when using of ajax-based tabs for IE. It works fine in both FF and Opera.</description>
		<content:encoded><![CDATA[<p>It seems that there is problem with using gTabs with IE. It says &#8216;Sorry, it seems there is a communication problem with our server, try later&#8230;&#8217; when using of ajax-based tabs for IE. It works fine in both FF and Opera.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZL</title>
		<link>http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/comment-page-1/#comment-5285</link>
		<dc:creator>ZL</dc:creator>
		<pubDate>Thu, 30 Aug 2007 11:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/#comment-5285</guid>
		<description>I found a fix for gTip, using version 0.5.0 (with Symfony plugin) for IE:
In the show function, the height needs some value-
$(gtip).setStyle({
width:xWidth+&#039;px&#039;,
height:((url.params.height)?url.params.height:(document.all?&#039;0&#039;:&#039;&#039;))+&#039;px&#039;,
top:(eltpos[1]-5)+&#039;px&#039;,
left:left+&#039;px&#039;}).show();

Hope this helps someone else.</description>
		<content:encoded><![CDATA[<p>I found a fix for gTip, using version 0.5.0 (with Symfony plugin) for IE:<br />
In the show function, the height needs some value-<br />
$(gtip).setStyle({<br />
width:xWidth+&#8217;px&#8217;,<br />
height:((url.params.height)?url.params.height:(document.all?&#8217;0&#8242;:&#8221;))+&#8217;px&#8217;,<br />
top:(eltpos[1]-5)+&#8217;px&#8217;,<br />
left:left+&#8217;px&#8217;}).show();</p>
<p>Hope this helps someone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZL</title>
		<link>http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/comment-page-1/#comment-5284</link>
		<dc:creator>ZL</dc:creator>
		<pubDate>Thu, 30 Aug 2007 10:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/#comment-5284</guid>
		<description>The IE thing is a serious issue. Any fixes or working versions?</description>
		<content:encoded><![CDATA[<p>The IE thing is a serious issue. Any fixes or working versions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/comment-page-1/#comment-5283</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 24 Aug 2007 03:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/2007/08/21/gwidgets-plugin-for-symfony-in-the-top-10/#comment-5283</guid>
		<description>How about ical4wp as well? ;)</description>
		<content:encoded><![CDATA[<p>How about ical4wp as well? <img src='http://www.estadieu.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

