Archive for the ‘Web Dev’ Category

What is Currying?

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. — [...]

IE X-UA-Compatible Multiple Versions & Conditional Comments

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

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 [...]

Powered by WordPress | Design by OVMS, based on AnimeStar (Best MMORPGs | Thanks to MMORPG List, VPS Hosting and Website Hosting)