Result of expression ‘document.forms[0].submit’ [[object HTMLInputElement]] is not a function.
Tuesday, September 15th, 2009 Posted in Programming, jQuery, javascript | CommentsI was trying to add a small delay into my form submission like so: <form ... onsubmit="setTimeout('document.forms[0].submit()',2000);return false;"> but everytime I tried it, I got the following error: Result of expression 'document.forms[0].submit' [[object HTMLInputElement]] is not a function. This one had me stumped, until ...
It’s like deviantART meets the App Store
Friday, September 11th, 2009 Posted in Apple Computer | CommentsJohn Fort over at the Big Tech Fortune blog writes about Tyrese Gibson’s Mayhem which is the first digital book for sale on iTunes 9. This strikes me as something that would interest the deviantART community of digital artists ...
iTunes 9: Option-click the green button to get the mini-player
Friday, September 11th, 2009 Posted in Apple Computer | CommentsThe first thing I noticed when I upgraded to iTunes 9 was that clicking the minimize (green) button no longer selected the mini-player. A quick search revealed the answer: now you have to option-click the green button to get the ...
RSSCloud: No need to adjust your firewall
Tuesday, September 8th, 2009 Posted in Blogging, Programming, rsscloud | CommentsI've been following the recent development of RSSCloud with interest... I think it has the potential to replace Twitter in the long term, although I suspect that Twitter might also evolve in the direction of RSSCloud. One misconception about RSSCloud is ...