While working to show star rating we prefer to use plugin whether we need just need to show rating on our website.When we use plugin we are fourse to use external reference of javascript which increase our resource count and as a result it downs our website performance by few…
UI Developer
-
-
Replace all in JavaScript
JavaScript is very detailed language and have every small functions needed to complete your task. But some time we have some task for which javascript have function but still not complete in itself. Here we will discuss one of that function. While working on your project may be you have…
-
Free Variable in JavaScript | Why we should Love free variable
Free Variable: Free variables are simply the variables that are neither locally declared nor passed as parameter. We know about scope in JavaScript, We create private variables to enable encapsulation. To write Function or variables created in a function has local scope and not accessible out from that function blocks.…
-
Custom Dropdown Using CSS only | Custom dropdown without JavaScript
UX Designer creates beautiful mock ups that contains form elements too. They change the form elements as per the design theme they are using for whole website. Which provide decent look to your form as well as your website. But when we UI Developer start writing mark-up we stuck with…
-
Android Input box using CSS | Android textbox
Now UI of any website become key point for success. Companies always try to give new looks to their websites. Since Google has launched its material design. Now companies using to replicate their design. New input design of material design is very impressive and google using it in same way…