thierrystiegler.wordpress.com
Html5 offline + Rails : épisode 1 Monsieur Manifest | Des saucisses et des scripts.
https://thierrystiegler.wordpress.com/2010/10/19/html5-offline-rails-episode-1-monsieur-manifest
Des saucisses et des scripts. Just type 'mv * /dev/null'. Aller au contenu principal. Devise et l’authentification HTTP. Html5 Backbone.js et localStorage sont dans un bateau →. Html5 offline Rails : épisode 1 Monsieur Manifest. Dans le cadre de mon boulot diurne, je développe en ce moment une application web pour iPad. Cette dernière doit pouvoir continuer à fonctionner sans connexions, c’est à dire passer en mode déconnecté. Sinon je vous recommande http:/ www.html5rocks.org. Utiliser un FALLBACK perme...
fr.ceroce.com
Céroce — Prestation Mac et iOS
http://fr.ceroce.com//prestation
Je m'appelle Renaud Pradenc. Pendant huit ans, j'ai écrit et conçu des logiciels pour des calculateurs embarqués dans des avions. J'ai écrit PortraiMatic pour Mac. Je donne des formations. Au développement sous iOS pour Mediabox. On me connaît pour mes participations à BeMyApp. Je suis modérateur du forum CocoaCafé.fr. Et j'ai été rédacteur pour Cocoa.fr. Faîtes aboutir votre projet. Les applications iOS et Mac sont écrites grâce à un outil appelé Cocoa. Gardez un œil sur l'avancement. Les bugs ne sont p...
thierrystiegler.wordpress.com
Devise et l’authentification HTTP | Des saucisses et des scripts.
https://thierrystiegler.wordpress.com/2010/10/13/devise-et-lauthentification-http
Des saucisses et des scripts. Just type 'mv * /dev/null'. Aller au contenu principal. Html5 offline Rails : épisode 1 Monsieur Manifest →. Devise et l’authentification HTTP. La gem) utilise les informations d’authentification HTTP fournies par votre daemon préféré (ngix, apache…). Seulement quand vous souhaitez mettre en place un environnement privé, par hasard un staging… Il devient impossible de vous connecter avec un compte géré par votre application Rails. Sur le même thème. Vous commentez à l'aide d...
parmanoir.com
Bracket Mess
http://parmanoir.com/Bracket_Mess
A bridge from Javascript to Cocoa. A Cocoa Class Browser. JSCocoa will soon get an Objective-J like syntax, mixing Javascript syntax and Objective-C messaging :. Allocate a new object var a = [MyObject new]. Mixing both styles looks buggy but is actually correct :. After your object is initialized, you can use Javascript-like access for hashes and dictionaries :. JSCocoa will translate Javascript array and hash immediates to. Instances, so they can also be used as parameter values . Code used for the Cap...
parmanoir.com
Core Image black fringes
http://parmanoir.com/Core_Image_black_fringes
A bridge from Javascript to Cocoa. A Cocoa Class Browser. Core Image black fringes. That's a subtle one. When rotating a. You'll see incorrect blending between the image and its background. In this case, a black and grey image on a red background shows darker interpolated pixels than exist in both image and background. Core Image is by default assuming a black border when blending the image. Will extend the image infinitely to blur border pixels with a copy of themselves. This will remove black borders in.
parmanoir.com
Quickest Way to Shell
http://parmanoir.com/Quickest_Way_to_Shell
A bridge from Javascript to Cocoa. A Cocoa Class Browser. Quickest Way to Shell. To run subprocesses. It can be used to run shell scripts. But all this manual pipe and file handling is a bit cumbersome. Fortunately, for a simple script, we can use the trusty old. And redirect its result to a file. Here's a quick way to get the path to the last crash report of your app :. We'll save the result in a temp file NSString* tempFilePath = [NSString stringWithFormat:@%@/MyApplicationLastCrash.txt, NSTemporar...
parmanoir.com
How Core Image Color Tracking works
http://www.parmanoir.com/How_Core_Image_Color_Tracking_works
A bridge from Javascript to Cocoa. A Cocoa Class Browser. How Core Image Color Tracking works. Tracks a color blob from an image and overlays another image on top of it. It does that with a Core Image filter. How? To overlay an image on top of blob matching a given color, we need a location : the center of the blob. If we have a set of 3D points, eg all vertices from a model, we add positions and divide by point count :. Add all coordinates (x, y) into one point. Divide by point count. I guess this metho...
parmanoir.com
8 ways to use Blocks in Snow Leopard
http://parmanoir.com/8_ways_to_use_Blocks_in_Snow_Leopard
A bridge from Javascript to Cocoa. A Cocoa Class Browser. 8 ways to use Blocks in Snow Leopard. They are pieces of code that can be saved and passed around, making ObjC even more dynamic. They capture the scope around them, that is the local variables of your functions, and let you use it. They take arguments you specify and let you call them anytime. Blocks are like function pointers, except they don't suck. Here's a few use cases for this new beast :. This is the least interesting use of blocks. The.
thierrystiegler.wordpress.com
Html5 Backbone.js et localStorage sont dans un bateau | Des saucisses et des scripts.
https://thierrystiegler.wordpress.com/2010/10/29/html5-backbone-js-et-localstorage-sont-dans-un-bateau
Des saucisses et des scripts. Just type 'mv * /dev/null'. Aller au contenu principal. Html5 offline Rails : épisode 1 Monsieur Manifest. Html5 Backbone.js et localStorage sont dans un bateau. Toujours dans le cadre de mon travail chez Novelys, nous avons utilisé pour le projet d’application web pour iPad pouvant fonctionner en mode déconnecté. Supplies structure to JavaScript-heavy applications by providing models. With key-value binding and custom events, collections. Souple, surtout pour la partie Vue.
SOCIAL ENGAGEMENT