<?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: Custom HTML Tags (WidgetHelper)</title>
	<atom:link href="http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/feed/" rel="self" type="application/rss+xml" />
	<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/</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: ooopinionsss</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-17510</link>
		<dc:creator>ooopinionsss</dc:creator>
		<pubDate>Wed, 03 Dec 2008 16:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-17510</guid>
		<description>How you think when the economic crisis will end? I wish to make statistics of independent opinions!</description>
		<content:encoded><![CDATA[<p>How you think when the economic crisis will end? I wish to make statistics of independent opinions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jubobeven</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-17484</link>
		<dc:creator>jubobeven</dc:creator>
		<pubDate>Sun, 03 Aug 2008 16:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-17484</guid>
		<description>I agreed with you</description>
		<content:encoded><![CDATA[<p>I agreed with you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: new</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-16027</link>
		<dc:creator>new</dc:creator>
		<pubDate>Sun, 04 Nov 2007 14:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-16027</guid>
		<description>how to output in php html tags like that


Test

</description>
		<content:encoded><![CDATA[<p>how to output in php html tags like that</p>
<p>Test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-12048</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 05 Aug 2007 16:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-12048</guid>
		<description>In one of the last lines of the HighlightWidgetHelper, there is a syntax error. Replacement with the following code solves the issue:

return preg_replace($expression,&quot;I&#039;m \\1&quot;,$inner_html);</description>
		<content:encoded><![CDATA[<p>In one of the last lines of the HighlightWidgetHelper, there is a syntax error. Replacement with the following code solves the issue:</p>
<p>return preg_replace($expression,&#8221;I&#8217;m \\1&#8243;,$inner_html);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam.benskin.co.uk &#187; Archives &#187; Can a slice of CakePHP save me?</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-202</link>
		<dc:creator>sam.benskin.co.uk &#187; Archives &#187; Can a slice of CakePHP save me?</dc:creator>
		<pubDate>Tue, 01 Aug 2006 21:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-202</guid>
		<description>[...] What does this mean for the end user, i hear you cry? Well, as Miguel Ros demonstrates in his fantastic example, Custom HTML Tags, it seems to be very possible to write your very own markup, and have CakePHP transform it into valid HTML.  This would allow someone to create a library of custom tags, that could be changed into HTML that has specific styles and layouts already associated with it.  For example, a custom div with four containing divs could be transformed into a Tab Pane layout, with two divs being tabs, and two being the content in those tabs, with the main div controling the size and postion and so on. [...]</description>
		<content:encoded><![CDATA[<p>[...] What does this mean for the end user, i hear you cry? Well, as Miguel Ros demonstrates in his fantastic example, Custom HTML Tags, it seems to be very possible to write your very own markup, and have CakePHP transform it into valid HTML.  This would allow someone to create a library of custom tags, that could be changed into HTML that has specific styles and layouts already associated with it.  For example, a custom div with four containing divs could be transformed into a Tab Pane layout, with two divs being tabs, and two being the content in those tabs, with the main div controling the size and postion and so on. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyubomir Petrov</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-183</link>
		<dc:creator>Lyubomir Petrov</dc:creator>
		<pubDate>Tue, 18 Jul 2006 06:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-183</guid>
		<description>Oups, sorrye posted HTML tags up.
You have an bug in the example in hightlightwidget:
* In view:
 * [h:span class=&quot;high&quot; search=&quot;/I&#039;m \w+/&quot;]
 *         Hi, I&#039;m john. What&#039;s your name?
 * [/h:h] (this must be: [/h:span])
This safes some times for sleepy devs like me</description>
		<content:encoded><![CDATA[<p>Oups, sorrye posted HTML tags up.<br />
You have an bug in the example in hightlightwidget:<br />
* In view:<br />
 * [h:span class="high" search="/I'm \w+/"]<br />
 *         Hi, I&#8217;m john. What&#8217;s your name?<br />
 * [/h:h] (this must be: [/h:span])<br />
This safes some times for sleepy devs like me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyubomir Petrov</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-182</link>
		<dc:creator>Lyubomir Petrov</dc:creator>
		<pubDate>Tue, 18 Jul 2006 06:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-182</guid>
		<description>You have an bug in the example in hightlightwidget:
* In view:
 * 
 *         Hi, I&#039;m john. What&#039;s your name?
 *  ()
This safes some times for sleepy devs like me ;)</description>
		<content:encoded><![CDATA[<p>You have an bug in the example in hightlightwidget:<br />
* In view:<br />
 *<br />
 *         Hi, I&#8217;m john. What&#8217;s your name?<br />
 *  ()<br />
This safes some times for sleepy devs like me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-156</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 01 Jul 2006 09:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-156</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: rossoft</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-150</link>
		<dc:creator>rossoft</dc:creator>
		<pubDate>Tue, 27 Jun 2006 06:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-150</guid>
		<description>Uploaded to http://cakeforge.org/snippet/detail.php?type=snippet&amp;id=84</description>
		<content:encoded><![CDATA[<p>Uploaded to <a href="http://cakeforge.org/snippet/detail.php?type=snippet&amp;id=84" rel="nofollow">http://cakeforge.org/snippet/detail.php?type=snippet&amp;id=84</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Baer</title>
		<link>http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-149</link>
		<dc:creator>Jon Baer</dc:creator>
		<pubDate>Tue, 27 Jun 2006 01:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://rossoft.wordpress.com/2006/06/20/custom-html-tags-widgethelper/#comment-149</guid>
		<description>Now *that* is what I call slick ... thank you!

(That should be included as a snippet on cakeforge by itself, the ElementWidget)</description>
		<content:encoded><![CDATA[<p>Now *that* is what I call slick &#8230; thank you!</p>
<p>(That should be included as a snippet on cakeforge by itself, the ElementWidget)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
