Always remain updated about current software development trends

Articles by DRABELL

HTML5/CSS3 graphic enhancement: buttons, inputs

Aesthetic enhancement of HTML5 web elements via pure CSS3; no image files required

SEO optimization: add meta tags to ASP.NET page programmatically

Adding page-specific meta tags to .aspx web pages referring the same masterpage

YouTube Top 100: HTML5/ASP.NET Video Player

YouTube All Time Top100 extended statistics in HTML5/ASP.NET Video Player (Feb 2012)

Click/select Row in ASP.NET GridView or HTML Table

Make entire Table Row clickable/selectable by adding "onclick" event and formatting features via Javascript and CSS3

HTML5/CSS 3 Modal Dialog Box; no JavaScript

Pure HTML5 modal pop-up box ("darkbox") implemented via CSS 3

Text box to accept only number

This "Decimal TextBox" is an extension to the original solution, which allows entering the negative sign (chr 45) and decimal point (chr 46) in addition to the digits 0...9 and backspace (chr 8) using just client scripting to perform the client-side validation:

Online Slide Show as pure HTML5 / CSS3 solution: NO Javascript

SAY IT WITH CSS! - Online slide show implements "darkbox" pop-up using novel CSS3/HTML5 features

YouTube® playback customization options

Customize YouTube\xae video playback by adding web query parameters

Binding ASP.NET DropDownList to data structures

DropDownList Data Binding to Array (1D/2D), Enum and Dictionary objects in .NET