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 Jean-Baptiste Jung on March 22, 2010
CSS3 has not been here for a long time, but talented designers have already found a lot of great ways to use it to create beautiful and efficient techniques. In this article, I’ll show you the top 10 examples of what you can do using the power of CSS3.
Have you checked out the highly recommended Digging into WordPress book by Chris Coyier and Jeff Starr?
10 examples of futuristic CSS3 techniques
Posted in WordPressCreme News
By Jean-Baptiste Jung on March 22, 2010
CSS3 has not been here for a long time, but talented designers have already found a lot of great ways to use it to create beautiful and efficient techniques. In this article, I’ll show you the top 10 examples of what you can do using the power of CSS3.
Like CatsWhoCode? If yes, don’t hesitate to check my other blog CatsWhoBlog: It’s all about blogging!
10 examples of futuristic CSS3 techniques
Posted in css, Web development
By Jean-Baptiste Jung on March 15, 2010
Front-end web developent can seem to be easy at first, but producing a clean, semantic, and cross-browser code is definitely a hard job. In this article, I have compiled the top 10 best practices that have been useful to me in the past 3 years.
Like CatsWhoCode? If yes, don’t hesitate to check my other blog CatsWhoBlog: It’s all about blogging!
Top 10 best practices for front-end web developers
Posted in css, html, Web development
By Jean-Baptiste Jung on March 7, 2010
On most websites, content is stored in a database and served to visitors upon request. Databases are very fast, but there’s lots of things that you can do to enhance its speed and make sure you won’t waste any server resources. In this article, I have compiled 10 very useful tips to optimize and speed up your website database.
Like CatsWhoCode? If yes, don’t hesitate to check my other blog CatsWhoBlog: It’s all about blogging!
10 sql tips to speed up your database
Posted in Web development