Blogrolling. Blogrolling is a simplified way of adding a list of URLs to your weblog. Your HTML page contains a client side JavaScript reference to a piece of dynamic JavaScript being rendered by the blogrolling server. You page requests a PHP page with your blogrolling user ID and a piece of JavaScript gets streamed back containing your links. All of the links are stored on the server and the blogrolling web site provides some editing tools that make it easy to add new links. One of tools is adding Blog this! to right mouse button context menu in Internet Explorer.
My weekend project is to duplicate the functionality of blogrolling in PHP and MySQL but hosted on my web site. The blogrolling site is down quite often (growing pains) so I want to have my site render the JavaScript back to the client. After I get this working, I’ll investigate creating and IE toolbar and doing the right mouse button context menu work.