CSS :before and :after Pseudo-element
The before and after insert content before and after of the element . Let’s see an example below. Here is HTML: <p> Lorem ipsum dolor sit amet, Continue reading »
The before and after insert content before and after of the element . Let’s see an example below. Here is HTML: <p> Lorem ipsum dolor sit amet, Continue reading »
Using HTML5 you can store data into user’s browser. Before HTML5, there was only one way to store data using cookies. This web storage stores data Continue reading »
Bootstrap is very reach UI framework, flexible and responsive. It is made by Twitter and hosted on github. You can find the more details at http://getbootstrap.com/ Continue reading »
Touch-Optimized Web Framework for Smartphones & Tablets Recently I worked on mobile application based on HTML5 and JQuery. I have used jQuery mobile framework. It is Continue reading »
In the visual studio 2013, To show line numbers for all language go through the following steps. Open the visual studio and go to the Tools Continue reading »
What is context menu? When you right click on browser window, browser will show you a menu containing some common functions. See following image for reference. Continue reading »
With using canvas we can export image with dynamic text. Let see example below. HTML code <h2>Text</h2> <div id=”contentToWrite1″ style=”border: solid 1px gray; padding: 5px;”> first Continue reading »
You can call code of the parent window form child window. f you open window by using iframe, you can communicate from child window with the Continue reading »
Sometimes you need to check device have internet connection or not. This can be done by simple JavaScript function var connectionMessage = “Your device have internet Continue reading »
Many times you need to disable the fields in SharePoint form for ‘New Item’. By using JavaScript we can disable field in easier way. Lets discuss Continue reading »