I'm an experienced web developer, software engineer, and leader. Welcome to my blog. If you need to reach out you can continue the conversation with a tweet to @geedew. I hope you find what you are looking for here. You can also find me on Github and StackOverflow.

Advanced button theming on jQuery UI Dialog

Check out the update to this post!

There is a very annoying bugfeature that I have found when using jQueryUI. It’s not the themes, they work great, in fact, they are the best thing since sliced bread. But in a ‘Cupertino.esc’ way, they provide too much simplicity over the functionality that I require. This post aims to solve that in a progressive enhancement sorta way. I am using jQuery 1.4.2. with jQuery UI 1.8.2, it doesn’t matter what theme you use with this, but I prefer redmond.

/ / / Read More

Lost Answer and How it Happened.

First, no they did not die in the plane crash. You can cue that into the statement by Hurley at the end, something to Ben of you were a great number two, etc. They lived, the island WAS just what Jacob said it was, it mattered. It was the ‘plug’ in ‘hell’ and if the light were removed, the ‘plug’ would come unstuck and the real world would cease to exist. However, they each had such a profound effect on each other on the island, they waited for each other in their ‘flash sideways’ world, which was just an imagination of reality until they moved on. Kate, Sawyer, and the rest on the plane did get off the island and lead their new lives. Sure there are questions… like Aaron… never ‘born’. Walt, who is so special, and has no father or mother now. The list could go on. But, I think it somewhat makes more sense now.

jQuery UI Dialog Accessibility

jQuery UI is an amazing product. It’s not because it offers the best features, or that it offers the best solution, it’s that it offers a large degree of support for years to come. Which is saying a lot for something that is nothing more than JavaScript. It’s certainly something that many enterprises have begun to look at and look for in the development world. At my job at Coventry Healthcare, I’m responsible for the User Interfaces and generally the User Experience across some very highly visible web applications. One of the most recent developments in our line of business is the risk of not having an accessible site (we fall under Section 508 guidelines because of our Medicare/Medicaid users). jQuery UI has literally allowed me to very easily create and maintain large amounts of code so that I can spend more time making sure that it follows WCAG 2.0 and WARIA (which should cover us for S508).

/ / / Read More

Droid Rooted, here's my take.

Before you root, you should probably upgrade to 2.01, as that will ‘break’ your new root access. You can get that download from here, if you have not already received it OTA (Over the Air). You need to follow the directions below, to apply the 2.01. The directions for each download it exactly the same, except for the ADB access.

This ‘root’ is strictly for developers. It’s not going to give you any ability to do anything to your phone yet, unless you really know your *nix commands well enough not to screw something up on your phone. So continue only if you really want this ability (the ability to really screw up your phone).

/ / / Read More

Bulletproof @font-face

There is quite an interesting discussion going on at Jeffrey Zeldman’s blog concerning the @font-face syntax and how to make sure that it is working in all browsers. It’s interesting to see the different ‘hacks’ that are being put together for something that should be hashed out to work well in all major browsers. Why does this remind me of things like the wonky implementations being played out in html5?!