
A look inside the latest jdmweb redesign
With the new version of the site coming out, I wanted to take the time to explain what I put in there and why. It evolved from a single case study, to a more generic discussion on several challenges that modern web developers would face, what I think of them, and how I usually address them. These ar...
En savoir plus
How to integrate the new Twitter api (1.1) in php
On October 11th 2012, Twitter introduced some major changes in its API following its plans to clean things up deeply. As is explaining the twitterapi account they have for example shut down or limited access to some of their data and resources. So if you've noticed that some Twitter functionalities ...
En savoir plus
How to integrate your instagram pictures with php
Ever looked for a straightforward way to integrate you instagram pictures on your website? Without a plugin nor an iframe? Well this article featured on the NOE interactive's blog presents how you can do so with PHP. It's a neat and simple solution that uses the instagram's API to get a particula...
En savoir plus
Scroll to Top jQuery plugin
If you happen to have on your site some pages that are a bit long, and therefore will lead your users to scroll down quite a bit to read your content, they may not have the patience to scroll again to get back up to the top. That's where this little plugin, hand made by NOE interactive comes in hand...
En savoir plus
How to Create Native Admin Tables in WordPress
WordPress list tables are a very common element of the WordPress admin interface. They are used by nearly all default admin list pages, and also often implemented by developers while writing plugins. However, creating one of those tables is not really an intuitive thing to do when you haven't done i...
En savoir plus