Why I should use publish/subscribe in JavaScript
Explains the benefits of using the publish/subscribe pattern in JavaScript for loose coupling and separation of concerns in MV* architectures.
Explains the benefits of using the publish/subscribe pattern in JavaScript for loose coupling and separation of concerns in MV* architectures.
A guide to making mobile web pages accessible using VoiceOver on iOS, covering event handling and testing for screen readers.
A thought experiment exploring how to build fundamental programming constructs like lists and numbers using only lambda calculus and closures in JavaScript.
A developer refactors and improves the UI of a university grade calculator web app, discussing the trade-offs of adding JQuery and design changes.
A presentation and guide on using RequireJS and AMD modules for JavaScript dependency management and modular code organization.
Announcement of a temporary takeover of the @msdnbelux Twitter account to share content on ASP.NET, JavaScript, and Azure.
Explores JavaScript's unusual syntax and semantics, focusing on Immediately-Invoked Function Expressions (IIFEs) and other peculiar language features.
Hippo's monthly 'Hippo Fridays' for developers lead to new features in the upcoming Hippo CMS 7.8 release, including HTML5 History API and scripting support.
Exploring functional programming concepts in JavaScript, including anonymous functions, high-order functions, and their benefits for concurrency and testing.
Announcement of the DevNexus 2013 developer conference schedule, featuring 8 tracks and 71 sessions on web, mobile, Java, cloud, and more.
plainvm is an open-source project providing a web interface to manage virtual machines through a browser, using VirtualBox and websockets.
An overview of daloRADIUS, an advanced open-source RADIUS web management platform for hotspots and ISPs, featuring user management and reporting.
A developer's 2012 recap, listing his technical blog posts on JavaScript, .NET, Windows, and sharing his starred articles and GitHub repositories.
A developer creates a custom PhantomJS test runner for QUnit to improve console output, error handling, and support multiple formats like JUnit.
Tutorial on using REST Search APIs in SharePoint 2013 to perform searches with JavaScript and jQuery.
Recap of Microsoft SharePoint Conference 2012, highlighting sessions on SharePoint 2013, JavaScript, and client-side development.
Explains how to use the JSLink property in SharePoint 2013 to customize field and view rendering with JavaScript.
A tutorial on using the Knockout JS mapping plugin to easily convert JSON data into observable view models with custom configuration options.
A personal review of the dotJS conference in Paris, covering the venue, logistics, and the technical vs. general nature of the talks.
Comparing JavaScript sorting algorithm performance, showing custom implementations can be slower than V8's native sort function.