Today we uploaded next version of image slider to kentico CMS market place.We got nice response for Kentico devs in less time. So, we released next version with more features. This version also we can download Free of cost, you can download from officially site. here you can check more details about Version 1.0 Image Slider – Kentico CMS WebPart
Webpart will display like this, we can set width and height and it is best to upload all same size images.
Image Slider webpart settings :-
Same lik...
Read More
Auto clear button for Textboxes in IE 10 (Win 8)
Internet Explorer is improved and come back with more features from IE 9. Started supporting SVG, BASE64 image, CANVAS and many more features. Now, IE 10 developer preview is comes with windows 8 developer preview.
This version having more features than existing IE9. IE 10 automatically adding clear button at end of the text box (just "X" mark). When we click on "X" mark it will clear the entered text. This clear button displaying only when we focus on textbox to start enter something..
Hop...
Read More
HTML5 inputs and PhoneGap – iPhone and Android 2
In previous post we seen few HTML5 input type (Text, Email, URL and Number ) and iOS keyboard type when we focus on the input.
Check with few more keyboard type in iOS and Android in this post : HTML5 inputs and PhoneGap - iPhone and Android
now <input type="tel" name="txtPhone"/>
and finally, when I try with type="range". it is also working fine in iOS. for example
<input type="range" name="points" min="1" max="10" /> by default it is that input value set to 6 and when I try ...
Read More