Hair and Skin: We like to put colours on hair and skin on others. To keep it safe apply oil on skin and hair. It will put a layer on your skin and hair and keep safe from colour harm. You can also use Holi caps while playing with colour…
-
-
BHIM App benefit | UPI Payment Options
We all do online transaction or money transfer. For money transfer we use IMPS or NEFT services. Sometimes we pay for the same service. Here we will tell you benefits of using upi as payment option. No Need to Give Details For transferring money to any payee he requires payee’s…
-
People should not have credit card! | 4 Reason for not having credit card
Having credit card is very common today. People who know the benefits of credit cards carry more then one card. People use credit card not for big discount these company provide but there reward point also give the change to earn without any interest. Few people earn thousands by using…
-
PayTM business account benefits | PayTM Merchant Account
Having credit card with huge bill or need money for some short time without paying any extra money, then this post is special for your. You are small merchant and want POS machine at your shop without any extra charge, then this post is special for your. At the time of…
-
How Credit card help you earn? | Why People Should use Credit Card?
Most of people wonder why they prefer credit cards over the cash or debit cards. They think how people liked to be always in debt, how they can spend money which they don’t own. Because these people don’t know the benefits of a Credit Card. Credit Cards have a lot…
-
Hoisting in JavaScript
Hoisting is JavaScript concept which make JavaScript different from language Java. In Java every variable created in code have block level scope. Means if we have create any variable that will have its visibility limited into that block in which it was declared. So if we use variable above from…
-
Equal height column Problem – Solved
Coloumn structure is very in web layouts. CSS framework become popular because they overcome the issue creating coloums. We just use their classes and coloum is ready to use. But one issue is not fixed by these framework is have coloum of same height. It becomes very painfull task specially…
-
Undefined in JavaScript
We all know about undefined most of time we found undefined error in our browser console. Developer got confuse when it comes and why its coming. Before we start to learn why its coming lets learn what is Undefined in JavaScript. undefined is a property of the global object, The…
-
Create own Library | Chaining method using Native JavaScript
All most every UI or Web developer use jQuery for DOM manipulation tasks. With the help of jQuery it become easy to write our own custom codes. jQuery have lots of special feature which make it popular framework. Like selector, ajax,events. But the most impressive feature of using jQuery is…
-
Calculate dynamic height of iFrame | how to calculate content height of iFrame | Access iframe parent tag id
Using iFrame is very wrong approach to achieve any functionality. But due to some unavoidable reasons we have to use iframe in our application. After using iframe in application our main problem becomes that how to give its height so that user not able to know that there is any…