Orange County California Computer Consultants http://www.masleyassociates.com (719)649-7451 info@masleyassociates.com Orange County California Computer Consultants http://www.masleyassociates.info (719)649-7451 info@masleyassociates.com » article » Orange County California Computer Consultants http://www.masleyassociates.com (719)649-7451 info@masleyassociates.com

Orange County California Computer Consultants http://www.masleyassociates.com (719)649-7451 info@masleyassociates.com

Orange County California Computer Consultants http://www.masleyassociates.com (719)649-7451 info@masleyassociates.com

Orange County California Computer Consultants http://www.masleyassociates.com (719)649-7451 info@masleyassociates.com header image 2

How, and why, I came to Colorado Springs

October 24th, 2007 · No Comments

How, and why, I came to Colorado Springs

e-mail to a friend  | print this  |  link to this

NEXT › ‹ PREVIOUS

pictures of me, my daughters and my new friends

pictures of me, my daughters and my new friends

Provided by: Greg Masley

var images=’Image.axd?imageid=146944:’; var imageSrcArray=images.split(’:'); var imageArray = new Array(); var captions=”pictures of me, my daughters and my new friends:”; var captionArray=captions.split(’:'); for(i=0; i < captionArray.length-1; i++) captionArray[i]=captionArray[i].replace(/_#+/, ‘:’); var credits=”Greg Masley:”; var creditArray=credits.split(’:'); for(i=0; i < creditArray.length-1; i++) creditArray[i]=creditArray[i].replace(/_#+/, ‘:’); var contentTitle = “How, and why, I came to Colorado Springs”; for(i=0; i 0){ ImageControl.src = imageArray[imageIndex].src + “&copytype=1″; ImageControl.alt = (captionArray[imageIndex]!=”") ? captionArray[imageIndex] : contentTitle; ImageLink.href = imageArray[imageIndex].src + “&copytype=2″; CaptionControl.innerHTML = captionArray[imageIndex]; if(creditArray[imageIndex] && creditArray[imageIndex]!=”") { CreditControl.innerHTML = “Provided by: ” + creditArray[imageIndex]; } if (imageTotal>1) { ImageLocationControl.innerHTML = (imageIndex + 1) + ” of ” + imageTotal; divNext.style.display = “block”; divPrev.style.display = “none”; } else { divNext.style.display = “none”; divPrev.style.display = “none”; } } // functions function nextImage() { if( prevFlag == false ) { if (imageIndex < imageTotal - 1) { imageIndex = imageIndex + 1; if( imageIndex 0 ) { imageIndex = imageIndex - 1; if( imageIndex > 0 ) {//if image index still less than imageTotal - 1 display next still divNext.style.display = “none”; divPrev.style.display = “block”; prevFlag = true; } else { divNext.style.display = “block”; divPrev.style.display = “none”; prevFlag = false; } } else { prevFlag = false; } } } else { if(imageIndex > 0 ) { imageIndex = imageIndex - 1; if( imageIndex > 0 ) {//if image index still less than imageTotal - 1 display next still divNext.style.display = “none”; divPrev.style.display = “block”; prevFlag = true; } else { divNext.style.display = “block”; divPrev.style.display = “none”; prevFlag = false; } } else { prevFlag = false; } } ImageLink.href = imageArray[imageIndex].src + “&copytype=2″; ImageControl.src = imageArray[imageIndex].src + “&copytype=1″; ImageLocationControl.innerHTML = (imageIndex + 1) + ” of ” + imageTotal; CaptionControl.innerHTML = captionArray[imageIndex]; CreditControl.innerHTML = “Provided by: ” + creditArray[imageIndex]; }

Contributed by: Greg Masley on 1/15/2007

I grew up in The OC in Southern California. I had never thought or heard about Colorado Springs until three years ago when my ex-wife, now remarried announced they had bought a house and were going to move my two Amerasian daughters Tatiana, 10, and Paulina, 9, to Colorado Springs.

So on my birthday, March 2, I packed up all my belongings and my computer service business MasleyAssociates.com and drove to Colorado Springs without knowing anybody or ever seeing or hearing about it. I decided to follow the same time that they did because my daughters mean the world to me and I couldn’t take being without their smiling faces even for a short while.

“What’s it like there?” I asked my daughters’ mother. “Oh, it’s just like Orange County,” she said.

With that in mind, you can imagine the look on my face as I hit town and felt the cold temperature and saw snow all over the ground. “In what way is this at all like Orange County?” I thought. On passing through Nevada, my Ford Explorer blew the engine so now I was in a strange town without knowing anybody, any work or even a working car.

It took a lot of work and three years, but I made it. I have a new house two streets from where my daughters live with their mother and a thriving computer business MasleyAssociates.com, and I’ve also made a lot of new local friends. The most important thing is that I get to see my daughters regularly and they know their father loves them so much just topick up and move to a place he’s never seen or heard of.

I do miss the beach, but I think coming to Colorado Springs to stay close to my daughters was the right choice. They know how much their father loves them, and I think that means a lot to daughters.


[Report this as objectionable content.]

SUBMIT COMMENT

Rate the above story

var imgOn = new Image(); imgOn.src = ‘http://coloradosprings.yourhub.com/Portals/_default/Images/ratingOn.GIF’; var imgOff = new Image(); imgOff.src = ‘http://coloradosprings.yourhub.com/Portals/_default/Images/ratingOff.GIF’; var currentRating = -1; var contentType = ‘Story’; var beenRated = false; var reRated = 0; var contentID = 170691; var userID = -1; //Display the current Rating this user has given if(currentRating > 0) { reRated = currentRating; beenRated = true; var updatingRating = false; changeRateLabel(updatingRating); updateStars(currentRating); } function rateContent(rating) { if(userID > - 1) { var updatingRating = true; AjaxAPI.RateContent(contentID, userID, rating); changeRateLabel(updatingRating); updateStars(rating); } } function updateStars(starNumber) { //for each star leading up to starNumber -> swap highlighted image for(i = starNumber; i >= 1; i–) { var star = getObject(’star’ + i); star.src = imgOn.src; } beenRated = true; reRated = starNumber; } function mouseOverStars(starNumber) { //check to see if already rated, if so -> unfill stars above if(beenRated == true) { for(i = starNumber; i swap highlighted image for(i = starNumber; i >= 1; i–) { var star = getObject(’star’ + i); star.src = imgOn.src; } if(reRated == -1) { beenRated = false; } } function mouseOutStars() { //for each star leading up to starNumber -> swap highlighted image for(i = 1; i swap highlighted image for(i = reRated + 1; i < = 5; i++) { var star = getObject(’star’ + i); star.src = imgOff.src; } if(beenRated == false) { for(i = 1; i <= 5; i++) { var star = getObject(’star’ + i); star.src = imgOff.src; } } } function changeRateLabel(isRatingUpdate) { if(contentType != ‘Classified’) { if(isRatingUpdate == true) { getObject(’dnn_ctr2252_StoryViewer_yhFeedback_yhRate_lblRate’).innerHTML = ‘You rated the ‘ + contentType.toLowerCase().replace(’_', ‘ ‘) + ”; } else { getObject(’dnn_ctr2252_StoryViewer_yhFeedback_yhRate_lblRate’).innerHTML = ‘You rated the ‘ + contentType.toLowerCase().replace(’_', ‘ ‘); } } else { if(isRatingUpdate == true) { getObject(’dnn_ctr2252_StoryViewer_yhFeedback_yhRate_lblRate’).innerHTML = ‘You rated the seller‘; } else { getObject(’dnn_ctr2252_StoryViewer_yhFeedback_yhRate_lblRate’).innerHTML = ‘You rated the seller’; } } }

Current Rating

Based on 1 user ratings.

Talk Back : submit comments to the story

*Note: you need to log-in to add a comment or rating.

*A comment must be between 1 and 1000 characters.

*Please refrain from using explicit language.

Showing 1 of 1 comments

Showing 1 of 1 comments

Tags: CIO · CNA · CTO · Colorado Springs · IT Manager · MasleyAssociates.com, Colorado Springs, certified, comp · Network Administrator · Network Engineer · Resume · Resume Orange County and Colorado Springs · Uncategorized

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

You must log in to post a comment.