line

Add to any feed reader

Google-beater? Don?t make me laugh!

A handful of ex-Googlies have set up a new search engine which they reckon is going to beat Google.

Hmmm. Well, I saw this mentioned on BBC News earlier today but didn’t bother checking it out. Then I saw a thread about it on Telford Live so I thought I’d best give it a whirl seeing as how people are talking about it.

What a sack of cack.

A seach for Telford Live comes up with an image that has no relevance to the website. Searching for “wonkos world” comes up with some random sites (more…)

Google`s Udi Manber Looks at Search

If you want a well-informed perspective on where web search has been and where it s going Udi Manber can give it to you. Currently serving as Google s vice president in charge of search quality he recently granted a couple of interviews that offered among other things a rare insider s look at one search engine s approach to delivering answers….

Villanova University Six Sigma & IT Certificate Programs 100% Online programs in Six Sigma, IS Security, CISSP Prep, Business Analysis, Proj. Mgmt. and more! (more…)

How to track error /Expert Advice Required (no replies)

From time to time I am getting error:

Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/hotmouse/public_html/includes/functions/database.php on line 19

Unable to connect to database server!

Which shutdown mysql until I would have manually restart it, how track which script could cause that and track it down ? (more…)

PDO_MYSQLND: The new features of PDO_MYSQL in PHP 5.3 (no replies)

PDO_MYSQLND: The new features of PDO_MYSQL in PHP 5.3

http://blog.ulf-wendel.de/?p=193 (more…)

End Query with \G instead of ;

You can use \G instead of ; for tables with lots of fields.

mysql> SHOW STATUS LIKE ‘Qcache%’;
+————————-+———–+
| Variable_name | Value |
+————————-+———–+
| Qcache_queries_in_cache | 6990 |
| Qcache_inserts | 6990 |
| Qcache_hits | 3987 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 621 |
| Qcache_free_memory | 176329432 |
| Qcache_free_blocks | 1 (more…)

« Previous PageNext Page »