Feeds:
Posts
Comments

Archive for the ‘Personal’ Category

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++) [...]

Read Full Post »

Hello World 2.0

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 [...]

Read Full Post »