(ProgramFOX) This article explains how to create a maze game with a digital timer using HTML5 (the canvas-element and JavaScript, without the use of Flash).
Author: SSWUG Research
Oracle 11g XE APEX
(Michael McLaughlin) The question for most new Oracle users is what’s Apex? They have a different question When they discover how to connect to the Oracle Database 11g XE default instance with this URL:
Observer effect
(savvinov) In physics, one important limitation of any experiment is the fact that an act of observation inevitably interferes with the observed process (“observer effect”). Same thing is true about databases.
One Cause of ORA-01092
(Andrew Reid) I saw the following error in a job which had just recreated the control file of a test database after cloning:
Enabling Global Transaction Identifiers Without Downtime in MySQL 5.7.6
(Sven Sandberg) A much requested feature has made it to MySQL 5.7.6: Global Transaction Identifiers (GTIDs) can now be enabled online, without stopping writes, synchronizing servers, or restarting servers.
Using Bootstrap in ASP.NET MVC 5
(Mahesh Sabnis) We will see how to use ASP.NET MVC 5 with Bootstrap which is a popular HTML, CSS and JavaScript framework for front-end web development.
Getting started with Tag Helpers – ASP.NET 5
(Brij Bhushan Mishra) ASP.NET has been always near and dear to me and it got more exciting for me as ASP.NET5 got revolutionary changes comparing to previous versions. All the changes has been done considering key points that are driving the software evolution like Agility, embracing latest design s
Managing User Input Key-Events Across Views In AngularJS
(Ben Nadel) Managing click events, in an AngularJS application, is somewhat straight-forward because the structure of the DOM (Document Object Model) very closely mirrors the order in which click handlers will be invoked. Key-events, on the other hand, are not so simple.
New in Visual C# 6.0, Visual Basic 14: New Null/Nothing Check
(Peter Vogel) I don’t know how many times I’ve written this code like this:
Risk When Using Dynamic Memory within Hyper-V
(Tim Radney) Virtualization is very popular for organizations: it allows them to better utilize hardware by combining multiple servers onto a single host, provides HA capabilities, and gives a reduction in various costs like heating/cooling, SQL Server licenses, and hardware.