New Quickviewer Section added

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 😉

RSS XML Feed Improved

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....

Quick Blog Viewer Alpha for My Blog

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...

Flash Remoting Using AMF in PHP!

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...

XML Pre Processing for handling XML

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...

I’m Back Again!

Due to some problem with ISP this blog was down for about a weeks time. Now that problem is solved so I’m back again. 🙂 Because of my new job the frequency of update will be less for a while but you can be sure that I will continue to serve as I did...

XMLNode.transformTags() Source Code Released!

Wish you all very happy and prosperous New Year 2003! 🙂 Here is my tiny gift for the new year, transformTags basically allows you to add, remove, and modify tags in any valid XML. You can take a look and download the source code from here! For more usage examples take...

Easy way to highlight the links in flash dynamic text

Yet another transformTags() example. You all know that links in flash text won’t highlight with blue color and underline as it does in browser. If you want to highlight all the links in your dynamic text box you may use the following object as the format object...

Creating X-HTML using Flash MX Text box.

Further extending my strippTags code I came up with transformTags code to modify the tags in an xml object which is very useful for many different purposes. One of which I’m demonstrating here. basic syntax is XMLNode.transformTags(formatObject,...

Improved version of Flash Remoting Helper component

I’ve improved the component and now it has the following additional features / improvements. New Features: There is no limitation for the number of parameters. Now you can optionally specify the name of the array to use as the parameters of the remote function...