
FREDERIC-HEMBERGER.DE
Frederic HembergerWeb-Developer and Consultant from Cologne (Germany), crafting modern websites and (mobile) web applications with HTML5, CSS3, JavaScript and Node.js.
http://www.frederic-hemberger.de/
Web-Developer and Consultant from Cologne (Germany), crafting modern websites and (mobile) web applications with HTML5, CSS3, JavaScript and Node.js.
http://www.frederic-hemberger.de/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
1.4 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
7
SSL
EXTERNAL LINKS
16
SITE IP
104.198.14.52
LOAD TIME
1.388 sec
SCORE
6.2
Frederic Hemberger | frederic-hemberger.de Reviews
https://frederic-hemberger.de
Web-Developer and Consultant from Cologne (Germany), crafting modern websites and (mobile) web applications with HTML5, CSS3, JavaScript and Node.js.
Track deployments with Piwik's Annotation API | Frederic Hemberger
https://frederic-hemberger.de/en/articles/track-deployments-with-piwik-annotation-api
Track deployments with Piwik's Annotation API. This article was originally written for the Piwik Analytics Blog. Piwik allows you to annotate your analytics data in your dashboard to provide additional information, like the beginning of a new campaign or the launch of a new product. XBB;Our conversion rate improved by 10% since last week.« (»Yes, we rephrased our call to action message last Tuesday.«). Let's see what might have caused this …«). During your deployment, run the following script:. Run with ...
Talk: Digital self-defense – Mitigate Clickjacking and XSS attacks with HTTP headers | Frederic Hemberger
https://frederic-hemberger.de/talks/web-security/en.html
Mitigate Clickjacking and XSS attacks with HTTP headers. Image source: http:/ mystartrekscrapbook.blogspot.de/2009/05/click-on-images-to-view-shatner-ego.html. Why should we deal with security at all? All sorts of data depict our (digital) existence. The same password is often used for various services. Many people live and share their life online: personal information,. Contacts and friends,. Credit cards/banking information,. But the most important reason:. Are asking you users for all this data. Embed...
Grunt – A build tool for front-end projects | Frederic Hemberger
https://frederic-hemberger.de/en/articles/grunt-buildtool-for-frontend-projects
Grunt A build tool for front-end projects. Most front-end developers already use some kind of build processes for their projects, even if the might not know or don't use the term for it: They concatenate files for production, minify JavaScript code to speed up page loading and convert Sass or Less files into CSS for the browser. Grunt helps to manage all these steps in one single location and orchestrate third party components. This article was published first on Appliness Magazine, January 2013. Grunt a...
Talk: hapi – Building apps and services in Node.js | Frederic Hemberger
https://frederic-hemberger.de/talks/hapi
And services in Node.js. Web application framework for Node.js. Developed by Walmart Labs. You may have heard of #nodebf. History: Walmart started using Node as proxy for their old Java environment, replacing it bit by bit with new services. Started with Express (heavily modified), but created own framework. Black Friday' = Friday following Thanksgiving Day, officially opens the Christmas shopping season. Memory, Redis, MongoDB, Memcached, Riak, S3, ). UDP, HTTP, File, Console, ). How to get started?
Talk: Developing a web-security mindset – .concat() 2015 | Frederic Hemberger
https://frederic-hemberger.de/talks/concat-websecurity
Developing a web-security mindset. Hi, my name is Frederic Hemberger. I'm working as a freelance JavaScript developer in Cologne, Germany. Today I'm giving you an introduction how to develop a mindset for web-security. Security and lack thereof is almost always a design choice and a business decision. Problem with security is often self-made:. Fast product development cycles. Short time to market. Result: Because of time pressure, insecure prototypes find their way into production. What is user input?
TOTAL PAGES IN THIS WEBSITE
7
Juri's Writings: Implementing a REST API with node.js
http://juriswritings.blogspot.com/2015/04/implementing-rest-api-with-nodejs.html
A blog by Juri Urbainczyk Juri on Google. Wednesday, April 8, 2015. Implementing a REST API with node.js. It was quite clear that the API should be REST with JSON as transport protocol. Unfortunately, we only had less than 4 weeks to design, implement and test the mock API. Thus, only a very lightweight technology could make this possible, like node.js. Var http = require('http');. Var express = require('express');. Var url = require( "url" );. Var path = require("path");. Var fs = require("fs");. So, in...
Juri's Writings: An HTML5 canvas component for ExtJS 4
http://juriswritings.blogspot.com/2013/06/an-html5-canvas-component-for-extjs-4.html
A blog by Juri Urbainczyk Juri on Google. Tuesday, June 25, 2013. An HTML5 canvas component for ExtJS 4. As I described in another post. ExtJS 4 features components for graphics ("Ext.draw.Component") which are based on the standard HTML SVG tag. But what if we liked to use a canvas tag? ExtJS does not bring one of those - thus we have to create one. Picture 1: Solar system simulator written with the canvas component. And now, the most interesting part of the source code:. Extend: 'Ext.Panel',. ThistempC...
Juri's Writings: Devoxx 2013 - The coming of lambda
http://juriswritings.blogspot.com/2013/11/devoxx-2013-coming-of-lambda.html
A blog by Juri Urbainczyk Juri on Google. Tuesday, November 19, 2013. Devoxx 2013 - The coming of lambda. This year, there was no unique theme standing out. The hypes of the years past, Mobile, Cloud, NoSQL, BigData, are now regarded as standard. There were still presentations about those topics, but they are “normal” now. This of course is a good thing, although great emotions and extraordinary news are missing. Java 8 expected with Lambdas and support for parallel execution. Public class MyListener {.
Juri's Writings: 10 Golden Rules when working with Sencha Touch and JavaScript
http://juriswritings.blogspot.com/2012/08/10-golden-rules-when-working-with.html
A blog by Juri Urbainczyk Juri on Google. Monday, August 20, 2012. 10 Golden Rules when working with Sencha Touch and JavaScript. Lately I had the chance to work extensively with Sencha Touch again, which is really a great framework. Here is some of the advice I have to offer:. 1 Be mindful of brackets. 2 Don't forget: your developing for smartphones! Dont't put to much widgets on you screens. Mobile devices are smaller than you think. 4 Run your app and play with it. Dont't use fixed sizes for your comp...
Juri's Writings: Top Ten Tips for Hackathon Organizers
http://juriswritings.blogspot.com/2015/03/top-ten-tips-for-hackathon-organizers.html
A blog by Juri Urbainczyk Juri on Google. Thursday, March 19, 2015. Top Ten Tips for Hackathon Organizers. Want to organize a Hackathon? A Hackathon is an amazing opportunity to collect new ideas, learn new stuff and get to know interesting people. Here, I'd like to share with you my personal experince from past Hackathons. 1 Have a goal. 2 Know the technology. 3 Built a protoype. 4 Keep it simple. 5 Write documentation with sample code. 6 Bring all the stuff. 7 Plan time before and after the event.
Juri's Writings: Devoxx vs. JavaZone
http://juriswritings.blogspot.com/2014/09/devoxx-vs-javazone.html
A blog by Juri Urbainczyk Juri on Google. Tuesday, September 23, 2014. Devoxx vs. JavaZone. Every now and then I get queried which of the Java and Web conferences in. I would recommend. Often, the most sensible answer seems to be: “the one closest to you”. Nevertheless, since I visited JavaZone in. In September 2014, I think it may be time to make a thorough comparison after all. But which are the criteria? The number of rock star speakers? The volume of soft drinks available for free? If you have picked...
Juri's Writings: ExtJS Game of life – testing the Ext.draw library
http://juriswritings.blogspot.com/2012/12/extjs-game-of-life-testing-extdraw.html
A blog by Juri Urbainczyk Juri on Google. Saturday, December 22, 2012. ExtJS Game of life – testing the Ext.draw library. I always wanted to check out the ExtJS graphics library (Ext.draw) and thus I decided to implement the Game of Life in ExtJS as a kind of prototype. The following screenshot shows the results, a running game of life on a 40x40 grid. A running 40x40 game of life in ExtJS. Details about the Game of life can be found here: http:/ en.wikipedia.org/wiki/Conway%27s Game of Life. In order to...
Plugin: Transfer Filenames | Unofficial RedDot CMS blog about OpenText Web Site Management
http://www.reddotcmsblog.com/plugin-transfer-filenames
Unofficial RedDot CMS blog. OpenText CMS hints from developers, freelancers and fellow customers. December 11, 2009 ⋅. Although the CMS already includes a function to transfer the filenames of a language variant to all languages, this plugin. Quite similar to the “ Transfer RedDot Descriptions. 8221; plugin released yesterday takes you a step further: All filenames are exported to an XML. File which then can be translated to any other language before importing them back into the CMS. Stay up to date!
Juri's Writings: Textfield with an image: how to write a Sencha Touch 2 component
http://juriswritings.blogspot.com/2012/08/textfield-with-image-how-to-write.html
A blog by Juri Urbainczyk Juri on Google. Monday, August 27, 2012. Textfield with an image: how to write a Sencha Touch 2 component. Let's assume we'd want to write a component, which displays a string together with an image. This would come in handy, if we need to display the name of a customer (e.g. 'Pfefferminzia') and it's logo. The following picture shows the component in action - in the second row of the dialog. Extdefine("myapp.view.CustomerDisplayField", {. Extend: 'Ext.Container',. ThissetHtml('...
TOTAL LINKS TO THIS WEBSITE
16
ebro - Site Officiel
Bienvenue sur frederic-hebraud.com. Site d'art). . Bienvenue sur frederic-hebraud.com. Fille du ciel"- 80 x 80 cm - 2011. Edition de "Frédéric Hébraud, œuvres récentes" (2010-2015). Cotation officielle Hôtel des ventes Drouot. Visites d'Atelier sur rdv 06 12 09 08 20. Https:/ www.facebook.com/ebro.officiel. 2018 Frederic-Hebraud.com (Site Officiel ebro). Dernière mise à jour: 14 mars 2018 Pages vues: 124 080. Créez un site comme celui-ci!
frederic-heil.com
Frédéric Heil with Patrick Vega at the „Fête de la musique“,. June 3rd, 2006.
3D Art | Frédéric Hein
WIP The White Game: Main Characters. Characters created in ZBrush, Maya, 3D-Coat and Substance Painter in 2014. GOLIATH II: Character Art. A 3rd person action-adventure, the main character was created in Maya, ZBrush & Photoshop and implemented in Unity, in 2014. A 3rd person adventure game, characters and level-design made with Maya, ZBrush & Photoshop and implemented in Unity, in 2013. GOLIATH II: Environment Art. The End: 3D Art. GOLIATH II: Asset Workflow. Deus Ex: Human Revolution Rewrap.
Frédéric Held | Graphisme & Typographie
Festival Ephémère, communication visuelle 2015. Der Die Das, Ficcionnes Typografika 2014. Hadrien Dussoix, éditions l'Apage/Infolio 2014. Afghan Rock Nights, affiche 2014. AmreinHerzig, site web 2014. Céline Masson, packaging DVD 2013. N&C Stories, identité visuelle 2013. Joël Tettamanti, carte de visite 2013. Self-Made Mag 2012, 2013. Harry&Duke, affiche et flyer 2012. Grande Dixence, brochure 2012. Vellerat, affiche et journal 2011. Vellerat, identité visuelle 2011. Il n'y a rien à voir, affiche 2010.
Frederic-Heloise's blog - *O~° Le Paradis °~O* - Skyrock.com
O Le Paradis O*. Un homme : Frédéric. Une femme : Héloïse. L'Amour = =! 26/10/2007 at 5:13 AM. 30/06/2008 at 2:39 PM. Subscribe to my blog! Stages : 2 mois dans le 83 pour moi ( lui, dans le Nord ): Envoi de sms régulièrement . ( chacun de notre côté, on pense l'un à l'autre, à 1000 km de distance ). Retour d'Héloïse dans le 59 le 6 août. Sortie avec Frédéric seul à seul où avec les Namoureux sur Douai ou Cambrai. Exemple : le 15 Août à Cambrai. Je vais te le dire mon secret! Calins. 3} }. Don't forget t...
Frederic Hemberger
Freelance Web-Developer and Consultant. I accompany clients during digital transformation processes, develop strategies by trying to ask the right questions, build systems and automate workflows to meet these goals. I focus on Node.js and DevOps related topics, mostly around Docker and Kubernetes. Im also interested in web-security. Learn more about my work.
frederic-henaux-reseau-mbi.com
Frédéric HENAUX, Consultant d'entrepises pour le Réseau MBI | FRANCE
Consultant d'entreprises pour le Réseau MBI. MBI Développement met à votre disposition des outils de Diagnostic. Vous permettant une rapidité. MBI Développement et ses experts vous Conseillent. Sur le déroulement de vos actions. MBI Développement forme sur tous les aspects du Pilotage. MBI Développement vous Accompagne. À chaque instant garantissant la réussite de votre projet. De tous les instants. MBI Développement (r) 2014. Création Site Internet Info Plus.
Cargo
This Cargo website is currently available here: frederichenriques. If you are the owner and wish to activate this domain, renew your Site Upgrade. When the upgrade process is completed this domain will automatically display your Cargo website. If you need further help, visit Cargo Support.
frederic-henry.biz
Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.
Frederic Henry's Blog
My (Grace Yoo) Opinion/Review on the Novel. My Dream Life is Over. Catherine and My Escape. Detachment from the War. I Found Someone to Be Passionate About. I enlisted in the Italian army right after I graduated out of high school. Now I am stuck as an American fighting as an Italian in the World War. People tell me I'm very calm, which I am. Even if you get to know me well, I will stay calm. View my complete profile. Wednesday, October 28, 2009. My (Grace Yoo) Opinion/Review on the Novel. It was raining...
frederic-henry.com
Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.
SOCIAL ENGAGEMENT