Wednesday, July 13, 2016

How to apply styles on a HTML input type "file" in Pure CSS

Bootstrap doesn’t have a designated component for a file upload button. In IE you will face cross browser issues,  To avoiding cross browser issues  i have found a solution. A simple and elegant solution using only HTML and CSS can be achieved with the following sample code, Before write your html code you need to add required jQuery and bootstrap files in your <head> section. <link...
Continue Reading →

Thursday, June 16, 2016

How to display thumbnail preview link on whatsapp

Hai Folks, In this article i will explain how to display thumbnail preview link on whatsapp with simple steps. and i ll add example screens in soon. In previous article How to share content on whatsapp using jQuery ( Title, Link,  Thumbnail etc.. ) we can see how to share content like Title, Description, Any links etc using whatsapp. For this there is a concept meta tags in html....
Continue Reading →

Wednesday, June 15, 2016

How to share content on whatsapp using jQuery ( Title, Link, Thumbnail etc.. )

Hai my dear blog readers, In this tutorial I will help you to share web content on whatsapp using jQuery. Most of the Smartphone users using whatsapp, so using this script you can implement whatsapp share button with your article, which will be very helpful to share article with your friends, colleague etc. We are using HTML5 attributes data-text for article text and data-link for article URL....
Continue Reading →

Monday, August 10, 2015

How to create a simple image slider using css

HTML Code: <div id="image-slider">    <figure>        <img src="http://www.dan-dare.org/FreeFun/Images/CartoonsMoviesTV/MadagascarWallpaper21024.jpg" alt="">        <img src="http://img2.goodfon.su/original/1024x768/8/94/dota-2-nature-s-prophet-riki.jpg" alt="">        <img src="http://hdwallpapersbase.com/wp-content/uploads/2013/01/kung-fu-panda-legends-of-awesomeness-wallpaper.jpg"...
Continue Reading →

Tuesday, April 7, 2015

How to create email template ? (or) Email template design techniques

HTML Email Tips for Web Designershow do I get started designing HTML email? Any tips for the more advanced user? If you're a web designer, and you know your stuff,  and give you a quick, no-nonsense "Quick Start Guide" to HTML Email... HTML Design and Coding Tips: HTML Email should be sent in "multipart-alternative" format. That means the email is embedded with both the...
Continue Reading →

Popular Posts