words = [
'more',
'very much',
'more every day',
'still',
'infinitly',
'deeply',
'passionitly'];
desc = [
'is amazing',
'is Awesome',
'is Blithesome',
'is Excellent',
'is Fabulous',
'is Fantastic',
'is Favorable',
'is Fortuitous',
'is Great',
'is Incredible',
'is Ineffable',
'is Mirthful',
'is Outstanding',
'is Perfect',
'is Propitious',
'is Remarkable',
'is Smart',
'is Spectacular',
'is Splendid',
'is Stellar',
'is Stupendous',
'is Super',
'is Ultimate',
'is Unbelievable',
'is Wondrous'];
sentance = [];
string = [];
for (i=1; i LTE arrayLen(words); i++) {
arrayAppend(string, ‘I love you ‘);
arrayAppend(string,words[i]);
arrayAppend(string,’! ‘);
writeOutput(arrayToList(string, ”) );
arrayClear(string);
}
for (i=1; i LTE arrayLen(desc); i++) [...]
Archive for the ‘Personal’ Category
Modern Day Love Note
Posted in Personal, tagged ColdFusion Love Note, Love, Script, Wife on February 4, 2010 | Leave a Comment »
Hello World 2.0
Posted in Personal, tagged Personal on December 29, 2009 | 9 Comments »
My previous host, GearWorx, has failed terribly. In mid-November, my server was taken down and I have yet to receive a response or a restored database. I have sent several e-mails and have not received a response. I have a feeling they are going out of business.
What did I learn?
If it can–it will happen to [...]