MentalizedThe online journal of Jakob Skjerning, a freelance web application developerStikiPad - When software in the cloud goes sour- May 27, 2008 For a long time I have been using a wiki service called Stikipad to jot down things I wanted to save for later; like business ideas, drafts for blog posts and presentations, stuff like that. Unfortunately Stikipad has looked like this the last 2 weeks or so: This essentially means I cannot get at my data and have not been able to for weeks now. As if that isn&8217;t bad enough in itself, I don&8217;t know squat about what is happening, why a data center move is taking weeks to complete, or..http://mentalized.net/journal/2008/05/27/stikipad_when_software_in_the_cloud_goes_sour/ Poor mans Javascript console- May 26, 2008 Quick and dirty way of testing Javascript live on a website in browsers without Firebug: <form onsubmit="try $('output').innerHTML = $F('input') + ' => ' + eval($F('input')); catch (e) alert(e) return false"> <div id="output"><div> <input id="input" name="input" value="" on="" > <form> Requires Prototype, but could probably be rewritten as pure Javascript pretty easily. Could...http://mentalized.net/journal/2008/05/26/poor_mans_javascript_console/ |