Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

December 2014

My 2014 reading list

My 2014 reading list

In 2014 I have decided to do less consuming and more producing. But with the nature of the internet, you can't help but sometime read other stuff. Yes, the internet can be a huge waste of time. But let's not forget, there is some amazing content that make it all worthwhile.

The best SEO trick

The best SEO trick

This short article was originally posted on April 21 2011 on my old blog which is now defunct. It is the only one I can still access via archive.org. So enjoy.

Don't make things too complicated

Don't make things too complicated

Ignorance is bliss. Especially when you are new in a field. Most people that are just getting started in web development want to change the world. But then they hit a wall and ask the more seasoned developer for help, those make it their mission to crush their dreams.

One night stand framework

One night stand framework

I have always been a big fan of JavaScript. The moment I discovered that I could use alert() to debug, I fell in love with it. That was many years ago, when I was still telling people to fire up internet explorer, notepad and get started. At lot has happened since. I find myself more reluctant to just recommend JavaScript to new developers now.

JS Tip of the day

Not all arrays are arrays

You modified the Array object to include some of your custom methods. You create an array, you use the method and get an error: Array.prototype.loop = function…