
laurentperroteau.com
Laurent Perroteau | Développeur Front-EndDéveloppeur Web depuis 5 ans, spécialisé Front-End depuis 4 ans, référent technique Front-End depuis 2 ans.
http://www.laurentperroteau.com/
Développeur Web depuis 5 ans, spécialisé Front-End depuis 4 ans, référent technique Front-End depuis 2 ans.
http://www.laurentperroteau.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.5 seconds
16x16
32x32
64x64
128x128
160x160
192x192
Contact Privacy Inc. Customer 0126161403
Contact Privacy Inc. Customer 0126161403
96 M●●●● Ave
To●●to , ON, M6K 3M1
CANADA
View this contact
Contact Privacy Inc. Customer 0126161403
Contact Privacy Inc. Customer 0126161403
96 M●●●● Ave
To●●to , ON, M6K 3M1
CANADA
View this contact
Contact Privacy Inc. Customer 0126161403
Contact Privacy Inc. Customer 0126161403
96 M●●●● Ave
To●●to , ON, M6K 3M1
CANADA
View this contact
14
YEARS
4
MONTHS
10
DAYS
TUCOWS DOMAINS INC.
WHOIS : whois.tucows.com
REFERRED : http://domainhelp.opensrs.net
PAGES IN
THIS WEBSITE
1
SSL
EXTERNAL LINKS
20
SITE IP
37.59.118.68
LOAD TIME
0.473 sec
SCORE
6.2
Laurent Perroteau | Développeur Front-End | laurentperroteau.com Reviews
https://laurentperroteau.com
Développeur Web depuis 5 ans, spécialisé Front-End depuis 4 ans, référent technique Front-End depuis 2 ans.
Le blog de Laurent Perroteau - Front-End Web Developer
http://www.laurentperroteau.com/blog
Le blog de Laurent Perroteau. Organiser les z-index avec SASS. Installer Numix Cinnamon, un thème moderne pour Linux Mint/Ubuntu. Erreur Gulp, Node-sass etc… après instalation Node.js 4.0.0. Mise à jour propre de Linux Mint sans backuper ses fichiers. L’importance du Guide des styles (ou charte). Communication entre une iframe et son parent. Yupik, une collection de modules inspiré pas Inuit.css. De Windows à Linux Mint (Ubuntu), un an après. Les fonts et l’accessibilité. Source Map, Less et Grunt. Résou...
TOTAL PAGES IN THIS WEBSITE
1
the big server migration – day 1 | code for now
http://www.codefornow.com/2015/03/13/the-big-server-migration-day-1
The big server migration – day 1. I’m embarking upon a big server migration moving from a “co-lo” to cloud-based VPS hosted solution. the cloud provider i’m going with is linode. My first attempt at launching an instance of a VM failed and i had to contact their customer support. Their online customer support migrated me from one box to another and i was up and running quickly thereafter. the CS rep responded to my online support ticket within 30 minutes of opening it, so that seemed pretty good. Global ...
code for now | write it today, obsolete tomorrow? | Page 2
http://www.codefornow.com/page/2
Browserify, jquery, and jquery plugins. I’ve been playing around with browserify. And i’m still debating whether or not it’s really the next big thing for me. complicating my development with a build process needs to buy me something that i really want. the whole concept of browserify is to be able use commonjs modules in the browser by bundling all of your dependencies together. what does that really mean? This lets you write code that looks like:. Var $ = require('./jquery-1.11.1.min');...Binding $ and...
code for now | write it today, obsolete tomorrow? | Page 3
http://www.codefornow.com/page/3
Using passport for facebook authentication. Offers very easy facebook authentication integration into your node app. for the most part, it’s very straightforward, but i got tripped up in a few places. I’m using krakenjs. For my express framework so you have to be a little mindful that some of the express setup stuff has been abstracted away from you. because of that, i was puzzled because i didn’t understand why i couldn’t get access to the passport user object once authenticated. This function is run on...
the big server migration – day 3 | code for now
http://www.codefornow.com/2015/03/16/the-big-server-migration-day-3
The big server migration – day 3. Ugh, i’m sick and restless so after being in bed all day, i decided to get up and apply myself a little with what else? Yet another blog migration to the new server. That being said, i was able to migrate another blog over and am just waiting for DNS to propagate before i call it a complete success. Webpack on a node.js stack. Has koa’s time come yet? Is sails.js the way to go? Lazo vs. rendr vs. ezel. Bootstrap 3 vs. foundataion 5 – when will this ever end? Sublime text...
webpack – chunk files not found | code for now
http://www.codefornow.com/2015/05/18/webpack-chunk-files-not-found
Webpack – chunk files not found. I’ve started my foray into webpack which appears to be quite promising, but the documentation is overwhelming and not very gentle for the newcomer. I was trying to figure out how to asynchronously load files with webpack using CommonJS modules. apparently, if you specify an output.path in webpack, you will also need to specify the output.publicPath option so that webpack knows how to find the chunks. An example working webpack.config.js file:. Create multiple entry points.
May | 2015 | code for now
http://www.codefornow.com/2015/05
Monthly Archives: May 2015. Webpack – karma and istanbul code coverage. Part of the difficulty of using something like webpack is that the source code that you edit is not the final code that is used in your project. so when it comes to unit testing your code, you have to figure out how to instrument what webpack is bundling. Luckily, there’s istanbul-instrumenter-loader. You can add this as a loader which will add the instrumentation of the code in your project as part of the webpack process. In the web...
March | 2015 | code for now
http://www.codefornow.com/2015/03
Monthly Archives: March 2015. The big server migration – day 4. Doing just a little bit of this migration at a time is starting to wear on me. i’ve decided to hunker down and move everything else over. it is turning out that i just happened to pick the problematic sites to migrate over first because the rest of the migrations are starting to move over quite nicely. I believe the migration is complete. DNS just needs to propagate and we’re pretty much golden. The big server migration – day 3. In the mean ...
the big server migration – day 4 | code for now
http://www.codefornow.com/2015/03/17/the-big-server-migration-day-4
The big server migration – day 4. Doing just a little bit of this migration at a time is starting to wear on me. i’ve decided to hunker down and move everything else over. it is turning out that i just happened to pick the problematic sites to migrate over first because the rest of the migrations are starting to move over quite nicely. I believe the migration is complete. DNS just needs to propagate and we’re pretty much golden. Leave a Reply Cancel reply. Your email address will not be published. Window...
atom vs. sublime text | code for now
http://www.codefornow.com/2014/03/24/atom-vs-sublime-text
Atom vs. sublime text. About a month ago there was a lot of hype about atom. From the folks at github. the hubbub was great and there was a lot of excitement about what kind of offering github would present to us. once i got my invite, i eagerly installed it and gave it a test run. FAN-TAS-TIC. except, when i started to use atom, i realized something: i don’t want to hack my text editor. actually, i don’t want to even think about my text editor. i want to think about my code. ...At its core, you expect a...
Comment bien versionner son site WordPress avec Git et Github – 24 jours de web
http://www.24joursdeweb.fr/2014/comment-bien-versionner-son-site-wordpress-avec-git-et-github
24 jours de web. Comment bien versionner son site WordPress avec Git et Github. Le dimanche 21 décembre 2014. Installé sur plus de 23 % des sites web dans le monde (selon W3Techs. WordPress est aujourd’hui le système de gestion de contenu le plus utilisé. Très riche apportant toute sorte de fonctionnalités en mode Plug’n’Play. E-commerce, générateur de formulaire, ). En octobre, lors du dernier Forum. A même été réalisée pour montrer son potentiel et sa fiabilité sur tout type de projets. Suivi des modif...
TOTAL LINKS TO THIS WEBSITE
20
La Bonne Agence - Agence web Grenoble, sites applications web & mobile
Le site est actuellement en cours de maintenance et sera bientôt de nouveau disponible. Merci de votre patience.
Laurent Perreaux
Aller au contenu principal. Article sur Mr Laurent Perreaux. Bienvenue dans ce premier article sur Mr Laurent Perreaux. Fièrement propulsé par WordPress. Thème Radiate par ThemeGrill.
中华办公家居网
空压系统在现代工业中是能耗大户,对于高耗能低效率的空压系统进行节能改造,提高其运行效率,是一个系统工程,如今,空压系统普遍存在的效率低下以及. 家具 全程一对一协助商品挑选,帮您选购最实惠、适合自己的家具,并且 给我们客户提供专业、 快捷、高效的 物流配送服务。
L'oh!! | Un site utilisant WordPress.com
Un site utilisant WordPress.com. Accéder au contenu principal. Bonjour tout le monde! Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! Bien le bonjour jeunes gens (et moins jeunes tout autant). Pas de texte élaboré dans ce nouveau post, juste une envie de faire partager quelques photos prises lors d’un court voyage au Vietnam. 5 jours dans la capitale HôChiMinh ville (ancien Saïgon) et des bons souvenirs. A bientôt peut être . See you, may be …). Le voyage se passa...
Laurent Perroteau | Développeur Front-End
Développeur Front-End / Intégrateur CMS. Développeur Front-End / Intégrateur CMS. Mon CV - Mon blog. J'intègre des sites "Cross Browser" en respectant les normes W3C et les recommandations S.E.O. . J'utilise les préprocesseurs CSS comme Less et Stylus mais surtout SASS. Dans une approche modulaire d'intégration. Dit natif ou Vanilla) avec jQuery. Je développe from scratch ou directement dans les solutions comme Symfony. Refonte responsive (bientôt en ligne).
laurentperroteau.deviantart.com
laurentperroteau - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 7 Years. This deviant's full pageview. This is the place where you can personalize your profile! You can drag and drop to rearrange.
laurentperry77's blog - alpacperry - Skyrock.com
14/03/2016 at 1:17 PM. 14/03/2016 at 1:17 PM. Subscribe to my blog! This blog has no articles. Post to my blog. Here you are free.
Blog de laurentperso - Blog de laurent concours - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Blog de laurent concours. Special concours des super cadeaux a gagne. Mise à jour :. Abonne-toi à mon blog! CONCOUR FILLE ET GARCON. POUR PARTICIPER A SE CONCOURS MERCI DE CLIQUER SUR LE LIEN. GAGNE 5 COMTE EN DVD CENDRION 3 PETIT COCHON PETIT POUCET ECT. VOTER TOUT LES 2 HEURE. BOSSTER A 200 POINTS. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Ajouter cette vidéo à mon blog.
Music Blog of LaurentPETER - Laurent PETER - Skyrock.com
Chasse sur Rhône (38). 12/08/2010 at 7:32 AM. 05/11/2014 at 2:20 AM. Le revers du mirroir / Si seulement (2009). SI SEULEMENT Quand ses pas ont foulé la. Subscribe to my blog! Add to my blog. Add to my blog. Add to my blog. Add to my blog. Add to my blog. Et puis j'attends. Add to my blog. Ainsi va la vie. Add to my blog. La misère à vos pieds. Add to my blog. Add to my blog. Add to my blog. Le fil de ma vie. Add to my blog. Add this video to my blog. Un grand coup de gueule. Listen to this track. Des fo...
accueil
SOCIAL ENGAGEMENT