<?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: Felore-Lux &#8211; script.aculos.js based helper for PHP5 Developers</title>
	<atom:link href="http://johanmaelson.wordpress.com/2006/07/01/felore-lux-first-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://johanmaelson.wordpress.com/2006/07/01/felore-lux-first-release/</link>
	<description>Just another Wordpress.com weblog</description>
	<lastBuildDate>Thu, 26 Apr 2007 17:16:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: johanmaelson</title>
		<link>http://johanmaelson.wordpress.com/2006/07/01/felore-lux-first-release/#comment-11</link>
		<dc:creator>johanmaelson</dc:creator>
		<pubDate>Sun, 02 Jul 2006 20:12:12 +0000</pubDate>
		<guid isPermaLink="false">https://johanmaelson.wordpress.com/2006/07/01/felore-lux-first-release/#comment-11</guid>
		<description>Hossain thanks to you , it is a good idea , and i&#039;ll work on it now.

Yeah about plugins i have thought already , and refactor this soon.

Thanks</description>
		<content:encoded><![CDATA[<p>Hossain thanks to you , it is a good idea , and i&#8217;ll work on it now.</p>
<p>Yeah about plugins i have thought already , and refactor this soon.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NHM Tanveer Hossain KHan (HasaN)</title>
		<link>http://johanmaelson.wordpress.com/2006/07/01/felore-lux-first-release/#comment-10</link>
		<dc:creator>NHM Tanveer Hossain KHan (HasaN)</dc:creator>
		<pubDate>Sun, 02 Jul 2006 20:09:42 +0000</pubDate>
		<guid isPermaLink="false">https://johanmaelson.wordpress.com/2006/07/01/felore-lux-first-release/#comment-10</guid>
		<description>anyway.. i have an offer...
i have a source forge project &quot;smarty-ajax&quot;
uRL: http://sourceforge.net/projects/smarty-ajax

i had interest to create several Smarty plugins (Block and function) which will provide ajax functionality

let&#039;s think:

{ajax_init path=&quot;javascript/&quot;}

{ajax_inplace_editor class=&quot;cssClass&quot; id=&quot;styleId&quot; ....}
{ajax_form action=&quot;&quot; method=&quot;post&quot; enctype=&quot;&quot;}
   
{/ajax_form}

....

but my time is booked by official, class and other projects... can&#039;t manage any time... searching some good contributor... if you have interest please let me know...

best regards,
nhm tanveer hossain khan (hasan)_
http://hasan.we4tech.com</description>
		<content:encoded><![CDATA[<p>anyway.. i have an offer&#8230;<br />
i have a source forge project &#8220;smarty-ajax&#8221;<br />
uRL: <a href="http://sourceforge.net/projects/smarty-ajax" rel="nofollow">http://sourceforge.net/projects/smarty-ajax</a></p>
<p>i had interest to create several Smarty plugins (Block and function) which will provide ajax functionality</p>
<p>let&#8217;s think:</p>
<p>{ajax_init path=&#8221;javascript/&#8221;}</p>
<p>{ajax_inplace_editor class=&#8221;cssClass&#8221; id=&#8221;styleId&#8221; &#8230;.}<br />
{ajax_form action=&#8221;" method=&#8221;post&#8221; enctype=&#8221;"}</p>
<p>{/ajax_form}</p>
<p>&#8230;.</p>
<p>but my time is booked by official, class and other projects&#8230; can&#8217;t manage any time&#8230; searching some good contributor&#8230; if you have interest please let me know&#8230;</p>
<p>best regards,<br />
nhm tanveer hossain khan (hasan)_<br />
<a href="http://hasan.we4tech.com" rel="nofollow">http://hasan.we4tech.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NHM Tanveer Hossain KHan (HasaN)</title>
		<link>http://johanmaelson.wordpress.com/2006/07/01/felore-lux-first-release/#comment-9</link>
		<dc:creator>NHM Tanveer Hossain KHan (HasaN)</dc:creator>
		<pubDate>Sun, 02 Jul 2006 19:53:59 +0000</pubDate>
		<guid isPermaLink="false">https://johanmaelson.wordpress.com/2006/07/01/felore-lux-first-release/#comment-9</guid>
		<description>nice to see your project... i have some suggestions... and idea...

please verify and refactor your API.... it does not complain with PHP5 OOP model... and your Plugin does not provide any interface... 

my suggestion ...

// this function will include all required prototype/script.aculo.us library from
// specified path...
// so you can apply compression, cache and merge all libs in a single file...
;



onChange=phpFunctionName();

 // effect related property
 $a-&gt;separator = array(&quot; &quot;,&quot;,&quot;);
 $a-&gt;requestURL=&quot;someurl.php&quot;;
 
 // effect can be hooked on Window startup...
 Event_Window_OnLoad::addEffect($a);
 ?&gt;

best regards, and thumbs up for your nice initative....
nhm tanveer hossain khan (hasan)
http://hasan.we4tech.com</description>
		<content:encoded><![CDATA[<p>nice to see your project&#8230; i have some suggestions&#8230; and idea&#8230;</p>
<p>please verify and refactor your API&#8230;. it does not complain with PHP5 OOP model&#8230; and your Plugin does not provide any interface&#8230; </p>
<p>my suggestion &#8230;</p>
<p>// this function will include all required prototype/script.aculo.us library from<br />
// specified path&#8230;<br />
// so you can apply compression, cache and merge all libs in a single file&#8230;<br />
;</p>
<p>onChange=phpFunctionName();</p>
<p> // effect related property<br />
 $a-&gt;separator = array(&#8221; &#8220;,&#8221;,&#8221;);<br />
 $a-&gt;requestURL=&#8221;someurl.php&#8221;;</p>
<p> // effect can be hooked on Window startup&#8230;<br />
 Event_Window_OnLoad::addEffect($a);<br />
 ?&gt;</p>
<p>best regards, and thumbs up for your nice initative&#8230;.<br />
nhm tanveer hossain khan (hasan)<br />
<a href="http://hasan.we4tech.com" rel="nofollow">http://hasan.we4tech.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
