Streamlined way to promt web users to add to favorites from iPhone/iPad

http://google-opensource.blogspot.com/2010/09/introducing-mobile-bookmark-bubble.html is a cool script to allow a more streamlined way to be able to get tablet and iPhone users to be able to add an icon for the catalog.

Continuous Integration Server

This article on continuous integration sums is up best:

Ok, what is continuous integration Server then ?

For starters think of it as a glorified “cron” job with a nice web interface.

This article goes over three popular continuous integration servers. Cruise Control, Hudson, and Continuum seem to be the most popular ones. Cruise Control is an old battle horse that can get it done but is slower to configure and learn. Continuum I don’t have much experience with but it seems to play second fiddle to Hudson the newer but more polished option.

Here are some requirements I like to look for in my CI Server

  • Execute build scripts
  • Run unit tests and report problems
  • Do code analysis
  • Record fingerprints of files
  • Send email to build master or people who broke the build.
  • Easy configuration
  • Work well with my source control tool
  • Bonus Points: Integrated to task tracking system

To set it up Hudson with LAMP and Github read this article.

How the Hell is it Martha Stewart Went to Jail

Great tidbit of knowledge to use when formulating high level business strategy assuming its accurate.
http://techcrunch.com/2011/11/14/page-post-ctr/

Cool Idea of the Future in Design

Great inspirational view of design

http://worrydream.com/ABriefRantOnTheFutureOfInteractionDesign/

Great Source for Free Fonts

Great Source for Free Fonts

What are the best ways to test?

Check out this great graph from http://kev.inburke.com/ – Best ways to find bugs

Bug Finding Methodologies and Effectiveness

FIAT Money Explained

Great Idea for engineering teams

A great example of switching up the normal work day to push innovation.

Shift in Patent Law

Interesting article to gain insight into the fine details of the latest in software patent law.