ElegantCode

A software blog

2 Apr
2011

Dynamically load embedded assemblies – because ILMerge appeared to be out.

At work, I started building a .net assembly that would probably find its way into a number of the server processes and applications around the shop. This particular assembly was going to end up containing quite a number of external open source references that I didn’t want to expose to the consumer of my library. […]

Read More
24 Mar
2011

Basic JavaScript Part 12: Function Hoisting

Here are the links to the previous installments: Functions Objects Prototypes Enforcing New on Constructor Functions Hoisting Automatic Semicolon Insertion Static Properties and Methods Namespaces Reusing Methods of Other Objects   The Module Pattern   Functional Initialization In a previous post I already discussed the phenomenon of hoisting in JavaScript. In that post I showed […]

Read More
21 Mar
2011

Pluralcast 38 : Liam McLennan on JavaScript

Category:General PostTag: :

 Listen here! [34:45] In this episode, Liam McLennan clues us in on why JavaScript is becoming the cool old kid on the block and of course, Kate Gregory lays down some visual Studio Kung Fu. Liam McLennan Liam is a freelance web developer, working mostly with Microsoft tools and technology, based in Brisbane Australia. Since […]

Read More
17 Mar
2011

Taking Baby Steps with Node.js – “node_modules” Folders

Here are the links to the previous installments: Introduction Threads vs. Events Using Non-Standard Modules Debugging with node-inspector CommonJS and Creating Custom Modules Node Version Management with n Taking Baby Steps with Node.js ? Implementing Events BDD Style Unit Tests with Jasmine-Node Sprinkled With Some Should For this post I want to quickly share a […]

Read More