BenMeadowcroft.com

< October 2002 >

28th: The things you find when you are browsing. Browsing some of my old bookmarks I went from here and then on to here. Turns out today is Bill Gates birthday.

Installed Pie Menus in Mozilla. After using mouse gestures for a while and not finding them as well integrated as the implementation found in Opera I decided to try a different approach. The new pie menu add-in I installed seems to be somewhat more intuitive than the mouse gestures, time will tell if it is something I will persevere with or discard like mozilla mouse gestures. The problem I had with the mouse gestures was the interference with text selection, in the end it just frustrated me too much.

25th: Get an ASP.net WebServer on the cheap. So you want to develop and test ASP.net web applications on a Windows XP Home machine. What do you do?

  1. Get WebMatrix [if you don't have it already]
  2. Use WebMatrix for a bit until you despair at the crap HTML it turns out.
  3. Long for the utility of your favourite Text Editor [TextPad]
  4. Despair at having to boot up WebMatrix first just to set the WebMatrix WebServer running from the desired directory and port at the start of every session.
  5. Figure out how to improve the situation

Yes I have figured it out [pretty basic really].

  1. Find the WebServer.exe in the WebMatrix program folder
  2. Create a shortcut to the exe
  3. Add parameters for the directory and port number from which you wish to run the server
  4. Copy the Shortcut to the "Startup" folder
  5. Publish it on your personal website
  6. "C:\Program Files\Microsoft ASP.NET Web Matrix\v0.5.464\WebServer.exe" /port:8080 /path:"C:\WebRoot" /vpath="/"

22nd: C#, Aggie and compilation. I managed to compile my first non trivial (read "hello World") C# application today. The lucky application was the opensource news reader Aggie. So how did I do it? Quite simply if truth be told.

Steps to compiling Aggie (or just download thefunctioning application)

As a first taste in compilation not too bad (after a few false starts caused by not having compiled C sharp before).

Why not just download the thing? Because I would have missed out on all the hacking I'm going to do with it. Successfully compiling from source was just the first step on my road to C# mastery. One of the main false starts was that I wasn't sure which files needed to be compiled, including the AggieCmd.cs file caused namespace conflicts when running the compilation (I imagine because it is a substitute for Aggie.cs) anyway a quick look at using the micrososft disassembly tool, IL DASM, showed me what was in both of the files and I quickly realised how the different source files fitted together.

21st: Thinking about Meta. I've been doing some thinking recently about the importance of meta data in my upcoming content management system and how best to implement my own meta data scheme. Given that I am interested in providing a RSS feeds something that is interoperable with that would be a good start. One particular focus has been to gain a broader understanding of the dublin core meta data schemes and their applications, An article I came across a while ago now can be found at ArsTechnica, it provides an interesting insight into different layers of metadata.

Pie Menus There has been a bit of a buzz lately about Pie menus. This has been prompted by the availability of an mouse gestures add-in for Mozilla. My interest has been peaked because as a player of the Sims I have been using them quite a bit without realising it. I think it is interesting to note that my non-technical girlfriend got into playing the game very quickly and didn't need guiding through any of the menu options. The ease with which they can be used by non-technical personnel leads me to believe that they may have an important role to play in future HCI development.

16th: Mozilla Addons.. After Mark Pilgrim mentioned an extension to Mozilla that allows "rich editing" of content in a text area I thought I should mention a few of my favourite Mozilla utilities.

One useful way to keep on top of your favourite projects is to point your news reader [Usenet news reader that is] to news.mozdev.org for mozdev projects or the netscape.public.mozilla.* newsgroups for the core projects.

15th: Chronicles of a CMS.. I am currently developing a content management system for this website, you can read about how it is going by reading my short feature article about the CMS development, it begins by explaining the development process I am undertaking.

Why use a CMS? I guess I'm just bored of the cut and paste HTML editing I do on this personal site. I have recently changed my hosting provider to one with some scripting capability so I am finally going to be able to implement all the cool ideas I have floating around in my head, you can see the development of the system and read a little bit more about my reasoning in Chronicles of a CMS.

Top signs you've been scripting too much. see what the consensus was on a recent Usenet discussion.

< October 2002 >