Archive for March, 2006

P For Pile of Shite

2006.03.31, Fri

Went to see V for Vendetta last night. It was utter rubbish.
(more…)

Converting a collection to a JScript object in ASP

2006.03.30, Thu

Enumerators are collections of data that can be iterated through. Although useful, they are not compliant with ECMAScript standards, and therefore I prefer not to use them. Some objects in the ASP environment however, such as Request.Form, are provided as Enumerators, and need to be converted them to standard JScript objects. Here's a couple of routines to do so.
(more…)

Nutrition Tips For Vegetarians Who Do Sport

2006.03.19, Sun

Often after a workout I found I was feeling really tired and achy. At first I though it was just a matter of not being used to it, but as the feeling persisted I decided to do a bit of research on nutrition. I am not a nutritionist myself, but here's a summary of what I found.
(more…)