I’ve been out of the programming loop for a little while. It’s time to do some catching up. It looks like these two books could be OK:
Pro C# 2008 and the .NET3.5 platform


Archive for April, 2008I’ve been out of the programming loop for a little while. It’s time to do some catching up. It looks like these two books could be OK: Pro C# 2008 and the .NET3.5 platform
I discovered ‘MediaCoder‘ the other day. It’s great. I am using it to transcode all my wma audio files to mp3 format. Previously I was using VLC and a batch file to do this for me, but using MediaCoder is waaay easier. VLC with batch file: :processdir :EOF With MediaCoder: I found out that every dilbert comic (from 1989 onwards!) has been archived at http://dribibu.xs4all.nl/dilbert.html
10
04
2008
Javascript createElement() method different in IE and MozillaPosted by: jason in Uncategorized, tags: webI got caught out the other day while making a small web thingy for my daughter. She is learning to recognise 12 words by sight at kindy. So she would not rote learn the words by their position on the piece of paper I whipped up a quick web page that would jumble them up for her. I also recorded her speaking the words so she could click on each word to verify she was pronouncing it correctly. Anyway, It worked great in Firefox. Not so great in Internet Explorer. It took me a while to figure it out. Eventually it came down to different implementations of the createElement() method. IE: FireFox: Thanks to the byteclub crew I have my sanity back. |