(John Papa) Model-View-ViewModel, data binding and separation of concerns are just some of the reasons that Knockout.js, which I introduced in a recent column (“2 Great JavaScript Data-Binding Libraries,” February 2012), has become a popular data-binding library in the Web community.
Tag: Development
Script Enabled Panel for ASP.NET
(Jani Giannoudis) HTML provides the noscript tag to handle an alternate content for users that have disabled scripts in their browser or have a browser that doesn’t support client-side scripting. However, there is no opposite tag available, which enables content that requires JavaScript.
AsyncBridge? Async on .NET 4.0 using VS11
(Alex Davies) I’ve just found something quite cool. It’s a code snippet that lets you use the real VS 11 C#5 compiler to write code that uses the async and await keywords, but to target .NET 4.0. It was published by Daniel Grunwald (from SharpDevelop).
PHP array_combine Function
(TheloniusFunk) In this programming tutorial you will learn how to work with the PHP array_combine function, which allows you to combine arrays into a single array.
Using the DebuggerBrowsable Attribute
(Richard Carr) Visual Studio’s debugging windows and tools allow you to examine in-scope objects and the values contained within their properties, indexers and fields. When this is undesirable, a class may change the way in which its debugging information is provided.
ColdFusion 10 – Hashing Binary Data And Byte Arrays
(Ben Nadel) For years, ColdFusion has had the hash() function for taking variable-length string data and creating one-way “fingerprints” of the original value. This function has changed over time to include algorithm and encoding options; but, it has always worked with string data.
Request Validation with ASP.NET 4.5 : A deep dive
(Brij) Security is always the one of the greatest concerns of Applications and when it comes to web applications, they are more prone to security breach. All the web technologies provides many features that are used to write secured web applications.
Back to Basics: Dynamic Image Generation, ASP.NET Controllers, Routing, IHttpHandlers, and runAllManagedModulesForAllRequests
(Scott Hanselman) Often folks want to dynamically generate stuff with ASP.NET. The want to dynamically generate PDFs, GIFs, PNGs, CSVs, and lots more. It’s easy to do this, but there’s a few things to be aware of if you want to keep things as simple and scalable as possible.
How to use filter functions in jQuery
(Ryan Boudreaux) Continuing in our jQuery tutorial, I will demonstrate filter functions with two examples, and then I’ll show you how to change an object’s content text.
Dynamic JSON parser
(Andrey Tabachnik) There are many libraries to parse JSON formatted data, so why would we want to create another one?
