Achat compulsif de la soiree ... Une ps4 (Ã batcave)
Peter Solarz
art blog(derogatory)
"I'm Dorothy Gale from Kansas"
No title available
taylor price

Andulka

roma★

No title available
almost home
Stranger Things
Xuebing Du
tumblr dot com
Misplaced Lens Cap
he wasn't even looking at me and he found me
wallacepolsom

Discoholic 🪩
No title available

Janaina Medeiros
let's talk about Bridgerton tea, my ask is open
hello vonnie
seen from India
seen from United States

seen from United States
seen from Romania

seen from South Africa

seen from Malaysia

seen from United States
seen from United States

seen from Brazil
seen from United States

seen from Belgium
seen from United States

seen from United States
seen from United Kingdom

seen from Malaysia
seen from United States
seen from Vietnam
seen from United States
seen from United States
seen from United States
@shanfi
Achat compulsif de la soiree ... Une ps4 (Ã batcave)
Premier plongeon dans Titanium alloy !!!
Alloy est un nouveau frameworks MVC pour faire des applications mobiles sous Appcelerator Titanium 3.X. il embarque Backbone et Undersc
On va utiliser ce framework pour faire une application iPhone, Android et Web mobile, qui permettra de gérer une liste de courses.
Au cours des 8 dernières années l'utilisation du JavaScript n'a cessé d'augmenter. En effet en 2005, le Web a fortement évolué avec l'émergence du paradigme AJAX et Web2.0. Cette Evolution a permis l'enrichissement des interfaces utilisateurs et la démocratisation du langage JavaScript. Plus récemment, l'essor du JS (JavaScript) a popularisé un format d'échange : le JSON. Sa croissance est telle qu'aujourd'hui le JSON est devenu le format incontournable d'échange de données sur le Web.
Twitter vient de mettre en ligne la nouvelle version de son framework front-end Bootstrap3, toujours disponible sous licence Apache 2.0. Faisons un tour rapide pour examiner toutes les nouveautés de cette version.
SPA (Single Page Applications) are web applications commonly developed in HTML, JavaScript and CSS. The user loads the initial page then all the needed resources are loaded dynamically via XHR and inserted into the DOM without reloading the page.
Developing SPA application can be extremely exciting, but we should always stay focused on securing all the app’s possible leaks.
Managing user authentication via RIA (Rich Interface Applications) is similar to standard web Client Server Application. Usually, in Standard web apps the authentications is fully managed by the used framework (Laravel Auth, Spring Security …) and it’s pretty simple:
After a valid user authentication, the server sends a secret token that is stored server side in the Server Session or the DataBase, and client side in the cookies.
Each time the client (browser) asks for a resource, it sends the secret token in the header.
The server compares the token with the one it has, if it’s valid, it responds and sends back a new token that will be used for the next request.
If there is a problem with the token the user is redirected to the Login form.
RIA apps uses XHR requests to retrieve data from the server via REST services, it can’t manage authentication exceptions, because the tokens verification are made server side. In our case we will be developing a REST API that should use the Framework Authentication features and manage Authentication issues (disconnects, session expiry, hacks, etc …) and redirect the user to the login form.
Cross-origin resource sharing (CORS) est une spécification W3C, qui autorise les requêtes Cross-Domain. Elle permet de gérer les accès à une ressource sur un serveur, lié à un domaine, par un script provenant d’un serveur lié à un autre domaine.Â
Dans cet article nous allons Uploader des fichiers depuis le navigateur  vers un Bucket S3, en utilisant JavaScript, en exploitant la fonctionnalité CORS proposée par AWS pour son service S3 (Simple Storage Service).