background preloader

Slim Framework - Slim Framework

Slim Framework - Slim Framework

https://www.slimframework.com/

Related:  capetrel

Demo of a simple CRUD RESTful PHP service used with AngularJS and MySQL <?php require_once("Rest.inc.php"); class API extends REST { Tonic: The RESTful Web App PHP Micro-Framework Tonic is an open source less is more, RESTful Web application development PHP library designed to do things "the right way", where resources are king and the library gets out of the way and leaves the developer to get on with it. To understand Tonic, you need to get the Web, so forget everything you know for a minute and think about how the Web really works, it's not about HTML pages, it's about resources: Everything useful is a resource, not a file, not a CGI script, a resource, an abstract concept of something useful that the client wants to grab hold of. bind9 Le service DNS (Domain Name System) est un service TCP/IP permettant la correspondance entre un nom de domaine qualifié (FQDN : Fully Qualified Domain Name) et une adresse IP, par exemple www.ubuntu-fr.org = 193.55.221.76. Ainsi, grâce à DNS, il n'est pas nécessaire de se souvenir des adresses IP. Un serveur qui héberge le service DNS est appelé "serveur de noms". Ubuntu est livré par défaut avec BIND (Berkley Internet Naming Daemon), le serveur DNS le plus utilisé sur Internet. Ce guide est destiné aux personnes désireuses d'apprendre comment configurer et maintenir un serveur DNS BIND9.

jQuery UI CodeIgniter for beginner: 5 things you should know It is almost one year I’ve been using CodeIgniter framework for my projects. Personally, I like this PHP framework very much because it is small, easy to setup, no need to use command prompt and etc. Besides, the documentation is great! However, some of my friends keep bugging me with simple questions about the framework, how to do this, how to do that, bla..bla..bla.., which are the answers already written in the documentation. So, I’m writing this post so that they know what they should. 1. SVG and CSS - Cascading Style Sheets It is possible to style your SVG shapes using CSS. By styling is meant to change the looks of the shapes. This can be stroke color and width, fill color, opacity and many other properties of your shapes. There are 6 ways to style the shapes in your SVG images.

_Rest_Server Calling a Zend_Rest_Server Service To call a Zend_Rest_Server service, you must supply a GET/POST method argument with a value that is the method you wish to call. You can then follow that up with any number of arguments using either the name of the argument (i.e. "who") or using arg following by the numeric position of the argument (i.e. Tutoriel AJAX : apprendre la production de données au format JSON en PHP, par Marc Autran Comme annoncé dans le billet précédant, montrons comment notre serveur PHP peut renvoyer des objets JSON. 1/ Le serveur web et base de données Pour ce faire le seul pré-requis est de disposer d'un serveur Apache avec le module PHP et d'une base de données. De nombreux hébergeurs du Cloud en proposent. L'objet de ce billet n'étant pas de faire de la pub pour les hosters, je vous laisse le choix de l’hébergeur. Afin que ce que je montre soit parfaitement reproductible pour le lecteur je m'affranchirai de la problématique d'hébergement en utilisant un serveur que j'héberge sur mon PC. J'ai opté pour le serveur Apache + PHP + MySQL tout en un.

Posting Source Code While WordPress.com doesn’t allow you to use potentially dangerous code on your blog, there is a way to post source code for viewing. We have created a shortcode you can wrap around source code that preserves its formatting and even provides syntax highlighting for certain languages, like so: To accomplish the above, just wrap your code in these tags: [code language="css"] your code here [/code] [ Wikidébrouillard ] Compter jusqu'à 31 avec une seule main De Wikidebrouillard. Présentation de l'expérience Comment compter jusqu'à 31 uniquement à l'aide des 5 doigts d'une main ? Silex - The PHP micro-framework based on Symfony2 Components Mettre en ligne votre serveur web Raspbian, DynDNS et port forwarding Si vous êtes ici, c’est probablement que vous avez lu le tutoriel sur l’installation d’un serveur web pour la raspberry Pi. Le tutoriel ici présent lui fait suite de façon directe. Par conséquent, vous devriez maintenant avoir un serveur web sous Raspbian opérationnel. Néanmoins, comme nous l’avions alors précisé, ou comme vous avez pu le remarquer par vous-même, ce serveur ne sera disponible qu’en local. C’est-à-dire que vous ne pourrez pas y accéder depuis un autre réseau que celui ou se trouve votre chère Raspberry Pi.

SL3 + WCF + Stream response - is it possible? SL3 gurus, I'm trying to get a truly stream-oriented connection from a SL3 client app calling my WCF operation with the result being streamed back to the client via the System.IO.Stream class. I have a basic WCF service contract: Stream GetStreamResult (string query, int maxResults) I tried to get this working from my SL3 client, but could not. Front-end Developer Handbook 2017 · GitBook Written by Cody Lindley sponsored by — Frontend Masters This is a guide that anyone could use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2017. It is specifically written with the intention of being a professional resource for potential and currently practicing front-end developers to equip themselves with learning materials and development tools. Secondarily, it can be used by managers, CTOs, instructors, and head hunters to gain insights into the practice of front-end development.

Related: