IE6 update warning and suggestion to upgrade Firefox 3.5, Google Chrome or IE8 is currently displayed by Youtube to all IE6 visitors: ‘we will be phasing out support for your browser’. Previously Digg team started to talk aboutdropping support for IE6 users because IE6 compatible development requires unreasonable amount of resources spent.
Category Archives: Programming
Everything you always wanted to know about touch icons
Touch icons” are the favicons of mobile devices and tablets. Adding them to your web page is easy, and I’m sure you already know how this works using HTML:
PHP Fatal error: Call to undefined function curl_init()
curl is an extension that needs to be installed, it’s got nothing to do with the PHP version. http://www.php.net/manual/en/curl.setup.php
MySQL append string
Use a combination of CONCAT and IFNULL (to handle the NULL case):
PHP Detect Mysql Too many connections
Detect "Too many connections" error and show alternate web page
Mysql console How to update the max_connections setting in MySQL
If you are getting "too many connections" errors in MySQL you can change the max_connections setting to allow more connections, assuming you have enough RAM to handle the increased number. This post looks at how to update the max_connections setting in MySQL.