[8:48]<jkridner> has anyone implemented http://openmicroblogging.org/ in Helma? [8:51]<zumbrunn> not me, interesting though [8:52]<zumbrunn> I hadn't heard about it before [8:52]<zumbrunn> is this brand new? [8:52]<zumbrunn> oh, identi.ca uses it [13:05]<jkridner> I only recently heard of identi.ca. [13:05]<jkridner> I have a start with my OpenID login, though I've not been able to modularize that completely. [13:06]<jkridner> I still don't understand the difference between OAuth and OpenID. [13:07]<jkridner> I heard of it due to Twitter going down a lot, so Read/Write Web did a mention of identi.ca. http://www.readwriteweb.com/archives/indentica_federated_twitter.php [19:20]<midnightmonster> I am an idiot. [19:20]<midnightmonster> guess why this code doesn't work as expected: [19:20]<midnightmonster> var div = this.viewEditDiv(); [19:20]<midnightmonster> if(req.data['new']) div.form.@action = (''+div.form.@action).replace(/\/[0-9]+\/edit/,'/new/edit'); [19:20]<midnightmonster> Xpartial(this.viewEditDiv()); [19:23]<zumbrunn> hehe, because you are doing a lot of woodoo with div and then don't use it at the end? [19:23]<midnightmonster> kaching [19:26]<midnightmonster> discovered after several runs, adding five lines of debugging stuff, and digging into the code for Xpartial [19:51]<decke> i am currently playing with some sort of centralized webservice for Image Uploads that requires me to push uploaded images to that server thru HTTP similar to how HTTP File Uploads work [19:51]<decke> but helma.Http does not seem to support File Uploads ... or have i missed that? [20:08]<midnightmonster> it can do it, you just have to roll it yourself and there may be more things you have to set than you remember [20:10]<midnightmonster> you'd need to setContent (to your image, properly encoded), setMethod, and setHeader for the content-type [20:10]<decke> that's what i have to do anyway because of the webservice specifications that are not fully http compliant (and specified by myself) [20:11]<decke> okay then at least i am on the right track... thanks [20:19]<decke> i have just removed the need for multipart file uploads in my specification which makes that task a lot easier - the good things about your own "standards" ;o) [20:26]<midnightmonster> I foolishly buried my E4X + Helma evangelization in a thread with too many replies. Anyone willing to upmod it? http://news.ycombinator.com/item?id=252185 (look for helma or midnightmonster)