HTML5Shiv is a JavaScript workaround, discovered by Sjoerd Visscher, to enable support styling of HTML5 elements in versions of Internet Explorer prior to version 9.0, which do not allow unknown elements to be styled without JavaScript. Means your CSS classes and attributes will not be applied to the particular HTML5 specific display element, until and […]
Read more โCategory: Codes
Codes are an Irish indie electronic quartet from Dublin, consisting of Daragh Anderson, Eoin Stephens, Paul Reilly and Raymond Hogge. Their debut album Trees Dream in Algebra was nominated for the 2010 Choice Music Prize. The band have established themselves swiftly as a very exciting and energetic live act and to date have supported such bands as Keane and The Airborne Toxic Event.
Codes formed in late 2007 when all members โ who had been friends for several years – found themselves available to compose and play music together. Previously, Daragh and Paul had played in another group that disbanded, while Raymond โ who had just recently moved to Dublin โ also left a band that he was involved with.
In early 2008 they released 2 independent singles โ”This is Goodbye” and “Guided by Ghosts”, that both entered the Irish top 50 at number 32 and number 43 respectively. Both singles were well received critically, helped towards a growing fan base and secured the band their first major shows,…
WP8Dev– How to identify the sensors supported on your Windows Phone
This post will give you an overview on how to identify the sensors supported on your Windows Phone. As a developer when you are developing for Windows Phone โ and your application would need to interact with certain sensors in windows phone to achieve a certain functionality, you would need to verify whether the sensors […]
Read more โDisable Client Side validation on a button click – ASP.NET MVC
ASP.NET MVC we use client side validation using jQuery.validate plugin, which will be based on Model – Data Annotation validation attributes. In some cases we might want to disable such validation on a button click wherever it is not needed. For example: The below code block will register validation block for Title property in the […]
Read more โUsing External Configuration Files in .NET Applications (C#)
This post is about making a small code snippet which read from an external configuration file and get the custom configuration entries from it. I went through the solutions. My target was to checkout how we can use the external configuration files in an ASP.NET Web.config. The idea is that there are more than one […]
Read more โ