Categories
News Whining Work

Wigglebutt, wigglebutt!

This post has little to nothing to do with wigglebutts, but that’s what we like to call my nephew sometimes, so it seemed like a nice random post title for today.

This “posting every day” thing really isn’t working out too well, is it? Well, the year is still young, hopefully my posting ethic will mature right along with it.

Today’s WW meeting was good, in that I lost about a pound and a half–that’s over five pounds lost now, woo! Five pounds in a month is a tad slower than I’d like, but every loss is a good loss, so whatevs. I really need to get me some mason jars, though, as I think this idea is awesome and would help to motivate me, especially now that I can immediately put five buttons/chips/marbles/etc. into the “Pounds Lost” jar. (I, too, originally saw this idea on Pinterest, but I’m too lazy to find the original source.)

My plan for the rest of today is to work on updating a client’s website, replacing most of the Flash objects with javascript/html5 scripts–yet more evidence that Flash is indeed on its way out. That makes me sad, ’cause I’m pretty good at hand-coding in Actionscript 3, and not so good at all at coding in javascript. Time to update that skill set, I guess.

And once that’s done (the client site, not the skill set upgrade), I have two eps of Lost Girl left, which is DEVASTATING to me, ’cause I can’t find the current season eps anywhere online–not Hulu, not Amazon, not even Syfy’s website. NO FAIRS! Not everyone has cable, Syfy! WTF?!

So, that’s my day. I’d hoped to work on my bear, but once again I forgot to print out any copies of the original, and my freehand bears really really suck, so, no bear for me.

Happy Saturday to y’all!

Categories
Blogs Programming

New blog

I’ve been working on a new project at work, and it’s making me crazy. I’m working with a team (of two) to create a Flash application using the Google Map API for a multitouch table. Not many people seem to be developing for this specific platform, and I can’t find much help online in the various Flash forums, so I created a new blog (http://flashtouch.wordpress.com) where I can document what I’m doing and the issues that I’m having, with the hope that maybe someone else is out there having similar issues, or better yet, someone who has already solved my issues.

If you’re interested in Flash AS3, Google maps, and multi-touch gesture events, drop on by! I could use all the help I can get!

Categories
Programming

This has absolutely nothing to do with knitting

Flash has been my life lately, specifically learning Actionscript 3.0 from a class at Otis. Tomorrow is the last one, and I must say, I wasn’t sure at first that it was a good idea, but now, nine classes later, I’m glad I did it. I’ve learned a lot, not least of which is that a) I’m not stupid, and b) there is usually no magic recipe for my task and I just have to do it on my own.

Two important things I’ve learned that either took much googling, or wasn’t on google at all:

1) .text and .htmlText are two different things. The second one will insure that your text field renders in html. (Learned this from a colleague, as google gave me no joy.)

2) MouseEvent.ROLL_OUT and MouseEvent.MOUSE_OUT are also two different things, and this is very important: The former works on the parent movieclip, while the latter is more likely to work on whatever child object is contained within the movieclip (so!frustrating!).

I have put them here so I will always remember them, and hopefully to make them easier for others to find, should they need them.

Now it’s time to conquer the checkboxes nested in a drop-down menu. Yay?