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.

Dropbox on Lucid: Missing GUI? Fix it now!

Dropbox is great and their support is phenomenal. Recently I have been having issues after upgrading to Lucid Lynx. It’s been a large bother on me because I use Dropbox a ton in my personal use. On my development server, I’m running Ubuntu 10.04 64 Desktop version, and I rely on Dropbox to keep my files in sync, including my programs that I write. However, after upgrading, I noticed that Dropbox was ‘missing’. It no longer appeared in the notification applet in the menu system. It was still in the Menu, but when I clicked it ‘nothing’ occurred! Well I solved the issue, with a little help from the Dropbox forums.

/ / / Read More

How To: Converting PDF to Word and HTML

I started this little project because I have a client whom needs to get his 24 page PDF online. The problem is that a 24 page PDF with all the bells and whistles ends up being over 5mb in size. This causes issues for people running sub-cable internet connections, as the loading time becomes horrendous. So to solve the problem, I am going to run the PDF as a download by choice and have all the links point to the HTML converted page when they click on what page they want to see. This does cause problems if something is updated on the PDF, the HTML is not dynamic or binded to the PDF so an update will have to occur in both places. The only way around that is to have the HTML being the origionating source and have the ‘download as pdf’ link be a call to a server side script that packages the HTML as a PDF. That however is too much for what this client needs and the issues with the updating will have to be taken in stride.

Sites need to be able to interact in one single, universal space.

-Tim Berners-Lee

/ / / Read More