By Jean-Baptiste Jung on April 3, 2011
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.
Posted in php |
By Jean-Baptiste Jung on March 20, 2011
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.
Posted in php, Wordpress |
By Jean-Baptiste Jung on March 29, 2010
In programming, regular expressions are a very useful tool designed to validate, search, and match text patterns. In this article, I have compiled more than 10 incredibly useful regular expressions, for any language, that will probably be very beneficial to you.
Like CatsWhoCode? If yes, don’t hesitate to check my other blog CatsWhoBlog: It’s all about blogging!
10+ regular expressions for efficient web development
Posted in php, Web development |
By Matt Apperson on March 4, 2010
Have you ever dreamt about a powerful database that you can access easily, without using the SQL language? That what Apache CouchDB is all about. In this tutorial, I’m going to show you how to get started with this document-riented database and how you can use it with PHP.
Like CatsWhoCode? If yes, don’t hesitate to check my other blog CatsWhoBlog: It’s all about blogging!
Getting started with CouchDB: a beginner’s guide
Posted in php, Web development |
By Jean-Baptiste Jung on February 28, 2010
When developing websites, you have to care about different browsers, as well as mobile devices such as iPhones or iPods. In this article, let’s have a look at the 10+ most useful code snippets (Javascript, PHP, CSS, etc) for developing iPhone friendly websites, quickly and efficiently.
Like CatsWhoCode? If yes, don’t hesitate to check my other blog CatsWhoBlog: It’s all about blogging!
10+ useful code snippets to develop iPhone friendly websites
Posted in css, javascript, php, Web development |