dasBlog Shoutbox Macro Testing

November 18th, 2007 | Tags: , , ,

I’ve finished my first dasblog macro that was created by me. It’s an Ajax enabled Shout-box. Still it is under testing and enhancement. Let me tell you it took me two full weekends to get this done. It was quite a good work behind this. But I am happy that I am seeing it running and working perfectly. Initially, I have added it on my blog (see the right navigation) for testing purpose only. Some of the main features are:-

a) XML Database (All entries are stored in XML File. It can be kept under the content directory of blog)
b) Ajax Enabled – No Iframe or refreshing of whole page. Update shoutbox silently and regularly after specified interval.
c) Customizable CSS – I tried to make it very customizable. It can gel with any theme perfectly.
d) Support New dasBlog version 2.0 (with Asp.net 2.0)

I’d appreciate any feedback, comments or error from you. It will be available for download, once I make necessary changes on the basis of feedback received.





Share and Enjoy:
  • Twitter
  • Digg
  • del.icio.us
  • StumbleUpon
  • Google Bookmarks
  • Technorati
  • Facebook
  • DotNetKicks
  • email
  • Print
  • NewsVine
  • Reddit
  • RSS
  1. aakash
    November 19th, 2007 at 03:54
    Reply | Quote | #1

    one error identified -
    there is a javascript error if you open the webpage without prefixing www in url. ex – http://aakashjain.com. This error occurs when shout-box refresh by self after specified interval.
    otherwise it just works fine…