Dreamstime

Tuesday, 3 June 2014

RavenPlus: Source Code For Version 1.0.503

RavenPlus - Source Code

I think I am required to distribute the source code for RavenPlus as required by GNU GENERAL PUBLIC LICENSE Version 2, the license under which Zoundry Raven is distributed. So, I have uploaded the source code for RavenPlus version 1.0.503 to my Google Drive and it can be downloaded here.

Wednesday, 21 May 2014

The Living Stream's 1978 Interview With Bro Ultan Paul

The Front Cover Of "The Living Stream" 1978

I just found this 1978 copy of "The Living Stream" within my home recently. I must admit, I have completely forgotten about it and now, I can't even remember how I got it. "The Living Stream", by the way, is a magazine that is published, once every two years by the 6th Form Arts Council of the St. Michael's Institution (S.M.I.), Ipoh. I think they are only distributed to the Arts Stream students in the Upper Secondary in S.M.I., which makes this a mystery as I was in the Lower Secondary in 1978.

When I flipped through the pages, I seem to have some recollection of the cartoons depicting life at S.M.I. back then. But I don't think I have actually read the rest of it, which is a pity actually as there is an interview with Reverend Brother Director, Bro. Ultan Paul about the history and background of S.M.I. that is not found anywhere else, as far as I know - not even in the pile of school magazines, "The Michaelian", that I have. Hats off to the 1978 Editorial Team of "The Living Stream" for filling this void.

Below is this interview, conducted by Denise Teh Swan Teen and Choong Mee Yong, both of Lower Six Art 2 1978. See what you think. There are some typos. So, my corrections are in brackets and in blue.

There is no mention of a tunnel of any kind by the way. With all that piling in the school hall at that time, is building a tunnel possible?

Tuesday, 13 May 2014

A High Climbing Snake

A Snake Suffocating A Sparrow

Many birds will come flying around when it is feeding time for my ducks and chickens. This usually happens at around 11AM everyday. Not much of an eventful occasion, except for one fine sunny morning on 23rd April 2014. A fluttering sound caught my attention, and when I look up, I saw a sparrow with its head trapped between the jaws of a slender greenish/yellowish snake with dark shades. The snake must have launched a surprise attack from the hollow section of the pipe that makes up the orchid stand. With the snake's tail firmly gripping onto a bolt, it is impossible for the sparrow to escape. I would have never imagined that this is possible - a bird with maximum mobility being caught by a creature that has no limbs and slithers on the ground. This is a first for me.

Tuesday, 22 April 2014

A Little Heron Makes An Appearance

A Little Heron On A Durian Tree

And there it was, resting on a branch of my durian tree one late morning last month, March 2014. The time was about 10:30 AM. I caught sight of it by accident actually while I was in the house. It was totally unexpected. It just stood there quietly on the branch.

Standing at about 1 feet tall, this bird, a Little Heron, is one of the largest bird that I have ever seen in my garden. As far as I could tell, it was alone as no other bird of this species was spotted.

This is actually my second encounter with a Little Heron. The first was a month before this on February 2014, also in my front garden. Back then, it was perching on the telephone wire above my front gate. I cannot be sure if this is the exact same bird though.

A long legged bird with a long beak would suggest that this is a waterbird. Its natural habitat should either be a mangrove swamp or a wetland. But my house is in the suburbs of Ipoh city. And I have lived in this neighbourhood all my life and this is the first time that I have seen Little Herons in this area. I do wonder if this has something to do with the local drainage system that has, in my opinion, turned into mini jungles at certain sections. The drains were not like this before but only in recent years.

The Same Bird But From A Different Angle

This bird was aware of my presence while I was taking these photographs. Most birds would take flight, especially when they see me pointing a camera at them. Little Herons, though, seems to be unperturbed, even while I was plodding around them, looking for the perfect angle for the perfect shot.

These pictures were taken while I was standing at about 15 feet away from the bird with my compact camera. My camera was set to 16MP with maximum optical zoom at 5x. I think they turned out quite alright, for an amateur photographer like me.

Tuesday, 1 April 2014

RavenPlus Version 1.0.503 - A Fix For "Empty Blog Content Upon Posting"

My last blog post actually had empty blog content upon posting. I never had this problem before since I started using Raven some 5 or 6 months back. And neither did this problem occurred after I made modifications to Raven, that is until the last blog post.

Wednesday, 12 March 2014

RavenPlus - My "py2exe" Build Of Zoundry Raven

Since there has been no development with the offline blog editor Zoundry Raven (Raven) since 2008, I have been fixing and customizing Raven to fit my own needs for something like 8 months now. I am no expert in the Python programming language (I only have less than 8 months experience). But luckily I find the Raven's Python source code to be quite easy to follow and understand. I have a background in computer programming, by the way.

RavenPlus - Running Under Windows 7

Since the beginning of February 2014, I have been trying to package my customized version of Raven into a MS Windows .EXE executable so that it can be run like any other Windows program without the need of installing the Python compiler or any other libraries that Raven requires. After trying for something like 3 weeks, I have finally succeeded.

Friday, 14 February 2014

Downloading BBC WS "Top Of The Pops" With "rtmpdump"

rtmpdump - Downloading In Progress

I would have preferred if I could download it off the BBC's Podcast web-page but unfortunately I can't. Below is the command that I use to download the BBC World Service radio programme "Top Of The Pops" to my desktop computer, thanks to the software rtmpdump.


rtmpdump.exe -r "rtmp://wsondemandflash.bbc.co.uk/ondemand/mp4:48502/worldservice/css/latest/topofthepops" -o "topofthepops.flv"


Wednesday, 8 January 2014

Zoundry Raven: Getting Raven To Work With MS Internet Explorer 9

Zoundry Raven (Raven) version 1.0.375 (and 1.0.500, if you were to compile from the source code) is only good with Microsoft Internet Explorer (IE) version 5.5 to version 8. Raven will NOT work after an upgrade to IE version 9 (IE9) on Windows7 .

There are two things that I noticed when I launch Raven after the IE9 upgrade:

  • In the main window, under "Blog Post Summary" I noticed that what got displayed was mal-formed. All blog posts starts with the word "ZoundryDocument", which shouldn't be there. Also, there were no pictures or formatting of any kind - when there should be. They look just like any plain unformatted text document.

    Mal-formed "Blog Post Summary" With IE9 Installed
  • Editing an existing blog post is not possible. The "Zoundry Error" message

    "Error: 'NoneType' object has no attribute 'tagName'"

    gets displayed, multiple times, when the WYSIWYG editor window is launched.

    The Error Message When Trying To Edit A Blog Post With IE9 Installed

The Fix

I have just spent the last couple of days going through Raven's source code, trying to find a fix after this upgrade to IE9. And luckily, the fix is actually quite simple. All that is needed to be done is to just delete a single character in the file "mshtmlcontrol.py", found in the directory zoundryraven-read-only\Raven\src\python\zoundry\appframework\ui\widgets\controls\advanced\mshtml.

Saturday, 28 December 2013

Gender Bending My Male Papaya Tree

Male Papaya Flowers

I am now embarking on an experiment of my own in my backyard. I am trying to get a male papaya plant, which yields no fruit by the way, to produce female flowers so that it can bear fruits. I accidentally came across some blog posts saying that this 'gender conversion' is possible. However, the details are a bit sketchy.

Monday, 9 December 2013

Ripping The Content Of A DVD To A .ISO Image File

My Success With "Free DVD ISO Maker"

I have just spent the last 2 days trying to figure out a way to rip the content of my DVD and save it into the ISO image file format (a file with a .ISO extension) so that I could mount this file as a 'DVD' under Oracle VM Virtualbox. I thought this would be an easy process but it did not turn out to be so.

After various attempts, I ended up using a freeware by MiniDVDSoft called Free DVD ISO Maker that allows me to easily extract directly from the DVD and save the content into a file in the .ISO format. Virtualbox mounted the .ISO file successfully, just like a real physical DVD. Wonderful little software. And it works beautifully without any problems.

Below is a description of my other (failed) attempts. It is just for my reference and also to others who may be interested.