browser lang:en
Spherical Law of Cosines Suppose that we want to find the five nearest places to (47.470779, -87.890699) using Spherical Law of Cosines, the following MySQL syntax would easily accomplish it: SELECT *…
03/02/2010 - by admin - 0 commentsI have been reading about MySQL's Query Caching features on the web. I have also been playing around with it on my own. I have concluded that it is a…
11/06/2009 - by admin - 0 commentsMySQL “Query Cache” is quite helpful for MySQL Performance optimization tasks but there are number of things you need to know. First let me clarify what MySQL Query…
11/06/2009 - by admin - 0 commentshere a rapid snippet to verify if a record exists in a mysql table: codice PHP: if ( mysql_num_rows(mysql_query("SHOW COLUMNS FROM table_name LIKE 'record_name' ")) == 1 ) echo "record exists" ; else…
10/05/2009 - by admin - 0 commentsHave you ever had to develop something yourself only to find out that there had already been…
in:JQuery (0 comments)The situation begins with your blog or website and you need to post some code on a particular…
in:The Holy Faq's (0 comments)So. Google just recently announced Google Buzz. I’m not sure about you, but I…
in:Blog (0 comments)There's lots of clever scripts around to tell you how to get images in and out of…
in:PHP scripts (0 comments)Spherical Law of Cosines Suppose that we want to find the five nearest places to (47.470779, -87.890699) using Spherical…
in:MySql (0 comments)I have always used Dreamweaver, and love it. But, I have been thinking, what are the FREE CSS…
in:Free Software (0 comments)Advanced Linux Sound Architecture (known by the acronym ALSA) is a Linux kernel component intended to replace the…
in:Blog (0 comments)The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a…
in:Scripts and tutorials (0 comments)
