Search the Fire Ring
Support theFireRing.com by shopping at amazon.com
Just shop as you normally would but start by clicking on the link above.
|
home » Works of Art » Nature Themed Room
|
Nature Themed Room
Photos and Painting by Greg Palmer
This nature themed room is for use as a nursery. The idea came from 2 things.
1) we didn't know what sex our baby was so we needed a neutral theme and
2) the room already had blue walls.
I started by painting the ceiling the same
color as the walls. Next I painted the sun around the light on the ceiling using
a stencil I created for the rays to make them all the same. Then I moved on to the
clouds using a rag technique. Even the duck and bunny were done freehand with
a rag. After that came the tree; the trunk and branches were done freehand but the leaves
were created using a stamp. It would have been too time consuming to do them all by hand.
Last came the grass and plants around the bottom of the wall, which were all done freehand
with a small brush.
|
$myKey = $_GET['PageKey'];
if($myKey == null)
{
$myKey = 11;
}
require("../theFireRing/phputility/util.php");
$sql = new MySQL_class;
$sql->Create("");
$myQuery = "SELECT T.PhotoKey, T.ThumbFolder, T.ThumbName, T.WallpaperFolder, T.WallpaperName1024x768, T.WallpaperName800x600 FROM Photos T WHERE T.PageKey = $myKey ORDER BY T.DisplayOrder ";
$sql->Query($myQuery);
$Count=0;
for ($i = 0; $i < $sql->rows; $i++)
{
$sql->Fetch($i);
$row = $sql->data;
$Count = $Count+1;
if($Count==1)
{
echo("");
}
echo("");
echo("
");
if($row[WallpaperName1024x768] != null)
{
echo("Wallpaper 1024x768 ");
}
if($row[WallpaperName800x600] != null)
{
echo("Wallpaper 800x600 ");
}
echo(" | ");
if($Count==3)
{
echo(" ");
$Count=0;
}
}
if($Count==1)
{
echo(" | | ");
}
else if($Count==2)
{
echo(" | ");
}
?>
|