Some conclusions about webdev

After a complete reconstruction of Herd Hound core, I’ve come to some conclusions I want to note down here, in case I decide to revisit them some time in future.

[ read more... >

Comments

Dear Google

Yes, I’ve seen your whinage about the blidness of the googlebot to web 2.0 content. So I wanted to write a line or two here, since comments on your blog are disabled.

[ read more... >

Comments

Classic Web Form POST in AJAX apps

So, you have an AJAX app that has to do a normal POST (not an AJAX post) using a regular web forms for whatever reason? While the solution outline here is not complete (it does not cover doing cross-domain requests), here’s a simple pattern I used to make Ashigaru jQuery plugin work with the Samurai payment gateway.

[ read more... >

Comments