Photoshop script to translate text layers based on language JSON files, then export project to PNG images for each language. Save a lot of time!
javascript
How to Photoshop Script: Export Layers to PNG Files
When you don’t want to do repetitive tasks in Photoshop… This script exports root layers from your current project to separate PNG files.
HowTo JS – Node Express REST API
Express has support for REST API. This example is inspired by SpringBoot’s Data/REST generated API, with auto-doc. Here’s how.
HowTo JS – Node Debug in Visual Studio Code
Visual Studio Code has support for JavaScript and out-of-the-box Node.js debugging. Here’s how.
JS React Material Express: Setting Up a Project Using Npm, Webpack, Babel
This is the simplest example to build a webapp using ReactJS, MaterialUI and ExpressJS in a project with Npm, Webpack, Babel.
JavaEE AngularJS Bootstrap: tutorials
Here are all my tutorials about JavaEE/AngularJS/Bootstrap, from 2015 to 2016 (it’s time to change for ReactJS).
JavaEE AngularJS : Web Packaging – Concat – Minify
This tutorial is intended to make a Maven web packaging like NodeJS+Brunch or NodeJS+WebPack. With HTML to JS, Single JS file, Minify. It’s usefull for web release because you’ll to limit the number of HTTP request, have a simple artifact to update, and limit the size of your app.
Continue reading
JavaEE AngularJS : Loading Screen
A simple way to handle loading screen before javascript kick-in, rely on ng-if.
Continue reading
JavaEE AngularJs: Browser Compatibility Alert
An example of alert in case of client side incompatible browser, like IE8. On others browsers like Chrome, FF or Safari, it will not popup.
JavaEE AngularJs: Browser URLs Cache and Version
This tutorial provides a way for the browser to manage different versions of the same resource.