Kategorie: Tim’s Weblog

  • The Adoption-Led Market

    Simon Phipps – The Adoption-Led Market: „Traditionally, the process of acquiring software has involved a request for proposal from vendors against a customer specification. Vendors then make proposals, submit prototypes, contend for business. In smaller bids, an evaluation team considers trial versions, makes evaluations, makes proposals to management. Eventually software is selected and paid for.…

  • Bigger isn’t always better for business

    Charles Handy at Marketplace – Bigger isn’t always better for business: „If I were to visit a symphony orchestra and ask them about their growth plans for the future, how would they respond? They would talk about their plans to extend their repertoire and to bring their work to new audiences, not about increasing the…

  • Ward Cunningham’s Visible Workings

    Jon Udell – Ward Cunningham’s Visible Workings: „This isn’t just an innovative approach to software testing and workflow visualization. It’s also a radical statement about business process transparency. For most of us, most of the time, business systems are black boxes whose internal workings we can only discern in the outcomes of our (often painful)…

  • Feeling the pulse with Queen Bee

    Jason Fried – Feeling the pulse with Queen Bee: „At the top of our Queen Bee admin screen we have a stream showing the latest activity across Basecamp, Backpack, Highrise, and Campfire. […] Everyone at 37signals has access to this stream of signups, upgrades, downgrades, and cancellations. It’s a great way to get a feel…

  • Simultaneuos HTTP requests in PHP with cURL

    Stoyan Stefanov – Simultaneuos HTTP requests in PHP with cURL: „Using the curl_multi* family of cURL functions you can make those requests simultaneously. This way your app is as slow as the slowest request, as opposed to the sum of all requests. And that’s something.“

  • Saved by xmpp4moz!

    Bolinfest – Saved by xmpp4moz!: „I downloaded the SamePlace Suite Firefox extension, which is a small suite of applications built on top of xmpp4moz. I fired it up and discovered that it contained a nice Jabber client written in XUL with explicit support for Google Talk. The only remaining question was: how did it work?“

  • I will Get That Nobel Peace Prize Yet!

    Scott Adams at The Dilbert Blog – I will Get That Nobel Peace Prize Yet!: „The $100 laptops we keep hearing about will eventually give Internet access to even small villages. Imagine having a pen pal in some tiny African village. You learn that all they need is one of those foot-operated water pumps for…

  • Web vs Desktop Nonsense

    Eugueny Kontsevoy – Web vs Desktop Nonsense: „If a web application does not really need to run inside the browser, why does everybody expect Microsoft to ship an online version of their popular Office suite in the fashion similar to Google Docs? Technically speaking, to release a viable web version of Office they may just…

  • Preview 3: Backpack Page Changes

    Jason Fried at 37signals – Preview 3: Backpack Page Changes: „When you have multiple people contributing to a page it’s handy to know when and what changed since your last visit. We’ve made this really easy with the new Backpack. If you visit a page that changed since your last visit you’ll see a sticky…

  • Convert Documents From doc/ppt/xls/etc to html/pdf/flash/etc Using OpenOffice.org

    Parand Tony Darugar – Convert Documents From doc/ppt/xls/etc to html/pdf/flash/etc Using OpenOffice.org: „The magic solution is simply to use JODConverter with OpenOffice. In particular, I downloaded OpenOffice 2.3.1 for OS X, started it as “headless”: /Applications/OpenOffice.org\ 2.3.app/Contents/MacOS/soffice -headless -accept=“socket,host=127.0.0.1,port=8100;urp;“ -nofirststartwizard & and then used JODConverter commandline to convert files: alias ooconv=’java -jar /Users/parand/Packages/jodconverter-2.2.1/lib/jodconverter-cli-2.2.1.jar‘ ooconv SomePowerpointFile.ppt…