Happy Birthday Dean ( alphageek )

Signed-In Members Don't See This Ad
Signed-In Members Don't See This Ad

SteveJ

Member
Joined
Jul 11, 2012
Messages
3,375
Location
Grand Junction, Colorado
It's your birthday,
it's your birthday,
people writing everywhere,
make a pen Dean,
make a pen Dean,
you can sell them over there
up near Green Bay
on your birthday
Time for me to stop this now
Just before you have a cow
on your birthday
have a good day!
 

PR_Princess

Member
Joined
Jun 1, 2007
Messages
2,384
Location
Sturtevant WI, USA.
<?xml version="1.0" encoding="UTF-8"?>
<birthday>
<Dean>
<previousAge>44</previousAge>
<newAge>45</newAge>
<birthYear>1969</birthYear>
</Dean>
<cake>
<ingredients>
<ingredient>eggs</ingredient>
<ingredient>milk</ingredient>
<ingredient>butter</ingredient>
<ingredient>flour</ingredient>
<ingredient>sugar</ingredient>
</ingredients>
<decoration>
<frosting>ButterCream</frosting>
<message>Happy 45th Birthday!!!!</message>
<message>And may this coded wish be bug free!</message>
</decoration>
</cake>
</birthday>
 
Last edited:

mark james

IAP Collection, Curator
Joined
Sep 6, 2012
Messages
12,751
Location
Medina, Ohio
<?xml version="1.0" encoding="UTF-8"?>
<birthday>
<Dean>
<previousAge>44</previousAge>
<newAge>45</newAge>
<birthYear>1969</birthYear>
</Dean>
<cake>
<ingredients>
<ingredient>eggs</ingredient>
<ingredient>milk</ingredient>
<ingredient>butter</ingredient>
<ingredient>flour</ingredient>
<ingredient>sugar</ingredient>
</ingredients>
<decoration>
<frosting>ButterCream</frosting>
<message>Happy 45th Birthday!!!!</message>
<message>And may this coded wish be bug free!</message>
</decoration>
</cake>
</birthday>


... A Geeky message... :laugh::laugh::laugh::laugh:
 

alphageek

Former Moderator
Joined
Jul 19, 2007
Messages
5,120
Location
Green Bay, WI, USA.
<?xml version="1.0" encoding="UTF-8"?> <birthday> <Dean> <previousAge>44</previousAge> <newAge>45</newAge> <birthYear>1969</birthYear> </Dean> <cake> <ingredients> <ingredient>eggs</ingredient> <ingredient>milk</ingredient> <ingredient>butter</ingredient> <ingredient>flour</ingredient> <ingredient>sugar</ingredient> </ingredients> <decoration> <frosting>ButterCream</frosting> <message>Happy 45th Birthday!!!!</message> <message>And may this coded wish be bug free!</message> </decoration> </cake> </birthday>
Holy geek batman- that's well formed xml!!! Very nice ! :)
 
Top Bottom