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
By Jean-Baptiste Jung on February 8, 2010
In order to make sure that your website is always available to the public, you have to monitor it. In this tutorial, I’ll show you how you can easily create a monitoring script that will check your website availability and send an email or sms alert to you if it isn’t.
Like CatsWhoCode? If yes, don’t hesitate to check my other blog
href="http://www.catswhoblog.com">CatsWhoBlog: It’s all about blogging!
href="http://www.catswhocode.com/blog/how-to-easily-monitor-your-web-server-using-php">How to easily monitor your web server using PHP
Posted in php, server monitoring, Web development