Best of CatsWhoCode (2008 – 2012)

by Jean-Baptiste Jung. 7 Comments

Happy new year! Since almost 5 years, I post web development tips, tricks and tutorials on my blog CatsWhoCode.com. Today, here is a “best of” article to discover or rediscover the most useful article I’ve posted in five years.

Awesome web tools to simplify front-end development

by Jean-Baptiste Jung. 18 Comments

As a developer, I really like tools that can help me save time, or just make the whole development process easier. In this article, I have compiled my favorite web tools to simplify front-end web development.

WordPress snippets to work with social networks

by Jean-Baptiste Jung. 16 Comments

Social networks are very important on the internet and can bring tons of traffic to your website. Today, I have compiled my favorites WordPress code snippets to work with social networks as such as Facebook, Twitter, Pinterest, Google+, and more.

Making a website responsive in 3 easy steps

by Jean-Baptiste Jung. 32 Comments

Today, a website must not look good only on a desktop screen, but also on tablets and smartphones. A website is responsive if it is able to adapt to the screen of the client. In this article, I’ll show you how to easily make a website responsive in three easy steps.

Awesome jQuery snippets to work with forms

by Jean-Baptiste Jung. 14 Comments

Forms are definitely a very important part of a website, but they can be also a bit tricky to handle. To help you working more easily with HTML forms, I have compiled some very useful jQuery code snippets from my personal snippet library in this article.

10+ wp-config tricks to boost your WordPress site

by Jean-Baptiste Jung. 13 Comments

If you already installed WordPress, you know the wp-config.php file: this is the file where you set up your database connection info and define your site language. But you can do a lot more things with the wp-config.php file. In this article, I’ll show you 10+ tricks, using wp-config.php, to boost your WordPress website.

How to create a simple and efficient PHP cache

by Jean-Baptiste Jung. 19 Comments

When working on php websites made from scratch and without a framework, speed can often be an issue. Caching is extremely useful in order to speed up PHP webpages. In this article, I’ll show you a super easy and efficient way to dynamically cache php pages that need to be faster.

Useful PHP code snippets and functions

by Jean-Baptiste Jung. 11 Comments

Every web developer should keep useful code snippets in a personal library for future reference. Today, I have compiled the most interesting and useful PHP code snippets I have added to my personal snippet library the last 3 months.

jQuery plugins for awesome web typography

by Jean-Baptiste Jung. 8 Comments

Typography is a very important part of a website design. But it is also often neglected. In this article, I have compiled the most awesome jQuery plugin to take total control of your site typography.

Awesome CSS3 generators to simplify front end development

by Jean-Baptiste Jung. 14 Comments

CSS3 introduced lots of new possibilities in the world of front end web development. This is indeed a great thing, but it can become quite hard to remember all the parameters, especially if you come from a web designer background. Here are a list of 10 awesome CSS3 code generators that will help you to save time and hassle.