<?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 for techfounder</title>
	<atom:link href="http://www.techfounder.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<lastBuildDate>Wed, 03 Mar 2010 01:05:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating embedabble widgets by Eran Galperin</title>
		<link>http://www.techfounder.net/2010/02/05/creating-embedabble-widgets/comment-page-1/#comment-850</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=461#comment-850</guid>
		<description>Thanks Dejan, that&#039;s an interesting article you wrote there. I do mention under the XSS technique that creating an Iframe is one of the ways to communicate with a remote server, which is the combination you refer to.</description>
		<content:encoded><![CDATA[<p>Thanks Dejan, that&#8217;s an interesting article you wrote there. I do mention under the XSS technique that creating an Iframe is one of the ways to communicate with a remote server, which is the combination you refer to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating embedabble widgets by Dejan Strbac</title>
		<link>http://www.techfounder.net/2010/02/05/creating-embedabble-widgets/comment-page-1/#comment-849</link>
		<dc:creator>Dejan Strbac</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=461#comment-849</guid>
		<description>Interesting article, but although you divided xss/iframe, I just posted a step by step explanation of how to build an iframe widget that combines both techniques.

http://dejanstrbac.heroku.com/2010/03/02/interactive-javascript-widgets/</description>
		<content:encoded><![CDATA[<p>Interesting article, but although you divided xss/iframe, I just posted a step by step explanation of how to build an iframe widget that combines both techniques.</p>
<p><a href="http://dejanstrbac.heroku.com/2010/03/02/interactive-javascript-widgets/" rel="nofollow">http://dejanstrbac.heroku.com/2010/03/02/interactive-javascript-widgets/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating embedabble widgets by Eran Galperin</title>
		<link>http://www.techfounder.net/2010/02/05/creating-embedabble-widgets/comment-page-1/#comment-846</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=461#comment-846</guid>
		<description>A flash widget is an option, but it&#039;s more convoluted and less accessible to your average web developer. Apart from the different skill set, it&#039;s harder to debug in an integrated environment and you&#039;d also need to recreate content that could already be available in HTML / CSS format on the original web service.

In my opinion Flash should be used for media playing (hopefully HTML5 would replace that soon) and for highly interactive applications (such as games). I&#039;d rather stick to open formats and protocols when possible.</description>
		<content:encoded><![CDATA[<p>A flash widget is an option, but it&#8217;s more convoluted and less accessible to your average web developer. Apart from the different skill set, it&#8217;s harder to debug in an integrated environment and you&#8217;d also need to recreate content that could already be available in HTML / CSS format on the original web service.</p>
<p>In my opinion Flash should be used for media playing (hopefully HTML5 would replace that soon) and for highly interactive applications (such as games). I&#8217;d rather stick to open formats and protocols when possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating embedabble widgets by Shaun Farrell</title>
		<link>http://www.techfounder.net/2010/02/05/creating-embedabble-widgets/comment-page-1/#comment-845</link>
		<dc:creator>Shaun Farrell</dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=461#comment-845</guid>
		<description>Have you looked at creating flash widgets?  You can embed them on sites.  This is probably the easiest way to got i think.  You can integrate them in with addthis.com for sharing.</description>
		<content:encoded><![CDATA[<p>Have you looked at creating flash widgets?  You can embed them on sites.  This is probably the easiest way to got i think.  You can integrate them in with addthis.com for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OO PHP templating by Sagi</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-841</link>
		<dc:creator>Sagi</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-841</guid>
		<description>Ok, the missing word for me was &quot;only&quot;.
I don&#039;t think it&#039;s a big deal, because there is no danger in overriding $file.
Also, sometimes it&#039;s useful when you have the template&#039;s name inside.

Thanks.</description>
		<content:encoded><![CDATA[<p>Ok, the missing word for me was &#8220;only&#8221;.<br />
I don&#8217;t think it&#8217;s a big deal, because there is no danger in overriding $file.<br />
Also, sometimes it&#8217;s useful when you have the template&#8217;s name inside.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OO PHP templating by Eran Galperin</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-839</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-839</guid>
		<description>I explained it in the post - it is included without parameters to keep the scope absolutely clean. Only $this is available from an outside scope inside the template, and you can declare any variable there without fear of override.</description>
		<content:encoded><![CDATA[<p>I explained it in the post &#8211; it is included without parameters to keep the scope absolutely clean. Only $this is available from an outside scope inside the template, and you can declare any variable there without fear of override.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back to business by Sagi</title>
		<link>http://www.techfounder.net/2010/01/26/back-to-business/comment-page-1/#comment-838</link>
		<dc:creator>Sagi</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=440#comment-838</guid>
		<description>Hi. Good to hear - I read your posts constantly.
Just sent you a question in the post &quot;OO PHP templating&quot;.

Sagi.</description>
		<content:encoded><![CDATA[<p>Hi. Good to hear &#8211; I read your posts constantly.<br />
Just sent you a question in the post &#8220;OO PHP templating&#8221;.</p>
<p>Sagi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OO PHP templating by Sagi</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-837</link>
		<dc:creator>Sagi</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-837</guid>
		<description>Why you have chosen to implement _include without parameters?
If you declare $file and use it instead of func_get_arg(0),
would it change something?

Thanks,
Sagi.</description>
		<content:encoded><![CDATA[<p>Why you have chosen to implement _include without parameters?<br />
If you declare $file and use it instead of func_get_arg(0),<br />
would it change something?</p>
<p>Thanks,<br />
Sagi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework certification by Artur Gajewski</title>
		<link>http://www.techfounder.net/2008/12/30/zend-framework-certification/comment-page-1/#comment-835</link>
		<dc:creator>Artur Gajewski</dc:creator>
		<pubDate>Wed, 06 Jan 2010 19:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=195#comment-835</guid>
		<description>I took the exam and passed it on January 4th, 2010. I work for a company where we make new web projects with Zend Framework and convert old projects to ZF.

Even though I do ZF coding full-time, there are still areas that I did not know until I studied for the exam. Thanks to this, I now regurarly use those components on our projects.

The exam was hard enough to not pass it if one doesn&#039;t know about ZF that much. I believe the certification does really show knowledge level in ZF and at least I have another document to stack into my CV folder :)</description>
		<content:encoded><![CDATA[<p>I took the exam and passed it on January 4th, 2010. I work for a company where we make new web projects with Zend Framework and convert old projects to ZF.</p>
<p>Even though I do ZF coding full-time, there are still areas that I did not know until I studied for the exam. Thanks to this, I now regurarly use those components on our projects.</p>
<p>The exam was hard enough to not pass it if one doesn&#8217;t know about ZF that much. I believe the certification does really show knowledge level in ZF and at least I have another document to stack into my CV folder <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple row operations in MySQL / PHP by bonita</title>
		<link>http://www.techfounder.net/2009/05/14/multiple-row-operations-in-mysql-php/comment-page-1/#comment-831</link>
		<dc:creator>bonita</dc:creator>
		<pubDate>Tue, 20 Oct 2009 02:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=229#comment-831</guid>
		<description>hi! what is the best way of inserting multiple entries into one table?

For example: 10 employees to be inserted in one click with their name, email, address.. etc...

Please help..thanks.</description>
		<content:encoded><![CDATA[<p>hi! what is the best way of inserting multiple entries into one table?</p>
<p>For example: 10 employees to be inserted in one click with their name, email, address.. etc&#8230;</p>
<p>Please help..thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
