Sunday, July 16, 2006

Innovation Happens Elsewhere

They put together their insights in the book Innovation Happens Elsewhere: Open Source as Business Strategy, which explores the nuances and complexities of open source.

read more | digg story

Wednesday, July 05, 2006

find (Linux Command)

Search a folder hierarchy for filename(s) that meet a desired criteria.

If you need a quick way to find the largest files in a drive or directory you can use the find command with the -size parameter. For example, "find / -size +10000k" will search the root directory for files which are larger than 10MB.

read more | digg story

Sunday, July 02, 2006

Web 2.0 Design Tutorials

Here is a list of good tutorials and articles on learning the fundamental design elements for web 2.0. Mac style rounded corners, tabs, colors, drop shadows etc are all covered.

read more | digg story

Saturday, July 01, 2006

Multiply

When you think of social networking, chances are you think of MySpace or other sites aimed at broadcasting your personal information to the Web at large. But there's another side to social networking, a side best represented by a site that predates the MySpace craze: Multiply.com.

read more | digg story

Understanding the Zend Framework

Great tutorial from IBM on using Zend; a PHP based, object-oriented, Model-View-Controller framework.

read more | digg story