Page 59 of full list of posts


JavaScript for C# Programmers: Arrays

Another episode in the series where I talk about using JavaScript, but from a C# programmer's perspective. […]

READ MORE

JavaScript for C# Programmers: Object basics

Continuing the occasional series where I talk about writing JavaScript from a C# programmer's perspective. […]

READ MORE

Party Shuffle Friday 2

A quick iTunes party shuffle gave me this list. Some eclectic tracks this time. […]

READ MORE

JavaScript for C# Programmers: Types

When I was learning JavaScript, I found I was being tripped up by a whole bunch of invalid assumptions. I was being lulled into a false sense of security by the very familiarity of the C-like structures and syntax. I was also being tripped up by the parts of JavaScript which are just plain awful and that should be avoided at all costs. Despite these bad parts of JavaScript, the main problem was: it's got the word Java in the name, so it must work like Java, and since Java and C# are very close, it must work like C#. Right? Right! Wrong, and hence this new occasional series where I talk about the things which tripped me up. […]

READ MORE

A day amongst days

It's been a day. Or, rather, Day: it deserves to be capitalized. […]

READ MORE

Scott Cate's 404 manager for GraffitiCMS

File this under the, duh, why didn't I think of that category. Scott Cate has written a neat little widget/Chalk extension for Graffiti CMS that tracks 404s on your website. […]

READ MORE

Chaining fun with window.onload

I set myself a task: write some raw JavaScript for a web page. By raw, I mean no jQuery, no Prototype, no MooTools, just me and the editor. […]

READ MORE

EZDSL for Delphi 2009

As mentioned here a while back, the number of changes needed to make EZDSL compile with Delphi 2009 are minimal. The main reason, I suppose, is because EZDSL doesn't use strings all that often and when it does, it uses the string type without doing any clever stuff with any instances. […]

READ MORE

Party Shuffle Friday

I was messing around with iTunes just now and I clicked on Party Shuffle for the first time. Heh, it generates a constantly generating playlist of random songs, and that gave me an idea for a regular blog post: Party Shuffle Friday. Mark Chu-Carroll on Good Math, Bad Math does a similar thing, so I'm going to shamelessly plagiarize his idea and give it a new name. […]

READ MORE

Archive Calendar for GraffitiCMS released

Well that didn't take too long. Just enough time to open up an account at CodePlex, start a new project, point TortoiseSVN at it, and upload. The biggest time sink was actually the readme file and deciding on the license (I went for the MIT license). […]

READ MORE