by admin | Feb 5, 2003 | Uncategorized
After little improvement, my quick blog viewer application now available as a new section in my blog, take a look at it here. It is not yet complete as per my plan. I will keep on improving it 😉
by admin | Feb 2, 2003 | Uncategorized
I’ve just updated my blog’s rss feed from RSS 0.91 to RSS2.0. I used Userland’s RSS 2.0 documentation as the guidelines for doing the change. Now that I included pubDate, guid, and comments tags It will be lot more easier for aggregating....
by admin | Jan 30, 2003 | Uncategorized
Browsing my blog should be lot more easier with this. Here is the alpha version of my Quick Blog Viewer. Since the day one I’m thinking about creating a flash based easy to use interface for quick overview of my entire blog, only today I’m able to come up...
by admin | Jan 22, 2003 | Uncategorized
There is an interesting thread in Flash-DB which is discussing the various possibilities of passing data to flash from PHP. The attractive part in that to me is using AMF(Action Message Format – binary format for sending Flash Objects) with PHP. Musicman has...
by admin | Jan 22, 2003 | Uncategorized
When we want to handle external Html files as XML, say for example using my transformTags() code, we face the problem of unclosed tags like <br> tag. To fix this problem we can overwrite onData method of XML object as shown below. It basically replaces all...