Jan 27, 2014

How to format fileupload control - ASP.NET

How to format fileupload control - ASP.NET:



Style ASPX File Upload Control Button

CSS2/DOM - Styling an input type="file":





Style ASPX File Upload Control Button

ASP.Net validation summary causes page to jump to top - Stack Overflow

ASP.Net validation summary causes page to jump to top - Stack Overflow:



Two possible work arounds:
Disable client validation and jump to correct position on post back:
* set EnableClientScript="false" for all validation controls (disabling client validation)
* set MaintainScrollPositionOnPostback="true" in Page directive
Disable the scrollTo function in javascript:
<script type="text/javascript">
    window.scrollTo = function() { }
</script>

LESS « The Dynamic Stylesheet language

LESS « The Dynamic Stylesheet language:





Thumper - A simple and light responsive framework

Thumper - A simple and light responsive framework:



Font Custom

Font Custom:



Ken Shirriff's blog: An Arduino universal remote: record and playback IR signals

Ken Shirriff's blog: An Arduino universal remote: record and playback IR signals:



 http://www.righto.com/2009/09/arduino-universal-remote-record-and.html

Android KitKat | Android Developers

Android KitKat | Android Developers:



http://developer.android.com/about/versions/kitkat.html