Being a (fairly) little-known concept in programming, currying seems worthy of its own blog post. In general Simply put, currying is where: Methods may define multiple parameter lists. When a method is called with a fewer number of parameter lists, then this will yield a function taking the missing parameter lists as its arguments. — [...]
Archive for the ‘Web Dev’ Category
IE X-UA-Compatible Multiple Versions & Conditional Comments
June 5th, 2011
Dan Phillimore Internet Explorer v9 will include includes a great many performance & compatibility enhancements over its predecessors. For IE8, it has been useful to limit its rendering engine to display as IE7′s: for this, the X-UA-Compatible header is used, <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> as documented at MSDN. To target different versions of IE with different engines, [...]
Basic website workflow
June 24th, 2010
Dan Phillimore In this post I would like to outline the basic workflow I follow when designing and building a website from the ground up. This is by no means a complete list, its intention is to clarify for myself, if anything, the basic steps required and hopefully to give some pointers to aspiring developers on how [...]

Posted in
Tags: 

