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 21, 2010
Although there’s lots of things that you can do in WordPress, sometimes you may need a quick fix for a specific problem. In those cases, working directly on the database can be a real life-saver. In this article, I’m going to show you 10+ extremely useful SQL queries for WordPress.
Like CatsWhoCode? If yes, don’t hesitate to check my other blog CatsWhoBlog: It’s all about blogging!
WordPress : 10+ life saving SQL queries
Posted in Wordpress
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
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
By Jean-Baptiste Jung on February 1, 2010
Like many other web developers, I definitely hate Internet Explorer, especially the version 6. At a time where new and powerful techniques as such as HTML5 and CSS3 are emerging, it’s not surprising that IE can’t handle them correctly. Luckily, a few tricks can make your life easier.
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-ways-to-make-internet-explorer-act-like-a-modern-browser">10 ways to make Internet Explorer act like a modern browser
Posted in css3, html5, ie6, internet explorer, Web development