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 |
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 16, 2010
As a developer, your main tool is obviously those that will allow you to turn your ideas into code: A text editor. As time go by, more online text editors are created that can help you code from any computer with internet access. In this article, let’s have a look at 10+ useful online
code editors.
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/10-useful-online-code-editors">10+ useful online code editors
Posted in javascript, text editors, Web development |