I downloaded the beta version of the new Google Chrome browser today and am I impressed. Google uses the V8 engine, which is a JavaScript engine written in C++, which means that the JavaScript code is compiled to bytecode, which means that in some cases it executes JavaScript up to 50 times faster than Internet [...]
Continue reading about Google Chrome, Windows 7 and some browser stuff
This article aims to discuss some of the web-based user login systems that are available to .NET developers, and aims to provide some clarity. In my view there are three approaches that can be followed to developing a web-based user login system for .NET: Write a custom solution Use existing ASP.NET Membership and Roles Use [...]
Continue reading about Deciding on a web-based user login system