user-avatar
Today is Tuesday
June 18, 2013

Tag: HTML

June 28, 2012

Visualize my resume – Packaging matters

by Ashish Sehajpal — Categories: Development, General — Tags: Comments Off

I have prepared a skeleton of what an ideal resume should look like in visualization point of view. Ever wondered how your profile look like if you want to put some visual content? The full HTML 5 content rendered to any type of browser being a web browser or mobile one. Easy on eyes and [...]

March 14, 2011

How to change calendar icon in telerik asp.net control

by Ashish Sehajpal — Categories: Development — Tags: , Comments Off

It was very hard to find a work around to solve this problem as there was nothing helpful available on internet. Just use the following line of code inside calendar tag i.e. before this line </radcln:raddatepicker>.   <DatePopupButton ImageUrl=”~/RadControls/Calendar/Skins/myStyle/Img/datePickerPopup.gif” HoverImageUrl=”~/RadControls/Calendar/Skins/myStyle/Img/datePickerPopupHover.gif” />

March 14, 2011

How to remove dotted line from HTML link, check box and radio buttons

by Ashish Sehajpal — Categories: Development — Tags: , Comments Off

 Please add the following CSS Styles in your default style sheet or add under style tag in head of the page. input[type="radio"], input[type="checkbox"]{ outline: none; } a{text-decoration: none; outline: 0; }

© 2013 Sehajpal.com All rights reserved - Mobile View