Posted on Leave a comment

Blog Fading

A favorite Knoxvillian of mine is fading from the social media spotlight. Russ McBee is ending his participating in the blogosphere, twittersphere, and socialsphere in general with the exception of the photosphere.

I’m ending this blog, effective immediately. It’s been fun (mostly), but I’m signing off, for personal reasons. I’m also deleting my accounts at Twitter and Utterli, but I’ll keep my PBase account active.

This site will remain live until either my hosting account expires or I decide to delete it on a whim, whichever comes first.

Goodbye.

[Source, Russ McBee, The end]

I’ll preserve his final message for prosperity. And one day I want to know why PBase over Flickr.

I have enjoyed reading Russ’ blog and Tweets. His contributions shall be missed!

Posted on Leave a comment

From the mouths of babes

Dad: "Evan, go pee."
Evan walking past Rock Band drumset stops and pushes the 1 button: "X pee."
Evan pushes the A button: "X flush."
Evan pushes the B button: "X wash hands."

I’m thinking the Nintendo Wii might need a toilet interface. And yes, I’m aware of Super Pii Pii Brothers and you bet it’s on my wish list! (for those who don’t try to purchase it or add it to an actual wish list, Think Geek premiered Super Pii Pii Brothers on April 1st.)

Posted on Leave a comment

Seeking Next Project

I am coming to the end of a project and have an opening in my schedule. My strengths are programming in PHP, ColdFusion, JavaScript and jQuery, CSS, and HTML. I most frequently work with MySQL or MS SQL but can work on most database platforms. Code I write validates and is W3C compliant. I can also write Section 508 compliant code. I carry a project from concept to production as project manager, independent developer, and/or project team member. In addition to custom original code, I work well with open source projects and APIs. I usually telecommute but am not adverse to working onsite or traveling. I am not an artist and typically hire a graphic artist to provide the design for each project. I enjoy WordPress customizations (but have not done custom work to either Reality Me or Domestic Psychology). Please send referrals or inquiries to jugger@gmail.com or call +1-865-898-7189. Thank you!

Posted on 2 Comments

Latest Internet Nuisance

This morning I received an email from two people who don’t normally send me email. Both emails were almost identical and inexplicable. One was sent to me while the other revealed the 87 or so email addresses it was sent to and appears to have been sent through gmail. I presume a worm, trojan or virus is sending this message to people’s complete address books. If you get one of these, you may want to let the send (not the entire mailing list) know that they need to scan their computer. Click more to see the email. Continue reading Latest Internet Nuisance

Posted on Leave a comment

Today’s Coding Challenge

Today I am focused on debugging a custom tree control which present hierarchical data created through AJAX calls, custom JavaScript, and jQuery. The data is built dynamically so state must be maintained such that if the user navigates away from the page and returns the exact same data is presented upon return. The collapsers must close only their related data without orphaning any nodes.

The presentation was prototyped as tables nested within tables eight levels deep. Yesterday this was corrected to be a single table with rows dynamically added and removed which broke the handlers. Before someone throws the word sematic out without thinking, a table is semantically correct in this situation. Time to get back to handling the handlers.

Posted on Leave a comment

Coded Self Into a Hole

Had a rockin’ day of coding today. Started fixing some problems. Used jQuery to fix a cross-browser issue and simultaneously made my code lighter. Since this project is an evolutionary prototype, I got bold and evolved a piece of code that was holding the project back. In the process, many things broke of course and I’ve been going through fixing those issues. The code is looking prettier and lighter and the project looks better. Unfortunately, in my weariness, I started to put more bugs in than I was taking out so its time to call it a day.