Going more Web 2.0

08.12.2009 01:19 in blog

As you see, I've integrated my blog with Twitter. It has a rather nice API (but SOAP is better anyway). As the current layout has no space for fancy stuff like twitter statuses, I've added a Dabroz Labs (rings a bell? *really*?) -- more extras on the way (one of those extras would be an option to disable them).

And if we are going to be more Web 2.0, what should be next? Profiles and photos? Direct messaging and a lot of colorful flash applications? Well, I'd rather steal everything from Facebook and call it... maybe Grono.net? Oh s**t, the name's already occupied. :(

iPhone blog port

28.11.2009 00:59 in blog, mobile

iPhone screenshots

I've finished iPhone "port" of my blog. It was mostly CSS/XHTML task, with few issues. First - clamping images to 300 px width. To do so I visit each XML node, looking for <img>s and change width/height if they are provided. If not -- I download specified file (only if its in my domain: security is important, on the other hand -- why should I hack my own blog?) and calculate width/height ratio and append attributes. Of course I have many XML errors in my posts as I write them by hand, so I've corrected some of them. Navigation buttons (older/newer posts) are done with major hacks like most of the rest of blog server code. Yes, my blog system is probably the biggest application I've written using teleports instead of doors (and other OOP stuff). I know its ugly -- but fun. :)