10 useful .htaccess snippets to have in your toolbox

by Jean-Baptiste Jung. 46 Comments

.htaccess, the file which control the Apache webserver, is very useful and allows you to do a lot of things. In this article, I have compiled 10 .htaccess snippets that any web developer should have in his toolbox.

How to create offline HTML5 web apps in 5 easy steps

by Jean-Baptiste Jung. 47 Comments

Among all cool new features introduced by HTML5, the possibility of caching web pages for offline use is definitely one of my favorites. Today, I’m glad to show you how you can create a page that will be available for offline browsing.

10 tips for creating high quality WordPress themes

by Jean-Baptiste Jung. 21 Comments

Every week, hundreds new WordPress themes are released. Unfortunely, some of them lacks quality: Bad or bloated code, non respect of programming standards, and so on. I’ve compiled a list of 10 tips every WordPress theme developer should know and apply in order to create top-notch quality themes.

10+ useful tools to simplify CSS3 development

by Jean-Baptiste Jung. 14 Comments

CSS3 is indeed a great improvement to the CSS specification. It allow web developers to add stylish effects to their websites, without any headaches. That said, several tools can definitely be life savers when building websites using CSS3. In this article, I have compiled the 10+ most useful tools for all your CSS3 coding.

Create an adaptable website layout with CSS3 media queries

by Jean-Baptiste Jung. 21 Comments

With the rise of both very large screens and mobile devices, web developers have to be able to create websites that display correctly and look good whatever the device is. Sure, you can use good old techniques like fluid layouts, but I’ve got something better to show you today. This tutorial will teach you how you can create an adaptable website layout using CSS3.

Top 10 CSS 3 forms tutorials

by Jean-Baptiste Jung. 20 Comments

CSS3 brings to life countless new possibilities to make better web forms. In this article, I have compiled a list of the best 10 tutorials to make great forms using this new and amazing technology.

10 super useful PHP snippets

by Jean-Baptiste Jung. 32 Comments

Having the right code snippet at the right time can definitely be a life saver for web developers. Today, I’ve compiled 10 really awesome PHP code snippets that will, I hope, be very helpful in your forthcomming developments.

Easily create multilingual sites with WordPress

by Jean-Baptiste Jung. 39 Comments

Some days ago, I had to build a multilingual website using WordPress and the WPML plugin. In this tutorial, I’m going to show you what I’ve done to make a website available in three different languages.

8 awesome new jQuery plugins to have in your toolbox

by Jean-Baptiste Jung. 11 Comments

jQuery is by far my favorite Javascript framework, which allows developers to create stunning visual effects, manipulate data properly, and much more. In this article, I have compiled 8 new and totally awesome jQuery plugins that all web developers should have in their toolbox.