<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Rounded Corners Helper</title>
	<atom:link href="http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/feed/" rel="self" type="application/rss+xml" />
	<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/</link>
	<description>CakePHP Tips &#38; Tricks</description>
	<lastBuildDate>Tue, 08 Dec 2009 11:58:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dario</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-17489</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Wed, 17 Sep 2008 15:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-17489</guid>
		<description>Hi all.
First of all, thanks Rossoft for sharing with us some of your work.
I found curvycorners and I intended to use it with cakephp when I stumbled in this page. My enthusiasm vanished when after a while I didn&#039;t manage to get your helper to work. 
I tried everything mentioned above and :
 -&gt; in webroot/js/corners/
    - rounded_corners_lite.inc.js
 -&gt; in views/helpers/
    - UtilHelper (for HeadHelper) (util.php)
    - HeadHelper (for CornersHelper) (head.php)
    - CornersHelper (corners.php)
  -&gt; added helpers to my view
  -&gt; echo $corners-&gt;corners(&#039;myDiv&#039;);
and nothing is being output to my html.
Any suggestions?
Thanks all.
Dario</description>
		<content:encoded><![CDATA[<p>Hi all.<br />
First of all, thanks Rossoft for sharing with us some of your work.<br />
I found curvycorners and I intended to use it with cakephp when I stumbled in this page. My enthusiasm vanished when after a while I didn&#8217;t manage to get your helper to work.<br />
I tried everything mentioned above and :<br />
 -&gt; in webroot/js/corners/<br />
    &#8211; rounded_corners_lite.inc.js<br />
 -&gt; in views/helpers/<br />
    &#8211; UtilHelper (for HeadHelper) (util.php)<br />
    &#8211; HeadHelper (for CornersHelper) (head.php)<br />
    &#8211; CornersHelper (corners.php)<br />
  -&gt; added helpers to my view<br />
  -&gt; echo $corners-&gt;corners(&#8216;myDiv&#8217;);<br />
and nothing is being output to my html.<br />
Any suggestions?<br />
Thanks all.<br />
Dario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolai</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-10011</link>
		<dc:creator>Nikolai</dc:creator>
		<pubDate>Mon, 02 Jul 2007 06:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-10011</guid>
		<description>*
$this-&gt;Head-&gt;register_js... renamed to $this-&gt;Head-&gt;js
$this-&gt;Head-&gt;register_onload.. renamed to $this-&gt;Head-&gt;onload</description>
		<content:encoded><![CDATA[<p>*<br />
$this-&gt;Head-&gt;register_js&#8230; renamed to $this-&gt;Head-&gt;js<br />
$this-&gt;Head-&gt;register_onload.. renamed to $this-&gt;Head-&gt;onload</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolai</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-10009</link>
		<dc:creator>Nikolai</dc:creator>
		<pubDate>Mon, 02 Jul 2007 06:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-10009</guid>
		<description>*
-div- test testtest -/div-</description>
		<content:encoded><![CDATA[<p>*<br />
-div- test testtest -/div-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolai</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-10008</link>
		<dc:creator>Nikolai</dc:creator>
		<pubDate>Mon, 02 Jul 2007 06:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-10008</guid>
		<description>I&#039;m trying to use corners helper, but it does not work.

I have copied to app/views/helper these files:
- corners.php
- head.php
- util.php

I&#039;ve downloaded and installed CurvyCorners, as in manual.

In my controller i have:
var $helpers = array(&#039;Pagination&#039;,&#039;Corners&#039;,&#039;Head&#039;,&#039;Util&#039;,&#039;Javascript&#039;);

In my view-file i have:
corners(&#039;my_div&#039;); ?&gt;
test testtest

In html source code is only .. block visible.
What i&#039;m doing wrong?

P.S. I&#039;ve tryed to debug this, with

i&#039;ll get a lot of text (Corners object and so on)


Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use corners helper, but it does not work.</p>
<p>I have copied to app/views/helper these files:<br />
- corners.php<br />
- head.php<br />
- util.php</p>
<p>I&#8217;ve downloaded and installed CurvyCorners, as in manual.</p>
<p>In my controller i have:<br />
var $helpers = array(&#8216;Pagination&#8217;,'Corners&#8217;,'Head&#8217;,'Util&#8217;,'Javascript&#8217;);</p>
<p>In my view-file i have:<br />
corners(&#8216;my_div&#8217;); ?&gt;<br />
test testtest</p>
<p>In html source code is only .. block visible.<br />
What i&#8217;m doing wrong?</p>
<p>P.S. I&#8217;ve tryed to debug this, with</p>
<p>i&#8217;ll get a lot of text (Corners object and so on)</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: speedyop</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-332</link>
		<dc:creator>speedyop</dc:creator>
		<pubDate>Mon, 11 Sep 2006 21:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-332</guid>
		<description>latest version of headHelper has changed, register_js() and register_onload() doesn&#039;t exist anymore.

seems that it&#039;s js() and onload() now.</description>
		<content:encoded><![CDATA[<p>latest version of headHelper has changed, register_js() and register_onload() doesn&#8217;t exist anymore.</p>
<p>seems that it&#8217;s js() and onload() now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rossoft</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-226</link>
		<dc:creator>rossoft</dc:creator>
		<pubDate>Sun, 13 Aug 2006 15:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-226</guid>
		<description>echo $corners-&gt;corners(&#039;my_div&#039;)</description>
		<content:encoded><![CDATA[<p>echo $corners-&gt;corners(&#8216;my_div&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rossoft</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-225</link>
		<dc:creator>rossoft</dc:creator>
		<pubDate>Sun, 13 Aug 2006 15:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-225</guid>
		<description>it must work with:
&lt;?php $corners-&gt;corners(&#039;my_div&#039;); ?&gt;</description>
		<content:encoded><![CDATA[<p>it must work with:<br />
&lt;?php $corners-&gt;corners(&#8216;my_div&#8217;); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob Malm</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-224</link>
		<dc:creator>Jakob Malm</dc:creator>
		<pubDate>Sat, 12 Aug 2006 22:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-224</guid>
		<description>I am not able to get it to work. Precisely what do I need to put in my code to have rounded corners on a div?</description>
		<content:encoded><![CDATA[<p>I am not able to get it to work. Precisely what do I need to put in my code to have rounded corners on a div?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rossoft</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-128</link>
		<dc:creator>rossoft</dc:creator>
		<pubDate>Fri, 23 Jun 2006 10:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-128</guid>
		<description>I&#039;m sorry but I&#039;ve a lot of problems pasting code at wordpress. They will be ok in cakebakery</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry but I&#8217;ve a lot of problems pasting code at wordpress. They will be ok in cakebakery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mika</title>
		<link>http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-127</link>
		<dc:creator>Mika</dc:creator>
		<pubDate>Fri, 23 Jun 2006 10:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/04/rounded-corners-helper/#comment-127</guid>
		<description>Whoops. That would be &lt;code&gt; tags.</description>
		<content:encoded><![CDATA[<p>Whoops. That would be &lt;code&gt; tags.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
