Today i started my open source project on SourceForge . Project name is Felore-Lux and it a simple helper php5 class library. Felore-Lux based on popular script.aculos web 2.0 javascript help you to manage effects by using plugins and template system.
Felore-Lux now at beta stage and now include those features :
- Dragable , Dropable , Sortable effects manage.
- Auto Text Complete
- Templates
For Download visit this page : Felore-Lux ( Last release )
July 2, 2006 at 7:53 pm
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->separator = array(” “,”,”);
$a->requestURL=”someurl.php”;
// effect can be hooked on Window startup…
Event_Window_OnLoad::addEffect($a);
?>
best regards, and thumbs up for your nice initative….
nhm tanveer hossain khan (hasan)
http://hasan.we4tech.com
July 2, 2006 at 8:09 pm
anyway.. i have an offer…
i have a source forge project “smarty-ajax”
uRL: http://sourceforge.net/projects/smarty-ajax
i had interest to create several Smarty plugins (Block and function) which will provide ajax functionality
let’s think:
{ajax_init path=”javascript/”}
{ajax_inplace_editor class=”cssClass” id=”styleId” ….}
{ajax_form action=”" method=”post” enctype=”"}
{/ajax_form}
….
but my time is booked by official, class and other projects… can’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
July 2, 2006 at 8:12 pm
Hossain thanks to you , it is a good idea , and i’ll work on it now.
Yeah about plugins i have thought already , and refactor this soon.
Thanks