Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

May 2018

Improve your writing by having it read back to you

Improve your writing by having it read back to you

Richard Feynman is still considered one of the greatest teachers that ever lived. He could explain complicated scientific subjects to the layman. His method, unlike most scientist, was to use simple words to convey complex ideas in a way we can all relate. He spoke in a human language.

JS Tip of the day

How to detect when the images are loaded

It is simple to load images to the page using JavaScript. We can create it using two methods then append it to the DOM. var img1 = document.createElement("img…