I want to create a new web widget, and I was wondering which is the best practice to do it.
Should I develop it like a normal page using PHP/Ruby/Python and use iFrame to make the widget code? Or should I develop it as an Ajax based application? or is there a better method than both?
What are the pros and cons for each?
Thanks
there are many opportunities to do it:
most CMS use the same language (in which they were written) – so they use a server side programming language. In PHP the Observer pattern and Hooks-concept are common ways to “connect” plugins/addons/widget/gadget with to website …