The Blog of Jordan Rynard
Phrenic of Jordan

Tips and best practices to develop responsive websites
Tips and best practices to develop responsive websites Published on May 14th, 2012by Jean-Baptiste Jung. 1 Comment – In the recent years, we saw both a rise of mobile devices such as the iPhone and wide monitors. Responsive websites are website that can adapt to lots of different screen resolution and always look good. In [...]
Super useful online tools to work with images
Super useful online tools to work with images Published on May 7th, 2012by Jean-Baptiste Jung. 1 Comment – Images are indeed a big part of a website, and as a developer or designer you often have to work with them. Sure, there’s desktop applications like Photoshop or Gimp, but there’s also a bunch of super [...]
Super useful WordPress action hooks and filters
Super useful WordPress action hooks and filters Published on April 23rd, 2012by Jean-Baptiste Jung. 0 Comments – Action hooks and filters are very useful in WordPress. They allow you to “hook” a custom function to an existing function, which allows you to modify WordPress functionality without editing core files. Today, here are 10 super usefull [...]
Awesome sites to find useful code snippets
Awesome sites to find useful code snippets Published on April 10th, 2012by Jean-Baptiste Jung. 0 Comments – As a developer, I really like to collect and keep a library of useful code snippets that allow me to save a lot of time when building websites or apps. Today, I have compiled a list of the [...]
Sending SMS with PHP and TextMagic: An A to Z guide
Sending SMS with PHP and TextMagic: An A to Z guide Published on March 26th, 2012by Jean-Baptiste Jung. 1 Comment – Over the years, Short message service (SMS) has become a very important way of communication, and many businesses are looking for easy ways to send automated text messages to their customers. In this tutorial, [...]
10+ useful SQL queries to clean up your WordPress database
10+ useful SQL queries to clean up your WordPress database Published on March 12th, 2012by Jean-Baptiste Jung. 3 Comments – After years of usage, your WordPress database can contain weird characters, be filled with data you don’t need anymore, and so on. In this article, I’m going to show you 10+ SQL queries to clean [...]
10 awesome HTML5 audio players
10 awesome HTML5 audio players Published on February 27th, 2012by Jean-Baptiste Jung. 0 Comments – Among other great features, the new HTML5 specification allow native audio streaming. In this article, I have compiled the 10 most awesome HTML5 audio players available today. Media Element MediaElement is an audio an video player which is written in [...]
Amazing things to do with PHP and cURL
Amazing things to do with PHP and cURL Published on February 6th, 2012by Jean-Baptiste Jung. 4 Comments – cURL, and its PHP extension libcURL, are very useful tools for tasks like simulating a web browser, submit forms or login to a web service. In this article, I’m going to show you some amazing things that [...]
WordPress Transients API – Practical examples
WordPress Transients API – Practical examples Published on January 23rd, 2012by Jean-Baptiste Jung. 1 Comment – The WordPress Transients API is a very useful tool which allow developers to cache data such as the result of a query for future uses. In this article, I’ve compiled a list of useful practical example to div into [...]
10 super useful PHP snippets you probably haven’t seen
10 super useful PHP snippets you probably haven’t seen Published on January 16th, 2012by Jean-Baptiste Jung. 0 Comments – When working with PHP, it is very useful to have a “toolbox” of handy functions and code snippets that can save lots of time when needed. Today, I’m going to show you 10 super useful code [...]

JORDAN
RYNARD

Web Developer