ajax - which is a more modern way to create web widgets? -
i want create new web widget, , wondering best practice it.
should develop normal page using php/ruby/python , use iframe make widget code? or should develop ajax based application? or there better method both?
what pros , cons each?
thanks
there many opportunities it:
- client side programming language javascript (pure js, jquery, ...), vba (not common), ...
- server side php, ror, python, coldfusion, asp.net, ..
- you can load per iframes , on (but should not use iframes because not seo , not nice solution.
- and on ...
most cms use same language (in written) - use server side programming language. in php observer pattern , hooks-concept common ways "connect" plugins/addons/widget/gadget website ...
Comments
Post a Comment