Prince William and Kate Middleton Immortalized in Toothpicks by Steven J. Backman
San Francisco, CA - Mar 21, 2011 (PRN):
Steven J. Backman, a San Francisco native, has been creating toothpick art for nearly 40 years. What began as an elementary school project has become a passion for creating one-of-a-kind masterpieces.
Steven’s latest work of art is a toothpick portrait of Prince William and Kate Middleton. The piece of art was created in honor of the Royal couple. They symbolize a new generation of prosperity for the people of England. From a likeness of President Obama to modern abstract art, Steven has received worldwide recognition for his creativity.
During a recent interview, Steven said “The portrait of Prince William and Kate Middleton I created from 137 toothpicks and glue took three painstaking weeks to make, but it was a labor of love. Even though the toothpicks were mounted on a flat surface, the likeness looks 3 dimensional.”
Steven’s passion for toothpicks has led him to create other amazing sculptures, including a 13 foot long replica of the Golden Gate Bridge created from 30,000 toothpicks and glue. Steven is continuing his legacy by creating a new series of toothpick art.
$host= "localhost";
$mainuser= "root";
$conresult= mysql_connect($host, $mainuser);
$db="newsroom";
$table="nrcounter";
$conresult= mysql_connect($host, $mainuser);
$result=mysql_select_db($db, $conresult);
## if news id is empty initialize
if(!$news_id)
{
$news_id = "0";
}
## get the counter value for the news id
$query1 = mysql_query("LOCK TABLES $table READ");
$result = mysql_query("select * from $table where news_id='$news_id'");
echo mysql_error();
$num_rows=mysql_num_rows($result);
if ($num_rows!=0 )
{
$row = mysql_fetch_array($result);
$nrcount = $row[nrcount];
if ($nrcount == "") { $nrcount = 1000; }
}
else
{
## if no record found for the counter then insert a new record
$query1 = mysql_query("UNLOCK TABLES");
$query1 = mysql_query("LOCK TABLES $table WRITE");
$nrcount = "1000";
$result= mysql($db, "insert into $table (start,nrcount,news_id) values (current_date()+0, '$nrcount','$news_id')");
echo mysql_error();
$query1 = mysql_query("UNLOCK TABLES");
}
print("$nrcount");
$nrcount++;
$query1 = mysql_query("LOCK TABLES $table WRITE");
$result = mysql_query("update $table set nrcount='$nrcount' where news_id='$news_id'");
echo mysql_error();
$query1 = mysql_query("UNLOCK TABLES");
?>
Information from Press Release Network may be freely distributed to any publication. Wherever applicable, please cite Press Release Network as the news source.
DISCLAIMER: The content of each press release is the responsibility of the publishing organisation and is not vetted or approved by Press Release Network prior to publication. Press Release Network is not liable directly or indirectly for any direct or consequential loss, damage or expense resulting from the material disseminated and published on the site. Subscribers are advised to check the accuracy of all press releases and to obtain their own professional advice in relation to such information.