MousePotatoPower


One Hundred Pushups: Week 2

Posted in Personal Productivity, Websites by David Dugay on the 07.06.2008.22.06.43

I just finished the 2nd week of the hundred pushups training program. So far, it has been easier than I thought. Here are a few things that I learned.

  • don’t forget that day 2 and day 3 of each week allows for a longer rest period between sets
  • the whole program is made of S.M.A.R.T. goals.
    • specific - # of pushups, frequency, lots of details
    • measurable - you can see each day and each week how you are progressing
    • attainable - we’ll see if this one applies
    • realistic - according to the website, at the end of week 6, you should be able to do 100 consecutive pushups. Throughout the program, the most consecutive pushups that you do at one time is only 42-56 (depending on which track you are on).
    • timely - if 6 weeks isn’t timely and specific, I don’t know what is.
  • For the first 2 weeks, each session should take less than 10 minutes.

Intellectual Property: OpenCube’s QuickMenu vs The World

Posted in Software, Blurb by David Dugay on the 07.02.2008.15.08.59

I recently found OpenCube.com and their fantastic CSS menu system called QuickMenu6.  The options that can be selected, the configuration interface, and it’s compatibility with different web browsers is fantastic.  It is composed of unordered lists and in my book is SEO-friendly, it can even provide a working multi-level menu with javascript disabled!

Well, OpenCube offers the menu system for free and it is available for download directly from their website.  QuickMenu6 may even be worth the $149 price tag.  OpenCube has a “piracy prevention counter-measure” embedded in the javascript.  The unfortunate part about this is that their security involves spitting out a pop-up window in Internet Explorer that says “This copy of QuickMenu has not been purchased“.  The funny thing is that the pop-up doesn’t work in Firefox.  This brings back memories of monkeys who think that using javascript to disable right-clicking on a webpage will really protect their stuff.

Javascript is plain-text and isn’t very complicated when it comes to copyright protection.  Although I have not been able to find a published solution on the web for getting rid of the copy-protection code, my feeble programming skills include the ability to recognize obfuscated javascript and I was able to find a few hints online about QuickMenu’s code.

The end result is that found what I was looking for and have been able to successfully remove the copy-protection code from QuickMenu’s javascript.  I was worried that I didn’t remove enough semi-colons, but the script continues to work and there are no more pop-ups on my website.