Skip to main content

Home/ Semantic/ Group items tagged php

Rss Feed Group items tagged

Nicolas Punzo

GETful SOAP to JSON - PHP - Snipplr Social Snippet Repository - 0 views

  • GETful SOAP to JSON Published in: PHP  A really simple SOAP to JSON and back script, for when you just want to kick SOAP in the groin. With jQuery you'd just do: $.getJSON('path/?function=myFunc&params={"param":"value"}&callback=?',function(json){alert(json);});
Nicolas Punzo

What makes a valid UWA widget? [doc] - 0 views

  • What makes a valid UWA widget? In order for your widget to work properly within the UWA environment, it has to follow the following rules. It MUST be well-formed XML It MUST be UTF-8 encoded It MUST feature the Netvibes namespace It MUST place the JavaScript and CSS code in the HEAD section of the HTML file It SHOULD use JavaScript/Ajax to send/receive data It SHOULD work within an IFRAME It SHOULD make use of a legal or personnal Web service/API It SHOULD be a static file - no server side scripting Additionnaly, if you intend to test your widget locally, it SHOULD make use of the following JavaScript and CSS emulation files: <link rel="stylesheet" type="text/css" href="http://www.netvibes.com/themes/uwa/style.css" /> <script type="text/javascript" src="http://www.netvibes.com/js/UWA/load.js.php?env=Standalone"></script>
Nicolas Punzo

Installer PHPDoc et générer une documentation | Naeh.net - 0 views

  • [Parse Data] title = Titre de la documentation hidden = false parseprivate = off javadocdesc = off defaultcategoryname = Documentation defaultpackagename = Projet target = /PATH/OU/SERA/ENREGISTRE/LA/DOCUMENTATION readmeinstallchangelog = README, INSTALL, FAQ, LICENSE directory = /PATH/VERS/LE/PROJET ignore = templates/,test*.php sourcecode = on output=HTML:frames:earthli
Nicolas Punzo

AJAX cross-domain et service web XML - 0 views

  • Et netVibe, bah utilise une solution à laquelle j'avais pensé mais (!!!) c'est relou quoi... Un script serveur intermédiaire qui va chercher les pages pour nous. Eux c'est sûrement en php... Moi je vais devoir faire du JAVA (SUPER ...). Bref voici l'article qui m'a renseigné sur la solution de NetVibes... http://blog.geekfg.net/2008/07/le-crossdomain-un-besoin-de-support.html Après ils savent peut être pas tout mais ça me parait la seule solution valable... Ce qui est dommage dans cette solution c'est le double chargement, 1 pour appeler le script sur son domaine, et le deuxième de son serveur vers l'autre domaine... bref.
1 - 8 of 8
Showing 20 items per page