<?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: RoundedPHP</title>
	<atom:link href="http://nak5.com/code/roundedphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://nak5.com</link>
	<description>life, music, code</description>
	<lastBuildDate>Wed, 07 Jul 2010 13:16:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mark Primavera</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-196</link>
		<dc:creator>Mark Primavera</dc:creator>
		<pubDate>Wed, 07 Jul 2010 13:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-196</guid>
		<description>This is a great script!
But now for my dumb question... How do you download the code and images to produce this?</description>
		<content:encoded><![CDATA[<p>This is a great script!<br />
But now for my dumb question&#8230; How do you download the code and images to produce this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yekereme</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-192</link>
		<dc:creator>Yekereme</dc:creator>
		<pubDate>Mon, 05 Jul 2010 20:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-192</guid>
		<description>Been trying at it the whole day, and just pulled my last hair out...and its not even nearly as generic and nice as your code base, so I really applaud all your efforts to do shadows....will keep myself posted....hurray for shadows...</description>
		<content:encoded><![CDATA[<p>Been trying at it the whole day, and just pulled my last hair out&#8230;and its not even nearly as generic and nice as your code base, so I really applaud all your efforts to do shadows&#8230;.will keep myself posted&#8230;.hurray for shadows&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-191</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 05 Jul 2010 15:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-191</guid>
		<description>It&#039;s been on my list of to-dos for a while, but i haven&#039;t gotten around to it. hopefully i&#039;ll get some time in the near future.</description>
		<content:encoded><![CDATA[<p>It&#8217;s been on my list of to-dos for a while, but i haven&#8217;t gotten around to it. hopefully i&#8217;ll get some time in the near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yekereme</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-190</link>
		<dc:creator>Yekereme</dc:creator>
		<pubDate>Sun, 04 Jul 2010 19:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-190</guid>
		<description>Wonder if anybody has given an effort of adding shadow effect to this wonderful script
Thanks</description>
		<content:encoded><![CDATA[<p>Wonder if anybody has given an effort of adding shadow effect to this wonderful script<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-159</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 14 Jun 2010 11:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-159</guid>
		<description>Here is the HTML.

&lt;div class=&quot;outerbox&quot;&gt;
	&lt;div class=&quot;innertop&quot;&gt;&lt;/div&gt;
		&lt;div class=&quot;innerbox&quot;&gt;

My content

		&lt;/div&gt;
	&lt;div class=&quot;innerbottom&quot;&gt;&lt;/div&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Here is the HTML.</p>
<p>&lt;div class=&#8221;outerbox&#8221;&gt;<br />
	&lt;div class=&#8221;innertop&#8221;&gt;&lt;/div&gt;<br />
		&lt;div class=&#8221;innerbox&#8221;&gt;</p>
<p>My content</p>
<p>		&lt;/div&gt;<br />
	&lt;div class=&#8221;innerbottom&#8221;&gt;&lt;/div&gt;<br />
&lt;/div&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-158</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 14 Jun 2010 11:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-158</guid>
		<description>Hi,
For those wanting borders. Here is what I did.

CSS


.innertop { background: url(/rounded.php?bgc=9ed58b&amp;fgc=e2f1dc&amp;si=t&amp;bw=1&amp;sh=s&amp;w=780) no-repeat top left; }
.innerbottom { background: url(/rounded.php?bgc=9ed58b&amp;fgc=e2f1dc&amp;si=b&amp;bw=1&amp;sh=s&amp;w=780) no-repeat bottom right; }

.innertop div, .innertop, .innerbottom div, .innerbottom {
width: 100%;height: 7px; font-size: 1px;
}
.innerbox { margin: 0; border-left:1px solid #000;border-right:1px solid #000;}
.outerbox { width: 780px; margin: 1em auto; background-color:#e2f1dc; }


HTML


	
		
    My content
		
	



Thats it.

I just used 2 images as it created the whole top and bottom bar when I asked for the top and bottom. then used borders on the inner box to create the sides.

HTH someone.
Ciao
Andrew</description>
		<content:encoded><![CDATA[<p>Hi,<br />
For those wanting borders. Here is what I did.</p>
<p>CSS</p>
<p>.innertop { background: url(/rounded.php?bgc=9ed58b&amp;fgc=e2f1dc&amp;si=t&amp;bw=1&amp;sh=s&amp;w=780) no-repeat top left; }<br />
.innerbottom { background: url(/rounded.php?bgc=9ed58b&amp;fgc=e2f1dc&amp;si=b&amp;bw=1&amp;sh=s&amp;w=780) no-repeat bottom right; }</p>
<p>.innertop div, .innertop, .innerbottom div, .innerbottom {<br />
width: 100%;height: 7px; font-size: 1px;<br />
}<br />
.innerbox { margin: 0; border-left:1px solid #000;border-right:1px solid #000;}<br />
.outerbox { width: 780px; margin: 1em auto; background-color:#e2f1dc; }</p>
<p>HTML</p>
<p>    My content</p>
<p>Thats it.</p>
<p>I just used 2 images as it created the whole top and bottom bar when I asked for the top and bottom. then used borders on the inner box to create the sides.</p>
<p>HTH someone.<br />
Ciao<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-97</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 14 Apr 2010 06:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-97</guid>
		<description>Hello,

it is very good. I will use this for a Joomla Template.

But I have a Probblem.
For Example: If I make a box for links or Modules (Wordpress -&gt; Sidebarwidgets) wich are fully resizeable, I have the topleft, top right, bottom left and the bottomright grafik, but I don&#039;t have the grafics of the middle: topmiddle, rightmiddle, bottommiddle, leftmiddle wich must be repeated.

Do you understund what I mean?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>it is very good. I will use this for a Joomla Template.</p>
<p>But I have a Probblem.<br />
For Example: If I make a box for links or Modules (WordPress -&gt; Sidebarwidgets) wich are fully resizeable, I have the topleft, top right, bottom left and the bottomright grafik, but I don&#8217;t have the grafics of the middle: topmiddle, rightmiddle, bottommiddle, leftmiddle wich must be repeated.</p>
<p>Do you understund what I mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-51</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-51</guid>
		<description>installation is easy, just request the file like you would an image. use query variables on the file to get the output you need. refer to the table above as to what variables are needed.</description>
		<content:encoded><![CDATA[<p>installation is easy, just request the file like you would an image. use query variables on the file to get the output you need. refer to the table above as to what variables are needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adi</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-50</link>
		<dc:creator>adi</dc:creator>
		<pubDate>Wed, 10 Mar 2010 03:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-50</guid>
		<description>how to installation and use?</description>
		<content:encoded><![CDATA[<p>how to installation and use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php rounded corners</title>
		<link>http://nak5.com/code/roundedphp/comment-page-1/#comment-43</link>
		<dc:creator>php rounded corners</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://nak5.com/?page_id=10#comment-43</guid>
		<description>this is so great!!! thanks!!!</description>
		<content:encoded><![CDATA[<p>this is so great!!! thanks!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
