Latest posts on tagged on "Html"

Translate a page to other languages- Google translate plugin

24 February 2017

In this article I will show you how to translate a page to other languages using the google translate plugin. Just you need to register a translate plugin and piece of JavaScript code on the page or master page.

jQuery page scroll with fade effect

22 February 2017

In this article, I will show you page, scroll down with fading effect. When the user scrolls down from the top position to the bottom of the browser window.

How to set limits for file upload in dropzone.js ?

19 February 2017

The jQuery file upload plugin Dropzone.js supports maxFiles option. You can set simply desired number for file upload like this maxFiles:1. If you set one, then it will allow one file at a time.

How to hide footer in bootstrap mobile view?

18 February 2017

In this article I will show how to hide responsive footer in bootstrap mobile view. It is simple; you can create a div tag and apply the following Css footer code hidden-xs.

How to create a favicon for website on browser tab?

16 February 2017

In this article, I will show you how to create favicon for website on the browser tab. The size of the site icon should be about 16x19 pixels and named as favicon.ico or something. It also called as shortcut icon,bookmark icon or webpage icon.

How to redirect to a particular section of a page in HTML with example?

15 February 2017

In this article, I will show you how to redirect html link to section of page. Create an html page with link button and section tag.You need to add an id attribute for the section tag and pass section to the end of the URL using hash(#).

Page loading effects in Css

13 February 2017

In this article I will show you web page load css animation transition effects. The Css animation transition fadeIn effect for 1 Sec also opacity of the page changes from 0 to 1.

Convert HTML to pdf in asp.net c# using itextSharp

8 February 2017

In this article, I will show you how to convert html to pdf in c# using iTextSharp. For that, you need to Download the iTextSharp PDF library and unzip...

JQuery sticky header example

4 February 2017

In this article I will show you sticky header on scroll jQuery using css. This effect will take place when the user scroll down the page and it reaches height 72px with the help of window.scroll function.

JQuery focus on first input field

1 February 2017

Normally, User starts to fill a form,always to select the first input field on the page.Here,the following little trick will work for any situation automatically on page load.

Page 4 of 12